/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #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;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .btn>.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('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "DINregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
  height: auto !important;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 14px;
  margin-bottom: 14px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: normal;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 14px;
  margin-bottom: 7px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 7px;
  margin-bottom: 7px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 26px;
}

h2,
.h2 {
  font-size: 21px;
}

h3,
.h3 {
  font-size: 17px;
}

h4,
.h4 {
  font-size: 13px;
}

h5,
.h5 {
  font-size: 10px;
}

h6,
.h6 {
  font-size: 9px;
}

p {
  margin: 0 0 7px;
}

.lead {
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 15px;
  }
}

small,
.small {
  font-size: 90%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 6px;
  margin: 28px 0 14px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 7px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline>li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 14px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 7px 14px;
  margin: 0 0 14px;
  font-size: 12.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 14px;
  font-style: normal;
  line-height: 1.42857143;
}

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: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 6.5px;
  margin: 0 0 7px;
  font-size: 9px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

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: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}

.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: 20px;
  padding-right: 20px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

th,
td {
  font-size: 1.2em;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 14px;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
  font-family: "DINbold";
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
  border-top: 0;
}

.table>tbody+tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
  border: 1px solid #dddddd;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
  border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
  background-color: #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>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
  background-color: #f5f5f5;
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
  background-color: #e8e8e8;
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
  background-color: #dff0d8;
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
  background-color: #d0e9c6;
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
  background-color: #d9edf7;
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
  background-color: #c4e3f3;
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
  background-color: #fcf8e3;
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
  background-color: #faf2cc;
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
  background-color: #f2dede;
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 10.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }

  .table-responsive>.table {
    margin-bottom: 0;
  }

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
  }

  .table-responsive>.table-bordered {
    border: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:first-child,
  .table-responsive>.table-bordered>tbody>tr>th:first-child,
  .table-responsive>.table-bordered>tfoot>tr>th:first-child,
  .table-responsive>.table-bordered>thead>tr>td:first-child,
  .table-responsive>.table-bordered>tbody>tr>td:first-child,
  .table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0;
  }

  .table-responsive>.table-bordered>thead>tr>th:last-child,
  .table-responsive>.table-bordered>tbody>tr>th:last-child,
  .table-responsive>.table-bordered>tfoot>tr>th:last-child,
  .table-responsive>.table-bordered>thead>tr>td:last-child,
  .table-responsive>.table-bordered>tbody>tr>td:last-child,
  .table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0;
  }

  .table-responsive>.table-bordered>tbody>tr:last-child>th,
  .table-responsive>.table-bordered>tfoot>tr:last-child>th,
  .table-responsive>.table-bordered>tbody>tr:last-child>td,
  .table-responsive>.table-bordered>tfoot>tr:last-child>td {
    border-bottom: 0;
  }
}

.table-product-support tr td {
  padding: 0;
  vertical-align: top;
}

.table-product-support tr td h2 span.title {
  line-height: .3em;
  font-size: 1em;
}

.table-product-support tr td h2 span.title a {
  color: #fff;
  font-size: 1em;
  line-height: 1.2em;
  font-family: "DINregular";
}

.table-product-support tr td h2 img {
  width: 75px;
  height: 73px;
  float: left;
}

.table-product-support tr td p {
  margin: 20px 0;
}

.table-product-support tr td p a {
  line-height: 1.1em;
}

.table-product-support tr td p a img {
  padding: 4px 10px 0 10px;
  display: inline;
  margin: 0 !important;
  vertical-align: top;
}

.table-form td {
  padding: 5px;
}

.table-form textarea,
.table-form input,
.table-form select {
  margin-bottom: 0;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 14px;
  font-size: 15px;
  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;
}

form input.form-control,
form textfield.form-control,
form select.form-control,
form textarea.form-control {
  font-size: 14px;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 10px;
  line-height: 1.42857143;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 28px;
  padding: 6px 12px;
  font-size: 10px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 28px;
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 25px;
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 40px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 14px;
  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: 0px;
  margin-top: 4px \9;
  left: 0;
}

.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="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 24px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 25px;
  padding: 5px 10px;
  font-size: 9px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 25px;
  line-height: 25px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 25px;
  padding: 5px 10px;
  font-size: 9px;
  line-height: 1.5;
  border-radius: 3px;
}

select.form-group-sm .form-control {
  height: 25px;
  line-height: 25px;
}

textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 25px;
  padding: 5px 10px;
  font-size: 9px;
  line-height: 1.5;
  min-height: 23px;
}

.input-lg {
  height: 40px;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 40px;
  line-height: 40px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 40px;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.form-group-lg .form-control {
  height: 40px;
  line-height: 40px;
}

textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 40px;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1.3333333;
  min-height: 27px;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 35px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  pointer-events: none;
}

.input-lg+.form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.input-sm+.form-control-feedback {
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label~.form-control-feedback {
  top: 19px;
}

.has-feedback label.sr-only~.form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group>.form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 21px;
}

.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}

@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: 20px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

div.half-width {
  width: 50%;
  float: left;
}

div.half-single-row {
  width: 50% !important;
  margin-right: calc(100% - 20px) !important;
}

div.form-pad-right {
  padding-right: 20px;
}

div.form-clear {
  clear: both;
}

.webform-component-checkboxes {
  margin-bottom: 2em;
}

.webform-component-checkboxes .form-type-checkbox label {
  display: inline-block;
  margin: .5em 0 .5em .4em;
}

.webform-component.notice input {
  border: 1px solid red;
}

#form-valid-error {
  font-size: 1.5em;
  color: red;
  padding: 10px 0 20px;
}

.webform-component--privacy-policy h4 {
  margin-bottom: 10px;
}

.webform-component--privacy-policy p {
  font-size: 1.3em;
}

#find-a-partner-form p {
  font-size: 1.4em;
}

#find-a-partner-form p strong {
  font-size: 17px;
}

#find-a-partner-form fieldset {
  margin-top: 2em;
}

fieldset.captcha {
  clear: left;
}

.btn {
  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: 10px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn.focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}

.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}

.btn.btn-cs-magenta {
  color: #ffffff;
  background-color: #aa1f6b;
  border-color: #aa1f6b;
}

.btn.btn-cs-magenta:hover,
.btn.btn-cs-magenta:focus,
.btn.btn-cs-magenta.focus,
.btn.btn-cs-magenta:active,
.btn.btn-cs-magenta.active,
.open>.dropdown-toggle.btn.btn-cs-magenta {
  color: #ffffff;
  background-color: #760040;
  border-color: #760040;
}

.btn.btn-cs-magenta:active,
.btn.btn-cs-magenta.active,
.open>.dropdown-toggle.btn.btn-cs-magenta {
  background-image: none;
}

.btn.btn-cs-magenta.disabled,
.btn.btn-cs-magenta[disabled],
fieldset[disabled] .btn.btn-cs-magenta,
.btn.btn-cs-magenta.disabled:hover,
.btn.btn-cs-magenta[disabled]:hover,
fieldset[disabled] .btn.btn-cs-magenta:hover,
.btn.btn-cs-magenta.disabled:focus,
.btn.btn-cs-magenta[disabled]:focus,
fieldset[disabled] .btn.btn-cs-magenta:focus,
.btn.btn-cs-magenta.disabled.focus,
.btn.btn-cs-magenta[disabled].focus,
fieldset[disabled] .btn.btn-cs-magenta.focus,
.btn.btn-cs-magenta.disabled:active,
.btn.btn-cs-magenta[disabled]:active,
fieldset[disabled] .btn.btn-cs-magenta:active,
.btn.btn-cs-magenta.disabled.active,
.btn.btn-cs-magenta[disabled].active,
fieldset[disabled] .btn.btn-cs-magenta.active {
  background-color: #aa1f6b;
  border-color: #aa1f6b;
}

.btn.btn-cs-magenta .badge {
  color: #aa1f6b;
  background-color: #ffffff;
}

.btn.btn-cs-purple {
  color: #ffffff;
  background-color: #3e1151;
  border-color: #3e1151;
}

.btn.btn-cs-purple:hover,
.btn.btn-cs-purple:focus,
.btn.btn-cs-purple.focus,
.btn.btn-cs-purple:active,
.btn.btn-cs-purple.active,
.open>.dropdown-toggle.btn.btn-cs-purple {
  color: #ffffff;
  background-color: #6b3c7e;
  border-color: #6b3c7e;
}

.btn.btn-cs-purple:active,
.btn.btn-cs-purple.active,
.open>.dropdown-toggle.btn.btn-cs-purple {
  background-image: none;
}

.btn.btn-cs-purple.disabled,
.btn.btn-cs-purple[disabled],
fieldset[disabled] .btn.btn-cs-purple,
.btn.btn-cs-purple.disabled:hover,
.btn.btn-cs-purple[disabled]:hover,
fieldset[disabled] .btn.btn-cs-purple:hover,
.btn.btn-cs-purple.disabled:focus,
.btn.btn-cs-purple[disabled]:focus,
fieldset[disabled] .btn.btn-cs-purple:focus,
.btn.btn-cs-purple.disabled.focus,
.btn.btn-cs-purple[disabled].focus,
fieldset[disabled] .btn.btn-cs-purple.focus,
.btn.btn-cs-purple.disabled:active,
.btn.btn-cs-purple[disabled]:active,
fieldset[disabled] .btn.btn-cs-purple:active,
.btn.btn-cs-purple.disabled.active,
.btn.btn-cs-purple[disabled].active,
fieldset[disabled] .btn.btn-cs-purple.active {
  background-color: #3e1151;
  border-color: #3e1151;
}

.btn.btn-cs-purple .badge {
  color: #3e1151;
  background-color: #ffffff;
}

.btn.btn-cs-orange {
  color: #ffffff;
  background-color: #e85825;
  border-color: #e85825;
}

.btn.btn-cs-orange:hover,
.btn.btn-cs-orange:focus,
.btn.btn-cs-orange.focus,
.btn.btn-cs-orange:active,
.btn.btn-cs-orange.active,
.open>.dropdown-toggle.btn.btn-cs-orange {
  color: #ffffff;
  background-color: #ae2400;
  border-color: #ae2400;
}

.btn.btn-cs-orange:active,
.btn.btn-cs-orange.active,
.open>.dropdown-toggle.btn.btn-cs-orange {
  background-image: none;
}

.btn.btn-cs-orange.disabled,
.btn.btn-cs-orange[disabled],
fieldset[disabled] .btn.btn-cs-orange,
.btn.btn-cs-orange.disabled:hover,
.btn.btn-cs-orange[disabled]:hover,
fieldset[disabled] .btn.btn-cs-orange:hover,
.btn.btn-cs-orange.disabled:focus,
.btn.btn-cs-orange[disabled]:focus,
fieldset[disabled] .btn.btn-cs-orange:focus,
.btn.btn-cs-orange.disabled.focus,
.btn.btn-cs-orange[disabled].focus,
fieldset[disabled] .btn.btn-cs-orange.focus,
.btn.btn-cs-orange.disabled:active,
.btn.btn-cs-orange[disabled]:active,
fieldset[disabled] .btn.btn-cs-orange:active,
.btn.btn-cs-orange.disabled.active,
.btn.btn-cs-orange[disabled].active,
fieldset[disabled] .btn.btn-cs-orange.active {
  background-color: #e85825;
  border-color: #e85825;
}

.btn.btn-cs-orange .badge {
  color: #e85825;
  background-color: #ffffff;
}

.btn.btn-cs-blue {
  color: #ffffff;
  background-color: #1aa4d9;
  border-color: #1aa4d9;
}

.btn.btn-cs-blue:hover,
.btn.btn-cs-blue:focus,
.btn.btn-cs-blue.focus,
.btn.btn-cs-blue:active,
.btn.btn-cs-blue.active,
.open>.dropdown-toggle.btn.btn-cs-blue {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.btn.btn-cs-blue:active,
.btn.btn-cs-blue.active,
.open>.dropdown-toggle.btn.btn-cs-blue {
  background-image: none;
}

.btn.btn-cs-blue.disabled,
.btn.btn-cs-blue[disabled],
fieldset[disabled] .btn.btn-cs-blue,
.btn.btn-cs-blue.disabled:hover,
.btn.btn-cs-blue[disabled]:hover,
fieldset[disabled] .btn.btn-cs-blue:hover,
.btn.btn-cs-blue.disabled:focus,
.btn.btn-cs-blue[disabled]:focus,
fieldset[disabled] .btn.btn-cs-blue:focus,
.btn.btn-cs-blue.disabled.focus,
.btn.btn-cs-blue[disabled].focus,
fieldset[disabled] .btn.btn-cs-blue.focus,
.btn.btn-cs-blue.disabled:active,
.btn.btn-cs-blue[disabled]:active,
fieldset[disabled] .btn.btn-cs-blue:active,
.btn.btn-cs-blue.disabled.active,
.btn.btn-cs-blue[disabled].active,
fieldset[disabled] .btn.btn-cs-blue.active {
  background-color: #1aa4d9;
  border-color: #1aa4d9;
}

.btn.btn-cs-blue .badge {
  color: #1aa4d9;
  background-color: #ffffff;
}

.btn.btn-cs-green {
  color: #ffffff;
  background-color: #afc82b;
  border-color: #afc82b;
}

.btn.btn-cs-green:hover,
.btn.btn-cs-green:focus,
.btn.btn-cs-green.focus,
.btn.btn-cs-green:active,
.btn.btn-cs-green.active,
.open>.dropdown-toggle.btn.btn-cs-green {
  color: #ffffff;
  background-color: #879b1c;
  border-color: #879b1c;
}

.btn.btn-cs-green:active,
.btn.btn-cs-green.active,
.open>.dropdown-toggle.btn.btn-cs-green {
  background-image: none;
}

.btn.btn-cs-green.disabled,
.btn.btn-cs-green[disabled],
fieldset[disabled] .btn.btn-cs-green,
.btn.btn-cs-green.disabled:hover,
.btn.btn-cs-green[disabled]:hover,
fieldset[disabled] .btn.btn-cs-green:hover,
.btn.btn-cs-green.disabled:focus,
.btn.btn-cs-green[disabled]:focus,
fieldset[disabled] .btn.btn-cs-green:focus,
.btn.btn-cs-green.disabled.focus,
.btn.btn-cs-green[disabled].focus,
fieldset[disabled] .btn.btn-cs-green.focus,
.btn.btn-cs-green.disabled:active,
.btn.btn-cs-green[disabled]:active,
fieldset[disabled] .btn.btn-cs-green:active,
.btn.btn-cs-green.disabled.active,
.btn.btn-cs-green[disabled].active,
fieldset[disabled] .btn.btn-cs-green.active {
  background-color: #afc82b;
  border-color: #afc82b;
}

.btn.btn-cs-green .badge {
  color: #afc82b;
  background-color: #ffffff;
}

.btn.btn-cs-inactive {
  background-color: transparent;
  border-color: #ffffff;
  color: #fff;
}

.btn.btn-cs-inactive:hover,
.btn.btn-cs-inactive:focus,
.btn.btn-cs-inactive.focus,
.btn.btn-cs-inactive:active,
.btn.btn-cs-inactive.active,
.open>.dropdown-toggle.btn.btn-cs-inactive {
  background-color: transparent;
  border-color: #ffffff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg>.btn {
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 5px 10px;
  font-size: 9px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs>.btn {
  padding: 1px 5px;
  font-size: 9px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn.btn-cs-lg {
  padding: 17px 25px;
  font-size: 20px;
  line-height: 20px;
  border-radius: 0;
}

.btn.btn-cs-sm {
  padding: 7px 20px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 0;
}

.btn.btn-cs-xs {
  padding: 1px 5px;
  font-size: 9px;
  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;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  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;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  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: 10px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 6px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #777777;
}

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

.open>.dropdown-menu {
  display: block;
}

.open>a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 9px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float: left;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
  z-index: 2;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
  margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group>.btn-group {
  float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
  float: none;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified>.btn-group .btn {
  width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
  left: auto;
}

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

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  height: 40px;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
  height: 40px;
  line-height: 40px;
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
  height: auto;
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  height: 25px;
  padding: 5px 10px;
  font-size: 9px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
  height: 25px;
  line-height: 25px;
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 9px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 13px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

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

.input-group-addon:first-child {
  border-right: 0;
}

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

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn {
  position: relative;
}

.input-group-btn>.btn+.btn {
  margin-left: -1px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
  z-index: 2;
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav>li.disabled>a {
  color: #777777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 6px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified>li {
  float: none;
}

.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #ffffff;
  }
}

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  border-radius: 4px;
}

.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: #ffffff;
  background-color: #337ab7;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified>li {
  float: none;
}

.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified>li>a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus {
    border-bottom-color: #ffffff;
  }
}

.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: 14px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {

  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
  margin-right: -20px;
  margin-left: -20px;
}

@media (min-width: 768px) {

  .container>.navbar-header,
  .container-fluid>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {

  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 18px 20px;
  font-size: 13px;
  line-height: 14px;
  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: -20px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 20px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.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: 9px -20px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 14px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 14px;
  }

  .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: 18px;
    padding-bottom: 18px;
  }
}

.navbar-form {
  margin-left: -20px;
  margin-right: -20px;
  padding: 10px 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 11px;
  margin-bottom: 11px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group>.form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 11px;
  margin-bottom: 11px;
}

.navbar-btn.btn-sm {
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 18px;
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -20px;
  }

  .navbar-right~.navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav>li>a {
  color: #777777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
  background-color: #e7e7e7;
  color: #555555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-default .btn-link {
  color: #777777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #080808;
  color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #ffffff;
    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: #ffffff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 14px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}

.breadcrumb>.active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 14px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 13px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 9px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 14px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next>a,
.pager .next>span {
  float: right;
}

.pager .previous>a,
.pager .previous>span {
  float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 9px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #337ab7;
  background-color: #ffffff;
}

.list-group-item>.badge {
  float: right;
}

.list-group-item>.badge+.badge {
  margin-right: 5px;
}

.nav-pills>li>a>.badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 0 0;
  margin-bottom: 0;
  color: inherit;
  background-color: transparent;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 200;
}

.jumbotron>hr {
  border-top-color: rgba(0, 0, 0, 0);
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 0 0;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 0;
    padding-right: 0;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 45px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 14px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  -ms-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 14px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 14px;
  margin-bottom: 14px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 9px;
  line-height: 14px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-right,
.media>.pull-right {
  padding-left: 10px;
}

.media-left,
.media>.pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #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: 14px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  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 #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.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: 3px;
  border-top-left-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.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: 3px;
  border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
  border-top: 1px solid #dddddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
  border: 0;
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
  border-left: 0;
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
  border-right: 0;
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
  border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
  border-bottom: 0;
}

.panel>.table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 14px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel+.panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default>.panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #dddddd;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary>.panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #337ab7;
}

.panel-primary>.panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success>.panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info>.panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning>.panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger>.panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  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;
}

ul.products-list li:after {
  display: none;
}

@media (min-width: 992px) {
  .node-type-product .summary {
    padding-right: 155px;
  }
}

.product-image {
  position: absolute;
  top: -115px;
  right: 50%;
  margin-right: -45px;
  width: 100px;
  height: 95px;
  padding: 10px 0;
  text-align: right;
}

.product-image img {
  width: 80px;
  height: 80px;
}

.product-image:before,
.product-image:after {
  content: "";
  background-size: 12px 6px;
  display: block;
  width: 12px;
  height: 6px;
  position: absolute;
  top: 0;
}

@media (min-width: 992px) {
  .product-image {
    top: -72px;
    right: 0;
    margin-right: 0;
    width: 180px;
    height: 180px;
    padding: 20px 0;
  }

  .product-image img {
    width: 140px;
    height: 140px;
  }
}

.product .copy {
  padding: 40px 0;
}

@media (min-width: 992px) {
  .product .copy {
    padding: 0 0 40px 0;
  }
}

.products form img {
  width: auto !important;
}

.facts-table thead {
  background: #1aa4d9;
  color: #fff;
}

.facts-table tbody>tr>td {
  border-top: 1px solid #1aa4d9;
  font-size: inherit;
}

.dach-form .form-title {
  font-size: 30px;
  font-weight: bold;
}

.dach-form .form-container {
  width: 380px;
  max-width: 100%;
  margin: 0 auto;
}

.dach-form .form-container label {
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}

.dach-form .form-container input,
.dach-form .form-container textarea {
  border-radius: 0;
}

.dach-form .form-container input {
  height: 34px;
}

.dach-form .form-container .form-actions {
  text-align: right;
}

.dach-form .form-container button {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

@media (min-width: 768px) {
  .dach-form .form-container button:hover {
    background-color: #1aa4d9;
    border: 1px solid #1aa4d9;
    color: #fff;
  }
}

.node-type-accordion div.populate-content {
  display: none;
}

.node-type-accordion div.container div.main-content {
  position: relative;
}

.node-type-accordion div.container div.main-content .block-system {
  margin-bottom: 80px;
}

.node-type-accordion div.container div.main-content h2 {
  margin-top: 40px;
  font-size: 3em;
}

.node-type-accordion div.container div.main-content h2.title {
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .node-type-accordion div.container div.main-content .pr-contacts:after {
    content: "";
    display: block;
    clear: both;
  }

  .node-type-accordion div.container div.main-content .pr-contacts ul {
    float: left;
    width: 40%;
  }

  .node-type-accordion div.container div.main-content .pr-contacts ul li {
    background-color: #ececec;
    color: #555555;
    margin: 0;
    position: relative;
    padding: 20px 20px;
    cursor: pointer;
  }

  .node-type-accordion div.container div.main-content .pr-contacts ul li div {
    display: none;
  }

  .node-type-accordion div.container div.main-content .pr-contacts ul li:after {
    display: none;
  }

  .node-type-accordion div.container div.main-content .pr-contacts ul li.selected {
    background-color: #cdd0d5;
    color: #1aa4d9;
  }

  .node-type-accordion div.container div.main-content .pr-contacts ul li.selected:after {
    display: block;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
  }

  .node-type-accordion div.container div.main-content .pr-contacts .details {
    float: left;
    width: 60%;
    padding-left: 30px;
  }

  .node-type-accordion div.container div.main-content .pr-contacts .details h4 {
    color: #555555;
    margin-bottom: 4px;
    font-size: 2.2em;
  }

  .node-type-accordion div.container div.main-content .pr-contacts .details a {
    color: #00a3db;
    font-size: 1.4em;
    display: inline-block;
    margin-bottom: 10px;
  }

  .node-type-accordion div.container div.main-content .pr-contacts .details p {
    font-size: 1.4em;
  }

  .node-type-accordion div.container div.main-content .press-releases-container,
  .node-type-accordion div.container div.main-content .press-coverage-container {
    position: relative;
    height: 400px;
  }

  .node-type-accordion div.container div.main-content .ai-open .press-releases-container,
  .node-type-accordion div.container div.main-content .ai-open .press-coverage-container {
    margin-top: 60px;
  }

  .node-type-accordion div.container div.main-content section.releases-wrapper,
  .node-type-accordion div.container div.main-content section.coverage-wrapper {
    border: 1px solid #777777;
    padding: 20px;
    position: absolute;
    left: 0px;
    width: 100%;
  }

  .node-type-accordion div.container div.main-content section.releases-wrapper h2,
  .node-type-accordion div.container div.main-content section.coverage-wrapper h2 {
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 100px;
    top: -60px;
    left: 20px;
    background-color: white;
    border-top: 1px solid #777777;
    border-left: 1px solid #777777;
    border-right: 1px solid #777777;
    padding: 20px;
    height: 60px;
    cursor: pointer;
    font-size: 2em;
    margin-top: 0;
  }

  .node-type-accordion div.container div.main-content section.releases-wrapper div.view,
  .node-type-accordion div.container div.main-content section.coverage-wrapper div.view {
    overflow-y: scroll;
    height: 300px;
    background-color: #fff;
  }

  .node-type-accordion div.container div.main-content section.releases-wrapper.active:nth-child(2) h2,
  .node-type-accordion div.container div.main-content section.coverage-wrapper.active:nth-child(2) h2,
  .node-type-accordion div.container div.main-content section.releases-wrapper.active:nth-child(5) h2,
  .node-type-accordion div.container div.main-content section.coverage-wrapper.active:nth-child(5) h2 {
    left: 119px;
  }

  .node-type-accordion div.container div.main-content section.releases-wrapper:nth-child(2) h2,
  .node-type-accordion div.container div.main-content section.coverage-wrapper:nth-child(2) h2,
  .node-type-accordion div.container div.main-content section.releases-wrapper:nth-child(5) h2,
  .node-type-accordion div.container div.main-content section.coverage-wrapper:nth-child(5) h2 {
    left: 139px;
  }

  .node-type-accordion div.container div.main-content section.releases-wrapper.active:nth-child(3) h2,
  .node-type-accordion div.container div.main-content section.coverage-wrapper.active:nth-child(3) h2 {
    left: 218px;
  }

  .node-type-accordion div.container div.main-content section.releases-wrapper:nth-child(3) h2,
  .node-type-accordion div.container div.main-content section.coverage-wrapper:nth-child(3) h2 {
    left: 238px;
  }

  .node-type-accordion div.container div.main-content section.releases-wrapper.active:nth-child(4) h2,
  .node-type-accordion div.container div.main-content section.coverage-wrapper.active:nth-child(4) h2 {
    left: 317px;
  }

  .node-type-accordion div.container div.main-content section.releases-wrapper:nth-child(4) h2,
  .node-type-accordion div.container div.main-content section.coverage-wrapper:nth-child(4) h2 {
    left: 337px;
  }

  .node-type-accordion div.container div.main-content section.releases-wrapper.active,
  .node-type-accordion div.container div.main-content section.coverage-wrapper.active {
    z-index: 2;
  }

  .node-type-accordion div.container div.main-content section.releases-wrapper.active h2,
  .node-type-accordion div.container div.main-content section.coverage-wrapper.active h2 {
    padding: 20px 30px;
    width: 120px;
    height: 70px;
    top: -70px;
  }
}

#block-views-press-releases-2015-de-block,
#block-views-press-releases-2014-de-block,
#block-views-c8cf0ea2bd226fb359bff51d3228ea81 {
  margin-top: 60px;
}

