@charset "UTF-8";
/* Thin */
@font-face {
  font-family: "Roboto";
  src: url("/static/fonts/roboto-thin.woff2") format("woff2"), url("/static/fonts/roboto-thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/static/fonts/roboto-thinitalic.woff2") format("woff2"), url("/static/fonts/roboto-thinitalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
/* Light */
@font-face {
  font-family: "Roboto";
  src: url("/static/fonts/roboto-light.woff2") format("woff2"), url("/static/fonts/roboto-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/static/fonts/roboto-lightitalic.woff2") format("woff2"), url("/static/fonts/roboto-lightitalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
/* Normal */
@font-face {
  font-family: "Roboto";
  src: url("/static/fonts/roboto-regular.woff2") format("woff2"), url("/static/fonts/roboto-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/static/fonts/roboto-italic.woff2") format("woff2"), url("/static/fonts/roboto-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
/* Medium */
@font-face {
  font-family: "Roboto";
  src: url("/static/fonts/roboto-medium.woff2") format("woff2"), url("/static/fonts/roboto-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/static/fonts/roboto-mediumitalic.woff2") format("woff2"), url("/static/fonts/roboto-mediumitalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
/* Bold */
@font-face {
  font-family: "Roboto";
  src: url("/static/fonts/roboto-bold.woff2") format("woff2"), url("/static/fonts/roboto-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/static/fonts/roboto-bolditalic.woff2") format("woff2"), url("/static/fonts/roboto-bolditalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
/* Black */
@font-face {
  font-family: "Roboto";
  src: url("/static/fonts/roboto-black.woff2") format("woff2"), url("/static/fonts/roboto-black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("/static/fonts/roboto-blackitalic.woff2") format("woff2"), url("/static/fonts/roboto-blackitalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
/* Light */
@font-face {
  font-family: "Roboto Condensed";
  src: url("/static/fonts/robotocondensed-light.woff2") format("woff2"), url("/static/fonts/robotocondensed-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("/static/fonts/robotocondensed-lightitalic.woff2") format("woff2"), url("/static/fonts/robotocondensed-lightitalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
/* Normal */
@font-face {
  font-family: "Roboto Condensed";
  src: url("/static/fonts/robotocondensed-regular.woff2") format("woff2"), url("/static/fonts/robotocondensed-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("/static/fonts/robotocondensed-italic.woff2") format("woff2"), url("/static/fonts/robotocondensed-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
/* Bold */
@font-face {
  font-family: "Roboto Condensed";
  src: url("/static/fonts/robotocondensed-bold.woff2") format("woff2"), url("/static/fonts/robotocondensed-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("/static/fonts/robotocondensed-bolditalic.woff2") format("woff2"), url("/static/fonts/robotocondensed-bolditalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
/**
    Variables Base
**/
/**
    Variables
**/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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: #ff0;
  color: #000;
}

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 {
  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;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  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: #000 !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 #999;
    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;
  }
  .navbar {
    display: none;
  }
  .btn > .caret, .contact-form-pardot p.submit input > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../bootstrap-sass-master/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../bootstrap-sass-master/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../bootstrap-sass-master/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../bootstrap-sass-master/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../bootstrap-sass-master/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../bootstrap-sass-master/assets/fonts/bootstrap/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: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.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: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.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-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.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";
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #111;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover, a:focus {
  color: #D81921;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive, .fix-img-width img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid rgb(238.425, 238.425, 238.425);
}

.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;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .sidebar-box .sub-heading, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small, .sidebar-box .sub-heading small,
.h5 .small,
.sidebar-box .sub-heading .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: rgb(119.085, 119.085, 119.085);
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5, .sidebar-box .sub-heading,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small, .sidebar-box .sub-heading small,
.h5 .small,
.sidebar-box .sub-heading .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 18px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5, .sidebar-box .sub-heading {
  font-size: 16px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

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, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: rgb(119.085, 119.085, 119.085);
}

.text-primary {
  color: #000000;
}

a.text-primary:hover,
a.text-primary:focus {
  color: black;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: rgb(35.984375, 82.25, 105.015625);
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #000000;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: black;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: rgb(174.8695652174, 217.0434782609, 238.1304347826);
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid rgb(238.425, 238.425, 238.425);
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
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: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@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 rgb(119.085, 119.085, 119.085);
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #000000;
}
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: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #000000;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

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: 2px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  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: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}
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: 12px;
  padding-right: 12px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 744px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 964px;
  }
}
@media (min-width: 1320px) {
  .container {
    width: 1248px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -12px;
  margin-right: -12px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.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: 12px;
  padding-right: 12px;
}

.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-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1320px) {
  .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-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgb(119.085, 119.085, 119.085);
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.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: #f5f5f5;
}

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 > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.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: rgb(232.25, 232.25, 232.25);
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #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: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #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: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #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: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #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: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
}

.form-control, .contact-form-pardot input[type=text], .contact-form-pardot textarea, .contact-form-pardot select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus, .contact-form-pardot input[type=text]:focus, .contact-form-pardot textarea:focus, .contact-form-pardot select:focus {
  border-color: #000000;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
}
.form-control::-moz-placeholder, .contact-form-pardot input[type=text]::-moz-placeholder, .contact-form-pardot textarea::-moz-placeholder, .contact-form-pardot select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .contact-form-pardot input[type=text]:-ms-input-placeholder, .contact-form-pardot textarea:-ms-input-placeholder, .contact-form-pardot select:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder, .contact-form-pardot input[type=text]::-webkit-input-placeholder, .contact-form-pardot textarea::-webkit-input-placeholder, .contact-form-pardot select::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand, .contact-form-pardot input[type=text]::-ms-expand, .contact-form-pardot textarea::-ms-expand, .contact-form-pardot select::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .contact-form-pardot input[disabled][type=text], .contact-form-pardot textarea[disabled], .contact-form-pardot select[disabled], .form-control[readonly], .contact-form-pardot input[readonly][type=text], .contact-form-pardot textarea[readonly], .contact-form-pardot select[readonly], fieldset[disabled] .form-control, fieldset[disabled] .contact-form-pardot input[type=text], .contact-form-pardot fieldset[disabled] input[type=text], fieldset[disabled] .contact-form-pardot textarea, .contact-form-pardot fieldset[disabled] textarea, fieldset[disabled] .contact-form-pardot select, .contact-form-pardot fieldset[disabled] select {
  background-color: rgb(238.425, 238.425, 238.425);
  opacity: 1;
}
.form-control[disabled], .contact-form-pardot input[disabled][type=text], .contact-form-pardot textarea[disabled], .contact-form-pardot select[disabled], fieldset[disabled] .form-control, fieldset[disabled] .contact-form-pardot input[type=text], .contact-form-pardot fieldset[disabled] input[type=text], fieldset[disabled] .contact-form-pardot textarea, .contact-form-pardot fieldset[disabled] textarea, fieldset[disabled] .contact-form-pardot select, .contact-form-pardot fieldset[disabled] select {
  cursor: not-allowed;
}

textarea.form-control, .contact-form-pardot textarea {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control, .contact-form-pardot input[type=date][type=text],
  input[type=time].form-control,
  .contact-form-pardot input[type=time][type=text],
  input[type=datetime-local].form-control,
  .contact-form-pardot input[type=datetime-local][type=text],
  input[type=month].form-control,
  .contact-form-pardot input[type=month][type=text] {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn,
  .contact-form-pardot p.submit .input-group-sm > .input-group-btn > input[type=date], .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .contact-form-pardot p.submit .input-group-sm > .input-group-btn > input[type=time],
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .contact-form-pardot p.submit .input-group-sm > .input-group-btn > input[type=datetime-local],
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .contact-form-pardot p.submit .input-group-sm > .input-group-btn > input[type=month],
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn,
  .contact-form-pardot p.submit .input-group-lg > .input-group-btn > input[type=date], .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .contact-form-pardot p.submit .input-group-lg > .input-group-btn > input[type=time],
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .contact-form-pardot p.submit .input-group-lg > .input-group-btn > input[type=datetime-local],
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .contact-form-pardot p.submit .input-group-lg > .input-group-btn > input[type=month],
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  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 {
  position: relative;
  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=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .contact-form-pardot .input-group-lg > input.form-control-static[type=text], .contact-form-pardot .input-group-lg > textarea.form-control-static, .contact-form-pardot .input-group-lg > select.form-control-static,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn,
.contact-form-pardot p.submit .input-group-lg > .input-group-btn > input.form-control-static, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .contact-form-pardot .input-group-sm > input.form-control-static[type=text], .contact-form-pardot .input-group-sm > textarea.form-control-static, .contact-form-pardot .input-group-sm > select.form-control-static,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn,
.contact-form-pardot p.submit .input-group-sm > .input-group-btn > input.form-control-static {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control, .contact-form-pardot .input-group-sm > input[type=text], .contact-form-pardot .input-group-sm > textarea, .contact-form-pardot .input-group-sm > select,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.contact-form-pardot p.submit .input-group-sm > .input-group-btn > input {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm, .input-group-sm > select.form-control, .contact-form-pardot .input-group-sm > select,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control, .contact-form-pardot .input-group-sm > textarea,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.contact-form-pardot .input-group-sm > select[multiple],
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control, .form-group-sm .contact-form-pardot input[type=text], .contact-form-pardot .form-group-sm input[type=text], .form-group-sm .contact-form-pardot textarea, .contact-form-pardot .form-group-sm textarea, .form-group-sm .contact-form-pardot select, .contact-form-pardot .form-group-sm select {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}
.form-group-sm select.form-control, .form-group-sm .contact-form-pardot select, .contact-form-pardot .form-group-sm select {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control, .form-group-sm .contact-form-pardot textarea, .contact-form-pardot .form-group-sm textarea,
.form-group-sm select[multiple].form-control,
.form-group-sm .contact-form-pardot select[multiple],
.contact-form-pardot .form-group-sm select[multiple] {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control, .contact-form-pardot .input-group-lg > input[type=text], .contact-form-pardot .input-group-lg > textarea, .contact-form-pardot .input-group-lg > select,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.contact-form-pardot p.submit .input-group-lg > .input-group-btn > input {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}

select.input-lg, .input-group-lg > select.form-control, .contact-form-pardot .input-group-lg > select,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control, .contact-form-pardot .input-group-lg > textarea,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.contact-form-pardot .input-group-lg > select[multiple],
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control, .form-group-lg .contact-form-pardot input[type=text], .contact-form-pardot .form-group-lg input[type=text], .form-group-lg .contact-form-pardot textarea, .contact-form-pardot .form-group-lg textarea, .form-group-lg .contact-form-pardot select, .contact-form-pardot .form-group-lg select {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}
.form-group-lg select.form-control, .form-group-lg .contact-form-pardot select, .contact-form-pardot .form-group-lg select {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control, .form-group-lg .contact-form-pardot textarea, .contact-form-pardot .form-group-lg textarea,
.form-group-lg select[multiple].form-control,
.form-group-lg .contact-form-pardot select[multiple],
.contact-form-pardot .form-group-lg select[multiple] {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control, .has-feedback .contact-form-pardot input[type=text], .contact-form-pardot .has-feedback input[type=text], .has-feedback .contact-form-pardot textarea, .contact-form-pardot .has-feedback textarea, .has-feedback .contact-form-pardot select, .contact-form-pardot .has-feedback select {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .contact-form-pardot .input-group-lg > input[type=text] + .form-control-feedback, .contact-form-pardot .input-group-lg > textarea + .form-control-feedback, .contact-form-pardot .input-group-lg > select + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.contact-form-pardot p.submit .input-group-lg > .input-group-btn > input + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .contact-form-pardot input[type=text] + .form-control-feedback,
.contact-form-pardot .form-group-lg input[type=text] + .form-control-feedback,
.form-group-lg .contact-form-pardot textarea + .form-control-feedback,
.contact-form-pardot .form-group-lg textarea + .form-control-feedback,
.form-group-lg .contact-form-pardot select + .form-control-feedback,
.contact-form-pardot .form-group-lg select + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .contact-form-pardot .input-group-sm > input[type=text] + .form-control-feedback, .contact-form-pardot .input-group-sm > textarea + .form-control-feedback, .contact-form-pardot .input-group-sm > select + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.contact-form-pardot p.submit .input-group-sm > .input-group-btn > input + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .contact-form-pardot input[type=text] + .form-control-feedback,
.contact-form-pardot .form-group-sm input[type=text] + .form-control-feedback,
.form-group-sm .contact-form-pardot textarea + .form-control-feedback,
.contact-form-pardot .form-group-sm textarea + .form-control-feedback,
.form-group-sm .contact-form-pardot select + .form-control-feedback,
.contact-form-pardot .form-group-sm select + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.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, .has-success .contact-form-pardot input[type=text], .contact-form-pardot .has-success input[type=text], .has-success .contact-form-pardot textarea, .contact-form-pardot .has-success textarea, .has-success .contact-form-pardot select, .contact-form-pardot .has-success select {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus, .has-success .contact-form-pardot input[type=text]:focus, .contact-form-pardot .has-success input[type=text]:focus, .has-success .contact-form-pardot textarea:focus, .contact-form-pardot .has-success textarea:focus, .has-success .contact-form-pardot select:focus, .contact-form-pardot .has-success select:focus {
  border-color: rgb(42.808988764, 84.191011236, 43.5224719101);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(102.5280898876, 177.4719101124, 103.8202247191);
}
.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, .has-warning .contact-form-pardot input[type=text], .contact-form-pardot .has-warning input[type=text], .has-warning .contact-form-pardot textarea, .contact-form-pardot .has-warning textarea, .has-warning .contact-form-pardot select, .contact-form-pardot .has-warning select {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus, .has-warning .contact-form-pardot input[type=text]:focus, .contact-form-pardot .has-warning input[type=text]:focus, .has-warning .contact-form-pardot textarea:focus, .contact-form-pardot .has-warning textarea:focus, .has-warning .contact-form-pardot select:focus, .contact-form-pardot .has-warning select:focus {
  border-color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(191.807106599, 160.7461928934, 107.192893401);
}
.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, .has-error .contact-form-pardot input[type=text], .contact-form-pardot .has-error input[type=text], .has-error .contact-form-pardot textarea, .contact-form-pardot .has-error textarea, .has-error .contact-form-pardot select, .contact-form-pardot .has-error select {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus, .has-error .contact-form-pardot input[type=text]:focus, .contact-form-pardot .has-error input[type=text]:focus, .has-error .contact-form-pardot textarea:focus, .contact-form-pardot .has-error textarea:focus, .has-error .contact-form-pardot select:focus, .contact-form-pardot .has-error select:focus {
  border-color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgb(206.4127659574, 132.0595744681, 130.5872340426);
}
.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: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: rgb(80.75, 80.75, 80.75);
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline .contact-form-pardot input[type=text], .contact-form-pardot .form-inline input[type=text], .form-inline .contact-form-pardot textarea, .contact-form-pardot .form-inline textarea, .form-inline .contact-form-pardot select, .contact-form-pardot .form-inline select {
    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,
  .form-inline .input-group .contact-form-pardot input[type=text],
  .contact-form-pardot .form-inline .input-group input[type=text],
  .form-inline .input-group .contact-form-pardot textarea,
  .contact-form-pardot .form-inline .input-group textarea,
  .form-inline .input-group .contact-form-pardot select,
  .contact-form-pardot .form-inline .input-group select {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline .contact-form-pardot .input-group > input[type=text], .contact-form-pardot .form-inline .input-group > input[type=text], .form-inline .contact-form-pardot .input-group > textarea, .contact-form-pardot .form-inline .input-group > textarea, .form-inline .contact-form-pardot .input-group > select, .contact-form-pardot .form-inline .input-group > select {
    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: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -12px;
  margin-right: -12px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 12px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn, .contact-form-pardot p.submit input {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.btn:focus, .contact-form-pardot p.submit input:focus, .btn.focus, .contact-form-pardot p.submit input.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .contact-form-pardot p.submit input:hover, .btn:focus, .contact-form-pardot p.submit input:focus, .btn.focus, .contact-form-pardot p.submit input.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .contact-form-pardot p.submit input:active, .btn.active, .contact-form-pardot p.submit input.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .contact-form-pardot p.submit input.disabled, .btn[disabled], .contact-form-pardot p.submit input[disabled], fieldset[disabled] .btn, fieldset[disabled] .contact-form-pardot p.submit input, .contact-form-pardot p.submit fieldset[disabled] input {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:hover {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(173.4, 173.4, 173.4);
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: rgb(211.65, 211.65, 211.65);
  border-color: rgb(140.25, 140.25, 140.25);
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary, .contact-form-pardot p.submit input {
  color: #fff;
  background-color: #000000;
  border-color: transparent;
}
.btn-primary:focus, .contact-form-pardot p.submit input:focus, .btn-primary.focus, .contact-form-pardot p.submit input.focus {
  color: #fff;
  background-color: black;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:hover, .contact-form-pardot p.submit input:hover {
  color: #fff;
  background-color: black;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active, .contact-form-pardot p.submit input:active, .btn-primary.active, .contact-form-pardot p.submit input.active, .open > .btn-primary.dropdown-toggle, .contact-form-pardot p.submit .open > input.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active:hover, .contact-form-pardot p.submit input:active:hover, .btn-primary:active:focus, .contact-form-pardot p.submit input:active:focus, .btn-primary:active.focus, .contact-form-pardot p.submit input:active.focus, .btn-primary.active:hover, .contact-form-pardot p.submit input.active:hover, .btn-primary.active:focus, .contact-form-pardot p.submit input.active:focus, .btn-primary.active.focus, .contact-form-pardot p.submit input.active.focus, .open > .btn-primary.dropdown-toggle:hover, .contact-form-pardot p.submit .open > input.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .contact-form-pardot p.submit .open > input.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus, .contact-form-pardot p.submit .open > input.dropdown-toggle.focus {
  color: #fff;
  background-color: black;
  border-color: rgba(0, 0, 0, 0);
}
.btn-primary:active, .contact-form-pardot p.submit input:active, .btn-primary.active, .contact-form-pardot p.submit input.active, .open > .btn-primary.dropdown-toggle, .contact-form-pardot p.submit .open > input.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .contact-form-pardot p.submit input.disabled:hover, .btn-primary.disabled:focus, .contact-form-pardot p.submit input.disabled:focus, .btn-primary.disabled.focus, .contact-form-pardot p.submit input.disabled.focus, .btn-primary[disabled]:hover, .contact-form-pardot p.submit input[disabled]:hover, .btn-primary[disabled]:focus, .contact-form-pardot p.submit input[disabled]:focus, .btn-primary[disabled].focus, .contact-form-pardot p.submit input[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .contact-form-pardot p.submit input:hover, .contact-form-pardot p.submit fieldset[disabled] input:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .contact-form-pardot p.submit input:focus, .contact-form-pardot p.submit fieldset[disabled] input:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .contact-form-pardot p.submit input.focus, .contact-form-pardot p.submit fieldset[disabled] input.focus {
  background-color: #000000;
  border-color: transparent;
}
.btn-primary .badge, .contact-form-pardot p.submit input .badge {
  color: #000000;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
  border-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(57.4371794872, 131.8628205128, 57.4371794872);
  border-color: rgb(37.3205128205, 85.6794871795, 37.3205128205);
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: rgb(76.0064102564, 174.4935897436, 76.0064102564);
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
  border-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(37.9081218274, 153.9299492386, 188.3918781726);
  border-color: rgb(26.8020304569, 108.8324873096, 133.1979695431);
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: rgb(69.7715736041, 183.845177665, 217.7284263959);
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:hover {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(236.015625, 151.21875, 30.984375);
  border-color: rgb(213.2296875, 132.515625, 18.0703125);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(213.2296875, 132.515625, 18.0703125);
  border-color: rgb(152.109375, 94.53125, 12.890625);
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: rgb(238.0078125, 162.109375, 54.4921875);
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
  border-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: rgb(172.1345794393, 41.0775700935, 37.1654205607);
  border-color: rgb(117.6074766355, 28.0654205607, 25.3925233645);
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: rgb(212.4719626168, 62.5046728972, 58.0280373832);
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #000000;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #D81921;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .contact-form-pardot p.submit .btn-group-lg > input {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn, .contact-form-pardot p.submit .btn-group-sm > input {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-xs, .btn-group-xs > .btn, .contact-form-pardot p.submit .btn-group-xs > input {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.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: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  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: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: rgb(38.25, 38.25, 38.25);
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #000000;
  text-decoration: none;
  outline: 0;
  background-color: #f5f5f5;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
}
.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: 12px;
  line-height: 1.428571429;
  color: rgb(119.085, 119.085, 119.085);
  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 dashed;
  border-bottom: 4px solid \9 ;
  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 {
    right: 0;
    left: auto;
  }
  .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, .contact-form-pardot p.submit .btn-group > input,
.btn-group-vertical > .btn,
.contact-form-pardot p.submit .btn-group-vertical > input {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .contact-form-pardot p.submit .btn-group > input:hover, .btn-group > .btn:focus, .contact-form-pardot p.submit .btn-group > input:focus, .btn-group > .btn:active, .contact-form-pardot p.submit .btn-group > input:active, .btn-group > .btn.active, .contact-form-pardot p.submit .btn-group > input.active,
.btn-group-vertical > .btn:hover,
.contact-form-pardot p.submit .btn-group-vertical > input:hover,
.btn-group-vertical > .btn:focus,
.contact-form-pardot p.submit .btn-group-vertical > input:focus,
.btn-group-vertical > .btn:active,
.contact-form-pardot p.submit .btn-group-vertical > input:active,
.btn-group-vertical > .btn.active,
.contact-form-pardot p.submit .btn-group-vertical > input.active {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .contact-form-pardot p.submit input + .btn, .contact-form-pardot p.submit .btn-group input + .btn, .btn-group .contact-form-pardot p.submit .btn + input, .contact-form-pardot p.submit .btn-group .btn + input, .btn-group .contact-form-pardot p.submit input + input, .contact-form-pardot p.submit .btn-group input + input,
.btn-group .btn + .btn-group,
.btn-group .contact-form-pardot p.submit input + .btn-group,
.contact-form-pardot p.submit .btn-group input + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .contact-form-pardot p.submit .btn-group + input,
.contact-form-pardot p.submit .btn-group .btn-group + input,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn, .btn-toolbar .contact-form-pardot p.submit input, .contact-form-pardot p.submit .btn-toolbar input,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn, .contact-form-pardot p.submit .btn-toolbar > input,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .contact-form-pardot p.submit .btn-group > input:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .contact-form-pardot p.submit .btn-group > input:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .contact-form-pardot p.submit .btn-group > input: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), .contact-form-pardot p.submit .btn-group > input: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, .contact-form-pardot p.submit .btn-group > .btn-group:not(:first-child):not(:last-child) > input {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .contact-form-pardot p.submit .btn-group > .btn-group:first-child:not(:last-child) > input: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, .contact-form-pardot p.submit .btn-group > .btn-group:last-child:not(:first-child) > input: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, .contact-form-pardot p.submit .btn-group > input + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group.btn-group-lg > .btn + .dropdown-toggle, .contact-form-pardot p.submit .btn-group.btn-group-lg > input + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret, .contact-form-pardot p.submit input .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .contact-form-pardot p.submit .btn-group-lg > input .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .contact-form-pardot p.submit .btn-group-lg > input .caret, .contact-form-pardot p.submit .dropup .btn-group-lg > input .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .contact-form-pardot p.submit .btn-group-vertical > input,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.contact-form-pardot p.submit .btn-group-vertical > .btn-group > input {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn, .contact-form-pardot p.submit .btn-group-vertical > .btn-group > input {
  float: none;
}
.btn-group-vertical > .btn + .btn, .contact-form-pardot p.submit .btn-group-vertical > input + .btn, .contact-form-pardot p.submit .btn-group-vertical > .btn + input, .contact-form-pardot p.submit .btn-group-vertical > input + input,
.btn-group-vertical > .btn + .btn-group,
.contact-form-pardot p.submit .btn-group-vertical > input + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.contact-form-pardot p.submit .btn-group-vertical > .btn-group + input,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .contact-form-pardot p.submit .btn-group-vertical > input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child), .contact-form-pardot p.submit .btn-group-vertical > input:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child), .contact-form-pardot p.submit .btn-group-vertical > input:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .contact-form-pardot p.submit .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > input {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .contact-form-pardot p.submit .btn-group-vertical > .btn-group:first-child:not(:last-child) > input: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, .contact-form-pardot p.submit .btn-group-vertical > .btn-group:last-child:not(:first-child) > input: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, .contact-form-pardot p.submit .btn-group-justified > input,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .contact-form-pardot p.submit input, .contact-form-pardot p.submit .btn-group-justified > .btn-group input {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio], .contact-form-pardot p.submit [data-toggle=buttons] > input input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
.contact-form-pardot p.submit [data-toggle=buttons] > input input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
.contact-form-pardot p.submit [data-toggle=buttons] > .btn-group > input input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
.contact-form-pardot p.submit [data-toggle=buttons] > .btn-group > input 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, .input-group .contact-form-pardot input[type=text], .contact-form-pardot .input-group input[type=text], .input-group .contact-form-pardot textarea, .contact-form-pardot .input-group textarea, .input-group .contact-form-pardot select, .contact-form-pardot .input-group select {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .contact-form-pardot input[type=text]:focus, .contact-form-pardot .input-group input[type=text]:focus, .input-group .contact-form-pardot textarea:focus, .contact-form-pardot .input-group textarea:focus, .input-group .contact-form-pardot select:focus, .contact-form-pardot .input-group select:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .contact-form-pardot input[type=text],
.contact-form-pardot .input-group input[type=text],
.input-group .contact-form-pardot textarea,
.contact-form-pardot .input-group textarea,
.input-group .contact-form-pardot select,
.contact-form-pardot .input-group select {
  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),
.input-group .contact-form-pardot input[type=text]:not(:first-child):not(:last-child),
.contact-form-pardot .input-group input[type=text]:not(:first-child):not(:last-child),
.input-group .contact-form-pardot textarea:not(:first-child):not(:last-child),
.contact-form-pardot .input-group textarea:not(:first-child):not(:last-child),
.input-group .contact-form-pardot select:not(:first-child):not(:last-child),
.contact-form-pardot .input-group select: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: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: rgb(85.425, 85.425, 85.425);
  text-align: center;
  background-color: rgb(238.425, 238.425, 238.425);
  border: 1px solid #ccc;
  border-radius: 2px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.contact-form-pardot p.submit .input-group-sm > .input-group-btn > input.input-group-addon {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.contact-form-pardot p.submit .input-group-lg > .input-group-btn > input.input-group-addon {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group .contact-form-pardot input[type=text]:first-child, .contact-form-pardot .input-group input[type=text]:first-child, .input-group .contact-form-pardot textarea:first-child, .contact-form-pardot .input-group textarea:first-child, .input-group .contact-form-pardot select:first-child, .contact-form-pardot .input-group select:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.contact-form-pardot p.submit .input-group-btn:first-child > input,
.input-group-btn:first-child > .btn-group > .btn,
.contact-form-pardot p.submit .input-group-btn:first-child > .btn-group > input,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.contact-form-pardot p.submit .input-group-btn:last-child > input:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.contact-form-pardot p.submit .input-group-btn:last-child > .btn-group:not(:last-child) > input {
  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 .contact-form-pardot input[type=text]:last-child, .contact-form-pardot .input-group input[type=text]:last-child, .input-group .contact-form-pardot textarea:last-child, .contact-form-pardot .input-group textarea:last-child, .input-group .contact-form-pardot select:last-child, .contact-form-pardot .input-group select:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.contact-form-pardot p.submit .input-group-btn:last-child > input,
.input-group-btn:last-child > .btn-group > .btn,
.contact-form-pardot p.submit .input-group-btn:last-child > .btn-group > input,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.contact-form-pardot p.submit .input-group-btn:first-child > input:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.contact-form-pardot p.submit .input-group-btn:first-child > .btn-group:not(:first-child) > input {
  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, .contact-form-pardot p.submit .input-group-btn > input {
  position: relative;
}
.input-group-btn > .btn + .btn, .contact-form-pardot p.submit .input-group-btn > input + .btn, .contact-form-pardot p.submit .input-group-btn > .btn + input, .contact-form-pardot p.submit .input-group-btn > input + input {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .contact-form-pardot p.submit .input-group-btn > input:hover, .input-group-btn > .btn:focus, .contact-form-pardot p.submit .input-group-btn > input:focus, .input-group-btn > .btn:active, .contact-form-pardot p.submit .input-group-btn > input:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn, .contact-form-pardot p.submit .input-group-btn:first-child > input,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn, .contact-form-pardot p.submit .input-group-btn:last-child > input,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.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: rgb(238.425, 238.425, 238.425);
}
.nav > li.disabled > a {
  color: rgb(119.085, 119.085, 119.085);
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: rgb(119.085, 119.085, 119.085);
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  /*border-color: $link-color;*/
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: rgb(238.425, 238.425, 238.425) rgb(238.425, 238.425, 238.425) #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: rgb(85.425, 85.425, 85.425);
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.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: #fff;
  background-color: #000000;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.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, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 2px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 2px 2px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.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: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 2px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 12px;
  padding-left: 12px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.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;
    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 > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -12px;
  margin-left: -12px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .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: absolute;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
@media (max-width: 991px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: fixed;
  }
}

.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: 15px 12px;
  font-size: 18px;
  line-height: 20px;
  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: -12px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 12px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}
.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: 7.5px -12px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 992px) {
  .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: 20px;
  }
  .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: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -12px;
  margin-right: -12px;
  padding: 10px 12px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control, .navbar-form .contact-form-pardot input[type=text], .contact-form-pardot .navbar-form input[type=text], .navbar-form .contact-form-pardot textarea, .contact-form-pardot .navbar-form textarea, .navbar-form .contact-form-pardot select, .contact-form-pardot .navbar-form select {
    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,
  .navbar-form .input-group .contact-form-pardot input[type=text],
  .contact-form-pardot .navbar-form .input-group input[type=text],
  .navbar-form .input-group .contact-form-pardot textarea,
  .contact-form-pardot .navbar-form .input-group textarea,
  .navbar-form .input-group .contact-form-pardot select,
  .contact-form-pardot .navbar-form .input-group select {
    width: auto;
  }
  .navbar-form .input-group > .form-control, .navbar-form .contact-form-pardot .input-group > input[type=text], .contact-form-pardot .navbar-form .input-group > input[type=text], .navbar-form .contact-form-pardot .input-group > textarea, .contact-form-pardot .navbar-form .input-group > textarea, .navbar-form .contact-form-pardot .input-group > select, .contact-form-pardot .navbar-form .input-group > select {
    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;
    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: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .contact-form-pardot p.submit .btn-group-sm > input.navbar-btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .contact-form-pardot p.submit .btn-group-xs > input.navbar-btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 12px;
    margin-right: 12px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -12px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #000000;
  border-color: #D81921;
}
.navbar-default .navbar-brand {
  color: #FFF;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: rgb(229.5, 229.5, 229.5);
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #FFF;
}
.navbar-default .navbar-nav > li > a {
  color: #FFF;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #FFF;
  background-color: #D81921;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #FFF;
  background-color: #D81921;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #D81921;
}
.navbar-default .navbar-nav {
  /*@media (max-width: $grid-float-breakpoint-max) {
    // Dropdowns get custom display when collapsed
    .open .dropdown-menu {
      > li > a {
        color: $navbar-default-link-color;
        &:hover,
        &:focus {
          color: $navbar-default-link-hover-color;
          background-color: $navbar-default-link-hover-bg;
        }
      }
      > .active > a {
        &,
        &:hover,
        &:focus {
          color: $navbar-default-link-active-color;
          background-color: $navbar-default-link-active-bg;
        }
      }
      > .disabled > a {
        &,
        &:hover,
        &:focus {
          color: $navbar-default-link-disabled-color;
          background-color: $navbar-default-link-disabled-bg;
        }
      }
    }
  }*/
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #D81921;
  color: #FFF;
}
.navbar-default .navbar-link {
  color: #FFF;
}
.navbar-default .navbar-link:hover {
  color: #FFF;
}
.navbar-default .btn-link {
  color: #FFF;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #FFF;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-brand {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: rgb(8.5, 8.5, 8.5);
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: rgb(16.15, 16.15, 16.15);
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: rgb(8.5, 8.5, 8.5);
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(157.335, 157.335, 157.335);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: rgb(8.5, 8.5, 8.5);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: rgb(157.335, 157.335, 157.335);
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: rgb(119.085, 119.085, 119.085);
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #000000;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #D81921;
  background-color: rgb(238.425, 238.425, 238.425);
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #000000;
  border-color: #000000;
  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: rgb(119.085, 119.085, 119.085);
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: rgb(238.425, 238.425, 238.425);
}
.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: rgb(119.085, 119.085, 119.085);
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label, .contact-form-pardot p.submit input .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: rgb(119.085, 119.085, 119.085);
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: rgb(93.585, 93.585, 93.585);
}

.label-primary {
  background-color: #000000;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: black;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692);
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919);
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: rgb(236.015625, 151.21875, 30.984375);
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972);
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: rgb(119.085, 119.085, 119.085);
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge, .contact-form-pardot p.submit input .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, .contact-form-pardot p.submit .btn-group-xs > input .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #000000;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: rgb(238.425, 238.425, 238.425);
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: rgb(212.925, 212.925, 212.925);
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 0;
  padding-left: 12px;
  padding-right: 12px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #111;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #000000;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.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: rgb(213.7777777778, 232.9166666667, 197.5833333333);
  color: #3c763d;
}
.alert-success hr {
  border-top-color: rgb(200.5555555556, 225.8333333333, 179.1666666667);
}
.alert-success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.alert-info {
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
  color: #31708f;
}
.alert-info hr {
  border-top-color: rgb(166.4434782609, 224.7043478261, 236.3565217391);
}
.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: rgb(247.064516129, 225.4623655914, 180.935483871);
}
.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.alert-danger {
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
  color: #a94442;
}
.alert-danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 192.4420289855);
}
.alert-danger .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #000000;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.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-object.img-thumbnail {
  max-width: none;
}

.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: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: rgb(238.425, 238.425, 238.425);
  color: rgb(119.085, 119.085, 119.085);
  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: rgb(119.085, 119.085, 119.085);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.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: #666666;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #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: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.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: 16px;
  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: #f5f5f5;
  border-top: 1px solid #ddd;
  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 > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.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:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 1px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 1px;
}
.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:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 1px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 1px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.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-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
}
.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 #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #000000;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #000000;
}
.panel-primary > .panel-heading .badge {
  color: #000000;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #000000;
}

.panel-success {
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(213.7777777778, 232.9166666667, 197.5833333333);
}

.panel-info {
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(187.5086956522, 231.9108695652, 240.7913043478);
}

.panel-warning {
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(249.5322580645, 234.6478494624, 203.9677419355);
}

.panel-danger {
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: rgb(234.7934782609, 203.7065217391, 208.8876811594);
}

.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-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 0;
}

.well-sm {
  padding: 9px;
  border-radius: 0;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  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;
  z-index:1060;
  position:relative;
  margin-right:2px;
  margin-top:-2px;
}*/
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  z-index: 1060;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  opacity: 1;
  border-radius: 100%;
  line-height: 24px;
  color: #000000;
}
button.close:hover, button.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  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: #ECECEC;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.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;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer .contact-form-pardot p.submit input + .btn, .contact-form-pardot p.submit .modal-footer input + .btn, .modal-footer .contact-form-pardot p.submit .btn + input, .contact-form-pardot p.submit .modal-footer .btn + input, .modal-footer .contact-form-pardot p.submit input + input, .contact-form-pardot p.submit .modal-footer input + input {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .contact-form-pardot p.submit input + .btn, .contact-form-pardot p.submit .modal-footer .btn-group input + .btn, .modal-footer .btn-group .contact-form-pardot p.submit .btn + input, .contact-form-pardot p.submit .modal-footer .btn-group .btn + input, .modal-footer .btn-group .contact-form-pardot p.submit input + input, .contact-form-pardot p.submit .modal-footer .btn-group input + input {
  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 {
    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;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.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: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 2px;
}

.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: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.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: 14px;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-radius: -1 -1 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: #fff;
}
.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: #fff;
}
.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: #fff;
}
.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: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    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: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  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%;
  margin-top: -10px;
  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;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.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 #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn, .carousel-caption .contact-form-pardot p.submit input, .contact-form-pardot p.submit .carousel-caption input {
  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: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix: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;
}

.affix {
  position: fixed;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.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 !important;
  }
  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 !important;
  }
  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: 1319px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1320px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1320px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1320px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1320px) {
  .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: 1319px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1320px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  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;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../slick-1.6.0/slick/fonts/slick.eot");
  src: url("../slick-1.6.0/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../slick-1.6.0/slick/fonts/slick.woff") format("woff"), url("../slick-1.6.0/slick/fonts/slick.ttf") format("truetype"), url("../slick-1.6.0/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/**
    Bootstrap Overrides
**/
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 0;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}

h4, .h4,
h5, .h5, .sidebar-box .sub-heading,
h6, .h6 {
  margin-top: 0;
  font-family: "Roboto Condensed", sans-serif;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

div[class^=col] .row {
  margin-left: -12px;
  margin-right: -12px;
}

.full-width {
  padding-left: 0;
  padding-right: 0;
}

.panel-group .panel-default {
  background-color: #EEE;
}
.panel-group .panel-default > .panel-heading {
  background-color: #EEE;
}

.lead {
  line-height: 1.5;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}
@media (min-width: 768px) {
  .lead {
    font-size: 20px;
  }
  .lead p {
    font-size: 20px;
  }
}

.well-xs {
  padding: 6px;
  border-radius: 0;
}

blockquote {
  border-left: 3px solid #000000;
  font-size: 20px;
  font-style: italic;
  font-family: "Roboto Condensed", sans-serif;
}

/*@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-stretch: condensed;
    src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(https://fonts.gstatic.com/s/robotocondensed/v13/Zd2E9abXLFGSr9G3YK2MsDAdhzWOYhqHvOZMRGaEyPo.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}*/
.panel-group .panel + .panel {
  margin-top: 10px;
}

.button-container {
  position: relative;
}

.btn, .contact-form-pardot p.submit input {
  border-radius: 82px;
  padding: 12px 31px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 1px;
  border: 2px solid transparent;
}
.btn:active, .contact-form-pardot p.submit input:active {
  box-shadow: none;
}
.btn.dropdown-toggle, .contact-form-pardot p.submit input.dropdown-toggle {
  border-radius: 2px;
  width: 100%;
  text-align: left;
  position: relative;
  padding: 10px;
  text-transform: none;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: normal;
}
.btn.dropdown-toggle > .icon, .contact-form-pardot p.submit input.dropdown-toggle > .icon {
  position: absolute;
  height: 100%;
  top: 0;
  right: 10px;
  color: #000000;
}

.btn-secondary {
  background-color: #FFF;
  color: #000000;
}
.btn-secondary:hover {
  background-color: #000000;
  color: #FFF;
  border-color: #FFF;
}

.btn-attribute {
  border-color: #DDD;
  color: #000000;
  background-color: #FFF;
  padding: 10px 20px;
  font-size: 13px;
}
.btn-attribute .icon {
  margin-top: 2px;
  margin-left: 10px;
  width: 11px;
  height: 11px;
}

.btn-attribute:focus {
  outline: none !important;
}

.btn-link {
  padding: 0;
  border: 0;
  cursor: pointer;
}

.attributes-container {
  margin-top: 15px;
}
.attributes-container button {
  margin-bottom: 15px;
}

.dropdown .open-icon {
  display: block;
}
.dropdown .close-icon {
  display: none;
}
.dropdown.open .open-icon {
  display: none;
}
.dropdown.open .close-icon {
  display: block;
}
.dropdown.open .arrow {
  position: relative;
}
.dropdown.open .arrow:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 5px 5px;
  border-color: #000000 transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: 7px;
  left: calc(50% - 5px);
}
.dropdown.fw {
  position: static;
}
.dropdown.fw .dropdown-menu {
  left: 24px;
  right: 24px;
  margin-top: 12px;
  border-top: 5px solid #000000;
  padding-top: 36px;
  padding-bottom: 36px;
}
.dropdown.fw .dropdown-menu:after {
  content: none;
}
.dropdown.fw .row .inner {
  padding: 12px 18px 24px;
}
.dropdown.fw .heading {
  color: #000000;
  font-size: 20px;
}
.dropdown.fw li {
  line-height: 1.7;
}
.dropdown.fw li a {
  color: #111;
}
.dropdown.fw .parent-link {
  font-size: 18px;
}
.dropdown.fw .parent-link .icon {
  margin-left: 12px;
  margin-top: 1px;
}

.navbar {
  margin-bottom: 0;
}

.navbar-default {
  border: none;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}

.navbar-message {
  /*height: 25px;
  background-color: $color-accent-dark-extra;
  padding: 0;
  margin-top: 71px;
  text-align: right;
  padding: 2px 15px;
  color: $color-white;
  a, a:hover, a:visited{
      color:$color-white;
  }*/
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 1px;
  color: #FFF;
  margin: 0 15px;
  display: flex;
  align-items: center;
  height: 96px;
}
@media (min-width: 992px) and (max-width: 1319px) {
  .navbar-message {
    height: 72px;
  }
}
@media (max-width: 1199px) {
  .navbar-message {
    display: none !important;
  }
}
.navbar-message p {
  font-size: inherit;
  margin: 0;
}
.navbar-message a, .navbar-message a:hover, .navbar-message a:visited {
  color: #FFF;
}

.navbar-nav > li > a, .search-in-nav > .searchbox-wrapper {
  height: 96px;
}
.navbar-nav > li > a.small, .search-in-nav > .searchbox-wrapper.small {
  font-size: 11px;
}
.navbar-nav > li > a form, .search-in-nav > .searchbox-wrapper form {
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1319px) {
  .navbar-nav > li > a, .search-in-nav > .searchbox-wrapper {
    height: 72px;
  }
}
@media (min-width: 768px) {
  .navbar-nav > li > a, .search-in-nav > .searchbox-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 768px) {
  .navbar-nav > li > a, .search-in-nav > .searchbox-wrapper {
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 1520px) {
  .navbar-nav > li > a, .search-in-nav > .searchbox-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 992px) {
  .navbar-nav > li > a, .search-in-nav > .searchbox-wrapper {
    border-right: 1px solid #D81921;
    /*height: 60px;*/
  }
}
@media (max-width: 992px) {
  .navbar-nav > li > a, .search-in-nav > .searchbox-wrapper {
    height: 50px;
  }
}

/*.navbar-message-visible {
    .dropdown.open .arrow {
        &:after {
            top: 32px;
        }
    }

    .navbar-nav > li > a {
        height: 71px;
    }
}*/
header.main-header {
  height: 96px;
}
@media (max-width: 1319px) {
  header.main-header {
    height: 72px;
  }
}

header.floating {
  height: auto;
}
@media (max-width: 1319px) {
  header.floating {
    height: 72px;
  }
}

@media (min-width: 1320px) {
  .floating > .navbar-fixed-top {
    top: 24px;
    right: 24px;
    left: 24px;
  }
}

.navbar-header {
  background-color: #FFF;
  height: 96px;
}
@media (max-width: 991px) {
  .navbar-header {
    border-bottom: 5px solid #D81921;
    /*.logo img {
        padding: 2px 0;
    }*/
  }
}
@media (max-width: 1319px) {
  .navbar-header {
    height: 72px;
  }
  .navbar-header .logo img {
    max-height: 50px;
    /*width: auto !important;*/
  }
  .navbar-header .logo, .navbar-header img {
    max-height: 50px;
    /*width: auto !important;*/
  }
}
@media (min-width: 768px) {
  .navbar-header {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media (min-width: 1320px) {
  .navbar-header {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.navbar-nav > li > .dropdown-menu {
  min-width: 230px;
  margin-top: -12px;
  left: calc(50% - 115px);
  padding: 0;
  border: none;
}
.navbar-nav > li > .dropdown-menu .divider {
  margin: 0;
}
@media (min-width: 992px) {
  .navbar-nav > li > .dropdown-menu:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 5px 5px;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -5px;
    left: calc(50% - 5px);
  }
  .navbar-nav > li > .dropdown-menu.dropdown-menu-columns:after {
    right: 22px;
    left: auto;
  }
}

.dropdown-menu.dropdown-menu-lg > li > a {
  padding: 18px 12px;
}

.pagination {
  display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
  margin: 6px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border: none;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border: none;
}

.main-header .navbar-right {
  margin: 0;
}

@media (max-width: 767px) {
  .container-fluid > .navbar-header {
    margin: 0;
    padding: 0 12px;
  }
}
@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
    border-radius: 0;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    overflow: hidden auto !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
  ul.nav.navbar-nav {
    margin: 0;
  }
  ul.nav.navbar-nav li a {
    padding-left: 25px;
  }
  ul.nav.navbar-nav:not(.navbar-right) li {
    border-bottom: 1px solid #ddd;
  }
  ul.nav.navbar-nav.navbar-right {
    /*margin-top: -8px;*/
  }
  ul.nav.navbar-nav.navbar-right li:first-child {
    border-bottom: 1px solid #ddd;
  }
}
.breadcrumb {
  padding-left: 0;
  margin-bottom: 0;
  background-color: transparent;
}

address {
  font-size: 16px;
}
address .company-name {
  margin-bottom: 12px;
}

.btn-default.dropdown-toggle {
  border: 1px solid #ddd;
  color: rgb(119.085, 119.085, 119.085);
  font-size: 16px;
}

.navbar-default {
  overflow: unset !important;
  background-color: #eeeeee;
}
@media (min-width: 992px) {
  .navbar-default {
    background-color: #000000;
  }
}
@media (max-width: 991px) {
  .navbar-default {
    overflow: auto;
  }
}

.navbar-nav > li > a {
  color: #000000 !important;
}
@media (min-width: 992px) {
  .navbar-nav > li > a {
    color: #FFF !important;
  }
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
  background-color: transparent !important;
}
@media (min-width: 992px) {
  .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    color: #FFF;
    background-color: #D81921;
  }
}
.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
  background-color: transparent !important;
}
@media (min-width: 992px) {
  .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: #D81921;
  }
}
.navbar-nav > .disabled > a, .navbar-nav > .disabled > a:hover, .navbar-nav > .disabled > a:focus {
  background-color: transparent !important;
}
@media (min-width: 992px) {
  .navbar-nav > .disabled > a, .navbar-nav > .disabled > a:hover, .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-toggle {
  border-color: none;
}
.navbar-toggle:hover, .navbar-toggle:focus, .navbar-toggle:active {
  background-color: #D81921 !important;
  border-color: transparent !important;
}

.navbar-collapse,
.navbar-form {
  border-color: none;
}
@media (min-width: 992px) {
  .navbar-collapse,
  .navbar-form {
    border-color: #D81921;
  }
}

.navbar-toggle {
  background: #000000;
  border-color: #ddd;
  right: 0;
  position: absolute;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  /*width: 90%;*/
}

@media (min-width: 992px) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 100%;
    display: flex !important;
    flex-direction: row;
    align-items: stretch;
  }
  .navbar-default .navbar-nav:not(.navbar-right) {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  .navbar-default .navbar-nav:not(.navbar-right) .search-in-nav {
    flex: 1;
  }
  .navbar-default .navbar-nav:not(.navbar-right) .search-in-nav .searchbox-wrapper {
    margin: 0;
    border-right: 1px solid #D81921;
  }
  .navbar-default .navbar-nav:not(.navbar-right) .search-in-nav .search-icon {
    padding-top: 30px;
  }
}
@media (min-width: 1440px) {
  .search-in-nav {
    display: block;
  }
  .search-button-in-nav {
    display: none !important;
  }
}
@media (max-width: 1439px) {
  .search-in-nav {
    display: none !important;
  }
  .search-button-in-nav {
    display: block;
  }
}
.navbar-nav > li > .dropdown-menu:after {
  position: relative;
  left: 0;
}
@media (min-width: 992px) {
  .navbar-nav > li > .dropdown-menu:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 5px 5px;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -5px;
    left: calc(50% - 5px);
  }
}

.categories-mobile .panel-primary > .panel-heading {
  background: #fff;
}

.categories-mobile .panel-body {
  padding: 0;
}

.categories-mobile .panel-group.one-at-a-time {
  padding-left: 15px;
  padding-right: 15px;
  border-color: #ddd;
}

.categories-mobile .thumbnail {
  border-bottom: none;
}

.categories-mobile .panel-group {
  cursor: pointer;
}

.categories-mobile .panel-group .panel-primary {
  border-color: #ddd;
}

.categories-mobile .thumbnail a > img {
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 0;
}

.categories-mobile li a {
  color: #111;
}

.icon-link-color {
  color: #000000;
}

.lead p {
  margin-bottom: 0;
}

/**
    Slick Overrides
**/
.slick-prev {
  z-index: 2;
}

.slick-next,
.slick-next:hover,
.slick-next:focus,
.slick-next:active,
.slick-prev,
.slick-prev:hover,
.slick-prev:focus,
.slick-prev:active {
  z-index: 2;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: #FFF;
  color: #000000;
}
.slick-next:before,
.slick-next:hover:before,
.slick-next:focus:before,
.slick-next:active:before,
.slick-prev:before,
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-prev:active:before {
  content: "";
  font-size: 0;
}
.slick-next.slick-arrow-lg,
.slick-next:hover.slick-arrow-lg,
.slick-next:focus.slick-arrow-lg,
.slick-next:active.slick-arrow-lg,
.slick-prev.slick-arrow-lg,
.slick-prev:hover.slick-arrow-lg,
.slick-prev:focus.slick-arrow-lg,
.slick-prev:active.slick-arrow-lg {
  width: 30px;
  height: 30px;
}

.slick-arrow-lg.slick-next {
  right: -40px;
}
.slick-arrow-lg.slick-prev {
  left: -40px;
}

.slick-arrow-md.slick-next {
  right: -13px;
}
.slick-arrow-md.slick-prev {
  left: -13px;
}

.slick-slider .icon-sm {
  width: 10px;
  height: 10px;
}
.slick-slider .icon-md {
  width: 15px;
  height: 15px;
}
.slick-slider .icon-lg {
  width: 30px;
  height: 30px;
}

.background-0 {
  background-color: #FFF;
}

.background-1 {
  background-color: #EEE;
}

.background-2 {
  background-color: #000000;
}

.accent-color {
  color: #000000;
}

body {
  /*background-color: $color-black;*/
  background-color: #FFF;
}
body.mceContentBody {
  background-color: #FFF;
}

#maincontent {
  background-color: #FFF;
}

.container {
  /*@media (min-width: $screen-sm-min) {
  //width: $container-sm;
  }
  @media (min-width: $screen-md-min) {

  }
  @media (min-width: $screen-lg-min) {
  //width: $container-lg;
  }*/
}
@media (max-width: 1319px) {
  .container.container-md-max-xl {
    padding-left: 36px;
    padding-right: 36px;
  }
}

.main-content-padding {
  padding: 48px 0 0;
}
@media (max-width: 1319px) {
  .main-content-padding {
    padding: 24px 0;
  }
}
@media (max-width: 991px) {
  .main-content-padding {
    padding: 0;
  }
}

.headline-margin {
  margin-bottom: 10px;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
}

.headline {
  /*font-size: 20px;*/
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #111;
}

article {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 48px;
}

.text-uppcase-style, .navbar-nav > li > a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .text-uppcase-style, .navbar-nav > li > a {
    font-size: 13px;
  }
}

@media (max-width: 1319px) {
  .text-center-md-max {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .text-center-small {
    text-align: center;
  }
}

.flex-h-center {
  display: flex;
  align-items: center;
}

.flex-v-center, .navbar-nav > li > a, .search-in-nav > .searchbox-wrapper, .navbar-header {
  display: flex;
  align-items: center;
}

.flex-right {
  margin-left: auto;
}

@supports (display: flex) {
  .flex-row.row {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-row.row:after, .flex-row.row:before {
    display: flex;
  }
  .flex-row.row > [class*=col-] {
    display: flex;
    flex-direction: column;
  }
  .flex-row .thumbnail {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #dddddd;
  }
  .flex-row .thumbnail {
    flex: 1 0 auto;
    flex-direction: column;
    padding: 6px;
  }
  .flex-row .flex-text {
    flex-grow: 1;
  }
  .flex-row img {
    height: auto;
    width: 100%;
  }
  .flex-row ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /*a{
        color:$text-color;
    }*/
  }
}
.height-100 {
  height: 100%;
}

.pos-r {
  position: relative;
}

.article-margin {
  margin: 36px 36px 48px;
}

.init-standard-carousel {
  margin-bottom: 12px;
}
.init-standard-carousel .slick-prev, .init-standard-carousel .slick-next {
  top: calc(50% - 20px);
}
.init-standard-carousel .slick-prev {
  left: 5px;
}
.init-standard-carousel .slick-next {
  right: 5px;
}

.link-block:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 0\0 ) {
  .link-block:after {
    background: url("about:blank");
  }
}

.panel-box {
  padding: 12px;
  background-color: #000000;
  color: #FFF;
}
.panel-box .heading {
  font-size: 18px;
  margin-bottom: 12px;
}
.panel-box .attributes-selector .dropdown-menu {
  left: 12px;
}

.slider-pre-init img:nth-child(n+2) {
  display: none;
}

.slider-pre-init .carousel-item {
  display: none;
}

.slider-pre-init .large-carousel-item {
  display: none;
}

.large-carousel-with-nav .slider-present {
  margin-bottom: 24px;
}
.large-carousel-with-nav .well {
  margin-left: 6px;
  margin-right: 6px;
  padding: 5px;
  box-sizing: border-box;
}
.large-carousel-with-nav .well.slick-current {
  border: solid 3px #000000;
  padding: 3px;
}
.large-carousel-with-nav .well:hover {
  cursor: pointer;
}
.large-carousel-with-nav .well:focus {
  outline: none;
}
.product-page .large-carousel-with-nav .slick-prev, .product-page .large-carousel-with-nav .slick-next {
  top: calc(50% - 12px);
}

.panel-heading a .collapse {
  display: block;
}
.panel-heading a .expand {
  display: none;
}
.panel-heading a.collapsed .collapse {
  display: none;
}
.panel-heading a.collapsed .expand {
  display: block;
}

.panel-expander {
  font-size: 16px;
  font-weight: bold;
}
.panel-expander .icon {
  float: right;
  margin-top: 6px;
}

.divider-line {
  height: 12px;
  background-color: #000000;
}
.divider-line::after {
  content: "";
  display: block;
  background-color: #FFF;
  width: 10px;
  height: 100%;
  margin-left: 18px;
}
.divider-line.solid::after {
  content: none;
}
.divider-line.small {
  height: 6px;
  margin-bottom: 12px;
}
.divider-line.small::after {
  width: 6px;
}

.divider-line-gray {
  height: 1px;
  background-color: #DDD;
}

.share-block {
  font-size: 14px;
  font-weight: bold;
}
.share-block .text {
  margin-right: 12px;
}
.share-block a:not(:last-of-type) {
  margin-right: 0px;
}
.share-block.article-margin {
  margin-right: -24px;
}

.main-box {
  padding: 12px;
  margin-bottom: 48px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #DDD;
}
@media (max-width: 991px) {
  .main-box {
    margin-bottom: 24px;
  }
}
.main-box .headline {
  margin-bottom: 24px;
}
.main-box .divider-line, .main-box .link-bar {
  margin-left: -12px;
  margin-right: -12px;
}

.link-bar {
  background-color: #000000;
  color: #FFF;
  display: block;
  padding: 12px 24px;
  display: flex;
  align-items: center;
}
.link-bar .link-text {
  margin-right: auto;
  display: block;
}
.link-bar:hover, .link-bar:focus, .link-bar:active {
  background-color: #D81921;
  color: #FFF;
}

.sidebar-box {
  background-color: #FFF;
  padding: 12px 24px;
  margin-bottom: 24px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #DDD;
}
.sidebar-box .link-bar {
  margin-bottom: -12px;
}
.sidebar-box .divider-line, .sidebar-box .link-bar {
  margin-left: -24px;
  margin-right: -24px;
}
.sidebar-box .sub-heading {
  text-align: center;
  font-family: "Roboto Condensed", sans-serif;
}
.videowithlightboxblock .sidebar-box {
  padding-bottom: 0;
}

.video-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.play-icon {
  position: absolute;
  font-family: "Glyphicons Halflings";
  color: #FFF;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  right: calc(50% - 30px);
  background-color: rgba(17, 17, 17, 0.81);
}
.play-icon::after {
  content: "\e072";
  font-size: 20px;
  line-height: 0.9;
  margin-left: 3px;
}
.play-icon:hover, .play-icon:focus, .play-icon:active {
  text-decoration: none;
  color: #FFF;
  background-color: #111;
  outline: 0;
}
.play-icon.play-icon-lg {
  width: 80px;
  height: 80px;
}
.play-icon.play-icon-lg::after {
  font-size: 30px;
  margin-left: 3px;
}

.vr-icon {
  position: absolute;
  font-family: "Glyphicons Halflings";
  color: #FFF;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  right: calc(50% - 30px);
  background-color: rgba(17, 17, 17, 0.81);
}
.vr-icon::after {
  content: "\e046";
  font-size: 20px;
  line-height: 0.9;
  margin-left: 0;
}
.vr-icon:hover, .vr-icon:focus, .vr-icon:active {
  text-decoration: none;
  color: #FFF;
  background-color: #111;
  outline: 0;
}
.vr-icon.play-icon-lg {
  width: 80px;
  height: 80px;
}
.vr-icon.play-icon-lg::after {
  font-size: 30px;
  margin-left: 3px;
}

.link-block::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.icon {
  vertical-align: text-top;
}
.icon.stroke {
  stroke: currentColor;
  fill: none;
}
.icon.fill {
  fill: currentColor;
  stroke: none;
}

.icon-middle {
  vertical-align: middle;
}

.icon-xs {
  width: 0.5em;
  height: 0.5em;
}

.icon-sm {
  width: 1em;
  height: 1em;
}

.icon-md {
  width: 1.2em;
  height: 1.2em;
}

.icon-lg {
  width: 1.6em;
  height: 1.6em;
}

.icon-xl {
  width: 2em;
  height: 2em;
}

.icon-before {
  margin-right: 5px;
}

.icon-link-list .icon {
  margin-right: 12px;
}
.icon-link-list li {
  margin-bottom: 12px;
}

.image-link-list a:hover {
  text-decoration: none;
}
.image-link-list a:hover .text-uppcase-style, .image-link-list a:hover .navbar-nav > li > a {
  text-decoration: underline !important;
}
.image-link-list li:not(:last-child) {
  margin-bottom: 24px;
}
.image-link-list .text {
  color: #111;
}

.info-card-outer {
  margin-bottom: 24px;
}

.info-card {
  /*padding:$margin;*/
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #DDD;
}
@supports (display: flex) {
  .info-card {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
  }
}
.info-card .info-card-inner {
  background-color: #FFF;
  padding: 12px;
  height: 100%;
}
.info-card .caption {
  padding: 12px;
}
.info-card .caption p {
  margin-bottom: 12px;
}
.info-card .headline {
  font-size: 20px;
  margin-bottom: 12px !important;
}

.right-navigation {
  background-color: #ffffff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}
.right-navigation a {
  color: #111;
}
.right-navigation a.active {
  color: #000000;
}
.right-navigation .header {
  background-color: #000000;
  padding: 12px 24px;
  color: #FFF;
  margin-bottom: 0;
}
.right-navigation .header a {
  color: currentColor;
}
.right-navigation li {
  /*box-shadow: $sidebar-box-shadow;*/
  border: solid 1px #DDD;
  border-top: none;
}
.right-navigation li > a {
  padding: 12px 24px;
  display: block;
}
.right-navigation ul.second-level {
  padding-left: 1em;
}
.right-navigation ul.second-level > li {
  border: none;
}
.right-navigation ul.second-level > li a {
  padding-top: 0;
}
.right-navigation .expander {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px 24px 0;
  border-left: solid 1px #DDD;
  font-size: 8px;
  color: #000000;
}

.list-selectors-wrapper {
  margin-bottom: 48px;
}

.unordered-item-list time {
  font-size: 12px;
  line-height: 2;
}
.unordered-item-list .headline {
  font-size: 20px;
  color: #000000;
}
.unordered-item-list .caption {
  margin-top: 3px;
}
.unordered-item-list .item:hover .headline {
  text-decoration: underline;
}

.file-list-wrapper .item {
  margin-bottom: 48px;
}
.file-list-wrapper .action-links a, .file-list-wrapper .action-links button {
  margin-right: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12.99999988px;
}
.file-list-wrapper .action-links .icon {
  margin-right: 6px;
}
.file-list-wrapper p {
  margin-bottom: 15px;
}
.file-list-wrapper .thumbnail {
  color: #FFF;
  margin-bottom: 0;
}
.file-list-wrapper .thumbnail .icon {
  background-color: #ECECEC;
}
.file-list-wrapper .thumbnail .icon img {
  width: 48px;
  padding: 36px 0;
  margin: 0 auto;
}

.searchbox {
  text-align: center;
}

.search-input {
  width: 100% !important;
  height: 40px !important;
  font-size: 15px;
}

.search-icon {
  margin-right: 40px;
  padding-top: 4px;
  width: 16px;
  height: 16px;
  color: #000000;
}

.search-result-form {
  margin-bottom: 10px;
}

.searchpage {
  margin-left: 0px;
  margin-right: 0px;
}
@media (min-width: 992px) {
  .searchpage {
    margin-left: -12px;
    margin-right: -12px;
  }
}

.dropdown-menu-whole-width {
  margin-left: -24px;
  margin-right: -24px;
}

.dropdown-menu-columns {
  -moz-column-count: 3;
  column-count: 3;
  min-width: 400px !important;
  left: calc(50% - 400px) !important;
}
.dropdown-menu-columns > li {
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  overflow: hidden;
}

.market-picker-heading {
  border-bottom: 1px solid #444;
  padding-bottom: 5px;
}

.market-picker-link {
  border-bottom: 1px solid #D0D0D0;
  display: block;
  margin-bottom: 15px;
}
.market-picker-link:hover, .market-picker-link:active, .market-picker-link:focus {
  text-decoration: none;
}

.market-picker-group {
  margin-bottom: 100px;
}

.js-sub-dropdown {
  padding: 0 5px 20px 10px;
}
@media (min-width: 768px) {
  .js-sub-dropdown {
    z-index: 2;
    position: absolute;
    top: 24px;
    padding: 5px 5px 5px 10px;
    background-color: #eee !important;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25);
  }
}

@media (max-width: 767px) {
  .navbar-default {
    max-height: 600px;
    overflow-y: scroll;
  }
}

.search-mobile {
  right: 72px;
  position: absolute;
  width: 72px;
  height: 72px;
  background-color: #000000;
  border-right: 1px solid #777777;
  color: #fff;
  cursor: pointer;
}

.search-mobile:hover, .search-mobile:active, .search-mobile:focus {
  background-color: #D81921 !important;
  color: #fff;
}

.search-mobile-dropdown {
  right: 72px;
  position: absolute;
  width: 72px;
  height: 72px;
  background-color: #000000;
  /*border-right: 1px solid #777777;*/
  color: #fff;
  cursor: pointer;
  color: #fff;
  /* right: 99px; */
  margin: auto 0;
  position: absolute;
  text-align: center;
  margin-top: -36px;
}
.search-mobile-dropdown svg {
  margin: 25px;
}
.search-mobile-dropdown:hover, .search-mobile-dropdown:focus, .search-mobile-dropdown:active {
  background-color: #D81921 !important;
  color: #fff;
}

.button-mobile {
  background: #000000 !important;
  border-left: 1px solid #D81921 !important;
  border-bottom: none;
  border-top: none;
  border-right: none;
  z-index: 200000000000;
  right: 0;
  position: absolute;
  height: 72px;
  margin: 0px;
  width: 72px;
  right: 0px;
}

.search-mobile-menu {
  margin-top: 0px !important;
  border-top: none !important;
}

.expand-plucicon {
  top: 14px;
  right: 30px;
  position: absolute;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
}

.mobilenav-border {
  top: 0px;
  height: 100%;
  position: absolute;
  right: 71px;
  background-color: #ddd;
  width: 1px;
}

@media (min-width: 768px) {
  .mobilenav-border {
    right: 71px;
  }
  .expand-plucicon {
    right: 30px;
  }
}
@media (min-width: 992px) {
  .mobilenav-border {
    right: 71px;
  }
  .expand-plucicon {
    right: 30px;
  }
}
@media (max-width: 768px) {
  .logo {
    max-width: 45%;
  }
}
.logo {
  /*width: 100%;
  height: 100%;*/
}
.logo img {
  max-width: 300px;
  width: 100%;
  height: 100%;
  /*width: auto;
  height: 100%;*/
  /*width:100%;
  @media (min-width: 310px) { 
      max-width: 150px;
  }

  @media (min-width: 375px) {
      max-width: 200px;
  }

  @media (min-width: 450px) { 
      max-width: 250px;
  }

  @media (min-width: 500px) {
      max-width: unset;
  }*/
}
@media (max-width: 1319px) {
  .logo img {
    max-width: 200px;
  }
}

.navbar-right li a .mobilenav-border {
  /*right: 84px;*/
}

.navbar-right li a .expand-plucicon {
  /*right: 47px;*/
}

.dropdown-menu-mobile {
  border: none !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 25px !important;
  margin-top: 0px !important;
  background-color: #fff !important;
}
@media (min-width: 992px) {
  .dropdown-menu-mobile {
    left: 24px !important;
    right: 24px;
    margin-top: 12px !important;
    border-top: 5px solid #000000 !important;
    padding-top: 36px !important;
    padding-bottom: 36px;
    background-color: #EEE !important;
  }
}
.dropdown-menu-mobile__item {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .dropdown-menu-mobile__item {
    margin: 0px;
    padding-top: 0px;
  }
}
.dropdown-menu-mobile__icon {
  color: #000000;
  position: absolute;
  right: 52px;
  top: 12px;
}

.dropdown-menu-mobile li {
  border-bottom: none !important;
}
.dropdown-menu-mobile li a.current {
  color: #000000;
}

.dropdown.fw .heading {
  color: #111 !important;
  font-weight: 400 !important;
  font-size: 17px;
  margin-bottom: 12px;
  display: block;
}
@media (min-width: 992px) {
  .dropdown.fw .heading {
    color: #000000 !important;
    font-size: 20px !important;
    font-weight: bold !important;
  }
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #FFF;
}
@media (min-width: 992px) {
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #D81921;
  }
}

ul.dropdown-menu.dropdown-menu-lg {
  background: #fff !important;
}
ul.dropdown-menu.dropdown-menu-lg li {
  border-bottom: none !important;
}
ul.dropdown-menu.dropdown-menu-lg li a {
  /*color: #111 !important;*/
  font-weight: 400 !important;
  padding: 10px 12px 10px 40px !important;
}
@media (max-width: 767px) {
  ul.dropdown-menu.dropdown-menu-lg li a {
    padding: 4px 0px 4px 5px !important;
  }
}
@media (min-width: 992px) {
  ul.dropdown-menu.dropdown-menu-lg li a {
    font-size: 14px !important;
    padding: 18px 12px !important;
  }
}

.visable-in-mobile {
  font-size: 14px;
  color: #111 !important;
  padding-left: 5px;
}
@media (min-width: 992px) {
  .visable-in-mobile {
    font-size: 11px;
    color: #fff !important;
  }
}

.text-right {
  margin-bottom: 20px;
}
.text-right a {
  color: #000000 !important;
}

.heading-center-mobile {
  text-align: center;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .heading-center-mobile {
    text-align: left;
    padding-bottom: 0px;
  }
}

.navbar-toggle .icon-bar {
  width: 22px;
  transition: all 0.2s;
  margin-left: 15px;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
  margin-left: 10px;
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
  margin-left: 10px;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
  margin-left: 10px;
}

.social-share-mobile {
  margin: 15px 15px 0 0;
}

.hr-dark-gray {
  border: 1px solid #d8d8d8;
  margin-top: 30px;
  margin-bottom: 30px;
}

ul.with-tick-icon {
  list-style: none;
  padding-left: 0;
}

ul.with-tick-icon li span:before, ol.with-tick-icon li:before {
  content: "✓";
  display: inline-block;
  color: red;
  padding: 0 6px 0 0;
  font-weight: bold;
}

.inline-block {
  display: inline-block;
}

.plus {
  color: #000000;
  font-weight: bold;
}

@media (max-width: 768px) {
  .border-bottom {
    border-bottom: 1px solid #ddd;
    margin-bottom: 22px;
  }
}
/* Fixes for WYSIWYG */
/* fix the space-span of the link in link-block */
.fix-link-block {
  position: relative;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hp {
  display: none;
}

.modal-body-contact-iframe {
  min-height: 500px;
}

.promomodal {
  border: solid 1px #444;
}
.promomodal .modal-content {
  background-color: #FFF;
}
.promomodal .modal-header {
  border-bottom: none;
  padding: 5px 0 15px;
}
.promomodal .modal-title {
  text-align: center;
}
.promomodal .modal-title-small {
  font-size: 16px;
}
.promomodal .modal-title-large {
  font-size: 20px;
}
.promomodal .modal-body {
  background-color: #ECECEC;
  margin: 15px;
  padding: 15px 15px 5px 15px;
}
.promomodal.modal {
  text-align: center;
}
@media (min-width: 768px) {
  .promomodal.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.promomodal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .promomodal .modal-dialog {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .promomodal .modal-dialog {
    width: 768px;
  }
}
@media (min-width: 1320px) {
  .promomodal .modal-dialog {
    width: 960px;
  }
}
@media (max-width: 991px) {
  .promomodal .btn, .promomodal .contact-form-pardot p.submit input, .contact-form-pardot p.submit .promomodal input {
    padding: 10px 12px;
  }
}
.promomodal .close-link {
  white-space: pre;
}
.promomodal .small-print p {
  font-size: 10px;
  text-align: center;
  margin: 0;
}
.promomodal .small-print p a {
  color: inherit;
  font-weight: bold;
}

.contact-form-pardot {
  font-size: 14px;
}
.contact-form-pardot p {
  margin-bottom: 10px;
  font-size: 14px;
}
.contact-form-pardot .required label.field-label:after {
  content: "*";
}
.contact-form-pardot input[type=text], .contact-form-pardot textarea, .contact-form-pardot select {
  float: right;
  width: 245px;
}
.contact-form-pardot .pd-textarea::after {
  content: "";
  display: table;
  clear: both;
}
.contact-form-pardot .pd-textarea textarea {
  resize: none;
  height: 150px;
  font-size: 12px;
}
.contact-form-pardot p.submit {
  text-align: right;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .contact-form-pardot p.submit {
    text-align: center;
  }
}
@media (max-width: 1319px) {
  .contact-form-pardot input[type=text], .contact-form-pardot textarea, .contact-form-pardot select {
    float: none;
  }
  .contact-form-pardot label {
    width: 100%;
  }
}
@media (max-width: 1319px) {
  .contact-form-pardot p {
    margin-bottom: 15px;
  }
  .contact-form-pardot input[type=text], .contact-form-pardot textarea {
    float: none;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .contact-form-pardot div.form-col-1 {
    float: left !important;
    clear: left !important;
    width: 48% !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-bottom: 10px;
  }
  .contact-form-pardot div.form-col-2 {
    float: right !important;
    clear: right !important;
    width: 48% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-bottom: 10px;
  }
}

.download-list-section img {
  height: 160px;
  margin: auto;
}
.download-list-section .link-text {
  white-space: nowrap;
  overflow: hidden;
}
.download-list-section .icon {
  position: absolute;
  right: 26px;
}
.download-list-section .link-bar {
  padding: 12px 34px 12px 24px;
}

.tab-navigation ul {
  background-color: #000000;
  margin-bottom: 20px;
}
.tab-navigation li {
  display: inline-block;
  border-right: 1px solid #95232A;
  color: #EEE;
  padding: 10px;
}
@media (max-width: 991px) {
  .tab-navigation li {
    display: block;
  }
  .tab-navigation li:not(:last-child) {
    border-bottom: 2px solid #95232A;
  }
}
.tab-navigation a {
  color: rgb(63.75, 63.75, 63.75);
}
.tab-navigation a:hover {
  color: #FFF;
}
.tab-navigation a.active {
  color: #FFF;
}

/**
    Blocks
**/
.accessoryblock .accessoryblock-inner {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 12px;
  margin-bottom: 10px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #e8e8e8;
}
.accessoryblock .accessoryblock-inner > *:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 991px) {
  .accessoryblock .accessoryblock-inner {
    flex-direction: column;
  }
}
.accessoryblock a.accessoryblock-inner {
  text-decoration: none;
  color: #111;
  transition: background-color 150ms linear;
}
.accessoryblock a.accessoryblock-inner:hover {
  background-color: #f8f8f8;
}
.accessoryblock .accessoryblock-image {
  width: 40%;
}
.accessoryblock .accessoryblock-image img {
  height: auto;
  width: 100%;
}
@media (max-width: 991px) {
  .accessoryblock .accessoryblock-image {
    width: 100%;
  }
}
.accessoryblock .accessoryblock-info {
  width: 60%;
}
@media (max-width: 991px) {
  .accessoryblock .accessoryblock-info {
    width: 100%;
    padding-top: 12px;
  }
}

.jumbotronblockcta .inner {
  margin-top: 84px;
  margin-bottom: 96px;
  color: #FFF;
}
.jumbotronblockcta .inner .subHeader {
  /*font-family: Roboto;*/
  font-size: 32px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.jumbotronblockcta .inner .header {
  /*font-family: Roboto;*/
  font-size: 15px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  letter-spacing: 0.9px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
.jumbotronblockcta .inner > div {
  margin-bottom: 24px;
}

.videowithlightboxblock .play-icon:hover, .videowithlightboxblock .play-icon:focus, .videowithlightboxblock .play-icon:active {
  outline: 0;
}

.textandmediablock .media-box, .videoblock .media-box {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #DDD;
  padding: 12px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .textandmediablock .media-box, .videoblock .media-box {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .textandmediablock .button, .videoblock .button {
    text-align: center;
  }
}

.page-header-large-carousel-block {
  height: 720px;
  background-color: #FFF;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 12px;
}
.page-header-large-carousel-block .slider-present {
  margin-bottom: 0;
}
.page-header-large-carousel-block .large-carousel-item {
  position: relative;
  height: 720px;
  margin-bottom: 12px;
}
.page-header-large-carousel-block .large-carousel-item .inner {
  color: #FFF;
  /*min-height:436px;*/
}
@media (max-width: 767px) {
  .page-header-large-carousel-block .large-carousel-item .inner {
    min-height: 0;
  }
}
.page-header-large-carousel-block .large-carousel-item .header-background {
  margin-top: 220px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .page-header-large-carousel-block .large-carousel-item .header-background {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.page-header-large-carousel-block .large-carousel-item .header {
  padding: 48px;
  font-size: 30.8px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-align: left;
  color: #111;
}
.page-header-large-carousel-block .large-carousel-item .header p {
  font-size: 30.8px;
  margin: 0;
  line-height: 1.3333;
}
.page-header-large-carousel-block .large-carousel-item .header .btn, .page-header-large-carousel-block .large-carousel-item .header .contact-form-pardot p.submit input, .contact-form-pardot p.submit .page-header-large-carousel-block .large-carousel-item .header input {
  margin-top: 18px;
}
.page-header-large-carousel-block .carousel-nav-container {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  height: 158px;
}
.page-header-large-carousel-block .carousel-nav-container .init-slider-nav {
  display: none;
}
.page-header-large-carousel-block .carousel-nav-container .init-slider-nav .slick-track {
  margin-top: 5px;
}
.page-header-large-carousel-block .carousel-nav-container .slick-initialized {
  display: block;
}
.page-header-large-carousel-block .carousel-nav-container .slick-prev, .page-header-large-carousel-block .carousel-nav-container .slick-next {
  top: 50%;
}
@media (max-width: 991px) {
  .page-header-large-carousel-block .carousel-nav-container .slick-prev {
    left: -15px;
  }
  .page-header-large-carousel-block .carousel-nav-container .slick-next {
    right: -15px;
  }
}
.page-header-large-carousel-block .carousel-nav-item {
  background-color: #FFF;
  padding: 12px;
  margin: 0 14px;
}
.page-header-large-carousel-block .carousel-nav-item:focus {
  outline: none;
}
.page-header-large-carousel-block .carousel-nav-item:hover {
  cursor: pointer;
}
.page-header-large-carousel-block .carousel-nav-item a:focus {
  outline: none;
}
.page-header-large-carousel-block .slick-current.carousel-nav-item {
  border-top: 5px solid #000000;
  padding-top: 7px;
}
.page-header-large-carousel-block .slick-current.carousel-nav-item .arrow {
  position: relative;
}
.page-header-large-carousel-block .slick-current.carousel-nav-item .arrow:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 5px 5px;
  border-color: #000000 transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -17px;
  left: calc(50% - 9px);
}
.page-header-large-carousel-block .text-container {
  justify-content: center;
  align-items: center;
}
.page-header-large-carousel-block .numbers-bg {
  color: #ECECEC;
  font-size: 100px;
  font-weight: 900;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.5px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 1319px) {
  .page-header-large-carousel-block .numbers-bg {
    font-size: 75px;
  }
}
@media (max-width: 991px) {
  .page-header-large-carousel-block .numbers-bg {
    font-size: 85px;
  }
}
.page-header-large-carousel-block .headline {
  z-index: 10;
  font-size: 15px;
  font-weight: bold;
}
.page-header-large-carousel-block .slick-current .headline {
  color: #000000;
}

.page-header-large-carousel-block-compact .item {
  margin: 10px 0;
  padding: 5px;
  background-color: #FFF;
}
.page-header-large-carousel-block-compact .text-container {
  font-size: 15px;
  color: currentColor;
}
.page-header-large-carousel-block-compact .text-container * {
  color: currentColor;
}
.page-header-large-carousel-block-compact .icon {
  position: absolute;
  right: 15px;
}

.pagebannerblock {
  margin-bottom: 12px;
}
.pagebannerblock .inner {
  color: #FFF;
  min-height: 436px;
}
@media (max-width: 767px) {
  .pagebannerblock .inner {
    min-height: 0;
  }
}
.pagebannerblock .header-background {
  margin-top: 48px;
  margin-bottom: 48px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media (max-width: 767px) {
  .pagebannerblock .header-background {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.pagebannerblock .header {
  padding: 48px;
  /*font-family: Roboto;*/
  font-size: 32px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  color: #111111;
  /*text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  float:none;
  margin: 0 auto; */
}
.pagebannerblock .header p {
  font-size: 32px;
  margin: 0;
  line-height: 1.3333;
}
@media (max-width: 767px) {
  .pagebannerblock .header p {
    font-size: 25px;
  }
}

.aligner {
  align-items: center;
}
@supports (display: flex) {
  .aligner {
    display: flex;
  }
}

/*.newsletterblock .round {     
        border-radius: 60px;
        box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
        background-color:  #ffffff;        
        height: 60px;
        text-align: center;
        @media (max-width: $screen-xs) {
            background-color: Yellow;
            }        
    }*/
.round-left {
  border-top-left-radius: 60px;
  border-bottom-left-radius: 60px;
  box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  height: 60px;
}
@media (max-width: 768px) {
  .round-left {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    margin-bottom: 10px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 480px) {
  .round-left {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    margin-bottom: 10px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  }
}

.round-right {
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  box-shadow: 8px 5px 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  height: 60px;
  padding-top: 6px;
  padding-right: 0px;
}
@media (max-width: 768px) {
  .round-right {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 480px) {
  .round-right {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
  }
}

#btn-submit-newsletter .icon-md {
  display: block;
}

@media (max-width: 480px) {
  #btn-submit-newsletter {
    width: 150px;
    display: block;
    margin-top: 80px;
  }
}

.newsletterblock__signup {
  margin-top: 12px;
  margin-right: 15px;
}
.newsletterblock__signup span {
  font-family: Roboto;
  font-size: 15px;
  padding-left: 5px;
  color: #111111;
}

.btn-rounded {
  border-radius: 60px;
  width: 48px;
  height: 48px;
  background-color: #000000;
  color: #FFF;
  float: right;
  margin-right: 6px;
  box-shadow: none;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 480px) {
  .btn-rounded {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}

.newsletterblock .outer {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.newsletterblock .inner {
  margin-top: 84px;
  margin-bottom: 96px;
  color: #FFF;
  padding: 0 15px;
}
.newsletterblock .inner .subHeader {
  /*font-family: Roboto;*/
  font-size: 32px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  line-height: 1.5;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  margin-bottom: 33px;
}
@media (max-width: 480px) {
  .newsletterblock .inner .subHeader {
    font-size: 18px;
  }
}
.newsletterblock .inner .header {
  /*font-family: Roboto;*/
  font-size: 15px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  font-style: normal;
  letter-spacing: 0.9px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  margin-bottom: 33px;
}
.newsletterblock .inner .newsletterblock > div {
  margin-bottom: 24px;
}
.newsletterblock .inner .input-box {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #999999;
  font-family: "Roboto", sans-serif !important;
}
.newsletterblock .inner .input-box-align {
  padding: 3px;
  height: 60px;
  display: inline-block;
}
.newsletterblock .inner .left-border {
  border-right: solid 1px #dddddd;
}
.newsletterblock .inner .left-input-textbox {
  border: none;
  width: 96%;
  margin-left: 16px;
  background: none;
}
.newsletterblock .inner .middle-input-textbox {
  border: none;
  width: 100%;
}
.newsletterblock .inner .email-input-textbox {
  border: none;
  margin-left: 15px !important;
  width: 75%;
  float: left;
}
@media (min-width: 767px) {
  .newsletterblock .inner .email-input-textbox {
    margin-left: 0px !important;
  }
}
.newsletterblock .inner .left-input-textbox:focus {
  outline: none;
}
.newsletterblock .inner .middle-input-textbox:focus {
  outline: none;
}
.newsletterblock .inner .email-input-textbox:focus {
  outline: none;
}
.newsletterblock .inner button:focus {
  outline: none;
}
.newsletterblock .inner .pdf-newsletterform-error {
  border: solid 1px red !important;
}
.newsletterblock .inner .btn-link:hover, .newsletterblock .inner .btn-link:focus, .newsletterblock .inner .btn-link:active {
  background-color: #D81921;
  color: #FFF;
}
.newsletterblock .inner .field-splitter {
  border-right: solid 1px #dddddd;
  padding-top: 6px;
  height: 60px;
}
@media (max-width: 767px) {
  .newsletterblock .inner .field-splitter.middle {
    border: none;
  }
}
.newsletterblock .inner .icon-md {
  margin-left: auto;
  margin-right: auto;
}
.newsletterblock .inner .inner-html-block {
  text-align: center;
  padding-top: 33px;
}
.newsletterblock .inner .inner-html-block a {
  color: #ECECEC;
  text-decoration: underline;
}

.cookie-info {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
  color: #FFF;
  text-align: center;
  padding: 24px;
}
.cookie-info a {
  color: #ECECEC;
  text-decoration: underline;
}

.contactuswideblock {
  padding: 24px 0;
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  color: #FFF;
}
@media (max-width: 991px) {
  .contactuswideblock {
    font-size: 14px;
  }
}
.contactuswideblock .btn, .contactuswideblock .contact-form-pardot p.submit input, .contact-form-pardot p.submit .contactuswideblock input {
  padding: 12px 56px;
}
@media (max-width: 991px) {
  .contactuswideblock .btn, .contactuswideblock .contact-form-pardot p.submit input, .contact-form-pardot p.submit .contactuswideblock input {
    margin-top: 20px;
  }
}

.pagelinkcarouselblock {
  /*.slick-prev{
      left:-13px;
  }
  .slick-next{
      right:-13px;
  }*/
}
.pagelinkcarouselblock.external-page-links a {
  color: #111;
}
.pagelinkcarouselblock.external-page-links button {
  margin-top: 10px;
}
.pagelinkcarouselblock .slick-track {
  display: flex;
}
.pagelinkcarouselblock .headline {
  margin-bottom: 36px;
}
.pagelinkcarouselblock .carousel-item {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #DDD;
  padding: 6px;
  margin-left: 10px;
  margin-right: 10px;
  height: auto !important;
}
.pagelinkcarouselblock .carousel-item-inner {
  background-color: #EEE;
  /*padding: 25px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  height: 179px;
  overflow: hidden;
}
.pagelinkcarouselblock a img {
  transition: all 0.5s ease;
}
.pagelinkcarouselblock a:hover img {
  transform: scale(1.1); /* Safari and Chrome */
}
.pagelinkcarouselblock .init-standard-multi-carousel-mobile .slick-list {
  border: solid 1px #DDD;
}
.pagelinkcarouselblock .caption {
  margin: 24px 0;
  font-size: 16px;
  font-weight: bold;
}
.pagelinkcarouselblock .carousel-item-small {
  margin: 0;
  border-color: #FFF;
  /*.carousel-item-inner{
      height: 480px;
  }*/
}
.pagelinkcarouselblock .carousel-item-small.slick-active {
  border-left: solid 1px #DDD;
}
.pagelinkcarouselblock .carousel-item-small.slick-active.slick-current {
  border-color: #FFF;
}
@media (min-width: 1320px) {
  .pagelinkcarouselblock .slick-list.draggable {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.pagelinkcarouselblock .slick-arrow {
  background: none;
}

.quotecarouselblock {
  /*.slick-prev{
      left:-13px;
  }
  .slick-next{
      right:-13px;
  }*/
}
.quotecarouselblock .slick-track {
  display: flex;
}
.quotecarouselblock .headline {
  margin-bottom: 36px;
}
.quotecarouselblock .carousel-item {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  /*border: solid 1px $color-gray;*/
  padding: 6px;
  margin-left: 10px;
  margin-right: 10px;
  height: auto !important;
}
.quotecarouselblock .carousel-item-inner {
  background-color: #EEE;
  /*padding: 25px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  /*height: 179px;*/
  overflow: hidden;
}
.quotecarouselblock a img {
  transition: all 0.5s ease;
}
.quotecarouselblock a:hover img {
  transform: scale(1.1); /* Safari and Chrome */
}
.quotecarouselblock .caption {
  margin: 24px 0;
  font-size: 16px;
  font-weight: bold;
}
.quotecarouselblock .carousel-item-small {
  margin: 0;
  /*&.slick-active {
      border-left: solid 1px $color-gray;

      &.slick-current {
          border-color: #FFF;
      }
  }*/
  /*.carousel-item-inner{
      height: 480px;
  }*/
}
@media (min-width: 1320px) {
  .quotecarouselblock .slick-list.draggable {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.quotecarouselblock .slick-arrow {
  background: none;
}
.quotecarouselblock .slick-arrow-lg.slick-prev {
  left: -25px;
}
.quotecarouselblock .slick-arrow-lg.slick-next {
  right: -25px;
}

.socialmediablock {
  font-size: 16px;
}
.socialmediablock .splash {
  font-size: 34px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  width: 100%;
  color: #FFF;
}
.socialmediablock .splash-small {
  font-size: 22px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  color: #FFF;
}
.socialmediablock .socialmedia-square {
  height: 306px;
  border: solid 2px #FFF;
  background-color: #eeeeee;
  padding: 24px;
}
.socialmediablock .socialmedia-square > .social-media-icon {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 16px;
  font-size: 32px;
}
.socialmediablock .socialmedia-square.socialmedia-square-facebook > div {
  overflow: hidden;
  max-height: 70%;
}
.socialmediablock a .socialmedia-square .social-media-icon, .socialmediablock a:hover .socialmedia-square .social-media-icon {
  color: #111;
}
.socialmediablock .socialmedia-square-headline {
  margin-bottom: 12px;
  display: block;
}
@media (min-width: 1320px) {
  .socialmediablock .socialmedia-square-headline {
    margin-bottom: 24px;
  }
}
.socialmediablock .social-media-square-1 {
  background-color: #000000;
  padding: 0;
}
.socialmediablock .social-media-square-1 li {
  margin-bottom: 5px;
}
.socialmediablock .social-media-square-1 a {
  color: #FFF;
}
.socialmediablock .social-media-square-1 .icon {
  vertical-align: middle;
  margin-right: 8px;
}
.socialmediablock .social-media-square-1.large-padding {
  padding: 48px;
  padding-bottom: 0;
}

.search-child-pages-with-attributes-block .product-filter-img-bkg, .searchchildpageswithattributesblock .product-filter-img-bkg, .product-overview-carousel .product-filter-img-bkg {
  background-color: #f2f2f2;
}
.search-child-pages-with-attributes-block .product-filter-frame, .searchchildpageswithattributesblock .product-filter-frame, .product-overview-carousel .product-filter-frame {
  background-color: #ffffff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #dddddd;
  padding: 5px;
  flex: 1 1 auto;
}
.search-child-pages-with-attributes-block .product-filter-frame:hover, .searchchildpageswithattributesblock .product-filter-frame:hover, .product-overview-carousel .product-filter-frame:hover {
  transition: all 0.25s;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
}
.search-child-pages-with-attributes-block .product-filter-item, .searchchildpageswithattributesblock .product-filter-item, .product-overview-carousel .product-filter-item {
  margin-bottom: 20px;
}
.search-child-pages-with-attributes-block .product-filter-item .text-container, .searchchildpageswithattributesblock .product-filter-item .text-container, .product-overview-carousel .product-filter-item .text-container {
  margin: 24px;
}
.search-child-pages-with-attributes-block .product-filter-item .heading, .searchchildpageswithattributesblock .product-filter-item .heading, .product-overview-carousel .product-filter-item .heading {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 12px;
}
.search-child-pages-with-attributes-block .product-filter-items button, .searchchildpageswithattributesblock .product-filter-items button, .product-overview-carousel .product-filter-items button {
  margin-top: 48px;
}

.smalldividerblock .left {
  height: 12px;
  background-color: #000000;
}
.smalldividerblock .right {
  width: 10px;
  background-color: #FFF;
  height: 12px;
  /*margin-left: -10px;*/
}

.linkandlatestnewsblock .date-box {
  padding: 12px 20px;
  position: absolute;
  top: -2px;
  left: calc(50% - 33px);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  /* right: 50%; */
  background-color: #000000;
  color: #FFF;
  line-height: 1.2;
}
.linkandlatestnewsblock .date-box .date {
  font-size: 24px;
}
.linkandlatestnewsblock .date-box a:focus {
  outline: none;
}
.linkandlatestnewsblock .divider-line {
  margin-left: -12px;
  margin-right: -12px;
}
.linkandlatestnewsblock .divider-line-gray {
  padding: 0 12px;
  margin-bottom: 12px;
}
.linkandlatestnewsblock .headline {
  margin-bottom: 18px;
}
.linkandlatestnewsblock .headline.hedline-padded {
  margin: 6px 12px 18px;
}
.linkandlatestnewsblock .indented {
  margin-left: 44px;
}
.linkandlatestnewsblock li .icon {
  position: absolute;
  left: 0;
  color: #000000;
}
.linkandlatestnewsblock .icon-link-list li {
  margin-bottom: 20px;
  font-weight: bold;
}

.category-frame li a {
  color: #111;
}

.navigationcarouselblock {
  background: #fff;
  padding: 10px 10px 0 10px;
}

@media only screen and (min-width: 320px) {
  .top .socialmedia-content-item, .second .socialmedia-content-item {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) {
  .top .socialmedia-content-item, .second .socialmedia-content-item {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .top .socialmedia-content-item, .second .socialmedia-content-item {
    width: 50% !important;
  }
}
@media only screen and (min-width: 992px) {
  .top .socialmedia-content-item, .second .socialmedia-content-item {
    width: 25% !important;
  }
}
@media only screen and (min-width: 1120px) {
  .top .socialmedia-content-item, .second .socialmedia-content-item {
    width: 25% !important;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-3.socialmedia-square.social-media-square-1.socialmedia-square-headline.large-padding.social-media-container {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .col-sm-3.socialmedia-square.social-media-square-1.socialmedia-square-headline.large-padding.social-media-container {
    width: 25% !important;
  }
}
@media (min-width: 1120px) {
  .col-sm-3.socialmedia-square.social-media-square-1.socialmedia-square-headline.large-padding.social-media-container {
    width: 25%;
  }
}

@media (max-width: 768px) {
  .social-media-container {
    height: 100%;
    padding-bottom: 48px;
  }
  .social-media-container .list-unstyled {
    display: flex;
  }
  .social-media-icon-span span {
    display: none;
  }
}
.social-media-icon-mobile {
  display: none;
}

#twitter, #facebook, #instagram {
  display: block;
}

.none-mobile {
  display: block;
}

.mobile-social-share {
  padding: 15px !important;
  height: auto !important;
  /*ul {
      margin-left: 240px;

      li {
          padding-right: 15px;
      }
  }*/
}

.mobile-social-share-headline {
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}

.splash-mobile {
  font-size: 20px !important;
  font-weight: 500 !important;
  padding: 26px !important;
}

.social-media-expander-divs {
  background: #fff;
  padding-top: 20px;
}

.social-media-content > ul li {
  position: relative;
  top: calc(50% - 10px);
  left: calc(50% - 80px) !important;
}

@media (max-width: 480px) {
  .socialmedia-content-item {
    height: auto !important;
  }
  .socialmedia-content-item .panel-collapse {
    background: #eee;
  }
  .social-media-icon-span span {
    display: none;
  }
  .social-media-icon {
    display: none;
  }
  .social-media-icon-mobile {
    display: block !important;
    height: 40px;
    padding: 10px;
    background: #eee;
    border: solid 1px #dddddd;
    margin-bottom: 0px;
  }
  .social-media-icon-mobile a span {
    color: #111;
  }
  .none-mobile {
    display: none;
  }
  .mobile-social-share ul {
    margin-left: 65px;
  }
  .social-media-content > ul li {
    position: relative;
    top: calc(50% - 10px);
    left: calc(50% - 110px) !important;
  }
}
.social-media-content {
  text-align: center;
}

.raw-html-block {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.attribute-item-header {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: bold;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.quote-image-item {
  margin-bottom: 7px;
}

/**
    Pages
**/
.mega-menu-hide-item {
  display: none;
}

.social-media-expander-divs .panel-heading a {
  color: #111;
}
.social-media-expander-divs .panel-heading a svg {
  color: #000000;
}

.location-mobile {
  top: 10px;
  right: 0;
  position: absolute;
  margin-right: 40px;
  cursor: pointer;
}

.contact-us-page {
  margin-top: 20px;
}
.contact-us-page__heading {
  font-family: Roboto;
  font-size: 36px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.22;
  letter-spacing: -1px;
  text-align: center;
  color: #111111;
}
.contact-us-page__text {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  text-align: center;
  color: #111111;
}

.country-bg-modifier {
  background: #eee;
}

.no-border-bottom {
  border-bottom: 0 !important;
}

.office_locations__list {
  display: none;
}
@media (min-width: 992px) {
  .office_locations__list {
    display: block;
  }
}

.office_locations_countrypage_link {
  cursor: pointer;
}

.office_locations {
  box-shadow: none;
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
  /*height: 672px;*/
  /*&__item:not(:last-child) {
      border-bottom: 1px solid #dddddd;
  }*/
}
@media (min-width: 992px) {
  .office_locations {
    overflow-x: hidden;
    max-height: 672px;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
    overflow-y: scroll;
    width: 344px;
    height: 100%;
  }
}
.office_locations__title-bg {
  height: 48px;
  /*border: 1px solid #eee;*/
}
@media (min-width: 992px) {
  .office_locations__title-bg {
    width: 344px;
    background-color: #000000;
  }
}
.office_locations__title {
  padding-left: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 2;
  letter-spacing: 1px;
  color: #000000;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .office_locations__title {
    color: #ffffff;
  }
}
.office_locations__title a {
  cursor: pointer !important;
}
.office_locations__item {
  padding-left: 24px;
  font-family: Roboto;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 2.67;
  color: #111111;
}
.office_locations__heading {
  position: relative;
  /*background: #eee;*/
  padding-left: 24px;
}

.countrypage:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}

.officepage:not(:last-child) {
  border-bottom: 1px solid #dddddd;
}

.modifier {
  padding-left: 0px;
}

.officepage {
  background: #fff;
  padding-bottom: 15px;
}
.officepage__title {
  padding-left: 24px;
  /*width: 304px;*/
  height: 20px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.25;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 5px;
}
.officepage__description {
  padding-left: 24px;
  /*width: 304px;*/
  /*height: 40px;*/
  font-family: Roboto;
  font-size: 14px;
  line-height: 1.43;
  color: #111111;
}
.officepage__description-row {
  padding-top: 5px;
}
.officepage__description-row p {
  margin-bottom: 0px;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 90px;
}

#map {
  height: 0;
  overflow: hidden;
  padding-bottom: 35%;
  padding-top: 30px;
  position: relative;
  margin-top: 30px;
  margin-top: 70px;
}
@media (min-width: 992px) {
  #map {
    margin-top: 0px;
  }
}

#over_map {
  position: relative;
  top: 10px;
  z-index: 99;
  left: 0px;
  border: 1px solid #eee;
}
@media (min-width: 992px) {
  #over_map {
    position: absolute;
    left: 30px;
  }
}

.location__breadcrumb {
  position: absolute;
  z-index: 999;
  margin-left: 15px;
  margin-top: 15px;
}
@media (min-width: 992px) {
  .location__breadcrumb {
    margin-left: 400px;
  }
}
.location__breadcrumb ul {
  justify-content: space-between;
  width: 100%;
  list-style: none;
  border: 3px solid #ddd;
  padding-left: 0px;
  margin-top: 10px;
}
.location__breadcrumb ul li {
  background: #000000;
  padding: 5px 10px;
  margin-right: 1px;
  cursor: pointer;
}
.location__breadcrumb ul li a {
  color: #fff;
}

.infowindows-dark {
  background-color: #333 !important;
  top: 0 !important;
  left: 0 !important;
  padding: 5px 10px;
  color: #fff;
  font-size: 16px;
  display: block !important;
}

.flex {
  display: flex;
}

.officepage-container {
  padding-bottom: 48px;
}
.officepage-container__contactblock-divider {
  margin-top: 30px;
  margin-bottom: 30px !important;
  border-bottom: 1px solid #ddd;
}
.officepage-container__contactblock-divider svg {
  color: #D81921;
}
.officepage-container__block-box {
  padding-top: 20px;
  padding-bottom: 20px;
}

.accessoriespage__heading {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: #333;
}
.accessoriespage img {
  width: 100%;
}
.accessoriespage ol {
  padding-left: 10px;
  /*li:before {
      content: "";
      position: relative;
      left: -10px;
      background-color: red;
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
  }*/
}
.accessoriespage ol li {
  list-style: none;
}
.accessoriespage .table-responsive {
  margin-top: 10px;
  overflow-x: inherit;
}
.accessoriespage thead {
  background: #eeeeee;
}
.accessoriespage tbody:nth-child(odd) {
  background: #eeeeee;
}
.accessoriespage tbody:nth-child(even) {
  background: #FFF;
}
.accessoriespage__container {
  padding-left: 25px;
  padding-top: 25px;
}
@media (min-width: 768px) {
  .accessoriespage__container {
    padding: 0px;
  }
}

.accessories-list-item {
  margin-bottom: 10px;
}

.standard-page-padding {
  padding-top: 24px;
  padding-bottom: 48px;
}
.standard-page-padding .headline {
  margin-bottom: 25px;
}
.standard-page-padding .share-block {
  margin-top: 10px;
}

.standard-page-padding-lg {
  padding-top: 72px;
  padding-bottom: 72px;
}
@media (max-width: 1319px) {
  .standard-page-padding-lg {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .standard-page-padding-lg h2 {
    margin-bottom: 36px;
  }
}

.standard-page-padding-reset {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .standard-page-padding-reset {
    padding-top: 24px;
    padding-bottom: 48px;
  }
}

footer {
  background-color: #444;
  /*padding-top:($margin * 4);
  @media (max-width: $screen-xs-max) {
      padding-top:($margin * 1.66);
  }*/
}
footer .big-footer {
  padding-top: 48px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  footer .big-footer {
    padding-top: 19.92px;
    min-height: 0;
    margin-bottom: 0;
  }
  footer .big-footer .panel-heading a {
    color: #111;
  }
  footer .big-footer .panel-heading a .icon {
    color: #000000;
  }
  footer .big-footer .panel-body a {
    color: #000000;
  }
}
footer .big-footer .heading {
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  color: #ffffff;
  margin-bottom: 12px;
  display: block;
}
footer .big-footer .inner {
  /*width: 74px;
  height: 24px;*/
}
footer .big-footer li a {
  font-size: 15px;
  line-height: 1.6;
  color: #ffffff;
}
footer .small-footer {
  background-color: #111;
}
footer .small-footer .footer-links {
  margin-top: 14px;
  margin-bottom: 14px;
  /*height: 16px;*/
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}
footer .small-footer .links {
  /*height: 16px;*/
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}
footer .small-footer .links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
footer .small-footer .links li {
  display: inline;
  margin-right: 24px;
}
footer .small-footer .links a {
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}
footer .small-footer .info {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #888;
}

@media (max-width: 767px) {
  .news-list-selectors {
    margin-bottom: 15px;
  }
  footer .small-footer .footer-links {
    text-align: center;
  }
  footer .small-footer .footer-links .info {
    padding-top: 5px;
  }
  footer .small-footer .footer-links .links {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
.newsletter-form {
  background-image: url(/globalassets/images/home/newsletterbackground.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  /*padding-top: 60px;
  padding-bottom: 60px;*/
}
.newsletter-form form#clickdimensionsForm {
  height: auto;
}
.newsletter-form u {
  text-decoration: none;
}
.newsletter-form a span {
  color: #000000 !important;
  text-decoration: none !important;
}
.newsletter-form a span:hover {
  color: #D81921 !important;
  text-decoration: underline !important;
}
.newsletter-form span {
  color: white !important;
}
.newsletter-form .responsiveCellSize1 {
  width: auto;
  min-width: auto;
}
.newsletter-form .clickdform.mainDiv {
  height: auto;
}
.newsletter-form .clickdform .requiredStar {
  color: red !important;
}
.newsletter-form .clickdform input[type=text] {
  padding: 10px;
  font-size: 16px;
  color: #999999;
  font-family: "Roboto", sans-serif !important;
  border: none;
}
@media (max-width: 680px) {
  .newsletter-form .clickdform input[type=text] {
    width: 100% !important;
    border-radius: 0 !important;
  }
}
.newsletter-form .clickdform input[type=checkbox] {
  float: none;
  margin-right: 10px;
}
.newsletter-form .clickdform input[leadfield=firstname] {
  border-radius: 60px 0 0 60px;
  border-right: 1px solid #dddddd;
}
.newsletter-form .clickdform input[leadfield=emailaddress1] {
  border-radius: 0 60px 60px 0;
  border-left: 1px solid #dddddd;
}
.newsletter-form .clickdform input#btnSubmit {
  border: none;
  padding: 12px 28px 10px 28px;
  border-radius: 60px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px !important;
  letter-spacing: 1px;
  font-family: "Roboto Condensed" !important;
  color: #FFF !important;
  background-color: #000000 !important;
}
.newsletter-form .clickdform input#btnSubmit:hover {
  background-color: #D81921 !important;
  color: #FFF !important;
}
.newsletter-form .clickdform .buttonContainer {
  margin-right: 0 !important;
}

.contact-us-raw-block {
  text-align: center;
}
@media (max-width: 600px) {
  .contact-us-raw-block {
    height: 150%;
  }
}
.contact-us-raw-block .responsiveCellSize1, .contact-us-raw-block .responsiveCellSize3 {
  text-align: left;
}
.contact-us-raw-block .clickdform.mainDiv * {
  font-size: 12px !important;
}
.contact-us-raw-block .clickdform.mainDiv select {
  height: 45px;
}
@media (max-width: 680px) {
  .contact-us-raw-block input[type=text] {
    width: 100% !important;
  }
}
.contact-us-raw-block input#btnSubmit {
  border: none;
  padding: 12px 28px 10px 28px;
  border-radius: 60px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px !important;
  letter-spacing: 1px;
  font-family: "Roboto Condensed" !important;
  color: #FFF !important;
  background-color: #000000 !important;
}
.contact-us-raw-block input#btnSubmit:hover {
  background-color: #D81921 !important;
  color: #FFF !important;
}
.contact-us-raw-block .buttonContainer {
  margin-right: 0 !important;
}

.clickdform .minSize3 {
  min-width: unset !important;
}

.clickdform .responsiveCellSize3 {
  min-width: unset !important;
  width: unset !important;
}

.textbox-input {
  font-family: "Roboto" !important;
  font-weight: 400;
  font-size: 13px !important;
  color: #333;
  margin: 0;
  padding: 2px 6px;
  border-top: 1px solid #7c7c7c;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-bottom: 1px solid #ddd;
  width: 80%;
}

.formcheckbox {
  font-family: Roboto-Light;
  font-size: 16px;
  line-height: 24px;
  color: #111;
  padding-left: 6px;
}

.pdf-form-cell {
  margin-bottom: 10px;
}

.pdf-form-error {
  border-color: red !important;
}

.pdf-form-show-error {
  color: red;
  height: 30px;
}

.btn-primary, .contact-form-pardot p.submit input {
  background-color: #D81921;
}

.btn-primary:hover, .contact-form-pardot p.submit input:hover {
  color: #fff;
  background-color: #aa141a;
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary:active, .contact-form-pardot p.submit input:active, .btn-primary.active, .contact-form-pardot p.submit input.active, .open > .btn-primary.dropdown-toggle, .contact-form-pardot p.submit .open > input.dropdown-toggle {
  color: #fff;
  background-color: #aa141a;
  border-color: rgba(0, 0, 0, 0);
}

.btn-primary:focus, .contact-form-pardot p.submit input:focus, .btn-primary.focus, .contact-form-pardot p.submit input.focus {
  color: #fff;
  background-color: #aa141a;
  border-color: rgba(0, 0, 0, 0);
}

@media (min-width: 992px) {
  .navbar-nav > li > a, .search-in-nav > .searchbox-wrapper {
    border-right: 1px solid #ffffff;
    /* height: 60px; */
  }
}
.button-mobile {
  border-left: 1px solid #ffffff !important;
}
/*# sourceMappingURL=main_non_eu.css.map */