.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 {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "DINregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 9px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}

.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: #000000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "DINregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 10px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover>.arrow {
  border-width: 11px;
}

.popover>.arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top>.arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

.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: #ffffff;
}

.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: #ffffff;
}

.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: #ffffff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  -ms-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  line-height: 1;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }

  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right,
  .carousel-inner>.item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  z-index: 15;
  list-style: none;
  text-align: center;
  width: 100%;
  bottom: 20px;
  position: absolute;
}

.carousel-indicators li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 3px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: background-color 0.15s linear;
  -moz-transition: background-color 0.15s linear;
  -o-transition: background-color 0.15s linear;
  -ms-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators :hover {
  background-color: #ffffff;
}

.carousel-indicators .active {
  background-color: #ffffff;
}

.homepage-depricated .carousel-indicators {
  position: absolute;
  padding-top: 10px;
  padding-left: 0;
  bottom: 0;
  top: 0;
}

.homepage-depricated .carousel-indicators .container {
  margin-top: 0 !important;
}

@media (min-width: 991px) {
  .homepage-depricated .carousel-indicators {
    bottom: 30px;
    top: auto;
  }
}

@media (min-width: 768px) {
  .homepage-depricated .carousel-indicators {
    position: absolute;
    top: 50%;
    bottom: auto;
    width: 10px;
    left: 50%;
    margin-left: 370px;
    text-align: right;
    padding-top: 0px;
  }
}

@media (min-width: 992px) {
  .homepage-depricated .carousel-indicators {
    margin-left: 480px;
  }
}

.homepage-depricated .carousel-indicators li {
  width: 10px;
  height: 10px;
  margin: 1px 5px;
}

@media (min-width: 768px) {
  .homepage-depricated .carousel-indicators li {
    display: block;
    margin: 1px 1px 2px auto;
  }
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .carousel.header-carousel .container {
    width: 1180px;
  }
}

.carousel.header-carousel .text-wrapper {
  text-align: left;
}

.carousel.header-carousel .text-wrapper h1.slide-title {
  font-size: 45px;
  line-height: 54px;
  margin-bottom: 25px;
  margin-top: 15px;
  color: #fff;
}

.carousel.header-carousel .text-wrapper .slide-content {
  color: #fff;
}

.carousel.header-carousel .text-wrapper .slide-content p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .carousel.header-carousel .text-wrapper h1.slide-title {
    font-size: 27px;
    line-height: 32px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .carousel.header-carousel .text-wrapper .slide-content p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .carousel.header-carousel .text-wrapper .btn {
    display: inline-block;
    padding: 10px;
    font-size: 15px;
  }
}

.field-items p.list-images img {
  margin: 0 10px 0 0 !important;
  width: 180px;
  height: auto;
  display: inline;
}

.youtube-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.easy_social_box {
  margin-top: 20px !important;
}

div#sliding-popup {
  background-image: none;
  background-color: #1aa4d9;
  z-index: 10;
}

div#sliding-popup * {
  font-family: "DINregular" !important;
}

div#sliding-popup .popup-content #popup-buttons button {
  display: inline-block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  text-shadow: none;
  margin-top: 14px;
  color: #555 !important;
  font-weight: bold;
  background: none;
  background-color: #fff;
  padding: 8px 12px;
  font-size: 1.1em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

div#sliding-popup .popup-content #popup-buttons button:hover {
  background: none;
  background-color: #2b3276;
  color: #fff !important;
}

div#sliding-popup .popup-content #popup-buttons button.find-more-button {
  background: transparent;
  border: 1px solid #fff;
  color: #fff !important;
}

div#sliding-popup .popup-content #popup-buttons button.find-more-button:hover {
  border: 1px solid #2b3276;
  background: #2b3276;
}

div.field-items p.dlp-diagram {
  width: 100%;
  position: relative;
  height: 412px;
}

div.field-items p.dlp-diagram img {
  max-width: 100%;
  margin: 0 !important;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

div.field-items p.dlp-diagram img.ar-over,
div.field-items p.dlp-diagram img.igs-over,
div.field-items p.dlp-diagram img.cip-over,
div.field-items p.dlp-diagram img.products-seg-over,
div.field-items p.dlp-diagram img.products-swg-over,
div.field-items p.dlp-diagram img.products-sxg-over,
div.field-items p.dlp-diagram img.products-sig-over {
  opacity: 0;
}

div.field-items p.dlp-diagram img.ar-over:hover,
div.field-items p.dlp-diagram img.igs-over:hover,
div.field-items p.dlp-diagram img.cip-over:hover,
div.field-items p.dlp-diagram img.products-seg-over:hover,
div.field-items p.dlp-diagram img.products-swg-over:hover,
div.field-items p.dlp-diagram img.products-sxg-over:hover,
div.field-items p.dlp-diagram img.products-sig-over:hover {
  opacity: 1;
}

div.field-items p.dlp-diagram img.products-seg-over {
  width: 25%;
}

div.field-items p.dlp-diagram img.products-swg-over {
  width: 25%;
  left: 25%;
}

div.field-items p.dlp-diagram img.products-sxg-over {
  width: 25%;
  left: 50%;
}

div.field-items p.dlp-diagram img.products-sig-over {
  width: 25%;
  left: 75%;
}

div#widgets-element-socialmedia_profile-buttons,
section#block-widgets-s-socialmedia-profile-default,
section#block-widgets-s-socialmedia-profile-default--2 {
  display: none;
}

@media (min-width: 992px) {

  div#widgets-element-socialmedia_profile-buttons,
  section#block-widgets-s-socialmedia-profile-default,
  section#block-widgets-s-socialmedia-profile-default--2 {
    display: block;
  }
}

div#widgets-element-socialmedia_profile-buttons img,
section#block-widgets-s-socialmedia-profile-default img,
section#block-widgets-s-socialmedia-profile-default--2 img {
  opacity: 0;
}

div#widgets-element-socialmedia_profile-buttons .widgets-element,
section#block-widgets-s-socialmedia-profile-default .widgets-element,
section#block-widgets-s-socialmedia-profile-default--2 .widgets-element {
  background-size: 26px 26px;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  margin-right: 8px;
}

div#widgets-element-socialmedia_profile-buttons #widgets-element-socialmedia_socialmedia-twitter-profile-button,
section#block-widgets-s-socialmedia-profile-default #widgets-element-socialmedia_socialmedia-twitter-profile-button,
section#block-widgets-s-socialmedia-profile-default--2 #widgets-element-socialmedia_socialmedia-twitter-profile-button {
  background-image: url('/sites/all/themes/clearswift2/img/social/twitter.png');
}

div#widgets-element-socialmedia_profile-buttons #widgets-element-socialmedia_socialmedia-facebook-profile-button,
section#block-widgets-s-socialmedia-profile-default #widgets-element-socialmedia_socialmedia-facebook-profile-button,
section#block-widgets-s-socialmedia-profile-default--2 #widgets-element-socialmedia_socialmedia-facebook-profile-button {
  background-image: url('/sites/all/themes/clearswift2/img/social/facebook.png');
}

div#widgets-element-socialmedia_profile-buttons #widgets-element-socialmedia_socialmedia-linkedin-profile-button,
section#block-widgets-s-socialmedia-profile-default #widgets-element-socialmedia_socialmedia-linkedin-profile-button,
section#block-widgets-s-socialmedia-profile-default--2 #widgets-element-socialmedia_socialmedia-linkedin-profile-button {
  background-image: url('/sites/all/themes/clearswift2/img/social/linkedin.png');
}

div#widgets-element-socialmedia_profile-buttons #widgets-element-socialmedia_socialmedia-googleplus-profile-button,
section#block-widgets-s-socialmedia-profile-default #widgets-element-socialmedia_socialmedia-googleplus-profile-button,
section#block-widgets-s-socialmedia-profile-default--2 #widgets-element-socialmedia_socialmedia-googleplus-profile-button {
  background-image: url('/sites/all/themes/clearswift2/img/social/googleplus.png');
}

section#block-widgets-s-socialmedia-profile-default .share-this-wrapper,
section#block-widgets-s-socialmedia-profile-default--2 .share-this-wrapper {
  width: 260px;
  float: right;
}

section#block-widgets-s-socialmedia-profile-default .share-this-wrapper .share-this-text,
section#block-widgets-s-socialmedia-profile-default--2 .share-this-wrapper .share-this-text {
  font-size: 1.4em;
  line-height: 1.8em;
  position: absolute;
  color: #7B7B7B;
  width: 120px;
  text-align: right;
}

.node-type-product section#block-widgets-s-socialmedia-profile-default {
  position: absolute;
  right: 0;
  top: 110px;
}

.node-type-product section#block-widgets-s-socialmedia-profile-default .widgets-element {
  margin-left: 8px;
  margin-right: 0;
}

.node-type-product section#block-widgets-s-socialmedia-profile-default .share-this-wrapper {
  width: 150px;
  float: right;
  text-align: right;
  position: absolute;
  right: 0;
}

.node-type-product section#block-widgets-s-socialmedia-profile-default .share-this-wrapper .share-this-text {
  width: auto;
  position: relative;
}

.node-type-product section#block-widgets-s-socialmedia-profile-default--2 {
  display: block;
}

.node-type-homepage section#block-widgets-s-socialmedia-profile-default {
  position: relative;
  text-align: right;
  margin-top: 20px;
}

.node-type-homepage section#block-widgets-s-socialmedia-profile-default .widgets-element {
  margin-left: 8px;
  margin-right: 0;
  display: inline-block;
  float: none;
}

.blog-section section#block-widgets-s-socialmedia-profile-default {
  margin-top: 20px;
}

.node-type-page section#block-widgets-s-socialmedia-profile-default {
  margin-top: 20px;
}

fieldset.captcha img {
  width: 180px;
}

.modal-overlay {
  position: fixed;
  background: rgba(111, 111, 111, 0.8);
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
}

.modal-overlay img {
  position: absolute;
  max-height: 90%;
  max-width: 90%;
  top: 50%;
  left: 50%;
  box-shadow: 2px 5px 15px 1px rgba(0, 0, 0, 0.4);
  background: #fff;
}

.modal-overlay span {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 5px 11px;
  border-radius: 50%;
  background: #000;
  width: 32px;
  height: 32px;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid #eee;
  color: #fff;
  opacity: .8;
  cursor: pointer;
}

.table-style {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #666;
}

.table-style {
  border-collapse: collapse;
  border-spacing: 0;
}

.table-style td,
.table-style th {
  border: 1px solid #666;
  padding: 16px 7px;
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
}

.table-style td a {
  color: #00a3db;
}

.table-style tbody tr:nth-child(2n+1) {
  background-color: #fff;
}

.table-style tr:nth-child(2n+2) {
  background-color: #DDEBF7;
}

.table-style thead tr {
  background-color: #00B0F0;
  height: 72px;
}

.table-NFR tr td:nth-child(1),
th:nth-child(1) {
  max-width: 96px;
}

.table-NFR tr td:nth-child(2),
th:nth-child(2) {
  max-width: 284px;
}

.table-NFR tr td:nth-child(3),
th:nth-child(3) {
  max-width: 137px;
}

.table-NFR tr td:nth-child(4),
th:nth-child(4) {
  max-width: 214px;
}

.table-NFR p {
  padding-bottom: 10px;
  font-size: 12px !important;
  line-height: 1em !important;
  margin-bottom: 0 !important;
}

@media all and (max-width: 768px) {

  .table-NFR tr td:nth-child(1),
  .table-NFR th:nth-child(1) {
    max-width: 100%;
  }

  .table-NFR tr td:nth-child(2),
  .table-NFR th:nth-child(2) {
    max-width: 100%;
  }

  .table-NFR tr td:nth-child(3),
  .table-NFR th:nth-child(3) {
    max-width: 100%;
  }

  .table-NFR tr td:nth-child(4),
  .table-NFR th:nth-child(4) {
    max-width: 100%;
  }

  .table-NFR table {
    width: 100%;
  }

  .table-NFR th,
  .table-NFR td {
    margin-bottom: 0 !important;
  }
}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media all and (max-width: 768px) {

  /* Force table to not be like tables anymore */
  .table-NFR {
    display: block;
  }

  .table-NFR thead,
  .table-NFR tbody,
  .table-NFR th,
  .table-NFR td,
  .table-NFR tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .table-NFR thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .table-NFR td {
    /* Behave  like a "row" */
    border: none !important;
    border-bottom: 1px solid #666 !important;
    position: relative;
    padding-left: 160px !important;
    word-wrap: break-word;
  }

  .table-NFR td:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #00B0F0;
    width: 150px;
    border-right: 1px solid #666;
  }

  /*
  Label the data
  */
  .table-NFR td:nth-of-type(1):before {
    content: "Base Product NFR";
  }

  .table-NFR td:nth-of-type(2):before {
    content: "Description & Web Page";
  }

  .table-NFR td:nth-of-type(3):before {
    content: "NFR Included Options";
  }

  .table-NFR td:nth-of-type(4):before {
    content: "Installation Image [ISO] Download Page";
  }
}

#boxes-box-home_customer_en {
  background: url('/sites/all/themes/clearswift2/img/success-stories-bg.jpg') no-repeat 0 0;
  background-size: cover;
}

.home-customer {
  padding: 75px 0;
}

.home-customer h1 {
  font-family: 'DINregular';
  font-size: 30px;
  color: #fff;
  margin-bottom: 50px;
}

.home-customer h2 {
  font-family: 'DINregular';
  font-size: 24px;
  color: #fff;
  padding-bottom: 30px;
  border-bottom: 1px solid #DCE0E3;
  margin-bottom: 10px;
}

.home-customer .quoted {
  font-family: 'DINregular';
  font-size: 24px;
  color: #fff;
  margin-bottom: 35px;
}

.home-customer .in-quotes {
  padding: 0 60px;
  display: inline-block;
  position: relative;
}

.home-customer .in-quotes:before,
.home-customer .in-quotes:after {
  position: absolute;
  content: " ";
  display: inline-block;
  width: 42px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/sites/all/themes/clearswift2/img/quotes-open-white.png');
  vertical-align: top;
}

.home-customer .in-quotes:before {
  left: 0;
}

.home-customer .in-quotes:after {
  right: 0;
  background-image: url('/sites/all/themes/clearswift2/img/quotes-close-white.png');
  vertical-align: bottom;
}

.home-customer .customer {
  font-family: 'DINregular';
  font-size: 18px;
  color: #fff;
  margin-bottom: 40px;
}

.home-address {
  padding: 75px 0;
}

.home-address h1 {
  font-family: 'DINregular';
  font-size: 30px;
  color: #2B3276;
  margin-bottom: 50px;
}

.home-address h2 {
  font-family: 'DINregular';
  font-size: 24px;
  color: #00A3DB;
  padding-bottom: 30px;
  margin-bottom: 10px;
}

.home-address .address-details {
  font-family: 'DINregular';
  font-size: 24px;
  color: #2B3276;
  margin-bottom: 35px;
}

.careers-list .partner-box:hover {
  -webkit-box-shadow: 0px 7px 20px 0px #a3a3a3;
  -moz-box-shadow: 0px 7px 20px 0px #a3a3a3;
  box-shadow: 0px 7px 20px 0px #a3a3a3;
}

.people .dlp img {
  width: auto;
  max-width: 100% !important;
}

@media all and (max-width: 768px) {
  .people .dlp img {
    width: 100% !important;
  }
}

ul.contextual-links li {
  display: block !important;
}

.side-nav h2.block-title {
  display: none;
}

select#edit-reactions-plugins-menu {
  height: 600px !important;
}

.main-content p.unpublished,
.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  /* The word "Unpublished" displayed underneath the content. */
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
  /* A very nice CSS3 property */
}

.lt-ie8 .node-unpublished p.unpublished>*,
.lt-ie8 .comment-unpublished>* {
  position: relative;
  /* Otherwise these elements will appear below the "Unpublished" text. */
}

.comment-unpublished {
  background-color: #fff4f4;
}

html.overlay-open .navbar-fixed-top {
  z-index: 400;
}

html.js fieldset.collapsed {
  height: auto;
}

html.js input.form-autocomplete {
  background-image: none;
}

body {
  position: relative;
}

body.admin-expanded.admin-vertical.admin-nw .navbar,
body.admin-expanded.admin-vertical.admin-sw .navbar {
  margin-left: 260px;
}

body.navbar-is-fixed-top {
  padding-top: 64px !important;
}

body.navbar-is-fixed-bottom {
  padding-bottom: 64px !important;
}

body.toolbar {
  padding-top: 30px !important;
}

body.toolbar .navbar-fixed-top {
  top: 30px;
}

body.toolbar.navbar-is-fixed-top {
  padding-top: 94px !important;
}

body.toolbar-drawer {
  padding-top: 64px !important;
}

body.toolbar-drawer .navbar-fixed-top {
  top: 64px;
}

body.toolbar-drawer.navbar-is-fixed-top {
  padding-top: 128px !important;
}

body.admin-menu .navbar-fixed-top {
  top: 29px;
}

body.admin-menu.navbar-is-fixed-top {
  padding-top: 93px !important;
}

body div#admin-toolbar {
  z-index: 1600;
}

body #toolbar,
body #admin-menu,
body #admin-toolbar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

body #admin-menu {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 1600;
}

body #admin-menu .dropdown li {
  line-height: normal;
}

.navbar.container {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .navbar.container {
    max-width: 730px;
  }
}

@media screen and (min-width: 992px) {
  .navbar.container {
    max-width: 950px;
  }
}

@media screen and (min-width: 1200px) {
  .navbar.container {
    max-width: 1150px;
  }
}

.navbar.container>.container {
  margin: 0;
  padding: 0;
  width: auto;
}

#overlay-container,
.overlay-modal-background,
.overlay-element {
  z-index: 1500;
}

#toolbar {
  z-index: 1600;
}

.modal {
  z-index: 1620;
}

.modal-dialog {
  z-index: 1630;
}

.modal-backdrop {
  z-index: 1610;
}

.footer {
  margin-top: 45px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-top: 1px solid #E5E5E5;
}

.element-invisible {
  margin: 0;
  padding: 0;
  width: 1px;
}

.navbar .logo {
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .navbar .logo {
    margin-right: 0;
    padding-left: 0;
  }
}

ul.secondary {
  float: left;
}

@media screen and (min-width: 768px) {
  ul.secondary {
    float: right;
  }
}

.page-header {
  margin-top: 0;
}

.block:first-child h2.block-title {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

.region-help>.glyphicon {
  font-size: 13px;
  float: left;
  margin: -0.05em 0.5em 0 0;
}

.region-help .block {
  overflow: hidden;
}

form#search-block-form {
  margin: 0;
}

.navbar #block-search-form {
  float: none;
  margin: 5px 0 5px 5px;
}

@media screen and (min-width: 992px) {
  .navbar #block-search-form {
    float: right;
  }
}

.navbar-search .control-group {
  margin-bottom: 0px;
}

ul.action-links {
  margin: 12px 0;
  padding: 0;
}

ul.action-links li {
  display: inline;
  margin: 0;
  padding: 0 6px 0 0;
}

ul.action-links .glyphicon {
  padding-right: 0.5em;
}

input,
textarea,
select,
.uneditable-input {
  max-width: 100%;
  width: auto;
}

input.error {
  color: #a94442;
  border-color: #ebccd1;
}

fieldset legend.panel-heading {
  float: left;
  line-height: 1em;
  margin: 0;
}

fieldset .panel-body {
  clear: both;
}

fieldset .panel-heading a.panel-title {
  color: inherit;
  display: block;
  margin: -10px -15px;
  padding: 10px 15px;
}

fieldset .panel-heading a.panel-title:hover {
  text-decoration: none;
}

.form-actions {
  clear: both;
}

.resizable-textarea textarea {
  border-radius: 4px 4px 0 0;
}

.radio:first-child,
.checkbox:first-child {
  margin-top: 0;
}

.radio:last-child,
.checkbox:last-child {
  margin-bottom: 0;
}

.help-block,
.control-group .help-inline {
  color: #777777;
  font-size: 12px;
  margin: 5px 0 10px;
  padding: 0;
}

.panel-heading {
  display: block;
}

a.tabledrag-handle .handle {
  height: auto;
  width: auto;
}

.error {
  color: #a94442;
}

div.error,
table tr.error {
  background-color: #f2dede;
  color: #a94442;
}

.control-group.error {
  background: none;
}

.control-group.error label,
.control-group.error .control-label {
  color: #a94442;
  font-weight: 600;
}

.control-group.error input,
.control-group.error textarea,
.control-group.error select,
.control-group.error .uneditable-input {
  color: #555555;
  border: 1px solid #cccccc;
}

.control-group.error .help-block,
.control-group.error .help-inline {
  color: #333333;
}

.list-inline>li.first {
  padding-left: 0;
}

.nav-tabs {
  margin-bottom: 10px;
}

ul li.collapsed,
ul li.expanded,
ul li.leaf {
  list-style: none;
  list-style-image: none;
}

.tabs--secondary {
  margin: 0 0 10px;
}

.submitted {
  margin-bottom: 1em;
  font-style: italic;
  font-weight: normal;
  color: #777;
}

.password-strength {
  width: 17em;
  float: right;
  /* LTR */
  margin-top: 1.4em;
}

.password-strength-title {
  display: inline;
}

.password-strength-text {
  float: right;
  /* LTR */
  font-weight: bold;
}

.password-indicator {
  background-color: #949494;
  height: 0.3em;
  width: 100%;
}

.password-indicator div {
  height: 100%;
  width: 0%;
  background-color: #999999;
}

input.password-confirm,
input.password-field {
  width: 16em;
  margin-bottom: 0.4em;
}

div.password-confirm {
  float: right;
  /* LTR */
  margin-top: 1.5em;
  visibility: hidden;
  width: 17em;
}

div.form-item div.password-suggestions {
  padding: 0.2em 0.5em;
  margin: 0.7em 0;
  width: 38.5em;
  border: 1px solid #B4B4B4;
}

div.password-suggestions ul {
  margin-bottom: 0;
}

.confirm-parent,
.password-parent {
  clear: left;
  /* LTR */
  margin: 0;
  width: 36.3em;
}

.progress-wrapper .progress {
  margin-bottom: 10px;
}

.pagination ul>li>a.progress-disabled {
  float: left;
}

.form-autocomplete .glyphicon {
  color: #777777;
  font-size: 120%;
}

.form-autocomplete .glyphicon.glyphicon-spin {
  color: #337ab7;
}

.form-autocomplete .input-group-addon {
  background-color: #ffffff;
}

.ajax-progress .glyphicon {
  font-size: 90%;
  margin: 0 -0.25em 0 0.5em;
}

.glyphicon-spin {
  display: inline-block;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

a .glyphicon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.glyphicon-refresh {
  -webkit-transform-origin: 50% 45%;
  -moz-transform-origin: 50% 45%;
  -ms-transform-origin: 50% 45%;
  -o-transform-origin: 50% 45%;
  transform-origin: 50% 45%;
}

/**
 * Missing Bootstrap 2 tab styling.
 * @see http://stackoverflow.com/questions/18432577/stacked-tabs-in-bootstrap-3
 * @see http://bootply.com/74926
 */
.tabbable {
  margin-bottom: 20px;
}

.tabs-below>.nav-tabs,
.tabs-left>.nav-tabs,
.tabs-right>.nav-tabs {
  border-bottom: 0;
}

.tabs-below>.nav-tabs .summary,
.tabs-left>.nav-tabs .summary,
.tabs-right>.nav-tabs .summary {
  color: #777777;
  font-size: 9px;
}

.tab-pane>.panel-heading {
  display: none;
}

.tab-content>.active {
  display: block;
}

.tabs-below>.nav-tabs {
  border-top: 1px solid #dddddd;
}

.tabs-below>.nav-tabs>li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below>.nav-tabs>li>a {
  border-radius: 0 0 4px 4px;
}

.tabs-below>.nav-tabs>li>a:hover,
.tabs-below>.nav-tabs>li>a:focus {
  border-top-color: #dddddd;
  border-bottom-color: transparent;
}

.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:hover,
.tabs-below>.nav-tabs>.active>a:focus {
  border-color: transparent #dddddd #dddddd #dddddd;
}

.tabs-left>.nav-tabs,
.tabs-right>.nav-tabs {
  padding-bottom: 20px;
  width: 220px;
}

.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
  float: none;
}

.tabs-left>.nav-tabs>li:focus,
.tabs-right>.nav-tabs>li:focus {
  outline: 0;
}

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left>.nav-tabs>li>a:focus,
.tabs-right>.nav-tabs>li>a:focus {
  outline: 0;
}

.tabs-left>.tab-content,
.tabs-right>.tab-content {
  border-radius: 0 4px 4px 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #dddddd;
  overflow: hidden;
  padding: 10px 15px;
}

.tabs-left>.nav-tabs {
  float: left;
  margin-right: -1px;
}

.tabs-left>.nav-tabs>li>a {
  border-radius: 4px 0 0 4px;
}

.tabs-left>.nav-tabs>li>a:hover,
.tabs-left>.nav-tabs>li>a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left>.nav-tabs>.active>a,
.tabs-left>.nav-tabs>.active>a:hover,
.tabs-left>.nav-tabs>.active>a:focus {
  border-color: #dddddd transparent #dddddd #dddddd;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}

.tabs-right>.nav-tabs {
  float: right;
  margin-left: -1px;
}

.tabs-right>.nav-tabs>li>a {
  border-radius: 0 4px 4px 0;
}

.tabs-right>.nav-tabs>li>a:hover,
.tabs-right>.nav-tabs>li>a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
}

.tabs-right>.nav-tabs>.active>a,
.tabs-right>.nav-tabs>.active>a:hover,
.tabs-right>.nav-tabs>.active>a:focus {
  border-color: #dddddd #dddddd #dddddd transparent;
}

th.checkbox,
td.checkbox,
th.radio,
td.radio {
  display: table-cell;
}

.views-display-settings .label {
  font-size: 100%;
  color: #666666;
}

.views-display-settings .footer {
  padding: 0;
  margin: 4px 0 0 0;
}

table .radio input[type="radio"],
table .checkbox input[type="checkbox"] {
  max-width: inherit;
}

.form-horizontal .form-group label {
  position: relative;
  min-height: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: right;
}

@media (min-width: 768px) {
  .form-horizontal .form-group label {
    float: left;
    width: 16.66666667%;
  }
}

.alert a {
  font-weight: bold;
}

.alert-success a {
  color: #2b542c;
}

.alert-info a {
  color: #245269;
}

.alert-warning a {
  color: #66512c;
}

.alert-danger a {
  color: #843534;
}

@font-face {
  font-family: 'DINregular';
  src: url('../fonts/DINWeb-webfont.eot');
  src: url('../fonts/DINWeb-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/DINWeb-webfont.woff2') format('woff2'), url('../fonts/DINWeb-webfont.woff') format('woff'), url('../fonts/DINWeb-webfont.ttf') format('truetype'), url('../fonts/DINWeb-webfont.svg#webfontregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINbold';
  src: url('../fonts/DINWeb-Bold-webfont.eot');
  src: url('../fonts/DINWeb-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/DINWeb-Bold-webfont.woff2') format('woff2'), url('../fonts/DINWeb-Bold-webfont.woff') format('woff'), url('../fonts/DINWeb-Bold-webfont.ttf') format('truetype'), url('../fonts/DINWeb-Bold-webfont.svg#webfontregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Icons';
  src: url('../fonts/clearswift.eot');
  src: url('../fonts/clearswift?#iefix') format('embedded-opentype'), url('../fonts/clearswift.woff') format('woff'), url('../fonts/clearswift.ttf') format('truetype'), url('../fonts/clearswift.svg#webfontregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Icons2';
  src: url('../fonts/Icons2-2.eot');
  src: url('../fonts/Icons2-2?#iefix') format('embedded-opentype'), url('../fonts/Icons2-2.woff') format('woff'), url('../fonts/Icons2-2.ttf') format('truetype'), url('../fonts/Icons2-2.svg#webfontregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'IconsNew';
  src: url('../fonts/IconsNew.eot?v3');
  src: url('../fonts/IconsNew?v2#iefix') format('embedded-opentype'), url('../fonts/IconsNew.woff?v3') format('woff'), url('../fonts/IconsNew.ttf?v3') format('truetype'), url('../fonts/IconsNew.svg?v3#webfontregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* fonts */
/* colours */
html {
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "DINregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}

strong {
  font-family: "DINbold";
  font-weight: normal;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

ul li,
ol li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

a:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: normal;
  margin: 0;
}

.container .container {
  padding: 0;
}

@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}

.nav>li>a:hover,
.nav>li>a:focus {
  background: transparent;
}

.center-holder {
  display: table;
}

.center-holder .center-content {
  display: table-cell;
  vertical-align: middle;
}

.logged-in .header {
  top: 30px;
}

@media (max-width: 992px) {
  .main-container {
    margin-top: 54px;
  }
}

@media (min-width: 992px) {
  .logged-in .main-container {
    margin-top: 114px;
  }

  .main-container {
    margin-top: 84px;
  }
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 54px;
  background-color: #fff;
  z-index: 11;
}

@media (min-width: 992px) {
  .header .container {
    position: relative;
  }
}

.header .logo {
  float: right;
  position: relative;
  width: 118px;
  margin: 10px 15px 0 0;
  z-index: 20;
}

.header .logo a {
  display: block;
  text-indent: -9999em;
  width: 118px;
}

.header .logo a img {
  display: block;
  width: 118px;
}

.header .nav-btn {
  float: left;
  width: 30px;
  height: 30px;
  display: block;
  text-indent: -9999em;
  margin: 12px 0 0 0;
  background-image: url('/sites/all/themes/clearswift2/img/mobile_menu.png');
  background-size: 30px 30px;
}

@media (min-width: 992px) {
  .header .nav-btn {
    display: none;
  }
}

@media (min-width: 992px) {
  .header {
    height: 84px;
    border-bottom: 2px solid #1aa4d9;
  }

  .header .logo {
    float: left;
    margin: 10px 0 0 10px;
    width: 175px;
  }

  .header .logo a {
    width: 175px;
  }

  .header .logo a img {
    width: 175px;
  }
}

.navigation {
  position: fixed;
  width: 330px;
  z-index: 20;
  background-color: #fff;
  top: 0;
  left: -330px;
  -webkit-box-shadow: 5px 5px 8px 0px rgba(50, 50, 50, 0.26);
  -moz-box-shadow: 5px 5px 8px 0px rgba(50, 50, 50, 0.26);
  box-shadow: 5px 5px 8px 0px rgba(50, 50, 50, 0.26);
  -webkit-transition: left 250ms ease-out 0s;
  transition: left 250ms ease-out 0s;
  /* NAV - top level */
}

.navigation .view-content div div,
.navigation section p {
  position: relative;
  z-index: 999;
}

@media (max-width: 992px) {
  .navigation {
    overflow-y: scroll;
    height: 100%;
  }
}

@media (min-width: 992px) {
  .navigation {
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 4;
    background: transparent;
  }
}

.navigation .nav-close {
  position: absolute;
  top: 16px;
  right: 14px;
  display: block;
  width: 17px;
  height: 17px;
  text-indent: -9999em;
  background-image: url('/sites/all/themes/clearswift2/img/mobile_menu_close.png');
  background-size: 17px 17px;
  z-index: 11;
}

@media (min-width: 992px) {
  .navigation .nav-close {
    display: none;
  }
}

.navigation .form-search {
  position: absolute;
  top: 1px;
  left: -100%;
  padding: 12px 0 12px 14px;
  transition: left 250ms ease-out 0s;
  z-index: 11;
}

.navigation .form-search .captcha-admin-links {
  display: none;
}

@media (min-width: 992px) {
  .navigation .form-search {
    position: static;
    padding: 0;
    float: right;
  }
}

.navigation .form-search input {
  width: 210px;
  padding: 5px;
  height: auto;
  border-radius: 0;
  border: 1px solid #acacac;
}

@media (min-width: 992px) {
  .navigation .form-search input {
    padding: 2px;
  }
}

.navigation .form-search .btn {
  display: none;
}

.navigation.nav-open {
  left: 0;
}

.navigation.nav-open .form-search {
  left: 0;
}

.navigation ul {
  margin: 0;
  padding: 0;
  float: none;
  /* NAV - second level */
}

@media (min-width: 992px) {
  .navigation ul {
    float: right;
  }
}

.navigation ul li {
  display: block;
  margin-bottom: 3px;
  float: none;
}

@media (min-width: 992px) {
  .navigation ul li {
    display: inline-block;
    margin-bottom: 0;
    position: static;
  }
}

.navigation ul li.sub-5-cols>ul>li {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1200px) {
  .navigation ul li.sub-5-cols>ul>li {
    float: left;
    width: 20%;
  }
}

.navigation ul li.sub-5-cols>ul>li.width-2-cols {
  width: 100%;
}

.navigation ul li.sub-5-cols>ul>li.width-2-cols ul {
  overflow: hidden;
}

.navigation ul li.sub-5-cols>ul>li.width-2-cols ul li {
  width: 100%;
  float: left;
}

.navigation ul li.sub-4-cols>ul>li {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1200px) {
  .navigation ul li.sub-4-cols>ul>li {
    float: left;
    width: 25%;
  }
}

.navigation ul li.sub-4-cols>ul>li.width-2-cols {
  width: 100%;
}

.navigation ul li.sub-4-cols>ul>li.width-2-cols ul {
  overflow: hidden;
}

.navigation ul li.sub-4-cols>ul>li.width-2-cols>ul li {
  width: 100%;
  float: left;
}

@media (min-width: 992px) {
  .navigation ul li.sub-5-cols>ul>li {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation ul li.sub-5-cols>ul>li.width-2-cols {
    width: 40%;
  }

  .navigation ul li.sub-5-cols>ul>li.width-2-cols ul li {
    width: 50%;
    float: left;
  }

  .navigation ul li.sub-4-cols>ul>li {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation ul li.sub-4-cols>ul>li.width-2-cols {
    width: 50%;
  }

  .navigation ul li.sub-4-cols>ul>li.width-2-cols>ul li {
    width: 50%;
    float: left;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .navigation ul li.sub-5-cols>ul>li {
    float: left;
    width: 20%;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .navigation ul li.sub-4-cols>ul>li {
    float: left;
    width: 25%;
  }
}

.navigation ul li ul {
  display: none;
}

.navigation ul li.has-sub ul {
  display: none;
}

@media (min-width: 992px) {
  .navigation ul li.has-sub:hover ul {
    display: block;
  }
}

.navigation ul li.sub-open ul {
  display: block;
}

.navigation ul li.sub-open ul ul {
  display: none;
}

.navigation ul li a {
  display: block;
  padding: 14px 15px 12px 15px;
  font-size: 1.3em;
  font-family: "DINbold";
  color: #555555;
  background-color: #ececec;
}

.navigation ul li a.active {
  /* background-color: @brand-blue;
					color: #fff */
}

@media (min-width: 992px) {
  .navigation ul li a {
    display: inline-block;
    padding: 0 20px 12px 20px;
    font-size: 1.6em;
    font-family: "DINregular";
    border-bottom: 5px solid #fff;
    background: none;
  }

  .navigation ul li a:hover,
  .navigation ul li a.active {
    background: none;
    color: #1aa4d9;
    border-bottom: 5px solid #1aa4d9;
  }
}

@media (min-width: 992px) {

  .navigation ul li.active-trail a,
  .navigation ul li:hover a {
    color: #1aa4d9;
    border-bottom: 5px solid #1aa4d9;
  }
}

.navigation ul ul {
  margin: 0;
  padding: 0;
  /* NAV - third level */
}

@media (min-width: 992px) {
  .navigation ul ul {
    position: absolute;
    top: 84px;
    left: 0;
    width: 100%;
    padding: 25px 0;
    background-color: #2b3276;
    z-index: 5;
  }

  .navigation ul ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background-color: #2b3276;
    z-index: 1;
  }

  .navigation ul ul:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    height: 6px;
  }
}

.navigation ul ul li {
  display: block;
}

.navigation ul ul li.sub-open ul {
  display: block;
}

@media (min-width: 992px) {
  .navigation ul ul li {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation ul ul li:nth-child(4),
  .navigation ul ul li:first-of-type {
    margin-left: 0;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .navigation ul ul li {
    float: left;
    width: 25%;
  }
}

.navigation ul ul li.width-2-cols {
  width: 50%;
}

.navigation ul ul li a {
  font-family: "DINregular";
  background-color: #f5f5f5;
  padding: 14px 15px 12px 25px;
}

@media (min-width: 992px) {
  .navigation ul ul li a {
    font-size: 1.6em;
    color: #fff !important;
    font-family: "DINbold";
    padding: 0 0 5px 0;
    border-bottom: 0 !important;
    background: none;
    margin-bottom: 16px;
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: 15px;
  }

  .navigation ul ul li a:hover {
    text-decoration: none;
    color: #1aa4d9 !important;
  }
}

@media (min-width: 992px) {
  .navigation ul ul li.has-sub>a {
    border-bottom: 2px solid #1aa4d9 !important;
  }
}

.navigation ul ul ul {
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .navigation ul ul ul {
    position: static;
  }
}

.navigation ul ul ul li {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .navigation ul ul ul li {
    margin-bottom: 7px;
    float: none;
    width: auto;
    padding: 0;
    margin-left: 0;
  }
}

.navigation ul ul ul li a {
  background-color: #fff;
  padding: 14px 15px 12px 35px;
  border: 0;
  margin-top: 0;
}

@media (min-width: 992px) {
  .navigation ul ul ul li a {
    font-family: "DINregular";
    padding: 0;
    background: none;
    color: #fff !important;
    font-size: 1.3em;
    border-bottom: 0 !important;
    margin-bottom: 0;
  }

  .navigation ul ul ul li a:hover {
    border-bottom: 0;
  }
}

.navigation .primary-nav {
  padding-top: 50px;
}

@media (min-width: 992px) {
  .navigation .primary-nav {
    padding-top: 51px;
  }
}

@media (min-width: 992px) {
  .navigation .primary-nav ul li .last {
    display: block;
  }
}

@media (min-width: 992px) {
  .navigation .secondary-nav {
    position: absolute;
    top: 5px;
    right: 0;
    width: 80%;
  }
}

.navigation .secondary-nav>ul.secondary {
  float: none;
}

@media (min-width: 992px) {
  .navigation .secondary-nav>ul.secondary {
    float: right;
    padding-top: 1px;
  }
}

@media (min-width: 992px) {
  .navigation .secondary-nav>ul>li {
    display: inline-block;
    border-right: 1px solid #919396;
    position: relative;
  }

  .navigation .secondary-nav>ul>li.no-bdr-r,
  .navigation .secondary-nav>ul>li.last {
    border-right: 0;
  }
}

.navigation .secondary-nav>ul>li a {
  color: #00a3db;
}

.navigation .secondary-nav>ul>li a.btn.btn-fill {
  background-color: #ececec;
  text-align: left;
  padding: 14px 15px 12px 15px;
}

@media (min-width: 992px) {
  .navigation .secondary-nav>ul>li a {
    font-size: 1.2em;
    color: #919396;
    background: none;
    border: 0;
    padding: 0 10px;
    display: block;
  }

  .navigation .secondary-nav>ul>li a:hover {
    color: #1aa4d9;
  }

  .navigation .secondary-nav>ul>li a:active {
    border: 0;
  }

  .navigation .secondary-nav>ul>li a.btn.btn-fill {
    background-color: #1aa4d9;
    color: #fff;
    margin: 0 10px;
    padding: 2px 10px;
  }
}

@media (min-width: 992px) and (min-width: 768px) {
  .navigation .secondary-nav>ul>li a.language-menu {
    text-align: left;
    text-indent: -9999em;
    width: 60px;
    display: inline-block;
    background-image: url('/sites/all/themes/clearswift2/img/flag-uk.png');
    background-size: 17px 12px;
    background-position: 0px 2px;
    background-repeat: no-repeat;
    width: 32px;
    height: 24px;
  }

  .navigation .secondary-nav>ul>li a.language-menu:after {
    content: "\e60b";
    font-family: "Icons";
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
  }

  .navigation .secondary-nav>ul>li a.language-menu-de {
    background-image: url('/sites/all/themes/clearswift2/img/flag-de.png');
  }

  .navigation .secondary-nav>ul>li a.language-menu-fr {
    background-image: url('/sites/all/themes/clearswift2/img/flag-fr.png');
  }

  .navigation .secondary-nav>ul>li a.language-menu-jp {
    background-image: url('/sites/all/themes/clearswift2/img/flag-jp.png');
  }
}

@media (min-width: 768px) {
  .navigation .secondary-nav>ul>li.last:hover ul {
    display: block;
  }

  .navigation .secondary-nav>ul>li.last ul {
    position: absolute;
    display: none;
    right: 0;
    left: auto;
    top: 100%;
    width: auto;
    padding: 5px 0;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 3px -3px #999999, 3px 3px 3px -3px #999999, -3px 3px 3px -3px #999999;
    -moz-box-shadow: 3px 3px 3px -3px #999999, 3px 3px 3px -3px #999999, -3px 3px 3px -3px #999999;
    box-shadow: 3px 3px 3px -3px #999999, 3px 3px 3px -3px #999999, -3px 3px 3px -3px #999999;
  }

  .navigation .secondary-nav>ul>li.last ul:before,
  .navigation .secondary-nav>ul>li.last ul:after {
    display: none;
  }

  .navigation .secondary-nav>ul>li.last ul li {
    padding: 5px 5px 0 15px;
    float: none;
    width: auto;
  }

  .navigation .secondary-nav>ul>li.last ul li a {
    background-size: 17px 12px;
    background-position: 0px 2px;
    background-repeat: no-repeat;
    padding-left: 25px;
    color: #919396 !important;
    font-family: "DINregular";
  }

  .navigation .secondary-nav>ul>li.last ul li a.menu-lang-uk {
    background-image: url('/sites/all/themes/clearswift2/img/flag-uk.png');
  }

  .navigation .secondary-nav>ul>li.last ul li a.menu-lang-fr {
    background-image: url('/sites/all/themes/clearswift2/img/flag-fr.png');
  }

  .navigation .secondary-nav>ul>li.last ul li a.menu-lang-de {
    background-image: url('/sites/all/themes/clearswift2/img/flag-de.png');
  }

  .navigation .secondary-nav>ul>li.last ul li a.menu-lang-jp {
    background-image: url('/sites/all/themes/clearswift2/img/flag-jp.png');
  }

  .navigation .secondary-nav>ul>li.last ul li a:hover {
    color: #1aa4d9 !important;
  }
}

/* global */
.heading {
  position: relative;
  background: url(/sites/all/themes/clearswift2/img/bg_heading.jpg) center top no-repeat;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  padding: 0;
  height: 90px;
  margin: 60px 0 20px 0;
}

.heading .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .heading {
    width: 100%;
    padding: 0;
    margin: 0 0 66px 0;
    background-size: cover;
  }
}

label {
  display: block;
  font-size: 1.3em;
  font-family: "DINregular";
  margin-bottom: 6px;
  font-weight: normal;
  text-align: left;
}

label .form-required {
  color: red;
}

textarea,
input,
select {
  font-size: 1.3em;
  padding: 5px;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  text-align: left;
  margin-bottom: 10px;
}

textarea:focus,
input:focus,
select:focus {
  outline: 0;
}

select {
  height: 28px;
}

.form-textarea-wrapper {
  margin-bottom: 20px;
}

.side-nav {
  display: none;
}

@media (min-width: 992px) {
  .side-nav {
    display: block;
    padding-right: 44px;
    /* NAV - top level - hidden in sub */
  }

  .side-nav ul.menu>li>ul>li.expanded {
    position: relative;
  }

  .side-nav ul.menu>li>ul>li.expanded>a:after {
    content: "\e615";
    display: block;
    font-family: "Icons";
    position: absolute;
    top: 10px;
    right: 15px;
    width: 15px;
    height: 15px;
    font-size: 15px;
    line-height: 15px;
    color: #1aa4d9;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .side-nav ul.menu>li>ul>li.expanded>div.arrow {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 42px;
    font-size: 15px;
    line-height: 15px;
    cursor: context-menu;
  }

  .side-nav ul.menu>li>ul>li.expanded a:focus {
    text-decoration: none;
  }

  .side-nav ul.menu>li>ul>li.active-trail>a:after {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .side-nav ul {
    float: none;
  }

  .side-nav ul li {
    display: none;
    float: none;
  }

  .side-nav ul li.active-trail {
    display: block;
    /* NAV - second level - first level in sub*/
  }

  .side-nav ul li.active-trail a {
    display: none;
    position: relative;
  }

  .side-nav ul li.active-trail ul>li {
    display: block;
    /* NAV - third level - second level in sub */
  }

  .side-nav ul li.active-trail ul>li a {
    display: block;
    background-color: #ececec;
    color: #555555;
    padding: 14px 40px 10px 15px;
    border-right: 5px solid #fff;
    font-size: 1.3em;
    margin-bottom: 3px;
  }

  .side-nav ul li.active-trail ul>li a.active {
    border-right: 5px solid #1aa4d9;
  }

  .side-nav ul li.active-trail ul>li>ul>li {
    display: none;
  }

  .side-nav ul li.active-trail ul>li>ul>li a {
    background-color: #dbdbdb;
    border-right: 5px solid #fff;
    border-left: 16px solid #fff;
  }

  .side-nav ul li.active-trail ul>li>ul>li a.active {
    border-right: 5px solid #1aa4d9;
  }

  .side-nav .well {
    background: none;
    padding: 0;
    border: 0;
  }
}

.side-nav .related-modules,
.side-nav .view-related-modules-jp,
.side-nav #block-views-related-modules-de-block {
  display: none;
}

@media (min-width: 992px) {

  .side-nav .related-modules,
  .side-nav .view-related-modules-jp,
  .side-nav #block-views-related-modules-de-block {
    display: block;
  }
}

.side-nav .related-modules ul li,
.side-nav .view-related-modules-jp ul li,
.side-nav #block-views-related-modules-de-block ul li {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px;
}

.side-nav .related-modules ul li:after,
.side-nav .view-related-modules-jp ul li:after,
.side-nav #block-views-related-modules-de-block ul li:after {
  display: none;
}

.side-nav .related-modules ul li a,
.side-nav .view-related-modules-jp ul li a,
.side-nav #block-views-related-modules-de-block ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.side-nav .related-modules ul li a img,
.side-nav .view-related-modules-jp ul li a img,
.side-nav #block-views-related-modules-de-block ul li a img {
  display: block;
  width: 100%;
  height: 240px;
}

.side-nav .related-modules ul li a span,
.side-nav .view-related-modules-jp ul li a span,
.side-nav #block-views-related-modules-de-block ul li a span {
  position: absolute;
  width: 92%;
  left: 4%;
  padding: 5px 10px;
  background-color: #1aa4d9;
}

.side-nav .related-modules ul li a span.title,
.side-nav .view-related-modules-jp ul li a span.title,
.side-nav #block-views-related-modules-de-block ul li a span.title {
  bottom: 72px;
  color: #fff;
  font-size: 1.4em;
  margin-bottom: 0;
  font-family: "DINregular";
}

.side-nav .related-modules ul li a span.title:after,
.side-nav .view-related-modules-jp ul li a span.title:after,
.side-nav #block-views-related-modules-de-block ul li a span.title:after {
  content: '';
  position: absolute;
  width: 94%;
  height: 1px;
  bottom: 0;
  left: 3%;
  background-color: #fff;
}

.side-nav .related-modules ul li a span.body,
.side-nav .view-related-modules-jp ul li a span.body,
.side-nav #block-views-related-modules-de-block ul li a span.body {
  bottom: 0;
  font-size: 1.0em;
  line-height: 1.3em;
  font-family: "DINregular";
  color: #fff;
}

@media (min-width: 992px) {
  .main-content {
    padding-bottom: 80px;
  }
}

.view-content p,
.blog-entry p,
.copy p,
.field-items p,
.text p {
  font-size: 1.4em;
  line-height: 1.6em;
  margin-bottom: 22px;
}

.view-content p.summary,
.blog-entry p.summary,
.copy p.summary,
.field-items p.summary,
.text p.summary {
  font-size: 2em;
  font-family: "DINregular";
  clear: both;
}

@media (min-width: 992px) {

  .view-content p.summary,
  .blog-entry p.summary,
  .copy p.summary,
  .field-items p.summary,
  .text p.summary {
    margin-bottom: 40px;
  }
}

.view-content p a,
.blog-entry p a,
.copy p a,
.field-items p a,
.text p a {
  font-family: "DINregular";
  color: #e95724;
  font-weight: 700;
  text-decoration: none;
}

.view-content p a:hover,
.blog-entry p a:hover,
.copy p a:hover,
.field-items p a:hover,
.text p a:hover {
  text-decoration: underline;
}

.view-content h4,
.blog-entry h4,
.copy h4,
.field-items h4,
.text h4,
.view-content h2,
.blog-entry h2,
.copy h2,
.field-items h2,
.text h2,
.view-content .title,
.blog-entry .title,
.copy .title,
.field-items .title,
.text .title {
  display: block;
  font-size: 3em;
  line-height: 1.2em;
  color: #1aa4d9;
  margin-bottom: 14px;
  padding: 0;
}

.view-content h4 a,
.blog-entry h4 a,
.copy h4 a,
.field-items h4 a,
.text h4 a,
.view-content h2 a,
.blog-entry h2 a,
.copy h2 a,
.field-items h2 a,
.text h2 a,
.view-content .title a,
.blog-entry .title a,
.copy .title a,
.field-items .title a,
.text .title a {
  font-family: "DINregular";
  color: #1aa4d9;
}

.view-content h4 a:hover,
.blog-entry h4 a:hover,
.copy h4 a:hover,
.field-items h4 a:hover,
.text h4 a:hover,
.view-content h2 a:hover,
.blog-entry h2 a:hover,
.copy h2 a:hover,
.field-items h2 a:hover,
.text h2 a:hover,
.view-content .title a:hover,
.blog-entry .title a:hover,
.copy .title a:hover,
.field-items .title a:hover,
.text .title a:hover {
  text-decoration: none;
}

.view-content h4,
.blog-entry h4,
.copy h4,
.field-items h4,
.text h4 {
  font-size: 1.8em;
}

.view-content ul li,
.blog-entry ul li,
.copy ul li,
.field-items ul li,
.text ul li {
  position: relative;
  padding-left: 30px;
  font-size: 1.4em;
  line-height: 1.6em;
  margin-bottom: 22px;
}

.view-content ul li:after,
.blog-entry ul li:after,
.copy ul li:after,
.field-items ul li:after,
.text ul li:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 10px;
  width: 8px;
  height: 8px;
  background-color: #1aa4d9;
}

.view-content ul li a,
.blog-entry ul li a,
.copy ul li a,
.field-items ul li a,
.text ul li a {
  font-family: "DINregular";
  color: #e95724;
  font-weight: 700;
  text-decoration: none;
}

.view-content ul li a:hover,
.blog-entry ul li a:hover,
.copy ul li a:hover,
.field-items ul li a:hover,
.text ul li a:hover {
  text-decoration: underline;
}

.view-content table,
.blog-entry table,
.copy table,
.field-items table,
.text table {
  width: 100% !important;
}

.view-content img,
.blog-entry img,
.copy img,
.field-items img,
.text img {
  width: 100%;
  height: auto;
}

.view-content p img,
.blog-entry p img,
.copy p img,
.field-items p img,
.text p img {
  margin: 20px 0;
}

@media (min-width: 992px) {

  .view-content p img,
  .blog-entry p img,
  .copy p img,
  .field-items p img,
  .text p img {
    margin: 0px 60px 20px 30px;
  }
}

.view-content p iframe,
.blog-entry p iframe,
.copy p iframe,
.field-items p iframe,
.text p iframe {
  width: 100%;
  height: 200px;
}

@media (min-width: 992px) {

  .view-content p iframe,
  .blog-entry p iframe,
  .copy p iframe,
  .field-items p iframe,
  .text p iframe {
    width: auto;
    height: auto;
  }
}

.view-content .field-content,
.blog-entry .field-content,
.copy .field-content,
.field-items .field-content,
.text .field-content {
  padding: 20px 0;
  border-bottom: 1px solid #b7b7b7;
  display: block;
}

.view-content .field-content p:last-of-type,
.blog-entry .field-content p:last-of-type,
.copy .field-content p:last-of-type,
.field-items .field-content p:last-of-type,
.text .field-content p:last-of-type {
  margin-bottom: 0;
}

.field-items h3 {
  font-size: 2em;
  font-family: "DINregular";
  margin-bottom: 20px;
}

.block-title {
  font-size: 2em;
  font-family: "DINregular";
  margin-bottom: 20px;
}

.arrow-button,
.btn {
  display: block;
  padding: 14px 23px 14px 23px;
  background-color: #fff;
  text-decoration: none;
  color: #1aa4d9;
  font-size: 1.6em;
  border-radius: 0;
  border: 1px solid #1aa4d9;
  white-space: normal;
  -webkit-transition: all 250ms ease-out 0ms;
  -moz-transition: all 250ms ease-out 0ms;
  -o-transition: all 250ms ease-out 0ms;
  -ms-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
}

.arrow-button:focus,
.btn:focus {
  outline: 0;
}

@media (min-width: 768px) {

  .arrow-button,
  .btn {
    display: inline-block;
  }

  .arrow-button:hover,
  .btn:hover {
    background-color: #1aa4d9;
    color: #fff;
  }
}

.arrow-button.download:after,
.btn.download:after {
  content: '';
}

.arrow-button.btn-fill,
.btn.btn-fill {
  padding: 8px 30px 8px 30px;
  background-color: #1aa4d9;
  color: #fff;
  border: 0;
}

@media (min-width: 768px) {

  .arrow-button.btn-fill:hover,
  .btn.btn-fill:hover {
    background-color: #fff;
    color: #1aa4d9;
  }
}

.arrow-button.btn-fat,
.btn.btn-fat {
  padding: 14px 30px 14px 30px;
}

.arrow-button.btn-trans,
.btn.btn-trans {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

@media (min-width: 768px) {

  .arrow-button.btn-trans:hover,
  .btn.btn-trans:hover {
    background-color: #1aa4d9;
    border: 1px solid #1aa4d9;
    color: #fff;
  }
}

.arrow-button.loading,
.btn.loading {
  background: url(/sites/all/themes/clearswift2/img/spinner.gif) center center no-repeat;
  background-size: 30px 30px;
  text-indent: -9999em;
}

/* home */
.homepage .carousel {
  position: relative;
  width: 100%;
  height: 320px;
  z-index: 2;
}

@media (min-width: 768px) {
  .homepage .carousel {
    height: 370px;
  }
}

.homepage .carousel .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  padding: 30px 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 500ms ease-out 0ms;
  -moz-transition: opacity 500ms ease-out 0ms;
  -o-transition: opacity 500ms ease-out 0ms;
  -ms-transition: opacity 500ms ease-out 0ms;
  transition: opacity 500ms ease-out 0ms;
}

.homepage .carousel .slide.active {
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 250ms ease-out 0ms;
  -moz-transition: opacity 250ms ease-out 0ms;
  -o-transition: opacity 250ms ease-out 0ms;
  -ms-transition: opacity 250ms ease-out 0ms;
  transition: opacity 250ms ease-out 0ms;
  height: 320px;
}

@media (min-width: 768px) {
  .homepage .carousel .slide {
    padding: 40px 0 30px 0;
    height: 370px;
  }

  .homepage .carousel .slide.active {
    height: 370px;
  }
}

.homepage .carousel .slide .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.homepage .carousel .slide .container {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 0 !important;
}

.homepage .carousel .slide img.home-header-img {
  width: 291px;
  height: 114px;
  margin-bottom: 30px;
}

.homepage .carousel .slide h2 {
  font-size: 3.5em;
  color: #fff;
  font-family: "DINregular";
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .homepage .carousel .slide h2 {
    font-size: 5.3em;
    margin-bottom: 30px;
  }
}

.homepage .carousel .slide h3 {
  font-size: 1.8em;
  color: #fff;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .homepage .carousel .slide h3 {
    font-size: 2.7em;
    margin-bottom: 30px;
  }
}

.homepage .carousel .slide .carousel-links {
  text-align: center;
}

.homepage .carousel .slide .carousel-links a {
  margin: 0 auto 10px auto;
}

@media (min-width: 768px) {
  .homepage .carousel .slide .carousel-links a {
    margin: 0;
  }

  .homepage .carousel .slide .carousel-links a:last-of-type {
    margin-left: 22px;
  }
}

.homepage .carousel .slide .carousel-links a.btn {
  display: inline-block;
  width: 46%;
  margin: 0 1%;
  padding: 7px 15px;
}

@media (min-width: 991px) {
  .homepage .carousel .slide .carousel-links a.btn {
    width: auto;
    margin: 0;
    padding: 14px 30px;
  }

  .homepage .carousel .slide .carousel-links a.btn:last-of-type {
    margin-left: 22px;
  }
}

.homepage .carousel .timer-bar {
  height: 10px;
  position: absolute;
  left: 50%;
  z-index: 40;
  bottom: 00px;
  margin-left: -50%;
  width: 100%;
}

@media (min-width: 768px) {
  .homepage .carousel .timer-bar {
    margin-left: -380px;
    width: 760px;
    bottom: 96px;
  }
}

@media (min-width: 992px) {
  .homepage .carousel .timer-bar {
    bottom: 50px;
    margin-left: -490px;
    width: 980px;
  }
}

.homepage .carousel .timer-bar span {
  background-color: #1aa4d9;
  position: absolute;
  top: 0;
  width: 0px;
  height: 10px;
}

@media (min-width: 768px) {
  .homepage .main-content {
    position: relative;
    z-index: 3;
    background-color: #fff;
    padding-bottom: 0;
  }
}

.homepage .promos {
  text-align: center;
}

.homepage .promos .promo {
  display: inline-block;
  position: relative;
  padding: 30px 10px;
  float: none;
  vertical-align: top;
}

@media (min-width: 768px) {
  .homepage .promos .promo {
    text-align: center;
    padding: 30px 0;
    margin-bottom: 30px;
  }
}

.homepage .promos .promo .promo-title {
  font-size: 1.8em;
  padding-left: 85px;
  color: #2b3276;
  font-family: "DINregular";
  margin-bottom: 18px;
  display: block;
}

@media (min-width: 768px) {
  .homepage .promos .promo .promo-title {
    padding-left: 0;
  }
}

.homepage .promos .promo img {
  position: absolute;
  top: 30px;
  left: 10px;
  width: 60px;
  height: auto;
}

@media (min-width: 768px) {
  .homepage .promos .promo img {
    left: 0;
    position: static;
    width: 80px;
    height: auto;
    display: inline-block;
    margin: 0 auto 24px auto;
    display: block;
  }
}

.homepage .promos .promo .promo-text {
  font-size: 1.3em;
  display: block;
  color: #555;
  padding-left: 85px;
}

@media (min-width: 768px) {
  .homepage .promos .promo .promo-text {
    padding: 0 20px;
  }
}

.homepage .promos .promo:hover {
  text-decoration: none;
}

.homepage .promos .promo:hover .promo-title {
  color: #1aa4d9;
}

.homepage .highlights {
  clear: both;
  width: 100%;
  overflow: hidden;
}

.homepage .highlights .highlight-links {
  width: 100%;
  height: 100px;
  position: relative;
}

@media (min-width: 992px) {
  .homepage .highlights .highlight-links {
    float: left;
    width: 33.3333%;
    height: auto;
  }
}

.homepage .highlights .highlight-links li {
  float: left;
  width: 33.3333%;
  height: 110px;
  text-align: center;
  display: table;
}

@media (min-width: 992px) {
  .homepage .highlights .highlight-links li {
    float: none;
    width: 100%;
  }
}

.homepage .highlights .highlight-links li.videos a:after {
  content: "\e612";
}

.homepage .highlights .highlight-links li.infographics a:after {
  content: "\e609";
}

.homepage .highlights .highlight-links li.whitepaper a:after {
  content: "\e614";
}

.homepage .highlights .highlight-links li.datasheets a:after {
  content: "\e602";
}

.homepage .highlights .highlight-links li.brochures a:after {
  content: "\e60e";
}

.homepage .highlights .highlight-links li.webinar a:after {
  content: "\e613";
}

.homepage .highlights .highlight-links li.techdocs a:after {
  content: "\e60e";
}

.homepage .highlights .highlight-links li.presentation a:after {
  content: "\e60e";
}

.homepage .highlights .highlight-links li.featuresheets a:after {
  content: "\e60e";
}

.homepage .highlights .highlight-links li.support a:after {
  content: "\e60e";
}

.homepage .highlights .highlight-links li a {
  display: inline-block;
  width: 100%;
  padding-top: 13px;
  height: 100px;
  background-color: #e4e4e4;
  color: #555;
  text-decoration: none;
  position: relative;
}

@media (min-width: 768px) {
  .homepage .highlights .highlight-links li a {
    display: table-cell;
    vertical-align: middle;
    padding: 0 110px 0 20px;
    text-align: left;
  }
}

.homepage .highlights .highlight-links li a:after {
  width: 100%;
  font-family: "Icons";
  font-size: 50px;
  color: #1aa4d9;
}

@media (min-width: 768px) {
  .homepage .highlights .highlight-links li a:after {
    position: absolute;
    top: 20px;
    right: 20px;
    width: auto;
  }
}

@media (min-width: 992px) {
  .homepage .highlights .highlight-links li a {
    height: 110px;
    position: relative;
    border-bottom: 2px solid transparent;
  }

  .homepage .highlights .highlight-links li a:hover {
    text-decoration: none;
  }
}

.homepage .highlights .highlight-links li a span {
  top: 100px;
  left: 0;
  width: 100%;
  padding: 5px 80px 5px 20px;
  color: #fff;
  font-size: 1.35em;
  font-family: "DINregular";
  display: none;
  opacity: 0;
  z-index: 3;
}

@media (min-width: 992px) {
  .homepage .highlights .highlight-links li a span {
    position: static;
    background: none;
    color: #555;
    font-family: "DINregular";
    display: block;
    opacity: 1;
    padding-right: 0px;
    padding-left: 0px;
  }
}

.homepage .highlights .highlight-links li.active a {
  border-bottom: 2px solid #1aa4d9;
  color: #1aa4d9;
}

.homepage .highlights .highlight-links li.active a span {
  display: block;
  opacity: 1;
  color: #1aa4d9;
  display: none;
}

@media (min-width: 992px) {
  .homepage .highlights .highlight-links li.active a span {
    display: inline;
  }
}

@media (min-width: 992px) {
  .homepage .highlights .highlight-links li.active a {
    background-color: #cdd0d5;
    color: #1aa4d9;
    border-bottom: 2px solid #1aa4d9;
  }

  .homepage .highlights .highlight-links li.active a span {
    color: #1aa4d9;
    font-family: "DINregular";
  }
}

.homepage .highlights .highlight-img {
  position: relative;
  width: 100%;
  height: 300px;
}

@media (min-width: 992px) {
  .homepage .highlights .highlight-img {
    float: left;
    width: 66.6666%;
    height: 330px;
  }
}

.homepage .highlights .highlight-img .img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-out 0ms;
  -moz-transition: opacity 500ms ease-out 0ms;
  -o-transition: opacity 500ms ease-out 0ms;
  -ms-transition: opacity 500ms ease-out 0ms;
  transition: opacity 500ms ease-out 0ms;
  z-index: 1;
}

.homepage .highlights .highlight-img .img .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: 1;
}

@media (min-width: 992px) {
  .homepage .highlights .highlight-img .img .bg {
    height: 330px;
  }
}

.homepage .highlights .highlight-img .img .highlight-underlay {
  height: 60px;
  background-color: #404683;
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  zoom: 1;
  filter: alpha(opacity=80);
  opacity: 0.80;
}

.homepage .highlights .highlight-img .img a.link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 20px;
  color: #fff;
  text-align: right;
  font-size: 2em;
  font-family: "DINregular";
  z-index: 2;
  text-decoration: none;
}

.homepage .highlights .highlight-img .img a.link:hover {
  text-decoration: none;
}

.homepage .highlights .highlight-img .img a.link:after {
  content: "\a0 \bb";
}

.homepage .highlights .highlight-img .img span.highlight-title {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #404683;
  color: #fff;
  font-size: 1.6em;
  font-family: "DINregular";
  pointer-events: none;
  z-index: 2;
  padding: 10px;
}

@media (min-width: 768px) {
  .homepage .highlights .highlight-img .img span.highlight-title {
    display: none;
  }
}

.homepage .highlights .highlight-img .img.active {
  height: 300px;
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity 500ms ease-out 0ms;
  -moz-transition: opacity 500ms ease-out 0ms;
  -o-transition: opacity 500ms ease-out 0ms;
  -ms-transition: opacity 500ms ease-out 0ms;
  transition: opacity 500ms ease-out 0ms;
}

@media (min-width: 992px) {
  .homepage .highlights .highlight-img .img.active {
    height: 330px;
  }
}

.homepage.homepage-depricated .container {
  margin-top: -120px;
}

.homepage.homepage-depricated .main-content {
  padding-bottom: 30px;
}

/* PR */
/* accordion */
.accordion-intro {
  padding-bottom: 25px;
  border-bottom: 1px solid #b7b7b7;
}

.accordion-outro {
  padding-top: 50px;
}

.accordion-item {
  padding: 40px 15px;
  border-bottom: 1px solid #b7b7b7;
}

.accordion-item h3 {
  margin-bottom: 0 !important;
}

.accordion-item h3 a {
  position: relative;
  padding-left: 40px;
  display: block;
  text-decoration: none;
  color: #00b3e3;
}

.accordion-item h3 a:after {
  content: '+';
  position: absolute;
  top: -4px;
  left: 0;
  font-size: 1.6em;
}

.accordion-item p:last-of-type {
  margin-bottom: 0;
}

.accordion-item .accordion-content {
  display: none;
  -webkit-transition: all 250ms ease-out 0ms;
  -moz-transition: all 250ms ease-out 0ms;
  -o-transition: all 250ms ease-out 0ms;
  -ms-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
}

.accordion-item .accordion-content p a:after {
  content: "\a0 \bb";
}

.accordion-item .accordion-content img.img-responsive {
  margin-bottom: 40px;
}

.accordion-item.ai-open {
  padding-bottom: 36px;
}

.accordion-item.ai-open .accordion-content {
  margin-top: 30px;
  display: block;
}

.accordion-item.ai-open h3 a:after {
  content: '-';
}

/* overview */
.overview {
  position: relative;
}

.overview .copy section {
  position: relative;
  /* padding: 30px 0 50px; */
  padding: 0 0 90px;
}

.overview .copy section:before {
  background-color: #1aa4d9;
  color: #fff;
  width: 120px;
  height: 100px;
  font-family: "Icons";
  position: absolute;
  text-align: center;
  left: auto;
  right: 0;
  top: 20px;
  font-size: 80px;
  line-height: 100px;
  display: block;
}

.overview .copy section.request-demo:before {
  content: "\e60f";
}

.overview .copy section.evaluation:before {
  content: "\e604";
}

.overview .copy section.icon-blue:before {
  background-color: #1aa4d9;
}

.overview .copy section.icon-green:before {
  background-color: #afc82b;
}

@media (min-width: 768px) {
  .overview .copy section {
    padding: 25px 0 110px;
  }
}

@media (min-width: 768px) {
  .overview .copy section:first-of-type {
    padding-top: 0;
  }
}

.overview .copy section:after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 34px;
  background: url(/sites/all/themes/clearswift2/img/split2.png) no-repeat;
  background-size: contain;
}

.overview .copy section:last-of-type:after {
  display: none;
}

.overview .copy section .overview-content {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .overview .copy section .overview-content {
    width: 70%;
  }
}

/* products */
.product {
  padding-bottom: 40px;
}

.product .heading {
  background-size: cover;
  padding: 0;
  height: 90px;
}

@media (min-width: 992px) {
  .product .copy .title {
    margin-bottom: 40px;
    min-height: 2.4em;
  }
}

.product div.container {
  position: relative;
}

.product div.container .fold-image {
  position: absolute;
  top: -115px;
  right: 50%;
  margin-right: -45px;
  width: 100px;
  height: 95px;
  padding: 10px;
  background-color: #f0f0f0;
}

.product div.container .fold-image img {
  width: 80px;
  height: 80px;
}

.product div.container .fold-image:before,
.product div.container .fold-image:after {
  content: "";
  background-size: 12px 6px;
  display: block;
  width: 12px;
  height: 6px;
  position: absolute;
  top: 0;
}

.product div.container .fold-image:before {
  background-image: url('/sites/all/themes/clearswift2/img/product-overlay-triangle-left.png');
  left: -12px;
}

.product div.container .fold-image:after {
  background-image: url('/sites/all/themes/clearswift2/img/product-overlay-triangle-right.png');
  right: -12px;
}

@media (min-width: 992px) {
  .product div.container .fold-image {
    top: -72px;
    right: 0;
    margin-right: 0;
    width: 180px;
    height: 180px;
    padding: 20px;
  }

  .product div.container .fold-image img {
    width: 140px;
    height: 140px;
  }
}

ul.product-list li:after {
  display: none;
}

.product-tabs {
  width: 100%;
  overflow: hidden;
  background-color: #ececec;
  display: none;
  text-align: center;
}

@media (min-width: 992px) {
  .product-tabs {
    display: block;
  }
}

.product-tabs li {
  display: inline-block;
  width: 19.5%;
  vertical-align: top;
}

.product-tabs li.active a:after {
  color: #afc82b;
}

.product-tabs li a {
  display: block;
  padding: 115px 20px 20px 20px;
  text-align: center;
  font-size: 1.8em;
  font-family: "DINregular";
  color: #555555;
  text-decoration: none;
  position: relative;
}

.product-tabs li a span {
  display: inline-block;
  height: 3em;
}

.product-tabs li a:hover {
  text-decoration: none;
}

.product-tabs li a:hover:after,
.product-tabs li a.active:after {
  color: #00a3db;
}

.product-tabs li a:after {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: "Icons";
  color: #1aa4d9;
  font-size: 60px;
  pointer-events: none;
}

.product-tabs li a.eval:after {
  content: "\e604";
}

.product-tabs li a.video:after {
  content: "\e612";
}

.product-tabs li a.resources:after {
  content: "\e610";
}

.product-tabs li a.faq:after {
  content: "\e606";
}

.product-tabs li a.find-a-partner:after {
  content: "\e607";
}

.product-tabs li.active a {
  background-color: #f5f5f5;
  color: #00a3db;
}

.product-tab-panels {
  background-color: #f5f5f5;
}

.product-tab-panels .tab-pane {
  display: block;
  padding: 30px 0;
  position: relative;
}

.product-tab-panels .tab-pane:before {
  position: absolute;
  bottom: 20px;
  right: 0;
  text-align: right;
  width: 100%;
  font-family: "Icons";
  color: #fff;
  font-size: 320px;
  pointer-events: none;
  content: " ";
}

.product-tab-panels .tab-pane:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -45%;
  width: 90%;
  height: 1px;
  background-color: #ccc;
}

@media (min-width: 992px) {
  .product-tab-panels .tab-pane {
    display: none;
    padding: 60px 0 120px;
    border-bottom: 0;
  }

  .product-tab-panels .tab-pane:after {
    display: none;
  }

  .product-tab-panels .tab-pane.active {
    display: block;
  }
}

@media (min-width: 1200px) {
  .product-tab-panels .tab-product-eval:before {
    content: "\e604";
    right: -35px;
  }

  .product-tab-panels .tab-product-video:before {
    content: "\e612";
  }

  .product-tab-panels .tab-product-resources:before {
    content: "\e610";
  }

  .product-tab-panels .tab-product-faq:before {
    content: "\e606";
    right: -50px;
  }

  .product-tab-panels .tab-product-partner:before {
    content: "\e607";
    right: -20px;
  }
}

.product-tab-panels .tab-product-eval .copy {
  clear: both;
  width: 70%;
}

@media (max-width: 1200px) {
  .product-tab-panels .tab-product-eval .copy {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .product-tab-panels .tab-product-eval .copy .title {
    margin-bottom: 30px;
  }
}

.product-tab-panels .box-holder {
  overflow: hidden;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .product-tab-panels .tab-product-faq .box-holder {
    float: left;
    width: 350px;
  }

  .product-tab-panels .tab-product-faq .box-holder .product-box {
    width: 228px;
  }
}

@media (min-width: 992px) {
  .product-tab-panels .tab-product-faq .faq-links {
    float: left;
    width: 350px;
  }
}

.product-tab-panels .tab-product-faq .faq-links .title {
  margin-bottom: 24px;
}

.product-tab-panels .tab-product-faq .faq-links a {
  margin-bottom: 50px;
}

.product-tab-panels .tab-product-faq .faq-links a:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .product-tab-panels .tab-product-partner .copy {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .product-tab-panels .tab-product-partner .copy {
    float: left;
    width: 83.33333333%;
  }
}

.product-tab-panels .tab-product-partner form {
  margin-bottom: 35px;
  text-align: center;
}

@media (min-width: 992px) {
  .product-tab-panels .tab-product-partner form {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .product-tab-panels .tab-product-partner form {
    float: left;
    width: 66.66666667%;
  }
}

.product-tab-panels .tab-product-partner form .btn {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .product-tab-panels .tab-product-partner form .btn {
    margin: 0;
  }
}

.product-tab-panels .tab-product-partner .find-a-partner-results {
  display: none;
}

.product-tab-panels .tab-product-partner .find-a-partner-results .headline {
  font-size: 1.6em;
  font-family: "DINregular";
  padding-bottom: 10px;
  border-bottom: 1px solid #acacac;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .product-tab-panels .tab-product-partner .find-a-partner-results {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .product-tab-panels .tab-product-partner .find-a-partner-results {
    float: left;
    width: 66.66666667%;
  }
}

.product-tab-panels .tab-product-partner .partner-search-result {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .product-tab-panels .tab-product-partner .partner-search-result {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    height: 200px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .product-tab-panels .tab-product-partner .partner-search-result {
    float: left;
    width: 50%;
  }
}

.product-tab-panels .tab-product-partner .partner-search-result h4 {
  margin-bottom: 13px;
}

.product-tab-panels .tab-product-partner .partner-search-result h4 a {
  color: #1aa4d9;
  font-size: 1.3em;
  font-family: "DINregular";
}

.product-tab-panels .tab-product-partner .partner-search-result p {
  font-size: 1.3em;
  margin-bottom: 13px;
}

.product-tab-panels .tab-product-partner .partner-search-result p a {
  color: #afc82b;
}

.box-holder .video-box p {
  display: none;
}

.box-holder .video-box:after {
  left: 20px;
  font-size: 50px;
  font-family: "Icons";
  position: absolute;
  color: #1aa4d9;
  content: "\e612";
}

.product-box {
  padding: 20px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ebebeb;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}

.product-box:after {
  top: 4px;
  font-size: 40px;
  left: 20px;
  font-family: "Icons";
  position: absolute;
  color: #1aa4d9;
}

@media (min-width: 768px) {
  .product-box:after {
    top: 10px;
    font-size: 50px;
  }
}

.product-box.resource-brochures:after {
  content: "\e610";
}

.product-box.resource-datasheets:after {
  content: "\e602";
}

.product-box.resource-casestudies:after {
  content: "\e607";
}

.product-box.resource-reviews:after {
  content: "\e60e";
}

.product-box.resource-reports:after {
  content: "\e610";
}

.product-box.resource-whitepaper:after {
  content: "\e614";
}

.product-box.resource-videos:after {
  content: "\e612";
}

.product-box.resource-infographics:after {
  content: "\e609";
}

.product-box.resource-featuresheets:after {
  content: "\e60e";
}

.product-box.resource-webinar:after {
  content: "\e613";
}

.product-box.resource-techdocs:after {
  content: "\e60e";
}

.product-box.resource-presentation:after {
  content: "\e60e";
}

.product-box.resource-support:after {
  content: "\e60e";
}

.product-box.faq-box:after {
  content: "\e60e";
}

.product-box.faq-box h4 {
  height: auto;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .product-box {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    padding: 30px;
    margin-left: 6px;
    margin-right: 6px;
  }

  .product-box:after {
    top: 20px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .product-box {
    float: left;
    width: 25%;
  }
}

.product-box h4 {
  color: #2b3276;
  font-size: 1.78em;
  font-family: "DINregular";
  margin-bottom: 20px;
  padding-left: 60px;
  text-align: left;
}

@media (min-width: 992px) {
  .product-box h4 {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .product-box h4 {
    height: 120px;
  }
}

.product-box img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 22px;
}

.product-box p {
  text-align: center;
}

@media (min-width: 992px) {
  .product-box p {
    text-align: left;
    padding-left: 60px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .product-box p {
    height: 50px;
    padding-left: 0px;
  }
}

.product-box .btn {
  margin: 0 auto;
  display: table;
  height: 54px;
  padding: 0 23px;
}

.product-box .btn span {
  display: table-cell;
  vertical-align: middle;
}

/* resources */
#block-views-resources-featured-menu {
  z-index: 1000;
}

#block-views-resources-featured-menu .contextual-links-wrapper {
  display: none;
}

#block-views-resources-featured-menu .title {
  font-size: 16px;
  color: #fff;
  margin: 0;
}

#block-views-resources-featured-menu p {
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.2em;
}

#block-views-resources-featured-menu a {
  font-family: "DINregular";
  width: auto;
  margin: 0;
}

#block-views-resources-featured-menu .resource-icon:before {
  font-size: 50px;
  color: #fff;
  margin-right: 10px;
}

@media (max-width: 992px) {
  #block-views-resources-featured-menu .resource-icon:before {
    color: #1aa4d9;
  }

  #block-views-resources-featured-menu .title {
    color: #000;
  }

  #block-views-resources-featured-menu p {
    color: #666;
  }
}

.block-menu-customisable-text {
  z-index: 1000;
}

.block-menu-customisable-text div.contextual-links-wrapper {
  display: none !important;
}

.block-menu-customisable-text p {
  color: #fff;
  line-height: 18px !important;
  font-size: 16px !important;
}

.block-menu-customisable-text p a {
  font-family: "DINregular" !important;
  width: auto !important;
  margin: 0;
  font-size: 16px !important;
}

@media (max-width: 992px) {
  .block-menu-customisable-text p {
    color: #000;
  }
}

.resources .heading {
  background: url(/sites/all/themes/clearswift2/img/bg_resourcesheading.jpg) center top no-repeat;
  background-size: cover;
  padding: 0;
  height: 90px;
}

.resources .title {
  margin-bottom: 20px;
}

.resources .product-box {
  margin-bottom: 20px;
}

.resource .solutions h3 {
  font-size: 20px;
}

.resource .video-frame {
  width: 100%;
  height: 930px;
  overflow:hidden;
  border: none;
}

@media (min-width: 992px) {
  .resources .product-box {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  .resources .product-box h4 {
    font-size: 1.4em;
    height: 100px;
  }

  .resources .product-box p {
    height: 80px;
  }
}

@media (min-width: 992px) and (min-width: 1200px) {
  .resources .product-box {
    float: left;
    width: 30.83333333%;
  }
}

/* All resources page (node type?) */
.node-type-all-resources {
  /* TODO: Check if this class is going to be global and move it away if YES */
}

.node-type-all-resources .box-featured {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  text-align: center;
  margin: 0 0 20px -15px;
  position: relative;
  text-align: left;
}

.node-type-all-resources .box-featured h2 {
  font-family: "DINbold";
  font-size: 13px;
  color: #555555;
}

.node-type-all-resources .box-featured .title-wrapper h3 {
  font-family: "DINbold";
  font-size: 18px;
  color: #555555;
  text-align: left;
}

.node-type-all-resources .box-featured .view-content {
  clear: both;
}

.node-type-all-resources .box-featured .highlight-data {
  padding-left: 0;
}

.node-type-all-resources .box-featured .highlight-data a {
  margin-top: 20px;
}

.node-type-all-resources .box-featured .highlight-image {
  padding: 0;
}

.node-type-all-resources .box-featured .highlight-image img {
  float: right;
  display: block;
  max-width: 100%;
  height: auto;
}

.node-type-all-resources .product-box h4 {
  padding-left: 0;
  height: 60px;
  font-family: "DINbold";
  font-size: 15px;
}

.node-type-all-resources .product-box .resource-type {
  text-align: left;
  margin-left: 30px;
  margin-bottom: 20px;
  font-size: 13px;
}

.node-type-all-resources .product-box:after {
  top: 104px;
  font-size: 22px;
  left: 20px;
  font-family: "Icons";
  position: absolute;
  color: #1aa4d9;
}

/* blog */
.blog-section .featured-content-block {
  margin-bottom: 40px;
}

.blog-section .view-header.no-tag p {
  display: none;
}

.blog-section .tags-block ul {
  margin-bottom: 20px;
}

.blog-section .tags-block ul li {
  display: block;
  padding-left: 0px;
  margin-bottom: 0;
  margin-top: 5px;
}

.blog-section .tags-block ul li:after {
  display: none;
}

.blog-section .tags-block ul li div span.field-content {
  border-style: none !important;
  padding: 0;
}

.blog-section .tags-block ul li div span.field-content a {
  font-family: "DINregular";
  font-size: 1em;
}

.blog-section .tags-block ul li.active div span.field-content a {
  background-color: #1aa4d9;
  color: #fff;
  padding: 5px 10px;
  position: relative;
  left: -10px;
}

.blog-section .tags-block a {
  font-size: 1.4em;
  color: #1aa4d9;
  margin-bottom: 6px;
}

.blog-section .field-name-field-tags a {
  font-size: 1.4em;
  color: #1aa4d9;
  margin-bottom: 6px;
}

.blog-section h2 {
  display: block;
  font-size: 3em;
  color: #1aa4d9;
  margin-bottom: 14px;
}

.blog-section h2 a {
  /* font-family: @dinreg; */
  color: #1aa4d9;
}

.blog-section h2 a:hover {
  text-decoration: none;
}

.blog-section img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.blog-section .field-type-text-with-summary img {
  width: auto;
  margin: 0 20px 20px 0;
}

.blog-section .field-name-field-tags-computed {
  display: none;
}

.blog-section .blog-circle-menu {
  display: none;
}

.blog-section .blog-entry {
  position: relative;
  padding: 40px 0 40px 0px;
}

.blog-section .blog-entry span {
  display: inline-block;
  margin-bottom: 0px;
  color: #1aa4d9;
  font-size: 1.4em;
}

.blog-section .blog-entry .image {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .blog-section .blog-entry {
    padding: 40px 0;
  }

  .blog-section .blog-entry .image {
    width: 300px;
    height: 200px;
  }

  .blog-section .blog-entry .image img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.blog-section .blog-entry .read-more a {
  display: block;
  padding: 14px 30px 14px 30px;
  background-color: #fff;
  text-decoration: none;
  color: #1aa4d9;
  font-size: 1.6em;
  border-radius: 0;
  border: 1px solid #1aa4d9;
  white-space: normal;
  text-align: center;
  margin-top: 20px;
  -webkit-transition: all 250ms ease-out 0ms;
  -moz-transition: all 250ms ease-out 0ms;
  -o-transition: all 250ms ease-out 0ms;
  -ms-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
}

.blog-section .blog-entry .read-more a:focus {
  outline: 0;
  color: #fff;
}

.blog-section .blog-entry .read-more a:hover {
  background-color: #1aa4d9;
  color: #fff;
}

@media (min-width: 768px) {
  .blog-section .blog-entry .read-more a {
    display: inline-block;
  }
}

.blog-section .blog-entry .tags {
  display: none;
}

/* contact */
.contact {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .contact form {
    width: 70%;
  }
}

@media (min-width: 992px) {
  .location {
    padding-bottom: 100px;
  }
}

.location .location-details {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .location .location-details {
    margin-bottom: 0;
  }
}

.location .addr {
  margin-bottom: 35px;
}

.location .addr p {
  font-family: "DINregular";
  margin-bottom: 0;
}

.location .tel p {
  margin-bottom: 5px;
}

.location .googlemap {
  width: 100%;
  height: 300px;
}

@media (min-width: 992px) {
  .location .googlemap {
    width: 530px;
    height: 315px;
  }
}

/* events */
.events .event-intro {
  margin-bottom: 40px;
}

.events .event-row {
  padding: 20px 0;
  border-top: 1px solid #b7b7b7;
  overflow: hidden;
}

.events .event-row.last {
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .events .event-row.last {
    margin-bottom: 60px;
  }
}

.events .event-row p span {
  font-family: "DINregular";
}

@media (min-width: 992px) {
  .events .event-row p span {
    display: none;
  }
}

@media (min-width: 992px) {
  .events .event-row p {
    margin-bottom: 0;
  }
}

.events .event-row .event-title {
  font-family: "DINregular";
}

@media (min-width: 992px) {
  .events .event-row .event-title {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .events .event-row .event-title {
    float: left;
    width: 58.33333333%;
  }
}

.events .event-row .event-title span {
  position: relative;
  font-family: "DINregular";
  display: block;
  padding-left: 24px;
}

@media (min-width: 992px) {
  .events .event-row .event-title span {
    display: block;
  }
}

@media (min-width: 992px) {
  .events .event-row .event-time {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .events .event-row .event-time {
    float: left;
    width: 25%;
  }
}

@media (min-width: 992px) {
  .events .event-row .btn {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .events .event-row .btn {
    float: left;
    width: 16.66666667%;
  }
}

.events .event-promo a {
  display: block;
  width: 100%;
}

.events .event-promo a img {
  width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .events .event-promo a {
    display: inline;
  }

  .events .event-promo a img {
    width: auto;
  }
}

.events .view-events h3,
.events .view-webinars h3 {
  background: url('/sites/all/themes/clearswift2/img/clearswift-event-icon.png') no-repeat 0 0;
  background-size: 50px;
  font-size: 2em;
  color: #1aa4d9;
  margin-bottom: 10px;
  min-height: 50px;
  padding-left: 60px;
  padding-top: 10px;
}

.events .view-events .field-label,
.events .view-webinars .field-label {
  display: none;
}

.events .view-webinars h3 {
  background: url('/sites/all/themes/clearswift2/img/clearswift-webinar-icon.png') no-repeat 0 0;
  background-size: 50px;
}

/* people */
.people .intro {
  padding-bottom: 30px;
  border-bottom: 1px solid #b7b7b7;
}

@media (min-width: 992px) {
  .people .intro {
    padding-bottom: 60px;
  }
}

.people .people-list {
  padding: 30px 0 30px;
}

@media (min-width: 992px) {
  .people .people-list {
    padding: 50px 0 50px;
  }
}

.people .person {
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .people .person {
    position: relative;
  }
}

.people .person img {
  display: inline-block;
  float: right;
  margin: 10px 0 20px 10px;
  width: 105px;
}

.people .person .bio {
  text-align: left;
}

@media (min-width: 992px) {
  .people .person .bio {
    padding-right: 140px;
  }
}

.people .person .person-name-title {
  font-size: 2em;
  font-family: "DINregular";
}

/* search */
.page-search .search-form .input-group {
  width: 280px;
  margin: 0 auto 45px auto;
}

@media (min-width: 992px) {
  .page-search .search-form .input-group {
    width: 400px;
    margin: 0 0 45px 0;
  }
}

.page-search .search-form .input-group-btn {
  font-size: 10px;
}

.page-search .search-form input {
  width: 170px;
  padding: 9px;
  font-size: 1.3em;
  height: auto;
}

@media (min-width: 992px) {
  .page-search .search-form input {
    width: 260px;
  }
}

.page-search .search-form .btn {
  color: #fff;
  text-indent: 0;
  border: 0;
  padding: 8px 30px;
}

.page-search .search-form .btn:after {
  content: '';
  padding-left: 0;
}

.page-search .search-advanced {
  display: none;
}

.page-search h2 {
  display: none;
}

.page-search .search-result {
  margin-bottom: 40px;
}

.page-search .search-result h3 {
  font-size: 10px;
  margin-bottom: 10px;
}

.page-search .search-result h3 a {
  color: #00a3db;
  font-size: 1.3em;
  font-family: "DINregular";
}

.page-search .search-result p {
  font-size: 1.3em;
}

.page-search .search-result .search-info {
  display: none;
}

.page-search .pagination li {
  display: none;
}

@media (min-width: 992px) {
  .page-search .pagination li {
    display: inline-block;
  }
}

.page-search .pagination li span,
.page-search .pagination li a {
  border: 0 !important;
  font-size: 1.6em;
  color: #555;
  padding: 10px 15px;
  font-family: "DINregular";
}

.page-search .pagination li.active a {
  color: #1aa4d9;
  background-color: transparent;
}

.page-search .pagination li.prev,
.page-search .pagination li.next {
  display: inline-block;
}

.page-search .pagination li.prev a,
.page-search .pagination li.next a {
  background-color: #00a3db;
  color: #fff;
}

.resource-icon {
  text-align: left;
  font-size: 13px;
}

.resource-icon:before {
  font-size: 20px;
  font-family: "Icons";
  color: #1aa4d9;
  position: relative;
  top: 3px;
}

.resource-icon.brochures:before {
  content: "\e610";
}

.resource-icon.datasheets:before {
  content: "\e602";
}

.resource-icon.casestudies:before {
  content: "\e607";
}

.resource-icon.reviews:before {
  content: "\e60e";
}

.resource-icon.reports:before {
  content: "\e610";
}

.resource-icon.whitepaper:before {
  content: "\e614";
}

.resource-icon.videos:before {
  content: "\e612";
}

.resource-icon.infographics:before {
  content: "\e609";
}

.resource-icon.webinar:before {
  content: "\e613";
}

.resource-icon.techdocs:before {
  content: "\e60e";
}

.resource-icon.presentation:before {
  content: "\e60e";
}

.resource-icon.featuresheets:before {
  content: "\e60e";
}

.resource-icon.support:before {
  content: "\e60e";
}

#block-block-134,
.block-list-bullets {
  background: #f1f1f1;
  width: 235px;
  float: right;
}

#block-block-134 h4,
.block-list-bullets h4 {
  font-size: 20px;
  color: #1aa4d9;
  margin: 15px 20px 0;
  border-bottom: 1px solid #1aa4d9;
  line-height: 35px;
}

#block-block-134 p,
.block-list-bullets p {
  padding: 10px;
}

#block-block-134 p a,
.block-list-bullets p a {
  display: block;
  font-size: 14px;
  position: relative;
  padding-left: 30px;
}

#block-block-134 p a:after,
.block-list-bullets p a:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 10px;
  width: 8px;
  height: 8px;
  background-color: #1aa4d9;
}

.btn-green {
  border: 1px solid #afc82b;
  color: #afc82b !important;
}

.btn-green:hover {
  background-color: #afc82b;
  color: #fff !important;
}

.btn-gray {
  border: 1px solid #555;
  color: #555 !important;
}

.btn-gray:hover {
  background-color: #555;
  color: #fff !important;
}

.btn-sm,
.btn-group-sm>.btn {
  padding: 5px 10px;
}

/* Contact us NEW */
.contact-us .heading {
  position: relative;
  height: 235px;
  color: #fff;
}

@media (min-width: 992px) {
  .contact-us .heading {
    height: 260px;
  }
}

.contact-us .heading .underlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.contact-us .heading h2,
.contact-us .heading .text {
  position: relative;
}

.contact-us .heading h2 {
  margin-top: 50px;
  font-size: 50px;
}

.contact-us .heading .text {
  font-size: 18px;
}

@media (min-width: 992px) {
  .fr .contact-us .heading {
    height: 280px;
  }

  .fr .cs-tabs-wrapper ul.cs-tabs li:after {
    top: 0px;
    font-size: 32px;
  }

  .fr .cs-tabs-wrapper ul.cs-tabs li a {
    padding: 40px 5px 0 !important;
  }
}

.fr .contact-us .heading p {
  font-size: 20px;
}

.jumbotron {
  padding: 0;
}

#jquery-countdown-timer-note {
  display: none;
}

.countdownHolder {
  font-size: 24px;
  width: auto;
}

@media (min-width: 992px) {
  .countdownHolder {
    font-size: 42px;
    width: 450px;
  }
}

.alert {
  font-size: 12px;
}

.webform-client-form label {
  font-size: 13px;
}

.office-locations-list .row>div {
  margin-bottom: 50px;
}

.show-all-listing .views-row {
  font-size: 12px;
}

.jrow {
  margin-bottom: 40px;
}

.jrow h4 {
  color: #333;
}

a.green {
  font-family: "DINregular";
  color: #afc82b;
  text-decoration: none;
  font-size: 14px;
  line-height: 16px;
}

/* new partner pages content */
.page-content .page-overview:after {
  width: 100%;
  height: 34px;
  background: url(/sites/all/themes/clearswift2/img/split2.png) no-repeat;
  position: static;
  background-size: 70% auto;
  background-position: bottom center;
  margin: 25px 0;
}

.page-content .page-overview p {
  margin-bottom: 22px;
}

.page-content .page-links {
  margin-bottom: 25px;
  font-weight: normal;
}

.page-content .page-links ul {
  color: #00b3e3;
  font-size: 18px;
  float: right;
}

@media (max-width: 768px) {
  .page-content .page-links ul {
    float: left;
  }
}

.page-content .page-links li {
  color: #afc82b;
  font-size: 14px;
  margin: 5px 0;
}

.page-content .overview-box {
  margin-bottom: 110px;
}

.page-content h3,
.page-content h1 {
  margin-bottom: 20px;
  line-height: 28px;
  color: #00b3e3;
  font-size: 28px;
  font-weight: 300;
}

.page-content p {
  font-size: 14px;
  margin-bottom: 25px;
  color: #333;
  line-height: 1.6em;
}

.page-content a {
  color: #afc82b;
}

.page-content .btn {
  padding: 10px 20px;
  font-size: 16px;
  color: #00a3db;
}

.page-content .btn:hover,
.page-content .btn:active {
  color: #fff;
}

.page-content .img-container img {
  max-height: 230px;
  display: inline-block;
}

.page-content .promo-box {
  position: relative;
  background-color: #f0f0f0;
  padding: 30px 25px;
}

.page-content .promo-box .btn-p {
  margin: 75px 0 0;
}

.page-content .promo-box p>a {
  width: 100%;
  padding: 15px 35px;
  background-color: rgba(0, 0, 0, 0);
}

.page-content .promo-box a:hover {
  background-color: #1aa4d9;
  color: #fff;
}

@media (max-width: 992px) {
  .page-content .overview-box {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .page-content .accordion-content>p>img {
    margin-bottom: 0;
  }

  .page-content .overview-box>div>p>a {
    margin-bottom: 50px;
  }

  .page-content .overview-box>.col-sm-5 {
    float: none !important;
  }

  .page-content .img-container {
    margin-bottom: 50px;
  }

  .page-content .overview-box {
    margin-bottom: 0;
  }

  .page-content .promo-box {
    margin-bottom: 50px;
  }

  .page-content .promo-box .btn-p {
    margin: 0;
  }
}

@media (max-width: 480px) {

  .page-content #webform-client-form-405 input[type="text"],
  .page-content textarea {
    width: 100%;
  }

  .page-content .overview-box,
  .page-content .page-overview {
    padding: 0;
  }

  .students-page .how-to-apply .explain div.rectangle-large {
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    width: 298px;
    height: 347px;
    margin: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
}

.partners .page-content h4 {
  margin-bottom: 20px;
  line-height: 22px;
  color: #00b3e3;
  font-size: 20px;
  font-weight: 300;
}

.partners .accordion-item .accordion-content h2 {
  margin-bottom: 5px;
}

.partners .accordion-item .accordion-content .row {
  margin-bottom: 20px;
}

.partners .accordion-item .accordion-content p a:after {
  content: none;
}

.partner-box {
  padding: 20px;
  margin-bottom: 40px;
  border: 1px solid #ebebeb;
  text-align: center;
}

.partner-box .partner-box-logo {
  display: table;
  height: 70px;
  margin: 0 auto 20px;
}

.partner-box .partner-box-logo a {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.partner-box .partner-box-logo a img {
  display: inline-block;
  width: auto;
  max-height: 70px;
  max-width: 100%;
}

.partner-box p {
  height: 70px;
  overflow: hidden;
}

.partner-box .btn:focus {
  color: #1aa4d9;
}

.partner-box .btn:focus:hover {
  color: #ffffff;
}

@media (max-width: 768px) {
  .partner-box .btn {
    width: 60%;
    margin: 0 auto;
  }

  .partner-box .btn:hover {
    background-color: #1aa4d9;
    color: #fff;
  }
}

.antivirus-partners>div {
  display: table;
  height: 90px;
  margin: 0 auto;
}

.antivirus-partners>div a {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.antivirus-partners>div a img {
  display: inline-block;
  width: auto;
  max-height: 90px;
}

.promotional {
  margin-bottom: 60px;
  border: 2px solid #1aa4d9;
  overflow: hidden;
}

.promotional .promotional-image {
  width: 50%;
  float: left;
}

.promotional .promotional-content {
  width: 50%;
  float: right;
  padding: 25px 20px;
  padding-bottom: 0;
}

.promotional .promotional-content h3 {
  display: block;
  font-size: 3em;
  line-height: 1.2em;
  color: #1aa4d9;
  margin-bottom: 14px;
  padding: 0;
}

.promotional .promotional-content p {
  font-size: 1.4em;
  margin-bottom: 22px;
}

.promotional .promotional-content p a {
  color: #337ab7;
}

.promotional .promotional-content p.date {
  margin-bottom: 15px;
}

body.ja .promotional .promotional-content p.text {
  display: none;
}

@media (max-width: 992px) {
  .promotional {
    margin: 15px 15px 60px;
    padding: 25px;
    height: auto;
    overflow: visible;
  }

  .promotional .promotional-image {
    width: 100%;
    float: none;
  }

  .promotional .promotional-image img {
    margin: 0 auto;
  }

  .promotional .promotional-content {
    float: none;
    width: 100%;
  }
}

.awards>div {
  text-align: center;
}

.awards>div .award {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 20px 0;
  width: 189px;
  height: 375px;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #ebebeb;
  overflow: hidden;
}

.awards>div .award img {
  max-height: 160px;
  max-width: 100%;
  width: auto;
  margin-bottom: 10px;
}

.awards>div .award p {
  margin: 0;
  margin-bottom: 5px;
  font-size: 12px;
}

.awards>div .award .award-name {
  font-weight: bold;
}

.awards>div .award .award-title {
  color: #1aa4d9;
  font-size: 14px;
  font-weight: bold;
}

.awards>div .award .btn {
  position: absolute;
  width: 110px;
  bottom: 10px;
  padding: 8px 15px;
  left: 50%;
  transform: translateX(-50%);
}

@media all and (max-width: 650px) {
  .award {
    margin-right: 20px !important;
  }
}

@media all and (max-width: 460px) {
  .award {
    margin: 5px !important;
  }
}

/* Sidebar box */
.sidebar-box {
  border: 2px solid #1aa4d9;
  padding: 20px 20px 20px 80px;
  position: relative;
  margin-bottom: 25px;
}

.sidebar-box:before {
  font-family: "Icons";
  content: "";
  color: #1aa4d9;
  font-size: 50px;
  left: 13px;
  position: absolute;
  top: 9px;
}

.sidebar-box h3,
.sidebar-box a {
  border-bottom: 1px solid #1aa4d9;
  padding-bottom: 10px;
}

.sidebar-box a {
  font-size: 1.5em;
  line-height: 1.2em;
  display: block;
  padding-top: 10px;
}

.sidebar-box .read-more {
  border: none;
  color: #333333;
  padding-top: 20px;
  text-decoration: underline;
}

.sidebar-box.helpful-resources:before {
  content: "";
}

.sidebar-box.from-the-blog:before {
  content: "\270f";
  font-family: "Glyphicons Halflings";
  font-size: 35px;
  padding: 8px;
}

.sidebar-box.from-the-blog .view-content .field-content {
  padding: 0;
  border: none;
}

.block-link {
  cursor: pointer;
}

/*Colorbox*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 90%;
  height: 90%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0 auto;
}

.cboxIframe {
  width: 90%;
  height: 90%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0 auto;
}

@media all and (max-width: 768px) {
  .cboxIframe {
    width: auto;
    height: auto;
    display: block;
    border: 0;
    padding: 0;
    margin: 0 auto;
    top: 50%;
    transform: translate(0, 50%);
  }
}

.video-details>div {
  display: none;
}

@media all and (max-width: 768px) {
  .video-details>div {
    padding: 0px 30px 200px !important;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background: #fff;
  opacity: 0.9;
}

#cboxOverlay.inline-cbox-modal {
  background: #eee;
}

#colorbox {
  outline: 0;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
  padding: 30px 0 0 0;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 20px;
}

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: left;
  width: 100%;
  color: #999;
  display: block !important;
}

#cboxTitle h3 {
  font-size: 11px;
}

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999;
}

#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 0px;
  right: 42px;
  color: #444;
}

#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444;
}

#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #444;
}

#cboxClose {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 10px;
  right: 0px;
  display: block;
  color: #444;
  background: transparent url('/sites/all/themes/clearswift2/img/close.png');
  background-size: 30px 30px;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.inline-cbox-modal #cboxLoadedContent>div {
  padding: 0 30px;
}

.inline-cbox-modal #cboxLoadedContent>div h3,
.inline-cbox-modal #cboxLoadedContent>div div {
  margin-bottom: 15px;
  font-size: 18px;
}

.inline-cbox-modal #cboxLoadedContent>div h3 {
  font-size: 30px;
}

.inline-cbox-modal #cboxLoadedContent>div p {
  font-size: 18px;
}

.inline-cbox-modal #cboxLoadedContent>div a {
  color: #AFC82B;
  font-size: 16px;
}

table.grey-rows tbody tr:nth-child(odd) {
  background-color: #eee;
}

table.grey-rows thead tr {
  background-color: #1aa4d9;
  color: #fff;
}

table.grey-rows thead tr th {
  font-size: 1.6em;
  padding: 10px 0 10px 10px;
}

table.grey-rows td {
  font-size: 1.4em;
  padding: 5px 0 5px 10px;
}

table.grey-rows td a {
  color: #afc82b;
}

.newsnblog {
  margin: 0 30px;
}

@media all and (max-width: 768px) {
  .newsnblog {
    margin: 0;
  }
}

.newsnblog a,
.newsnblog ul li a.btn {
  color: #00A3DB;
  text-decoration: none;
  cursor: pointer;
}

.newsnblog .item-newsnblog {
  border: 1px solid #D0D5D8;
  background-color: #fff;
}

.newsnblog .item-newsnblog h4 {
  margin: 20px 20px 0;
  color: #707374;
  height: 75px;
  overflow: hidden;
  font-size: 20px;
}

.newsnblog .item-newsnblog span {
  color: #00A3DB;
  cursor: pointer;
  display: block;
  margin: 20px 20px 40px;
  font-size: 16px;
}

.hover-border {
  margin-bottom: 2px;
  border: 1px solid #D0D5D8;
}

.hover-border:hover {
  margin-bottom: 0;
  border-bottom: 3px solid #00A3DB;
}

@media all and (max-width: 768px) {
  .item-newsnblog {
    margin: 30px 0;
  }
}

.quicklinks {
  background-color: #2B3276;
  padding: 50px 30px 0;
}

.quicklinks .quicklink {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  position: relative;
  padding-left: 75px;
  padding-bottom: 60px;
}

.quicklinks .quicklink:hover {
  color: #00A3DB;
  text-decoration: none;
}

.quicklinks .quicklink:before {
  content: '';
  display: block;
  height: 60px;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.quicklinks .upcoming-events:before {
  background-image: url(/sites/all/themes/clearswift2/img/quicklinks/upcoming-events.png);
}

.quicklinks .upcoming-events:hover:before {
  background-image: url(/sites/all/themes/clearswift2/img/quicklinks/upcoming-events-hover.png);
}

.quicklinks .request-demo:before {
  background-image: url(/sites/all/themes/clearswift2/img/quicklinks/request-demo.png);
}

.quicklinks .request-demo:hover:before {
  background-image: url(/sites/all/themes/clearswift2/img/quicklinks/request-demo-hover.png);
}

.quicklinks .customer-success:before {
  background-image: url(/sites/all/themes/clearswift2/img/quicklinks/customer-success.png);
}

.quicklinks .customer-success:hover:before {
  background-image: url(/sites/all/themes/clearswift2/img/quicklinks/customer-success-hover.png);
}

.quicklinks .training-support:before {
  background-image: url(/sites/all/themes/clearswift2/img/quicklinks/training-support.png);
}

.quicklinks .training-support:hover:before {
  background-image: url(/sites/all/themes/clearswift2/img/quicklinks/training-support-hover.png);
}

.quicklinks .quicklink.support-portals:before {
  font-family: "IconsNew";
  content: "\e909";
  font-size: 45px;
  top: 10px;
}

table.grey-rows tbody tr:nth-child(odd) {
  background-color: #eee;
}

table.grey-rows thead tr {
  background-color: #1aa4d9;
  color: #fff;
}

table.grey-rows thead tr th {
  font-size: 1.6em;
  padding: 10px 0 10px 10px;
}

table.grey-rows td {
  font-size: 1.4em;
  padding: 5px 0 5px 10px;
}

table.grey-rows td a {
  color: #afc82b;
}

/**
* Support page
*/
.support-icons {
  text-align: center;
  padding: 10px 0;
  vertical-align: top;
  font-size: 0;
}

.support-icons .support-icon {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
  width: 234px;
  height: 314px;
  padding: 207px 20px 0 20px;
  border: 2px solid #AA1F6B;
  color: #AA1F6B;
  font-family: "DINregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 38px;
  position: relative;
  -webkit-box-shadow: 0px 6px 19px -6px #666666;
  -moz-box-shadow: 0px 6px 19px -6px #666666;
  box-shadow: 0px 6px 19px -6px #666666;
}

.support-icons .support-icon.product {
  border-color: #25B0E0;
  color: #25B0E0;
}

.support-icons .support-icon.product:before {
  content: "\e908";
  font-size: 100px;
}

.support-icons .support-icon.product:hover {
  background: #D5EDF3;
}

.support-icons .support-icon.services {
  border-color: #B2CF70;
  color: #B2CF70;
}

.support-icons .support-icon.services:before {
  content: "\e901";
  font-size: 100px;
}

.support-icons .support-icon.services:hover {
  background: #F0F4EA;
}

.support-icons .support-icon.training-webinars {
  border-color: #EB6D41;
  color: #EB6D41;
}

.support-icons .support-icon.training-webinars:before {
  content: "\e90a";
  font-size: 100px;
}

.support-icons .support-icon.training-webinars:hover {
  background: #FCF0EB;
}

.support-icons .support-icon:before {
  font-family: "IconsNew", Helvetica, rial, sans-serif;
  content: "\e909";
  position: absolute;
  font-size: 73px;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

.support-icons .support-icon:hover {
  background: #F5E5ED;
}

.support-key-facts {
  background: #143753 url(/sites/all/themes/clearswift2/img/dark-blue-background@2x.png) 0 0% no-repeat;
  background-size: cover;
  padding: 68px 0 25px;
  font-family: "DINregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
}

.support-key-facts h2.key-fact-title {
  color: #fff;
}

.support-icons.five-items .support-icon {
  font-size: 22px;
  line-height: 26px;
  width: 239px;
}

.support-icons .support-icon.secure-email-gateway {
  border-color: #EB6D41;
  color: #EB6D41;
  background: #ffffff url('../img/Email-gateway.png') no-repeat 50% 20%;
  background-size: 50%;
}

.support-icons .support-icon.secure-email-gateway:hover {
  background-color: #FCF0EB;
}

.support-icons .support-icon.secure-exchange-gateway {
  border-color: #B2CF70;
  color: #B2CF70;
  background: #ffffff url('../img/Exchange-gateway.png') no-repeat 50% 20%;
  background-size: 50%;
}

.support-icons .support-icon.secure-exchange-gateway:hover {
  background-color: #F0F4EA;
}

.support-icons .support-icon.argon-for-email {
  border-color: #AA1F6B;
  color: #AA1F6B;
  background: #ffffff url('../img/ARGON-email.png') no-repeat 50% 20%;
  background-size: 50%;
}

.support-icons .support-icon.argon-for-email:hover {
  background-color: #F5E5ED;
}

.support-icons .support-icon.secure-web-gateway {
  border-color: #25B0E0;
  color: #25B0E0;
  background: #ffffff url('../img/Web-gateway.png') no-repeat 50% 20%;
  background-size: 50%;
}

.support-icons .support-icon.secure-web-gateway:hover {
  background-color: #D5EDF3;
}

.support-icons .support-icon.secure-icap-gateway {
  border-color: #3E1151;
  color: #3E1151;
  background: #ffffff url('../img/ICAP-gateway.png') no-repeat 50% 20%;
  background-size: 50%;
}

.support-icons .support-icon.secure-icap-gateway:hover {
  background-color: #EDE3F0;
}

.support-icons .support-icon.secure-email-gateway:before,
.support-icons .support-icon.secure-exchange-gateway:before,
.support-icons .support-icon.argon-for-email:before,
.support-icons .support-icon.secure-web-gateway:before,
.support-icons .support-icon.secure-icap-gateway:before {
  display: none;
}

@media (max-width: 1355px) {
  .support-icons.five-items .support-icon {
    width: 209px;
    font-size: 19px;
    line-height: 22px;
  }
}

@media (max-width: 1200px) {
  .support-icons .support-icon {
    box-shadow: none;
  }
}

@media (max-width: 1070px) {
  .support-icons.five-items .support-icon {
    width: 180px;
    padding-top: 150px;
    height: 236px;
    font-size: 15px;
    line-height: 17px;
    box-shadow: none;
  }
}

@media (max-width: 920px) {
  .support-icons.five-items .support-icon {
    width: 136px;
    height: 206px;
    padding-top: 130px;
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 760px) {
  .support-icons.five-items .support-icon {
    width: 136px;
    height: 206px;
    padding-top: 130px;
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 768px) {
  .support-icons.five-items .support-icon {
    width: 86px;
    height: 106px;
    padding: 60px 0 0 0;
    font-size: 11px;
    line-height: 12px;
  }
}

@media (max-width: 435px) {
  .support-icons.five-items .support-icon {
    width: 60px;
    height: 86px;
    padding: 45px 0 0 0;
    font-size: 9px;
    line-height: 10px;
  }
}

.img-circle {
  border-radius: 50%;
}

.padded-article-content {
  padding-right: 20%;
}

.padded-article-content.left-image {
  padding-left: 20%;
  padding-right: 0%;
}

#product-support-downloads .padded-article-content p,
#clearswift-support .padded-article-content p,
.padded-article-content p {
  font-size: 15px;
  line-height: 20px;
  color: #333333;
}

#product-support-downloads .solution-section {
  padding: 60px 20px 20px;
}

.purple-heading {
  background: #400D4F;
}

#clearswift-support .purple-heading h2,
.purple-heading h2 {
  color: #fff;
  padding: 25px 0 20px;
  margin: 0;
}

#clearswift-support .solution-section {
  padding: 50px 20px 38px;
}

.node-type-support #block-views-blog-related-tag-boxes h2 {
  display: none;
}

@media (max-width: 1200px) {
  .support-icons .support-icon {
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media (max-width: 992px) {
  .support-icons .support-icon {
    width: 176px;
    height: 236px;
    padding-top: 150px;
    font-size: 23px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .support-icons .support-icon {
    width: 100%;
    height: auto;
    padding: 30px 0px 30px 60%;
  }

  .support-icons .support-icon:before,
  .support-icons .support-icon.product:before,
  .support-icons .support-icon.services:before,
  .support-icons .support-icon.training-webinars:before {
    margin-top: 0;
    margin-left: 0;
    left: 25%;
    top: 40%;
    font-size: 50px;
  }

  .padded-article-content,
  .padded-article-content.left-image {
    padding-right: 0;
    padding-left: 0;
  }
}

/**
* Product support page
*/
.product-support-navigation {
  overflow: hidden;
  max-width: 1800px;
  margin: 50px auto;
}

.product-support-navigation .product-support-item {
  float: left;
  width: 20%;
  border: 2px solid #aa1f6b;
  color: #aa1f6b;
  font-family: "DINregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 38px;
  position: relative;
  text-align: center;
  background: #f4f4f4 url('../img/Email-gateway.png') no-repeat 50% 50%;
  background-size: 50%;
  color: #400D4F;
}

.product-support-navigation .product-support-item:hover {
  background-color: #fdf0eb;
}

.product-support-navigation .product-support-item.web {
  border-color: #1aa4d9;
  background-image: url('../img/Web-gateway.png');
}

.product-support-navigation .product-support-item.argon-email {
  border-color: #6A81AC;
  background-image: url('../img/ARGON-email.png');
}

.product-support-navigation .product-support-item.exchange {
  border-color: #EE5932;
  background-image: url('../img/Exchange-gateway.png');
}

.product-support-navigation .product-support-item.icap {
  border-color: #A1D04A;
  background-image: url('../img/ICAP-gateway.png');
}

.product-support-navigation .product-support-item span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 20px;
}

.product-support-navigation .product-support-item:before {
  content: '';
  padding-top: 80%;
  float: left;
}

.download-actions .action,
.inline-cbox-modal #cboxLoadedContent .cbox-content a.download-link {
  display: block;
  margin-bottom: 20px;
  padding-left: 48px;
  position: relative;
  color: #00A3DB;
  font-size: 20px;
}

.download-actions .action:before,
.inline-cbox-modal #cboxLoadedContent .cbox-content a.download-link:before {
  font-family: "IconsNew", Helvetica, rial, sans-serif;
  position: absolute;
  content: "\e905";
  font-size: 35px;
  color: #D8D8D8;
  left: 0;
  top: -12px;
}

.download-actions .action.guide:before,
.inline-cbox-modal #cboxLoadedContent .cbox-content.guide a.download-link:before {
  content: "\e904";
}

.download-actions .action.install-document:before,
.inline-cbox-modal #cboxLoadedContent .cbox-content.install-document a.download-link:before {
  content: "\e903";
}

.download-actions .action.config-document:before,
.inline-cbox-modal #cboxLoadedContent .cbox-content.config-document a.download-link:before {
  content: "\e902";
}

.solution-section .product-support-item p {
  background: url('../img/Email-gateway.png') no-repeat 45% 45%;
  background-size: 95px;
  min-height: 100px;
}

.product-support-item.web p {
  background-image: url('../img/Web-gateway.png');
}

.product-support-item.argon-email p {
  background-image: url('../img/ARGON-email.png');
}

.product-support-item.exchange p {
  background-image: url('../img/Exchange-gateway.png');
}

.product-support-item.icap p {
  background-image: url('../img/ICAP-gateway.png');
}

.download-actions .cbox-content {
  display: none;
}

.cbox-content {
  padding: 0 30px;
}

.cbox-content h3 {
  color: #aa1f6b;
  font-size: 30px;
  font-family: "DINregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* JRC POP UP */
#popup h2.modal-title {
  color: teal;
  font-weight: 800;
  text-align: center;
}

#popup .modal-header p {
  margin-top: 9px;
  text-align: center;
}

#popup .modal-body .close {
  margin-top: -41px;
  font-size: 37px;
}

.select-close.clear {
  text-align: center;
  /*margin-right: 36%;*/
}

#popup .select-lang,
#popup .select-close {
  color: #009688;
  margin-top: 9px;
  font-weight: 800;
  font-size: 13px;
  cursor: pointer;
}

#popup .modal-header {
  /*  margin-bottom: 32px;*/
  border-bottom: none;
}

#popup .modal-body img {
  max-width: 100%;
}

#popup .modal-content {
  padding: 33px 13px;
}

#popup img.mid-ser {
  text-align: center;
  margin-top: 62%;
}

#popup img.eng-img {
  margin-top: 29px;
  margin-bottom: 13px;
}

/* JRC POP UP END */
@media (max-width: 1200px) {
  .product-support-navigation .product-support-item {
    font-size: 22px;
    line-height: 28px;
  }
}

@media (max-width: 992px) {
  .product-support-navigation .product-support-item {
    font-size: 18px;
    line-height: 24px;
  }

  .download-actions .action:before {
    top: 0px;
  }
}

@media (max-width: 768px) {
  .product-support-navigation .product-support-item {
    font-size: 14px;
    line-height: 18px;
  }

  .product-support-navigation .product-support-item span {
    padding: 0 5px;
  }

  .download-actions .action:before {
    top: -10px;
  }
}

@media (max-width: 520px) {
  .product-support-navigation .product-support-item {
    font-size: 11px;
    line-height: 12px;
  }
}

/**
* Support services
**/
#support-services-intro .support-services-intro {
  padding-top: 50px;
}

#support-services-intro .support-services-intro h3 {
  font-size: 30px;
  color: #333333;
  font-family: "DINregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#support-services-intro .support-services-intro p {
  font-size: 15px;
  line-height: 18px;
  color: #333333;
}

#support-services-intro #service-options {
  background: #143753 url('../img/support-wallpaper.jpg') 0 25% no-repeat;
  padding: 68px 0 25px;
  font-family: "DINregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
}

#support-services-intro #service-options .description p {
  font-size: 27px;
  text-align: center;
}

#support-services-intro #service-options h3 {
  font-family: "DINregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#support-services-intro #service-options .plan {
  margin-bottom: 50px;
}

#support-services-intro #service-options .plan p {
  font-size: 17px;
  line-height: 22px;
  position: relative;
  z-index: 5;
  margin-bottom: 20px;
}

#support-services-intro #service-options .plan p:before {
  position: absolute;
  font-family: "IconsNew", Helvetica, rial, sans-serif;
  content: "\e90a";
  font-size: 30px;
  color: #62828F;
  top: 30%;
  font-size: 97px;
  left: 26%;
  z-index: -1;
  display: none;
}

#support-services-intro #service-options .plan.advanced p:before {
  content: "\e907";
}

#support-services-intro #service-options .plan.standard-plus p:before {
  content: "\e909";
}

#support-services-intro #service-options .plan.standard p:before {
  content: "\e902";
}

#support-services-intro #service-options .plan a.more {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

#support-services-intro .support-services-downloads {
  padding-top: 50px;
  padding-bottom: 0px;
  min-height: 400px;
}

#support-services-intro .support-services-downloads p {
  font-size: 18px;
  line-height: 24px;
  color: #6C6D6E;
}

#support-services-intro .support-services-downloads .action {
  display: block;
  margin-top: 52px;
  margin-bottom: 52px;
  padding-left: 63px;
  position: relative;
  color: #00A3DB;
  font-size: 18px;
  height: 20px;
}

#support-services-intro .support-services-downloads .action:before {
  font-family: "IconsNew", Helvetica, rial, sans-serif;
  position: absolute;
  content: "\e904";
  font-size: 55px;
  color: #D8D8D8;
  left: 0;
  top: -19px;
}

#support-services-intro .support-services-downloads .action.install:before {
  /*content: "\e903";*/
  top: -19px;
}

#support-services-intro .support-services-downloads .action.policy-deinition:before {
  /*content: "\e906";*/
  font-size: 45px;
  top: -28px;
}

#support-services-intro .support-services-downloads .action.policy-migration:before {
  /*content: "\e907";*/
  top: -19px;
}

#support-services-intro .support-services-downloads .action.health-check:before {
  /*content: "\e90b";*/
  top: -19px;
}

#support-services-intro .support-services-downloads .downloads a.action::before {
  font-family: "Icons", Helvetica, rial, sans-serif;
  content: "\e60e";
  font-size: 55px;
}

@media (max-width: 1200px) {
  #support-services-intro #service-options .plan p:before {
    left: 20%;
  }
}

@media (max-width: 992px) {
  #support-services-intro #service-options .plan p:before {
    left: 33%;
  }
}

@media (max-width: 768px) {
  #support-services-intro #service-options .plan p:before {
    left: 40%;
  }

  #support-services-intro .support-services-downloads {
    padding-top: 50px;
    padding-bottom: 0px;
    min-height: 200px;
  }
}

@media (max-width: 400px) {
  #support-services-intro #service-options .plan p:before {
    left: 25%;
  }
}

.webform-client-form-1733 {
  margin: 40px 0;
}

div.modal-forms-modal-content .modal-title {
  display: inline;
  color: #2894DF;
}

div.ctools-modal-content .modal-content {
  padding: 1em 1em 0;
  overflow: unset;
  position: relative;
  padding-bottom: 10px;
}

div.modal-forms-modal-content {
  background: transparent;
  color: #000;
  font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
  border: 0;
  margin: 0;
  padding: 0;
  margin-top: -300px;
}

.webform-client-form-3208 .form-control {
  height: 36px;
  background-color: #e8e3e3;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #777;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #777;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #777;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #777;
}

@media (max-width: 400px) {
  div.modal-default {
    z-index: 1001;
    position: absolute;
    top: 282px;
    left: 10px;
    display: block;
  }

  div.modal-forms-modal-content .popups-container {
    overflow: hidden;
    height: 100%;
    width: 400px;
    background: #fff;
    text-align: left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  div.modal-forms-modal-content {
    background: transparent;
    color: #000;
    font: 12px "Lucida Grande", Verdana, Arial, sans-serif;
    border: 0;
    margin: 0;
    padding: 0;
    margin-top: -251px;
  }
}

.modal .modal-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
}

@media (min-width: 1024px) {

  .modal-content,
  .modal-dialog {
    width: 872px;
  }
}

.modal .modal-header {
  border-bottom: none;
}

.modal .modal-body {
  padding: 36px 58px;
}

/* Circles Start */
.circles-wrapper {
  display: flex;
  justify-content: space-around;
}

.circles-wrapper .box {
  width: 237px;
  position: relative;
}

.circles-wrapper .box::before {
  content: '';
  background: #0FA8E4;
  height: 3px;
  width: 53px;
  display: block;
  left: -47px;
  position: absolute;
  top: 118px;
}

.circles-wrapper .box:first-child::before {
  display: none;
}

.circles-wrapper .text {
  text-align: center;
  background: #fff;
  z-index: 999;
  position: relative;
  padding: 5px;
  margin-top: 20px;
}

.circles-wrapper .cs-circle {
  width: 237px;
  height: 237px;
  border-radius: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #FFFFFF;
  display: inline-block;
  margin: 0;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 230px;
}

.circles-wrapper .cs-circle img {
  width: auto;
}

@media all and (max-width: 1200px) {
  .circles-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .circles-wrapper .text {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .circles-wrapper .box {
    margin: 20px 0;
  }

  .circles-wrapper .box::before {
    height: 37px;
    width: 3px;
    left: 115px;
    top: -38px;
  }
}

/* Carousel1 - section*/
.cs-carousel1 {
  margin-top: 48px;
  text-align: center;
}

.cs-carousel1 div.item {
  background: blueviolet;
  width: 780px;
  min-height: 259px;
  background-color: #FFFFFF;
  -webkit-box-shadow: inset 0px -2px 7px 0px #1a1919;
  -moz-box-shadow: inset 0px -2px 7px 0px #1a1919;
  box-shadow: inset 0px -2px 7px 0px #1a1919;
  margin: 0 auto 0 auto;
  padding: 40px;
}

.cs-carousel1 div.item h4 {
  color: #0FA5E0;
  font-size: 70px;
  font-weight: 400;
  align-items: center;
  margin-bottom: 35px;
}

.cs-carousel1 .owl-nav {
  position: absolute;
  width: 100%;
  top: -10px;
}

.cs-carousel1 .owl-nav button {
  height: 260px;
}

.cs-carousel1 .owl-nav .owl-prev {
  float: left;
  background: #FFFFFF;
  margin: 0;
}

.cs-carousel1 .owl-nav .owl-prev:hover {
  background: white;
}

.cs-carousel1 .owl-nav .owl-prev:focus {
  outline: none;
}

.cs-carousel1 .owl-nav .owl-next {
  float: right;
  background: #FFFFFF;
  margin: 0;
}

.cs-carousel1 .owl-nav .owl-next:hover {
  background: white;
}

.cs-carousel1 .owl-nav .owl-next:focus {
  outline: none;
}

.cs-carousel1 .owl-next span {
  position: absolute;
  top: 35%;
  right: 193px;
  font-weight: 100;
}

.cs-carousel1 .owl-next span::before {
  content: url("/sites/all/themes/clearswift2/img/students/arrow-next.png");
}

.cs-carousel1 .owl-prev span {
  position: absolute;
  top: 35%;
  left: 193px;
  font-weight: 100;
}

.cs-carousel1 .owl-prev span::before {
  content: url("/sites/all/themes/clearswift2/img/students/arrow-prev.png");
}

.cs-carousel1 p {
  width: 700px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

@media all and (min-width: 992px) and (max-width: 1200px) {
  .cs-carousel1 div.item {
    width: 680px;
  }

  .cs-carousel1 div.item p {
    width: 100%;
    font-size: 15px;
  }
}

@media all and (min-width: 768px) and (max-width: 992px) {
  .cs-carousel1 div.item {
    width: 580px;
  }

  .cs-carousel1 div.item p {
    width: 100%;
    font-size: 15px;
  }
}

@media all and (min-width: 577px) and (max-width: 768px) {
  .cs-carousel1 div.item {
    width: 400px;
  }

  .cs-carousel1 div.item p {
    width: 100%;
    font-size: 15px;
  }
}

@media all and (min-width: 320px) and (max-width: 480px) {
  .cs-carousel1 div.item {
    width: 240px;
  }

  .cs-carousel1 div.item p {
    width: 100%;
    font-size: 15px;
  }
}

/* Carousel2 - section */
.cs-carousel2-wrapper {
  width: 100%;
  padding: 0;
}

.cs-carousel2-wrapper .cs-carousel2 {
  width: 100%;
  text-align: center;
}

.cs-carousel2-wrapper .cs-carousel2 .owl-item {
  display: flex;
}

.cs-carousel2-wrapper .cs-carousel2 .item {
  width: 100%;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 40px 50px;
  background-size: cover;
  height: auto;
  background-image: url('/sites/all/themes/clearswift2/img/success-stories-bg.jpg');
}

.cs-carousel2-wrapper .cs-carousel2 button:focus {
  outline: none;
}

.cs-carousel2-wrapper .cs-carousel2.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 5px;
}

.cs-carousel2-wrapper .cs-carousel2.owl-theme .owl-dots .owl-dot span {
  border: 1px solid white;
  border-radius: 30px;
  margin: 5px 7px;
  width: 15px;
  height: 15px;
  background: transparent;
  display: block;
}

.cs-carousel2-wrapper .cs-carousel2.owl-theme .owl-dots .owl-dot.active span,
.cs-carousel2-wrapper .cs-carousel2 .owl-theme .owl-dots .owl-dot:hover span {
  background: white;
}

.cs-carousel2-wrapper .cs-carousel2 h5 {
  font-size: 35px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0;
}

.cs-carousel2-wrapper .cs-carousel2 p {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  width: 59%;
  margin: 3% auto 3% auto;
}

.cs-carousel2-wrapper .cs-carousel2 p::before {
  content: ' ';
  background-image: url('/sites/all/themes/clearswift2/img/quotes-open-white.png');
  height: 30px;
  width: 41px;
  position: absolute;
  top: 30%;
  left: 22%;
  margin-left: -30px;
  display: block;
  color: #FFFFFF;
}

.cs-carousel2-wrapper .cs-carousel2 p::after {
  content: ' ';
  background-image: url('/sites/all/themes/clearswift2/img/quotes-open-white.png');
  height: 30px;
  width: 41px;
  position: absolute;
  top: 56%;
  right: 20%;
  margin-left: -30px;
  display: block;
  color: #FFFFFF;
  transform: rotate(180deg);
}

.cs-carousel2-wrapper .cs-carousel2 span.sub-title {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400px;
  margin: 5% auto;
}

.cs-carousel2-wrapper .cs-carousel2 span.sub-title:before {
  content: '';
  background: #0FA5E0;
  height: 2px;
  width: 200px;
  display: block;
  margin: 6% auto 1% auto;
}

@media all and (min-width: 577px) and (max-width: 768px) {
  .cs-carousel2-wrapper .cs-carousel2 h5 {
    font-size: 30px;
  }

  .cs-carousel2-wrapper .cs-carousel2 p {
    font-size: 20px;
  }

  .cs-carousel2-wrapper .cs-carousel2 p::before {
    top: 35%;
    left: 10%;
  }

  .cs-carousel2-wrapper .cs-carousel2 p::after {
    top: 60%;
    right: 10%;
  }
}

@media all and (min-width: 481px) and (max-width: 576px) {
  .cs-carousel2-wrapper .cs-carousel2 h5 {
    font-size: 30px;
  }

  .cs-carousel2-wrapper .cs-carousel2 p {
    font-size: 20px;
  }

  .cs-carousel2-wrapper .cs-carousel2 p::before {
    display: none;
  }

  .cs-carousel2-wrapper .cs-carousel2 p::after {
    display: none;
  }
}

@media all and (min-width: 320px) and (max-width: 480px) {
  .cs-carousel2-wrapper .cs-carousel2 h5 {
    font-size: 22px;
  }

  .cs-carousel2-wrapper .cs-carousel2 p {
    font-size: 15px;
    display: block;
    width: 100%;
  }

  .cs-carousel2-wrapper .cs-carousel2 p::before {
    display: none;
  }

  .cs-carousel2-wrapper .cs-carousel2 p::after {
    display: none;
  }

  .cs-carousel2-wrapper .cs-carousel2 span.sub-title {
    font-size: 13px;
  }
}

p.big {
  font-size: 18px !important;
  line-height: 22px !important;
}

.input-group-btn {
  display: block;
  clear: both;
}

.webform-progressbar {
  display: none;
}

ul li div.overlay {
  width: 100%;
  height: 105px;
  position: absolute;
  background-color: #2b3276;
}

@media (min-width: 992px) {
  ul li div.overlay {
    opacity: 0.7;
  }
}

ul li.active div.overlay {
  background-color: #1aa4d9;
  opacity: 1;
}

ul li.office-locations div.overlay,
ul li.green div.overlay {
  background-color: #afc82b;
}

ul li.general:after {
  content: "\e602";
}

ul li.product-sales-enquiries:after {
  content: "\e605";
}

ul li.demo:after {
  content: "\e600";
}

ul li.evalutaion:after {
  content: "\e601";
}

ul li.renewal:after {
  content: "\e606";
}

ul li.support:after {
  content: "\e607";
}

ul li.partner-registration:after {
  content: "\e604";
}

ul li.office-locations:after {
  content: "\e603";
}

ul li.catalyst:after {
  content: "\e901";
}

ul li.knowledge:after {
  content: "\e902";
}

ul li.training:after {
  content: "\e906";
  font-size: 28px;
  line-height: 55px;
}

ul li.sales-tools:after {
  content: "\e904";
}

ul li.marketing:after {
  content: "\e903";
}

ul li.technical-support:after {
  content: "\e607";
}

ul li.deal-registration:after {
  content: "\e900";
}

.cs-tabs-tab-content .tab-pane>div {
  margin-bottom: 50px;
  padding-left: 0;
}

.cs-tabs-tab-content h3 {
  font-size: 30px;
  color: #1aa4d9;
  margin-bottom: 30px;
}

.cs-tabs-tab-content h4 {
  font-size: 20px;
  color: #1aa4d9;
  margin-bottom: 15px;
}

.cs-tabs-tab-content p {
  color: #555;
  font-size: 15px;
}

.cs-tabs-tab-content p a {
  color: #afc82b;
}

.cs-tabs-wrapper {
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .cs-tabs-wrapper {
    position: absolute;
    bottom: -4px;
  }
}

.cs-tabs-wrapper ul.cs-tabs {
  margin: 0;
  padding: 0;
  border-spacing: 1px;
}

.cs-tabs-wrapper ul.cs-tabs li {
  color: #fff;
  margin-right: 1px;
  font-size: 13px;
  text-align: center;
  height: 100px;
  cursor: pointer;
  padding: 0;
}

.cs-tabs-wrapper ul.cs-tabs li a {
  position: absolute;
  padding: 58px 5px 0 !important;
  top: 0;
  text-align: center;
  width: 100%;
  min-height: 100px;
  color: #fff;
}

.cs-tabs-wrapper ul.cs-tabs li p a {
  color: #afc82b;
  padding: 0 !important;
  position: relative;
}

.cs-tabs-wrapper ul.cs-tabs li:after {
  position: relative;
  top: 5px;
  left: 0;
  font-family: "Icons2";
  color: #fff;
  font-size: 38px;
  pointer-events: none;
  -webkit-animation: color 2s linear;
  -o-animation: color 2s linear;
  animation: color 2s linear;
}

@media (min-width: 992px) {
  .main-content .cs-tabs-wrapper {
    display: none;
  }
}

.main-content .cs-tabs-wrapper ul.cs-tabs li {
  width: 45%;
  float: left;
  margin-left: 2%;
  margin-bottom: 2%;
}

.main-content .cs-tabs-wrapper ul.cs-tabs li.tab-content-shadow {
  width: 100%;
  color: inherit;
  text-align: left;
  height: auto;
  margin-bottom: 30px;
}

.partners .heading {
  height: 235px;
}

.partners .heading .title {
  margin-top: 50px;
  font-size: 50px;
  color: #fff;
  text-shadow: 0px 0px 1px #000;
}

.partners-tabs-wrapper {
  position: absolute;
  width: 100%;
  bottom: -3px;
  visibility: hidden;
}

@media all and (min-width: 992px) {
  .partners-tabs-wrapper {
    position: absolute;
    bottom: -4px;
  }
}

.partners-tabs-wrapper ul.partners-tabs {
  margin: 0;
  padding: 0;
  border-spacing: 1px;
}

.partners-tabs-wrapper ul.partners-tabs li {
  color: #fff;
  margin-right: 1px;
  font-size: 13px;
  text-align: center;
  height: 105px;
  cursor: pointer;
  padding: 0;
}

@media all and (max-width: 768px) {
  .partners-tabs-wrapper ul.partners-tabs li {
    float: left;
    width: 49.5%;
  }
}

.partners-tabs-wrapper ul.partners-tabs li a {
  position: absolute;
  padding: 58px 5px 0 !important;
  top: 0;
  text-align: center;
  width: 100%;
  min-height: 100px;
  color: #fff;
}

@media all and (max-width: 768px) {
  .partners-tabs-wrapper ul.partners-tabs li a {
    color: #292365;
  }
}

.partners-tabs-wrapper ul.partners-tabs li p a {
  color: #afc82b;
  padding: 0 !important;
  position: relative;
}

.partners-tabs-wrapper ul.partners-tabs li:after {
  position: relative;
  top: 5px;
  left: 0;
  font-family: "Icons2";
  color: #fff;
  font-size: 38px;
  pointer-events: none;
  -webkit-animation: color 2s linear;
  -o-animation: color 2s linear;
  animation: color 2s linear;
}

nav .partners-tabs-wrapper {
  position: relative;
}

nav .partners-tabs-wrapper ul.partners-tabs li:after,
nav .partners-tabs-wrapper ul.partners-tabs li a {
  color: #000;
}

ul.partners-tabs-mobile {
  margin: 0;
  padding: 0;
  font-size: 20px;
}

ul.partners-tabs-mobile li.active {
  background: #ccc;
}

.cs-accordion .panel-default {
  border: none;
  border-bottom: 1px solid #b7b7b7;
}

.cs-accordion .panel-default h4 {
  position: relative;
  font-size: 2.5em;
  padding-left: 35px;
  margin-bottom: 0;
}

.cs-accordion .panel-default h4 a:link,
.cs-accordion .panel-default h4 a:visited,
.cs-accordion .panel-default h4 a:active,
.cs-accordion .panel-default h4 a:focus {
  text-decoration: none;
}

.cs-accordion .panel-default h4 a::after {
  content: "+";
  font-size: 1.6em;
  left: 0;
  position: absolute;
  top: -4px;
}

.cs-accordion .panel-default.active h4 a::after {
  content: "-";
}

.cs-accordion .panel-default.panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

.cs-accordion .panel-collapse.in+.panel-heading {
  display: none;
}

.cs-accordion .panel-default>.panel-heading {
  background: transparent;
}

.cs-tabs {
  padding-left: 0;
  padding-right: 0;
}

.cs-tabs ul.nav-tabs {
  text-align: center;
  margin-bottom: 0;
}

.cs-tabs ul.nav-tabs li {
  padding-left: 0;
  margin-bottom: 0;
  float: none;
  display: inline-block;
}

.cs-tabs ul.nav-tabs li::after {
  display: none;
}

.cs-tabs ul.nav-tabs li a {
  border-radius: 0;
  border: 1px solid #dddddd;
  border-bottom: none;
  text-transform: uppercase;
  color: #1aa4d9;
}

.cs-tabs ul.nav-tabs li a:hover,
.cs-tabs ul.nav-tabs li a:link,
.cs-tabs ul.nav-tabs li a a:visited,
.cs-tabs ul.nav-tabs li a a:active,
.cs-tabs ul.nav-tabs li a a:focus {
  text-decoration: none;
  border-bottom: none;
  color: #1aa4d9;
}

.cs-tabs ul.nav-tabs li.active a {
  background: #ffffff;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  z-index: 10;
  border-bottom: none;
  position: relative;
  bottom: -1px;
}

.cs-tabs .tab-pane {
  border: 1px solid #dddddd;
  border-top: none;
  padding: 20px;
}

.cs-tabs2 ul.nav-tab-filter {
  padding: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.cs-tabs2 ul.nav-tab-filter li {
  float: left;
  padding: 0;
  margin: 0;
  margin-right: 5px;
}

.cs-tabs2 ul.nav-tab-filter li:after {
  display: none;
}

.cs-tabs2 ul.nav-tab-filter li a {
  padding: 6px 10px;
  border: 2px solid #00a6d7;
  color: #00a6d7;
  cursor: pointer;
  text-decoration: none;
  display: block;
}

.cs-tabs2 ul.nav-tab-filter li.active a {
  background-color: #00a6d7;
  color: #ffffff;
}

.cs-tabs2 .tab-pane {
  border: none;
  clear: both;
  padding: 0;
}

/* entire container, keeps perspective */
.flip-container {
  perspective: 1000px;
  transform-style: preserve-3d;
}

/*  UPDATED! flip the pane when hovered */
.flip-container:hover .back {
  transform: rotateY(0deg);
}

.flip-container:hover .front {
  transform: rotateY(180deg);
}

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}

/* hide back of pane during swap */
.flipper .front,
.flipper .back {
  backface-visibility: hidden;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}

/*  UPDATED! front pane, placed above back */
.flipper .front {
  z-index: 2;
  transform: rotateY(0deg);
}

/* back, initially hidden pane */
.flipper .back {
  transform: rotateY(-180deg);
}

#cs-carousel {
  background-color: rgba(244, 244, 244, 0.65);
}

@media (min-width: 1024px) {
  #cs-carousel {
    padding: 30px 80px;
  }
}

#cs-carousel .item {
  margin-right: 18px;
  width: 358px;
  height: 342px;
}

#cs-carousel .item .flipper .front,
#cs-carousel .item .flipper .back {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  width: 358px;
  height: 342px;
  background-color: #FFFFFF;
  border: 1px solid #CED5DD;
}

#cs-carousel .item .flipper .front img {
  max-width: unset;
}

#cs-carousel .item .flipper .front h3 {
  color: #000000;
  margin-top: 25px;
}

#cs-carousel .item .flipper .back {
  background-color: #15A4D9;
  border: 1px solid #15A4D9;
  display: table;
  padding: 40px;
  color: #fff;
}

#cs-carousel .item .flipper .back h4 {
  color: #ffffff;
  margin-bottom: 20px;
}

#cs-carousel .item .flipper .back p {
  margin-bottom: 20px;
}

#cs-carousel .item .flipper .back .middle {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#cs-carousel .owl-stage-outer {
  padding: 50px 10px;
}

.footer {
  background-color: #fff;
  padding: 30px;
  margin-top: 0;
}

.footer .footer-menus {
  display: block;
  position: relative;
  overflow: hidden;
  height: 83px;
}

@media all and (max-width: 992px) {
  .footer .footer-menus {
    height: auto;
  }
}

.footer .menu.nav {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media all and (max-width: 992px) {
  .footer .menu.nav {
    position: static;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.footer .cyber-Essentials-Badge {
  width: 26.1mm;
  height: 22mm;
}

@media all and (max-width: 992px) {
  .footer .cyber-Essentials-Badge {
    float: left;
  }
}

.footer ul li {
  display: block;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .footer ul li {
    float: none;
    width: auto;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 60px;
    line-height: 26px;
  }
}

.footer ul li a {
  display: block;
  padding: 0;
  font-size: 1.3em;
  color: #555;
}

.footer ul li a:hover {
  color: #1aa4d9;
}

.footer ul li.twt,
.footer ul li.lnkin,
.footer ul li.fb,
.footer ul li.youtube,
.footer ul li.googp {
  float: left;
  width: 20px;
  margin-right: 30px;
}

@media (min-width: 992px) {

  .footer ul li.twt,
  .footer ul li.lnkin,
  .footer ul li.fb,
  .footer ul li.youtube,
  .footer ul li.googp {
    float: none;
    margin-right: 18px;
    padding-top: 0;
  }
}

.footer ul li.twt a,
.footer ul li.lnkin a,
.footer ul li.fb a,
.footer ul li.youtube a,
.footer ul li.googp a {
  text-indent: -9999em;
  width: 20px;
  height: 20px;
  position: relative;
}

.footer ul li.twt:after,
.footer ul li.lnkin:after,
.footer ul li.fb:after,
.footer ul li.youtube:after,
.footer ul li.googp:after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Icons";
  color: #1aa4d9;
  font-size: 16px;
  pointer-events: none;
  -webkit-animation: color 2s linear;
  -o-animation: color 2s linear;
  animation: color 2s linear;
}

.footer ul li.twt:hover:after,
.footer ul li.lnkin:hover:after,
.footer ul li.fb:hover:after,
.footer ul li.youtube:hover:after,
.footer ul li.googp:hover:after {
  color: #2a3175;
}

.footer ul li.youtube:after {
  font-family: "IconsNew";
}

.footer ul li.twt:after {
  content: "\e611";
}

.footer ul li.lnkin:after {
  content: "\e60d";
}

.footer ul li.fb:after {
  content: "\e605";
}

.footer ul li.googp:after {
  content: "\e608";
}

.footer ul li.youtube:after {
  content: "\e900";
}

.del {
  z-index: -11;
}

.menu-solution-submenu {
  font-size: 13px;
  padding: 0 40px;
  background-color: #00A3DB;
}

.menu-solution-submenu .menu.nav li {
  display: inline-block;
}

.menu-solution-submenu .menu.nav li a {
  display: inline-block;
  padding: 10px;
  color: #80D1ED;
}

.menu-solution-submenu .menu.nav li:first-child a {
  font-size: 16px;
}

.menu-solution-submenu .menu.nav li.active-trail a.active-trail {
  color: #fff;
}

.solutions {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #333;
}



@media (min-width: 1200px) {
  .solutions .container {
    width: 1180px;
  }
}

.solutions .field-items ul li:after {
  display: none;
}

.solutions h1 {
  font-size: 45px;
  line-height: 54px;
  margin-bottom: 25px;
}

.solutions h2 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 25px;
  color: #333;
}

.solutions h3 {
  font-size: 25px;
  margin-bottom: 25px;
  line-height: 30px;
  color: #fff;
}

.solutions h4 {
  font-family: DINregular;
  font-size: 20px;
  line-height: 24px;
  color: #333;
}

.solutions h5 {
  font-size: 12px;
  line-height: 15px;
  font-family: "DINbold";
  color: #ADADAD;
}

.solutions p {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 40px;
}

.solutions a,
.solutions ul li a.btn {
  color: #00A3DB;
  text-decoration: none;
  cursor: pointer;
}

.solutions .solution-section {
  padding: 50px 20px;
}

.solutions .solution-section ul li {
  display: inline-block;
  width: 18%;
  vertical-align: top;
  padding: 0 10px;
  margin: 10px;
  padding: 10px;
}

.solutions .solution-section ul li div {
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #fff;
}

.solutions .solution-section ul li img {
  height: 65px;
  width: auto;
  margin: 20px 5px 30px;
}

.solutions .solution-section ul li p {
  padding: 0;
  margin: 0;
  height: 45px;
  overflow: hidden;
}

.solutions .solution-section ul li p:first-child {
  height: 65px;
}

.solutions .solution-section ul li .subtitle {
  color: #636363;
  font-size: 14px;
}

.solutions .btn {
  display: inline-block;
  font-size: 17px;
  line-height: 20px;
  padding: 10px 20px;
  margin: 5px;
}

@media all and (max-width: 520px) {
  .solutions .solution-wallpaper {
    background-image: none;
  }
}

.solutions .solution-wallpaper .main-banner {
  color: #fff;
  padding: 75px 20px 90px;
}

.solutions .solution-wallpaper .main-banner p {
  font-size: 20px;
  line-height: 24px;
}

@media all and (max-width: 520px) {
  .solutions .solution-wallpaper .main-banner .text-wrapper {
    width: 100%;
  }
}

.solutions .dlp img {
  margin: 0 auto;
}

.solutions .dlp-txt {
  margin: 20px 0;
}

.solutions .item {
  padding: 0 25px 15px 25px;
  color: #fff;
}

.solutions .item img {
  max-width: 65px;
  margin: 20px 0;
}

.solutions .item h3 {
  min-height: 60px;
}

.solutions .item p {
  margin-bottom: 10px;
}

.solutions .grey {
  background-color: #f4f4f4;
}

.solutions .blue {
  background: #00A3DB;
}

.solutions .dlp-signoff {
  color: #fff;
}

.solutions .dlp-signoff img {
  max-width: 80px;
  margin: 20px 0;
}

.solutions .resources {
  margin: 0 30px;
}

.solutions .solution-resource {
  border: 1px solid #D0D5D8;
  margin: 20px -10px;
  padding: 20px;
}

.solutions .solution-resource h4 {
  color: #707374;
  height: 80px;
  overflow: hidden;
}

.solutions .solution-resource span.iconfont {
  display: block;
  width: 55px;
  margin: 0 auto;
}

.solutions .solution-resource span.iconfont:after {
  font-family: "Icons";
  text-align: center;
  font-size: 50px;
  color: #1aa4d9;
}

.solutions .solution-resource.resource-casestudies span.iconfont:after {
  content: "\e607";
}

.solutions .solution-resource.resource-whitepaper span.iconfont:after {
  content: "\e614";
}

.solutions .solution-resource.resource-datasheets span.iconfont:after {
  content: "\e602";
}

.solutions .solution-resource.resource-brochures span.iconfont:after {
  content: "\e610";
}

.solutions .solution-resource.resource-videos span.iconfont:after {
  content: "\e612";
}

.solutions .solution-resource.resource-webinar span.iconfont:after {
  content: "\e613";
}

.solutions .solution-resource.resource-reports span.iconfont:after {
  content: "\e610";
}

.solutions .solution-resource.resource-infographics span.iconfont:after {
  content: "\e609";
}

.solutions .solution-resource.resource-techdocs span.iconfont:after {
  content: "\e60e";
}

.solutions .solution-resource.resource-presentation span.iconfont:after {
  content: "\e60e";
}

.solutions .solution-resource.resource-featuresheets span.iconfont:after {
  content: "\e60e";
}

.solutions .solution-resource.resource-reviews span.iconfont:after {
  content: "\e60e";
}

.solutions .solution-resource.resource-support span.iconfont:after {
  content: "\e60e";
}

.solutions .box1 h3,
.solutions .box1 p {
  color: #fff;
}

.solutions .box1.no-background h3,
.solutions .box1.no-background p {
  color: #333;
}

.solutions .solutions-products .csw-solution {
  display: inline-block;
  text-align: left;
  width: 300px;
  margin: 20px;
  color: #707374;
}

.solutions .solutions-products .csw-solution a {
  padding: 30px;
  display: inherit;
}

.solutions .solutions-products .csw-solution h5 {
  margin-bottom: 15px;
  color: #ADADAD;
  text-transform: uppercase;
}

.solutions .solutions-products .csw-solution h4 {
  margin-bottom: 5px;
  height: 75px;
  overflow: hidden;
  color: #7C7C7C;
}

@media all and (max-width: 520px) {
  .solutions .solutions-products .csw-solution {
    width: 100%;
    margin: 20px auto;
  }

  .solutions .solutions-products .csw-solution h4 {
    height: auto;
  }
}

.solutions .solution-footer {
  padding: 30px 50px 10px;
  color: #fff;
}

.solutions .solution-footer .footer-box {
  padding: 25px 40px;
}

.solutions .solution-footer .footer-box h4 {
  color: #fff;
}

.solutions .solution-footer .footer-box .icon:after {
  font-family: "Icons2";
  color: #fff;
  font-size: 50px;
  display: block;
}

.solutions .solution-footer .footer-box.support .icon:after {
  content: "\e607";
}

.solutions .solution-footer .footer-box.contact-us .icon:after {
  font-size: 30px;
  content: "\e909";
}

.solutions .solution-footer .footer-box.find-partner .icon:after {
  font-size: 45px;
  content: "\e908";
}

.solutions .solution-footer .col-xs-3 {
  padding: 0;
}

.solutions .solution-footer img {
  width: 55px;
  float: right;
}

.solutions .solution-footer h4 {
  font-family: DINregular;
  margin-bottom: 5px;
}

.solutions .solution-footer a.btn {
  font-size: 14px;
  padding: 5px 20px;
}

.solutions .solution-footer a.btn:hover {
  color: #00A3DB;
  background: #ffffff;
}

@media all and (min-width: 992px) {
  .solutions .table {
    display: table;
  }

  .solutions .table-cell {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
}

@media all and (max-width: 992px) {
  .solutions .solution-resource h4 {
    height: auto;
  }

  .solutions .solution-section ul li {
    display: inline-block;
    width: 25%;
  }
}

@media all and (max-width: 768px) {
  .solutions .item-newsnblog {
    margin: 30px 0;
  }

  .solutions .solution-section ul li {
    width: 45%;
    margin: 10px auto;
    display: block;
    text-align: center;
  }

  .solutions .solution-section ul li img {
    margin: 10px;
  }

  .solutions .solution-section ul li.hover-border {
    width: 80%;
  }
}

.support-header .solutions .solution-section {
  padding: 10px 20px;
}

.solution-section {
  padding: 50px 20px;
}

.solution-section ul li {
  display: inline-block;
  width: 18%;
  vertical-align: top;
  padding: 0 10px;
  margin: 10px;
  padding: 10px;
}

.solution-section ul li div {
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #fff;
}

.solution-section ul li img {
  height: 65px;
  width: auto;
  margin: 20px 5px 30px;
}

.solution-section ul li p {
  padding: 0;
  margin: 0;
  height: 45px;
  overflow: hidden;
}

.solution-section ul li .subtitle {
  color: #636363;
  font-size: 14px;
}

.solution-section ul li .btn:hover {
  color: #fff !important;
}

@media all and (max-width: 520px) {
  .solution-wallpaper {
    background-image: none;
  }
}

.solution-wallpaper .main-banner {
  color: #fff;
  padding: 75px 20px 90px;
}

.solution-wallpaper .main-banner h1 {
  font-size: 45px;
  line-height: 54px;
  margin-bottom: 25px;
}

.solution-wallpaper .main-banner p {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 40px;
}

@media all and (max-width: 520px) {
  .solution-wallpaper .main-banner .text-wrapper {
    width: 100%;
  }
}

.solution-footer {
  padding: 30px 50px 10px;
  color: #fff;
  background: #00A3DB;
}

.solution-footer .footer-box {
  padding: 25px 40px;
}

.solution-footer .footer-box h4 {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.solution-footer .footer-box .icon:after {
  font-family: "Icons2";
  color: #fff;
  font-size: 50px;
  display: block;
}

.solution-footer .footer-box.support .icon:after {
  content: "\e607";
}

.solution-footer .footer-box.contact-us .icon:after {
  font-size: 30px;
  content: "\e909";
}

.solution-footer .footer-box.find-partner .icon:after {
  font-size: 45px;
  content: "\e908";
}

.solution-footer .col-xs-3 {
  padding: 0;
}

.solution-footer img {
  width: 55px;
  float: right;
}

.solution-footer h4 {
  font-family: DINregular;
  margin-bottom: 5px;
}

.solution-footer a.btn {
  font-size: 14px;
  padding: 5px 20px;
}

.solution-footer a.btn:hover {
  color: #00A3DB;
  background: #ffffff;
}

.home-solutions-module span.title,
.home-solutions-module span.description {
  font-family: 'DINregular';
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 18px;
  color: #2b3276;
  display: block;
}

.home-solutions-module span.description {
  font-size: 16px;
  line-height: 21px;
}

.home-solutions-module .solutions-heading {
  padding-top: 20px;
}

.home-solutions-module .solution-box {
  position: relative;
  transition: background-color 0.1s;
  height: 350px;
  overflow: hidden;
  z-index: 10;
  display: table;
}

.home-solutions-module .solution-box:hover {
  background-color: #E4EEF4;
  cursor: pointer;
}

.home-solutions-module .solution-box:hover img {
  height: 180px !important;
}

@media all and (max-width: 600px) {
  .home-solutions-module .solution-box {
    width: 100% !important;
  }
}

.home-solutions-module .solution-box>a {
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.home-solutions-module .solution-box img {
  position: absolute;
  height: 150px !important;
  margin: 0 auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: height 0.1s;
  z-index: -10;
}

.home-solutions-module h2,
.home-solutions-module p {
  font-family: 'DINregular';
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 18px;
  color: #2b3276;
}

.home-solutions-module p,
.home-solutions-module .more {
  font-size: 16px;
  line-height: 21px;
}

.home-solutions-module .more {
  color: #e95724;
}

.people .table {
  margin: 0;
}

.people .solution-section {
  padding: 0;
}

.people .dlp {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.people .dlp img {
  width: auto;
}

.people .dlp-txt {
  padding: 30px 60px;
  background: #fff;
}

.people h2,
.people h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #0A4457;
}

.people h3 {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px;
  color: #0A4457;
}

.people p {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 15px;
  color: #333;
}

.people .leaderImage {
  vertical-align: bottom;
  background: url(/sites/default/files/images/leadership-team/clearswift_background_right.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
}

.people .leaderImage:nth-child(odd) {
  background-image: url(/sites/default/files/images/leadership-team/clearswift_background_left.jpg);
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
}

.people .leader-section .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

@media all and (max-width: 992px) {
  .people .dlp-txt {
    padding: 30px;
  }

  .boxx {
    display: flex;
    flex-flow: column;
  }

  .boxx .leaderImage {
    order: 2;
  }

  .boxx .dlp-txt {
    order: 1;
  }
}

.view-careers {
  padding-top: 25px;
}

.view-careers .view-filters {
  display: none;
}

.team-filter {
  margin-bottom: 20px;
}

.team-filter ul:before {
  display: block;
  content: "Sort by team:";
  font-size: 15px;
  padding: 8px 30px 8px 0;
  float: left;
  color: #000;
  font-weight: bold;
}

.team-filter ul li {
  color: orange;
  display: inline-block;
}

.team-filter ul li a {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  padding: 5px 20px;
  margin: 5px;
  color: #00a3db;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #1aa4d9;
  background-color: #fff;
  -webkit-transition: all 250ms ease-out 0ms;
  -moz-transition: all 250ms ease-out 0ms;
  -o-transition: all 250ms ease-out 0ms;
  -ms-transition: all 250ms ease-out 0ms;
  transition: all 250ms ease-out 0ms;
}

.team-filter ul li a:hover,
.team-filter ul li a.active {
  background-color: #00a3db;
  color: #fff;
}

.webform-component--upload-cv .file img {
  display: none;
}

.webform-component--upload-cv .help-block {
  display: none;
}

.career .career-box {
  padding: 30px 20px;
  margin-bottom: 20px;
  border: 1px solid #ebebeb;
  text-align: center;
}

.career .career-box:hover {
  -webkit-box-shadow: 0px 7px 20px 0px #a3a3a3;
  -moz-box-shadow: 0px 7px 20px 0px #a3a3a3;
  box-shadow: 0px 7px 20px 0px #a3a3a3;
}

.career h2 {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #000;
  margin-bottom: 0px;
}

.career div.detail {
  margin-bottom: 20px;
}

.career h3.custom-team-field {
  font-size: 18px;
  line-height: 1;
  color: #2BACDB;
  margin-bottom: 0px;
}

.career h3.location-field {
  color: #000;
  font-size: 15px;
}

.career .body h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #2bacdb;
}

.career .body ul li::before {
  color: #2bacdb;
  content: "\2022";
  font-size: 1em;
  padding-right: 1.1225em;
  position: relative;
  top: 0em;
}

.career-body {
  margin-top: 20px;
}

.career-apply .form-actions {
  text-align: center;
}

.career-apply .form-actions button {
  width: 50%;
}

.career-apply form .form-group {
  margin-bottom: 15px;
  width: 50%;
  float: left;
  padding-right: 20px;
}

.career-apply form input.form-control,
.career-apply form textfield.form-control,
.career-apply form select.form-control,
.career-apply form textarea.form-control {
  font-size: 14px;
  background: #F0F0F0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 20px;
  color: #000;
}

.career-apply form .captcha-admin-links {
  display: none;
}

.career-apply form label[for="edit-submitted-upload-cv-upload"] {
  color: #AA1F6B;
  text-decoration: underline;
  font-size: 21px;
}

/* TODO move to common */
.rectangle-box,
.students-page .third div.clearswift div.rectangle,
.students-page .how-to-apply .explain div.rectangle {
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  width: 298px;
  height: 347px;
  margin: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.students-page .how-to-apply .explain div.rectangle-large {
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  width: 600 px;
  height: 347px;
  margin: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.rectangle-box p,
.students-page .third div.clearswift div.rectangle p,
.students-page .how-to-apply .explain div.rectangle p {
  text-align: center;
  margin-top: 30px;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.rectangle-box p,
.students-page .third div.clearswift div.rectangle-large p,
.students-page .how-to-apply .explain div.rectangle-large p {
  text-align: center;
  margin-top: 30px;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.rectangle-box img,
.students-page .third div.clearswift div.rectangle img,
.students-page .how-to-apply .explain div.rectangle img {
  width: auto;
  max-height: 90px;
}

.rectangle-box img,
.students-page .third div.clearswift div.rectangle-large img,
.students-page .how-to-apply .explain div.rectangle-large img {
  width: auto;
  max-height: 90px;
}

.rectangle-box h2,
.students-page .third div.clearswift div.rectangle h2,
.students-page .how-to-apply .explain div.rectangle h2 {
  text-align: center;
  margin-top: 30px;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.rectangle-box h2,
.students-page .third div.clearswift div.rectangle-large h2,
.students-page .how-to-apply .explain div.rectangle-large h2 {
  text-align: center;
  margin-top: 30px;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.rectangle-box h4,
.students-page .third div.clearswift div.rectangle h4,
.students-page .how-to-apply .explain div.rectangle h4 {
  color: #0FA5E0;
  font-size: 50px;
  font-weight: 400;
  align-items: center;
  margin-bottom: 35px;
}

.rectangle-box h4,
.students-page .third div.clearswift div.rectangle-large h4,
.students-page .how-to-apply .explain div.rectangle-large h4 {
  color: #0FA5E0;
  font-size: 50px;
  font-weight: 400;
  align-items: center;
  margin-bottom: 35px;
}

.rectangle-box .back-content,
.students-page .third div.clearswift div.rectangle .back-content,
.students-page .how-to-apply .explain div.rectangle .back-content {
  background: #15A4D9;
  bottom: -100%;
  color: #fff;
  height: 100%;
  left: 0%;
  text-align: center;
  position: absolute;
  transition: bottom 0.5s ease;
  width: 100%;
  padding: 30px 20px;
}

.rectangle-box .back-content h2,
.students-page .third div.clearswift div.rectangle .back-content h2,
.students-page .how-to-apply .explain div.rectangle .back-content h2 {
  color: #ffffff;
}

.rectangle-box .back-content h4,
.students-page .third div.clearswift div.rectangle .back-content h4,
.students-page .how-to-apply .explain div.rectangle .back-content h4 {
  color: #ffffff;
}

.rectangle-box .back-content p,
.students-page .third div.clearswift div.rectangle .back-content p,
.students-page .how-to-apply .explain div.rectangle .back-content p {
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
}

.rectangle-box:hover .back-content,
.students-page .third div.clearswift div.rectangle:hover .back-content,
.students-page .how-to-apply .explain div.rectangle:hover .back-content {
  bottom: 0%;
}

.students-page {
  /* Teams at Clearswift*/
  /* How to apply */
  /* media querys*/
}

.students-page h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  width: 100%;
}

.students-page p {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  width: 100%;
  color: #000000;
}

.students-page p.info {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  width: 700px;
  text-align: center;
  margin: 0 auto;
}

.students-page .middle-image {
  background: url("/sites/all/themes/clearswift2/img/students/wallpaper.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 320px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.students-page .middle-image h5 {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
}

.students-page .middle-image p.download-our-guide-t {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  margin: 10px auto 35px auto;
}

.students-page .middle-image button {
  background-color: #AA1F6B;
  width: 152px;
  height: 46px;
  color: #FFFFFF;
  cursor: pointer;
  border: none;
}

.students-page .middle-image button:focus {
  outline: none;
}

.students-page .third div.clearswift {
  display: flex;
  justify-content: center;
  margin: 3% auto;
}

.students-page .how-to-apply .explain {
  display: flex;
  justify-content: center;
  margin: 3% auto;
}

.students-page .how-to-apply .explain div.rectangle:first-child p {
  margin-top: 45px;
}

@media all and (min-width: 992px) and (max-width: 1200px) {
  .students-page {
    /* Teams at Clearswift*/
    /* How to apply */
  }

  .students-page button img {
    width: 7vw;
  }

  .students-page .third div.clearswift {
    align-items: center;
    flex-direction: column;
  }

  .students-page .third div.clearswift div.rectangle {
    margin: 10px auto;
  }

  .students-page .how-to-apply .explain {
    align-items: center;
    flex-direction: column;
  }

  .students-page .how-to-apply .explain div.rectangle {
    margin: 10px auto;
  }
}

@media all and (min-width: 768px) and (max-width: 992px) {
  .students-page {
    /* Teams at Clearswift*/
    /* How to apply */
  }

  .students-page button img {
    width: 7vw;
  }

  .students-page .third div.clearswift {
    align-items: center;
    flex-direction: column;
  }

  .students-page .third div.clearswift div.rectangle {
    margin: 10px auto;
  }

  .students-page .how-to-apply .explain {
    align-items: center;
    flex-direction: column;
  }

  .students-page .how-to-apply .explain div.rectangle {
    margin: 10px auto;
  }
}

@media all and (min-width: 577px) and (max-width: 768px) {
  .students-page {
    /* Teams at Clearswift*/
    /* How to apply */
  }

  .students-page .third p.info {
    display: block;
    width: 100%;
  }

  .students-page .third div.clearswift {
    align-items: center;
    flex-direction: column;
  }

  .students-page .third div.clearswift div.rectangle {
    margin: 10px auto;
  }

  .students-page .how-to-apply p.info {
    display: block;
    width: 100%;
  }

  .students-page .how-to-apply .explain {
    align-items: center;
    flex-direction: column;
  }

  .students-page .how-to-apply .explain div.rectangle {
    margin: 10px auto;
  }
}

@media all and (min-width: 481px) and (max-width: 576px) {
  .students-page {
    /* Teams at Clearswift*/
    /* How to apply */
  }

  .students-page button img {
    width: 8vw;
  }

  .students-page .third p.info {
    display: block;
    width: 100%;
  }

  .students-page .third div.clearswift {
    align-items: center;
    flex-direction: column;
  }

  .students-page .third div.clearswift div.rectangle {
    margin: 10px auto;
  }

  .students-page .how-to-apply p.info {
    display: block;
    width: 100%;
  }

  .students-page .how-to-apply .explain {
    align-items: center;
    flex-direction: column;
  }

  .students-page .how-to-apply .explain div.rectangle {
    margin: 10px auto;
  }
}

@media all and (min-width: 320px) and (max-width: 480px) {
  .students-page {
    /* Teams at Clearswift*/
    /* How to apply */
  }

  .students-page button img {
    width: 7vw;
  }

  .students-page .third p.info {
    display: block;
    width: 100%;
  }

  .students-page .third div.clearswift {
    align-items: center;
    flex-direction: column;
  }

  .students-page .third div.clearswift div.rectangle {
    margin: 10px auto;
  }

  .students-page .how-to-apply p.info {
    display: block;
    width: 100%;
  }

  .students-page .how-to-apply .explain {
    align-items: center;
    flex-direction: column;
  }

  .students-page .how-to-apply .explain div.rectangle {
    margin: 10px auto;
  }
}

/*# sourceMappingURL=bootstrap-theme.css.map */
#edit-submitted-upload-cv-upload {
  font-size: 14px;
  background: #fff;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 20px;
  color: #000;
  margin-left: -22px;
  margin-bottom: 25px;
}

.webform-client-form-3467 {
  margin-top: 20px;
}

.solutions .container-ppc {
  width: 1380px;
}

.container-ppc {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}



@media (max-width: 1024px) {
  .solutions .container-ppc {
    width: 1014px;
  }

}

/* @media (max-width: 1440px) {
  .solutions .container-ppc {
    width: 1430px;
  }

} */

@media (min-width: 320px) and (max-width: 425px) {
  .solutions .container-ppc {
    width: 420px;
  }

}

@media (min-width: 700px) and (max-width: 768px) {
  .solutions .container-ppc {
    width: 760px;
  }

}

.twitter_post {
  background: #efefef;
  padding: 50px 0;
}

.solutions .twitter_post h2 {
  color: #36BFF2;
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 15px;
  margin-bottom: 0;
}

/* Resource Page */
.solutions .solution-section-press {
  padding: 0px 20px;
  background-color: #32647D;
  background-size: cover;
  background-position: right top;
}

.solution-section-press .main-banner .text-center {
  margin-bottom: 0;
  font-weight: bold;
}

.solution_strip {
  background: #30afe0;
  text-align: center;
  padding: 10px 0;
}

.solution_strip h3 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 22px;
}

.solution_strip h3 span {
  display: inline-block;
  background: #fff;
  min-width: 125px;
  border-radius: 5px;
  color: #30afe0;
  margin-left: 16px;
}

.tag_post {
  background: #efefef;
  padding: 50px 0;
  padding-top: 50px;
}

.webinar_main {
  background: #fff;
  padding-top: 25px;
}

.webiner_Big {
  padding-bottom: 30px;
}

.webiner_Big .row .view-content {
  display: flex;
}

.webinar_main [class*="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}

.feature_ribbon {
  position: absolute;
  background: #30afe0;
  color: #fff;
  padding: 45px 12px 5px 12px;
}

.webiner_big-left .feature_ribbon {
  top: 0;
}

.webiner-overlay-content h5 {
  font-family: inherit;
  font-size: 15px;
}

.webiner-overlay-content h5 img {
  width: 24px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.webiner-overlay-content h1 {
  margin-bottom: 0;
  margin-top: 10px;
  max-width: 70%;
}

.webiner_big-left .btn {
  padding: 16px 32px;
  font-size: 18px;
  margin-top: 15px;
}

.webiner_Big .btn img {
  position: relative;
  top: -1px;
  width: auto;
  height: auto;
}

.webiner_big-right {
  height: 100%;
  background: #30afe0;
  padding: 30px;
  padding-top: 30px;
  padding-top: 150px;
}

.webiner_big-right h5 {
  font-family: inherit;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

.webiner_big-right h5 img {
  width: 24px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.webiner_big-right h4 {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  padding-top: 20px;
  color: #fff;
}

.webiner_big-right .btn {
  padding: 16px 32px;
  font-size: 18px;
  margin-top: 15px;
  display: block;
}

.webiner_big-right .feature_ribbon {
  top: 0;
  margin: auto;
  background: #19a3d9;
  left: 50%;
  transform: translate(-50%, 0);
}

.webiner_Big .btn img {
  position: relative;
  top: -1px;
  width: auto;
  height: auto;
}

.webinar_main .more-tag-list {
  margin-bottom: 15px;
}

.more-tag-list {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  position: relative;
}

.tag_post .list_img {
  position: relative;
}

.webinar_main .more-tag-list .list_img>img {
  width: 100%;
}

.tag_post .list_img .overlay_list {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(12, 24, 59, 0.8);
}

.inner_overlay {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  text-align: center;
  left: 0;
  right: 0;
}

.tag_post .list_img .overlay_list img {
  width: auto;
}

.webinar_main .more-tag-list .list_img h3 {
  font-weight: 700;
  padding-top: 5px;
  font-size: 16px;
}

.tag_post .tag_content {
  padding: 10px;
}

.tag_post .tag_content h4 {
  font-weight: 800;
  font-size: 18px;
  color: #2b3276;
  min-height: 90px;
}

.tag_post .tag_content hr {
  margin: 0;
  padding: 0;
}

.tag_post .tag_content .download_tag {
  padding-top: 10px;
  display: inline-block;
}

.tag_post .tag_content .download_tag img {
  float: left;
  margin-right: 10px !important;
  width: auto;
}

.tag_post .tag_content img {
  width: auto;
}

.list-inline>li span {
  color: #00a3db;
  text-decoration: none;
  cursor: pointer;
  padding: 7px 0;
  display: inline-block;
}

.solution_nav-list {
  max-width: 760px;
  margin: auto;
  text-align: center;
  padding-bottom: 30px;
}

.solution-strip-select {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 350px;
}

.solution-strip-select select {
  display: none;
  /*hide original SELECT element: */
}

.solution-strip-select .select-items {
  font-size: 16px;
}


.solution-strip-select .select-items div {
  padding: 5px;
}

.select-selected {
  background-color: #30afe0;
}

.select-items div:hover  {
  color: #fff;
}

.select-selected:hover {
  color: #30afe0;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  margin-left: 70px;
  top: 14px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #30afe0 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #30afe0 transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
  background: #fff;
  min-width: 125px;
  color: #30afe0;
  cursor: pointer;
  /* text-transform: uppercase; */
  border: #30afe0 1px solid;
  padding: 1px;
}

.select-selected {
  display: inline-block;
  width: 250px;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #30afe0;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


/* Resource Page */
.tag_main {
  padding: 70px 0;
}

.solutions .tag_main p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  color: #6c6d6e;
}

.solutions .tag_main h3 {
  color: #00a3db;
  font-size: 18px;
}

.solutions .tag_main h3 span {
  color: #000;
}

.button_tab {
  display: flex;
  margin-top: 40px;
}

.solutions .tag_main .down-btn {
  background: #1AA4D9;
  border: 1px solid #D2C9C9;
  box-sizing: border-box;
  box-shadow: 5px 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
}

.solutions .tag_main .are-btn {
  background: #fff;
  border: 1px solid #D2C9C9;
  box-sizing: border-box;
  box-shadow: 5px 4px 4px rgba(0, 0, 0, 0.25);
  color: #1AA4D9;
}

.tag_post h2 {
  color: #333;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  padding-bottom: 45px;
  margin-bottom: 0;
}

.solutions .twitter_tag .item img {
  max-width: 100%;
  margin: 0;
  margin: auto;
}

.arrow .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.arrow .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hidden {
  display: none;
}

.solutions .tab-form {
  padding: 0;
}

.select-selected .select-arrow-active {
  font-size: 16px;
}

/*# sourceMappingURL=bootstrap-theme.css.map */

.resource-box {
  position: relative;
  transition: background-color .1s;
  height: 350px;
  overflow: hidden;
  z-index: 10;
  display: table;
}

.resource-box h3 {
  margin-top: 20px;
}

.share-buttons {
  margin-top: 25px;
}

/* Solutions add on  */


/*New page*/

.solutions .solution-section-press {
  padding: 0px 20px;
}

.tag_main {
  padding: 70px 0;
}

.solutions .tag_main h3 {
  color: #00a3db;
}

.solutions .tag_main h3 span {
  color: #000;
}

.solutions .tag_main p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  color: #6c6d6e;
}

.solutions .tag_main .down-btn {

  background: #1AA4D9;
  border: 1px solid #D2C9C9;
  box-sizing: border-box;
  box-shadow: 5px 4px 4px rgba(0, 0, 0, 0.25);
  color: #fff;

}

.solutions .tag_main .are-btn {

  background: #fff;
  border: 1px solid #D2C9C9;
  box-sizing: border-box;
  box-shadow: 5px 4px 4px rgba(0, 0, 0, 0.25);
  color: #1AA4D9;

}

.button_tab {
  display: flex;
  margin-top: 40px;
}

.button_tab span {
  display: inline-block;
  padding: 0 20px;
}

/*End*/



.arrow .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translate(-50%, -50%);
}

.arrow .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translate(-50%, -50%);
}


.arrow .owl-nav.disabled {
  display: block;
}

.tag_post {

  background: #efefef;
  padding: 50px 0;

}

.tag_post .list_img {
  position: relative;
}

.tag_post .list_img .overlay_list {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(12, 24, 59, 0.8)
}

.tag_post .list_img .overlay_list img {
  width: auto;
}

.more-tag-list {
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 3px;
}


.tag_post .tag_content {
  padding: 10px;
}

.tag_post .tag_content h4 {
  font-weight: 800;
  font-size: 18px;
  color: #2b3276;
  min-height: 90px;
}

.tag_post .tag_content hr {
  margin: 0;
  padding: 0;
}

.tag_post h2 {
  color: #333;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  padding-bottom: 45px;
  margin-bottom: 0;
}


.tag_post .tag_content img {
  width: auto;
}

.tag_post .tag_content .download_tag {
  padding-top: 10px;
  display: inline-block;

}

.tag_post .tag_content .download_tag img {
  float: left;
  margin-right: 10px !important;
}

.tag_post .tag_content .download_tag:hover {
  background: none;
}

.solutions .twiiter_tag .item {
  padding: 0 0;
  color: #fff;
}

.solutions .twiiter_tag .item img {
  max-width: 100%;
  margin: 0;
  margin: auto;
}

.inner_overlay {

  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  text-align: center;
  left: 0;
  right: 0;
}

.solutions .item .inner_overlay h3 {
  min-height: auto;
  padding: 0;
  margin: 0;
  font-weight: bold;
  padding-top: 5px;
  font-size: 22px;
}

.webinar_main {
  background: #fff;
  padding-top: 25px;
}

.webinar_main [class*="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}


.webinar_main .row {
  margin-left: -6px;
  margin-right: -6px;
}

.webinar_main .more-tag-list {
  margin-bottom: 15px;

}

.webinar_main .more-tag-list .list_img h3 {
  font-weight: 700;
  padding-top: 5px;
  font-size: 16px;
}

.webinar_main .more-tag-list .list_img>img {
  width: 100%;
}

.solution-section-press .main-banner .text-center {
  margin-bottom: 0;
  font-weight: bold;
}

.solution_strip {

  background: #30afe0;
  text-align: center;
  padding: 10px 0;

}

.solution_strip h3 {
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 22px;
}

.solution_strip h3 span {

  display: inline-block;
  background: #fff;
  min-width: 125px;
  border-radius: 5px;
  color: #30afe0;
  margin-left: 16px;

}

.solution_nav-list {
  max-width: 760px;
  margin: auto;
  text-align: center;
  padding-bottom: 30px;
}

.feature_ribbon {

  position: absolute;
  background: #30afe0;
  color: #fff;
  padding: 45px 12px 5px 12px;

}

.solution_nav-list .list-inline>li a {
  padding: 7px 0;
  display: inline-block;
}

.view-resources-featured {
  width: 100%;
}

.webiner_big-left {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding:0;
  float: left;
  display: block;
  width: 100%;
}

.webiner-overlay-content{
  color:#fff;
}

.webiner_big-left > img {
  width: 100%;
}

.webiner_big-left .webiner-overlay {
  float: left;
  display: block;
  background: rgba(12, 24, 59, 0.8);
  padding: 85px 50px;
}

.webiner_Big {
  padding-bottom: 30px;
}

.webiner_Big .row {
  display: flex;
}

.webiner_big-left .feature_ribbon {
  top: 0;
}


.webiner_big-left .btn {
  padding: 16px 32px;
  font-size: 18px;
  margin-top: 15px;
}

.webiner_Big .btn img {
  position: relative;
  top: -1px;
}


.webiner-overlay-content h5 {
  font-family: inherit;
  font-size: 15px;
}

.webiner-overlay-content h5 img {

  width: 24px;
  margin-right: 5px;
  position: relative;
  top: -2px;

}

.webiner_big-right {
  height: 100%;
  background: #30afe0;
  padding: 30px;
  padding-top: 150px;
}

.webiner_big-right h5 {
  font-family: inherit;
  font-size: 15px;
  color: #fff;
  text-align: center;
}

.webiner_big-right h5 img {

  width: 24px;
  margin-right: 5px;
  position: relative;
  top: -2px;

}

.webiner_big-right .feature_ribbon {
  top: 0;
  margin: auto;
  background: #19a3d9;
  left: 50%;
  transform: translate(-50%, 0)
}

.webiner_big-right h4 {

  font-size: 20px;
  font-weight: 800;
  text-align: center;
  padding-top: 20px;
  color: #fff;

}

.webiner_big-right .btn {
  padding: 16px 32px;
  font-size: 18px;
  margin-top: 15px;
  display: block;
}





.select-selected {
    display: inline-block;
    width: 250px !important;
  }

  a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

@media (max-width: 767px) {
  .tag_main img {
    margin: auto;
  }
  .webiner_big-left{margin: 0 0 25px;}
  .arrow .owl-carousel .owl-nav button.owl-prev {
    left: 20px;
  }

  .arrow .owl-carousel .owl-nav button.owl-next {

    right: -10px;

  }

  .solutions h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .webiner_big-left .feature_ribbon {
    display: none;
  }

  .webiner_big-right {
    padding-top: 100px;
  }

  .view-id-resources .grid-item {
    width: 100%;
  }

  .webiner_Big .row .view-content {
    display: block;
  }

  .webiner_big-left > img {
    height: 260px;
    object-fit: cover;
  }
    .webiner_big-left .webiner-overlay{padding:40px 15px;}
}

@media (min-width: 768px) and (max-width: 991px){
  .webiner_big-left .webiner-overlay{padding: 85px 15px;}

}

@media (min-width: 992px) and (max-width: 1199px){


}

@media (max-width: 1199px) {
  .button_tab {display: block;margin-top: 40px;  }

  .button_tab .btn {
    display: block;
    margin-bottom: 10px;
  }

  .webiner_Big .row {
    display: block;
  }

  .webiner_Big [class*="col-"] {
    width: 100%;
  }
  .webiner-overlay-content h1{max-width: 100%; width: 100%;font-size: 30px;line-height: 40px;}
}

.students-page p.info-defence {
  color: #fff;
    font-size: 36px;
    line-height: 40px;
    margin: 0 auto;
    padding-top: 70px;
  font-weight: 400;
  
  width: 1200px;
  text-align: center;
  

}


@media (min-width: 320px) and (max-width: 480px) {
  
  .students-page p.info-defence {
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    margin: 0 auto;
    padding-top: 70px;
    font-weight: 400;
    width: 400px;
    text-align: center;
  }
  
/* CNI PAGES UPDATE WITH CORRECT NODES NEXT SYNC */
  .page-node-3849 .solutions .solution-wallpaper {
    background-position: center !important;

  }

  .page-node-3850  .solutions .solution-wallpaper {
    background-position: center !important;

  }

  
  .page-node-3848  .solutions .solution-wallpaper {
    background-position: center !important;

  }
  /* CNI PAGES UPDATE WITH CORRECT NODES NEXT SYNC */
}
