/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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 {
  -webkit-box-sizing: content-box;
  -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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  -moz-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;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

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

.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: "\002a";
}

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

.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: transparent;
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
}

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 {
  display: block;
  max-width: 100%;
  height: auto;
}

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

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

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.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: 500;
  line-height: 1.1;
  color: inherit;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777;
}

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

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

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

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

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

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

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

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

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

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

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

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

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 #eee;
  border-left: 0;
  text-align: right;
}

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

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

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

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

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

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

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

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

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

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

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

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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-1 {
    width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

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

.table>thead>tr>th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

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

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

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

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

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

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

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

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

.table-hover>tbody>tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
}

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

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

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

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

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

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  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"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  .input-group-sm>input[type="date"].form-control,
  .input-group-sm>input[type="date"].input-group-addon,
  .input-group-sm>.input-group-btn>input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm>input[type="time"].form-control,
  .input-group-sm>input[type="time"].input-group-addon,
  .input-group-sm>.input-group-btn>input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm>input[type="datetime-local"].form-control,
  .input-group-sm>input[type="datetime-local"].input-group-addon,
  .input-group-sm>.input-group-btn>input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm>input[type="month"].form-control,
  .input-group-sm>input[type="month"].input-group-addon,
  .input-group-sm>.input-group-btn>input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  .input-group-lg>input[type="date"].form-control,
  .input-group-lg>input[type="date"].input-group-addon,
  .input-group-lg>.input-group-btn>input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg>input[type="time"].form-control,
  .input-group-lg>input[type="time"].input-group-addon,
  .input-group-lg>.input-group-btn>input[type="time"].btn,
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg>input[type="datetime-local"].form-control,
  .input-group-lg>input[type="datetime-local"].input-group-addon,
  .input-group-lg>.input-group-btn>input[type="datetime-local"].btn,
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg>input[type="month"].form-control,
  .input-group-lg>input[type="month"].input-group-addon,
  .input-group-lg>.input-group-btn>input[type="month"].btn,
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

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

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

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio+.radio,
.checkbox+.checkbox {
  margin-top: -5px;
}

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

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

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

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

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

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

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

select.input-sm,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
.input-group-sm>.input-group-btn>select.btn {
  height: 30px;
  line-height: 30px;
}

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

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

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

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

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

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

select.input-lg,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
.input-group-lg>.input-group-btn>select.btn {
  height: 46px;
  line-height: 46px;
}

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

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

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

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

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

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

.input-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

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

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

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

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

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

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

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary,
.btn-blue,
.btn-red {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-blue:focus,
.btn-red:focus,
.btn-primary.focus,
.focus.btn-blue,
.focus.btn-red {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover,
.btn-blue:hover,
.btn-red:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-blue:active,
.btn-red:active,
.btn-primary.active,
.active.btn-blue,
.active.btn-red,
.open>.btn-primary.dropdown-toggle,
.open>.dropdown-toggle.btn-blue,
.open>.dropdown-toggle.btn-red {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-blue:active:hover,
.btn-red:active:hover,
.btn-primary:active:focus,
.btn-blue:active:focus,
.btn-red:active:focus,
.btn-primary:active.focus,
.btn-blue:active.focus,
.btn-red:active.focus,
.btn-primary.active:hover,
.active.btn-blue:hover,
.active.btn-red:hover,
.btn-primary.active:focus,
.active.btn-blue:focus,
.active.btn-red:focus,
.btn-primary.active.focus,
.active.focus.btn-blue,
.active.focus.btn-red,
.open>.btn-primary.dropdown-toggle:hover,
.open>.dropdown-toggle.btn-blue:hover,
.open>.dropdown-toggle.btn-red:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.dropdown-toggle.btn-blue:focus,
.open>.dropdown-toggle.btn-red:focus,
.open>.btn-primary.dropdown-toggle.focus,
.open>.dropdown-toggle.focus.btn-blue,
.open>.dropdown-toggle.focus.btn-red {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

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

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

.btn-primary .badge,
.btn-blue .badge,
.btn-red .badge {
  color: #337ab7;
  background-color: #fff;
}

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

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

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

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

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

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

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

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

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

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

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

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

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

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

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

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

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

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

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

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

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

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

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-block {
  display: block;
  width: 100%;
}

.btn-block+.btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.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;
  -o-transition-property: height,visibility;
  transition-property: height,visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-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-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

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

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

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

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  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: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

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

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

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

.open>a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777;
  white-space: nowrap;
}

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
  position: relative;
  float: left;
}

.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
  z-index: 2;
}

.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:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.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) {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.btn-group>.btn:first-child {
  margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-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 {
  -webkit-border-radius: 0;
  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 {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-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,
.btn-group-lg.btn-group>.btn+.dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
  box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.btn-group.open .dropdown-toggle.btn-link,
.btn-group.open .dropdown-toggle.btn-link-red {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg>.btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg>.btn .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:before,
.btn-group-vertical>.btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical>.btn-group:after {
  clear: both;
}

.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) {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
  -webkit-border-radius: 0;
  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 {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-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 input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.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 .form-control:focus {
  z-index: 3;
}

.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) {
  -webkit-border-radius: 0;
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

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

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  -webkit-border-radius: 6px;
  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 {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-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 {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-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 {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before,
.nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav>li {
  position: relative;
  display: block;
}

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav>li.disabled>a {
  color: #777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav>li>a>img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
}

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

.nav-pills>li {
  float: left;
}

.nav-pills>li>a {
  -webkit-border-radius: 4px;
  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: #fff;
  background-color: #337ab7;
}

.nav-stacked>li {
  float: none;
}

.nav-stacked>li+li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified,
.nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
  float: none;
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified>li,
  .nav-tabs.nav-justified>li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified>li>a,
  .nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified>.active>a,
  .nav-tabs.nav-justified>.active>a,
  .nav-tabs-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs-justified>.active>a:focus,
  .nav-tabs.nav-justified>.active>a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
}

.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container>.navbar-header,
  .container>.navbar-collapse,
  .container-fluid>.navbar-header,
  .container-fluid>.navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    -webkit-border-radius: 0;
    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 {
    -webkit-border-radius: 0;
    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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand>img {
  display: block;
}

@media (min-width: 768px) {
  .navbar>.container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu>li>a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu>li>a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-nav .open .dropdown-menu>li>a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav>li {
    float: left;
  }

  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav>li>.dropdown-menu {
  margin-top: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  margin-bottom: 0;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm,
.btn-group-sm>.navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs,
.btn-group-xs>.navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav>li>a {
  color: #777;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #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: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link,
.navbar-default .btn-link-red {
  color: #777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link-red:hover,
.navbar-default .btn-link:focus,
.navbar-default .btn-link-red:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default [disabled].btn-link-red:hover,
.navbar-default .btn-link[disabled]:focus,
.navbar-default [disabled].btn-link-red:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link-red:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link-red:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  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: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .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: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link,
.navbar-inverse .btn-link-red {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link-red:hover,
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link-red:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse [disabled].btn-link-red:hover,
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse [disabled].btn-link-red:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link-red:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link-red:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li+li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb>.active {
  color: #777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  background-color: #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: #777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:before,
.pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li>a,
.pager li>span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
  text-decoration: none;
  background-color: #eee;
}

.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: #777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  -webkit-border-radius: .25em;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary,
.label-red {
  background-color: #337ab7;
}

.label-primary[href]:hover,
[href].label-red:hover,
.label-primary[href]:focus,
[href].label-red: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: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs>.btn .badge,
.btn-group-xs>.btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item>.badge {
  float: right;
}

.list-group-item>.badge+.badge {
  margin-right: 5px;
}

.nav-pills>li>a>.badge {
  margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron>hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail>img,
.thumbnail a>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  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;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media>.pull-right {
  padding-left: 10px;
}

.media-left,
.media>.pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eee;
  color: #777;
  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: #777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>.small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-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;
  -webkit-border-radius: 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;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-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;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group+.panel-footer {
  border-top-width: 0;
}

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

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  -webkit-border-bottom-right-radius: 3px;
  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 #ddd;
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
  border-top: 0;
}

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

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

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

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

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

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

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  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 #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary>.panel-heading {
  color: #fff;
  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: #fff;
}

.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;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0,0,0,0.15);
}

.well-lg {
  padding: 24px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 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;
  -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: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  box-shadow: 0 3px 9px rgba(0,0,0,0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before,
.modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn+.btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  -webkit-border-radius: 4px;
  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: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.2);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  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: #999;
  border-top-color: rgba(0,0,0,0.25);
  bottom: -11px;
}

.popover.top>.arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right>.arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0,0,0,0.25);
}

.popover.right>.arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom>.arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,0.25);
  top: -11px;
}

.popover.bottom>.arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0,0,0,0.25);
}

.popover.left>.arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-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;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-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);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-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);
    -ms-transform: translate3d(0, 0, 0);
    -o-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: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
  background-color: transparent;
}

.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: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));
  background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.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: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));
  background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 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 !important;
  }

  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 !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.mysw-fa-stack {
  font-size: 12px;
  vertical-align: middle;
}

@font-face {
  font-family: '3DSRegular';
  src: url("/r3/fonts/3ds_Regular.otf") format("otf"),url("/r3/fonts/3ds_Regular.ttf") format("truetype");
}

@font-face {
  font-family: '3DSSemiBold';
  src: url("/r3/fonts/3ds_SemiBold.otf") format("otf"),url("/r3/fonts/3ds_SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: '3DSLight';
  src: url("/r3/fonts/3ds_Light.otf") format("otf"),url("/r3/fonts/3ds_Light.ttf") format("truetype");
}

.navbar {
  border: 0;
  margin: 0;
}

.btn-blue {
  background-color: #005686;
  color: white;
  border: 0;
}

.btn-red {
  background-color: #da291c;
  color: white;
  border: 0;
}

.btn-red:hover {
  background-color: #e43326;
  color: #F0F7FF;
}

.btn-red:focus {
  background-color: #da291c;
  color: white;
}

.btn-red.focus {
  background-color: #da291c;
  color: white;
}

.btn-red:active {
  background-color: #da291c;
  color: white;
}

.btn-red:active:focus {
  background-color: #da291c;
  color: white;
  border: 0;
}

.btn-red:active:hover {
  background-color: #da291c;
  color: white;
  border: 0;
}

.btn-red.active {
  background-color: #da291c;
  color: white;
}

.btn-red:focus {
  background-color: #da291c;
  color: white;
  border: 0;
}

.btn-red.disabled:hover {
  background-color: #e43326;
  color: #F0F7FF;
}

[disabled].btn-red:hover {
  background-color: #e43326;
}

.btn-link-red {
  color: #da291c;
}

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

.label-red {
  background-color: #da291c;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

body {
  position: relative;
  min-height: 100%;
  font-family: Verdana, Arial, Helvetiva, sans-serif;
  font-size: 14px;
  -ms-overflow-style: scrollbar;
}

.popover {
  z-index: 1029;
}

.modal-backdrop.in {
  opacity: 0.8;
}

.shrink {
  margin-right: -10px;
  margin-left: -10px;
}

@media (min-width: 768px) {
  .no-padding-left {
    padding-left: 0 !important;
  }
}

@media (min-width: 768px) {
  .no-padding-right {
    padding-right: 0 !important;
  }
}

.not-link {
  cursor: default;
  text-decoration: none;
}

.not-link:before {
  display: none !important;
}

.icon-label {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

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

.no-min-height {
  min-height: 0;
}

.inline-block {
  display: inline-block;
}

.not-btn {
  margin: 0;
  border: 0;
  padding: 0;
  background: none;
}

.invisible {
  visibility: hidden;
}

.input-group {
  z-index: inherit !important;
}

.debug {
  display: none;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

input.ng-invalid-required:focus {
  border-color: #da291c;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(218,28,28,0.32);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(218,28,28,0.32);
}

select.ng-invalid-required:focus {
  border-color: #da291c;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(218,28,28,0.32);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(218,28,28,0.32);
}

.warning-required-txt {
  color: #da291c;
  font-size: 12px;
}

input.ng-touched.ng-invalid {
  border-color: #da291c;
}

select.ng-touched.ng-invalid {
  border-color: #da291c;
}

.close {
  font-size: 18px;
}

@media (min-width: 768px) {
  .fa-graduation-cap {
    margin-left: -3px;
    margin-right: 3px;
  }
}

@media (max-width: 480px) {
  .hidden-480 {
    display: none !important;
  }
}

.hidden-480 .divider {
  margin: 0 3px;
  border: none;
}

.beta-icon,
.nav-beta-icon,
.homepage-beta-icon,
.mobile-nav-beta-icon {
  padding-right: 30px;
  position: relative;
}

.beta-icon:before,
.nav-beta-icon:before,
.homepage-beta-icon:before,
.mobile-nav-beta-icon:before {
  right: 0;
  content: "Beta";
  color: #ffffff;
  font-size: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #da291c !important;
  height: 15px;
  padding: 2px;
  line-height: 10px;
  position: absolute;
}

.beta-icon-ev,
.nav-beta-icon-ev {
  padding-right: 25px;
  position: relative;
}

.beta-icon-ev:before,
.nav-beta-icon-ev:before {
  right: 0;
  content: "EV";
  color: #ffffff;
  font-size: 15px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #da291c !important;
  height: 15px;
  padding: 2px;
  line-height: 10px;
  position: absolute;
}

.homepage-beta-icon:before {
  left: 154px;
  top: 1px;
}

@media (min-width: 321px) and (max-width: 767px) {
  .homepage-beta-icon:before {
    left: 203px;
  }
}

@media (max-width: 320px) {
  .homepage-beta-icon:before {
    left: 171px;
  }
}

.mobile-nav-beta-icon {
  padding-right: 32px;
}

.no-padding {
  padding: 0 !important;
}

#loading-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3d3d3d;
  background-color: transparent;
}

#loading-icon .loading-content-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -100px;
  text-align: center;
  cursor: default;
}

#loading-icon .loading-content-wrapper img {
  display: inline-block;
}

#loading-icon .loading-content-wrapper h2 {
  font-family: "3DSSemiBold";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

#loading-icon .loading-content-wrapper p {
  font-family: "3DSRegular";
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

#loading-icon .loading-content-wrapper .loading-icons {
  display: inline-block;
  vertical-align: middle;
  height: 25px;
  padding: 5px;
}

#loading-icon .loading-content-wrapper .loading-icons>div {
  float: left;
  background: #005686;
  height: 100%;
  width: 3px;
  margin-right: 2px;
  display: inline-block;
  -webkit-animation: stretchdelay 1s infinite ease-in-out;
  -o-animation: stretchdelay 1s infinite ease-in-out;
  animation: stretchdelay 1s infinite ease-in-out;
}

#loading-icon .loading-content-wrapper .loading-icons .bar2 {
  -webkit-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

#loading-icon .loading-content-wrapper .loading-icons .bar3 {
  -webkit-animation-delay: -0.8s;
  -o-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

#loading-icon .loading-content-wrapper .loading-icons .bar4 {
  -webkit-animation-delay: -0.7s;
  -o-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

@-webkit-keyframes stretchdelay {
  15% {
    -webkit-transform: scaleY(1.7);
    transform: scaleY(1.7);
  }
}

@-o-keyframes stretchdelay {
  15% {
    -o-transform: scaleY(1.7);
    transform: scaleY(1.7);
  }
}

@keyframes stretchdelay {
  15% {
    -webkit-transform: scaleY(1.7);
    -ms-transform: scaleY(1.7);
    -o-transform: scaleY(1.7);
    transform: scaleY(1.7);
  }
}

#back-to-top {
  position: fixed;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  opacity: 0.4;
  background: #003553;
  color: white;
  padding: 5px 12px 8px;
  font-size: 20px;
  cursor: pointer;
  z-index: 1;
  right: -100%;
  visibility: hidden;
}

#back-to-top.affix {
  bottom: 50px;
  right: 20px;
  visibility: visible;
}

#back-to-top:hover {
  opacity: 0.9;
}

.messageFlash {
  position: fixed;
  top: 15%;
  left: 50%;
  z-index: 1099;
}

.messageFlash .alert {
  position: relative;
  left: -50%;
}

.messageFlash .alert .close {
  margin-left: 10px;
}

#feedbackLink {
  position: fixed;
  left: -webkit-calc(100% - 35px);
  left: calc(100% - 35px);
  bottom: 20vh;
  padding: 10px 6px 28px 6px;
  background-color: #da291c;
  border: 1px solid #da291c;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: white;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  outline: 0;
  width: 35px;
  line-height: 1.3;
}

#feedbackLink:hover {
  opacity: 0.7;
}

#feedbackLink .feedback-title {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  float: left;
  font-family: arial;
  font-size: 15px;
  font-weight: 400;
}

#feedbackLink .feedback-title:lang(zh_CN),
#feedbackLink .feedback-title:lang(zh_TW),
#feedbackLink .feedback-title:lang(ko_KR) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

#feedbackLink .feedback-icon {
  position: absolute;
  bottom: 5px;
  left: 10px;
}

#feedbackLink .feedback-icon i {
  color: inherit;
}

#cookies-disclaimer {
  display: none;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #618fc0;
  line-height: 15px;
}

#cookies-disclaimer * {
  color: white;
  font-size: 11px;
}

#cookies-disclaimer * .btn {
  padding: 0;
  border: 0;
  background-color: transparent;
  vertical-align: baseline;
  font-weight: bold;
}

#cookies-disclaimer .disclaimer-msg {
  display: inline-block;
}

#cookies-disclaimer .disclaimer-btn-group {
  display: inline-block;
}

#navbar-top {
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#navbar-top #mysw-brand {
  text-decoration: none;
}

#navbar-top #mysw-brand .mysw-brand-divider {
  height: 18px;
  width: 2px;
  background-color: lightgray;
  display: inline-block;
  vertical-align: middle;
}

#navbar-top #mysw-brand .mysw-logo {
  display: inline;
  padding-right: 5px;
}

#navbar-top #mysw-brand .mysw-name {
  font-family: "3DSSemiBold";
  font-size: 20px;
  font-weight: 700;
  color: #da291c;
  padding-left: 5px;
  vertical-align: middle;
}

#navbar-top #ds-compass {
  float: right;
  position: relative;
  z-index: 2;
  width: 75px;
  height: 30px;
}

#navbar-top #ds-compass img {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 80px;
}

#navbar-top #menu-top {
  float: right;
  padding-top: 5px;
}

#navbar-top #menu-top * {
  font-size: 12px;
  color: #005686;
  text-decoration: none;
  line-height: 20px;
}

#navbar-top #menu-top * .fa-nav {
  font-size: 20px;
  vertical-align: -3px;
}

#navbar-top #menu-top * .fa-nav.fa-globe {
  vertical-align: -2px;
}

#navbar-top #menu-top * .dropdown-menu {
  margin-top: 10px;
}

#navbar-top #menu-top * .dropdown-menu li a {
  padding: 5px 20px;
}

#navbar-top #menu-top * .dropdown-menu li a:hover {
  background-color: #ccc;
}

#navbar-top #menu-top * .fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

#navbar-top #menu-top #user-signin {
  padding-left: 5px;
}

#navbar-top #menu-top #user-signup {
  padding-left: 5px;
  border-left: 2px solid lightgray;
}

#navbar-top #menu-top #language-dropdown {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

#navbar-top #menu-top #language-dropdown #language-dropdown-menu {
  right: 0;
  left: initial;
  min-width: initial;
}

#navbar-top #menu-top #user-dropdown {
  padding-left: 5px;
  position: relative;
}

#navbar-top #menu-top #user-dropdown #user-profile-avatar {
  width: 20px;
  height: 20px;
  vertical-align: bottom;
}

@media (max-width: 991px) {
  #navbar-top #menu-top #user-dropdown #user-dropdown-menu {
    right: 0;
    left: initial;
  }
}

#navbar-top #menu-top #user-dropdown #user-dropdown-menu .user-dropdown-menu-icon {
  width: 20px;
  text-align: center;
  display: inline-block;
}

#navbar-main {
  background-color: #005686;
  height: 50px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  white-space: nowrap;
}

#navbar-main * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

#navbar-main *:before,
#navbar-main * :after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

#navbar-main #menu-main ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

#navbar-main #menu-main ul li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 14px;
  padding-bottom: 5px;
  margin: 0 0 0 10px;
  border-bottom: 3px solid #005686;
}

#navbar-main #menu-main ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  color: white;
  z-index: 1;
  font-family: "3DSRegular";
  font-size: 16px;
}

#navbar-main #menu-main ul li a.homepage-link {
  font-size: 16px;
  margin-bottom: -1px;
}

#navbar-main #menu-main ul li:hover {
  border-bottom: 3px solid white;
}

#navbar-main #menu-main ul li.selected {
  border-bottom: 3px solid white;
}

#secondary-navbar ul {
  background-color: #f0f0f0;
  margin: 0;
  padding: 0;
  padding-left: 15px;
  list-style: none;
}

#secondary-navbar ul li {
  line-height: 29px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  vertical-align: middle;
}

#secondary-navbar ul li a {
  color: #336699;
  text-decoration: none;
}

#secondary-navbar ul li a span {
  font-size: 12px;
  font-family: Verdana;
}

#secondary-navbar ul li a span:hover {
  color: #aeaeaf;
}

#secondary-navbar ul li.selected a span {
  font-weight: bold;
  color: black;
}

#secondary-navbar ul .sec-nav-divider {
  color: #c6c6c6;
  vertical-align: middle;
}

.subheader {
  background-color: white;
}

.subheader .pagination-bar {
  margin-left: 1%;
}

.subheader .pagination-bar .pagination {
  display: inherit;
  margin: 0;
}

@media (max-width: 767px) {
  #navbar-main {
    height: 0;
  }

  #navbar-main * {
    height: 0;
    visibility: hidden;
  }

  #mobile-main-menu {
    background-color: #005686;
    height: 40px;
  }

  #mobile-main-menu h4 {
    display: inline-block;
    color: #F0F7FF;
    font-family: "3DSSemiBold" !important;
    font-size: 18px;
    line-height: 20px;
  }

  #mobile-main-menu #mobile-nav-close-btn {
    padding: 5px 7px;
    border: none;
    color: #F0F7FF;
    background: none;
  }

  #mobile-main-menu #mobile-nav-btn {
    border: none;
    background: none;
    color: #F0F7FF;
    padding: 6px 10px 4px 12px;
    font-size: 30px;
    line-height: 20px;
    float: left;
  }

  #mobile-main-menu #mobile-nav {
    background-color: rgba(0,86,134,0.96);
    padding: 5px 10px 60px 10px;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.5s ease;
    z-index: 1100;
  }

  #mobile-main-menu #mobile-nav.open {
    display: block;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  #mobile-main-menu #mobile-nav .menu-title {
    font-family: "3DSRegular";
    font-size: 16px;
  }

  #mobile-main-menu #mobile-nav a {
    color: #F0F7FF;
    font-size: 20px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
  }

  #mobile-main-menu #mobile-nav ul {
    list-style: none;
    padding-left: 40px;
    margin-left: 0;
  }

  #mobile-main-menu #mobile-nav ul li {
    padding: 5px 0;
    overflow: hidden;
    line-height: 20px;
  }

  #mobile-main-menu #mobile-nav hr {
    width: 85%;
    border-top: 1px solid #005686;
    margin: 5px 0 !important;
  }

  #mobile-main-menu #mobile-nav .dropdown-submenu {
    position: relative;
  }

  #mobile-main-menu #mobile-nav .fa-caret-right {
    position: absolute;
    right: 30px;
    top: 8px;
    padding-right: 15px;
  }

  #mobile-main-menu #mobile-nav .fa-caret-right.open {
    -webkit-transition: -webkit-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  #mobile-main-menu #mobile-nav .menu-thumb {
    width: 25px;
  }

  #mobile-main-menu #mobile-nav .sub-menu {
    position: relative;
    left: 12px;
    padding-left: 19px;
    border-left: 1px solid #005686;
  }

  #mobile-main-menu #mobile-nav .sub-menu span {
    font-size: 14px;
  }
}

.grey-spinner-loader {
  background-color: #999999;
  color: #fff;
  height: 46px;
  margin: auto;
  opacity: .9;
  padding: 7px;
  width: 148px;
  z-index: 9999;
}

footer {
  width: 100%;
  background-color: #003553;
  color: #ced7df;
  position: absolute;
  left: 0;
  bottom: 0;
  vertical-align: middle;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  line-height: 1.5;
}

footer a {
  font-size: 11px;
  color: inherit;
}

footer a:hover {
  color: inherit;
  text-decoration: none;
}

@media (max-width: 320px) {
  footer a {
    font-size: 10px !important;
  }
}

footer span {
  font-size: 11px;
}

footer span.divider {
  display: inline-block;
  width: 2px;
  height: 12px;
  background-color: lightgray;
  vertical-align: middle;
}

@media (max-width: 320px) {
  footer span {
    font-size: 10px !important;
  }
}

footer img {
  vertical-align: text-bottom;
}

footer #followus {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  margin-right: 50px;
}

footer #terms {
  padding-bottom: 1%;
}

footer .footer-item {
  padding: 30px;
}

footer .sns-icon {
  float: left;
  margin-left: 5px;
  font-size: 22px;
  line-height: 25px;
  width: 30px;
  height: 30px;
  text-align: center;
}

footer .sns-icon i {
  font-size: 28px;
  opacity: 0.8;
}

footer .sns-icon i:hover {
  opacity: 1;
}

#homepage.sww2020 #homepage-header,
.sww2020#tdep-nav #homepage-header {
  height: 460px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#homepage.sww2020 #homepage-header .container .content-wrapper,
.sww2020#tdep-nav #homepage-header .container .content-wrapper {
  padding: 8% 0 0 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#homepage.sww2020 #homepage-header .container .content-wrapper #homepage-welcome-text,
.sww2020#tdep-nav #homepage-header .container .content-wrapper #homepage-welcome-text {
  margin-top: -15px;
  margin-bottom: 30px;
}

#homepage.sww2020 #homepage-header .container .content-wrapper #homepage-welcome-text h1,
.sww2020#tdep-nav #homepage-header .container .content-wrapper #homepage-welcome-text h1 {
  font-family: "3DSSemiBold", Verdana, Arial, Helvetiva, sans-serif;
  font-size: 46px;
  padding: 0;
  margin: 20px 0;
}

@media (max-width: 991px) {
  #homepage.sww2020 #homepage-header .container .content-wrapper #homepage-welcome-text h1,
  .sww2020#tdep-nav #homepage-header .container .content-wrapper #homepage-welcome-text h1 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  #homepage.sww2020 #homepage-header .container .content-wrapper #homepage-welcome-text h1,
  .sww2020#tdep-nav #homepage-header .container .content-wrapper #homepage-welcome-text h1 {
    font-size: 26px;
  }
}

#homepage.sww2020 #homepage-header .container .content-wrapper #homepage-welcome-text .fa-square,
.sww2020#tdep-nav #homepage-header .container .content-wrapper #homepage-welcome-text .fa-square {
  color: #da291c;
  font-size: 9px;
  vertical-align: 5px;
}

@media (max-width: 767px) {
  #homepage.sww2020 #homepage-header,
  .sww2020#tdep-nav #homepage-header {
    height: 270px;
  }
}

#homepage.sww2020 #homepage-search-box,
.sww2020#tdep-nav #homepage-search-box {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#homepage.sww2020 .hero-banner-wrapper,
.sww2020#tdep-nav .hero-banner-wrapper {
  background: url("/r3/img/homepage2020/top_banner_3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 15%;
}

#homepage.sww2020 .sww2020-carousel-wrapper,
.sww2020#tdep-nav .sww2020-carousel-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  margin: 10px 0;
}

#homepage.sww2020 .sww2020-carousel-wrapper .sww2020-highlight-banner,
.sww2020#tdep-nav .sww2020-carousel-wrapper .sww2020-highlight-banner {
  width: 60%;
  padding: 15px;
  margin-top: -95px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: white;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d4d4d4;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
}

@media (max-width: 1366px) {
  #homepage.sww2020 .sww2020-carousel-wrapper .sww2020-highlight-banner,
  .sww2020#tdep-nav .sww2020-carousel-wrapper .sww2020-highlight-banner {
    width: 70%;
  }
}

@media (max-width: 1024px) {
  #homepage.sww2020 .sww2020-carousel-wrapper .sww2020-highlight-banner,
  .sww2020#tdep-nav .sww2020-carousel-wrapper .sww2020-highlight-banner {
    width: 80%;
    padding: 15px 25px;
  }
}

#homepage.sww2020 .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-ribbon,
.sww2020#tdep-nav .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-ribbon {
  background-color: #da291c;
  position: absolute;
  top: 20px;
  left: -10px;
  padding: 10px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#homepage.sww2020 .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-ribbon p,
.sww2020#tdep-nav .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-ribbon p {
  margin: 0;
  font-family: "3DSRegular", Verdana, Arial, Helvetiva, sans-serif;
  color: white;
  font-size: 16px;
}

#homepage.sww2020 .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-ribbon::after,
.sww2020#tdep-nav .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-ribbon::after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 100%;
  border-width: 3px 5px;
  border-style: solid;
  border-color: #911100 #911100 transparent transparent;
}

#homepage.sww2020 .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-text-wrapper,
.sww2020#tdep-nav .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-text-wrapper {
  padding: 10px 0;
  font-family: "3DSRegular", Verdana, Arial, Helvetiva, sans-serif;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#homepage.sww2020 .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-text-wrapper .left-section,
.sww2020#tdep-nav .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-text-wrapper .left-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

@media (max-width: 991px) {
  #homepage.sww2020 .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-text-wrapper .left-section,
  .sww2020#tdep-nav .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-text-wrapper .left-section {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}

#homepage.sww2020 .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-text-wrapper .left-section h3,
.sww2020#tdep-nav .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-text-wrapper .left-section h3 {
  font-family: "3DSRegular", Verdana, Arial, Helvetiva, sans-serif;
  margin-top: 75px;
}

@media (max-width: 767px) {
  #homepage.sww2020 .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-text-wrapper .left-section h3,
  .sww2020#tdep-nav .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-text-wrapper .left-section h3 {
    font-size: 20px;
  }
}

@media (max-width: 481px) {
  #homepage.sww2020 .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-text-wrapper .left-section h3,
  .sww2020#tdep-nav .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-text-wrapper .left-section h3 {
    font-size: 18px;
  }
}

#homepage.sww2020 .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-text-wrapper .left-section p,
.sww2020#tdep-nav .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-text-wrapper .left-section p {
  font-family: "3DSLight", Verdana, Arial, Helvetiva, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #homepage.sww2020 .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-text-wrapper .left-section p,
  .sww2020#tdep-nav .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-text-wrapper .left-section p {
    font-size: 15px;
  }
}

#homepage.sww2020 .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-text-wrapper .right-section,
.sww2020#tdep-nav .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-text-wrapper .right-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

#homepage.sww2020 .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-text-wrapper .right-section img,
.sww2020#tdep-nav .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-text-wrapper .right-section img {
  width: 100%;
}

#homepage.sww2020 .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-text-wrapper .banner-link,
.sww2020#tdep-nav .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-text-wrapper .banner-link {
  font-family: "3DSRegular", Verdana, Arial, Helvetiva, sans-serif;
  text-decoration: none;
  font-size: 16px;
}

#homepage.sww2020 .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-text-wrapper .banner-link .fa-shopping-cart,
.sww2020#tdep-nav .sww2020-carousel-wrapper .sww2020-highlight-banner .highlight-banner-text-wrapper .banner-link .fa-shopping-cart {
  border: 1px solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  padding: 5px;
  font-size: 12px;
}

#homepage.sww2020 .sww2020-carousel-wrapper .carousel-sww2020,
.sww2020#tdep-nav .sww2020-carousel-wrapper .carousel-sww2020 {
  width: 80%;
  padding: 0;
}

@media (max-width: 1200px) {
  #homepage.sww2020 .sww2020-carousel-wrapper .carousel-sww2020,
  .sww2020#tdep-nav .sww2020-carousel-wrapper .carousel-sww2020 {
    width: 90%;
  }
}

@media (max-width: 600px) {
  #homepage.sww2020 .sww2020-carousel-wrapper .carousel-sww2020,
  .sww2020#tdep-nav .sww2020-carousel-wrapper .carousel-sww2020 {
    width: 100%;
  }
}

#homepage.sww2020 .sww2020-carousel-wrapper .carousel-sww2020 .slick-prev:before,
.sww2020#tdep-nav .sww2020-carousel-wrapper .carousel-sww2020 .slick-prev:before,
#homepage.sww2020 .sww2020-carousel-wrapper .carousel-sww2020 .slick-next:before,
.sww2020#tdep-nav .sww2020-carousel-wrapper .carousel-sww2020 .slick-next:before {
  font-family: 'slick';
  font-size: 24px;
  line-height: 1;
  color: #ccc;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#homepage.sww2020 .sww2020-carousel-wrapper .carousel-sww2020 .top-card,
.sww2020#tdep-nav .sww2020-carousel-wrapper .carousel-sww2020 .top-card {
  margin: 15px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: white;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
}

@media (max-width: 600px) {
  #homepage.sww2020 .sww2020-carousel-wrapper .carousel-sww2020 .top-card,
  .sww2020#tdep-nav .sww2020-carousel-wrapper .carousel-sww2020 .top-card {
    margin: 15px 35px;
  }
}

#homepage.sww2020 .sww2020-carousel-wrapper .carousel-sww2020 .top-card .top-card-img,
.sww2020#tdep-nav .sww2020-carousel-wrapper .carousel-sww2020 .top-card .top-card-img {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

#homepage.sww2020 .sww2020-carousel-wrapper .carousel-sww2020 .top-card .top-card-body,
.sww2020#tdep-nav .sww2020-carousel-wrapper .carousel-sww2020 .top-card .top-card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 15px;
  height: 200px;
}

#homepage.sww2020 .sww2020-carousel-wrapper .carousel-sww2020 .top-card .top-card-body .top-card-description,
.sww2020#tdep-nav .sww2020-carousel-wrapper .carousel-sww2020 .top-card .top-card-body .top-card-description {
  width: 100%;
}

#homepage.sww2020 .sww2020-carousel-wrapper .carousel-sww2020 .top-card .top-card-body .top-card-description h4,
.sww2020#tdep-nav .sww2020-carousel-wrapper .carousel-sww2020 .top-card .top-card-body .top-card-description h4 {
  margin-top: 0;
  font-family: "3DSSemiBold", Verdana, Arial, Helvetiva, sans-serif;
}

#homepage.sww2020 .sww2020-carousel-wrapper .carousel-sww2020 .top-card .top-card-body .top-card-description p,
.sww2020#tdep-nav .sww2020-carousel-wrapper .carousel-sww2020 .top-card .top-card-body .top-card-description p {
  font-family: "3DSLight", Verdana, Arial, Helvetiva, sans-serif;
}

#homepage.sww2020 .sww2020-carousel-wrapper .carousel-sww2020 .top-card .top-card-body .top-card-btn,
.sww2020#tdep-nav .sww2020-carousel-wrapper .carousel-sww2020 .top-card .top-card-body .top-card-btn {
  font-family: "3DSRegular", Verdana, Arial, Helvetiva, sans-serif;
  text-decoration: none;
  font-size: 16px;
}

#homepage.sww2020 .sww2020-carousel-wrapper .carousel-sww2020 .top-card .top-card-body .top-card-btn .fa-chevron-right,
.sww2020#tdep-nav .sww2020-carousel-wrapper .carousel-sww2020 .top-card .top-card-body .top-card-btn .fa-chevron-right {
  border: 1px solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  padding: 6px 4px 5px 6px;
  font-size: 9px;
}

#homepage.sww2020 .highlight-section,
.sww2020#tdep-nav .highlight-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

#homepage.sww2020 .highlight-section .highlight-banner,
.sww2020#tdep-nav .highlight-section .highlight-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
}

#homepage.sww2020 .highlight-section .highlight-banner .banner-link .fa-chevron-right,
.sww2020#tdep-nav .highlight-section .highlight-banner .banner-link .fa-chevron-right {
  border: 1px solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  padding: 6px 4px 5px 6px;
  font-size: 9px;
}

#homepage.sww2020 .highlight-section .highlight-banner.training,
.sww2020#tdep-nav .highlight-section .highlight-banner.training {
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.25)), color-stop(rgba(0,0,0,0.25))), to(url("/r3/img/homepage2020/training_banner.jpg"));
  background-image: -webkit-linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25)), url("/r3/img/homepage2020/training_banner.jpg");
  background-image: -o-linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25)), url("/r3/img/homepage2020/training_banner.jpg");
  background-image: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.25)),url("/r3/img/homepage2020/training_banner.jpg");
  background-size: cover;
  background-position-x: center;
  color: white;
  height: 500px;
}

@media (max-width: 991px) {
  #homepage.sww2020 .highlight-section .highlight-banner.training,
  .sww2020#tdep-nav .highlight-section .highlight-banner.training {
    padding: 50px;
    height: auto;
  }
}

#homepage.sww2020 .highlight-section .highlight-banner.training h2,
.sww2020#tdep-nav .highlight-section .highlight-banner.training h2 {
  margin-top: 0;
  font-family: "3DSSemiBold", Verdana, Arial, Helvetiva, sans-serif;
}

@media (max-width: 991px) {
  #homepage.sww2020 .highlight-section .highlight-banner.training h2,
  .sww2020#tdep-nav .highlight-section .highlight-banner.training h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  #homepage.sww2020 .highlight-section .highlight-banner.training h2,
  .sww2020#tdep-nav .highlight-section .highlight-banner.training h2 {
    font-size: 20px;
  }
}

#homepage.sww2020 .highlight-section .highlight-banner.training ul,
.sww2020#tdep-nav .highlight-section .highlight-banner.training ul {
  margin: 30px 0;
}

#homepage.sww2020 .highlight-section .highlight-banner.training ul li,
.sww2020#tdep-nav .highlight-section .highlight-banner.training ul li {
  font-family: "3DSLight", Verdana, Arial, Helvetiva, sans-serif;
  font-size: 25px;
}

@media (max-width: 991px) {
  #homepage.sww2020 .highlight-section .highlight-banner.training ul li,
  .sww2020#tdep-nav .highlight-section .highlight-banner.training ul li {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  #homepage.sww2020 .highlight-section .highlight-banner.training ul li,
  .sww2020#tdep-nav .highlight-section .highlight-banner.training ul li {
    font-size: 15px;
  }
}

#homepage.sww2020 .highlight-section .highlight-banner.training a,
.sww2020#tdep-nav .highlight-section .highlight-banner.training a {
  color: white;
  text-decoration: none;
}

#homepage.sww2020 .highlight-section .highlight-banner.cad-model,
.sww2020#tdep-nav .highlight-section .highlight-banner.cad-model {
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 15px 50px 0 50px;
  height: auto;
}

@media (max-width: 991px) {
  #homepage.sww2020 .highlight-section .highlight-banner.cad-model,
  .sww2020#tdep-nav .highlight-section .highlight-banner.cad-model {
    padding: 50px;
  }
}

#homepage.sww2020 .highlight-section .highlight-banner.cad-model .left-section,
.sww2020#tdep-nav .highlight-section .highlight-banner.cad-model .left-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 991px) {
  #homepage.sww2020 .highlight-section .highlight-banner.cad-model .left-section,
  .sww2020#tdep-nav .highlight-section .highlight-banner.cad-model .left-section {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}

#homepage.sww2020 .highlight-section .highlight-banner.cad-model .left-section h2,
.sww2020#tdep-nav .highlight-section .highlight-banner.cad-model .left-section h2 {
  margin-top: 0;
  font-family: "3DSSemiBold", Verdana, Arial, Helvetiva, sans-serif;
}

@media (max-width: 991px) {
  #homepage.sww2020 .highlight-section .highlight-banner.cad-model .left-section h2,
  .sww2020#tdep-nav .highlight-section .highlight-banner.cad-model .left-section h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  #homepage.sww2020 .highlight-section .highlight-banner.cad-model .left-section h2,
  .sww2020#tdep-nav .highlight-section .highlight-banner.cad-model .left-section h2 {
    font-size: 20px;
  }
}

#homepage.sww2020 .highlight-section .highlight-banner.cad-model .left-section p,
.sww2020#tdep-nav .highlight-section .highlight-banner.cad-model .left-section p {
  margin: 30px 0;
  width: 100%;
  font-family: "3DSLight", Verdana, Arial, Helvetiva, sans-serif;
  font-size: 25px;
}

@media (max-width: 991px) {
  #homepage.sww2020 .highlight-section .highlight-banner.cad-model .left-section p,
  .sww2020#tdep-nav .highlight-section .highlight-banner.cad-model .left-section p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  #homepage.sww2020 .highlight-section .highlight-banner.cad-model .left-section p,
  .sww2020#tdep-nav .highlight-section .highlight-banner.cad-model .left-section p {
    font-size: 15px;
  }
}

#homepage.sww2020 .highlight-section .highlight-banner.cad-model .left-section a,
.sww2020#tdep-nav .highlight-section .highlight-banner.cad-model .left-section a {
  text-decoration: none;
}

#homepage.sww2020 .highlight-section .highlight-banner.cad-model .right-section,
.sww2020#tdep-nav .highlight-section .highlight-banner.cad-model .right-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 1366px) {
  #homepage.sww2020 .highlight-section .highlight-banner.cad-model .right-section,
  .sww2020#tdep-nav .highlight-section .highlight-banner.cad-model .right-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (max-width: 1200px) {
  #homepage.sww2020 .highlight-section .highlight-banner.cad-model .right-section,
  .sww2020#tdep-nav .highlight-section .highlight-banner.cad-model .right-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
}

@media (max-width: 768px) {
  #homepage.sww2020 .highlight-section .highlight-banner.cad-model .right-section,
  .sww2020#tdep-nav .highlight-section .highlight-banner.cad-model .right-section {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}

#homepage.sww2020 .highlight-section .highlight-banner.cad-model .right-section img,
.sww2020#tdep-nav .highlight-section .highlight-banner.cad-model .right-section img {
  width: 100%;
  height: auto;
}

#homepage.sww2020 .highlight-section .highlight-banner.makers,
.sww2020#tdep-nav .highlight-section .highlight-banner.makers {
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 15px 50px 0 50px;
  height: auto;
}

@media (max-width: 991px) {
  #homepage.sww2020 .highlight-section .highlight-banner.makers,
  .sww2020#tdep-nav .highlight-section .highlight-banner.makers {
    padding: 50px;
  }
}

#homepage.sww2020 .highlight-section .highlight-banner.makers .left-section,
.sww2020#tdep-nav .highlight-section .highlight-banner.makers .left-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  max-width: 470px;
}

@media (max-width: 991px) {
  #homepage.sww2020 .highlight-section .highlight-banner.makers .left-section,
  .sww2020#tdep-nav .highlight-section .highlight-banner.makers .left-section {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}

#homepage.sww2020 .highlight-section .highlight-banner.makers .left-section h2,
.sww2020#tdep-nav .highlight-section .highlight-banner.makers .left-section h2 {
  margin-top: 0;
  font-family: "3DSSemiBold", Verdana, Arial, Helvetiva, sans-serif;
}

@media (max-width: 991px) {
  #homepage.sww2020 .highlight-section .highlight-banner.makers .left-section h2,
  .sww2020#tdep-nav .highlight-section .highlight-banner.makers .left-section h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  #homepage.sww2020 .highlight-section .highlight-banner.makers .left-section h2,
  .sww2020#tdep-nav .highlight-section .highlight-banner.makers .left-section h2 {
    font-size: 20px;
  }
}

#homepage.sww2020 .highlight-section .highlight-banner.makers .left-section p,
.sww2020#tdep-nav .highlight-section .highlight-banner.makers .left-section p {
  margin: 30px 0;
  width: 100%;
  font-family: "3DSLight", Verdana, Arial, Helvetiva, sans-serif;
  font-size: 25px;
}

@media (max-width: 991px) {
  #homepage.sww2020 .highlight-section .highlight-banner.makers .left-section p,
  .sww2020#tdep-nav .highlight-section .highlight-banner.makers .left-section p {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  #homepage.sww2020 .highlight-section .highlight-banner.makers .left-section p,
  .sww2020#tdep-nav .highlight-section .highlight-banner.makers .left-section p {
    font-size: 15px;
  }
}

#homepage.sww2020 .highlight-section .highlight-banner.makers .left-section a,
.sww2020#tdep-nav .highlight-section .highlight-banner.makers .left-section a {
  text-decoration: none;
}

#homepage.sww2020 .highlight-section .highlight-banner.makers .right-section,
.sww2020#tdep-nav .highlight-section .highlight-banner.makers .right-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 1366px) {
  #homepage.sww2020 .highlight-section .highlight-banner.makers .right-section,
  .sww2020#tdep-nav .highlight-section .highlight-banner.makers .right-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media (max-width: 1200px) {
  #homepage.sww2020 .highlight-section .highlight-banner.makers .right-section,
  .sww2020#tdep-nav .highlight-section .highlight-banner.makers .right-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
}

@media (max-width: 768px) {
  #homepage.sww2020 .highlight-section .highlight-banner.makers .right-section,
  .sww2020#tdep-nav .highlight-section .highlight-banner.makers .right-section {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}

#homepage.sww2020 .highlight-section .highlight-banner.makers .right-section img,
.sww2020#tdep-nav .highlight-section .highlight-banner.makers .right-section img {
  width: 100%;
  height: auto;
}

#homepage.sww2020 .highlight-section .highlight-banner.online-trial,
.sww2020#tdep-nav .highlight-section .highlight-banner.online-trial {
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("/r3/img/homepage2020/trial_banner.jpg");
  background-size: cover;
  color: white;
  background-position: 50%;
  height: 600px;
}

@media (max-width: 991px) {
  #homepage.sww2020 .highlight-section .highlight-banner.online-trial,
  .sww2020#tdep-nav .highlight-section .highlight-banner.online-trial {
    padding: 50px;
    text-align: center;
    height: auto;
    text-shadow: 4px 4px 20px rgba(0,0,0,0.5);
    background: -webkit-linear-gradient(45deg, #a4afb5, #ddd);
    background: -o-linear-gradient(45deg, #a4afb5, #ddd);
    background: linear-gradient(45deg, #a4afb5, #ddd);
  }
}

#homepage.sww2020 .highlight-section .highlight-banner.online-trial h2,
.sww2020#tdep-nav .highlight-section .highlight-banner.online-trial h2 {
  margin-top: 40px;
  font-family: "3DSSemiBold", Verdana, Arial, Helvetiva, sans-serif;
}

@media (max-width: 991px) {
  #homepage.sww2020 .highlight-section .highlight-banner.online-trial h2,
  .sww2020#tdep-nav .highlight-section .highlight-banner.online-trial h2 {
    margin-top: initial;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  #homepage.sww2020 .highlight-section .highlight-banner.online-trial h2,
  .sww2020#tdep-nav .highlight-section .highlight-banner.online-trial h2 {
    font-size: 20px;
  }
}

#homepage.sww2020 .highlight-section .highlight-banner.online-trial p,
.sww2020#tdep-nav .highlight-section .highlight-banner.online-trial p {
  font-family: "3DSLight", Verdana, Arial, Helvetiva, sans-serif;
  font-size: 25px;
}

@media (max-width: 991px) {
  #homepage.sww2020 .highlight-section .highlight-banner.online-trial p,
  .sww2020#tdep-nav .highlight-section .highlight-banner.online-trial p {
    margin: 30px 0;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  #homepage.sww2020 .highlight-section .highlight-banner.online-trial p,
  .sww2020#tdep-nav .highlight-section .highlight-banner.online-trial p {
    font-size: 15px;
  }
}

#homepage.sww2020 .highlight-section .highlight-banner.online-trial a,
.sww2020#tdep-nav .highlight-section .highlight-banner.online-trial a {
  color: white;
  text-decoration: none;
}

#homepage.sww2020 .modules-section,
.sww2020#tdep-nav .modules-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 30px 30px 20px 30px;
}

#homepage.sww2020 .modules-section h2,
.sww2020#tdep-nav .modules-section h2 {
  font-family: "3DSSemiBold", Verdana, Arial, Helvetiva, sans-serif;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  #homepage.sww2020 .modules-section h2,
  .sww2020#tdep-nav .modules-section h2 {
    margin-top: initial;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  #homepage.sww2020 .modules-section h2,
  .sww2020#tdep-nav .modules-section h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

#homepage.sww2020 .modules-section .module-cards-wrapper,
.sww2020#tdep-nav .modules-section .module-cards-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 80%;
}

@media (max-width: 500px) {
  #homepage.sww2020 .modules-section .module-cards-wrapper,
  .sww2020#tdep-nav .modules-section .module-cards-wrapper {
    width: 100%;
  }
}

#homepage.sww2020 .modules-section .module-cards-wrapper .module-card,
.sww2020#tdep-nav .modules-section .module-cards-wrapper .module-card {
  cursor: pointer;
  text-decoration: none;
  -webkit-box-flex: 30%;
  -webkit-flex: 30%;
  -moz-box-flex: 30%;
  -ms-flex: 30%;
  flex: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 15px;
}

@media (max-width: 1366px) {
  #homepage.sww2020 .modules-section .module-cards-wrapper .module-card,
  .sww2020#tdep-nav .modules-section .module-cards-wrapper .module-card {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -moz-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }
}

@media (max-width: 767px) {
  #homepage.sww2020 .modules-section .module-cards-wrapper .module-card,
  .sww2020#tdep-nav .modules-section .module-cards-wrapper .module-card {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}

#homepage.sww2020 .modules-section .module-cards-wrapper .module-card .module-icon,
.sww2020#tdep-nav .modules-section .module-cards-wrapper .module-card .module-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#homepage.sww2020 .modules-section .module-cards-wrapper .module-card .module-icon img,
.sww2020#tdep-nav .modules-section .module-cards-wrapper .module-card .module-icon img {
  width: 60px;
  height: 60px;
}

@media (max-width: 600px) {
  #homepage.sww2020 .modules-section .module-cards-wrapper .module-card .module-icon img,
  .sww2020#tdep-nav .modules-section .module-cards-wrapper .module-card .module-icon img {
    width: 40px;
    height: 40px;
  }
}

#homepage.sww2020 .modules-section .module-cards-wrapper .module-card .module-text-wrapper,
.sww2020#tdep-nav .modules-section .module-cards-wrapper .module-card .module-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 15px;
  width: 100%;
}

#homepage.sww2020 .modules-section .module-cards-wrapper .module-card .module-text-wrapper h4,
.sww2020#tdep-nav .modules-section .module-cards-wrapper .module-card .module-text-wrapper h4 {
  width: 100%;
  text-align: left;
  margin-top: 0;
  font-family: "3DSSemiBold", Verdana, Arial, Helvetiva, sans-serif;
}

#homepage.sww2020 .modules-section .module-cards-wrapper .module-card .module-text-wrapper p,
.sww2020#tdep-nav .modules-section .module-cards-wrapper .module-card .module-text-wrapper p {
  width: 100%;
  height: 80px;
  text-align: left;
  font-family: "3DSLight", Verdana, Arial, Helvetiva, sans-serif;
  font-size: 16px;
}

@media (max-width: 900px) {
  #homepage.sww2020 .modules-section .module-cards-wrapper .module-card .module-text-wrapper p,
  .sww2020#tdep-nav .modules-section .module-cards-wrapper .module-card .module-text-wrapper p {
    height: auto;
  }
}

#homepage #homepage-header,
#tdep-nav #homepage-header {
  position: relative;
}

#homepage #homepage-header .content-wrapper,
#tdep-nav #homepage-header .content-wrapper {
  padding: 3%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#homepage .messaging-text,
#tdep-nav .messaging-text {
  color: white;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

#homepage #homepage-welcome-text,
#tdep-nav #homepage-welcome-text {
  margin: 3% 0;
}

#homepage #homepage-welcome-text h4,
#tdep-nav #homepage-welcome-text h4 {
  font-size: 24px;
  display: inline;
}

@media (max-width: 992px) {
  #homepage #homepage-welcome-text h4,
  #tdep-nav #homepage-welcome-text h4 {
    font-size: 20px;
  }
}

#homepage #homepage-welcome-text .fa,
#tdep-nav #homepage-welcome-text .fa {
  font-size: 6px;
  color: red;
  vertical-align: 5px;
}

#homepage #homepage-welcome-text span,
#tdep-nav #homepage-welcome-text span {
  margin: 0 5px;
}

#homepage #homepage-search-box,
#tdep-nav #homepage-search-box {
  display: table;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px 0 #ccc;
  box-shadow: 0 0 20px 0 #ccc;
  margin-bottom: 5%;
  max-width: 920px;
  z-index: auto;
  width: 100%;
}

#homepage .widget-box,
#tdep-nav .widget-box {
  padding: 10px;
  margin-top: 20px;
  border: 1px solid #c4c4c4;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#homepage .widget-box .carousel .carousel-indicators,
#tdep-nav .widget-box .carousel .carousel-indicators {
  width: auto;
  left: auto;
  right: 0;
  bottom: -15px;
}

#homepage .widget-box .carousel .carousel-indicators li,
#tdep-nav .widget-box .carousel .carousel-indicators li {
  border-color: #005686;
}

#homepage .widget-box .carousel .carousel-indicators .active,
#tdep-nav .widget-box .carousel .carousel-indicators .active {
  background-color: #F0F7FF;
}

#homepage .widget-box .carousel .carousel-inner .media,
#tdep-nav .widget-box .carousel .carousel-inner .media {
  margin-top: 0;
}

#homepage .widget-box .carousel .carousel-inner .media .featImg img,
#tdep-nav .widget-box .carousel .carousel-inner .media .featImg img {
  height: 120px;
  margin: 0 auto;
}

@media (max-width: 992px) {
  #homepage .widget-box .carousel .carousel-inner .media .featImg img,
  #tdep-nav .widget-box .carousel .carousel-inner .media .featImg img {
    height: 150px;
    max-width: 100%;
  }
}

#homepage .widget-box .carousel .carousel-inner .media .featItemTitle,
#tdep-nav .widget-box .carousel .carousel-inner .media .featItemTitle {
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#homepage .widget-box .carousel .carousel-inner .media .featItemTitle a,
#tdep-nav .widget-box .carousel .carousel-inner .media .featItemTitle a {
  font-size: 16px;
  line-height: 20px;
}

#homepage .widget-box .carousel .carousel-inner .media .featuredContent,
#tdep-nav .widget-box .carousel .carousel-inner .media .featuredContent {
  height: 94px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 20px;
}

#homepage .widget-box .carousel .carousel-inner .media .feedItemSourceIcon,
#tdep-nav .widget-box .carousel .carousel-inner .media .feedItemSourceIcon {
  height: 20px;
}

#homepage .widget-box .carousel .carousel-inner .media .featuredContentSource,
#tdep-nav .widget-box .carousel .carousel-inner .media .featuredContentSource {
  height: 20px;
  font-size: 12px;
}

@media (min-width: 992px) {
  #homepage .widget-box .widget-height .featImg img,
  #tdep-nav .widget-box .widget-height .featImg img {
    height: 150px !important;
  }

  #homepage .widget-box .widget-height .featItemTitle,
  #tdep-nav .widget-box .widget-height .featItemTitle {
    height: 50px !important;
    padding: 10px;
  }

  #homepage .widget-box .widget-height .featuredContent,
  #tdep-nav .widget-box .widget-height .featuredContent {
    height: 161px !important;
    padding: 10px;
  }
}

#homepage .tab-box,
#tdep-nav .tab-box {
  text-align: left;
  cursor: pointer;
  color: #005686;
}

#homepage .tab-box:hover,
#tdep-nav .tab-box:hover {
  background-color: #F0F7FF;
}

#homepage .tab-box .fa,
#tdep-nav .tab-box .fa {
  font-size: 24px;
}

#homepage .tab-box .title,
#tdep-nav .tab-box .title {
  vertical-align: middle;
}

#homepage .tab-box .title a,
#tdep-nav .tab-box .title a {
  font-size: 17px;
  color: inherit;
  font-family: "3DSRegular";
}

#homepage .tab-box .description,
#tdep-nav .tab-box .description {
  color: #333;
  height: 40px;
  overflow: hidden;
}

#homepage .tab-box .description:lang(fr_FR),
#tdep-nav .tab-box .description:lang(fr_FR) {
  font-size: 13px;
}

@media (max-width: 1170px) {
  #homepage .tab-box .description,
  #tdep-nav .tab-box .description {
    font-size: 13px;
    word-spacing: -2px;
  }

  #homepage .tab-box .description:lang(fr_FR),
  #tdep-nav .tab-box .description:lang(fr_FR) {
    font-size: 12px;
  }
}

#homepage #sign-up-link,
#tdep-nav #sign-up-link {
  padding-top: 11px;
  padding-bottom: 2px;
}

@media (max-width: 768px) {
  #homepage .widget-box.tab-box .widget-icon,
  #tdep-nav .widget-box.tab-box .widget-icon {
    width: 30px;
    text-align: center;
  }
}

@media (max-width: 320px) {
  #homepage .padding-5,
  #tdep-nav .padding-5 {
    padding: 0 !important;
  }

  #homepage .padding-1,
  #tdep-nav .padding-1 {
    padding: 0 !important;
  }

  #homepage .padding-3,
  #tdep-nav .padding-3 {
    padding: 0 !important;
  }

  #homepage #homepage-welcome-text,
  #tdep-nav #homepage-welcome-text {
    margin: 0 !important;
  }

  #homepage .widget-box,
  #tdep-nav .widget-box {
    margin-top: 5px !important;
  }

  #homepage .widget-box.tab-box .visible-xs-inline-block,
  #tdep-nav .widget-box.tab-box .visible-xs-inline-block {
    width: 25px;
    text-align: center;
  }

  #homepage #homepage .tab-box .title a,
  #tdep-nav #homepage .tab-box .title a,
  #homepage #tdep-nav .tab-box .title a,
  #tdep-nav #tdep-nav .tab-box .title a {
    font-size: 14px;
  }

  #homepage #homepage .tab-box .fa,
  #tdep-nav #homepage .tab-box .fa,
  #homepage #tdep-nav .tab-box .fa,
  #tdep-nav #tdep-nav .tab-box .fa {
    font-size: 20px;
  }
}

#homepage #homepage-carousel .carousel-indicators,
#tdep-nav #homepage-carousel .carousel-indicators {
  bottom: 0;
  left: initial;
  right: 0;
  width: 100%;
  margin: 0;
  text-align: right;
  padding-right: 30px;
  padding-bottom: 10px;
}

#homepage #homepage-carousel .carousel-banner,
#tdep-nav #homepage-carousel .carousel-banner {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 1.6%;
  background-size: cover;
  background-repeat: no-repeat;
}

#homepage #homepage-carousel .carousel-banner h3,
#tdep-nav #homepage-carousel .carousel-banner h3 {
  font-family: "3DSSemiBold";
  color: white;
  padding: 10px 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
}

#homepage #homepage-carousel .carousel-banner h3 .label-red,
#tdep-nav #homepage-carousel .carousel-banner h3 .label-red {
  vertical-align: 6px;
  margin-left: 5px;
  font-size: 11px;
}

#homepage #homepage-carousel .carousel-banner p,
#tdep-nav #homepage-carousel .carousel-banner p {
  color: white;
  padding: 5px 0;
  font-size: 14px;
  height: 7em;
  line-height: 26px;
}

@media (max-width: 1680px) {
  #homepage #homepage-carousel .carousel-banner p,
  #tdep-nav #homepage-carousel .carousel-banner p {
    max-width: 80%;
  }
}

@media (max-width: 1550px) {
  #homepage #homepage-carousel .carousel-banner p,
  #tdep-nav #homepage-carousel .carousel-banner p {
    max-width: 80%;
    line-height: 24px;
  }
}

@media (max-width: 1400px) {
  #homepage #homepage-carousel .carousel-banner h3,
  #tdep-nav #homepage-carousel .carousel-banner h3 {
    font-size: 22px;
  }

  #homepage #homepage-carousel .carousel-banner p,
  #tdep-nav #homepage-carousel .carousel-banner p {
    max-width: 80%;
    line-height: 22px;
  }
}

@media (max-width: 1200px) {
  #homepage #homepage-carousel .carousel-banner,
  #tdep-nav #homepage-carousel .carousel-banner {
    padding: 15px 30px;
  }

  #homepage #homepage-carousel .carousel-banner h3,
  #tdep-nav #homepage-carousel .carousel-banner h3 {
    font-size: 20px;
    padding: 10px 0;
  }

  #homepage #homepage-carousel .carousel-banner p,
  #tdep-nav #homepage-carousel .carousel-banner p {
    font-size: 14px;
    max-width: 90%;
    line-height: 15px;
  }
}

@media (max-width: 992px) {
  #homepage #homepage-carousel .carousel-banner,
  #tdep-nav #homepage-carousel .carousel-banner {
    padding: 10px 20px;
  }

  #homepage #homepage-carousel .carousel-banner h3,
  #tdep-nav #homepage-carousel .carousel-banner h3 {
    font-size: 18px;
    padding: 10px 0;
  }

  #homepage #homepage-carousel .carousel-banner p,
  #tdep-nav #homepage-carousel .carousel-banner p {
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 600px) {
  #homepage #homepage-carousel .carousel-banner h3,
  #tdep-nav #homepage-carousel .carousel-banner h3 {
    height: 5em !important;
  }

  #homepage #homepage-carousel .carousel-banner p,
  #tdep-nav #homepage-carousel .carousel-banner p {
    display: none !important;
  }
}

#homepage #homepage-carousel .carousel-banner .banner-btn,
#tdep-nav #homepage-carousel .carousel-banner .banner-btn {
  display: inline-block;
  padding: 6px 30px;
  color: white;
  position: relative;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
  border: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#homepage #homepage-carousel .carousel-banner .banner-btn span,
#tdep-nav #homepage-carousel .carousel-banner .banner-btn span {
  font-family: "3DSRegular";
  font-size: 16px;
}

@media (max-width: 480px) {
  #homepage #homepage-carousel .carousel-banner .banner-btn,
  #tdep-nav #homepage-carousel .carousel-banner .banner-btn {
    margin-bottom: 25px;
  }
}

@media (max-width: 500px) {
  #homepage #homepage-carousel .carousel-banner h3,
  #tdep-nav #homepage-carousel .carousel-banner h3,
  #homepage #homepage-carousel .carousel-banner p,
  #tdep-nav #homepage-carousel .carousel-banner p,
  #homepage #homepage-carousel .carousel-banner .banner-btn,
  #tdep-nav #homepage-carousel .carousel-banner .banner-btn {
    margin-left: 0 !important;
  }

  #homepage #homepage-carousel .carousel-banner h3,
  #tdep-nav #homepage-carousel .carousel-banner h3 {
    height: 4em !important;
  }
}

#homepage #sw2018-launch-banner.carousel-banner,
#tdep-nav #sw2018-launch-banner.carousel-banner {
  background-image: url(/r3/img/homepage/carousel/sw2018-launch.jpg);
}

#homepage #sw2018-launch-banner.carousel-banner p,
#tdep-nav #sw2018-launch-banner.carousel-banner p {
  height: 5em;
  margin-bottom: 4px;
}

@media (max-width: 992px) {
  #homepage #sw2018-launch-banner.carousel-banner p,
  #tdep-nav #sw2018-launch-banner.carousel-banner p {
    margin-bottom: 0;
  }
}

#homepage #sw2018-launch-banner.carousel-banner .banner-btn,
#tdep-nav #sw2018-launch-banner.carousel-banner .banner-btn {
  background-color: #da291c;
}

#homepage #sw2018-launch-banner.carousel-banner .banner-btn:hover,
#tdep-nav #sw2018-launch-banner.carousel-banner .banner-btn:hover {
  background-color: #d01f12;
}

@media (max-width: 768px) {
  #homepage #sw2018-launch-banner.carousel-banner p,
  #tdep-nav #sw2018-launch-banner.carousel-banner p {
    height: 6em;
    margin-bottom: 3px;
  }
}

@media (max-width: 600px) {
  #homepage #sw2018-launch-banner.carousel-banner h3,
  #tdep-nav #sw2018-launch-banner.carousel-banner h3 {
    height: 3em !important;
    margin-bottom: 2px;
  }
}

@media (max-width: 500px) {
  #homepage #sw2018-launch-banner.carousel-banner h3,
  #tdep-nav #sw2018-launch-banner.carousel-banner h3 {
    height: 2em !important;
  }
}

#homepage #register-product-banner.carousel-banner,
#tdep-nav #register-product-banner.carousel-banner {
  background-image: url(/r3/img/homepage/upgrade-to-pro.jpg);
}

#homepage #register-product-banner.carousel-banner h3,
#tdep-nav #register-product-banner.carousel-banner h3 {
  margin-left: 35%;
}

#homepage #register-product-banner.carousel-banner p,
#tdep-nav #register-product-banner.carousel-banner p {
  margin-left: 35%;
}

#homepage #register-product-banner.carousel-banner .banner-btn,
#tdep-nav #register-product-banner.carousel-banner .banner-btn {
  margin-left: 35%;
  background-color: #da291c;
}

#homepage #register-product-banner.carousel-banner .banner-btn:hover,
#tdep-nav #register-product-banner.carousel-banner .banner-btn:hover {
  background-color: #d01f12;
}

@media (max-width: 992px) {
  #homepage #register-product-banner.carousel-banner h3,
  #tdep-nav #register-product-banner.carousel-banner h3 {
    margin-left: 36%;
  }

  #homepage #register-product-banner.carousel-banner p,
  #tdep-nav #register-product-banner.carousel-banner p {
    margin-left: 36%;
  }

  #homepage #register-product-banner.carousel-banner .banner-btn,
  #tdep-nav #register-product-banner.carousel-banner .banner-btn {
    margin-left: 36%;
  }
}

@media (max-width: 768px) {
  #homepage #register-product-banner.carousel-banner,
  #tdep-nav #register-product-banner.carousel-banner {
    background-position: 10%;
  }

  #homepage #register-product-banner.carousel-banner h3,
  #tdep-nav #register-product-banner.carousel-banner h3 {
    height: 3em;
    margin-left: 50%;
  }

  #homepage #register-product-banner.carousel-banner p,
  #tdep-nav #register-product-banner.carousel-banner p {
    height: 7em;
    margin-left: 50%;
  }

  #homepage #register-product-banner.carousel-banner .banner-btn,
  #tdep-nav #register-product-banner.carousel-banner .banner-btn {
    margin-left: 50%;
  }
}

@media (max-width: 500px) {
  #homepage #register-product-banner.carousel-banner,
  #tdep-nav #register-product-banner.carousel-banner {
    background-position: 70%;
  }
}

#homepage #student-access-banner.carousel-banner,
#tdep-nav #student-access-banner.carousel-banner {
  background-image: url(/r3/img/homepage/Student.jpg);
}

#homepage #student-access-banner.carousel-banner .banner-btn,
#tdep-nav #student-access-banner.carousel-banner .banner-btn {
  background-color: #da291c;
}

#homepage #student-access-banner.carousel-banner .banner-btn:hover,
#tdep-nav #student-access-banner.carousel-banner .banner-btn:hover {
  background-color: #d01f12;
}

@media (max-width: 1440px) {
  #homepage #student-access-banner.carousel-banner h3,
  #tdep-nav #student-access-banner.carousel-banner h3 {
    margin-left: 0;
  }

  #homepage #student-access-banner.carousel-banner p,
  #tdep-nav #student-access-banner.carousel-banner p {
    margin-left: 0;
    max-width: 50%;
  }

  #homepage #student-access-banner.carousel-banner .banner-btn,
  #tdep-nav #student-access-banner.carousel-banner .banner-btn {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  #homepage #student-access-banner.carousel-banner,
  #tdep-nav #student-access-banner.carousel-banner {
    background-position: 60%;
  }

  #homepage #student-access-banner.carousel-banner h3,
  #tdep-nav #student-access-banner.carousel-banner h3 {
    height: 3em;
    margin-left: 0;
  }

  #homepage #student-access-banner.carousel-banner p,
  #tdep-nav #student-access-banner.carousel-banner p {
    height: 7em;
    margin-left: 0;
    max-width: 50%;
  }

  #homepage #student-access-banner.carousel-banner .banner-btn,
  #tdep-nav #student-access-banner.carousel-banner .banner-btn {
    margin-left: 0;
  }
}

#homepage .banner-template1.carousel-banner h3,
#tdep-nav .banner-template1.carousel-banner h3 {
  margin-left: 35%;
}

#homepage .banner-template1.carousel-banner p,
#tdep-nav .banner-template1.carousel-banner p {
  margin-left: 35%;
}

#homepage .banner-template1.carousel-banner .banner-btn,
#tdep-nav .banner-template1.carousel-banner .banner-btn {
  margin-left: 35%;
  background-color: #da291c;
}

#homepage .banner-template1.carousel-banner .banner-btn:hover,
#tdep-nav .banner-template1.carousel-banner .banner-btn:hover {
  background-color: #d01f12;
}

@media (max-width: 992px) {
  #homepage .banner-template1.carousel-banner h3,
  #tdep-nav .banner-template1.carousel-banner h3 {
    margin-left: 36%;
  }

  #homepage .banner-template1.carousel-banner p,
  #tdep-nav .banner-template1.carousel-banner p {
    margin-left: 36%;
  }

  #homepage .banner-template1.carousel-banner .banner-btn,
  #tdep-nav .banner-template1.carousel-banner .banner-btn {
    margin-left: 36%;
  }
}

@media (max-width: 768px) {
  #homepage .banner-template1.carousel-banner,
  #tdep-nav .banner-template1.carousel-banner {
    background-position: 10%;
  }

  #homepage .banner-template1.carousel-banner h3,
  #tdep-nav .banner-template1.carousel-banner h3 {
    height: 3em;
    margin-left: 50%;
  }

  #homepage .banner-template1.carousel-banner p,
  #tdep-nav .banner-template1.carousel-banner p {
    height: 7em;
    margin-left: 50%;
  }

  #homepage .banner-template1.carousel-banner .banner-btn,
  #tdep-nav .banner-template1.carousel-banner .banner-btn {
    margin-left: 50%;
  }
}

@media (max-width: 500px) {
  #homepage .banner-template1.carousel-banner,
  #tdep-nav .banner-template1.carousel-banner {
    background-position: 70%;
  }
}

#homepage .banner-template2.carousel-banner h3,
#tdep-nav .banner-template2.carousel-banner h3 {
  margin-left: 65%;
}

#homepage .banner-template2.carousel-banner p,
#tdep-nav .banner-template2.carousel-banner p {
  margin-left: 65%;
}

#homepage .banner-template2.carousel-banner .banner-btn,
#tdep-nav .banner-template2.carousel-banner .banner-btn {
  margin-left: 65%;
  background-color: #da291c;
}

#homepage .banner-template2.carousel-banner .banner-btn:hover,
#tdep-nav .banner-template2.carousel-banner .banner-btn:hover {
  background-color: #d01f12;
}

@media (max-width: 992px) {
  #homepage .banner-template2.carousel-banner h3,
  #tdep-nav .banner-template2.carousel-banner h3 {
    margin-left: 36%;
  }

  #homepage .banner-template2.carousel-banner p,
  #tdep-nav .banner-template2.carousel-banner p {
    margin-left: 36%;
  }

  #homepage .banner-template2.carousel-banner .banner-btn,
  #tdep-nav .banner-template2.carousel-banner .banner-btn {
    margin-left: 36%;
  }
}

@media (max-width: 768px) {
  #homepage .banner-template2.carousel-banner,
  #tdep-nav .banner-template2.carousel-banner {
    background-position: 10%;
  }

  #homepage .banner-template2.carousel-banner h3,
  #tdep-nav .banner-template2.carousel-banner h3 {
    height: 3em;
    margin-left: 50%;
  }

  #homepage .banner-template2.carousel-banner p,
  #tdep-nav .banner-template2.carousel-banner p {
    height: 7em;
    margin-left: 50%;
  }

  #homepage .banner-template2.carousel-banner .banner-btn,
  #tdep-nav .banner-template2.carousel-banner .banner-btn {
    margin-left: 50%;
  }
}

@media (max-width: 500px) {
  #homepage .banner-template2.carousel-banner,
  #tdep-nav .banner-template2.carousel-banner {
    background-position: 70%;
  }
}

#homepage .banner-template3.carousel-banner h3,
#tdep-nav .banner-template3.carousel-banner h3 {
  margin-left: 50%;
}

#homepage .banner-template3.carousel-banner p,
#tdep-nav .banner-template3.carousel-banner p {
  margin-left: 50%;
}

#homepage .banner-template3.carousel-banner .banner-btn,
#tdep-nav .banner-template3.carousel-banner .banner-btn {
  margin-left: 50%;
  background-color: #da291c;
}

#homepage .banner-template3.carousel-banner .banner-btn:hover,
#tdep-nav .banner-template3.carousel-banner .banner-btn:hover {
  background-color: #d01f12;
}

@media (max-width: 992px) {
  #homepage .banner-template3.carousel-banner h3,
  #tdep-nav .banner-template3.carousel-banner h3 {
    margin-left: 36%;
  }

  #homepage .banner-template3.carousel-banner p,
  #tdep-nav .banner-template3.carousel-banner p {
    margin-left: 36%;
  }

  #homepage .banner-template3.carousel-banner .banner-btn,
  #tdep-nav .banner-template3.carousel-banner .banner-btn {
    margin-left: 36%;
  }
}

@media (max-width: 768px) {
  #homepage .banner-template3.carousel-banner,
  #tdep-nav .banner-template3.carousel-banner {
    background-position: 10%;
  }

  #homepage .banner-template3.carousel-banner h3,
  #tdep-nav .banner-template3.carousel-banner h3 {
    height: 3em;
    margin-left: 50%;
  }

  #homepage .banner-template3.carousel-banner p,
  #tdep-nav .banner-template3.carousel-banner p {
    height: 7em;
    margin-left: 50%;
  }

  #homepage .banner-template3.carousel-banner .banner-btn,
  #tdep-nav .banner-template3.carousel-banner .banner-btn {
    margin-left: 50%;
  }
}

@media (max-width: 500px) {
  #homepage .banner-template3.carousel-banner,
  #tdep-nav .banner-template3.carousel-banner {
    background-position: 70%;
  }
}

#homepage .banner-template4.carousel-banner h3,
#tdep-nav .banner-template4.carousel-banner h3 {
  margin-right: 65%;
}

#homepage .banner-template4.carousel-banner p,
#tdep-nav .banner-template4.carousel-banner p {
  margin-right: 65%;
}

#homepage .banner-template4.carousel-banner .banner-btn,
#tdep-nav .banner-template4.carousel-banner .banner-btn {
  margin-right: 65%;
  background-color: #da291c;
}

#homepage .banner-template4.carousel-banner .banner-btn:hover,
#tdep-nav .banner-template4.carousel-banner .banner-btn:hover {
  background-color: #d01f12;
}

@media (max-width: 992px) {
  #homepage .banner-template4.carousel-banner h3,
  #tdep-nav .banner-template4.carousel-banner h3 {
    margin-right: 36%;
  }

  #homepage .banner-template4.carousel-banner p,
  #tdep-nav .banner-template4.carousel-banner p {
    margin-right: 36%;
  }

  #homepage .banner-template4.carousel-banner .banner-btn,
  #tdep-nav .banner-template4.carousel-banner .banner-btn {
    margin-right: 36%;
  }
}

@media (max-width: 768px) {
  #homepage .banner-template4.carousel-banner,
  #tdep-nav .banner-template4.carousel-banner {
    background-position: 10%;
  }

  #homepage .banner-template4.carousel-banner h3,
  #tdep-nav .banner-template4.carousel-banner h3 {
    height: 3em;
    margin-right: 50%;
  }

  #homepage .banner-template4.carousel-banner p,
  #tdep-nav .banner-template4.carousel-banner p {
    height: 7em;
    margin-right: 50%;
  }

  #homepage .banner-template4.carousel-banner .banner-btn,
  #tdep-nav .banner-template4.carousel-banner .banner-btn {
    margin-right: 50%;
  }
}

@media (max-width: 500px) {
  #homepage .banner-template4.carousel-banner,
  #tdep-nav .banner-template4.carousel-banner {
    background-position: 70%;
  }
}

#homepage .banner-template5.carousel-banner h3,
#tdep-nav .banner-template5.carousel-banner h3 {
  margin-right: 35%;
}

#homepage .banner-template5.carousel-banner p,
#tdep-nav .banner-template5.carousel-banner p {
  margin-right: 35%;
}

#homepage .banner-template5.carousel-banner .banner-btn,
#tdep-nav .banner-template5.carousel-banner .banner-btn {
  margin-right: 35%;
  background-color: #da291c;
}

#homepage .banner-template5.carousel-banner .banner-btn:hover,
#tdep-nav .banner-template5.carousel-banner .banner-btn:hover {
  background-color: #d01f12;
}

@media (max-width: 992px) {
  #homepage .banner-template5.carousel-banner h3,
  #tdep-nav .banner-template5.carousel-banner h3 {
    margin-right: 36%;
  }

  #homepage .banner-template5.carousel-banner p,
  #tdep-nav .banner-template5.carousel-banner p {
    margin-right: 36%;
  }

  #homepage .banner-template5.carousel-banner .banner-btn,
  #tdep-nav .banner-template5.carousel-banner .banner-btn {
    margin-right: 36%;
  }
}

@media (max-width: 768px) {
  #homepage .banner-template5.carousel-banner,
  #tdep-nav .banner-template5.carousel-banner {
    background-position: 10%;
  }

  #homepage .banner-template5.carousel-banner h3,
  #tdep-nav .banner-template5.carousel-banner h3 {
    height: 3em;
    margin-right: 50%;
  }

  #homepage .banner-template5.carousel-banner p,
  #tdep-nav .banner-template5.carousel-banner p {
    height: 7em;
    margin-right: 50%;
  }

  #homepage .banner-template5.carousel-banner .banner-btn,
  #tdep-nav .banner-template5.carousel-banner .banner-btn {
    margin-right: 50%;
  }
}

@media (max-width: 500px) {
  #homepage .banner-template5.carousel-banner,
  #tdep-nav .banner-template5.carousel-banner {
    background-position: 70%;
  }
}

#homepage .banner-template6.carousel-banner h3,
#tdep-nav .banner-template6.carousel-banner h3 {
  margin-right: 50%;
}

#homepage .banner-template6.carousel-banner p,
#tdep-nav .banner-template6.carousel-banner p {
  margin-right: 50%;
}

#homepage .banner-template6.carousel-banner .banner-btn,
#tdep-nav .banner-template6.carousel-banner .banner-btn {
  margin-right: 50%;
  background-color: #da291c;
}

#homepage .banner-template6.carousel-banner .banner-btn:hover,
#tdep-nav .banner-template6.carousel-banner .banner-btn:hover {
  background-color: #d01f12;
}

@media (max-width: 992px) {
  #homepage .banner-template6.carousel-banner h3,
  #tdep-nav .banner-template6.carousel-banner h3 {
    margin-right: 36%;
  }

  #homepage .banner-template6.carousel-banner p,
  #tdep-nav .banner-template6.carousel-banner p {
    margin-right: 36%;
  }

  #homepage .banner-template6.carousel-banner .banner-btn,
  #tdep-nav .banner-template6.carousel-banner .banner-btn {
    margin-right: 36%;
  }
}

@media (max-width: 768px) {
  #homepage .banner-template6.carousel-banner,
  #tdep-nav .banner-template6.carousel-banner {
    background-position: 10%;
  }

  #homepage .banner-template6.carousel-banner h3,
  #tdep-nav .banner-template6.carousel-banner h3 {
    height: 3em;
    margin-right: 50%;
  }

  #homepage .banner-template6.carousel-banner p,
  #tdep-nav .banner-template6.carousel-banner p {
    height: 7em;
    margin-right: 50%;
  }

  #homepage .banner-template6.carousel-banner .banner-btn,
  #tdep-nav .banner-template6.carousel-banner .banner-btn {
    margin-right: 50%;
  }
}

@media (max-width: 500px) {
  #homepage .banner-template6.carousel-banner,
  #tdep-nav .banner-template6.carousel-banner {
    background-position: 70%;
  }
}

#homepage #sww-banner.carousel-banner,
#tdep-nav #sww-banner.carousel-banner {
  background-image: url(/r3/img/homepage/sww.jpg);
}

#homepage #sww-banner.carousel-banner h3,
#tdep-nav #sww-banner.carousel-banner h3 {
  margin-left: 30%;
}

#homepage #sww-banner.carousel-banner p,
#tdep-nav #sww-banner.carousel-banner p {
  margin-left: 30%;
}

#homepage #sww-banner.carousel-banner .banner-btn,
#tdep-nav #sww-banner.carousel-banner .banner-btn {
  margin-left: 30%;
  background-color: #da291c;
}

#homepage #sww-banner.carousel-banner .banner-btn:hover,
#tdep-nav #sww-banner.carousel-banner .banner-btn:hover {
  background-color: #d01f12;
}

#homepage #eLearning-banner.carousel-banner,
#tdep-nav #eLearning-banner.carousel-banner {
  background-image: url(/r3/img/homepage/ecourses.jpg);
}

#homepage #eLearning-banner.carousel-banner h3,
#tdep-nav #eLearning-banner.carousel-banner h3 {
  margin-left: 35%;
}

#homepage #eLearning-banner.carousel-banner p,
#tdep-nav #eLearning-banner.carousel-banner p {
  margin-left: 35%;
}

#homepage #eLearning-banner.carousel-banner .banner-btn,
#tdep-nav #eLearning-banner.carousel-banner .banner-btn {
  margin-left: 35%;
  background-color: #da291c;
}

#homepage #eLearning-banner.carousel-banner .banner-btn:hover,
#tdep-nav #eLearning-banner.carousel-banner .banner-btn:hover {
  background-color: #d01f12;
}

@media (max-width: 900px) {
  #homepage #eLearning-banner.carousel-banner h3,
  #tdep-nav #eLearning-banner.carousel-banner h3 {
    margin-left: 30%;
  }

  #homepage #eLearning-banner.carousel-banner p,
  #tdep-nav #eLearning-banner.carousel-banner p {
    margin-left: 30%;
  }

  #homepage #eLearning-banner.carousel-banner .banner-btn,
  #tdep-nav #eLearning-banner.carousel-banner .banner-btn {
    margin-left: 30%;
  }
}

@media (max-width: 768px) {
  #homepage #eLearning-banner.carousel-banner,
  #tdep-nav #eLearning-banner.carousel-banner {
    background-position: 10%;
  }

  #homepage #eLearning-banner.carousel-banner h3,
  #tdep-nav #eLearning-banner.carousel-banner h3 {
    height: 3em;
    margin-left: 50%;
  }

  #homepage #eLearning-banner.carousel-banner p,
  #tdep-nav #eLearning-banner.carousel-banner p {
    height: 7em;
    margin-left: 50%;
  }

  #homepage #eLearning-banner.carousel-banner .banner-btn,
  #tdep-nav #eLearning-banner.carousel-banner .banner-btn {
    margin-left: 50%;
  }
}

@media (max-width: 500px) {
  #homepage #eLearning-banner.carousel-banner,
  #tdep-nav #eLearning-banner.carousel-banner {
    background-position: 70%;
  }
}

#homepage #Upgrade-banner.carousel-banner,
#tdep-nav #Upgrade-banner.carousel-banner {
  background-image: url(/r3/img/homepage/upgrade-to-pro.jpg);
}

#homepage #Upgrade-banner.carousel-banner h3,
#tdep-nav #Upgrade-banner.carousel-banner h3 {
  margin-left: 35%;
}

#homepage #Upgrade-banner.carousel-banner p,
#tdep-nav #Upgrade-banner.carousel-banner p {
  margin-left: 35%;
}

#homepage #Upgrade-banner.carousel-banner .banner-btn,
#tdep-nav #Upgrade-banner.carousel-banner .banner-btn {
  margin-left: 35%;
  background-color: #da291c;
}

#homepage #Upgrade-banner.carousel-banner .banner-btn:hover,
#tdep-nav #Upgrade-banner.carousel-banner .banner-btn:hover {
  background-color: #d01f12;
}

@media (max-width: 768px) {
  #homepage #Upgrade-banner.carousel-banner,
  #tdep-nav #Upgrade-banner.carousel-banner {
    background-position: 10%;
  }

  #homepage #Upgrade-banner.carousel-banner h3,
  #tdep-nav #Upgrade-banner.carousel-banner h3 {
    height: 3em;
    margin-left: 50%;
  }

  #homepage #Upgrade-banner.carousel-banner p,
  #tdep-nav #Upgrade-banner.carousel-banner p {
    height: 7em;
    margin-left: 50%;
  }

  #homepage #Upgrade-banner.carousel-banner .banner-btn,
  #tdep-nav #Upgrade-banner.carousel-banner .banner-btn {
    margin-left: 50%;
  }
}

@media (max-width: 500px) {
  #homepage #Upgrade-banner.carousel-banner,
  #tdep-nav #Upgrade-banner.carousel-banner {
    background-position: 70%;
  }
}

#homepage #homepage-services-highlight,
#tdep-nav #homepage-services-highlight {
  margin-top: 20px;
  padding-top: 20px;
  background-color: #eee;
  text-align: center;
}

#homepage #homepage-services-highlight h1,
#tdep-nav #homepage-services-highlight h1 {
  font-family: "3DSSemiBold";
}

#homepage #homepage-services-highlight p,
#tdep-nav #homepage-services-highlight p {
  font-family: "3DSRegular";
}

#homepage #homepage-services-highlight .highlight-item,
#tdep-nav #homepage-services-highlight .highlight-item {
  padding: 20px 0;
}

#homepage #homepage-services-highlight .highlight-item h3,
#tdep-nav #homepage-services-highlight .highlight-item h3 {
  font-family: "3DSSemiBold";
}

#homepage #homepage-services-highlight .highlight-item hr,
#tdep-nav #homepage-services-highlight .highlight-item hr {
  border-top: 2px solid #333;
}

#homepage #homepage-services-highlight .highlight-item p,
#tdep-nav #homepage-services-highlight .highlight-item p {
  font-family: "3DSRegular";
}

#homepage #explore-section,
#tdep-nav #explore-section {
  margin: 20px auto;
  width: 90%;
}

#homepage #explore-section h2,
#tdep-nav #explore-section h2 {
  font-family: "3DSSemiBold";
  margin-top: 30px;
}

#homepage #explore-section .flex-container,
#tdep-nav #explore-section .flex-container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#homepage #explore-section .flex-item,
#tdep-nav #explore-section .flex-item {
  padding: 0;
  width: 25%;
  height: 200px;
  line-height: 200px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

#homepage #explore-section .flex-item:hover,
#tdep-nav #explore-section .flex-item:hover {
  -webkit-transition: background-image .35s ease-in-out;
  -o-transition: background-image .35s ease-in-out;
  transition: background-image .35s ease-in-out;
}

@media (max-width: 1200px) {
  #homepage #explore-section .flex-item,
  #tdep-nav #explore-section .flex-item {
    width: 50%;
  }
}

@media (max-width: 500px) {
  #homepage #explore-section .flex-item,
  #tdep-nav #explore-section .flex-item {
    width: 100%;
  }
}

#homepage #explore-section a,
#tdep-nav #explore-section a {
  text-decoration: none;
  color: white;
}

#homepage #explore-section a p,
#tdep-nav #explore-section a p {
  margin: 0;
  font-family: "3DSRegular";
  font-size: 30px;
}

@media (max-width: 768px) {
  #homepage #explore-section h2,
  #tdep-nav #explore-section h2 {
    font-size: 22px;
  }

  #homepage #explore-section a p,
  #tdep-nav #explore-section a p {
    font-size: 22px;
  }
}

#homepage #explore-section #buzz-btn,
#tdep-nav #explore-section #buzz-btn {
  background-image: url(/r3/img/homepage/explore/buzz-wb.jpg);
}

#homepage #explore-section #buzz-btn:hover,
#tdep-nav #explore-section #buzz-btn:hover {
  background-image: url(/r3/img/homepage/explore/buzz-cl.jpg);
}

#homepage #explore-section #buzz-btn.active,
#tdep-nav #explore-section #buzz-btn.active {
  background-image: url(/r3/img/homepage/explore/buzz-cl.jpg);
}

#homepage #explore-section #cad-btn,
#tdep-nav #explore-section #cad-btn {
  background-image: url(/r3/img/homepage/explore/cad-wb.jpg);
}

#homepage #explore-section #cad-btn:hover,
#tdep-nav #explore-section #cad-btn:hover {
  background-image: url(/r3/img/homepage/explore/cad-cl.jpg);
}

#homepage #explore-section #cad-btn.active,
#tdep-nav #explore-section #cad-btn.active {
  background-image: url(/r3/img/homepage/explore/cad-cl.jpg);
}

#homepage #explore-section #training-btn,
#tdep-nav #explore-section #training-btn {
  background-image: url(/r3/img/homepage/explore/training-wb.jpg);
}

#homepage #explore-section #training-btn:hover,
#tdep-nav #explore-section #training-btn:hover {
  background-image: url(/r3/img/homepage/explore/training-cl.jpg);
}

#homepage #explore-section #training-btn.active,
#tdep-nav #explore-section #training-btn.active {
  background-image: url(/r3/img/homepage/explore/training-cl.jpg);
}

#homepage #explore-section #forums-btn,
#tdep-nav #explore-section #forums-btn {
  background-image: url(/r3/img/homepage/explore/forums-wb.jpg);
}

#homepage #explore-section #forums-btn:hover,
#tdep-nav #explore-section #forums-btn:hover {
  background-image: url(/r3/img/homepage/explore/forums-cl.jpg);
}

#homepage #explore-section #forums-btn.active,
#tdep-nav #explore-section #forums-btn.active {
  background-image: url(/r3/img/homepage/explore/forums-cl.jpg);
}

#homepage #explore-section #drive-btn,
#tdep-nav #explore-section #drive-btn {
  background-image: url(/r3/img/homepage/explore/drive-wb.jpg);
}

#homepage #explore-section #drive-btn:hover,
#tdep-nav #explore-section #drive-btn:hover {
  background-image: url(/r3/img/homepage/explore/drive-cl.jpg);
}

#homepage #explore-section #drive-btn.active,
#tdep-nav #explore-section #drive-btn.active {
  background-image: url(/r3/img/homepage/explore/drive-cl.jpg);
}

#homepage #explore-section #support-btn,
#tdep-nav #explore-section #support-btn {
  background-image: url(/r3/img/homepage/explore/support-wb.jpg);
}

#homepage #explore-section #support-btn:hover,
#tdep-nav #explore-section #support-btn:hover {
  background-image: url(/r3/img/homepage/explore/support-cl.jpg);
}

#homepage #explore-section #support-btn.active,
#tdep-nav #explore-section #support-btn.active {
  background-image: url(/r3/img/homepage/explore/support-cl.jpg);
}

#homepage #explore-section #mfg-btn,
#tdep-nav #explore-section #mfg-btn {
  background-image: url(/r3/img/homepage/explore/mfg-wb.jpg);
}

#homepage #explore-section #mfg-btn:hover,
#tdep-nav #explore-section #mfg-btn:hover {
  background-image: url(/r3/img/homepage/explore/mfg-cl.jpg);
}

#homepage #explore-section #mfg-btn.active,
#tdep-nav #explore-section #mfg-btn.active {
  background-image: url(/r3/img/homepage/explore/mfg-cl.jpg);
}

#homepage #explore-section #reseller-btn,
#tdep-nav #explore-section #reseller-btn {
  background-image: url(/r3/img/homepage/explore/reseller-wb.jpg);
}

#homepage #explore-section #reseller-btn:hover,
#tdep-nav #explore-section #reseller-btn:hover {
  background-image: url(/r3/img/homepage/explore/reseller-cl.jpg);
}

#homepage #explore-section #reseller-btn.active,
#tdep-nav #explore-section #reseller-btn.active {
  background-image: url(/r3/img/homepage/explore/reseller-cl.jpg);
}

#search-box {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#search-box .fa {
  font-size: 16px;
}

#search-box .dropdown-menu li a {
  cursor: pointer;
}

#search-box .dropdown-menu li a:hover {
  background-color: #ccc;
}

#search-box .searchchoice {
  padding: 5px 8px 5px 12px;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 767px) {
  #search-box .searchchoice {
    padding: 5px 8px;
  }
}

#search-box .searchchoice .fa {
  width: 22px;
  padding-right: 5px;
}

#search-box #search-box-dropdown-btn {
  border: 1px solid #333;
  border-right: 0;
  background-color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#search-box #search-box-dropdown-btn #search-dropdown .fa {
  max-width: 16px;
}

#search-box .btn-red {
  border: 1px solid #da291c;
  margin-right: -1px;
}

#search-box .btn {
  height: 50px;
}

#search-box #search3ds {
  border: 1px solid #333;
}

#search-box #search3ds.form-control {
  height: 50px;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
}

#search-box #suggestionLinks {
  padding: 8px 0;
  background-color: white;
  border: 1px solid rgba(0,0,0,0.2);
  border-color: rgba(51,51,51,0.6);
  outline: 0px none;
  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.075) inset,0px 0px 8px rgba(85,85,85,0.5);
  box-shadow: 0px 1px 1px rgba(0,0,0,0.075) inset,0px 0px 8px rgba(85,85,85,0.5);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#search-box #suggestionLinks .suggestionPopupLink {
  width: 100%;
  display: block;
  font: 14px Arial;
  padding: 8px;
  text-align: left;
  white-space: normal;
  text-decoration: none;
  background-color: white;
  color: #333;
}

#search-box #suggestionLinks .suggestionPopupLink:hover {
  background-color: #ccc;
}

#search-box #searchSuggestions {
  position: absolute;
  top: 100%;
  display: none;
  z-index: 1000;
  min-width: 200px;
}

#search-box-navbar-top {
  float: right;
  display: inline-table;
  padding-right: 10px;
}

@media (max-width: 950px) and (min-width: 768px) {
  #search-box-navbar-top {
    padding-right: 10px;
  }
}

#search-box-navbar-top #search-box #search3ds.form-control {
  height: 30px;
  padding-left: 6px;
  min-width: 235px;
}

@media (max-width: 850px) {
  #search-box-navbar-top #search-box #search3ds.form-control {
    max-width: 180px;
    min-width: 180px;
  }
}

#search-box-navbar-top #search-box .btn {
  height: 30px;
}

#search-box-navbar-top #search-box .btn.btn-red {
  padding: 5px 10px;
}

#search-box-navbar-top #search-box .btn .fa-caret-down {
  margin-left: 3px;
  vertical-align: 2px;
  font-size: 13px !important;
}

#search-box-navbar-top #search-box #search-box-dropdown-btn {
  background-color: white;
  padding-right: 8px;
}

@media (max-width: 767px) {
  #mobile-navbar-search-box {
    padding-top: 5px;
    margin: 0 6px 0 50px;
  }

  #mobile-navbar-search-box #search-box .searchchoice .fa {
    padding-right: 0;
    text-align: center;
  }

  #mobile-navbar-search-box #search-box #search3ds {
    border: 0;
    padding-left: 7px;
    padding-bottom: 7px;
  }

  #mobile-navbar-search-box #search-box #search3ds.form-control {
    height: 30px;
    border-left: 1px solid #333;
  }

  #mobile-navbar-search-box #search-box #search-box-dropdown-btn {
    color: #333;
    width: 50px;
  }

  #mobile-navbar-search-box #search-box #imgSearch {
    padding-left: 10px;
  }

  #mobile-navbar-search-box #search-box .btn {
    border: 0;
    height: 30px;
  }

  #mobile-navbar-search-box #search-box .btn .fa {
    vertical-align: 0px;
    max-width: 16px;
  }

  #mobile-navbar-search-box #search-box .btn .fa-caret-down {
    margin-left: 3px;
    vertical-align: 2px;
    font-size: 13px !important;
  }
}

#student-access-register-form {
  margin: 20px 0;
}

#student-access-register-form h3 {
  font: 22px "3DSSemiBold";
  margin-top: 0;
}

#student-access-register-form .student-account-info {
  border: 1px solid darkgray;
  padding: 20px 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#student-access-register-form .student-account-info .incorrect-serial-num {
  color: #da291c;
  border-color: #DA291C;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(218,28,28,0.32);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(218,28,28,0.32);
}

#student-access-register-form .student-account-info #change-student-serial-num-btn {
  font-size: 12px;
  padding: 4px 8px;
  outline: none;
  vertical-align: baseline;
}

#student-access-register-form .modal-dialog {
  margin: 15% auto;
}

#student-access-register-form .student-serial-num-popover {
  color: #005686;
  cursor: pointer;
}

#student-access-register-form .fa-question-circle {
  font-size: 18px;
}

#account-info {
  margin: 20px 0;
}

#account-info h3 {
  font-family: "3DSSemiBold";
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 15px;
}

#account-info .subscription-info {
  padding: 10px 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid darkgray;
}

#account-info .subscription-info .subscription-header {
  background-color: #618fc0;
  display: inline-block;
  position: relative;
  left: -41px;
  padding: 5px 10px;
  margin-bottom: 10px;
}

#account-info .subscription-info .subscription-header p {
  font: 16px "3DSRegular";
  color: white;
  margin: 0;
}

#account-info .subscription-info .subscription-header:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 100%;
  border-width: 3px 5px;
  border-style: solid;
  border-color: #005686 #005686 transparent transparent;
}

#account-info .alert-row .post-container {
  margin: 20px 20px 0 0;
  overflow: auto;
}

#account-info .alert-row .post-thumb {
  float: left;
}

#account-info .alert-row .post-thumb img {
  display: block;
  width: 45px;
}

#account-info .alert-row .post-content {
  margin-left: 55px;
  font-size: 17px;
}

#account-info .alert-row .post-title {
  font-weight: bold;
  font-size: 200%;
}

#account-info .alert-row .exam-course-alert {
  color: #3C763D;
}

#account-info .alert-row .check-circle-icon {
  color: #3C763D;
  font-size: 28px;
  margin-right: 15px;
}

#account-info .alert-row .circle-right-icon {
  color: #3C763D;
  font-size: 25px;
  margin-right: 10px;
}

#account-info .alert-row .alert-msg {
  font-size: 20px;
}

#account-info .alert-row .close {
  color: #3C763D;
  font-size: 25px;
}

#student-access-marketing {
  margin: 20px 0;
}

#student-access-marketing h3 {
  font-family: "3DSSemiBold";
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 15px;
}

#student-access-marketing .student-access-marketing-banner-bg {
  background: url(/r3/img/student-access/student_registration.jpg);
  background-size: cover;
  background-position: 70% 50%;
  color: white;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 20px 30px;
}

#student-access-marketing .student-access-marketing-banner-bg h4 {
  font-size: 22px;
  font-family: "3DSSemiBold";
}

#student-access-marketing .student-access-marketing-banner-bg ul {
  list-style: none;
}

@media (max-width: 992px) {
  #student-access-marketing .student-access-marketing-banner-bg ul {
    padding-left: 0;
  }
}

#student-access-marketing .student-access-marketing-banner-bg ul li {
  padding: 5px 0;
}

#student-access-marketing .student-access-marketing-banner-bg ul li .icon {
  font-size: 16px;
  float: left;
}

#student-access-marketing .student-access-marketing-banner-bg ul li .icon button {
  border: 0;
  background: 0;
  cursor: default;
  outline: none;
  width: 28px;
  text-align: center;
}

#student-access-marketing .student-access-marketing-banner-bg ul li .title {
  margin-left: 35px;
  padding-top: 2px;
}

#professional-access-marketing {
  margin-top: 20px;
}

#professional-access-marketing h3 {
  font-family: "3DSSemiBold";
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 15px;
}

#professional-access-marketing .professional-access-marketing-banner-bg {
  background: url(/r3/img/account/professionals-1500x484.jpg);
  background-size: cover;
  background-position: 70% 50%;
  color: white;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 20px 30px;
}

#professional-access-marketing .professional-access-marketing-banner-bg h4 {
  font-size: 22px;
  font-family: "3DSSemiBold";
}

#professional-access-marketing .professional-access-marketing-banner-bg ul {
  list-style: none;
}

@media (max-width: 992px) {
  #professional-access-marketing .professional-access-marketing-banner-bg ul {
    padding-left: 0;
  }
}

#professional-access-marketing .professional-access-marketing-banner-bg ul li {
  padding: 5px 0;
}

#professional-access-marketing .professional-access-marketing-banner-bg ul li .icon {
  font-size: 16px;
  float: left;
}

#professional-access-marketing .professional-access-marketing-banner-bg ul li .icon button {
  border: 0;
  background: 0;
  cursor: default;
  outline: none;
  width: 28px;
  text-align: center;
}

#professional-access-marketing .professional-access-marketing-banner-bg ul li .title {
  margin-left: 35px;
  padding-top: 2px;
}

#professional-access-marketing .user-account-info h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

#student-access-account-instruction h3,
#standard-account-instruction h3,
#student-access-account-instruction h4,
#standard-account-instruction h4 {
  font-family: "3DSSemiBold";
}

#student-access-account-instruction h4,
#standard-account-instruction h4 {
  font-size: 18px;
}

#student-access-account-instruction p,
#standard-account-instruction p {
  font-size: 14px;
}

#student-access-account-instruction hr,
#standard-account-instruction hr {
  border-color: #c4c4c4;
}

#student-access-account-instruction .instruction-pane,
#standard-account-instruction .instruction-pane {
  background-color: #F0F7FF;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 2% 5%;
  margin: 20px 0;
}

#student-access-account-instruction .step-title,
#standard-account-instruction .step-title {
  max-width: 110px;
}

#student-access-account-instruction .step-title:after,
#standard-account-instruction .step-title:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border: 2px solid #c4c4c4;
  background-color: #F0F7FF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#student-access-account-instruction .step-title .step-title-text,
#standard-account-instruction .step-title .step-title-text {
  float: left;
  width: 100%;
  padding-top: 50%;
  line-height: 1;
  margin-top: -10px;
  text-align: center;
  color: black;
  font-size: 22px;
  font-family: "3DSSemiBold";
}

#student-access-account-instruction .registration-img,
#standard-account-instruction .registration-img {
  margin-bottom: 15px;
}

#student-access-account-instruction .registration-img img,
#standard-account-instruction .registration-img img {
  border: 1px solid #c4c4c4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
  background-color: white;
}

#new-student-access-account-instruction li {
  margin-bottom: 5px;
}

#new-student-access-account-instruction .sub-header {
  margin-top: 15px;
}

#new-student-access-account-instruction .instruction-panel {
  background-color: #F8F8F8;
  border: 1px solid #C8C8C8;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
}

#new-student-access-account-instruction .white-panel {
  background-color: #FFF;
  padding: 15px;
}

#new-student-access-account-instruction .black-circle {
  font-size: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

#new-student-access-account-instruction .txt-danger {
  color: #DA291C;
  font-weight: bold;
}

#new-student-access-account-instruction .img-center {
  border: 1px solid #C8C8C8;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  width: 50%;
}

#new-student-access-account-instruction .light-highlight {
  background-color: #FCF8E3;
  border: 1px solid #FAEBCC;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 0;
}

#new-student-access-account-instruction .spacer-20 {
  margin: 20px;
}

#new-student-access-account-instruction .spacer-30 {
  margin: 30px;
}

#new-student-access-account-instruction .right-left-padding {
  padding-right: 18px;
  padding-left: 18px;
}

#new-student-access-account-instruction .help-details p {
  font-size: 16px;
}

#new-student-access-account-instruction .email-format {
  color: #005686;
  font-weight: bold;
}

#new-student-access-account-instruction .que-icon {
  font-size: 25px;
  top: 6px;
}

#new-student-access-account-instruction .alert-icon {
  margin-right: 3px;
}

#new-student-access-account-instruction .attention-icon {
  width: 25px;
}

#new-student-access-account-instruction .color-red {
  color: #DA291C;
}

#new-student-access-account-instruction .user-plus-icon {
  font-size: 25px;
  margin-right: 10px;
}

#new-student-access-account-instruction .graduation-cap {
  font-size: 20px;
}

#new-student-access-account-instruction .user-graduation-icon {
  margin-right: 6px;
}

#login-form {
  margin-top: 20px;
}

#login-form .btn {
  vertical-align: baseline;
  margin-left: 10px;
}

#login-form .vertical-line-1 {
  border-left: 1px dashed #463333;
  height: 95px;
}

#login-form .account-container {
  text-align: center;
}

#login-form .spacer-30 {
  margin: 30px;
}

#login-form .btn-lbl {
  font-size: 16px;
}

#login-form .btn-direction {
  margin-top: 30px;
  margin-bottom: 30px;
}

#account-level-table-new {
  margin-bottom: 30px;
}

#account-level-table-new h3 {
  font-family: "3DSSemiBold";
}

#account-level-table-new .table-bordered {
  border-top: 0px;
  border-left: 0px;
  border-right: 1px solid #FFF;
}

#account-level-table-new .table-bordered thead {
  background-color: #F4F5F6;
  color: #333;
}

#account-level-table-new .table-bordered thead tr .fa-custom-icons {
  font-size: 24px;
  margin-right: 5px;
}

#account-level-table-new .table-bordered thead tr th {
  text-align: center;
  font-family: "3DSSemiBold";
  font-size: 18px;
  padding: 10px;
  vertical-align: top;
}

#account-level-table-new .table-bordered thead tr th:not(:first-child) {
  width: 15%;
}

#account-level-table-new .table-bordered thead tr th .fa-stack {
  color: #FD2415;
}

#account-level-table-new .table-bordered thead tr th .btn-red {
  margin-top: 5px;
}

#account-level-table-new .table-bordered tbody tr.group-title {
  border-top: 1px solid #a9a9a9;
  background-color: #005686;
  font-weight: bold;
}

#account-level-table-new .table-bordered tbody tr.group-title td {
  text-align: left;
  color: white;
}

#account-level-table-new .table-bordered tbody tr td {
  border: 1px solid #a9a9a9;
  text-align: center;
  padding: 10px;
}

#account-level-table-new .table-bordered tbody tr td:first-child {
  width: 40%;
  text-align: left;
}

#account-level-table-new .table-bordered tbody tr td:not(:first-child) {
  width: 15%;
}

#account-level-table-new .table-bordered tbody tr td .fa-check {
  color: #0086ce;
}

#account-level-table-new .table-bordered tbody tr td[colspan="4"] {
  background-color: white !important;
}

#account-level-table-new .table-bordered .top-column-white {
  height: 35px;
  background-color: #FFF;
}

#account-level-table-new .table-bordered .top-column-red {
  height: 3px;
  background-color: #FD2415;
}

#account-level-table-new .table-bordered .subscribed-column {
  height: 15px;
}

#account-level-table-new .table-bordered .top-subscription-indicator th {
  background-color: #FFF;
  border: 0;
  padding: 0;
  height: 20px;
  vertical-align: bottom;
}

#account-level-table-new .table-bordered .account-tbl-header {
  margin-top: 4px;
}

#account-level-table-new .highlight-guest tbody tr td:nth-child(2) {
  background-color: #FFFDF0;
  color: #333;
}

#account-level-table-new .highlight-guest tbody tr td:nth-child(2) .fa-check {
  color: #FD2415 !important;
}

#account-level-table-new .highlight-standard tbody tr td:nth-child(3) {
  background-color: #FFFDF0;
  color: #333;
}

#account-level-table-new .highlight-standard tbody tr td:nth-child(3) .fa-check {
  color: #FD2415 !important;
}

#account-level-table-new .highlight-pro tbody tr td:nth-child(4) {
  background-color: #FFFDF0;
  color: #333;
}

#account-level-table-new .highlight-pro tbody tr td:nth-child(4) .fa-check {
  color: #FD2415 !important;
}

#account-level-table-new .highlight-student tbody tr td:nth-child(5) {
  background-color: #FFFDF0;
  color: #333;
}

#account-level-table-new .highlight-student tbody tr td:nth-child(5) .fa-check {
  color: #FD2415 !important;
}

#account-level-table-new .account-level-panel {
  margin-bottom: 20px;
}

#account-level-table-new .account-level-panel.selected .panel-heading {
  background-color: #F4F5F6;
}

#account-level-table-new .account-level-panel.selected .panel-heading .fa-stack {
  color: #FD2415;
}

#account-level-table-new .account-level-panel.selected .panel-body {
  background-color: #F4F5F6;
}

#account-level-table-new .account-level-panel .panel-heading span {
  font-size: 18px;
  font-family: "3DSSemiBold";
  vertical-align: middle;
  line-height: 2em;
}

#account-level-table-new .account-level-panel .panel-heading .btn-red span {
  font-size: 12px !important;
}

#account-level-table-new .account-level-panel .panel-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#account-level-table-new .account-level-panel .panel-body ul li {
  padding: 10px 0;
}

#account-level-tab {
  margin-bottom: 20px;
}

#account-level-tab .row {
  margin: 0;
}

#account-level-tab h3 {
  font-family: "3DSSemiBold";
}

#account-level-tab ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#account-level-tab ul li {
  padding: 0;
  margin: 0;
  height: 36px;
  padding-top: 8px;
  border: 0;
  border-top: 1px solid #a9a9a9;
  border-left: 1px solid #a9a9a9;
}

#account-level-tab ul li:last-child {
  border-bottom: 1px solid #a9a9a9;
}

#account-level-tab ul+ul li {
  border-top: 1px solid #a9a9a9;
  border-left: 1px solid #a9a9a9;
}

#account-level-tab ul:last-child li {
  border-right: 1px solid #a9a9a9;
}

#account-level-tab .account-lv-table {
  padding: 0;
  text-align: center;
}

#account-level-tab .account-lv-table .fa-check {
  color: #0086ce;
}

#account-level-tab .account-lv-table .cell {
  height: 36px;
  padding-top: 8px;
}

#account-level-tab .account-lv-table .row-item-title {
  text-align: left;
}

#account-level-tab .account-lv-table .row-item-title .cell {
  padding-left: 10px;
}

#account-level-tab .account-lv-table .row-item-title li {
  padding-left: 10px;
}

#account-level-tab .account-lv-table .title {
  font-family: "3DSSemiBold";
  font-size: 18px;
  border-top: 2px solid #005686;
  background-color: #ddd;
  padding-top: 4px;
}

#account-level-tab .account-lv-table .sub-title {
  border-top: 1px solid #a9a9a9;
  background-color: darkgray;
  font-weight: 700;
}

#account-level-tab .account-lv-table .current-subs {
  visibility: hidden;
  padding-top: 5px;
  color: white;
}

#account-level-tab .account-lv-table .sign-in-btn-group {
  display: none;
  background-color: #ddd;
  height: 75px;
}

#account-level-tab .account-lv-table .sign-in-btn-group .btn {
  padding: 2px 6px;
}

#account-level-tab .account-lv-table .sign-in-btn-group p {
  margin: 0;
}

#account-level-tab .account-lv-table .upgrade {
  background-color: #ddd;
  padding-top: 0;
}

#account-level-tab .account-lv-table .selected {
  -webkit-box-shadow: 0 0 10px 1px rgba(119,119,119,0.7);
  box-shadow: 0 0 10px 1px rgba(119,119,119,0.7);
  z-index: 1;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #005686;
  padding-bottom: 5px;
}

#account-level-tab .account-lv-table .selected .current-subs {
  visibility: visible;
}

#account-level-tab .account-lv-table .selected li {
  background-color: white;
  border-left: 0;
}

@media (max-width: 1200px) {
  #account-level-tab .account-lv-table * {
    font-size: 12px;
  }

  #account-level-tab .account-lv-table .cell {
    height: 40px;
    padding-top: 6px;
  }

  #account-level-tab .account-lv-table li {
    height: 40px;
    padding-top: 6px;
  }

  #account-level-tab .account-lv-table .title {
    font-size: 12px;
  }

  #account-level-tab .account-lv-table .sign-in-btn-group {
    height: 55px;
    font-size: 10px;
  }

  #account-level-tab .account-lv-table .upgrade {
    padding-top: 0;
  }

  #account-level-tab .account-lv-table .upgrade .btn-red {
    padding: 2px 3px;
    font-size: 11px;
  }
}

#account-level-tab .account-level-panel {
  margin-bottom: 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#account-level-tab .account-level-panel.selected {
  border-top: 10px solid #005686;
  border-bottom: 5px solid #005686;
}

#account-level-tab .account-level-panel.selected .panel-heading {
  -webkit-border-radius: 0;
  border-radius: 0;
}

#account-level-tab .account-level-panel .panel-heading {
  background-color: darkgray;
}

#account-level-tab .account-level-panel .panel-heading span {
  font-size: 18px;
  font-family: "3DSSemiBold";
}

#account-level-tab .account-level-panel .panel-heading .btn-red span {
  font-size: 12px !important;
}

#account-level-tab .account-level-panel ul li {
  padding: 5px;
  height: auto;
}

#student-access-marketing-detail h3 {
  font-family: "3DSSemiBold";
}

#student-access-marketing-detail ul li {
  padding: 5px;
}

#drive #drive-marketing-banner {
  background-image: url(/r3/img/drive/drive_banner_final.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 2%;
  padding-bottom: 17%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 30px;
  color: white;
  text-align: center;
}

#drive #drive-marketing-banner h1 {
  font-family: "3DSSemiBold";
  font-size: 40px;
  text-shadow: 2px 2px #666;
  margin-top: 10px;
}

#drive #drive-marketing-banner h3 {
  font-size: 26px;
  text-shadow: 2px 2px #666;
}

@media (max-width: 767px) {
  #drive #drive-marketing-banner h1 {
    font-size: 20px;
  }

  #drive #drive-marketing-banner h3 {
    font-size: 16px;
  }
}

#drive #drive-app-section .drive-app {
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 20px;
}

#drive #drive-app-section .drive-app p {
  font-family: "3DSRegular";
  font-size: 22px;
  color: #da291c;
  margin: 0;
}

#drive #drive-app-section .drive-app img {
  width: 100%;
  height: auto;
}

#drive #drive-app-section .drive-app .drive-btn-group {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  #drive #drive-app-section .drive-app {
    width: 50%;
  }
}

#drive #drive-marketing-description-b {
  background-color: #f5f5f5;
  text-align: center;
  color: #333;
  padding: 2%;
}

#drive #drive-marketing-description-b p {
  font-family: "3DSRegular";
  font-size: 20px;
  margin: 0;
  padding: 10px;
}

#drive #drive-marketing-description-b hr {
  border-top: none;
  margin: 0;
}

@media (max-width: 767px) {
  #drive #drive-marketing-description-b hr {
    border-top: 1px dashed #a9a9a9;
    margin: inherit;
  }

  #drive #drive-marketing-description-b p {
    font-size: 16px;
  }
}

#drive #drive-marketing-description {
  background-color: #f5f5f5;
  text-align: center;
  color: #333;
  padding: 2%;
}

#drive #drive-marketing-description .col-md-4,
#drive #drive-marketing-description .col-sm-4 {
  border-left: 1px dashed #a9a9a9;
}

#drive #drive-marketing-description .col-md-4:nth-child(1),
#drive #drive-marketing-description .col-sm-4:nth-child(1) {
  border-left: none;
}

#drive #drive-marketing-description .col-md-4 .description-item,
#drive #drive-marketing-description .col-sm-4 .description-item {
  height: 15vh;
  padding: 20px;
  overflow: hidden;
}

#drive #drive-marketing-description .col-md-4 .description-item p,
#drive #drive-marketing-description .col-sm-4 .description-item p {
  font-family: "3DSRegular";
  font-size: 20px;
  margin: 0;
}

@media (max-width: 767px) {
  #drive #drive-marketing-description .col-md-4,
  #drive #drive-marketing-description .col-sm-4 {
    border-left: none;
    border-top: 1px dashed #a9a9a9;
  }

  #drive #drive-marketing-description .col-md-4:nth-child(1),
  #drive #drive-marketing-description .col-sm-4:nth-child(1) {
    border-top: none;
  }

  #drive #drive-marketing-description .col-md-4 .description-item,
  #drive #drive-marketing-description .col-sm-4 .description-item {
    height: auto;
  }

  #drive #drive-marketing-description .col-md-4 .description-item p,
  #drive #drive-marketing-description .col-sm-4 .description-item p {
    font-size: 16px;
  }
}

body {
  padding-right: 0 !important;
}

#swotc-noaccess {
  padding-top: 30px;
}

#swotc-noaccess .fa-exclamation-triangle {
  float: left;
  margin-right: 10px;
  color: #ffd54f;
}

#swotc-noaccess p {
  font-size: 25px;
  font-family: "3DSRegular";
}

#swotc-noaccess hr {
  border-color: #ccc;
}

#swotc-noaccess #reseller-info table {
  margin-left: 65px;
}

#swotc-noaccess #reseller-info table tr td {
  padding: 10px 0;
}

#swotc-noaccess #reseller-info table tr td:nth-child(2) {
  padding-left: 10px;
}

#user-init {
  position: relative;
}

#user-init * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#user-init * h1,
#user-init * h2,
#user-init * h3,
#user-init * h4,
#user-init * h5 {
  font-family: "3DSSemiBold";
}

#user-init .disable-notice-banner {
  background-image: url(/r3/img/swotc/bg-01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
  position: relative;
  padding-left: 20px;
  padding-top: 15%;
  padding-bottom: 15%;
}

#user-init .disable-notice-banner h1 {
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  text-shadow: 1px 1px #333;
  font-size: 30px;
}

@media (max-width: 500px) {
  #user-init .disable-notice-banner h1 {
    font-size: 22px;
  }
}

#user-init .disable-notice-text {
  padding: 20px;
}

#user-init .disable-notice-text p {
  font-size: 18px;
}

#user-init .btn-ghost {
  background-color: transparent;
  border: 1px solid white;
  padding: 6px 36px;
  outline: 0;
}

#user-init #userInit-alert {
  width: 85%;
  position: absolute;
  top: 5vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 999;
}

#user-init #userInit-alert h2 {
  margin-top: 5px;
}

#user-init #userInit-alert .close {
  opacity: 0.5;
}

#user-init #userInit-alert .close span {
  font-size: 18px;
}

#user-init .play-panel-align {
  text-align: center;
}

#user-init #userInit-hero-banner {
  margin-bottom: 0px;
}

#user-init #userInit-hero-banner .userInit-hero {
  padding-top: 5px;
  overflow: hidden;
  background-image: url(/r3/img/swotc/bg-02.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  text-align: center;
  position: relative;
}

#user-init #userInit-hero-banner .userInit-hero.t1 {
  background-image: url(/r3/img/swotc/bg-01.jpg);
}

#user-init #userInit-hero-banner .userInit-hero.t2 {
  background-image: url(/r3/img/swotc/bg-03.jpg);
}

#user-init #userInit-hero-banner .userInit-hero h1 {
  font-size: 54px;
}

#user-init #userInit-hero-banner .userInit-hero .hero-img {
  height: 50vh;
}

#user-init #userInit-hero-banner .userInit-hero .login-form {
  padding: 30px 0;
  margin-top: -30px;
  position: relative;
  text-align: center;
  background-color: white;
}

#user-init #userInit-hero-banner .userInit-hero .login-form * {
  font-family: "3DSSemiBold";
  font-size: 20px;
  color: white;
}

#user-init #userInit-hero-banner .userInit-hero .login-form p {
  font-size: 32px;
  margin-bottom: 15px;
  color: #333;
}

#user-init #userInit-hero-banner .userInit-hero .login-form .btn {
  width: 200px;
  text-decoration: none;
  color: white;
  margin-right: 20px;
}

#user-init #userInit-hero-banner .userInit-hero .login-form a {
  text-decoration: none;
}

@media (max-width: 1024px) {
  #user-init #userInit-hero-banner .userInit-hero .login-form p {
    font-size: 22px;
  }
}

@media (max-width: 1600px) {
  #user-init #userInit-hero-banner .userInit-hero h1 {
    font-size: 54px;
  }
}

@media (max-width: 1200px) {
  #user-init #userInit-hero-banner .userInit-hero h1 {
    font-size: 46px;
  }

  #user-init #userInit-hero-banner .userInit-hero .login-form * {
    font-size: 16px;
  }

  #user-init #userInit-hero-banner .userInit-hero .login-form p {
    font-size: 30px;
  }
}

@media (max-width: 1024px) {
  #user-init #userInit-hero-banner .userInit-hero h1 {
    font-size: 36px;
  }

  #user-init #userInit-hero-banner .userInit-hero .login-form * {
    font-size: 14px;
  }

  #user-init #userInit-hero-banner .userInit-hero .login-form p {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  #user-init #userInit-hero-banner .userInit-hero h1 {
    font-size: 32px;
  }

  #user-init #userInit-hero-banner .userInit-hero h3 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  #user-init #userInit-hero-banner .userInit-hero h1 {
    font-size: 32px;
  }
}

#user-init #userInit-hero-banner .userInit-expired .userInit-expired-intro {
  text-align: left;
}

#user-init #userInit-hero-banner .userInit-expired .userInit-expired-intro h1 {
  font-size: 46px;
}

#user-init #userInit-hero-banner .userInit-expired .userInit-expired-intro p {
  margin-top: 20px;
  margin-bottom: 30px;
  max-width: 80%;
}

@media (max-width: 1600px) {
  #user-init #userInit-hero-banner .userInit-expired .userInit-expired-intro h1 {
    font-size: 42px;
  }

  #user-init #userInit-hero-banner .userInit-expired .userInit-expired-intro h3 {
    font-size: 22px;
  }
}

@media (max-width: 1440px) {
  #user-init #userInit-hero-banner .userInit-expired .userInit-expired-intro h1 {
    font-size: 40px;
  }
}

@media (max-width: 1350px) {
  #user-init #userInit-hero-banner .userInit-expired .userInit-expired-intro h1 {
    font-size: 32px;
  }

  #user-init #userInit-hero-banner .userInit-expired .userInit-expired-intro h3 {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  #user-init #userInit-hero-banner .userInit-expired .userInit-expired-intro h1 {
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  #user-init #userInit-hero-banner .userInit-expired .userInit-expired-intro h1 {
    font-size: 28px;
  }

  #user-init #userInit-hero-banner .userInit-expired .userInit-expired-intro h3 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  #user-init #userInit-hero-banner .userInit-expired .userInit-expired-intro {
    text-align: center;
  }
}

#user-init #userInit-hero-banner .userInit-expired .userInit-expired-img {
  text-align: center;
}

#user-init #userInit-hero-banner .userInit-expired .userInit-expired-img .hero-img {
  height: 30vh;
}

#user-init #userInit-play-panel {
  padding: 2% 0;
  z-index: 1;
  position: relative;
}

#user-init #userInit-play-panel h1 {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 15px;
}

@media (max-width: 1600px) {
  #user-init #userInit-play-panel h1 {
    font-size: 30px;
  }
}

@media (max-width: 1200px) {
  #user-init #userInit-play-panel h1 {
    font-size: 28px;
  }
}

#user-init #userInit-play-panel .custom-trial-play-panel .checkbox label {
  margin: 0 150px;
  text-align: left;
}

#user-init #userInit-play-panel .trial-play-panel {
  margin-bottom: 20px;
  margin-top: 10px;
  min-width: 650px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

#user-init #userInit-play-panel .trial-play-panel .checkbox {
  text-align: center;
}

#user-init #userInit-play-panel .trial-play-panel h1 {
  padding: 0;
}

#user-init #userInit-play-panel .trial-play-panel h2 {
  text-align: center;
}

#user-init #userInit-play-panel .trial-play-panel .form-inline {
  width: 100%;
}

#user-init #userInit-play-panel .trial-play-panel .form-inline .form-group {
  display: inline-block;
  margin: 3%;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
}

#user-init #userInit-play-panel .trial-play-panel .form-inline .form-group label {
  display: block;
  font-family: "3DSRegular";
  font-weight: normal;
  text-align: left;
}

#user-init #userInit-play-panel .trial-play-panel .form-inline .form-group .select-group button {
  min-width: 200px;
  width: auto;
  float: left;
  text-align: center;
}

#user-init #userInit-play-panel .trial-play-panel .form-inline .form-group .select-group button span {
  text-align: center;
  font-family: "3DSRegular";
}

#user-init #userInit-play-panel .trial-play-panel .form-inline .form-group .select-group button span:first-child {
  float: left;
}

#user-init #userInit-play-panel .trial-play-panel .form-inline .form-group .select-group button span:last-child {
  float: right;
}

#user-init #userInit-play-panel .trial-play-panel .form-inline .form-group .select-group ul {
  min-width: 200px;
  width: auto;
  font-family: "3DSRegular";
}

#user-init #userInit-play-panel .trial-play-panel .form-inline .form-group .select-group ul li {
  padding: 10px;
  cursor: pointer;
  background-clip: padding-box;
  font-family: "3DSRegular";
}

#user-init #userInit-play-panel .trial-play-panel .form-inline .form-group .select-group ul li:hover {
  background-color: #ddd;
}

#user-init #userInit-play-panel .trial-play-panel .form-inline .form-group .select-group ul li span {
  font-family: "3DSRegular";
}

#user-init #userInit-play-panel .trial-play-panel .form-inline .form-group .select-group .fast {
  color: #2bab01;
}

#user-init #userInit-play-panel .trial-play-panel .form-inline .form-group .select-group .slow {
  color: #ffe200;
}

#user-init #userInit-play-panel .trial-play-panel .form-inline .form-group .select-group .disable {
  color: #ccc;
}

#user-init #userInit-play-panel .trial-play-panel .form-inline .form-group .select-group .disable ~ span {
  color: #ccc;
}

#user-init #userInit-play-panel .trial-play-panel .form-inline .form-group .info-icon {
  cursor: pointer;
  margin-left: 5px;
}

#user-init #userInit-play-panel .trial-play-panel .form-inline .form-group .btn-red {
  padding: 6px 36px;
  font-size: 16px;
}

@media (max-width: 1600px) {
  #user-init #userInit-play-panel .trial-play-panel .form-inline .form-group {
    margin-right: 30px;
  }
}

@media (max-width: 1200px) {
  #user-init #userInit-play-panel .trial-play-panel .form-inline .form-group {
    margin-right: 20px;
  }
}

@media (max-width: 1024px) {
  #user-init #userInit-play-panel .trial-play-panel {
    min-width: 621px;
  }
}

#user-init #userInit-play-panel .trial-timer {
  text-align: center;
}

@media (min-width: 1024px) {
  #user-init #userInit-play-panel .trial-timer {
    margin-top: -30px;
  }
}

#user-init #userInit-play-panel .trial-timer p {
  font-size: 16px;
  font-family: "3DSRegular";
}

#user-init #userInit-play-panel .trial-timer .evaldays {
  margin-top: 60px;
}

#user-init #userInit-play-panel .trial-timer .evaldayst3 {
  margin-top: 20px;
}

#user-init #userInit-play-panel .trial-timer .evaltime {
  font-size: 48px;
  font-weight: lighter;
  color: #555;
}

#user-init #userInit-play-panel .trial-timer .evaltimetext {
  color: #555;
  font-size: 16px;
}

#user-init #userInit-play-panel .trial-timer .timer-clock {
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 300px;
}

#user-init #userInit-play-panel .trial-timer .timer-clock ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#user-init #userInit-play-panel .trial-timer .timer-clock ul li {
  display: inline-block;
}

#user-init #userInit-play-panel .trial-timer .timer-clock ul li p:first-child {
  font-size: 24px;
}

#user-init #userInit-play-panel .trial-timer .timer-clock ul li p:last-child {
  font-size: 14px;
}

#user-init #userInit-play-panel .trail-expired-btn {
  margin-top: 18px;
  margin-left: 10%;
  padding: 6px 36px;
  font-family: "3DSSemiBold";
  font-size: 16px;
}

@media (max-width: 991px) {
  #user-init #userInit-play-panel .trail-expired-btn {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

#user-init #userInit-marketing-banner .swopt-market-head-noaccess {
  padding-left: 150px;
}

@media (max-width: 1200px) {
  #user-init #userInit-marketing-banner .swopt-market-head-noaccess {
    width: 48% !important;
    padding-left: 60px;
  }
}

@media (max-width: 767px) {
  #user-init #userInit-marketing-banner .swopt-market-head-noaccess {
    width: 46% !important;
    padding-left: 45px;
  }
}

#user-init #userInit-marketing-banner .swopt-market-head-noaccess span.underline {
  text-decoration: underline;
}

#user-init #userInit-marketing-banner .swopt-player img {
  width: 100%;
  height: 100%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

#user-init #userInit-marketing-banner .swopt-market-head-noaccess h3 {
  padding-bottom: 10px;
}

@media (max-width: 1600px) {
  #user-init #userInit-marketing-banner .swopt-market-head-noaccess h3 {
    font-size: 19.5px;
    line-height: 30px;
  }
}

@media (min-width: 480px) and (max-width: 1200px) {
  #user-init #userInit-marketing-banner .swopt-market-head-noaccess h3 {
    font-size: 17.5px;
    line-height: 30px;
  }
}

#user-init #userInit-marketing-banner .swopt-market-head-noaccess .head {
  color: #424242;
  text-align: left;
  font-weight: normal;
  font-family: sans-serif;
}

#user-init #userInit-marketing-banner .beta-backdrop-img-expired {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding-top: 30px;
  background-color: #d8d6d6;
}

#user-init #userInit-marketing-banner .beta-backdrop-img-expired .head {
  padding-top: 25px;
}

#user-init #userInit-marketing-banner #beta-swotc-expired-computer {
  text-align: center;
  background-image: url(/r3/img/beta-desktop-monitor-2017.png);
  background-repeat: no-repeat;
  width: 625px;
  height: 385px;
}

#user-init #userInit-marketing-banner .beta-backdrop-img-notloggedin {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding-top: 30px;
  background-color: #d8d6d6;
  padding-bottom: 30px;
}

@media (max-width: 1200px) {
  #user-init #userInit-marketing-banner .beta-backdrop-img-notloggedin .head h2 {
    font-size: 24px;
  }
}

#user-init #userInit-marketing-banner .beta-notloggedin {
  font-size: 16px;
  font-family: inherit;
  font-weight: bold;
  line-height: 36px;
}

#user-init #userInit-marketing-banner #beta-swotc-not-loggedin-computer {
  text-align: center;
  background-image: url(/r3/img/beta-computer-angle.png);
  background-repeat: no-repeat;
  width: 625px;
  height: 385px;
}

#user-init #userInit-marketing-banner #beta-embed-container-expired {
  padding-left: 50px;
}

#user-init #userInit-marketing-banner .flex-container-student {
  background-color: #e0e0e0;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 1%;
  padding-bottom: 2%;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
  display: table;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

#user-init #userInit-marketing-banner .flex-container-student .item {
  border-left: 1px solid #a9a9a9;
  padding-left: 30px;
}

#user-init #userInit-marketing-banner .flex-container-student .item:nth-child(1) {
  border-left: none;
}

#user-init #userInit-marketing-banner .flex-container-student .item p {
  font-family: "3DSRegular";
}

#user-init #userInit-marketing-banner .flex-container-student span {
  display: table-cell;
  padding-right: 30px;
}

#user-init #userInit-marketing-banner .flex-container {
  background-color: #e0e0e0;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 1%;
  padding-bottom: 2%;
  padding-left: 8%;
  padding-right: 8%;
  overflow: hidden;
  display: table;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

#user-init #userInit-marketing-banner .flex-container .item {
  border-left: 1px solid #a9a9a9;
  padding-left: 30px;
}

#user-init #userInit-marketing-banner .flex-container .item:nth-child(1) {
  border-left: none;
}

#user-init #userInit-marketing-banner .flex-container .item p {
  font-family: "3DSRegular";
}

#user-init #userInit-marketing-banner .flex-container span {
  display: table-cell;
  padding-right: 30px;
}

#user-init #userInit-marketing-banner .purchase-banner {
  background-image: url(/r3/img/swotc/Buy_Banner_grey_slant.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 60%;
  padding: 60px 5% 50px 50%;
  text-align: left;
}

#user-init #userInit-marketing-banner .purchase-banner * {
  font-family: "3DSRegular";
  font-size: 28px;
}

#user-init #userInit-marketing-banner .purchase-banner p {
  color: #333;
  margin-bottom: 30px;
}

#user-init #userInit-marketing-banner .purchase-banner p br:lang(pt_BR) {
  display: none;
}

#user-init #userInit-marketing-banner .purchase-banner p br:lang(fr_FR) {
  display: none;
}

#user-init #userInit-marketing-banner .purchase-banner p br:lang(de_DE) {
  display: none;
}

#user-init #userInit-marketing-banner .purchase-banner p br:lang(es_ES) {
  display: none;
}

#user-init #userInit-marketing-banner .purchase-banner p br:lang(cs_CZ) {
  display: none;
}

#user-init #userInit-marketing-banner .purchase-banner p br:lang(it_IT) {
  display: none;
}

#user-init #userInit-marketing-banner .purchase-banner p br:lang(ko_KR) {
  display: none;
}

#user-init #userInit-marketing-banner .purchase-banner p br:lang(pl_PL) {
  display: none;
}

#user-init #userInit-marketing-banner .purchase-banner p br:lang(ru_RU) {
  display: none;
}

#user-init #userInit-marketing-banner .purchase-banner p br:lang(tr_TR) {
  display: none;
}

#user-init #userInit-marketing-banner .purchase-banner p br:lang(zh_CN) {
  display: none;
}

#user-init #userInit-marketing-banner .purchase-banner .btn-red {
  margin-top: 20px;
  padding: 6px 90px;
  outline: 0;
}

@media (max-width: 1400px) {
  #user-init #userInit-marketing-banner .purchase-banner {
    padding: 20px 1% 20px 45%;
  }

  #user-init #userInit-marketing-banner .purchase-banner * {
    font-size: 26px;
  }
}

@media (max-width: 1200px) {
  #user-init #userInit-marketing-banner .purchase-banner * {
    font-size: 24px;
  }
}

@media (max-width: 1000px) {
  #user-init #userInit-marketing-banner .purchase-banner {
    padding: 20px 1% 20px 55%;
  }

  #user-init #userInit-marketing-banner .purchase-banner * {
    font-size: 22px;
  }
}

@media (max-width: 900px) {
  #user-init #userInit-marketing-banner .purchase-banner {
    padding: 20px 1% 20px 60%;
  }

  #user-init #userInit-marketing-banner .purchase-banner * {
    font-size: 20px;
  }
}

#user-init .contact-banner {
  padding-top: 18px;
  margin: 30px 0;
}

#user-init .contact-banner .info-block {
  text-align: center;
  position: relative;
}

#user-init .contact-banner .info-block *:not(.fa) {
  font-family: "3DSRegular";
}

#user-init .contact-banner .info-block p {
  font-size: 24px;
  color: #333;
  display: inline-block;
}

#user-init .contact-banner .info-block .btn-ghost {
  font-size: 22px;
  padding: 2px 14px;
  margin-left: 100px;
  border: 2px solid #da291c;
  color: #da291c;
  vertical-align: 1px;
}

#user-init .contact-banner .info-block .question-icon {
  cursor: pointer;
  margin-left: 10px;
  vertical-align: 5px;
}

@media (max-width: 1300px) {
  #user-init .contact-banner .info-block p {
    font-size: 20px;
  }

  #user-init .contact-banner .info-block .btn-ghost {
    font-size: 20px;
    margin-left: 60px;
  }
}

#user-init #userInit-guides {
  background-color: #efefef;
  padding: 30px 0;
}

#user-init #userInit-guides h2 {
  padding-left: 15px;
  margin: 0;
}

#user-init #userInit-guides a {
  text-decoration: none;
}

#user-init #userInit-guides .guide-widget {
  margin: 25px 0;
  border: 1px solid #d3d3d3;
  display: block;
  cursor: pointer;
}

#user-init #userInit-guides .guide-widget img {
  width: 100%;
  height: auto;
}

#user-init #userInit-guides .guide-widget .guide-intro {
  background-color: white;
  text-align: left;
  padding: 20px;
}

#user-init #userInit-guides .guide-widget .guide-intro .guide-title {
  color: #333;
  font-size: 16px;
}

#user-init #userInit-guides .guide-widget .guide-intro .guide-description {
  color: #337ab7;
  font-size: 14px;
  height: 3em;
}

@media (max-width: 1200px) {
  #user-init #userInit-guides .guide-widget .guide-intro .guide-title {
    font-size: 14px;
  }

  #user-init #userInit-guides .guide-widget .guide-intro .guide-description {
    font-size: 12px;
  }
}

@media (max-width: 1024px) {
  #user-init #userInit-guides .guide-widget .guide-intro .guide-title {
    font-size: 12px;
  }

  #user-init #userInit-guides .guide-widget .guide-intro .guide-description {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  #user-init #userInit-guides .guide-widget .guide-intro .guide-title {
    font-size: 10px;
  }

  #user-init #userInit-guides .guide-widget .guide-intro .guide-description {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  #user-init #userInit-guides .guide-widget .guide-intro .guide-title {
    font-size: 16px;
  }

  #user-init #userInit-guides .guide-widget .guide-intro .guide-description {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  #user-init #userInit-guides .guide-widget .guide-intro .guide-title {
    font-size: 14px;
  }

  #user-init #userInit-guides .guide-widget .guide-intro .guide-description {
    font-size: 12px;
  }
}

#user-init #userInit-faq {
  background-image: url(/r3/img/swotc/Grid-banner-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding-bottom: 50px;
  margin-top: 20px;
}

#user-init #userInit-faq .faq-cover {
  display: inline-block;
  max-width: 200px;
  height: auto;
}

#user-init #userInit-faq .faq-section {
  display: inline-block;
  padding: 20px;
  text-align: left;
}

#user-init #userInit-faq .faq-section * {
  font-family: "3DSRegular";
  font-size: 16px;
}

#user-init #userInit-faq .faq-section h4 {
  margin-bottom: 30px;
  font-size: 20px;
}

#user-init #userInit-faq .faq-section a {
  margin-top: 35px;
  font-size: 20px;
}

#user-init #post-loading,
#user-init #pre-loading {
  color: white;
  background-color: rgba(0,0,0,0.8);
}

#user-init #post-loading .fa-spinner,
#user-init #pre-loading .fa-spinner {
  font-size: 4em;
}

#user-init #post-loading .post-loading-icons,
#user-init #pre-loading .post-loading-icons {
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -100px;
  text-align: center;
}

#user-init #post-loading .post-loading-icons img,
#user-init #pre-loading .post-loading-icons img {
  display: inline-block;
}

#user-init #post-loading .post-loading-icons h2,
#user-init #pre-loading .post-loading-icons h2 {
  font-family: "3DSSemiBold";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

#user-init #post-loading .post-loading-icons p,
#user-init #pre-loading .post-loading-icons p {
  font-family: "3DSRegular";
  font-size: 18px;
  display: inline-block;
  vertical-align: super;
}

#user-init #post-loading .post-loading-icons .loading-icon,
#user-init #pre-loading .post-loading-icons .loading-icon {
  display: inline-block;
  height: 20px;
}

#user-init #post-loading .post-loading-icons .loading-icon>div,
#user-init #pre-loading .post-loading-icons .loading-icon>div {
  float: left;
  background: #555;
  height: 100%;
  width: 2px;
  margin-right: 2px;
  display: inline-block;
  -webkit-animation: loading 1.5s infinite ease-in-out;
  -o-animation: loading 1.5s infinite ease-in-out;
  animation: loading 1.5s infinite ease-in-out;
  -webkit-transform: scaleY(0.8);
  -ms-transform: scaleY(0.8);
  -o-transform: scaleY(0.8);
  transform: scaleY(0.8);
}

#user-init #post-loading .post-loading-icons .loading-icon .bar1,
#user-init #pre-loading .post-loading-icons .loading-icon .bar1 {
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#user-init #post-loading .post-loading-icons .loading-icon .bar2,
#user-init #pre-loading .post-loading-icons .loading-icon .bar2 {
  -webkit-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#user-init #post-loading .post-loading-icons .loading-icon .bar3,
#user-init #pre-loading .post-loading-icons .loading-icon .bar3 {
  -webkit-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

#user-init #post-loading .post-loading-icons .loading-icon .bar4,
#user-init #pre-loading .post-loading-icons .loading-icon .bar4 {
  -webkit-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

#user-init #post-loading .post-loading-icons .loading-icon .bar5,
#user-init #pre-loading .post-loading-icons .loading-icon .bar5 {
  -webkit-animation-delay: 1.0s;
  -o-animation-delay: 1.0s;
  animation-delay: 1.0s;
}

#user-init #post-loading .post-loading-icons .loading-icon .bar6,
#user-init #pre-loading .post-loading-icons .loading-icon .bar6 {
  -webkit-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

@-webkit-keyframes loading {
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    background: white;
  }
}

@-o-keyframes loading {
  50% {
    -o-transform: scaleY(1);
    transform: scaleY(1);
    background: white;
  }
}

@keyframes loading {
  50% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    background: white;
  }
}

#user-init #post-loading .post-loading-icons .loading-progress-bar,
#user-init #pre-loading .post-loading-icons .loading-progress-bar {
  width: 20%;
  margin: 0 auto;
}

#user-init #post-loading .post-loading-icons .loading-progress-bar .progress,
#user-init #pre-loading .post-loading-icons .loading-progress-bar .progress {
  border: 2px solid #333;
  -webkit-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
  background-color: #333;
}

#user-init #post-loading .post-loading-icons .loading-progress-bar .progress .progress-bar,
#user-init #pre-loading .post-loading-icons .loading-progress-bar .progress .progress-bar {
  background-color: white;
}

#swotc-t2plus {
  display: block;
  padding: 10px 0 30px 0;
  position: relative;
}

#swotc-t2plus h2 {
  font-family: "3DSSemiBold";
  margin-bottom: 20px;
}

@media (max-width: 1440px) {
  #swotc-t2plus h2 {
    font-size: 28px;
  }
}

@media (max-width: 1240px) {
  #swotc-t2plus h2 {
    font-size: 24px;
  }
}

@media (max-width: 1110px) {
  #swotc-t2plus h2 {
    font-size: 22px;
  }
}

#swotc-t2plus .notice-section {
  padding: 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#swotc-t2plus .notice-section .notice-description {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
}

#swotc-t2plus .notice-section .notice-description p {
  font-size: 16px;
  line-height: 25px;
  width: 86%;
}

#swotc-t2plus .notice-section .renew-form {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  text-align: center;
  margin-top: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#swotc-t2plus .notice-section .renew-form form {
  background-color: #efefef;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#swotc-t2plus .notice-section .renew-form form .header {
  background-color: #005686;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 22px;
  font-family: "3DSRegular";
  color: white;
  padding: 10px 0;
}

#swotc-t2plus .notice-section .renew-form form section {
  padding: 15px;
  text-align: left;
}

#swotc-t2plus .notice-section .renew-form form section .warning-msg {
  color: red;
  font-size: 12px;
}

#swotc-t2plus .notice-section .renew-form form section .divider {
  height: 10px;
}

#swotc-t2plus .notice-section .renew-form form section input {
  width: 100%;
}

#swotc-t2plus .notice-section .renew-form form section textarea {
  width: 100%;
}

#swotc-t2plus .notice-section .renew-form form p {
  text-align: right;
  padding: 0 15px;
  margin-bottom: 15px;
}

#swotc-t2plus .notice-section .renew-form form p button {
  font-size: 16px;
  font-family: "3DSRegular";
}

@media (max-width: 1023px) {
  #swotc-t2plus .notice-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #swotc-t2plus .notice-section .notice-description p {
    width: 100%;
  }
}

#swotc-t2plus .contact-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 30px;
  margin: 30px 0;
  background-color: #efefef;
}

#swotc-t2plus .contact-section .contact-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  font-size: 22px;
  font-family: "3DSRegular";
  line-height: 40px;
  vertical-align: middle;
}

#swotc-t2plus .contact-section .contact-btn {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#swotc-t2plus .contact-section .contact-btn button {
  font-size: 20px;
  font-family: "3DSRegular";
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

@media (max-width: 1023px) {
  #swotc-t2plus .contact-section .contact-text {
    font-size: 18px;
    text-align: center;
  }

  #swotc-t2plus .contact-section .contact-btn button {
    font-size: 18px;
  }
}

#swotc-t2plus .about-section {
  padding: 0 30px;
}

#swotc-t2plus .about-section .about-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#swotc-t2plus .about-section .about-wrapper .about-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 33%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  padding: 0 20px;
}

#swotc-t2plus .about-section .about-wrapper .about-box h4 {
  margin-top: 0;
}

#swotc-t2plus .about-section .about-wrapper .about-box p {
  font-size: 14px;
}

#swotc-t2plus .about-section .about-wrapper .about-box ul {
  margin-bottom: 0;
  list-style: none;
  padding-left: 0;
}

#swotc-t2plus .about-section .about-wrapper .about-box ul li {
  font-size: 14px;
  margin: 9px 0;
}

#swotc-t2plus .about-section .about-wrapper .about-box a {
  font-size: 16px;
}

#swotc-t2plus .about-section .about-wrapper .about-box:nth-of-type(1) {
  padding-left: 0;
}

#swotc-t2plus .about-section .about-wrapper .about-box:nth-of-type(2) {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

@media (max-width: 1023px) {
  #swotc-t2plus .about-section .about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #swotc-t2plus .about-section .about-wrapper .about-box {
    padding: 20px 0;
  }

  #swotc-t2plus .about-section .about-wrapper .about-box:nth-of-type(2) {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
  }
}

#swotc-faq .page-ctrl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#swotc-faq .panel-group .panel {
  border-color: #005686;
}

#swotc-faq .panel-group .panel .panel-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  color: #005686;
}

#post-loading .modal-content,
#user-init #pre-loading .modal-content,
#pre-loading .modal-content,
#contact-reseller-modal-t1 .modal-content,
#contact-reseller-modal-t2 .modal-content,
#how-to-buy-modal .modal-content,
#color-modal .modal-content,
#wufoo-feedback-Modal .modal-content,
#userNeedUpdateProfile-modal .modal-content {
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

#post-loading .modal-content .modal-header,
#user-init #pre-loading .modal-content .modal-header,
#pre-loading .modal-content .modal-header,
#contact-reseller-modal-t1 .modal-content .modal-header,
#contact-reseller-modal-t2 .modal-content .modal-header,
#how-to-buy-modal .modal-content .modal-header,
#color-modal .modal-content .modal-header,
#wufoo-feedback-Modal .modal-content .modal-header,
#userNeedUpdateProfile-modal .modal-content .modal-header {
  position: relative;
  background-color: #eef1f3;
  color: #333333;
}

#post-loading .modal-content .modal-header .modal-title,
#user-init #pre-loading .modal-content .modal-header .modal-title,
#pre-loading .modal-content .modal-header .modal-title,
#contact-reseller-modal-t1 .modal-content .modal-header .modal-title,
#contact-reseller-modal-t2 .modal-content .modal-header .modal-title,
#how-to-buy-modal .modal-content .modal-header .modal-title,
#color-modal .modal-content .modal-header .modal-title,
#wufoo-feedback-Modal .modal-content .modal-header .modal-title,
#userNeedUpdateProfile-modal .modal-content .modal-header .modal-title {
  text-align: center;
}

#post-loading .modal-content .modal-header .close,
#user-init #pre-loading .modal-content .modal-header .close,
#pre-loading .modal-content .modal-header .close,
#contact-reseller-modal-t1 .modal-content .modal-header .close,
#contact-reseller-modal-t2 .modal-content .modal-header .close,
#how-to-buy-modal .modal-content .modal-header .close,
#color-modal .modal-content .modal-header .close,
#wufoo-feedback-Modal .modal-content .modal-header .close,
#userNeedUpdateProfile-modal .modal-content .modal-header .close {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 24px;
  opacity: 0.5;
}

#post-loading .modal-content .modal-header .close .fa-times-circle,
#user-init #pre-loading .modal-content .modal-header .close .fa-times-circle,
#pre-loading .modal-content .modal-header .close .fa-times-circle,
#contact-reseller-modal-t1 .modal-content .modal-header .close .fa-times-circle,
#contact-reseller-modal-t2 .modal-content .modal-header .close .fa-times-circle,
#how-to-buy-modal .modal-content .modal-header .close .fa-times-circle,
#color-modal .modal-content .modal-header .close .fa-times-circle,
#wufoo-feedback-Modal .modal-content .modal-header .close .fa-times-circle,
#userNeedUpdateProfile-modal .modal-content .modal-header .close .fa-times-circle {
  color: white;
}

#post-loading .modal-content .modal-body,
#user-init #pre-loading .modal-content .modal-body,
#pre-loading .modal-content .modal-body,
#contact-reseller-modal-t1 .modal-content .modal-body,
#contact-reseller-modal-t2 .modal-content .modal-body,
#how-to-buy-modal .modal-content .modal-body,
#color-modal .modal-content .modal-body,
#wufoo-feedback-Modal .modal-content .modal-body,
#userNeedUpdateProfile-modal .modal-content .modal-body {
  padding-bottom: 50px;
}

#post-loading .modal-content .modal-body hr,
#user-init #pre-loading .modal-content .modal-body hr,
#pre-loading .modal-content .modal-body hr,
#contact-reseller-modal-t1 .modal-content .modal-body hr,
#contact-reseller-modal-t2 .modal-content .modal-body hr,
#how-to-buy-modal .modal-content .modal-body hr,
#color-modal .modal-content .modal-body hr,
#wufoo-feedback-Modal .modal-content .modal-body hr,
#userNeedUpdateProfile-modal .modal-content .modal-body hr {
  border-color: #555;
}

#post-loading .modal-content .modal-body .info-box,
#user-init #pre-loading .modal-content .modal-body .info-box,
#pre-loading .modal-content .modal-body .info-box,
#contact-reseller-modal-t1 .modal-content .modal-body .info-box,
#contact-reseller-modal-t2 .modal-content .modal-body .info-box,
#how-to-buy-modal .modal-content .modal-body .info-box,
#color-modal .modal-content .modal-body .info-box,
#wufoo-feedback-Modal .modal-content .modal-body .info-box,
#userNeedUpdateProfile-modal .modal-content .modal-body .info-box {
  padding: 5px;
}

#post-loading .modal-content .modal-body .info-box p,
#user-init #pre-loading .modal-content .modal-body .info-box p,
#pre-loading .modal-content .modal-body .info-box p,
#contact-reseller-modal-t1 .modal-content .modal-body .info-box p,
#contact-reseller-modal-t2 .modal-content .modal-body .info-box p,
#how-to-buy-modal .modal-content .modal-body .info-box p,
#color-modal .modal-content .modal-body .info-box p,
#wufoo-feedback-Modal .modal-content .modal-body .info-box p,
#userNeedUpdateProfile-modal .modal-content .modal-body .info-box p {
  font-weight: bold;
}

#post-loading .modal-content .modal-body .info-box a,
#user-init #pre-loading .modal-content .modal-body .info-box a,
#pre-loading .modal-content .modal-body .info-box a,
#contact-reseller-modal-t1 .modal-content .modal-body .info-box a,
#contact-reseller-modal-t2 .modal-content .modal-body .info-box a,
#how-to-buy-modal .modal-content .modal-body .info-box a,
#color-modal .modal-content .modal-body .info-box a,
#wufoo-feedback-Modal .modal-content .modal-body .info-box a,
#userNeedUpdateProfile-modal .modal-content .modal-body .info-box a {
  margin-right: 100px;
  display: inline-block;
}

#post-loading .modal-content .modal-body .update-profile-form,
#user-init #pre-loading .modal-content .modal-body .update-profile-form,
#pre-loading .modal-content .modal-body .update-profile-form,
#contact-reseller-modal-t1 .modal-content .modal-body .update-profile-form,
#contact-reseller-modal-t2 .modal-content .modal-body .update-profile-form,
#how-to-buy-modal .modal-content .modal-body .update-profile-form,
#color-modal .modal-content .modal-body .update-profile-form,
#wufoo-feedback-Modal .modal-content .modal-body .update-profile-form,
#userNeedUpdateProfile-modal .modal-content .modal-body .update-profile-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#post-loading .modal-content .modal-body .update-profile-form .form-group,
#user-init #pre-loading .modal-content .modal-body .update-profile-form .form-group,
#pre-loading .modal-content .modal-body .update-profile-form .form-group,
#contact-reseller-modal-t1 .modal-content .modal-body .update-profile-form .form-group,
#contact-reseller-modal-t2 .modal-content .modal-body .update-profile-form .form-group,
#how-to-buy-modal .modal-content .modal-body .update-profile-form .form-group,
#color-modal .modal-content .modal-body .update-profile-form .form-group,
#wufoo-feedback-Modal .modal-content .modal-body .update-profile-form .form-group,
#userNeedUpdateProfile-modal .modal-content .modal-body .update-profile-form .form-group {
  text-align: left;
  width: 60%;
}

#post-loading .modal-content .modal-body .update-profile-form .form-group.text-center,
#user-init #pre-loading .modal-content .modal-body .update-profile-form .form-group.text-center,
#pre-loading .modal-content .modal-body .update-profile-form .form-group.text-center,
#contact-reseller-modal-t1 .modal-content .modal-body .update-profile-form .form-group.text-center,
#contact-reseller-modal-t2 .modal-content .modal-body .update-profile-form .form-group.text-center,
#how-to-buy-modal .modal-content .modal-body .update-profile-form .form-group.text-center,
#color-modal .modal-content .modal-body .update-profile-form .form-group.text-center,
#wufoo-feedback-Modal .modal-content .modal-body .update-profile-form .form-group.text-center,
#userNeedUpdateProfile-modal .modal-content .modal-body .update-profile-form .form-group.text-center {
  text-align: center;
}

#feedback {
  margin-bottom: 20px;
}

#feedback .feedback-content .feedback-page-title {
  font: 22px "3DSSemiBold";
  color: #333;
  padding: 20px 0 10px 0;
}

#feedback .feedback-content .feedback-description {
  font-size: 14px;
  padding: 0 0 15px 0;
}

#feedback .feedback-content .checkbox {
  margin-top: 0;
}

#feedback .feedback-content .feedback-form-submit {
  margin-top: 5px;
}

#feedbackModal {
  padding-right: 0 !important;
}

#feedbackModal .modal-header .modal-title {
  color: #000000;
  font: 18px "3DSRegular";
}

#feedbackModal .modal-header .close {
  margin-top: 0 !important;
  background-color: transparent !important;
  background-image: url(/r3/img/cadhub/icons/cross-black.svg) !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 20px;
  height: 20px;
  top: 11px;
  right: 11px;
  position: absolute;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#feedbackModal .modal-body .login-form {
  padding: 0;
}

#feedbackModal .modal-body .login-form * {
  font-family: "3DSRegular";
}

#feedbackModal .modal-body .login-form .second-line-text {
  color: #9E9E9E;
}

#feedbackModal .modal-body .login-form ul {
  list-style: decimal;
  padding-left: 25px;
  margin: 0;
  margin-bottom: 10px;
}

#feedbackModal .modal-body .login-form ul li {
  padding: 5px 0;
}

#feedbackModal .modal-body .login-form ul li p {
  margin: 0;
}

#feedbackModal .modal-body .login-form .btn {
  padding: 10px 20px;
  text-shadow: none;
  margin-bottom: 10px;
}

#feedbackModal .modal-body .login-form .login-btn-group {
  margin-top: 10px;
}

#feedbackModal .modal-body .login-form .login-btn-group .btn {
  padding: 6px 12px;
}

#feedbackModal #signupIntroWrapper {
  display: none;
}

#feedbackModal #loginConfirmWrapper {
  display: none;
}

#feedbackModal #success-content {
  display: none;
}

#feedbackModal #success-content .green-header {
  background-color: #57b847 !important;
}

#feedbackModal #success-content .green-header .modal-title {
  color: white;
}

#feedbackModal #success-content .btn-ghost-green {
  border: 1px solid #57b847;
  background-color: white;
  color: #57b847;
}

#feedbackModal #success-content .btn-ghost-green:hover {
  background-color: #57b847;
  color: white;
}

#feedbackModal #feedback-content .blue-header {
  background-color: #42a2da !important;
}

#feedbackModal #feedback-content .blue-header .modal-title {
  color: white;
}

#feedbackModal #feedback-content .feedback-description {
  font-size: 14px;
  padding: 0 0 15px 0;
}

#feedbackModal #feedback-content #formErrors {
  display: none;
}

#feedbackModal #feedback-content .feedback-form-submit {
  margin-top: 5px;
  text-align: right;
}

#feedbackModal #feedback-content .feedback-form-submit .btn-ghost-blue {
  border: 1px solid #42a2da;
  background-color: white;
  color: #42a2da;
}

#feedbackModal #feedback-content .feedback-form-submit .btn-ghost-blue:hover {
  background-color: #42a2da;
  color: white;
}

#training a {
  text-decoration: none;
}

#training .section-icon-group {
  position: absolute;
  top: 0;
  left: 50%;
}

#training .section-icon-group .fa {
  font-size: 40px;
  margin: -50% -50%;
  background: #337ab7;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 20px;
  color: #f0f7ff;
}

#training h1 {
  font-family: "3DSSemiBold";
  font-size: 20px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
}

#training button:focus {
  outline: 0;
}

#training #training-marketing-banner {
  background-image: url(/r3/img/training/training_landingpage_banner3a.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
  text-align: left;
}

#training #training-marketing-banner .training-banner-content {
  padding-top: 10%;
  padding-left: 9%;
  padding-bottom: 2%;
}

#training #training-marketing-banner .training-banner-content h1 {
  text-shadow: 0px 0px 10px #333;
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: left;
  color: white;
}

#training #training-marketing-banner .training-banner-content ul {
  list-style-type: square;
  padding-left: 20px;
}

#training #training-marketing-banner .training-banner-content ul li {
  color: #da291c;
  padding: 2px 0;
}

#training #training-marketing-banner .training-banner-content ul li span {
  color: white;
  font-size: 20px;
}

@media (max-width: 480px) {
  #training #training-marketing-banner .training-banner-content {
    padding: 2% 9%;
  }

  #training #training-marketing-banner .training-banner-content h1 {
    font-size: 22px;
  }

  #training #training-marketing-banner .training-banner-content ul li span {
    font-size: 14px;
  }
}

#training #training-intro {
  padding: 25px 0 20px;
}

@media (max-width: 480px) {
  #training #training-intro {
    padding-top: 20px;
  }
}

#training #training-intro .intro-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 10px 0;
}

#training #training-intro .intro-item .intro-item-icon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: self-start;
  -ms-flex-item-align: self-start;
  align-self: self-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  background: #005686;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#training #training-intro .intro-item .intro-item-icon .fa {
  font-size: 40px;
  padding: 20px;
  color: #f0f7ff;
}

#training #training-intro .intro-item .intro-item-icon #cubeIcon {
  padding: 14px 12px 14px 16px;
  line-height: 1.3;
}

#training #training-intro .intro-item .intro-item-icon #laptopIcon {
  font-size: 49px;
  padding: 15px;
}

@media (max-width: 991px) {
  #training #training-intro .intro-item .intro-item-icon {
    height: 56px;
    width: 56px;
  }

  #training #training-intro .intro-item .intro-item-icon #laptopIcon {
    font-size: 25px;
  }

  #training #training-intro .intro-item .intro-item-icon #cubeIcon {
    font-size: 21px;
    padding: 14px;
  }

  #training #training-intro .intro-item .intro-item-icon .fa {
    font-size: 21px;
    padding: 17px;
  }
}

@media (max-width: 425px) {
  #training #training-intro .intro-item .intro-item-icon {
    height: 40px;
    width: 40px;
  }

  #training #training-intro .intro-item .intro-item-icon #laptopIcon {
    font-size: 20px;
    padding: 10px;
  }

  #training #training-intro .intro-item .intro-item-icon #cubeIcon {
    font-size: 17px;
    padding: 8px;
  }

  #training #training-intro .intro-item .intro-item-icon .fa {
    font-size: 20px;
    padding: 10px;
  }
}

#training #training-intro .intro-item .intro-item-body {
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -moz-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  padding: 10px;
}

#training #training-intro .intro-item .intro-item-body .intro-title {
  padding-bottom: 10px;
  color: #333;
  font-family: "3DSSemiBold";
  font-size: 20px;
}

#training #training-intro .intro-item .intro-item-body .intro-body p {
  font-family: Arial;
  color: #333;
  overflow: hidden;
  word-wrap: normal;
}

#training #training-intro .intro-item .intro-item-body .intro-link {
  color: #005686;
  text-decoration: none;
}

#training #training-intro .intro-item .intro-item-body .intro-link .fa {
  font-size: 15px;
  color: #005686;
}

#training #training-intro .intro-item .intro-item-body .intro-link:hover {
  text-decoration: underline;
}

#training #training-featured-lessons {
  padding: 15px 0 20px;
  position: relative;
  background-color: #f0f2f5;
}

#training #training-featured-lessons .featured-lesson-widget {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d9d7d9;
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 30px;
}

#training #training-featured-lessons .featured-lesson-widget .featured-lesson-title {
  color: #005686;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  height: 20px;
}

#training #training-featured-lessons .featured-lesson-widget .featured-lesson-title:hover {
  text-decoration: underline;
}

#training #training-featured-lessons .featured-lesson-widget img {
  width: 100%;
  height: auto;
  max-height: 200px;
}

#training #training-featured-learning-paths {
  padding: 15px 0 20px;
  position: relative;
}

#training #training-featured-learning-paths .featured-path-widget {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #f0f2f5;
  padding: 10px 15px;
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid #DCDCDC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  height: 200px;
}

@media (max-width: 1200px) {
  #training #training-featured-learning-paths .featured-path-widget {
    height: 245px;
  }
}

@media (max-width: 991px) {
  #training #training-featured-learning-paths .featured-path-widget {
    height: 165px;
  }
}

@media (max-width: 610px) {
  #training #training-featured-learning-paths .featured-path-widget {
    min-height: 185px;
  }
}

@media (max-width: 527px) {
  #training #training-featured-learning-paths .featured-path-widget {
    height: 165px;
  }
}

@media (max-width: 500px) {
  #training #training-featured-learning-paths .featured-path-widget {
    height: 185px;
  }
}

@media (max-width: 376px) {
  #training #training-featured-learning-paths .featured-path-widget {
    height: 220px;
  }
}

#training #training-featured-learning-paths .featured-path-widget .leftImageTile {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 142px;
  height: 142px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 11px;
  margin-right: 15px;
  border: 1px solid #DCDCDC;
}

@media (max-width: 991px) {
  #training #training-featured-learning-paths .featured-path-widget .leftImageTile {
    width: 127px;
    height: 127px;
    margin-top: 9px;
  }
}

@media (max-width: 527px) {
  #training #training-featured-learning-paths .featured-path-widget .leftImageTile {
    display: none;
  }
}

#training #training-featured-learning-paths .featured-path-widget .featured-path-title {
  color: #005686;
  text-align: left;
  font-size: 14px;
  text-overflow: ellipsis;
  margin-top: 10px;
}

#training #training-featured-learning-paths .featured-path-widget .featured-path-title:hover {
  text-decoration: underline;
}

#training #training-featured-learning-paths .featured-path-widget .featured-path-description {
  color: #333;
  text-align: left;
  line-height: 20px;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

#training #training-classroom-training {
  padding: 15px 0 40px;
  position: relative;
  background-color: #f0f2f5;
}

#training #training-classroom-training p {
  text-align: center;
}

#training #training-classroom-training .classroom-link-group {
  text-align: center;
}

#training #training-classroom-training .classroom-link-group a:hover {
  text-decoration: underline;
}

#training #training-classroom-training .classroom-link-group .classroom-link {
  color: #005686;
  margin: 5px 15px;
}

#training #training-classroom-training .classroom-link-group .fa {
  padding: 0 5px;
}

#training #training-certification {
  padding: 30px 0;
  background-image: url(/r3/img/training/square_bg.png),-webkit-gradient(linear, left top, left bottom, from(#207aad), to(#315d82));
  background-image: url(/r3/img/training/square_bg.png),-webkit-linear-gradient(top, #207aad 60%, #315d82 100%);
  background-image: url(/r3/img/training/square_bg.png),-o-linear-gradient(top, #207aad 60%, #315d82 100%);
  background-image: url(/r3/img/training/square_bg.png),linear-gradient(to bottom, #207aad 60%, #315d82 100%);
  background-repeat: repeat;
  background-position: center;
  text-align: center;
}

#training #training-certification h1 {
  margin-left: 15px;
  color: white;
}

#training #training-certification p {
  color: white;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 5px;
}

#training #training-certification .certification-link {
  color: white;
  margin: 10px 15px;
}

#training #training-certification .certification-link:hover {
  text-decoration: underline;
}

#training #training-certification .certification-link .fa {
  padding: 0 5px;
}

#elearning {
  width: 80%;
  margin: 0 auto;
}

#elearning *:not(.fa) {
  font-family: Arial,Verdana,sans-serif;
}

#elearning #eCourse-title {
  margin-bottom: 15px;
}

#elearning #eCourse-title h1 {
  font-family: "3DSSemiBold";
}

#elearning #eCourse-alert {
  margin: 15px 0;
}

#elearning #eCourse-alert .alert {
  border: 0;
}

#elearning #eCourse-alert .alert .alert-link {
  text-decoration: none !important;
}

#elearning #eCourse-actions {
  margin: 20px 0 5px;
}

#elearning #eCourse-actions span {
  font-size: 16px;
}

#elearning #eCourse-actions span.mysw-fa-stack {
  font-size: 9px;
  vertical-align: -4px;
  color: #618fc0;
}

#elearning #eCourse-actions span .fa-certificate {
  color: goldenrod;
}

#elearning #eCourse-actions span .fa-plus-circle {
  color: #005686;
}

#elearning #eCourse-actions span .fa-minus-circle {
  color: #da291c;
}

#elearning #eCourse-actions .expire-date {
  float: left;
}

#elearning #eCourse-actions .expire-date.expired {
  color: red;
}

#elearning #eCourse-actions .actions-btn-group {
  float: right;
}

#elearning #eCourse-actions .actions-btn-group button {
  border: 0;
  background-color: white;
  outline: 0;
  padding: 1px 0;
  margin-left: 10px;
}

#elearning #eCourse-actions #reseller-modal .modal-dialog {
  margin-top: 50vh;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#elearning #eCourse-actions #reseller-modal .modal-dialog a {
  text-decoration: none;
}

#elearning #eCourse-actions #reseller-modal .modal-dialog .modal-content {
  -webkit-border-radius: 0;
  border-radius: 0;
}

#elearning #eCourse-actions #reseller-modal .modal-dialog .modal-content .modal-header {
  background: #ccc;
  padding: 15px 20px;
}

#elearning #eCourse-actions #reseller-modal .modal-dialog .modal-content .modal-body {
  padding: 30px 20px;
}

#elearning #eCourse-actions #reseller-modal .modal-dialog .modal-content .modal-body p {
  margin-bottom: 15px;
}

#elearning #eCourse-actions #reseller-modal .modal-dialog .modal-content .modal-body span {
  margin-left: 5px;
}

#elearning #eCourse-actions #reseller-modal .modal-dialog .modal-content .modal-body tr td:nth-child(2) {
  padding-left: 10px;
}

#elearning #eCourse-player {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#elearning #eCourse-player .lesson-player-wrapper {
  margin-right: 15px;
  -webkit-box-flex: 2;
  -webkit-flex: 2 0 auto;
  -moz-box-flex: 2;
  -ms-flex: 2 0 auto;
  flex: 2 0 auto;
  position: relative;
  margin-left: -8px;
}

#elearning #eCourse-player .lesson-player-wrapper .lesson-iframe {
  border: 0;
}

#elearning #eCourse-player .lesson-player-wrapper .embed-responsive-player {
  padding-bottom: 67%;
}

#elearning #eCourse-player .lesson-player-wrapper .lesson-list-btn {
  display: none;
}

#elearning #eCourse-player .lesson-list-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

#elearning #eCourse-player .lesson-list-wrapper .embed-responsive-sidebar {
  height: 100%;
}

#elearning #eCourse-player .lesson-list-wrapper .list-group {
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background: white;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#elearning #eCourse-player .lesson-list-wrapper .list-group-item {
  margin: -1px;
  border: 1px solid #d3d3d3;
  cursor: pointer;
  color: #005686;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#elearning #eCourse-player .lesson-list-wrapper .list-group-item:first-child {
  color: #333;
  border: 0;
}

#elearning #eCourse-player .lesson-list-wrapper .list-group-item:first-child:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#elearning #eCourse-player .lesson-list-wrapper .list-group-item:last-child {
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
}

#elearning #eCourse-player .lesson-list-wrapper .list-group-item:last-child:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#elearning #eCourse-player .lesson-list-wrapper .list-group-item:hover {
  -webkit-box-shadow: inset 5px 0 #00497c;
  box-shadow: inset 5px 0 #00497c;
}

#elearning #eCourse-player .lesson-list-wrapper .list-group-item.selected {
  -webkit-box-shadow: inset 5px 0 #00497c;
  box-shadow: inset 5px 0 #00497c;
}

#elearning #eCourse-player .lesson-list-wrapper .list-group-item.disable {
  cursor: not-allowed;
  color: #ccc;
}

#elearning #eCourse-player .lesson-list-wrapper .list-group-item.disable .lesson-duration span {
  color: #ccc;
}

#elearning #eCourse-player .lesson-list-wrapper .list-group-item.list-title {
  background-color: #f1f2f6;
}

#elearning #eCourse-player .lesson-list-wrapper .list-group-item.list-title .group-header {
  font-size: 24px;
  font-family: "3DSSemiBold";
}

#elearning #eCourse-player .lesson-list-wrapper .list-group-item.list-title .group-header-sub {
  font-size: 85%;
  color: #333;
}

#elearning #eCourse-player .lesson-list-wrapper .list-group-item .lesson-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#elearning #eCourse-player .lesson-list-wrapper .list-group-item .lesson-title .lesson-indicators {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: 6px;
}

#elearning #eCourse-player .lesson-list-wrapper .list-group-item .lesson-duration {
  -webkit-flex-basis: 50px;
  -ms-flex: 0 1 50px;
  flex-basis: 50px;
  margin-left: 10px;
  text-align: right;
}

#elearning #eCourse-player .lesson-list-wrapper .list-group-item .lesson-duration span {
  font-size: 85%;
  color: #333;
}

#elearning #eCourse-player-actions {
  margin: 12px 0 8px;
}

#elearning #eCourse-player-actions .btn-link,
#elearning #eCourse-player-actions .btn-link-red {
  margin-right: 15px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  outline: none;
}

#elearning #eCourse-player-actions .btn-link span,
#elearning #eCourse-player-actions .btn-link-red span {
  font-size: 16px;
}

#elearning #eCourse-player-actions .btn-popover {
  margin-left: -10px;
}

#elearning #eCourse-player-actions .btn-popover sup {
  font-size: 13px;
}

#elearning #eCourse-info {
  margin: 8px 0 20px;
}

#elearning #eCourse-info .panel .panel-heading {
  background-color: #f1f2f6;
  color: #333;
  padding: 15px 20px;
}

#elearning #eCourse-info .panel .panel-body {
  background: white;
  padding-left: 20px;
  padding-right: 20px;
}

#elearning #eCourse-info h3 {
  font-family: Verdana;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

@media (max-width: 480px) {
  #elearning #eCourse-info h3 {
    font-size: 20px;
  }
}

#elearning #eCourse-info .panel-heading {
  background-color: white;
}

#elearning #eCourse-info .panel-heading .panel-title {
  display: inline-block;
}

#elearning #eCourse-info .sns-share-section {
  display: inline-block;
  float: right;
  position: relative;
}

@media (min-width: 768px) {
  #elearning #eCourse-info .sns-share-section .share-btn-group {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  #elearning #eCourse-info .sns-share-section .share-btn-group {
    position: absolute;
    top: -4px;
    right: 100%;
    z-index: 1060;
    width: 100px;
    padding: 3px 3px 1px 3px;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-right: 2px;
  }
}

#elearning #eCourse-info .sns-share-section .share-btn-mobile {
  border: 0;
  padding: 0 2px;
  outline: none;
  font-size: 28px;
  color: #005686;
  text-decoration: none;
  background-color: #f1f2f6;
  vertical-align: middle;
  line-height: 26px;
}

#elearning #eCourse-info .sns-btn-group {
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
  float: right;
}

#elearning #eCourse-info .sns-btn-group .sns-icon {
  border: 0;
  padding: 0 2px;
  outline: none;
  font-size: 28px;
  color: #005686;
  text-decoration: none;
  background-color: #f1f2f6;
}

#elearning #eCourse-info #course-status {
  margin: 15px 0;
}

#elearning #eCourse-info #course-status table tr td {
  font-size: 15px;
  padding: 2px 0;
}

#elearning #eCourse-info #course-status table tr td span {
  font-size: inherit;
}

#elearning #eCourse-info #course-status table tr td:first-child {
  font-weight: bold;
  padding-right: 10px;
}

#elearning #eCourse-info #course-modules {
  margin-top: 20px;
}

#elearning #eCourse-info #course-modules .panel {
  margin-top: 5px;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

#elearning #eCourse-info #course-modules .panel-heading {
  cursor: pointer;
  padding: 6px 30px;
}

#elearning #eCourse-info #course-modules .panel-heading .panel-title {
  font-family: "3DSSemiBold";
  font-size: 20px;
}

#elearning #eCourse-info #course-modules .lesson-title {
  padding-left: 15px;
  background-color: #f1f2f6;
}

#elearning #eCourse-info #course-modules .lesson-title .panel-title {
  font-family: Verdana;
  font-size: 16px;
}

@media (max-width: 480px) {
  #elearning #eCourse-info #course-modules .lesson-title .panel-title {
    font-size: 14px;
  }
}

#elearning #eCourse-info #course-modules .lesson-title .fa {
  line-height: 30px;
  vertical-align: baseline;
  margin-right: 5px;
}

#elearning #eCourse-info #course-modules .panel-body {
  border: 0;
  background-color: #fafafa;
}

@media (max-width: 1400px) {
  #elearning {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  #elearning #eCourse-player {
    display: block;
    position: relative;
  }

  #elearning #eCourse-player .lesson-player-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    margin-right: 35px;
  }

  #elearning #eCourse-player .lesson-player-wrapper .lesson-list-btn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    bottom: 0;
    background-color: #f1f2f6;
    color: #00487b;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    width: 35px;
    text-align: center;
    outline: none;
    font-size: 24px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  }

  #elearning #eCourse-player .lesson-list-wrapper {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 35px;
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    -o-transform: translateX(150%);
    transform: translateX(150%);
  }

  #elearning #eCourse-player .lesson-list-wrapper.open {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    width: 75%;
  }

  #elearning #eCourse-player .lesson-list-wrapper .embed-responsive-sidebar {
    padding-bottom: 80%;
  }
}

@media (max-width: 1000px) {
  #elearning #eCourse-actions .expire-date {
    width: 100%;
  }

  #elearning #eCourse-actions .actions-btn-group {
    float: left;
  }

  #elearning #eCourse-actions .actions-btn-group button {
    margin-left: 0;
    margin-right: 10px;
  }
}

@media (max-width: 888px) {
  #elearning #eCourse-player .lesson-player-wrapper .lesson-list-btn {
    margin-bottom: 0;
  }
}

@media (min-width: 1570px) {
  #reseller .container {
    width: 1570px;
  }
}

#reseller #reseller-hero-banner .reseller-banner-bg {
  background-image: url(/r3/img/reseller/bg_reseller1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 3%;
  padding-bottom: 4%;
  padding-left: 5%;
  padding-right: 5%;
}

#reseller #reseller-hero-banner .reseller-banner-bg h1 {
  font-family: "3DSSemiBold";
  color: white;
  margin-bottom: 50px;
}

#reseller #reseller-hero-banner .reseller-banner-bg ul {
  margin: 0;
  padding-left: 20px;
  list-style: square;
}

#reseller #reseller-hero-banner .reseller-banner-bg ul li {
  color: white;
  margin-bottom: 10px;
  font-size: 18px;
}

@media (max-width: 991px) {
  #reseller #reseller-hero-banner .reseller-banner-bg h1 {
    font-size: 30px;
  }

  #reseller #reseller-hero-banner .reseller-banner-bg ul li {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  #reseller #reseller-hero-banner .reseller-banner-bg h1 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 0px;
  }

  #reseller #reseller-hero-banner .reseller-banner-bg ul li {
    font-size: 12px;
  }
}

#reseller #reseller-action-links {
  margin: 20px 0;
}

#reseller #reseller-action-links .links-wrapper {
  text-align: center;
  margin: 20px 0;
}

#reseller #reseller-action-links .links-wrapper .info-link {
  text-decoration: none;
  color: #005686;
}

#reseller #reseller-action-links .links-wrapper .info-link .link-title {
  font-family: "3DSRegular";
  font-size: 20px;
  vertical-align: middle;
}

@media (max-width: 991px) {
  #reseller #reseller-action-links .links-wrapper .info-link .fa-lg {
    font-size: 1em;
  }

  #reseller #reseller-action-links .links-wrapper .info-link .link-title {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #reseller #reseller-action-links .links-wrapper {
    text-align: left;
    padding-left: 5%;
  }
}

#reseller #reseller-intro {
  margin: 20px 0;
  background-color: #eee;
  padding: 20px 0;
}

#reseller #reseller-intro .intro-item {
  margin: 30px 0;
  background: white;
  text-align: left;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  min-height: 300px;
}

#reseller #reseller-intro .intro-item img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

#reseller #reseller-intro .intro-item h3 {
  font-family: "3DSSemiBold";
  padding-left: 15px;
}

#reseller #reseller-intro .intro-item p {
  font-size: 14px;
  padding: 0 15px;
  height: 6em;
}

#reseller #reseller-intro .intro-item p:lang(ko_KR) {
  height: 6em;
}

#reseller #reseller-intro .intro-item p:lang(zh_CN) {
  height: 6em;
}

#reseller #reseller-intro .intro-item p:lang(pt_BR) {
  height: 7em;
  height: 8em;
}

@media (max-width: 1440px) {
  #reseller #reseller-intro .intro-item p:lang(pt_BR) {
    height: 8em;
  }
}

@media (max-width: 1200px) {
  #reseller #reseller-intro .intro-item p:lang(pt_BR) {
    height: 10em;
  }
}

@media (max-width: 991px) {
  #reseller #reseller-intro .intro-item p:lang(pt_BR) {
    height: 8em;
  }
}

#reseller #reseller-intro .intro-item p:lang(fr_FR) {
  height: 8em;
}

@media (max-width: 1200px) {
  #reseller #reseller-intro .intro-item p:lang(fr_FR) {
    height: 9em;
  }
}

@media (max-width: 991px) {
  #reseller #reseller-intro .intro-item p:lang(fr_FR) {
    height: 6em;
  }
}

#reseller #reseller-intro .intro-item p:lang(de_DE) {
  height: 7em;
}

@media (max-width: 1440px) {
  #reseller #reseller-intro .intro-item p:lang(de_DE) {
    height: 9em;
  }
}

@media (max-width: 1200px) {
  #reseller #reseller-intro .intro-item p:lang(de_DE) {
    height: 11em;
  }
}

@media (max-width: 991px) {
  #reseller #reseller-intro .intro-item p:lang(de_DE) {
    height: 8em;
  }
}

#reseller #reseller-intro .intro-item p:lang(es_ES) {
  height: 8em;
}

@media (max-width: 1440px) {
  #reseller #reseller-intro .intro-item p:lang(es_ES) {
    height: 8em;
  }
}

@media (max-width: 1200px) {
  #reseller #reseller-intro .intro-item p:lang(es_ES) {
    height: 9em;
  }
}

@media (max-width: 991px) {
  #reseller #reseller-intro .intro-item p:lang(es_ES) {
    height: 7em;
  }
}

#reseller #reseller-intro .intro-item p:lang(cs_CZ) {
  height: 6em;
}

@media (max-width: 1440px) {
  #reseller #reseller-intro .intro-item p:lang(cs_CZ) {
    height: 8em;
  }
}

@media (max-width: 1200px) {
  #reseller #reseller-intro .intro-item p:lang(cs_CZ) {
    height: 10em;
  }
}

@media (max-width: 991px) {
  #reseller #reseller-intro .intro-item p:lang(cs_CZ) {
    height: 7em;
  }
}

#reseller #reseller-intro .intro-item p:lang(it_IT) {
  height: 6em;
}

@media (max-width: 1440px) {
  #reseller #reseller-intro .intro-item p:lang(it_IT) {
    height: 6em;
  }
}

@media (max-width: 1200px) {
  #reseller #reseller-intro .intro-item p:lang(it_IT) {
    height: 9em;
  }
}

@media (max-width: 991px) {
  #reseller #reseller-intro .intro-item p:lang(it_IT) {
    height: 7em;
  }
}

#reseller #reseller-intro .intro-item p:lang(pl_PL) {
  height: 8em;
}

@media (max-width: 1440px) {
  #reseller #reseller-intro .intro-item p:lang(pl_PL) {
    height: 8em;
  }
}

@media (max-width: 1200px) {
  #reseller #reseller-intro .intro-item p:lang(pl_PL) {
    height: 11em;
  }
}

@media (max-width: 991px) {
  #reseller #reseller-intro .intro-item p:lang(pl_PL) {
    height: 8em;
  }
}

#reseller #reseller-intro .intro-item p:lang(ru_RU) {
  height: 9em;
}

@media (max-width: 1440px) {
  #reseller #reseller-intro .intro-item p:lang(ru_RU) {
    height: 10em;
  }
}

@media (max-width: 1200px) {
  #reseller #reseller-intro .intro-item p:lang(ru_RU) {
    height: 12em;
  }
}

@media (max-width: 991px) {
  #reseller #reseller-intro .intro-item p:lang(ru_RU) {
    height: 9em;
  }
}

#reseller #reseller-intro .intro-item p:lang(tr_TR) {
  height: 7em;
}

@media (max-width: 1440px) {
  #reseller #reseller-intro .intro-item p:lang(tr_TR) {
    height: 7em;
  }
}

@media (max-width: 1200px) {
  #reseller #reseller-intro .intro-item p:lang(tr_TR) {
    height: 10em;
  }
}

@media (max-width: 991px) {
  #reseller #reseller-intro .intro-item p:lang(tr_TR) {
    height: 7em;
  }
}

@media (max-width: 768px) {
  #reseller #reseller-intro .intro-item p:lang(tr_TR) {
    height: 7em;
  }
}

#reseller #reseller-marketing {
  margin: 20px 0;
  padding: 50px 0;
}

#reseller #reseller-marketing .reseller-slides {
  padding: 0 20px;
  margin: 0 auto;
}

#reseller #reseller-marketing .reseller-slides slick .slick-prev:before,
#reseller #reseller-marketing .reseller-slides slick .slick-next:before {
  font-family: "FontAwesome";
  color: #005686;
}

#reseller #reseller-marketing .reseller-slides slick .slick-prev:before {
  content: "";
}

[dir="rtl"] #reseller #reseller-marketing .reseller-slides slick .slick-prev:before {
  content: "";
}

#reseller #reseller-marketing .reseller-slides slick .slick-next:before {
  content: "";
}

[dir="rtl"] #reseller #reseller-marketing .reseller-slides slick .slick-next:before {
  content: "";
}

#reseller #reseller-marketing .reseller-slides .reseller-logo {
  outline: none;
}

#reseller #reseller-marketing .reseller-slides .reseller-logo img {
  width: 10vw;
  margin: 0 auto;
}

@media (max-width: 1439px) {
  #reseller #reseller-marketing .reseller-slides .reseller-logo img {
    width: 15vw;
  }
}

@media (max-width: 1279px) {
  #reseller #reseller-marketing .reseller-slides .reseller-logo img {
    width: 20vw;
  }
}

@media (max-width: 767px) {
  #reseller #reseller-marketing .reseller-slides .reseller-logo img {
    width: 30vw;
  }
}

@media (max-width: 479px) {
  #reseller #reseller-marketing .reseller-slides .reseller-logo img {
    width: 60vw;
  }
}

#reseller #reseller-marketing .reseller-slides .slick-arrow:before {
  font-size: 36px;
  line-height: 0;
}

#analytics .overlay {
  background: #e9e9e9;
  display: none;
  position: absolute;
  height: 180px;
  width: 98%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  top: 0;
}

#analytics .overlay .loading-img {
  left: 100px;
  position: absolute;
  top: 20px;
}

#analytics .axis path,
#analytics .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

#analytics .x.axis path {
  display: none;
}

#analytics .line {
  fill: none;
  stroke: steelblue;
  stroke-width: 1.5px;
}

#analytics .chart .legend {
  fill: black;
  font: 14px sans-serif;
  text-anchor: start;
  font-size: 12px;
}

#analytics .chart text {
  fill: white;
  font: 10px sans-serif;
  text-anchor: end;
}

#analytics .chart .label {
  fill: black;
  font: 14px sans-serif;
  text-anchor: end;
}

#analytics .bar:hover {
  fill: brown;
}

#analytics .axis path,
#analytics .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

#analytics #myreseller-header {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#analytics fieldset.scheduler-border {
  border: 1px groove #ddd !important;
  padding: 0 !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
}

#analytics legend.scheduler-border {
  width: inherit;
  padding: 0 5px;
  border-bottom: none;
}

#analytics legend {
  font-size: 15px;
  margin-bottom: 0;
}

#analytics .graph-analytics {
  min-height: 140px;
}

#analytics .graph-analytics-search {
  width: 100%;
  margin: 5px;
}

#analytics .list-group {
  margin-bottom: 5px;
}

#analytics .list-group-item {
  padding: 5px !important;
}

#analytics table {
  margin-bottom: 0px !important;
}

#analytics table>thead>tr>td,
#analytics table>tbody>tr>td {
  padding: 5px !important;
}

#analytics .ui-search-input input {
  height: 25px !important;
}

#analytics .alert-margin {
  margin-top: 10px;
}

#analytics-search .overlay {
  background: #e9e9e9;
  display: none;
  position: absolute;
  height: 180px;
  width: 98%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  top: 0;
}

#analytics-search .overlay .loading-img {
  left: 100px;
  position: absolute;
  top: 20px;
}

#analytics-search .chart .legend {
  fill: black;
  font: 14px sans-serif;
  text-anchor: start;
  font-size: 12px;
}

#analytics-search .chart text {
  fill: white;
  font: 10px sans-serif;
  text-anchor: end;
}

#analytics-search .chart .label {
  fill: black;
  font: 14px sans-serif;
  text-anchor: end;
}

#analytics-search .bar:hover {
  fill: brown;
}

#analytics-search .axis path,
#analytics-search .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

#analytics-search #myreseller-header {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#analytics-search fieldset.scheduler-border {
  border: 1px groove #ddd !important;
  padding: 0 !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
  min-height: 465px;
}

#analytics-search legend.scheduler-border {
  width: inherit;
  padding: 0 5px;
  border-bottom: none;
}

#analytics-search legend {
  font-size: 15px;
  margin-bottom: 0;
}

#analytics-search .graph-analytics {
  min-height: 140px;
}

#analytics-search .graph-analytics-search {
  width: 100%;
  margin: 5px;
}

#analytics-search .list-group {
  margin-bottom: 5px;
}

#analytics-search .list-group-item {
  padding: 5px !important;
}

#analytics-search table {
  margin-bottom: 0px !important;
}

#analytics-search table>thead>tr>td,
#analytics-search table>tbody>tr>td {
  padding: 5px !important;
}

#analytics-search .ui-search-input input {
  height: 25px !important;
}

#analytics-search svg {
  font: 10px sans-serif;
  display: block;
}

#analytics-search .alert-margin {
  margin-top: 10px;
}

#analytics-swopt .overlay,
#analytics-playlist .overlay,
#analytics-videolib .overlay {
  background: #e9e9e9;
  display: none;
  position: absolute;
  height: 180px;
  width: 98%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  top: 0;
}

#analytics-swopt .overlay .loading-img,
#analytics-playlist .overlay .loading-img,
#analytics-videolib .overlay .loading-img {
  left: 100px;
  position: absolute;
  top: 20px;
}

#analytics-swopt .chart .legend,
#analytics-playlist .chart .legend,
#analytics-videolib .chart .legend {
  fill: black;
  font: 14px sans-serif;
  text-anchor: start;
  font-size: 12px;
}

#analytics-swopt .chart text,
#analytics-playlist .chart text,
#analytics-videolib .chart text {
  fill: white;
  font: 10px sans-serif;
  text-anchor: end;
}

#analytics-swopt .chart .label,
#analytics-playlist .chart .label,
#analytics-videolib .chart .label {
  fill: black;
  font: 14px sans-serif;
  text-anchor: end;
}

#analytics-swopt .bar:hover,
#analytics-playlist .bar:hover,
#analytics-videolib .bar:hover {
  fill: brown;
}

#analytics-swopt .axis path,
#analytics-swopt .axis line,
#analytics-playlist .axis path,
#analytics-playlist .axis line,
#analytics-videolib .axis path,
#analytics-videolib .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

#analytics-swopt #myreseller-header,
#analytics-playlist #myreseller-header,
#analytics-videolib #myreseller-header {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#analytics-swopt fieldset.scheduler-border,
#analytics-playlist fieldset.scheduler-border,
#analytics-videolib fieldset.scheduler-border {
  border: 1px groove #ddd !important;
  padding: 0 !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
  min-height: 465px;
}

#analytics-swopt legend.scheduler-border,
#analytics-playlist legend.scheduler-border,
#analytics-videolib legend.scheduler-border {
  width: inherit;
  padding: 0 5px;
  border-bottom: none;
}

#analytics-swopt legend,
#analytics-playlist legend,
#analytics-videolib legend {
  font-size: 15px;
  margin-bottom: 0;
}

#analytics-swopt .graph-analytics,
#analytics-playlist .graph-analytics,
#analytics-videolib .graph-analytics {
  min-height: 140px;
}

#analytics-swopt .graph-analytics-search,
#analytics-playlist .graph-analytics-search,
#analytics-videolib .graph-analytics-search {
  width: 100%;
  margin: 5px;
}

#analytics-swopt .list-group,
#analytics-playlist .list-group,
#analytics-videolib .list-group {
  margin-bottom: 5px;
}

#analytics-swopt .list-group-item,
#analytics-playlist .list-group-item,
#analytics-videolib .list-group-item {
  padding: 5px !important;
}

#analytics-swopt table,
#analytics-playlist table,
#analytics-videolib table {
  margin-bottom: 0px !important;
}

#analytics-swopt table>thead>tr>td,
#analytics-swopt table>tbody>tr>td,
#analytics-playlist table>thead>tr>td,
#analytics-playlist table>tbody>tr>td,
#analytics-videolib table>thead>tr>td,
#analytics-videolib table>tbody>tr>td {
  padding: 5px !important;
}

#analytics-swopt .ui-search-input input,
#analytics-playlist .ui-search-input input,
#analytics-videolib .ui-search-input input {
  height: 25px !important;
}

#analytics-swopt svg,
#analytics-playlist svg,
#analytics-videolib svg {
  font: 10px sans-serif;
  display: block;
}

#analytics-swopt .alert-margin,
#analytics-playlist .alert-margin,
#analytics-videolib .alert-margin {
  margin-top: 10px;
}

#divanalyticstraining .overlay {
  background: #e9e9e9;
  display: none;
  position: absolute;
  height: 180px;
  width: 98%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  top: 0;
}

#divanalyticstraining .overlay .loading-img {
  left: 100px;
  position: absolute;
  top: 20px;
}

#divanalyticstraining .graph-analytics-search table tr td {
  font-size: 10px !important;
}

#divanalyticstraining .chart .legend {
  fill: black;
  font: 14px sans-serif;
  text-anchor: start;
  font-size: 12px;
}

#divanalyticstraining .chart text {
  fill: white;
  font: 10px sans-serif;
  text-anchor: end;
}

#divanalyticstraining .chart .label {
  fill: black;
  font: 14px sans-serif;
  text-anchor: end;
}

#divanalyticstraining .bar:hover {
  fill: brown;
}

#divanalyticstraining .axis path,
#divanalyticstraining .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

#divanalyticstraining #myreseller-header {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#divanalyticstraining fieldset.scheduler-border {
  border: 1px groove #ddd !important;
  padding: 0 !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
  min-height: 465px;
}

#divanalyticstraining legend.scheduler-border {
  width: inherit;
  padding: 0 5px;
  border-bottom: none;
}

#divanalyticstraining legend {
  font-size: 15px;
  margin-bottom: 0;
}

#divanalyticstraining .graph-analytics {
  min-height: 140px;
}

#divanalyticstraining .graph-analytics-search {
  width: 100%;
  margin: 5px;
}

#divanalyticstraining .list-group {
  margin-bottom: 5px;
}

#divanalyticstraining .list-group-item {
  padding: 5px !important;
}

#divanalyticstraining table {
  margin-bottom: 0px !important;
}

#divanalyticstraining table #table-email th {
  width: 10% !important;
}

#divanalyticstraining table>thead>tr>td,
#divanalyticstraining table>tbody>tr>td {
  padding: 5px !important;
}

#divanalyticstraining .ui-search-input input {
  height: 25px !important;
}

#divanalyticstraining svg {
  font: 10px sans-serif;
  display: block;
}

#divanalyticstraining .alert-margin {
  margin-top: 10px;
}

#divanalyticstraining .blinkeffect {
  -webkit-animation-name: blink;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -o-animation-name: blink;
  animation-name: blink;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1.0;
    color: #093028;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
    color: #237A57;
  }
}

@keyframes blink {
  0% {
    opacity: 1.0;
    color: #093028;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
    color: #237A57;
  }
}

@-o-keyframes blink {
  0% {
    opacity: 1.0;
    color: #093028;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
    color: #237A57;
  }
}

#analytics-video .overlay {
  background: #e9e9e9;
  display: none;
  position: absolute;
  height: 180px;
  width: 98%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  top: 0;
}

#analytics-video .overlay .loading-img {
  left: 100px;
  position: absolute;
  top: 20px;
}

#analytics-video .chart .legend {
  fill: black;
  font: 14px sans-serif;
  text-anchor: start;
  font-size: 12px;
}

#analytics-video .chart text {
  fill: white;
  font: 10px sans-serif;
  text-anchor: end;
}

#analytics-video .chart .label {
  fill: black;
  font: 14px sans-serif;
  text-anchor: end;
}

#analytics-video .bar:hover {
  fill: brown;
}

#analytics-video .axis path,
#analytics-video .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

#analytics-video #myreseller-header {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#analytics-video fieldset.scheduler-border {
  border: 1px groove #ddd !important;
  padding: 0 !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
  min-height: 465px;
}

#analytics-video legend.scheduler-border {
  width: inherit;
  padding: 0 5px;
  border-bottom: none;
}

#analytics-video legend {
  font-size: 15px;
  margin-bottom: 0;
}

#analytics-video .graph-analytics {
  min-height: 140px;
}

#analytics-video .graph-analytics-search {
  width: 100%;
  margin: 5px;
}

#analytics-video .list-group {
  margin-bottom: 5px;
}

#analytics-video .list-group-item {
  padding: 5px !important;
}

#analytics-video table {
  margin-bottom: 0px !important;
}

#analytics-video table>thead>tr>td,
#analytics-video table>tbody>tr>td {
  padding: 5px !important;
}

#analytics-video .ui-search-input input {
  height: 25px !important;
}

#analytics-video svg {
  font: 10px sans-serif;
  display: block;
}

#analytics-video .alert-margin {
  margin-top: 10px;
}

#reseller-events #calendar {
  background: #f5f5f5;
  padding: 10px;
}

#reseller-events .add-event {
  float: right;
  margin-bottom: 30px;
  padding-right: 15px;
}

#reseller-events .panel {
  padding-top: 10px;
}

#reseller-events .heading-padding {
  padding-left: 15px !important;
}

#reseller-events .event-btn {
  margin: 5px !important;
}

#reseller-events .alert-margin {
  margin-top: 10px;
}

#reseller-events .fc-toolbar .fc-left h2 {
  font-size: 16px !important;
}

#reseller-events .fc-day-grid-event .fc-time {
  font-weight: normal !important;
  font-size: 10px !important;
}

#reseller-events .modal-content {
  width: 900px !important;
}

#reseller-events .fc-content {
  display: inline-block;
}

#reseller-feeds .alert-margin {
  margin-top: 10px;
}

#import-events-modal #eventaccess,
#import-events-modal #subscriptionlevel {
  width: initial !important;
  font-size: 12px !important;
}

#import-events-modal td {
  font-size: 12px !important;
}

#import-events-modal .table-scroll {
  overflow-y: auto;
  height: 500px;
}

#import-events-modal .duplicate_event {
  background-color: #f2dede;
}

#reseller-feeds .align-center {
  text-align: center !important;
  vertical-align: inherit;
}

#reseller-feeds .feeds-grid {
  margin-bottom: 20px;
}

#tdep-nav .tab-box .fa-angle-right {
  display: none;
  height: 0;
}

#swopt-pre-login {
  position: relative;
}

#swopt-pre-login * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#swopt-pre-login * h1,
#swopt-pre-login * h2,
#swopt-pre-login * h3,
#swopt-pre-login * h4,
#swopt-pre-login * h5 {
  font-family: "3DSSemiBold";
}

#swopt-pre-login * p {
  font-weight: 700;
  font-size: 16px;
}

#swopt-pre-login * .btn {
  font-family: "3DSRegular";
}

#swopt-pre-login .hero-banner {
  background-image: url("/r3/img/swopt/herobanner-bg.jpg");
  background-size: cover;
  position: relative;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  #swopt-pre-login .hero-banner {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 850px) {
  #swopt-pre-login .hero-banner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#swopt-pre-login .hero-banner .banner-title h1 {
  margin-top: 2em;
}

#swopt-pre-login .hero-banner .banner-title h2 {
  margin-top: 15px;
}

#swopt-pre-login .hero-banner .banner-title .banner-subtitle {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 17px;
}

#swopt-pre-login .hero-banner .banner-title .login-section {
  margin-top: 5vw;
  margin-bottom: 1vw;
}

#swopt-pre-login .hero-banner .banner-title .login-section p {
  margin-top: 20px;
}

#swopt-pre-login .hero-banner .banner-title .login-section .login-btn-group .btn {
  width: 10em;
  height: 3em;
  margin-right: 20px;
  font-size: 18px;
  line-height: 2.4;
}

#swopt-pre-login .hero-banner img {
  margin: 10px 0;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 35%;
  height: auto;
}

#swopt-pre-login .marketing-banner {
  background-image: url("/r3/img/swopt/trial-support-bg-new.jpg");
  background-position-x: 50%;
  background-size: cover;
  position: relative;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 30px;
  padding-bottom: 60px;
  color: white;
  text-align: center;
}

@media (max-width: 1024px) {
  #swopt-pre-login .marketing-banner {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 850px) {
  #swopt-pre-login .marketing-banner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#swopt-pre-login .marketing-banner .triple-figure-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  margin-top: 60px;
}

#swopt-pre-login .marketing-banner .triple-figure-row .figure-item {
  -webkit-flex-basis: 25%;
  -ms-flex: 0 1 25%;
  flex-basis: 25%;
}

#swopt-pre-login .marketing-banner .triple-figure-row .figure-item img {
  height: 10vw;
  width: 10vw;
}

#swopt-pre-login .marketing-banner .triple-figure-row .figure-item img h2 {
  font-family: "3DSRegular";
  font-size: 28px;
}

#swopt-pre-login .marketing-banner .triple-figure-row .figure-item img p {
  font-family: "3DSRegular";
  font-size: 18px;
}

#swopt-pre-login .marketing-banner .triple-circle-figure {
  position: relative;
  margin: 120px 170px 50px 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

#swopt-pre-login .marketing-banner .triple-circle-figure img {
  width: 25vw;
  height: 24vw;
}

#swopt-pre-login .marketing-banner .triple-circle-figure ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#swopt-pre-login .marketing-banner .triple-circle-figure .chart-top {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  width: 20em;
  text-align: center;
}

#swopt-pre-login .marketing-banner .triple-circle-figure .chart-left {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 22em;
  text-align: center;
}

#swopt-pre-login .marketing-banner .triple-circle-figure .chart-right {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  width: 17em;
  text-align: center;
}

#swopt-pre-login .marketing-banner .triple-circle-figure .chart-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-60%);
  -ms-transform: translateX(-60%);
  -o-transform: translateX(-60%);
  transform: translateX(-60%);
  width: 5em;
  text-align: center;
  font-size: 16px;
  color: #005686;
}

#swopt-pre-login .faq-section {
  background-color: #DDDDDD;
  position: relative;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  #swopt-pre-login .faq-section {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 850px) {
  #swopt-pre-login .faq-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#swopt-pre-login .faq-section .section-text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

#swopt-pre-login .faq-section .section-text h2 {
  margin: 0;
  line-height: 1.5;
}

#swopt-pre-login .faq-section .section-text h2 br {
  display: none;
}

#swopt-pre-login .faq-section .section-btn {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

#swopt-pre-login .faq-section .section-btn .btn {
  padding: .98em 3em;
  font-size: 18px;
}

#swopt-pre-login .format-section {
  background-color: white;
  position: relative;
  width: 70%;
  margin: 0 auto;
  padding-top: 2vw;
  padding-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#swopt-pre-login .format-section img {
  width: 45%;
  height: auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

#swopt-pre-login .format-section .section-content ul {
  padding: 0;
  margin-bottom: 30px;
  list-style: none;
}

#swopt-pre-login .format-section .section-content ul li {
  padding: 15px 0 10px;
  border-bottom: 2px solid #c0c0c0;
  font-weight: 400;
}

#swopt-pre-login .product-section {
  background-image: url("/r3/img/swopt/web-offer-bg-silver-1000x300.jpg");
  background-size: cover;
  position: relative;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  #swopt-pre-login .product-section {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 850px) {
  #swopt-pre-login .product-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#swopt-pre-login .product-section .section-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 45%;
  -moz-box-flex: 0;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

#swopt-pre-login .product-section .section-text h2 {
  margin: 0;
  line-height: 1.5;
  font-size: 21px;
}

#swopt-pre-login .product-section .section-showcase-group {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#swopt-pre-login .product-section .section-showcase-group .product-showcase {
  margin: 0 10px;
  background-color: white;
  padding: 8px 10px;
  text-align: center;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

#swopt-pre-login .product-section .section-showcase-group .product-showcase img {
  width: 6vw;
  height: auto;
}

#swopt-pre-login .product-section .section-showcase-group .product-showcase p {
  margin-top: 5px;
  margin-bottom: 0;
}

#swopt-pre-login .lesson-section {
  background-color: white;
  position: relative;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 5px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  #swopt-pre-login .lesson-section {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 850px) {
  #swopt-pre-login .lesson-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#swopt-pre-login .lesson-section .section-title p {
  font-weight: 500;
  font-size: 16px;
}

#swopt-pre-login .lesson-section .section-showcase-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 30px;
  text-align: center;
}

#swopt-pre-login .lesson-section .section-showcase-group .lesson-showcase img {
  width: 20vw;
}

#swopt-pre-login .lesson-section .section-btn-group {
  text-align: center;
}

#swopt-pre-login .lesson-section .section-btn-group .btn-ghost-blue {
  border: 1px solid #005686;
  background-color: transparent;
  color: #005686;
  padding: 12px 36px;
  font-size: 22px;
}

#swopt-pre-login .lesson-section .section-btn-group a:hover {
  text-decoration: underline;
  color: #005686;
}

#swopt-pre-login .footer-section {
  background-image: url("/r3/img/swopt/cta-footer-bg-trial.jpg");
  background-position-x: 50%;
  background-size: cover;
  position: relative;
  padding-left: 90px;
  padding-right: 90px;
  padding-top: 1vw;
  padding-bottom: 3vw;
  color: white;
}

@media (max-width: 1024px) {
  #swopt-pre-login .footer-section {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 850px) {
  #swopt-pre-login .footer-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#swopt-pre-login .footer-section .login-btn-group {
  margin: 5vw 0;
}

#swopt-pre-login .footer-section .login-btn-group .btn {
  width: 12em;
  height: 3em;
  margin-right: 20px;
  font-size: 18px;
  line-height: 2.4;
}

#swopt-pre-login .footer-section .login-btn-group .btn-ghost-white {
  border: 1px solid white;
  background-color: transparent;
  color: white;
}

@media (max-width: 1800px) {
  #swopt-pre-login .faq-section .section-text h2 br {
    display: block;
  }

  #swopt-pre-login .faq-section .section-btn .btn {
    font-size: 18px;
    padding: .98em 3em;
  }

  #swopt-pre-login .lesson-section .section-btn-group .btn {
    font-size: 20px;
  }
}

@media (max-width: 1547px) {
  #swopt-pre-login h1 {
    font-size: 30px;
  }

  #swopt-pre-login h2 {
    font-size: 24px;
  }

  #swopt-pre-login h3 {
    font-size: 20px;
  }

  #swopt-pre-login p {
    font-size: 14px;
  }

  #swopt-pre-login .hero-banner .banner-title h1 {
    margin-top: 57px;
  }

  #swopt-pre-login .hero-banner .banner-title .login-section {
    margin-top: 4vw;
    margin-bottom: 2vw;
  }

  #swopt-pre-login .hero-banner .banner-title .login-section .login-btn-group .btn {
    font-size: 18px;
    line-height: 2.2;
    width: 10em;
  }

  #swopt-pre-login .hero-banner img {
    width: 30%;
  }

  #swopt-pre-login .faq-section .section-btn .btn {
    font-size: 18px;
    padding: .98em 3em;
  }

  #swopt-pre-login .product-section .section-text h2 {
    font-size: 18px;
  }

  #swopt-pre-login .lesson-section .section-btn-group .btn {
    font-size: 18px;
  }

  #swopt-pre-login .footer-section .login-btn-group .btn {
    font-size: 18px;
  }
}

@media (max-width: 1400px) {
  #swopt-pre-login .format-section {
    width: 80%;
  }
}

@media (max-width: 1270px) {
  #swopt-pre-login .marketing-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #swopt-pre-login .marketing-banner h2 br {
    display: none;
  }

  #swopt-pre-login .marketing-banner .triple-circle-figure {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 120px 0 50px 50px;
  }

  #swopt-pre-login .marketing-banner .triple-circle-figure .chart-middle {
    font-size: 12px;
  }

  #swopt-pre-login .format-section img {
    width: 50%;
  }

  #swopt-pre-login .format-section .section-content {
    width: 45%;
  }

  #swopt-pre-login .format-section .section-content ul li {
    font-size: 12px;
  }
}

@media (max-width: 1240px) {
  #swopt-pre-login h1 {
    font-size: 24px;
  }

  #swopt-pre-login h2 {
    font-size: 20px;
  }

  #swopt-pre-login h3 {
    font-size: 18px;
  }

  #swopt-pre-login p {
    font-size: 14px;
  }

  #swopt-pre-login .hero-banner .banner-title .login-section {
    margin-top: 3vw;
    margin-bottom: 2vw;
  }

  #swopt-pre-login .hero-banner .banner-title .login-section .login-btn-group .btn {
    font-size: 16px;
    line-height: 2.2;
    width: 10em;
  }

  #swopt-pre-login .hero-banner img {
    width: 40%;
  }

  #swopt-pre-login .faq-section .section-btn .btn {
    font-size: 16px;
  }

  #swopt-pre-login .product-section .section-text h2 {
    font-size: 16px;
  }

  #swopt-pre-login .product-section .section-showcase-group .product-showcase img {
    width: 6vw;
  }

  #swopt-pre-login .lesson-section .section-btn-group .btn {
    font-size: 16px;
  }

  #swopt-pre-login .footer-section .login-btn-group .btn {
    font-size: 16px;
  }
}

@media (max-width: 1110px) {
  #swopt-pre-login h1 {
    font-size: 20px;
  }

  #swopt-pre-login h2 {
    font-size: 18px;
  }

  #swopt-pre-login h3 {
    font-size: 16px;
  }

  #swopt-pre-login p {
    font-size: 14px;
  }

  #swopt-pre-login .hero-banner .banner-title .login-section {
    margin-top: 4vw;
    margin-bottom: 2vw;
  }

  #swopt-pre-login .hero-banner .banner-title .login-section .login-btn-group .btn {
    font-size: 14px;
    line-height: 2.2;
  }

  #swopt-pre-login .hero-banner img {
    width: 40%;
  }
}

@media (max-width: 1024px) {
  #swopt-pre-login h1 {
    font-size: 20px;
  }

  #swopt-pre-login h2 {
    font-size: 18px;
  }

  #swopt-pre-login h3 {
    font-size: 16px;
  }

  #swopt-pre-login p {
    font-size: 12px;
  }

  #swopt-pre-login .hero-banner .banner-title h1 {
    margin-top: 30px;
  }

  #swopt-pre-login .hero-banner .banner-title .login-section {
    margin-top: 4vw;
    margin-bottom: 2vw;
  }

  #swopt-pre-login .hero-banner .banner-title .login-section .login-btn-group .btn {
    font-size: 14px;
    line-height: 2.2;
    width: 10em;
    margin-right: 15px;
  }

  #swopt-pre-login .hero-banner img {
    width: 30%;
    margin-top: 20px;
  }

  #swopt-pre-login .faq-section .section-btn .btn {
    font-size: 14px;
  }

  #swopt-pre-login .format-section .section-content {
    width: 45%;
  }

  #swopt-pre-login .format-section .section-content h2 {
    margin: 0;
  }

  #swopt-pre-login .format-section .section-content ul li {
    font-size: 10px;
  }

  #swopt-pre-login .product-section .section-text h2 {
    font-size: 16px;
  }

  #swopt-pre-login .product-section .section-showcase-group .product-showcase img {
    width: 7vw;
  }

  #swopt-pre-login .lesson-section .section-btn-group .btn {
    font-size: 14px;
  }

  #swopt-pre-login .footer-section .login-btn-group .btn {
    font-size: 14px;
  }
}

@media (max-width: 950px) {
  #swopt-pre-login .format-section {
    width: 90%;
  }
}

@media (max-width: 850px) {
  #swopt-pre-login h1 {
    font-size: 22px;
  }

  #swopt-pre-login h2 {
    font-size: 18px;
  }

  #swopt-pre-login p {
    font-size: 12px;
  }

  #swopt-pre-login .hero-banner .banner-title .login-section {
    margin-bottom: 2vw;
  }

  #swopt-pre-login .hero-banner .banner-title .login-section .login-btn-group .btn {
    font-size: 12px;
    line-height: 2;
    width: 9em;
    height: 3em;
    margin-right: 5px;
  }

  #swopt-pre-login .hero-banner img {
    width: 30%;
  }

  #swopt-pre-login .marketing-banner .triple-circle-figure .chart-middle {
    font-size: 9px;
  }

  #swopt-pre-login .format-section .section-content ul li {
    padding: 10px 0;
  }
}

#swopt-csoai .hero-banner {
  background-image: url("/r3/img/swopt/9.jpg");
  background-size: cover;
  padding: 7vw 0;
  text-align: center;
}

#swopt-csoai .hero-banner h1 {
  font-family: "3DSSemiBold";
  color: white;
}

#swopt-csoai .login-form {
  padding: 10px 5vw;
}

#swopt-csoai .login-form * {
  font-family: "3DSRegular";
}

#swopt-csoai .login-form .second-line-text {
  color: #9E9E9E;
}

#swopt-csoai .login-form h2 {
  margin-bottom: 30px;
}

#swopt-csoai .login-form ul {
  list-style: decimal;
  padding-left: 25px;
  margin-bottom: 30px;
}

#swopt-csoai .login-form ul li {
  padding: 10px 0;
  font-size: 22px;
}

#swopt-csoai .login-form ul li p {
  font-size: 20px;
  margin: 0;
}

#swopt-csoai .login-form ul li p a {
  font-size: 20px;
}

@media (max-width: 767px) {
  #swopt-csoai .login-form ul li br {
    display: none;
  }
}

#swopt-csoai .login-form .btn-red {
  max-width: 20em;
  width: 100%;
  padding: 12px 0;
  font-family: "3DSSemiBold";
  font-size: 20px;
  margin-bottom: 50px;
}

@media (max-width: 600px) {
  #swopt-csoai .login-form .btn-red {
    margin: 0;
    margin-bottom: 30px;
  }
}

#swopt-csoai #toCreateId {
  display: block;
}

#swopt-csoai #toLogin {
  display: none;
}

#swopt-faq {
  margin-bottom: 30px;
  overflow: hidden;
}

#swopt-faq #page-header {
  font-family: "3DSSemiBold";
  font-size: 24px;
}

#swopt-faq *:not(.fa) {
  font-family: Verdana;
}

#swopt-faq * a {
  color: #23527c;
  text-decoration: none;
}

#swopt-faq .sub-title-btn-group a {
  cursor: pointer;
}

#swopt-faq .sub-title {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  word-wrap: break-word;
}

@media (min-width: 430px) {
  #swopt-faq .sub-title .headerOne br {
    display: none;
  }
}

#swopt-faq .panel-default {
  border-color: #005686;
  margin-top: 15px;
  margin-bottom: 15px;
}

#swopt-faq .panel-default .panel-heading {
  color: #005686;
  background-color: transparent;
  cursor: pointer;
}

#swopt-faq .panel-default .panel-heading .panel-header {
  font-size: 16px;
}

#swopt-faq .panel-default .panel-body {
  padding: 5px 15px;
  border: 0;
  font-size: 14px;
}

#swopt-faq .panel-default .panel-body img {
  width: 40px;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#swopt-faq .panel-default .panel-body ul,
#swopt-faq .panel-default .panel-body ol {
  padding-left: 16px;
}

#swopt-faq .panel-default .panel-body ul li,
#swopt-faq .panel-default .panel-body ol li {
  padding: 5px 0;
}

#swopt-faq .panel-default .panel-body .anchor-links:hover {
  text-decoration: none;
  color: #005686;
}

#swopt-faq .panel-default .panel-body a:hover {
  text-decoration: underline;
  color: #005686;
}

#swopt-faq .panel-default .panel-body #dropBoxMessage {
  background-color: #ddd;
}

#swopt-faq .panel-default .panel-body .fa-external-link {
  color: #005686;
  margin-left: 0px;
  vertical-align: middle;
}

#swopt-faq .panel-default .panel-body .fa-angle-down {
  color: #005686;
  vertical-align: middle;
  font-size: 1.3em;
  margin-left: 2px;
}

#swopt-faq .panel-default .panel-body .fa-angle-up {
  color: #005686;
  font-size: 1.3em;
  margin-left: 2px;
}

#swopt-faq table {
  border: 1px solid black;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
}

#swopt-faq table tr {
  border: 1px solid black;
}

#swopt-faq table td {
  border-collapse: collapse;
  padding: 1%;
}

#swfe-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#swfe-banner .swfe-banner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 5px 2px #cccccc;
  box-shadow: 0px 0px 5px 2px #cccccc;
}

#swfe-banner .swfe-banner-wrapper img {
  width: 300px;
  height: 220px;
  -webkit-box-flex: 0;
  -webkit-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#swfe-banner .swfe-banner-wrapper .swfe-description-wrapper {
  padding: 30px;
  max-width: 660px;
  font-family: "3DSRegular";
}

#swfe-banner .swfe-banner-wrapper .swfe-description-wrapper h3 {
  font-size: 24px;
}

#swfe-banner .swfe-banner-wrapper .swfe-description-wrapper p {
  font-size: 16px;
  font-weight: 400;
  color: #777;
}

#swfe-banner .swfe-banner-wrapper .swfe-description-wrapper a {
  padding: 5px 0;
  font-size: 20px;
  color: #005686;
}

#swfe-banner .swfe-banner-wrapper .swfe-description-wrapper a .fa-external-link {
  font-size: 14px;
}

@media (max-width: 920px) {
  #swfe-banner {
    padding: 10px;
  }

  #swfe-banner .swfe-banner-wrapper img {
    width: 220px;
    height: 200px;
  }

  #swfe-banner .swfe-banner-wrapper .swfe-description-wrapper {
    padding: 10px;
    max-width: 650px;
  }

  #swfe-banner .swfe-banner-wrapper .swfe-description-wrapper a {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  #swfe-banner {
    padding: 10px;
  }

  #swfe-banner .swfe-banner-wrapper {
    -webkit-box-shadow: 0px 0px 5px 2px #cccccc;
    box-shadow: 0px 0px 5px 2px #cccccc;
  }

  #swfe-banner .swfe-banner-wrapper img {
    display: none;
  }

  #swfe-banner .swfe-banner-wrapper .swfe-description-wrapper {
    position: relative;
    text-align: left;
    padding: 10px;
    max-width: 100%;
  }

  #swfe-banner .swfe-banner-wrapper .swfe-description-wrapper::after {
    background-image: url("/r3/img/swopt/entrepreneur.jpg");
    background-position: 50% 40%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.8;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }

  #swfe-banner .swfe-banner-wrapper .swfe-description-wrapper h3 {
    color: #ffffff;
    text-shadow: 0px 0px 20px #111111;
  }

  #swfe-banner .swfe-banner-wrapper .swfe-description-wrapper p {
    color: #ffffff;
    text-shadow: 0px 0px 20px #111111;
  }

  #swfe-banner .swfe-banner-wrapper .swfe-description-wrapper a {
    width: 100%;
    word-break: break-word;
    display: block;
    white-space: normal;
    text-align: left;
    text-shadow: 0px 0px 20px #111111;
    color: #fff;
  }
}

#mfg #top-banner {
  width: 100%;
  padding: 30px;
  background-image: url(/r3/img/mfg/mfg-banner-1.jpg);
  background-size: cover;
  background-position: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50vh;
  color: white;
  font-family: "3DSRegular";
}

#mfg #top-banner .text-content-wrapper {
  padding: 20px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0;
  flex-shrink: 0;
  -webkit-flex-basis: 580px;
  -ms-flex: 0 1 580px;
  flex-basis: 580px;
}

#mfg #top-banner .text-content-wrapper p {
  margin: 40px 0;
  font-size: 16px;
}

#mfg #top-banner .text-content-wrapper .btn {
  font-size: 17px;
  padding: 8px 36px;
}

@media (max-width: 620px) {
  #mfg #top-banner .text-content-wrapper {
    -webkit-flex-basis: 100%;
    -ms-flex: 0 1 100%;
    flex-basis: 100%;
  }
}

#mfg #mfg-content-wrapper {
  font-family: "3DSRegular";
  width: 100%;
}

#mfg #mfg-content-wrapper .content-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  overflow: hidden;
}

#mfg #mfg-content-wrapper .content-row .content-wrapper {
  height: 25vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#mfg #mfg-content-wrapper .content-row .content-wrapper iframe {
  width: 100%;
  height: 25vw;
}

#mfg #mfg-content-wrapper .content-row #collaboration-img {
  background-image: url("/r3/img/mfg/3_seamless_design_to_part_images.jpg");
  background-size: cover;
  background-position: left;
}

#mfg #mfg-content-wrapper .content-row #global-img {
  background-image: url("/r3/img/mfg/geoloc.png");
  background-size: cover;
  background-position: left;
}

#mfg #mfg-content-wrapper .content-row .text-content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mfg #mfg-content-wrapper .content-row .text-content .text-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  padding: 20px;
}

#mfg #mfg-content-wrapper .content-row .text-content .text-wrapper p {
  margin: 2vw 0;
}

@media (max-width: 1280px) {
  #mfg #mfg-content-wrapper .content-row .content-wrapper {
    height: 30vw;
  }

  #mfg #mfg-content-wrapper .content-row .content-wrapper iframe {
    height: 30vw;
  }
}

@media (max-width: 1024px) {
  #mfg #mfg-content-wrapper .content-row .content-wrapper {
    height: 30vw;
  }

  #mfg #mfg-content-wrapper .content-row .content-wrapper iframe {
    height: 30vw;
  }
}

@media (max-width: 979px) {
  #mfg #mfg-content-wrapper .content-row .text-content {
    padding: 5px 20px;
  }

  #mfg #mfg-content-wrapper .content-row .text-content .text-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 767px) {
  #mfg #mfg-content-wrapper .content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #mfg #mfg-content-wrapper .content-row .content-wrapper {
    min-height: 300px;
    height: auto;
  }

  #mfg #mfg-content-wrapper .content-row .content-wrapper iframe {
    height: auto;
  }

  #mfg #mfg-content-wrapper .content-row .media-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  #mfg #mfg-content-wrapper .content-row .text-content {
    padding: 5px 20px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  #mfg #mfg-content-wrapper .content-row .text-content .text-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 500px) {
  #mfg #mfg-content-wrapper .content-row .content-wrapper {
    min-height: 100vw;
  }

  #mfg #mfg-content-wrapper .content-row .content-wrapper iframe {
    min-height: 100vw;
  }
}

#mfg hr {
  margin-bottom: 40px;
}

#mfg #manufacturers-helper {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
  font-family: "3DSRegular";
}

#mfg #manufacturers-helper .content-row {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#mfg #manufacturers-helper .content-row .half-col {
  width: 310px;
}

#mfg #manufacturers-helper .content-row .half-col .fa-circle {
  color: #005686;
}

#mfg #manufacturers-helper .content-row .half-col .text {
  font-size: 20px;
  margin-bottom: 20px;
}

#mfg #manufacturers-helper .content-row .half-col .btn {
  font-size: 18px;
  padding: 9px 36px;
}

#mfg #manufacturers-helper .content-row hr {
  display: none;
}

@media (max-width: 700px) {
  #mfg #manufacturers-helper .content-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #mfg #manufacturers-helper .content-row .half-col .fa-stack {
    display: none;
  }

  #mfg #manufacturers-helper .content-row hr {
    display: block;
    width: 80%;
  }
}

.cadhub-navbar {
  position: fixed;
  z-index: 1000;
  width: 100%;
  padding: 0 15px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00609A;
}

.cadhub-navbar ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cadhub-navbar ul li {
  color: #B2CFE1;
  cursor: pointer;
  font-size: 12px;
  margin: 0 10px;
}

.cadhub-navbar ul li:hover {
  color: #ffffff;
}

.cadhub-navbar ul li.active {
  font-weight: bold;
  color: #ffffff;
}

.cadhub-navbar ul .sec-nav-divider {
  color: #FFF;
  opacity: 0.5;
  margin-bottom: 2px;
}

@media (max-width: 767px) {
  .cadhub-navbar {
    position: absolute;
    top: auto;
    z-index: auto;
  }
}

.asset-upload-modal .modal-upload {
  margin: 0 auto;
  margin-top: 5%;
}

.asterisk-red {
  color: red;
}

.asset-upload {
  background-color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.asset-upload .icon {
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

.asset-upload .icon svg {
  display: inherit;
  width: inherit;
  height: inherit;
}

.asset-upload .icon svg>g {
  fill: #fff;
  -webkit-transition: fill .5s ease;
  -o-transition: fill .5s ease;
  transition: fill .5s ease;
}

.asset-upload .icon--hoverable:hover svg>g {
  fill: #50c1ff;
  -webkit-transition: fill .5s ease;
  -o-transition: fill .5s ease;
  transition: fill .5s ease;
}

.asset-upload__header {
  padding: 20px;
  padding-bottom: 0;
}

.asset-upload__header input.ng-touched.ng-invalid {
  border-color: #0d8bb4;
}

.asset-upload__header input.ng-invalid-required:focus {
  border-color: #0d8bb4;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.asset-upload__asset-title {
  display: inline-block;
  margin-top: 0;
  font-family: "3DSRegular";
}

.asset-upload__expanded-block {
  padding-bottom: 52px;
}

.asset-upload__icon-close {
  padding-top: 10px;
  width: 22px;
  height: 22px;
  display: inline-block;
  float: right;
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 15px;
}

.asset-upload__icon-trash {
  width: 16px;
  height: 20px;
  margin-right: 13px;
  margin-top: 10px;
  display: inline-block;
  float: right;
  cursor: pointer;
}

.asset-upload__icon-trash svg>g {
  fill: rgba(255,255,255,0.5);
}

.asset-upload__icon-trash:hover svg>g {
  fill: #fff;
}

@media (min-width: 500px) {
  .asset-upload__icon-trash {
    width: 18px;
    height: 22px;
    margin-top: 11px;
    margin-right: 12px;
  }
}

.asset-upload__icon-remove-file {
  width: 14px;
  height: 14px;
  cursor: pointer;
  display: inline-block;
  margin-left: 18px;
}

.asset-upload__icon-remove-file svg>g {
  fill: rgba(88,88,88,0.79) !important;
}

.asset-upload__icon-remove-file:hover svg>g {
  fill: #0D8BB4 !important;
}

.asset-upload__icon-remove-category {
  width: 8px;
  height: 8px;
  cursor: pointer;
  display: inline-block;
  margin-left: 3px;
}

.asset-upload__icon-remove-category svg>g {
  fill: #000;
}

.asset-upload__icon-remove-category:hover svg>g {
  fill: #0D8BB4;
}

.asset-upload__icon-add {
  width: 42px;
  height: 42px;
  cursor: pointer;
  padding: 0;
  color: rgba(255,255,255,0.1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.asset-upload__icon-add:hover {
  background-color: #0D8BB4 !important;
}

.asset-upload__icon-add_empty {
  background-color: #005686 !important;
  color: #fff !important;
}

.asset-upload__icon-add_empty:hover {
  background-color: #0D8BB4 !important;
}

.asset-upload__icon-add_alert {
  -webkit-animation: alert-pulse 0.3s;
  -o-animation: alert-pulse 0.3s;
  animation: alert-pulse 0.3s;
}

.asset-upload__icon-add-cross {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 2px;
  top: -2px;
  position: relative;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
}

.asset-upload__icon-check {
  display: inline-block;
  width: 10px;
  height: 9px;
  margin-right: 5px;
  color: rgba(255,255,255,0.1);
}

.asset-upload__icon-spinner {
  display: inline-block;
  width: 25px;
  height: 25px;
}

.asset-upload__asset-name {
  display: inline-block;
  height: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: rgba(255,255,255,0.1);
  border: 1px solid;
  border-color: #0d8bb4;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  font-size: 22px;
  letter-spacing: -0.4px;
  -webkit-transition: border-color 0.5s ease;
  -o-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}

.asset-upload__asset-name:focus {
  border-color: #0D8BB4 !important;
}

@media (min-width: 500px) {
  .asset-upload__asset-name {
    height: 40px;
    font-size: 22px;
  }
}

.asset-upload__wrapper {
  padding: 10px;
}

@media (min-width: 500px) {
  .asset-upload__wrapper {
    padding: 20px;
  }
}

.asset-upload__wrapper .popover {
  display: none !important;
}

@media (min-width: 768px) {
  .asset-upload__wrapper .popover {
    display: block !important;
  }
}

.asset-upload__drop-box-container .files-dropbox__container {
  text-align: center;
  padding: 58px 0px;
  -webkit-transition: border-color 0.5s ease;
  -o-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}

.asset-upload__drop-box-container .files-dropbox__container h2 {
  font-weight: normal;
  margin-bottom: 6px;
}

.asset-upload__drop-box-container .files-dropbox__container p {
  letter-spacing: -0.2px;
}

.asset-upload__drop-box-container-label {
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}

.asset-upload__formats-description {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 500px) {
  .asset-upload__formats-description {
    margin-top: 30px;
    left: 30px;
    right: 30px;
  }
}

.asset-upload__zip-format-link {
  color: #005686;
  border-bottom: 1px dotted #b4b6ba;
}

.asset-upload__zip-format-link:hover {
  color: #005686;
  border-bottom-color: #0D8BB4;
}

.asset-upload__zip-tooltip {
  color: #005686;
  border-top: 1px solid rgba(80,80,80,0.1);
}

.asset-upload__zip-tooltip .popover-content {
  padding: 8px;
  line-height: 18px;
  font-weight: 100;
}

.asset-upload__zip-tooltip .arrow {
  border-width: 7px;
  left: 23px !important;
  top: -8px !important;
  border-bottom-color: rgba(50,50,50,0.3) !important;
}

.asset-upload__files {
  display: block;
}

.asset-upload__section-header {
  font-family: "3DSRegular";
  padding: 8px 10px;
}

@media (min-width: 500px) {
  .asset-upload__section-header {
    padding: 8px 20px;
  }
}

.asset-upload__file {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}

.asset-upload__file:first-child {
  border-top: solid 1px #0D8BB4;
}

.asset-upload__file span,
.asset-upload__file a {
  letter-spacing: -0.2px;
}

.asset-upload__file a {
  border-bottom: 1px dotted #005686;
  text-decoration: none;
  font-weight: bold;
}

.asset-upload__file a:hover {
  color: #0D8BB4;
  border-color: #0D8BB4;
}

.asset-upload__file-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-bottom: solid 1px #0D8BB4;
}

@media (min-width: 500px) {
  .asset-upload__file-inner {
    padding: 11px 20px;
  }
}

.asset-upload__loading-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.asset-upload__loading-icon>div {
  float: left;
  background: #0d8bb4;
  height: 100%;
  width: 20px;
  display: inline-block;
  -webkit-animation: loading 1.5s infinite ease-in-out;
  -o-animation: loading 1.5s infinite ease-in-out;
  animation: loading 1.5s infinite ease-in-out;
  -webkit-transform: scaleX(0.8);
  -ms-transform: scaleX(0.8);
  -o-transform: scaleX(0.8);
  transform: scaleX(0.8);
}

@keyframes loading {
  50% {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    background: #0d8bb4;
  }
}

.asset-upload__loading-icon .bar1 {
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.asset-upload__loading-icon .bar2 {
  -webkit-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.asset-upload__loading-icon .bar3 {
  -webkit-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.asset-upload__file-name {
  line-height: 1.1;
  max-width: 140px;
}

@media (min-width: 500px) {
  .asset-upload__file-name {
    max-width: 240px;
  }
}

@media (min-width: 768px) {
  .asset-upload__file-name {
    max-width: 500px;
  }
}

.asset-upload__file-controls {
  line-height: 1.1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.asset-upload__file-progress {
  width: 0%;
  height: 100%;
  position: absolute;
  background-color: rgba(156,229,77,0.7);
}

.asset-upload__file-error {
  color: #e13a3a;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 10px 0 10px;
  font-weight: bold;
}

@media (min-width: 500px) {
  .asset-upload__file-error {
    padding: 0px 20px;
  }
}

.asset-upload__file-error_outer {
  padding: 0 10px 10px 10px;
}

@media (min-width: 500px) {
  .asset-upload__file-error_outer {
    padding: 0 20px 20px 20px;
  }
}

.asset-upload__file-error_inner {
  padding: 11px 10px 0px 10px;
}

@media (min-width: 500px) {
  .asset-upload__file-error_inner {
    padding: 11px 20px 0px 20px;
  }
}

.asset-upload__asset-class {
  margin-top: 30px;
  line-height: 24px;
}

.asset-upload__main-asset-label {
  font-weight: bold;
  border-bottom: 1px solid transparent;
}

.asset-upload__set-main {
  color: #005686;
}

.asset-upload__categories {
  display: block;
  margin-top: 10px;
}

.asset-upload__categories .popover-content {
  padding: 0;
}

.asset-upload__categories-holder {
  padding: 0 10px;
}

.asset-upload__categories-holder .popover {
  background-color: #fff;
}

.asset-upload__categories-holder .popover .arrow {
  border-width: 7px;
}

.asset-upload__categories-holder .popover .arrow::after {
  border-bottom-color: #fff;
}

.asset-upload__categories-holder .popover.bottom-right {
  border-top-color: #f2f2f2;
}

.asset-upload__categories-holder .popover.bottom-right .arrow {
  border-bottom-color: #f2f2f2;
  top: -15px !important;
  right: 14px !important;
}

.asset-upload__categories-holder .popover.bottom-left {
  border-top-color: #f2f2f2;
}

.asset-upload__categories-holder .popover.bottom-left .arrow {
  border-bottom-color: #f2f2f2;
  top: -15px !important;
  left: 12px !important;
}

.asset-upload__categories-holder .popover.top-left {
  -webkit-box-shadow: 0 -2px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 -2px 4px 0 rgba(0,0,0,0.5);
  border-bottom-color: #f2f2f2;
}

.asset-upload__categories-holder .popover.top-left .arrow {
  border-top-color: #f2f2f2;
  bottom: -15px !important;
  left: 12px !important;
}

.asset-upload__categories-holder .popover.top-right {
  -webkit-box-shadow: 0 -2px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 -2px 4px 0 rgba(0,0,0,0.5);
  border-bottom-color: #f2f2f2;
}

.asset-upload__categories-holder .popover.top-right .arrow {
  border-top-color: #f2f2f2;
  bottom: -15px !important;
  right: 14px !important;
}

@media (min-width: 500px) {
  .asset-upload__categories-holder {
    padding: 0 20px;
  }
}

.asset-upload__description {
  display: block;
  margin-top: 4px;
}

.asset-upload__description-text {
  display: block;
  min-height: 80px;
  background-color: #ffffff;
  margin: 8px 20px;
  padding: 8px 10px 30px 10px;
  border: solid 1px #0d8bb4;
  font-family: Arial;
  line-height: 1.14;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  max-width: 100%;
  word-wrap: break-word;
  overflow: hidden;
}

.asset-upload__description-text_hint {
  display: block;
  min-height: 80px;
  background-color: #ffffff;
  margin: 8px 20px;
  padding: 8px 10px 30px 10px;
  border: solid 1px #0d8bb4;
  font-family: Arial;
  line-height: 1.14;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #a3a3a3;
  white-space: normal;
}

.asset-upload__description-text .word-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.asset-upload__description-text:focus,
.asset-upload__description-text:focus:hover {
  border-color: #66afe9;
  outline: none;
}

@media (min-width: 500px) {
  .asset-upload__description-text {
    margin: 8px 20px;
  }
}

.asset-upload__description-counter {
  margin: 5px 22px;
}

.asset-upload__description-status {
  position: absolute;
  bottom: 0;
  margin: 5px 15px;
  right: 0;
}

@media (min-width: 500px) {
  .asset-upload__description-status {
    margin: 5px 25px;
  }
}

.asset-upload__required-hint {
  float: left;
  padding: 0 20px;
  font-family: "3DSRegular";
  font-size: 17px;
}

.asset-upload__description-text-wrapper {
  position: relative;
}

.asset-upload__description-too-long {
  color: #e13a3a;
  cursor: default;
  white-space: nowrap;
}

.asset-upload__button-save {
  margin-right: 10px;
}

.asset-upload__modal-buttons {
  float: right;
  margin-right: 10px;
  bottom: 10px;
}

@media (min-width: 500px) {
  .asset-upload__modal-buttons {
    margin-top: 10px;
    margin-right: 20px;
    position: relative;
  }
}

.asset-upload__progress-status {
  float: right;
  margin-top: 20px;
  margin-right: 10px;
  line-height: 25px;
}

@media (min-width: 500px) {
  .asset-upload__progress-status {
    margin-top: 0px;
    margin-right: 20px;
    position: relative;
  }
}

.asset-upload__progress-status-label {
  float: right;
  font-size: 18px;
  line-height: 25px;
  margin-left: 8px;
}

.asset-upload__categories-popover {
  display: block;
  margin: 0;
  padding: 0;
}

.asset-upload__categories-popover li {
  display: block;
  letter-spacing: -0.2px;
  padding: 7px 7px 7px 12px;
  cursor: pointer;
  color: #005686;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.asset-upload__categories-popover li:hover {
  background-color: #0D8BB4;
  color: white;
}

.asset-upload__categories-scroller {
  max-height: 280px;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
}

.asset-upload__categories-scroller .ps-scrollbar-y-rail,
.asset-upload__categories-scroller .ps-scrollbar-y {
  width: 4px !important;
}

.asset-upload__categories-scroller .ps-scrollbar-y {
  background-color: rgba(255,255,255,0.1);
}

.asset-upload__categories-added {
  display: block;
  margin: 0;
  padding: 0;
}

.asset-upload__category-added {
  display: inline-block;
  padding: 14px 18px;
  background-color: #0D8BB4;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  letter-spacing: -0.2px;
  margin-right: 4px;
  margin-bottom: 6px;
  color: #fff;
}

.asset-upload .error {
  display: block;
  color: #e13a3a;
  letter-spacing: -0.2px;
  margin-top: 6px;
  font-weight: bold;
  padding-left: 20px;
}

.modal-upload {
  width: 300px;
}

@media (min-width: 500px) {
  .modal-upload {
    width: 464px;
  }
}

@media (min-width: 768px) {
  .modal-upload {
    width: 740px;
  }
}

[contenteditable=true]:not(:focus):empty:before {
  content: attr(placeholder);
  display: block;
  color: #999;
}

.cadhub-asset-detail {
  background-color: #EEEEEE;
  padding: 35px 0;
}

.cadhub-asset-detail .container {
  width: 80%;
  padding: 0 30px;
  margin: 30px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

@media (max-width: 1439px) {
  .cadhub-asset-detail .container {
    width: 100%;
  }
}

@media (max-width: 1079px) {
  .cadhub-asset-detail .container {
    display: block;
  }
}

.cadhub-asset-detail .container .alert {
  width: 100%;
  margin: 0 10px;
}

.cadhub-asset-detail .left-section {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -moz-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  margin: 0 10px;
}

.cadhub-asset-detail .left-section .asset-viewer {
  color: white;
}

.cadhub-asset-detail .left-section .asset-viewer .viewer-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #464f5d;
  padding: 15px;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.cadhub-asset-detail .left-section .asset-viewer .viewer-title h4 {
  margin: 0;
  max-width: 44vw;
  word-wrap: break-word;
  overflow: hidden;
}

@media (max-width: 1079px) {
  .cadhub-asset-detail .left-section .asset-viewer .viewer-title h4 {
    max-width: 100%;
  }
}

.cadhub-asset-detail .left-section .asset-viewer .viewer-title span {
  cursor: pointer;
}

.cadhub-asset-detail .left-section .asset-viewer .viewer-box {
  display: block;
  position: relative;
  padding-bottom: 62.5%;
  overflow: hidden;
  background-color: #ffffff;
}

.cadhub-asset-detail .left-section .asset-viewer .viewer-box .viewer-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.cadhub-asset-detail .left-section .asset-viewer .viewer-box .left-arrow {
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 36px;
  cursor: pointer;
  color: #000;
}

.cadhub-asset-detail .left-section .asset-viewer .viewer-box .right-arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 36px;
  cursor: pointer;
  color: black;
}

.cadhub-asset-detail .left-section .asset-viewer .viewer-ctrl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  background-color: #464f5d;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.cadhub-asset-detail .left-section .asset-viewer .viewer-ctrl .viewer-slides {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 5px;
  overflow: hidden;
}

.cadhub-asset-detail .left-section .asset-viewer .viewer-ctrl .viewer-slides .slide-item {
  border: 2px solid #ddd;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 5px;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100px;
  position: relative;
}

.cadhub-asset-detail .left-section .asset-viewer .viewer-ctrl .viewer-slides .slide-item.active {
  border-color: greenyellow;
}

.cadhub-asset-detail .left-section .asset-viewer .viewer-ctrl .viewer-slides .slide-item:hover {
  border-color: dodgerblue;
}

.cadhub-asset-detail .left-section .asset-viewer .viewer-ctrl .viewer-slides .slide-item img {
  width: 100%;
  height: auto;
}

.cadhub-asset-detail .left-section .asset-viewer .viewer-ctrl .viewer-slides .slide-item.badge3d:before {
  content: '3D';
  font-family: "3DSSemiBold";
  font-size: 12px;
  position: absolute;
  right: 3px;
  top: 1px;
}

.cadhub-asset-detail .left-section .asset-viewer .viewer-ctrl .viewer-btn-group {
  border-top: 1px solid #59616e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
}

.cadhub-asset-detail .left-section .asset-viewer .viewer-ctrl .viewer-btn-group .btn {
  margin: 0 5px;
}

@media (max-width: 375px) {
  .cadhub-asset-detail .left-section .asset-viewer .viewer-ctrl .viewer-btn-group .btn {
    padding: 6px 10px;
    font-size: 12px;
  }
}

.cadhub-asset-detail .left-section .asset-viewer .viewer-ctrl .viewer-btn-group .btn-red {
  border: 2px solid #da291c;
}

.cadhub-asset-detail .left-section .asset-viewer .viewer-ctrl .viewer-btn-group .btn-ghost-white {
  border: 2px solid white;
  background: transparent;
}

.cadhub-asset-detail .left-section .asset-viewer .viewer-ctrl .viewer-btn-group .placeholder {
  height: 15px;
}

.cadhub-asset-detail .left-section .asset-viewer .viewer-ctrl .viewer-btn-group .hidden-mobile {
  display: block;
}

@media (max-width: 481px) {
  .cadhub-asset-detail .left-section .asset-viewer .viewer-ctrl .viewer-btn-group .hidden-mobile {
    display: none;
  }
}

.cadhub-asset-detail .left-section .asset-viewer .viewer-ctrl .viewer-btn-group .visible-mobile {
  display: none;
}

@media (max-width: 481px) {
  .cadhub-asset-detail .left-section .asset-viewer .viewer-ctrl .viewer-btn-group .visible-mobile {
    display: block;
  }
}

.cadhub-asset-detail .left-section .asset-comments-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;
  padding: 15px;
  margin-top: 20px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.cadhub-asset-detail .left-section .asset-comments-wrapper .comment-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cadhub-asset-detail .left-section .asset-comments-wrapper .comment-input .user-avatar {
  height: 64px;
  width: 64px;
  background-size: cover;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.cadhub-asset-detail .left-section .asset-comments-wrapper .comment-input textarea {
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
  font-size: 14px;
}

.cadhub-asset-detail .left-section .asset-comments-wrapper .comments-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
}

.cadhub-asset-detail .left-section .asset-comments-wrapper .comments-list .comment-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cadhub-asset-detail .left-section .asset-comments-wrapper .comments-list .comment-item .comment-avatar {
  height: 64px;
  width: 64px;
  background-size: cover;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.cadhub-asset-detail .left-section .asset-comments-wrapper .comments-list .comment-item .comment-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 14px;
}

.cadhub-asset-detail .right-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 10px;
}

.cadhub-asset-detail .right-section .asset-upload__description-text {
  max-width: 22.5vw;
}

@media (max-width: 1079px) {
  .cadhub-asset-detail .right-section .asset-upload__description-text {
    max-width: 100%;
  }
}

.cadhub-asset-detail .right-section .owner-banner-wrapper {
  text-decoration: none;
}

.cadhub-asset-detail .right-section .owner-banner {
  background-size: cover;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}

@media (max-width: 1079px) {
  .cadhub-asset-detail .right-section .owner-banner {
    margin-top: 20px;
  }
}

.cadhub-asset-detail .right-section .owner-banner .owner-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cadhub-asset-detail .right-section .owner-banner .owner-info-wrapper .owner-avatar {
  height: 8vw;
  width: 8vw;
  background-size: cover;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #005686;
  z-index: 2;
  background-position: center;
  background-color: #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2em;
  color: white;
}

.cadhub-asset-detail .right-section .owner-banner .owner-info-wrapper .owner-avatar.tdcc {
  background-color: #f4f5f6;
  color: #005686;
}

@media (max-width: 1280px) {
  .cadhub-asset-detail .right-section .owner-banner .owner-info-wrapper .owner-avatar.tdcc {
    font-size: 1.5em;
  }
}

@media (max-width: 1079px) {
  .cadhub-asset-detail .right-section .owner-banner .owner-info-wrapper .owner-avatar.tdcc {
    font-size: 2em;
  }
}

@media (max-width: 680px) {
  .cadhub-asset-detail .right-section .owner-banner .owner-info-wrapper .owner-avatar.tdcc {
    font-size: 1.5em;
  }
}

.cadhub-asset-detail .right-section .owner-banner .owner-info-wrapper .owner-info {
  background-color: #005686;
  text-align: left;
  color: white;
  margin-left: -4vw;
  padding-left: 4vw;
  padding-right: 15px;
  z-index: 1;
  min-width: 8vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.cadhub-asset-detail .right-section .owner-banner .owner-info-wrapper .owner-info .owner-name {
  padding: 0;
  margin: 0;
  white-space: pre-wrap;
  max-width: 12vw;
  overflow: hidden;
}

@media (max-width: 1079px) {
  .cadhub-asset-detail .right-section .owner-banner .owner-info-wrapper .owner-avatar {
    height: 20vw;
    width: 20vw;
    font-size: 1.5em;
  }

  .cadhub-asset-detail .right-section .owner-banner .owner-info-wrapper .owner-info {
    margin-left: -10vw;
    padding-left: 10vw;
    min-width: 20vw;
  }

  .cadhub-asset-detail .right-section .owner-banner .owner-info-wrapper .owner-info .owner-name {
    max-width: 30vw;
  }
}

.cadhub-asset-detail .right-section .asset-intro {
  padding: 15px;
  background-color: white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  position: relative;
}

.cadhub-asset-detail .right-section .asset-intro .edit-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #d9edf7;
  cursor: pointer;
}

.cadhub-asset-detail .right-section .asset-intro .edit-btn.fa-stack .fa-inverse {
  color: #005686;
}

.cadhub-asset-detail .right-section .asset-intro h5 {
  font-weight: bold;
}

.cadhub-asset-detail .right-section .asset-intro table {
  line-height: 2;
}

.cadhub-asset-detail .right-section .asset-intro .asset-date {
  color: #9e9e9e;
  font-size: 12px;
  margin: 0;
  padding-left: 2px;
  padding-top: 3px;
}

.cadhub-asset-detail .right-section .asset-intro #asset-intro-table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}

.cadhub-asset-detail .right-section .asset-intro #asset-intro-table tr td {
  border: 1px solid #ccc;
  padding: 10px;
  max-width: 20vw;
  word-wrap: break-word;
  overflow: hidden;
}

.cadhub-asset-detail .right-section .asset-intro #asset-intro-table tr td .btn-tag {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

.cadhub-asset-detail .right-section .asset-intro #asset-intro-table tr td:first-child {
  background-color: #eee;
  width: 120px;
}

.cadhub-asset-detail .right-section .asset-intro #asset-intro-table tr .likes-btn-group .fa {
  cursor: pointer;
  font-size: 20px;
  vertical-align: middle;
}

.cadhub-asset-detail .right-section .asset-intro #asset-intro-table tr .likes-btn-group .fa.grey-out {
  color: grey;
}

.cadhub-asset-detail .right-section .asset-intro #asset-intro-table tr .likes-btn-group .fa.blue {
  color: #005686;
}

.cadhub-asset-detail .right-section .asset-intro #asset-intro-table tr .rating-group .fa {
  font-size: 20px;
  vertical-align: middle;
  color: lightgray;
}

.cadhub-asset-detail .right-section .asset-intro #asset-intro-table tr .rating-group .checked {
  color: orange;
}

.cadhub-asset-detail .right-section .assets-section {
  margin: 20px 0;
  padding: 0;
}

@media (max-width: 1079px) {
  .cadhub-asset-detail .right-section .assets-section {
    width: 60%;
    margin: 20px auto;
  }
}

@media (max-width: 767px) {
  .cadhub-asset-detail .right-section .assets-section {
    width: 80%;
  }
}

@media (max-width: 600px) {
  .cadhub-asset-detail .right-section .assets-section {
    width: 100%;
  }
}

.cadhub-asset-detail .right-section .assets-section h5 {
  font-weight: bold;
}

.cadhub-asset-detail .right-section .assets-section .section-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -10px;
}

.cadhub-asset-detail .right-section .assets-section .section-body .card-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0;
  flex-shrink: 0;
  -webkit-flex-basis: 50%;
  -ms-flex: 0 1 50%;
  flex-basis: 50%;
  position: relative;
}

.cadhub-asset-detail .right-section .assets-section .section-body .card-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

@media (max-width: 980px) {
  .cadhub-asset-detail .right-section .assets-section .section-body .card-wrapper {
    -webkit-flex-basis: 50%;
    -ms-flex: 0 1 50%;
    flex-basis: 50%;
  }
}

.cadhub-asset-detail .right-section .assets-section .section-body .card-wrapper .asset-card {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 10px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.cadhub-asset-detail .right-section .assets-section .section-body .card-wrapper .asset-card .fullscreen-button {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

.cadhub-asset-detail .right-section .assets-section .section-body .card-wrapper .asset-card .fullscreen-button__icon-fullscreen {
  width: 20px;
  height: 20px;
}

.cadhub-asset-detail .right-section .assets-section .section-body .card-wrapper .asset-card .fullscreen-button svg {
  -webkit-filter: drop-shadow(0px 1px 2px #000);
  filter: drop-shadow(0px 1px 2px #000);
}

.cadhub-asset-detail .right-section .assets-section .section-body .card-wrapper .asset-card .asset-img-wrapper {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.cadhub-asset-detail .right-section .assets-section .section-body .card-wrapper .asset-card .asset-img-wrapper:hover {
  text-decoration: none;
}

.cadhub-asset-detail .right-section .assets-section .section-body .card-wrapper .asset-card .asset-cover {
  width: 100%;
  height: auto;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.cadhub-asset-detail .right-section .assets-section .section-body .card-wrapper .asset-card .asset-info {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 5px 10px;
  left: 0;
  bottom: 0;
  width: 100%;
}

@media (max-width: 1600px) {
  .cadhub-asset-detail .right-section .assets-section .section-body .card-wrapper .asset-card .asset-info {
    font-size: 14px;
  }
}

@media (max-width: 1500px) {
  .cadhub-asset-detail .right-section .assets-section .section-body .card-wrapper .asset-card .asset-info {
    font-size: 12px;
  }
}

@media (max-width: 1400px) {
  .cadhub-asset-detail .right-section .assets-section .section-body .card-wrapper .asset-card .asset-info {
    font-size: 10px;
  }
}

@media (max-width: 1280px) {
  .cadhub-asset-detail .right-section .assets-section .section-body .card-wrapper .asset-card .asset-info {
    font-size: 14px;
  }
}

.cadhub-asset-detail .right-section .assets-section .section-body .card-wrapper .asset-card .asset-info .asset-title {
  text-align: left;
  margin: 0;
  color: #005686;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cadhub-asset-detail .right-section .assets-section .section-body .card-wrapper .asset-card .asset-info .asset-title span {
  overflow: hidden;
  width: 100%;
}

.cadhub-asset-detail .right-section .assets-section .section-body .card-wrapper .asset-card .asset-info .asset-source {
  height: 0;
  opacity: 0;
  color: #005686;
  display: none;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cadhub-asset-detail .right-section .assets-section .section-body .card-wrapper .asset-card .asset-detail {
  display: none;
  text-align: left;
  font-size: 12px;
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #555;
}

.cadhub-asset-detail .right-section .assets-section .section-body .card-wrapper .asset-card:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
}

.cadhub-asset-detail .right-section .assets-section .section-body .card-wrapper .asset-card:hover .asset-source {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: height 0.5s, opacity 0.5s linear;
  -o-transition: height 0.5s, opacity 0.5s linear;
  transition: height 0.5s, opacity 0.5s linear;
  height: auto;
  opacity: 1;
}

.cadhub-asset-detail .right-section .assets-section .section-body .card-wrapper .asset-card:hover .fullscreen-button {
  display: block;
}

.cadhub-asset-detail .right-section .delete-btn-group {
  background-color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 20px;
  margin-top: -10px;
}

.cadhub-asset-detail .right-section .delete-btn-group .btn-ghost-red {
  width: 100%;
  border: 1px solid #ea4f37;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: transparent;
  color: #ea4f37;
  padding: 7px 0;
  font-family: "3DSSemiBold";
  font-size: 13px;
}

.cadhub-asset-detail .right-section .delete-btn-group .btn-ghost-red:hover {
  background-color: #ea4f37;
  color: #fff;
}

.assets-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 10px;
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -668px 0;
  }

  100% {
    background-position: 668px 0;
  }
}

@-o-keyframes placeHolderShimmer {
  0% {
    background-position: -668px 0;
  }

  100% {
    background-position: 668px 0;
  }
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -668px 0;
  }

  100% {
    background-position: 668px 0;
  }
}

.assets-section .placeholder {
  position: relative;
}

.assets-section .placeholder:before {
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  -webkit-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  -o-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #eee-webkit-gradient(linear, left top, right top, from(#eee), color-stop(18%, #e3e3e3), to(#eee));
  background: #eee -webkit-linear-gradient(left, #eee 8%, #e3e3e3 18%, #eee 33%);
  background: #eee -o-linear-gradient(left, #eee 8%, #e3e3e3 18%, #eee 33%);
  background: #eee linear-gradient(to right, #eee 8%, #e3e3e3 18%, #eee 33%);
  background-repeat: no-repeat;
  background-size: 800px 204px;
  z-index: 99;
}

.assets-section .placeholder-hidden {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.assets-section .section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.assets-section .section-header p {
  margin: 0;
}

.assets-section .section-header label {
  margin: 0;
  vertical-align: middle;
  font-weight: normal;
}

.assets-section .section-header select {
  padding: 2px;
  height: auto;
}

.assets-section .section-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.assets-section .section-body .card-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0;
  flex-shrink: 0;
  -webkit-flex-basis: 16.6666666667%;
  -ms-flex: 0 1 16.6666666667%;
  flex-basis: 16.6666666667%;
  position: relative;
}

.assets-section .section-body .card-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

@media (max-width: 1280px) {
  .assets-section .section-body .card-wrapper {
    -webkit-flex-basis: 25%;
    -ms-flex: 0 1 25%;
    flex-basis: 25%;
  }
}

@media (max-width: 1024px) {
  .assets-section .section-body .card-wrapper {
    -webkit-flex-basis: 33.3333333333%;
    -ms-flex: 0 1 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}

@media (max-width: 980px) {
  .assets-section .section-body .card-wrapper {
    -webkit-flex-basis: 50%;
    -ms-flex: 0 1 50%;
    flex-basis: 50%;
  }
}

.assets-section .section-body .card-wrapper .asset-card {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 10px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.assets-section .section-body .card-wrapper .asset-card .fullscreen-button {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

.assets-section .section-body .card-wrapper .asset-card .fullscreen-button__icon-fullscreen {
  width: 20px;
  height: 20px;
}

.assets-section .section-body .card-wrapper .asset-card .fullscreen-button svg {
  -webkit-filter: drop-shadow(0px 1px 2px #000);
  filter: drop-shadow(0px 1px 2px #000);
}

.assets-section .section-body .card-wrapper .asset-card .asset-img-wrapper {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.assets-section .section-body .card-wrapper .asset-card .asset-img-wrapper:hover {
  text-decoration: none;
}

.assets-section .section-body .card-wrapper .asset-card .asset-cover {
  width: 100%;
  height: auto;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.assets-section .section-body .card-wrapper .asset-card .asset-info {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 5px 10px;
  left: 0;
  bottom: 0;
  width: 100%;
}

@media (max-width: 1600px) {
  .assets-section .section-body .card-wrapper .asset-card .asset-info {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .assets-section .section-body .card-wrapper .asset-card .asset-info {
    font-size: 14px;
  }
}

.assets-section .section-body .card-wrapper .asset-card .asset-info .asset-title {
  text-align: left;
  margin: 0;
  color: #005686;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.assets-section .section-body .card-wrapper .asset-card .asset-info .asset-title span {
  overflow: hidden;
  width: 100%;
}

.assets-section .section-body .card-wrapper .asset-card .asset-info .asset-source {
  height: 0;
  opacity: 0;
  color: #005686;
  display: none;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.assets-section .section-body .card-wrapper .asset-card .asset-detail {
  display: none;
  text-align: left;
  font-size: 12px;
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #555;
}

.assets-section .section-body .card-wrapper .asset-card:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
}

.assets-section .section-body .card-wrapper .asset-card:hover .asset-source {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: height 0.5s, opacity 0.5s linear;
  -o-transition: height 0.5s, opacity 0.5s linear;
  transition: height 0.5s, opacity 0.5s linear;
  height: auto;
  opacity: 1;
}

.assets-section .section-body .card-wrapper .asset-card:hover .fullscreen-button {
  display: block;
}

.assets-section .section-footer {
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
}

.assets-section .section-footer button {
  padding: 10px 20px;
  font-family: "3DSRegular";
  font-size: 19px;
  color: white;
}

.cadhub-explore {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 35px;
}

.cadhub-explore .small-text {
  font-size: 11px;
  color: #333;
}

.cadhub-explore .suggestions {
  margin-left: 30px;
}

.cadhub-explore .filters-section {
  position: fixed;
  width: 280px;
  overflow-x: hidden;
  overflow-y: auto;
}

.cadhub-explore .filters-section.hide-filters-panel {
  width: 60px;
}

.cadhub-explore .filters-section .show-filters-btn {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  margin: 20px -1px 20px 15px;
  border: 1px solid #DDDDDD;
}

.cadhub-explore .filters-section .show-filters-btn .btn-icon {
  margin-bottom: 6px;
}

.cadhub-explore .filters-section .show-filters-btn .btn-text {
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 17px;
  width: 100%;
  -ms-writing-mode: tb-lr;
}

.cadhub-explore .explore-section {
  margin-left: 280px;
  border-left: 1px solid #DDDDDD;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (min-width: 1920px) {
  .cadhub-explore .explore-section {
    border-right: 1px solid #DDDDDD;
  }
}

.cadhub-explore .explore-section.hide-filters-panel {
  margin-left: 60px;
}

.cadhub-explore .explore-section .top-breadcrumb {
  border-bottom: 1px solid #DDDDDD;
  padding: 0 15px;
}

.cadhub-explore .explore-section .explore-wrapper {
  padding-left: 60px;
  padding-right: 60px;
  background-color: #F5F5F5;
}

@media (max-width: 700px) {
  .cadhub-explore .explore-section .explore-wrapper {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.filters-section-wrapper {
  font-family: "3DSRegular";
  padding: 1px 15px;
}

.filters-section-wrapper .icon {
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

.filters-section-wrapper .spinner {
  height: 25px;
  width: 25px;
  -webkit-animation-name: spinner;
  -o-animation-name: spinner;
  animation-name: spinner;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

.filters-section-wrapper .spinner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1920px) {
  .filters-section-wrapper {
    border-left: 1px solid #DDDDDD;
  }
}

.filters-section-wrapper .filters-section-header h3 {
  margin-top: 14px;
}

.filters-section-wrapper .filters-section-header .filters-btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.filters-section-wrapper .filters-section-header .filters-btn-group .btn-link,
.filters-section-wrapper .filters-section-header .filters-btn-group .btn-link-red {
  padding: 0;
}

.filters-section-wrapper .filters-section-body .filter-panel .filter-panel-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  margin: 10px 0;
}

.filters-section-wrapper .filters-section-body .filter-panel .filter-panel-header .filter-section-toggle-icon {
  cursor: pointer;
}

.filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body {
  padding-bottom: 10px;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list {
  list-style: none;
  padding: 0 10px;
}

.filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list .selected {
  color: #005686;
  font-weight: bold;
}

.filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list .filter-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 2px;
}

.filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list .filter-item .selected {
  background-color: #005686;
  background: url("/r3/img/cadhub/icons/check-dark.svg") left 2px no-repeat;
  padding: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  height: 13px;
  opacity: 1;
  background-size: 13px;
}

.filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list .filter-item .item-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  padding-bottom: 5px;
  text-overflow: ellipsis;
  margin-left: 8px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list .filter-item .item-value {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  color: #005686;
}

#cadhub-landing .hero-banner {
  background-image: url(/r3/img/cadhub/hero-cadhub-red.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 68%;
  padding-top: 6%;
  padding-bottom: 6%;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}

#cadhub-landing .hero-banner .hero-banner-text {
  width: 31%;
}

#cadhub-landing .hero-banner .hero-banner-text h1 {
  font-family: "3DSSemiBold";
  color: white;
  margin-bottom: 30px;
}

#cadhub-landing .hero-banner .hero-banner-text p {
  font-family: "3DSRegular";
  color: white;
  margin-bottom: 40px;
  font-size: 22px;
}

#cadhub-landing .hero-banner .hero-banner-text .btn-blue {
  padding: 10px 36px;
  background-color: #218BCD;
}

#cadhub-landing .hero-banner .hero-banner-text .btn-blue:hover {
  background-color: #005686;
}

#cadhub-landing .hero-banner .hero-banner-text .btn-blue span {
  font-family: "3DSRegular";
  font-size: 19px;
  color: white;
}

@media (max-width: 1190px) {
  #cadhub-landing .hero-banner .hero-banner-text {
    padding-bottom: 30px;
  }
}

@media (max-width: 1163px) {
  #cadhub-landing .hero-banner .hero-banner-text {
    padding-bottom: 9px;
    width: 50%;
  }
}

@media (max-width: 950px) {
  #cadhub-landing .hero-banner .hero-banner-text {
    width: 60%;
  }
}

@media (max-width: 890px) {
  #cadhub-landing .hero-banner h1 {
    font-size: 32px;
  }

  #cadhub-landing .hero-banner p {
    font-size: 13px;
    margin-bottom: 30px;
  }

  #cadhub-landing .hero-banner .hero-banner-text {
    width: 70%;
  }
}

@media (max-width: 722px) {
  #cadhub-landing .hero-banner h1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #cadhub-landing .hero-banner p {
    font-size: 13px;
    margin-bottom: 30px;
  }

  #cadhub-landing .hero-banner .hero-banner-text {
    width: 80%;
  }
}

@media (max-width: 830px) {
  #cadhub-landing .hero-banner {
    padding-bottom: 4%;
  }
}

@media (max-width: 768px) {
  #cadhub-landing .hero-banner {
    padding-top: 7%;
    padding-bottom: 4%;
  }
}

#cadhub-landing .explore-models-section {
  background-color: #F1F0F6;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 3%;
  padding-bottom: 5%;
  text-align: center;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -668px 0;
  }

  100% {
    background-position: 668px 0;
  }
}

#cadhub-landing .explore-models-section .placeholder {
  position: relative;
}

#cadhub-landing .explore-models-section .placeholder:before {
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  -webkit-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  -o-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #eee-webkit-gradient(linear, left top, right top, from(#eee), color-stop(18%, #e3e3e3), to(#eee));
  background: #eee -webkit-linear-gradient(left, #eee 8%, #e3e3e3 18%, #eee 33%);
  background: #eee -o-linear-gradient(left, #eee 8%, #e3e3e3 18%, #eee 33%);
  background: #eee linear-gradient(to right, #eee 8%, #e3e3e3 18%, #eee 33%);
  background-repeat: no-repeat;
  background-size: 800px 204px;
  z-index: 99;
}

#cadhub-landing .explore-models-section .placeholder-hidden {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

#cadhub-landing .explore-models-section .ems-intro-text h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: "3DSRegular";
  color: #333333;
  font-size: 34px;
}

#cadhub-landing .explore-models-section .ems-intro-text p {
  font-family: "3DSRegular";
  color: #333333;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 768px) {
  #cadhub-landing .explore-models-section .ems-intro-text p {
    margin-bottom: 0;
  }
}

#cadhub-landing .explore-models-section .container {
  width: 100%;
  max-width: 1265px !important;
  margin: 0 auto;
}

#cadhub-landing .explore-models-section .container .section-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  text-align: center;
  max-width: 1200px;
  max-height: 480px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 40px;
}

#cadhub-landing .explore-models-section .container .section-body .cadhub-model-tiles {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0;
  flex-shrink: 0;
  -webkit-flex-basis: 20%;
  -ms-flex: 0 1 20%;
  flex-basis: 20%;
  overflow: hidden;
}

#cadhub-landing .explore-models-section .container .section-body .cadhub-model-tiles .asset-card {
  width: 225px;
  height: 225px;
  -webkit-transition: all .1s ease-in;
  -o-transition: all .1s ease-in;
  transition: all .1s ease-in;
  margin: 8px auto;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  background-color: white;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

#cadhub-landing .explore-models-section .container .section-body .cadhub-model-tiles .asset-card:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
}

#cadhub-landing .explore-models-section .container .section-body .cadhub-model-tiles .asset-card .fullscreen-button {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

#cadhub-landing .explore-models-section .container .section-body .cadhub-model-tiles .asset-card .fullscreen-button__icon-fullscreen {
  width: 20px;
  height: 20px;
}

#cadhub-landing .explore-models-section .container .section-body .cadhub-model-tiles .asset-card .fullscreen-button svg {
  -webkit-filter: drop-shadow(0px 1px 2px #000);
  filter: drop-shadow(0px 1px 2px #000);
}

#cadhub-landing .explore-models-section .container .section-body .cadhub-model-tiles .asset-card .asset-img-wrapper {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

#cadhub-landing .explore-models-section .container .section-body .cadhub-model-tiles .asset-card .asset-img-wrapper:hover {
  text-decoration: none;
}

#cadhub-landing .explore-models-section .container .section-body .cadhub-model-tiles .asset-card .asset-cover {
  width: 100%;
  height: auto;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#cadhub-landing .explore-models-section .container .section-body .cadhub-model-tiles .asset-card .asset-info {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 5px 10px;
  left: 0;
  bottom: 0;
  width: 100%;
}

#cadhub-landing .explore-models-section .container .section-body .cadhub-model-tiles .asset-card .asset-info .asset-title {
  text-align: left;
  margin: 0;
  font-size: 14px;
  color: #005686;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#cadhub-landing .explore-models-section .container .section-body .cadhub-model-tiles .asset-card .asset-info .asset-title span {
  overflow: hidden;
  width: 100%;
}

#cadhub-landing .explore-models-section .container .section-body .cadhub-model-tiles .asset-card .asset-info .asset-source {
  display: none;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #005686;
}

#cadhub-landing .explore-models-section .container .section-body .cadhub-model-tiles .asset-card .asset-info .asset-source .asset-source-logo span {
  font-size: 16px;
}

#cadhub-landing .explore-models-section .container .section-body .cadhub-model-tiles .asset-card .asset-info .asset-author-info {
  display: none;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #005686;
}

#cadhub-landing .explore-models-section .container .section-body .cadhub-model-tiles .asset-card .asset-info .asset-author-info .asset-author-name span {
  font-size: 16px;
}

#cadhub-landing .explore-models-section .container .section-body .cadhub-model-tiles .asset-card .asset-info .asset-author-info img.asset-author-avatar {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#cadhub-landing .explore-models-section .container .section-body .cadhub-model-tiles .asset-card .asset-info .asset-avatar {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 30px;
  height: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#cadhub-landing .explore-models-section .container .section-body .cadhub-model-tiles .asset-card .asset-detail {
  display: none;
  text-align: left;
  font-size: 12px;
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #555;
}

#cadhub-landing .explore-models-section .container .section-body .cadhub-model-tiles .asset-card .asset-detail .downloads-icon {
  display: inline-block;
  float: left;
  background-size: cover;
  font-size: 15px;
}

#cadhub-landing .explore-models-section .container .section-body .cadhub-model-tiles .asset-card .asset-detail .likes-icon {
  display: inline-block;
  font-size: 15px;
}

#cadhub-landing .explore-models-section .container .section-body .cadhub-model-tiles .asset-card:hover .asset-source {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#cadhub-landing .explore-models-section .container .section-body .cadhub-model-tiles .asset-card:hover .asset-author-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#cadhub-landing .explore-models-section .container .section-body .cadhub-model-tiles .asset-card:hover .fullscreen-button {
  display: block;
}

@media (max-width: 1440px) {
  #cadhub-landing .explore-models-section .container .section-body .cadhub-model-tiles {
    -webkit-flex-basis: 25%;
    -ms-flex: 0 1 25%;
    flex-basis: 25%;
  }
}

@media (max-width: 1280px) {
  #cadhub-landing .explore-models-section .container .section-body .cadhub-model-tiles {
    -webkit-flex-basis: 25%;
    -ms-flex: 0 1 25%;
    flex-basis: 25%;
  }
}

@media (max-width: 1100px) {
  #cadhub-landing .explore-models-section .container .section-body .cadhub-model-tiles {
    -webkit-flex-basis: 33.3333333333%;
    -ms-flex: 0 1 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}

@media (max-width: 850px) {
  #cadhub-landing .explore-models-section .container .section-body .cadhub-model-tiles {
    -webkit-flex-basis: 50%;
    -ms-flex: 0 1 50%;
    flex-basis: 50%;
  }
}

@media (max-width: 600px) {
  #cadhub-landing .explore-models-section .container .section-body {
    margin-bottom: 20px;
  }

  #cadhub-landing .explore-models-section .container .section-body .cadhub-model-tiles {
    -webkit-flex-basis: 100%;
    -ms-flex: 0 1 100%;
    flex-basis: 100%;
  }
}

#cadhub-landing .explore-models-section .container .btn-red {
  padding: 10px 20px;
  margin-bottom: 30px;
}

#cadhub-landing .explore-models-section .container .btn-red span {
  font-family: "3DSRegular";
  font-size: 19px;
  color: white;
}

#cadhub-landing .explore-categories-section {
  background-color: #223B4E;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 3%;
  padding-bottom: 5%;
  text-align: center;
  width: 100%;
}

#cadhub-landing .explore-categories-section .emc-intro-text h2 {
  padding-bottom: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: "3DSRegular";
  color: #FFFFFF;
}

#cadhub-landing .explore-categories-section .emc-intro-text p {
  font-family: "3DSRegular";
  color: #FFFFFF;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}

#cadhub-landing .explore-categories-section .container {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 100%;
}

#cadhub-landing .explore-categories-section .container .category-tile {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  background-color: #5B707F;
  background-size: cover;
}

#cadhub-landing .explore-categories-section .container .category-tile img {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.45;
}

#cadhub-landing .explore-categories-section .container .category-tile h3 {
  display: inline-block;
  text-align: center;
}

#cadhub-landing .explore-categories-section .container .category-tile .text-on-tile {
  font-family: "3DSRegular";
  -webkit-transition: text-shadow .3s;
  -o-transition: text-shadow .3s;
  transition: text-shadow .3s;
  font-weight: 500;
  color: #FFFFFF;
  position: absolute;
  text-align: center;
  overflow: hidden;
  top: 37%;
  left: 0;
  right: 0;
  width: auto;
  z-index: 999;
  text-shadow: 0 0 10px #000;
}

@media (max-width: 767px) {
  #cadhub-landing .explore-categories-section .container .category-tile .text-on-tile {
    margin: 0;
    margin-top: 5%;
  }
}

#cadhub-landing .explore-categories-section .container .category-tile:hover img {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#cadhub-landing .explore-categories-section .container img {
  position: absolute;
  left: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

#cadhub-landing .explore-categories-section .container #aerospace {
  position: relative;
  height: 262px;
  width: auto;
}

#cadhub-landing .explore-categories-section .container #consumer-products {
  position: relative;
  height: 327px;
  width: auto;
}

#cadhub-landing .explore-categories-section .container #electrical-components {
  position: relative;
  height: 262px;
  width: auto;
}

#cadhub-landing .explore-categories-section .container #environments {
  position: relative;
  height: 327px;
  width: auto;
}

#cadhub-landing .explore-categories-section .container #furniture {
  position: relative;
  height: 262px;
  width: auto;
}

#cadhub-landing .explore-categories-section .container #hardware {
  position: relative;
  height: 262px;
  width: auto;
}

#cadhub-landing .explore-categories-section .container #hobby-fun {
  position: relative;
  height: 262px;
  width: auto;
}

#cadhub-landing .explore-categories-section .container #jewelry {
  position: relative;
  height: 262px;
  width: auto;
}

#cadhub-landing .explore-categories-section .container #manufacturing {
  position: relative;
  height: 327px;
  width: auto;
}

#cadhub-landing .explore-categories-section .container #military {
  position: relative;
  height: 262px;
  width: auto;
}

#cadhub-landing .explore-categories-section .container #people-nature {
  position: relative;
  height: 327px;
  width: auto;
}

#cadhub-landing .explore-categories-section .container #robotics {
  position: relative;
  height: 262px;
  width: auto;
}

#cadhub-landing .explore-categories-section .container #first-column {
  width: 287px;
  height: 920px;
  margin-left: 10px;
  margin-right: 5px;
  overflow: hidden;
  padding-top: 2px;
}

#cadhub-landing .explore-categories-section .container #second-column {
  width: 287px;
  height: 920px;
  margin-left: 5px;
  margin-right: 5px;
  overflow: hidden;
  padding-top: 2px;
}

#cadhub-landing .explore-categories-section .container #third-column {
  width: 287px;
  height: 920px;
  margin-left: 5px;
  margin-right: 5px;
  overflow: hidden;
  padding-top: 2px;
}

#cadhub-landing .explore-categories-section .container #fourth-column {
  width: 287px;
  height: 920px;
  margin-left: 5px;
  margin-right: 10px;
  overflow: hidden;
  padding-top: 2px;
}

#cadhub-landing .explore-categories-section .container #mobile-column {
  width: 100%;
  overflow: hidden;
  display: none;
}

#cadhub-landing .explore-categories-section .container #mobile-column .category-tile {
  height: -webkit-calc(90vw - 60px);
  height: calc(90vw - 60px);
}

@media (max-width: 980px) {
  #cadhub-landing .explore-categories-section .container #fourth-column {
    display: none;
  }

  #cadhub-landing .explore-categories-section .container #third-column {
    display: none;
  }
}

@media (max-width: 550px) {
  #cadhub-landing .explore-categories-section .container #first-column {
    display: none;
  }

  #cadhub-landing .explore-categories-section .container #second-column {
    display: none;
  }

  #cadhub-landing .explore-categories-section .container #third-column {
    display: none;
  }

  #cadhub-landing .explore-categories-section .container #fourth-column {
    display: none;
  }

  #cadhub-landing .explore-categories-section .container #mobile-column {
    display: block;
  }
}

#cadhub-landing .explore-categories-section .btn-red {
  padding: 10px 20px;
}

#cadhub-landing .explore-categories-section .btn-red span {
  font-family: "3DSRegular";
  font-size: 19px;
  color: white;
}

.cadhub-upload {
  padding: 60px 0;
}

.cadhub-upload .container {
  padding: 0 30px;
}

.cadhub-upload .container .upload-wrapper {
  background: #f4f5f6;
  padding: 20px 60px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.cadhub-upload .container .upload-wrapper .upload-cover {
  position: absolute;
  background-color: rgba(255,255,255,0.15);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: not-allowed;
}

.cadhub-upload .container .upload-wrapper .asset-upload {
  background-color: #f4f5f6;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

@media (max-width: 991px) {
  .cadhub-upload .container .upload-wrapper {
    padding: 0;
  }
}

.cadhub-upload .container .tcfc-wrapper {
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.cadhub-upload .container .tcfc-wrapper .modal-header {
  background-color: transparent !important;
  border: none;
}

.cadhub-upload .container .tcfc-wrapper .modal-header .modal-title {
  font-size: 20px;
}

.cadhub-upload .container .tcfc-wrapper .modal-body {
  max-height: 20vh;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #ccc;
  margin: 0 15px;
  padding: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f6f6f7;
}

.cadhub-upload .container .tcfc-wrapper .modal-footer {
  border: none;
}

.cadhub-upload .container .tou-wrapper {
  padding: 20px 0;
}

.cadhub-upload .container .tou-wrapper .review-link {
  outline: none;
  padding: 0;
  padding-bottom: 10px;
  text-decoration: none;
  cursor: pointer;
}

.cadhub-upload .container .tou-wrapper .well {
  max-height: 60vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

.categories-section {
  padding: 10px;
}

.categories-section .section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.categories-section .section-header p {
  margin: 0;
}

.categories-section .section-header label {
  margin: 0;
  vertical-align: middle;
  font-weight: normal;
}

.categories-section .section-header select {
  padding: 2px;
  height: auto;
}

.categories-section .section-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.categories-section .section-body .card-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0;
  flex-shrink: 0;
  -webkit-flex-basis: 16.6666666667%;
  -ms-flex: 0 1 16.6666666667%;
  flex-basis: 16.6666666667%;
  overflow: hidden;
  position: relative;
}

.categories-section .section-body .card-wrapper:after {
  content: "";
  display: block;
}

.categories-section .section-body .card-wrapper .category-card {
  cursor: pointer;
  margin: 10px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}

.categories-section .section-body .card-wrapper .category-card .category-cover {
  width: 100%;
  height: auto;
}

.categories-section .section-body .card-wrapper .category-card .category-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  color: white;
  text-shadow: 0 0 10px #000;
  padding: 10px;
}

@media (max-width: 1700px) {
  .categories-section .section-body .card-wrapper .category-card .category-title h3 {
    font-size: 22px;
  }
}

@media (max-width: 1500px) {
  .categories-section .section-body .card-wrapper .category-card .category-title h3 {
    font-size: 20px;
  }
}

@media (max-width: 1400px) {
  .categories-section .section-body .card-wrapper .category-card .category-title h3 {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .categories-section .section-body .card-wrapper .category-card .category-title h3 {
    font-size: 24px;
  }
}

@media (max-width: 700px) {
  .categories-section .section-body .card-wrapper .category-card .category-title h3 {
    font-size: 1.2em;
  }
}

.categories-section .section-body .card-wrapper .category-card:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
}

.categories-section .section-body .card-wrapper .category-card:hover .category-cover {
  -webkit-animation: brighten 0.4s forwards ease-out;
  -o-animation: brighten 0.4s forwards ease-out;
  animation: brighten 0.4s forwards ease-out;
}

@-webkit-keyframes brighten {
  0% {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }

  50% {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
  }

  100% {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}

@-o-keyframes brighten {
  0% {
    filter: grayscale(0%);
  }

  50% {
    filter: grayscale(50%);
  }

  100% {
    filter: grayscale(100%);
  }
}

@keyframes brighten {
  0% {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }

  50% {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
  }

  100% {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}

@media (max-width: 1280px) {
  .categories-section .section-body .card-wrapper {
    -webkit-flex-basis: 25%;
    -ms-flex: 0 1 25%;
    flex-basis: 25%;
  }
}

@media (max-width: 1024px) {
  .categories-section .section-body .card-wrapper {
    -webkit-flex-basis: 33.3333333333%;
    -ms-flex: 0 1 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}

@media (max-width: 980px) {
  .categories-section .section-body .card-wrapper {
    -webkit-flex-basis: 50%;
    -ms-flex: 0 1 50%;
    flex-basis: 50%;
  }
}

.categories-section .section-footer {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.categories-section .section-footer button {
  padding: 10px 20px;
  font-family: "3DSRegular";
  font-size: 19px;
  color: white;
}

#dxStore-message .hero-banner {
  background-image: url("/r3/img/dxStore/top_banner_2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 150px;
}

#dxStore-message .hero-banner .text-wrapper {
  width: 100%;
  margin: 0 15px;
  text-align: center;
}

@media (max-width: 1200px) {
  #dxStore-message .hero-banner .text-wrapper {
    width: 90%;
  }
}

@media (max-width: 1000px) {
  #dxStore-message .hero-banner .text-wrapper {
    width: 100%;
  }
}

#dxStore-message .hero-banner .text-wrapper h1 {
  font-family: "3DSRegular", Verdana, Arial, Helvetiva, sans-serif;
  color: white;
}

#dxStore-message .hero-banner .text-wrapper p {
  font-family: "3DSLight", Verdana, Arial, Helvetiva, sans-serif;
  color: white;
  font-size: 20px;
  margin-top: 30px;
}

@media (max-width: 900px) {
  #dxStore-message .hero-banner .text-wrapper p {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #dxStore-message .hero-banner .text-wrapper h1 {
    font-size: 24px;
  }

  #dxStore-message .hero-banner .text-wrapper p {
    font-size: 15px;
    margin-top: 15px;
  }
}

#dxStore-message .message-container {
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  #dxStore-message .message-container {
    width: 90%;
  }
}

@media (max-width: 1000px) {
  #dxStore-message .message-container {
    width: 100%;
  }
}

#dxStore-message .message-wrapper {
  padding: 30px;
  margin: 30px;
}

#dxStore-message .message-wrapper h4 {
  margin-top: 0;
}

#dxStore-message .message-wrapper h4.goToStore {
  margin-top: 10px;
}

#dxStore-message .message-wrapper p {
  font-family: "3DSLight", Verdana, Arial, Helvetiva, sans-serif;
  font-size: 16px;
}

#dxStore-message .message-wrapper .btn {
  margin: 10px 0;
}

#dxStore-message .message-wrapper .btn-gray {
  background-color: darkgray;
  color: white;
}

#dxStore-message .message-wrapper .btn-ghost-gray {
  background-color: #f1f1f1;
  border: 1px solid #b4b6ba;
  color: #3d3d3d;
}

#dxStore-message .message-wrapper .btn-ghost-gray:hover {
  background-color: #e2e4e3;
  border: 1px solid #77797c;
}

#dxStore-message .message-wrapper .btn-ghost-blue {
  background-color: transparent;
  border: 1px solid #00d8de;
  color: #00d8de;
}

#dxStore-message .message-wrapper .btn-ghost-blue:hover {
  border: 1px solid #0087a3;
  color: #0087a3;
}

#dxStore-message .message-wrapper .btn-ghost-red {
  background-color: transparent;
  border: 1px solid #ea4f37;
  color: #ea4f37;
}

#dxStore-message .message-wrapper .btn-ghost-red:hover {
  border: 1px solid #844138;
  color: #844138;
}

#dxStore-message .message-wrapper #dxStore-landing-url {
  padding: 4px 6px;
  vertical-align: middle;
  width: 340px;
}

#dxStore-message .message-wrapper.box {
  background-color: white;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
}

#dxStore-message .message-wrapper.green {
  background-color: #edf6eb;
  border-left: 5px solid #57b847;
}

#dxStore-message .message-wrapper.blue {
  background-color: #f2f5f7;
  border-left: 5px solid #00b8de;
}

#dxStore-message .message-wrapper.amber {
  background-color: #fff3e9;
  border-left: 5px solid #e87b00;
}

#dxStore-message .message-wrapper.red {
  background-color: #fff0ee;
  border-left: 5px solid #ea4f37;
}

#dxStore-message .online-chat-btn {
  position: fixed;
  bottom: 108px;
  right: 70px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
}

#dxStore-message .online-chat-btn.affix-top {
  bottom: 50px;
}

#dxStore-message .online-chat-btn.blue-brick {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: #42A2DA;
}

#dxStore-message .online-chat-btn.blue-brick .chat-icon {
  height: 40px;
  width: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #eee;
  color: #42A2DA;
  -webkit-box-shadow: inset 0px -2px 2px 0px #ccc;
  box-shadow: inset 0px -2px 2px 0px #ccc;
}

#dxStore-message .online-chat-btn.blue-brick .chat-icon .fa {
  font-size: 24px;
}

#dxStore-message .online-chat-btn.blue-brick .chat-text {
  font-family: "3DSRegular", Verdana, Arial, Helvetiva, sans-serif;
  font-size: 20px;
  text-align: center;
  padding: 5px 15px;
  background-color: transparent;
  color: white;
}

#dxStore .forward-message {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #333;
  background-color: rgba(255,255,255,0.9);
}

#dxStore .forward-message .message-title {
  font-family: "3DSRegular", Verdana, Arial, Helvetiva, sans-serif;
}

#dxStore .hero-banner {
  background-image: url("/r3/img/dxStore/top_banner_2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 360px;
}

@media (max-width: 768px) {
  #dxStore .hero-banner {
    height: 300px;
  }
}

#dxStore .hero-banner .text-wrapper {
  width: 80%;
  padding: 0 15px;
  text-align: center;
  margin-top: -55px;
}

@media (max-width: 1200px) {
  #dxStore .hero-banner .text-wrapper {
    width: 90%;
  }
}

@media (max-width: 1000px) {
  #dxStore .hero-banner .text-wrapper {
    width: 100%;
  }
}

#dxStore .hero-banner .text-wrapper h1 {
  font-family: "3DSSemiBold", Verdana, Arial, Helvetiva, sans-serif;
  color: white;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

#dxStore .hero-banner .text-wrapper p {
  font-family: "3DSRegular", Verdana, Arial, Helvetiva, sans-serif;
  color: white;
  font-size: 22px;
  margin: 0 auto;
  margin-top: 15px;
  width: 100%;
}

@media (max-width: 900px) {
  #dxStore .hero-banner .text-wrapper p {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #dxStore .hero-banner .text-wrapper h1 {
    font-size: 24px;
  }

  #dxStore .hero-banner .text-wrapper p {
    font-size: 15px;
    margin-top: 15px;
  }
}

#dxStore .store-section {
  padding: 55px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#dxStore .store-section .store-cards-wrapper {
  margin-top: -150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 80%;
}

@media (max-width: 1200px) {
  #dxStore .store-section .store-cards-wrapper {
    max-width: 90%;
  }
}

@media (max-width: 1000px) {
  #dxStore .store-section .store-cards-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  #dxStore .store-section .store-cards-wrapper {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-top: -120px;
  }
}

#dxStore .store-section .store-cards-wrapper .store-card {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  #dxStore .store-section .store-cards-wrapper .store-card {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }
}

#dxStore .store-section .store-cards-wrapper .store-card .card-content-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: white;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
}

#dxStore .store-section .store-cards-wrapper .store-card .card-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#dxStore .store-section .store-cards-wrapper .store-card .card-header img {
  width: 100%;
  height: auto;
}

#dxStore .store-section .store-cards-wrapper .store-card .card-header .card-title {
  padding: 15px;
  text-align: center;
}

#dxStore .store-section .store-cards-wrapper .store-card .card-header .card-title h3 {
  font-family: "3DSSemiBold", Verdana, Arial, Helvetiva, sans-serif;
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 6px;
}

#dxStore .store-section .store-cards-wrapper .store-card .card-header .card-title p {
  margin: 0;
  font-family: "3DSLight", Verdana, Arial, Helvetiva, sans-serif;
  font-size: 14px;
}

#dxStore .store-section .store-cards-wrapper .store-card .card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#dxStore .store-section .store-cards-wrapper .store-card .card-body .description {
  padding: 15px;
  text-align: center;
}

#dxStore .store-section .store-cards-wrapper .store-card .card-body .description p {
  font-family: "3DSLight", Verdana, Arial, Helvetiva, sans-serif;
  font-size: 15px;
}

#dxStore .store-section .store-cards-wrapper .store-card .card-footer {
  display: none !important;
  padding: 15px 30px;
  background-color: #eee;
  font-family: "3DSRegular", Verdana, Arial, Helvetiva, sans-serif;
  color: red;
}

#dxStore .store-section .store-description {
  text-align: center;
  padding: 15px;
  width: 100%;
  line-height: 1.7;
}

#dxStore .store-section .store-description p {
  margin: 0;
}

#dxStore .store-section .store-description .card-btn {
  text-align: center;
  margin-bottom: 20px;
}

#dxStore .store-section .store-description .card-btn .btn {
  padding: 12px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  width: 240px;
  min-width: 200px;
  font-size: 16px;
  background-color: #42A2DA;
  font-family: "3DSRegular", Verdana, Arial, Helvetiva, sans-serif;
}

#dxStore .store-section .store-description .card-btn .btn:hover {
  background-color: #337ab7;
}

#dxStore .intro-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 55px 0;
}

#dxStore .intro-section .section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 80%;
}

@media (max-width: 1200px) {
  #dxStore .intro-section .section-wrapper {
    max-width: 90%;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

@media (max-width: 1000px) {
  #dxStore .intro-section .section-wrapper {
    max-width: 100%;
    padding: 0 15px;
  }
}

#dxStore .intro-section .section-wrapper .side-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
}

@media (max-width: 1200px) {
  #dxStore .intro-section .section-wrapper .side-section {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  #dxStore .intro-section .section-wrapper .side-section.upper {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

#dxStore .intro-section .section-wrapper .text-content-wrapper {
  margin: 0;
  max-width: 100%;
}

#dxStore .intro-section .section-wrapper .text-content-wrapper .content-header {
  font-family: "3DSSemiBold", Verdana, Arial, Helvetiva, sans-serif;
  font-size: 22px;
}

#dxStore .intro-section .section-wrapper .text-content-wrapper .content-description {
  font-family: "3DSLight", Verdana, Arial, Helvetiva, sans-serif;
  font-size: 16px;
  margin: 20px 0;
}

@media (max-width: 1200px) {
  #dxStore .intro-section .section-wrapper .text-content-wrapper .content-description {
    font-size: 14px;
  }
}

#dxStore .intro-section .section-wrapper .text-content-wrapper .content-description ul li {
  margin: 5px 0;
}

#dxStore .intro-section .section-wrapper .text-content-wrapper .content-btn {
  font-family: "3DSRegular", Verdana, Arial, Helvetiva, sans-serif;
  font-size: 16px;
}

#dxStore .intro-section .section-wrapper .text-content-wrapper .content-btn a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}

#dxStore .intro-section .section-wrapper .text-content-wrapper .content-btn a span {
  margin: 0 2px;
}

#dxStore .intro-section .section-wrapper .text-content-wrapper .content-btn a .fa-chevron-right {
  border: 1px solid;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  padding: 6px 5px 5px 5px;
  font-size: 9px;
}

#dxStore .intro-section .section-wrapper .text-content-wrapper .content-btn a .fa-external-link {
  font-size: 10px;
  vertical-align: 2px;
}

#dxStore .intro-section .section-wrapper img {
  width: 100%;
  height: auto;
}

@media (max-width: 1200px) {
  #dxStore .intro-section .section-wrapper img {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

#dxStore .intro-section.mid {
  background-color: #f6f6f6;
}

#dxStore .intro-section.lower {
  background-color: white;
}

#dxStore .online-chat-btn {
  position: fixed;
  bottom: 108px;
  right: 70px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.12);
}

#dxStore .online-chat-btn.affix-top {
  bottom: 50px;
}

#dxStore .online-chat-btn.blue-brick {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: #42A2DA;
}

#dxStore .online-chat-btn.blue-brick .chat-icon {
  height: 40px;
  width: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #eee;
  color: #42A2DA;
  -webkit-box-shadow: inset 0px -2px 2px 0px #ccc;
  box-shadow: inset 0px -2px 2px 0px #ccc;
}

#dxStore .online-chat-btn.blue-brick .chat-icon .fa {
  font-size: 24px;
}

#dxStore .online-chat-btn.blue-brick .chat-text {
  font-family: "3DSRegular", Verdana, Arial, Helvetiva, sans-serif;
  font-size: 20px;
  text-align: center;
  padding: 5px 15px;
  background-color: transparent;
  color: white;
}

#cadhub_upload_demo .resize-demo img {
  border: 2px dotted lightseagreen;
}

#add_button {
  color: #1b6d85;
  background: white;
  width: 75px;
  height: 30px;
  font-weight: bold;
}

#done_button {
  width: 75%;
  color: #1b6d85;
  background: white;
  height: 30px;
  font-weight: bold;
}

.selected-item {
  margin-bottom: 7px;
}

#search-icon {
  margin-top: -3px;
}

.playlist-scroll {
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}

#cadhub_upload_demo .resize-demo img {
  border: 2px dotted lightseagreen;
}

#add_button {
  color: #1b6d85;
  background: white;
  width: 75px;
  height: 30px;
  font-weight: bold;
}

#done_button {
  width: 75%;
  color: #1b6d85;
  background: white;
  height: 30px;
  font-weight: bold;
}

.selected-item {
  margin-bottom: 7px;
}

#search-icon {
  margin-top: -3px;
}

#cadhub_upload_demo .resize-demo img {
  border: 2px dotted lightseagreen;
}

#add_button {
  color: #1b6d85;
  background: white;
  width: 75px;
  height: 30px;
  font-weight: bold;
}

#done_button {
  width: 75%;
  color: #1b6d85;
  background: white;
  height: 30px;
  font-weight: bold;
}

.selected-item {
  margin-bottom: 7px;
}

#search-icon {
  margin-top: -3px;
}

#cadhub_upload_demo .resize-demo img {
  border: 2px dotted lightseagreen;
}

#add_button {
  color: #1b6d85;
  background: white;
  width: 75px;
  height: 30px;
  font-weight: bold;
}

#done_button {
  width: 75%;
  color: #1b6d85;
  background: white;
  height: 30px;
  font-weight: bold;
}

.selected-item {
  margin-bottom: 7px;
}

#search-icon {
  margin-top: -3px;
}

#cadhub_upload_demo .resize-demo img {
  border: 2px dotted lightseagreen;
}

#add_button {
  color: #1b6d85;
  background: white;
  width: 75px;
  height: 30px;
  font-weight: bold;
}

#done_button {
  width: 75%;
  color: #1b6d85;
  background: white;
  height: 30px;
  font-weight: bold;
}

.selected-item {
  margin-bottom: 7px;
}

#search-icon {
  margin-top: -3px;
}

.videos-grid {
  margin-bottom: 20px;
}

.align-center {
  text-align: center !important;
  vertical-align: inherit;
}

.feeds-grid {
  margin-bottom: 20px;
}

.align-center {
  text-align: center !important;
  vertical-align: inherit;
}

.news-grid {
  margin-bottom: 20px;
}

.align-center {
  text-align: center !important;
  vertical-align: inherit;
}

.videos-grid {
  margin-bottom: 20px;
}

.align-center {
  text-align: center !important;
  vertical-align: inherit;
}

#import-events-modal #eventaccess,
#import-events-modal #subscriptionlevel {
  width: initial !important;
  font-size: 12px !important;
}

#import-events-modal td {
  font-size: 12px !important;
}

#import-events-modal .table-scroll {
  overflow-y: auto;
  height: 500px;
}

#import-events-modal .duplicate_event {
  background-color: #f2dede;
}

.select2>.select2-choice.ui-select-match {
  height: 29px;
}

.selectize-control>.selectize-dropdown {
  top: 36px;
}

.dashboard-header {
  font-family: "3ds_semibold-webfont";
  font-size: 22px;
  color: #333;
  margin-top: 25px;
  margin-bottom: 25px;
}

div.card {
  -webkit-box-shadow: 0px 0px 10px #d8d8d8;
  box-shadow: 0px 0px 10px #d8d8d8;
  border: 1px solid #e1e0e0;
  background-color: #fff;
  margin-left: 17px;
}

div.cal {
  background-color: #f5f5f5;
}

.reseller-analytics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 35px;
}

.ast-upload-title {
  font-family: "3DSRegular" !important;
  font-size: 18px !important;
  color: #000000 !important;
  margin-top: 0;
  font-weight: bold;
}

.ast-title {
  font-family: "3DSRegular" !important;
  font-size: 18px !important;
  color: #000000 !important;
  margin-top: 18px;
  font-weight: bold;
  padding: 0px 20px;
}

.ast-upload-class {
  font-family: "3DSRegular" !important;
  font-size: 15px !important;
  color: #000000 !important;
  margin-top: 0;
  font-weight: bold;
}

.ast-upload-file {
  font-family: "3DSRegular";
  font-size: 14px !important;
  font-weight: bold;
}

.set-top-title {
  margin-bottom: 30px;
}

.myreseller-upload {
  sup-top: -0.1em !important;
}

.myreseller-upload .ast-upload-modal-field {
  font-family: "3DSRegular" !important;
  font-size: 15px !important;
  color: #000000 !important;
  margin-top: 0;
  font-weight: bold;
}

.myreseller-upload .asset-upload-modal .modal-upload {
  margin: 0 auto;
  margin-top: 5%;
}

.myreseller-upload .btn-gray {
  background-color: #666;
  border: 1px solid #666;
  color: #fff;
  font-family: "3DSRegular" !important;
}

.myreseller-upload .asset-upload {
  background-color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.myreseller-upload .asset-upload .icon {
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

.myreseller-upload .asset-upload .icon svg {
  display: inherit;
  width: inherit;
  height: inherit;
}

.myreseller-upload .asset-upload .icon svg>g {
  fill: #fff;
  -webkit-transition: fill .5s ease;
  -o-transition: fill .5s ease;
  transition: fill .5s ease;
}

.myreseller-upload .asset-upload .access-video-row {
  padding: 0px 20px;
}

.myreseller-upload .asset-upload .access-video-row select {
  border: 1px #B0B0B1 solid;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  font-size: 12px;
  margin-right: 10px;
  width: 120px;
}

.myreseller-upload .asset-upload .access-video-row span i {
  margin-right: 5px;
}

.myreseller-upload .asset-upload .access-video-row .drp-info-txt {
  font-weight: bold;
}

.myreseller-upload .asset-upload .ast-category-title {
  font-family: "3DSRegular" !important;
  font-size: 18px !important;
  color: #000000 !important;
  margin-top: 0;
  font-weight: bold;
  padding: 0px 20px;
}

.myreseller-upload .asset-upload .add-personal-video-padding {
  padding: 0px 20px;
}

.myreseller-upload .asset-upload .personal-video-error {
  max-width: 100%;
}

.myreseller-upload .asset-upload .icon--hoverable:hover svg>g {
  fill: #50c1ff;
  -webkit-transition: fill .5s ease;
  -o-transition: fill .5s ease;
  transition: fill .5s ease;
}

.myreseller-upload .asset-upload__header {
  padding: 20px;
  padding-bottom: 0;
}

.myreseller-upload .asset-upload__expanded-block {
  padding-bottom: 52px;
}

.myreseller-upload .asset-upload__icon-close {
  padding-top: 10px;
  width: 22px;
  height: 22px;
  display: inline-block;
  float: right;
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: -30px;
}

.myreseller-upload .asset-upload__icon-trash {
  width: 16px;
  height: 20px;
  margin-right: 13px;
  margin-top: 10px;
  display: inline-block;
  float: right;
  cursor: pointer;
}

.myreseller-upload .asset-upload__icon-trash svg>g {
  fill: rgba(255,255,255,0.5);
}

.myreseller-upload .asset-upload__icon-trash:hover svg>g {
  fill: #fff;
}

@media (min-width: 500px) {
  .myreseller-upload .asset-upload__icon-trash {
    width: 18px;
    height: 22px;
    margin-top: 11px;
    margin-right: 12px;
  }
}

.myreseller-upload .asset-upload__icon-remove-file {
  width: 14px;
  height: 14px;
  cursor: pointer;
  display: inline-block;
  margin-left: 18px;
}

.myreseller-upload .asset-upload__icon-remove-file svg>g {
  fill: rgba(88,88,88,0.79) !important;
}

.myreseller-upload .asset-upload__icon-remove-file:hover svg>g {
  fill: #0D8BB4 !important;
}

.myreseller-upload .asset-upload__icon-remove-category {
  width: 12px !important;
  height: 12px !important;
  cursor: pointer;
  display: inline-block;
  margin-left: 3px;
}

.myreseller-upload .asset-upload__icon-remove-category svg>g {
  fill: #000;
}

.myreseller-upload .asset-upload__icon-remove-category:hover svg>g {
  fill: #0D8BB4;
}

.myreseller-upload .asset-upload__icon-add {
  width: 32px;
  height: 32px;
  cursor: pointer;
  padding: 0;
  color: rgba(255,255,255,0.1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.myreseller-upload .asset-upload__icon-add:hover {
  background-color: #fff !important;
}

.myreseller-upload .asset-upload__icon-add_empty {
  background-color: #fff !important;
  color: #fff !important;
}

.myreseller-upload .asset-upload__icon-add_empty:hover {
  background-color: #fff !important;
}

.myreseller-upload .asset-upload__icon-add_alert {
  -webkit-animation: alert-pulse 0.3s;
  -o-animation: alert-pulse 0.3s;
  animation: alert-pulse 0.3s;
}

.myreseller-upload .asset-upload__icon-add-cross {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 2px;
  top: -2px;
  position: relative;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
}

.myreseller-upload .asset-upload__icon-check {
  display: inline-block;
  width: 10px;
  height: 9px;
  margin-right: 5px;
  color: rgba(255,255,255,0.1);
}

.myreseller-upload .asset-upload__icon-spinner {
  display: inline-block;
  width: 25px;
  height: 25px;
}

.myreseller-upload .asset-upload__asset-name {
  display: inline-block;
  height: 30px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #ffffff;
  border: 1px #b0b0b1 solid;
  width: 100%;
  font-size: 22px;
  letter-spacing: -0.4px;
  -webkit-transition: border-color 0.5s ease;
  -o-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
  margin-top: 10px;
}

.myreseller-upload .asset-upload__asset-name:focus {
  border-color: #0D8BB4 !important;
}

@media (min-width: 500px) {
  .myreseller-upload .asset-upload__asset-name {
    height: 30px;
    font-size: 22px;
  }
}

.myreseller-upload .asset-upload__wrapper {
  padding: 10px;
}

@media (min-width: 500px) {
  .myreseller-upload .asset-upload__wrapper {
    padding: 20px;
  }
}

.myreseller-upload .asset-upload__wrapper .popover {
  display: none !important;
}

@media (min-width: 768px) {
  .myreseller-upload .asset-upload__wrapper .popover {
    display: block !important;
  }
}

.myreseller-upload .asset-upload__drop-box-container .files-dropbox__container {
  -webkit-transition: border-color 0.5s ease;
  -o-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}

.myreseller-upload .asset-upload__drop-box-container .files-dropbox__container h2 {
  font-weight: normal;
  margin-bottom: 6px;
}

.myreseller-upload .asset-upload__drop-box-container .files-dropbox__container p {
  letter-spacing: -0.2px;
}

.myreseller-upload .asset-upload__drop-box-container-label {
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}

.myreseller-upload .asset-upload__formats-description {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 500px) {
  .myreseller-upload .asset-upload__formats-description {
    margin-top: 30px;
    left: 30px;
    right: 30px;
  }
}

.myreseller-upload .asset-upload__zip-format-link {
  color: #005686;
  border-bottom: 1px dotted #b4b6ba;
}

.myreseller-upload .asset-upload__zip-format-link:hover {
  color: #005686;
  border-bottom-color: #0D8BB4;
}

.myreseller-upload .asset-upload__zip-tooltip {
  color: #005686;
  border-top: 1px solid rgba(80,80,80,0.1);
}

.myreseller-upload .asset-upload__zip-tooltip .popover-content {
  padding: 8px;
  line-height: 18px;
  font-weight: 100;
}

.myreseller-upload .asset-upload__zip-tooltip .arrow {
  border-width: 7px;
  left: 23px !important;
  top: -8px !important;
  border-bottom-color: rgba(50,50,50,0.3) !important;
}

.myreseller-upload .asset-upload__files {
  display: block;
}

.myreseller-upload .asset-upload__section-header {
  font-family: "3DSRegular";
  padding: 8px 10px;
}

@media (min-width: 500px) {
  .myreseller-upload .asset-upload__section-header {
    padding: 8px 20px;
  }
}

.myreseller-upload .asset-upload__file-reseller {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}

.myreseller-upload .asset-upload__file-reseller span,
.myreseller-upload .asset-upload__file-reseller a {
  letter-spacing: -0.2px;
}

.myreseller-upload .asset-upload__file-reseller a {
  border-bottom: 1px dotted #005686;
  text-decoration: none;
  font-weight: bold;
}

.myreseller-upload .asset-upload__file-reseller a:hover {
  color: #0D8BB4;
  border-color: #0D8BB4;
}

.myreseller-upload .asset-upload__file-inner-reseller {
  border-top: solid 1px #0D8BB4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-bottom: solid 1px #0D8BB4;
}

@media (min-width: 500px) {
  .myreseller-upload .asset-upload__file-inner-reseller {
    padding: 11px 2px;
  }
}

.myreseller-upload .asset-upload__loading-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.myreseller-upload .asset-upload__loading-icon>div {
  float: left;
  background: #ffffff;
  height: 100%;
  width: 20px;
  display: inline-block;
  -webkit-animation: loading 1.5s infinite ease-in-out;
  -o-animation: loading 1.5s infinite ease-in-out;
  animation: loading 1.5s infinite ease-in-out;
  -webkit-transform: scaleX(0.8);
  -ms-transform: scaleX(0.8);
  -o-transform: scaleX(0.8);
  transform: scaleX(0.8);
}

@keyframes loading {
  50% {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    background: #0d8bb4;
  }
}

.myreseller-upload .asset-upload__loading-icon .bar1 {
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.myreseller-upload .asset-upload__loading-icon .bar2 {
  -webkit-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.myreseller-upload .asset-upload__loading-icon .bar3 {
  -webkit-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.myreseller-upload .asset-upload__file-name {
  line-height: 1.1;
  max-width: 140px;
}

@media (min-width: 500px) {
  .myreseller-upload .asset-upload__file-name {
    max-width: 240px;
  }
}

@media (min-width: 768px) {
  .myreseller-upload .asset-upload__file-name {
    max-width: 500px;
  }
}

.myreseller-upload .asset-upload__file-controls {
  line-height: 1.1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.myreseller-upload .asset-upload__file-spacer {
  padding: 5px;
}

.myreseller-upload .asset-upload__file-error {
  color: #e13a3a;
  font-size: 14px;
  line-height: 18px;
  padding: 0 10px;
  font-weight: bold;
}

@media (min-width: 500px) {
  .myreseller-upload .asset-upload__file-error {
    padding: 0px 20px;
  }
}

.myreseller-upload .asset-upload__file-error_outer {
  padding: 0 10px 10px 10px;
}

@media (min-width: 500px) {
  .myreseller-upload .asset-upload__file-error_outer {
    padding: 0 20px 20px 20px;
  }
}

.myreseller-upload .asset-upload__file-error_inner {
  padding: 11px 10px 0px 10px;
}

@media (min-width: 500px) {
  .myreseller-upload .asset-upload__file-error_inner {
    padding: 11px 20px 0px 20px;
  }
}

.myreseller-upload .asset-upload__asset-class {
  margin-top: 30px;
  line-height: 24px;
}

.myreseller-upload .asset-upload__main-asset-label {
  font-weight: bold;
  border-bottom: 1px solid transparent;
}

.myreseller-upload .asset-upload__set-main {
  color: #005686;
}

.myreseller-upload .asset-upload__categories {
  display: block;
  margin-top: 10px;
}

.myreseller-upload .asset-upload__categories .popover-content {
  padding: 0;
}

.myreseller-upload .asset-upload__categories-holder {
  padding: 0 10px;
}

.myreseller-upload .asset-upload__categories-holder .popover {
  background-color: #fff;
}

.myreseller-upload .asset-upload__categories-holder .popover .arrow {
  border-width: 7px;
}

.myreseller-upload .asset-upload__categories-holder .popover .arrow::after {
  border-bottom-color: #fff;
}

.myreseller-upload .asset-upload__categories-holder .popover.bottom-right {
  border-top-color: #f2f2f2;
}

.myreseller-upload .asset-upload__categories-holder .popover.bottom-right .arrow {
  border-bottom-color: #f2f2f2;
  top: -15px !important;
  right: 14px !important;
}

.myreseller-upload .asset-upload__categories-holder .popover.bottom-left {
  border-top-color: #f2f2f2;
}

.myreseller-upload .asset-upload__categories-holder .popover.bottom-left .arrow {
  border-bottom-color: #f2f2f2;
  top: -15px !important;
  left: 12px !important;
}

.myreseller-upload .asset-upload__categories-holder .popover.top-left {
  -webkit-box-shadow: 0 -2px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 -2px 4px 0 rgba(0,0,0,0.5);
  border-bottom-color: #f2f2f2;
}

.myreseller-upload .asset-upload__categories-holder .popover.top-left .arrow {
  border-top-color: #f2f2f2;
  bottom: -15px !important;
  left: 12px !important;
}

.myreseller-upload .asset-upload__categories-holder .popover.top-right {
  -webkit-box-shadow: 0 -2px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 -2px 4px 0 rgba(0,0,0,0.5);
  border-bottom-color: #f2f2f2;
}

.myreseller-upload .asset-upload__categories-holder .popover.top-right .arrow {
  border-top-color: #f2f2f2;
  bottom: -15px !important;
  right: 14px !important;
}

@media (min-width: 500px) {
  .myreseller-upload .asset-upload__categories-holder {
    padding: 0 20px;
  }
}

.myreseller-upload .asset-upload__description {
  display: block;
  margin-top: 24px;
}

.myreseller-upload .asset-upload__description-text {
  display: block;
  min-height: 80px;
  background-color: #ffffff;
  margin: 8px 20px;
  padding: 8px 10px 30px 10px;
  border: solid 1px #0d8bb4;
  font-family: Arial;
  line-height: 1.14;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.myreseller-upload .asset-upload__description-text_hint {
  display: block;
  min-height: 80px;
  background-color: #ffffff;
  margin: 8px 20px;
  padding: 8px 10px 30px 10px;
  border: solid 1px #0d8bb4;
  font-family: Arial;
  line-height: 1.14;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #a3a3a3;
  white-space: normal;
}

.myreseller-upload .asset-upload__description-text .word-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.myreseller-upload .asset-upload__description-text:focus,
.myreseller-upload .asset-upload__description-text:focus:hover {
  border-color: #66afe9;
  outline: none;
}

@media (min-width: 500px) {
  .myreseller-upload .asset-upload__description-text {
    margin: 8px 20px;
  }
}

.myreseller-upload .asset-upload__description-status {
  position: absolute;
  bottom: 0;
  margin: 5px 15px;
  right: 0;
}

@media (min-width: 500px) {
  .myreseller-upload .asset-upload__description-status {
    margin: 5px 25px;
  }
}

.myreseller-upload .asset-upload__description-text-wrapper {
  position: relative;
}

.myreseller-upload .asset-upload__description-too-long {
  color: #e13a3a;
  cursor: default;
  white-space: nowrap;
}

.myreseller-upload .asset-upload__button-save {
  margin-right: 10px;
}

.myreseller-upload .asset-upload__modal-buttons {
  float: right;
  margin-right: 10px;
  bottom: 10px;
}

@media (min-width: 500px) {
  .myreseller-upload .asset-upload__modal-buttons {
    margin-top: 10px;
    margin-right: 20px;
    position: relative;
  }
}

.myreseller-upload .asset-upload__required-field {
  clear: both;
  margin: 8px 20px;
}

.myreseller-upload .asset-upload__required-field span {
  padding-left: 5px;
  font-weight: bold;
}

.myreseller-upload .asset-upload__progress-status {
  float: right;
  margin-top: 20px;
  margin-right: 10px;
  line-height: 25px;
}

@media (min-width: 500px) {
  .myreseller-upload .asset-upload__progress-status {
    margin-top: 0px;
    margin-right: 20px;
    position: relative;
  }
}

.myreseller-upload .asset-upload__progress-status-label {
  float: right;
  font-size: 18px;
  line-height: 25px;
  margin-left: 8px;
}

.myreseller-upload .asset-upload__categories-popover {
  display: block;
  margin: 0;
  padding: 0;
}

.myreseller-upload .asset-upload__categories-popover li {
  display: block;
  letter-spacing: -0.2px;
  padding: 7px 7px 7px 12px;
  cursor: pointer;
  color: #005686;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.myreseller-upload .asset-upload__categories-popover li:hover {
  background-color: #0D8BB4;
  color: white;
}

.myreseller-upload .asset-upload__categories-scroller {
  max-height: 280px;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
}

.myreseller-upload .asset-upload__categories-scroller .ps-scrollbar-y-rail,
.myreseller-upload .asset-upload__categories-scroller .ps-scrollbar-y {
  width: 4px !important;
}

.myreseller-upload .asset-upload__categories-scroller .ps-scrollbar-y {
  background-color: rgba(255,255,255,0.1);
}

.myreseller-upload .asset-upload__categories-added {
  display: block;
  margin: 0;
  padding: 0;
}

.myreseller-upload .asset-upload__category-added {
  display: inline-block;
  padding: 6px 16px;
  background-color: #3E9ED4;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  letter-spacing: -0.2px;
  margin-right: 4px;
  margin-bottom: 6px;
  color: #fff;
  position: relative;
}

.myreseller-upload .asset-upload__category-added-circle {
  display: inline-block;
  padding: 6px 10px;
  background-color: white;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  letter-spacing: -0.2px;
  margin-right: 4px;
  margin-bottom: 6px;
  color: #fff;
  border-color: #1b70bcff;
  border-style: solid;
  position: relative;
  top: 4px;
}

.myreseller-upload .asset-upload .error {
  display: block;
  color: #e13a3a;
  letter-spacing: -0.2px;
  margin-top: 6px;
  font-weight: bold;
  padding-left: 20px;
}

.myreseller-upload .modal-upload {
  width: 300px;
}

@media (min-width: 500px) {
  .myreseller-upload .modal-upload {
    width: 464px;
  }
}

@media (min-width: 768px) {
  .myreseller-upload .modal-upload {
    width: 740px;
  }
}

.myreseller-upload [contenteditable=true]:not(:focus):empty:before {
  content: attr(placeholder);
  display: block;
  color: #999;
}

.myreseller-upload .added-category-name {
  font-family: Verdana, Regular !important;
  font-size: 12px !important;
}

.logo-style {
  width: auto;
  max-height: 100px;
  max-width: 200px;
  float: top;
}

.reseller-name {
  font-family: "Verdana";
  font-size: 20px;
  color: #333;
}

.reseller-icon {
  font-size: 16px;
  color: #999;
}

.reseller-phone {
  font-family: "Verdana";
  font-size: 14px;
  color: #333;
}

.reseller-url {
  font-family: "Verdana";
  font-size: 14px;
  color: #333;
}

.reseller-description {
  font-family: "Verdana";
  font-size: 14px;
  color: #333;
}

.categories-section {
  padding: 10px;
}

.categories-section .section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.categories-section .section-header p {
  margin: 0;
}

.categories-section .section-header label {
  margin: 0;
  vertical-align: middle;
  font-weight: normal;
}

.categories-section .section-header select {
  padding: 2px;
  height: auto;
}

.categories-section .section-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.categories-section .section-body .card-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0;
  flex-shrink: 0;
  -webkit-flex-basis: 16.6666666667%;
  -ms-flex: 0 1 16.6666666667%;
  flex-basis: 16.6666666667%;
  overflow: hidden;
  position: relative;
}

.categories-section .section-body .card-wrapper:after {
  content: "";
  display: block;
}

.categories-section .section-body .card-wrapper .category-card {
  cursor: pointer;
  margin: 10px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}

.categories-section .section-body .card-wrapper .category-card .category-cover {
  width: 100%;
  height: auto;
}

.categories-section .section-body .card-wrapper .category-card .category-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  color: white;
  text-shadow: 0 0 10px #000;
  padding: 10px;
}

@media (max-width: 1700px) {
  .categories-section .section-body .card-wrapper .category-card .category-title h3 {
    font-size: 22px;
  }
}

@media (max-width: 1500px) {
  .categories-section .section-body .card-wrapper .category-card .category-title h3 {
    font-size: 20px;
  }
}

@media (max-width: 1400px) {
  .categories-section .section-body .card-wrapper .category-card .category-title h3 {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .categories-section .section-body .card-wrapper .category-card .category-title h3 {
    font-size: 24px;
  }
}

.categories-section .section-body .card-wrapper .category-card:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
}

.categories-section .section-body .card-wrapper .category-card:hover .category-cover {
  -webkit-animation: brighten 0.4s forwards ease-out;
  -o-animation: brighten 0.4s forwards ease-out;
  animation: brighten 0.4s forwards ease-out;
}

@keyframes brighten {
  0% {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }

  50% {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
  }

  100% {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}

@media (max-width: 1280px) {
  .categories-section .section-body .card-wrapper {
    -webkit-flex-basis: 25%;
    -ms-flex: 0 1 25%;
    flex-basis: 25%;
  }
}

@media (max-width: 1024px) {
  .categories-section .section-body .card-wrapper {
    -webkit-flex-basis: 33.3333333333%;
    -ms-flex: 0 1 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}

@media (max-width: 980px) {
  .categories-section .section-body .card-wrapper {
    -webkit-flex-basis: 50%;
    -ms-flex: 0 1 50%;
    flex-basis: 50%;
  }
}

.categories-section .section-footer {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.categories-section .section-footer button {
  padding: 10px 20px;
  font-family: "3DSRegular";
  font-size: 19px;
  color: white;
}

.media-left a img {
  width: 160px;
  height: 80px;
}

.media-body p {
  margin: 0px;
}

.media-body>time {
  color: #ccc;
  font-size: 11px;
}

.tab-events li span {
  line-height: 3;
  margin: 0;
  padding: 0;
  color: #337ab7;
}

.tab-events .active {
  border-bottom: 4px solid #337ab7;
  color: #000;
  font-weight: bold;
}

.tab-content {
  padding: 10px;
}

.tab-content h4,
.row-event h4 {
  color: #337ab7;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  border: 0 !important;
}

.nav>li>a {
  padding: 0px 15px !important;
}

.dropdown-area {
  margin-top: 60px;
}

.containt-area {
  margin-top: 35px;
}

.select2>.select2-choice.ui-select-match {
  height: 29px;
}

.selectize-control>.selectize-dropdown {
  top: 36px;
}

.dashboard-header {
  font-family: "3ds_semibold-webfont";
  font-size: 22px;
  color: #333;
  margin-top: 25px;
  margin-bottom: 25px;
}

div.card {
  -webkit-box-shadow: 0px 0px 10px #d8d8d8;
  box-shadow: 0px 0px 10px #d8d8d8;
  border: 1px solid #e1e0e0;
  background-color: #fff;
  margin-left: 15px;
}

div.cal {
  background-color: #f5f5f5;
}

#cadhub_upload_demo .resize-demo img {
  border: 2px dotted lightseagreen;
}

#add_button {
  color: #1b6d85;
  background: white;
  width: 75px;
  height: 30px;
  font-weight: bold;
}

#done_button {
  width: 75%;
  color: #1b6d85;
  background: white;
  height: 30px;
  font-weight: bold;
}

.selected-item {
  margin-bottom: 7px;
}

#search-icon {
  margin-top: -3px;
}

#reseller-create-playlist {
  margin: 20px;
}

#reseller-create-playlist .set-header {
  color: #959595;
}

#reseller-create-playlist .grey-underline-txtbox {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #DCDCDC;
  font-size: 20px;
  outline: 0;
  height: 40px;
  margin-bottom: 5px;
  margin-top: 10px;
  width: 100%;
}

#reseller-create-playlist .name-lbl {
  font-size: 17px;
}

#reseller-create-playlist .btn-danger-wide {
  padding: 2px 12px !important;
  height: 28px;
  width: 94px;
}

.edit-request-modal .input-group {
  margin-top: 15px;
  margin-bottom: 15px;
}

.edit-request-modal .done-button {
  width: 30%;
}

.edit-request-modal .loader {
  display: inline-block;
}

.edit-request-modal .border-danger {
  border: 1px solid #dc3545 !important;
}

@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.video-filters-section-wrapper {
  padding: 1px 15px;
}

.video-filters-section-wrapper .icon {
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

.video-filters-section-wrapper .spinner {
  height: 25px;
  width: 25px;
  -webkit-animation-name: spinner;
  -o-animation-name: spinner;
  animation-name: spinner;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

.video-filters-section-wrapper .spinner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1920px) {
  .video-filters-section-wrapper {
    border-left: 1px solid #DDDDDD;
  }
}

.video-filters-section-wrapper .filters-section-header h3 {
  margin-top: 14px;
}

.video-filters-section-wrapper .filters-section-header .filters-btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.video-filters-section-wrapper .filters-section-header .filters-btn-group .btn-link,
.video-filters-section-wrapper .filters-section-header .filters-btn-group .btn-link-red {
  padding: 0;
}

.video-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  margin: 10px 0;
}

.video-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-header .filter-section-toggle-icon {
  cursor: pointer;
}

.video-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body {
  padding-bottom: 10px;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.video-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list {
  list-style: none;
  padding: 0 10px;
}

.video-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list .selected {
  color: #005686;
  font-weight: bold;
}

.video-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list .filter-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 2px;
}

.video-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list .filter-item .selected {
  background-color: #005686;
  background: url("/r3/img/cadhub/icons/check-dark.svg") left 2px no-repeat;
  padding: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  height: 13px;
  opacity: 1;
  background-size: 13px;
}

.video-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list .filter-item .item-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-bottom: 5px;
  margin-left: 8px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.video-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list .filter-item .item-value {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  color: #005686;
}

.reseller-manage-playlist {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 35px;
}

.reseller-manage-playlist .access-video-row {
  margin: 0 0 10px;
}

.reseller-manage-playlist .access-video-row select {
  border: 1px #B0B0B1 solid;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  font-size: 12px;
  margin-right: 10px;
  width: 120px;
}

.reseller-manage-playlist .access-video-row span i {
  margin-right: 5px;
}

.reseller-manage-playlist .access-video-row .drp-info-txt {
  font-weight: bold;
}

.reseller-manage-playlist .video-privacy-row {
  margin: 0 0 10px;
}

.reseller-manage-playlist .video-privacy-row .video-access-info-row {
  font-weight: bold;
  margin-bottom: 16px;
  margin-top: 15px;
}

.reseller-manage-playlist .video-privacy-row .video-access-info-row .access-level {
  font-size: 12px;
}

.reseller-manage-playlist .fa-stack {
  color: #d9edf7;
  cursor: pointer;
}

.reseller-manage-playlist a.adisabled {
  cursor: not-allowed;
  opacity: .65;
}

.reseller-manage-playlist span.adisabled {
  opacity: .65;
  cursor: not-allowed !important;
  color: #d8d8d8 !important;
}

.reseller-manage-playlist .playlist-avatar-group {
  position: relative;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 5px;
}

.reseller-manage-playlist .playlist-avatar-group .playlist-avatar {
  background-position: center;
  background-size: cover;
  background-color: #00bcd4;
  width: 30rem;
  height: 25rem;
  text-align: center;
  position: relative;
  z-index: 2;
}

.reseller-manage-playlist .playlist-avatar-group .playlist-avatar .playlist-nameInitial {
  font-size: 2vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.reseller-manage-playlist .playlist-avatar-group .playlist-avatar:hover .avatar-upload-btn {
  display: block;
}

.reseller-manage-playlist .playlist-avatar-group .playlist-avatar .avatar-upload-btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
}

.reseller-manage-playlist .playlist-avatar-group .playlist-avatar .avatar-upload-btn label {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.reseller-manage-playlist .playlist-avatar-group .playlist-avatar .avatar-upload-btn label .fa-stack {
  color: #595959;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  outline: none;
}

.reseller-manage-playlist .playlist-avatar-group .playlist-avatar .avatar-upload-btn label input[type="file"] {
  z-index: -999;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  outline: none;
  visibility: hidden;
}

@media (max-width: 700px) {
  .reseller-manage-playlist .playlist-avatar-group {
    margin: 50px 10px;
  }

  .reseller-manage-playlist .playlist-avatar-group .playlist-avatar {
    width: 20vw;
    height: 20vw;
    position: absolute;
    left: 7px;
  }
}

.reseller-manage-playlist .img-thumbnail {
  border: 0;
  height: 190px;
  width: 100%;
}

.reseller-manage-playlist .add-custom-thumbnail {
  color: #336699;
  font-size: 12px;
  font-weight: bold;
  margin-top: 5px;
}

.reseller-manage-playlist .title-edit-pencil {
  margin-left: 10px;
}

.reseller-manage-playlist .action-btns {
  margin-bottom: 5px;
}

.reseller-manage-playlist textarea {
  resize: none;
  width: 100% !important;
}

.reseller-manage-playlist .playlist-curator-name {
  color: #336699;
  font-weight: bold;
}

.reseller-manage-playlist .privacy-mode {
  color: #336699;
  font-weight: bold;
}

.reseller-manage-playlist .playlist-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reseller-manage-playlist .playlist-description {
  border: 1px solid;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  height: 84px;
  margin-top: 25px;
  padding: 10px 15px;
  resize: none;
  width: 100%;
}

.reseller-manage-playlist #actionBtn {
  width: 100%;
}

.reseller-manage-playlist .dropdown-menu {
  min-width: 100%;
}

.reseller-manage-playlist .table-container {
  margin: 0 0 -1em;
  overflow-y: auto;
  _overflow: auto;
  width: 100%;
}

.reseller-manage-playlist .video-list-table {
  border-top: 1px solid #000;
  margin-top: 20px;
  margin-bottom: 0 !important;
}

.reseller-manage-playlist .video-list-table thead {
  background: #EDEDED;
  height: 65px;
}

.reseller-manage-playlist .video-list-table input[type=checkbox] {
  -ms-transform: scale(2);
  -moz-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  margin: 10px;
}

.reseller-manage-playlist .video-list-table input[type=checkbox]:focus {
  outline: none;
}

.reseller-manage-playlist .video-list-table th,
.reseller-manage-playlist .video-list-table td {
  vertical-align: middle !important;
}

.reseller-manage-playlist .video-list-table .img-asset-tbl {
  border: 0;
  height: 50px;
  width: 80%;
}

.reseller-manage-playlist .video-list-table .div-inline {
  float: none !important;
  display: inline-block !important;
}

.reseller-manage-playlist .video-list-table .rectangle {
  border: 1px solid black;
  margin: auto;
  padding: 6px;
  text-align: center;
  width: 44px;
}

.reseller-manage-playlist .video-list-table .glyphicon-up-down {
  cursor: pointer;
  font-size: 21px !important;
  top: 8px !important;
}

.reseller-manage-playlist .video-list-table .arrow-glyphicon {
  margin-left: 15px;
}

.reseller-manage-playlist .video-list-table tbody tr:first-child .glyphicon-chevron-up,
.reseller-manage-playlist .video-list-table tbody tr:last-child .glyphicon-chevron-down {
  color: #D8D8D8 !important;
}

.reseller-manage-playlist .first-col {
  padding-top: 16px !important;
  padding-left: 30px !important;
}

.view-video-request {
  padding-top: 35px;
}

.view-video-request .button-row .new-request {
  margin-bottom: 20px;
}

.view-video-request .table-row .dropdown button {
  width: 115px;
}

.view-video-request .table-row .loader {
  display: inline-block;
}

.view-video-request table.dataTable {
  border: 1px solid #E0E0E0;
}

.view-video-request table tbody tr .video-name {
  color: #337ab7;
}

.fa-link {
  cursor: pointer;
}

@media (min-width: 1440px) {
  #reseller-overview .container {
    width: 1410px;
  }
}

#reseller-overview .reseller-hero-banner .reseller-banner-bg {
  background-image: url(/r3/img/reseller/bg_reseller1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 3%;
  padding-bottom: 4%;
  padding-left: 5%;
  padding-right: 5%;
}

#reseller-overview .reseller-hero-banner .reseller-banner-bg h1 {
  font-family: "3DSSemiBold";
  color: white;
  margin-bottom: 50px;
}

#reseller-overview .reseller-hero-banner .reseller-banner-bg ul {
  margin: 0;
  padding-left: 20px;
  list-style: square;
}

#reseller-overview .reseller-hero-banner .reseller-banner-bg ul li {
  color: white;
  margin-bottom: 10px;
  font-size: 18px;
}

@media (max-width: 991px) {
  #reseller-overview .reseller-hero-banner .reseller-banner-bg h1 {
    font-size: 30px;
  }

  #reseller-overview .reseller-hero-banner .reseller-banner-bg ul li {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  #reseller-overview .reseller-hero-banner .reseller-banner-bg h1 {
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 0px;
  }

  #reseller-overview .reseller-hero-banner .reseller-banner-bg ul li {
    font-size: 12px;
  }
}

#reseller-overview .reseller-action-links {
  margin: 20px 0;
}

#reseller-overview .reseller-action-links .links-wrapper {
  text-align: center;
  margin: 20px 0;
}

#reseller-overview .reseller-action-links .links-wrapper .info-link {
  text-decoration: none;
  color: #005686;
}

#reseller-overview .reseller-action-links .links-wrapper .info-link .link-title {
  font-family: "3DSRegular";
  font-size: 20px;
  vertical-align: middle;
}

@media (max-width: 991px) {
  #reseller-overview .reseller-action-links .links-wrapper .info-link .fa-lg {
    font-size: 1em;
  }

  #reseller-overview .reseller-action-links .links-wrapper .info-link .link-title {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #reseller-overview .reseller-action-links .links-wrapper {
    text-align: left;
    padding-left: 5%;
  }
}

#reseller-overview .reseller-intro {
  background-color: #eee;
  padding: 20px 0;
}

#reseller-overview .reseller-intro .intro-item {
  margin: 30px 0;
  background: white;
  text-align: left;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  min-height: 300px;
}

#reseller-overview .reseller-intro .intro-item img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

#reseller-overview .reseller-intro .intro-item h3 {
  font-family: "3DSSemiBold";
  padding-left: 15px;
}

#reseller-overview .reseller-intro .intro-item p {
  font-size: 14px;
  padding: 0 15px;
  height: 6em;
}

#reseller-overview .reseller-intro .intro-item p:lang(ko_KR) {
  height: 6em;
}

#reseller-overview .reseller-intro .intro-item p:lang(zh_CN) {
  height: 6em;
}

#reseller-overview .reseller-intro .intro-item p:lang(pt_BR) {
  height: 7em;
  height: 8em;
}

@media (max-width: 1440px) {
  #reseller-overview .reseller-intro .intro-item p:lang(pt_BR) {
    height: 8em;
  }
}

@media (max-width: 1200px) {
  #reseller-overview .reseller-intro .intro-item p:lang(pt_BR) {
    height: 10em;
  }
}

@media (max-width: 991px) {
  #reseller-overview .reseller-intro .intro-item p:lang(pt_BR) {
    height: 8em;
  }
}

#reseller-overview .reseller-intro .intro-item p:lang(fr_FR) {
  height: 8em;
}

@media (max-width: 1200px) {
  #reseller-overview .reseller-intro .intro-item p:lang(fr_FR) {
    height: 9em;
  }
}

@media (max-width: 991px) {
  #reseller-overview .reseller-intro .intro-item p:lang(fr_FR) {
    height: 6em;
  }
}

#reseller-overview .reseller-intro .intro-item p:lang(de_DE) {
  height: 7em;
}

@media (max-width: 1440px) {
  #reseller-overview .reseller-intro .intro-item p:lang(de_DE) {
    height: 9em;
  }
}

@media (max-width: 1200px) {
  #reseller-overview .reseller-intro .intro-item p:lang(de_DE) {
    height: 11em;
  }
}

@media (max-width: 991px) {
  #reseller-overview .reseller-intro .intro-item p:lang(de_DE) {
    height: 8em;
  }
}

#reseller-overview .reseller-intro .intro-item p:lang(es_ES) {
  height: 8em;
}

@media (max-width: 1440px) {
  #reseller-overview .reseller-intro .intro-item p:lang(es_ES) {
    height: 8em;
  }
}

@media (max-width: 1200px) {
  #reseller-overview .reseller-intro .intro-item p:lang(es_ES) {
    height: 9em;
  }
}

@media (max-width: 991px) {
  #reseller-overview .reseller-intro .intro-item p:lang(es_ES) {
    height: 7em;
  }
}

#reseller-overview .reseller-intro .intro-item p:lang(cs_CZ) {
  height: 6em;
}

@media (max-width: 1440px) {
  #reseller-overview .reseller-intro .intro-item p:lang(cs_CZ) {
    height: 8em;
  }
}

@media (max-width: 1200px) {
  #reseller-overview .reseller-intro .intro-item p:lang(cs_CZ) {
    height: 10em;
  }
}

@media (max-width: 991px) {
  #reseller-overview .reseller-intro .intro-item p:lang(cs_CZ) {
    height: 7em;
  }
}

#reseller-overview .reseller-intro .intro-item p:lang(it_IT) {
  height: 6em;
}

@media (max-width: 1440px) {
  #reseller-overview .reseller-intro .intro-item p:lang(it_IT) {
    height: 6em;
  }
}

@media (max-width: 1200px) {
  #reseller-overview .reseller-intro .intro-item p:lang(it_IT) {
    height: 9em;
  }
}

@media (max-width: 991px) {
  #reseller-overview .reseller-intro .intro-item p:lang(it_IT) {
    height: 7em;
  }
}

#reseller-overview .reseller-intro .intro-item p:lang(pl_PL) {
  height: 8em;
}

@media (max-width: 1440px) {
  #reseller-overview .reseller-intro .intro-item p:lang(pl_PL) {
    height: 8em;
  }
}

@media (max-width: 1200px) {
  #reseller-overview .reseller-intro .intro-item p:lang(pl_PL) {
    height: 11em;
  }
}

@media (max-width: 991px) {
  #reseller-overview .reseller-intro .intro-item p:lang(pl_PL) {
    height: 8em;
  }
}

#reseller-overview .reseller-intro .intro-item p:lang(ru_RU) {
  height: 9em;
}

@media (max-width: 1440px) {
  #reseller-overview .reseller-intro .intro-item p:lang(ru_RU) {
    height: 10em;
  }
}

@media (max-width: 1200px) {
  #reseller-overview .reseller-intro .intro-item p:lang(ru_RU) {
    height: 12em;
  }
}

@media (max-width: 991px) {
  #reseller-overview .reseller-intro .intro-item p:lang(ru_RU) {
    height: 9em;
  }
}

#reseller-overview .reseller-intro .intro-item p:lang(tr_TR) {
  height: 7em;
}

@media (max-width: 1440px) {
  #reseller-overview .reseller-intro .intro-item p:lang(tr_TR) {
    height: 7em;
  }
}

@media (max-width: 1200px) {
  #reseller-overview .reseller-intro .intro-item p:lang(tr_TR) {
    height: 10em;
  }
}

@media (max-width: 991px) {
  #reseller-overview .reseller-intro .intro-item p:lang(tr_TR) {
    height: 7em;
  }
}

@media (max-width: 768px) {
  #reseller-overview .reseller-intro .intro-item p:lang(tr_TR) {
    height: 7em;
  }
}

#reseller-overview .reseller-marketing {
  margin: 20px 0;
  padding: 50px 0;
}

#reseller-overview .reseller-marketing .reseller-slides {
  padding: 0 20px;
  margin: 0 auto;
}

#reseller-overview .reseller-marketing .reseller-slides slick .slick-prev:before,
#reseller-overview .reseller-marketing .reseller-slides slick .slick-next:before {
  font-family: "FontAwesome";
  color: #005686;
}

#reseller-overview .reseller-marketing .reseller-slides slick .slick-prev:before {
  content: "";
}

[dir="rtl"] #reseller-overview .reseller-marketing .reseller-slides slick .slick-prev:before {
  content: "";
}

#reseller-overview .reseller-marketing .reseller-slides slick .slick-next:before {
  content: "";
}

[dir="rtl"] #reseller-overview .reseller-marketing .reseller-slides slick .slick-next:before {
  content: "";
}

#reseller-overview .reseller-marketing .reseller-slides .reseller-logo {
  outline: none;
}

#reseller-overview .reseller-marketing .reseller-slides .reseller-logo img {
  width: 10vw;
  margin: 0 auto;
}

@media (max-width: 1439px) {
  #reseller-overview .reseller-marketing .reseller-slides .reseller-logo img {
    width: 15vw;
  }
}

@media (max-width: 1279px) {
  #reseller-overview .reseller-marketing .reseller-slides .reseller-logo img {
    width: 20vw;
  }
}

@media (max-width: 767px) {
  #reseller-overview .reseller-marketing .reseller-slides .reseller-logo img {
    width: 30vw;
  }
}

@media (max-width: 479px) {
  #reseller-overview .reseller-marketing .reseller-slides .reseller-logo img {
    width: 60vw;
  }
}

#reseller-overview .reseller-marketing .reseller-slides .slick-arrow:before {
  font-size: 36px;
  line-height: 0;
}

@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.playlist-filters-section-wrapper {
  padding: 1px 15px;
}

.playlist-filters-section-wrapper .icon {
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

.playlist-filters-section-wrapper .spinner {
  height: 25px;
  width: 25px;
  -webkit-animation-name: spinner;
  -o-animation-name: spinner;
  animation-name: spinner;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

.playlist-filters-section-wrapper .spinner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1920px) {
  .playlist-filters-section-wrapper {
    border-left: 1px solid #DDDDDD;
  }
}

.playlist-filters-section-wrapper .filters-section-header h3 {
  margin-top: 14px;
}

.playlist-filters-section-wrapper .filters-section-header .filters-btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.playlist-filters-section-wrapper .filters-section-header .filters-btn-group .btn-link,
.playlist-filters-section-wrapper .filters-section-header .filters-btn-group .btn-link-red {
  padding: 0;
}

.playlist-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  margin: 10px 0;
}

.playlist-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-header .filter-section-toggle-icon {
  cursor: pointer;
}

.playlist-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body {
  padding-bottom: 10px;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.playlist-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list {
  list-style: none;
  padding: 0 10px;
}

.playlist-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list .selected {
  color: #005686;
  font-weight: bold;
}

.playlist-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list .filter-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 2px;
}

.playlist-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list .filter-item .selected {
  background-color: #005686;
  background: url("/r3/img/cadhub/icons/check-dark.svg") left 2px no-repeat;
  padding: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  height: 13px;
  opacity: 1;
  background-size: 13px;
}

.playlist-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list .filter-item .item-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-bottom: 5px;
  margin-left: 8px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.playlist-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list .filter-item .item-value {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  color: #005686;
}

.playlist-catalog-section {
  padding: 10px;
}

.playlist-catalog-section .placeholder {
  position: relative;
}

.playlist-catalog-section .placeholder:before {
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  -webkit-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  -o-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #eee-webkit-gradient(linear, left top, right top, from(#eee), color-stop(18%, #e3e3e3), to(#eee));
  background: #eee -webkit-linear-gradient(left, #eee 8%, #e3e3e3 18%, #eee 33%);
  background: #eee -o-linear-gradient(left, #eee 8%, #e3e3e3 18%, #eee 33%);
  background: #eee linear-gradient(to right, #eee 8%, #e3e3e3 18%, #eee 33%);
  background-repeat: no-repeat;
  background-size: 800px 204px;
  z-index: 99;
}

.playlist-catalog-section .placeholder-hidden {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.playlist-catalog-section .section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}

.playlist-catalog-section .section-header p {
  margin: 0;
}

.playlist-catalog-section .section-header label {
  margin: 0;
  vertical-align: middle;
  font-weight: normal;
}

.playlist-catalog-section .section-header select {
  padding: 2px;
  height: auto;
}

.playlist-catalog-section .section-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.playlist-catalog-section .section-body .card-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0;
  flex-shrink: 0;
  -webkit-flex-basis: 15.6666666667%;
  -ms-flex: 0 1 15.6666666667%;
  flex-basis: 15.6666666667%;
  margin-bottom: 15px;
  margin-left: 10px;
  overflow: hidden;
  position: relative;
}

.playlist-catalog-section .section-body .card-wrapper a {
  text-decoration: none;
}

@media (max-width: 980px), (max-width: 1024px), (max-width: 1280px) {
  .playlist-catalog-section .section-body .card-wrapper {
    margin-left: 4px !important;
  }
}

.playlist-catalog-section .section-body .card-wrapper:after {
  content: "";
  display: block;
}

.playlist-catalog-section .section-body .card-wrapper .playlist-category-card {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  color: #555555;
  cursor: pointer;
  margin: 10px;
}

.playlist-catalog-section .section-body .card-wrapper .playlist-category-card .category-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  color: white;
  text-shadow: 0 0 10px #000;
  padding: 10px;
}

@media (max-width: 1700px) {
  .playlist-catalog-section .section-body .card-wrapper .playlist-category-card .category-title h3 {
    font-size: 22px;
  }
}

@media (max-width: 1500px) {
  .playlist-catalog-section .section-body .card-wrapper .playlist-category-card .category-title h3 {
    font-size: 20px;
  }
}

@media (max-width: 1400px) {
  .playlist-catalog-section .section-body .card-wrapper .playlist-category-card .category-title h3 {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .playlist-catalog-section .section-body .card-wrapper .playlist-category-card .category-title h3 {
    font-size: 24px;
  }
}

.playlist-catalog-section .section-body .card-wrapper .playlist-category-card .tile-thumbnail {
  background: #FFFFFF;
  position: relative;
}

.playlist-catalog-section .section-body .card-wrapper .playlist-category-card .tile-thumbnail .center-icon-img {
  position: absolute;
  display: block;
  background: url("/r3/img/MyReseller/blue-playlist-icon.png");
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: 50px 50px;
  background-repeat: no-repeat;
}

.playlist-catalog-section .section-body .card-wrapper .playlist-category-card .tile-thumbnail .category-cover {
  background: #FFFFFF;
  padding: 6px;
  height: 135px;
  width: 100%;
}

.playlist-catalog-section .section-body .card-wrapper .playlist-category-card .playlist-name {
  font-family: "3DSRegular";
  font-weight: bold;
  background: #FFFFFF;
  font-size: 13px;
  color: #337ab7;
}

.playlist-catalog-section .section-body .card-wrapper .playlist-category-card .playlist-description {
  font-family: "3DSRegular";
  background: #FFFFFF;
  font-size: 13px;
}

.playlist-catalog-section .section-body .card-wrapper .playlist-category-card .tile-footer {
  font-size: 11px;
  padding: 5px;
}

.playlist-catalog-section .section-body .card-wrapper .playlist-category-card .tile-footer .title {
  font-size: 11px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding-bottom: 5px;
  margin: 0px;
}

.playlist-catalog-section .section-body .card-wrapper .playlist-category-card .tile-footer .title i {
  float: right;
  font-size: 14px;
}

.playlist-catalog-section .section-body .card-wrapper .playlist-category-card .tile-footer .type {
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}

.playlist-catalog-section .section-body .card-wrapper .playlist-category-card .tile-footer .views {
  margin-left: 3px;
}

@media (max-width: 1540px) {
  .playlist-catalog-section .section-body .card-wrapper {
    -webkit-flex-basis: 19%;
    -ms-flex: 0 1 19%;
    flex-basis: 19%;
  }
}

@media (max-width: 1280px) {
  .playlist-catalog-section .section-body .card-wrapper {
    -webkit-flex-basis: 23%;
    -ms-flex: 0 1 23%;
    flex-basis: 23%;
  }
}

@media (max-width: 1024px) {
  .playlist-catalog-section .section-body .card-wrapper {
    -webkit-flex-basis: 32.3333333333%;
    -ms-flex: 0 1 32.3333333333%;
    flex-basis: 32.3333333333%;
  }
}

@media (max-width: 980px) {
  .playlist-catalog-section .section-body .card-wrapper {
    -webkit-flex-basis: 48%;
    -ms-flex: 0 1 48%;
    flex-basis: 48%;
  }
}

@media (max-width: 500px) {
  .playlist-catalog-section .section-body .card-wrapper {
    -webkit-flex-basis: 100%;
    -ms-flex: 0 1 100%;
    flex-basis: 100%;
  }
}

.playlist-catalog-section .section-footer {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.playlist-catalog-section .section-footer button {
  padding: 10px 20px;
  font-family: "3DSRegular";
  font-size: 19px;
  color: white;
}

.reseller-playlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 35px;
}

.reseller-playlist .no-result {
  margin-top: 20px;
}

.reseller-playlist .small-text {
  font-size: 11px;
  color: #333;
}

.reseller-playlist .suggestions {
  margin-left: 30px;
}

.reseller-playlist .filters-section {
  position: fixed;
  width: 280px;
  overflow-x: hidden;
  overflow-y: auto;
}

.reseller-playlist .filters-section.hide-filters-panel {
  width: 60px;
}

.reseller-playlist .filters-section .show-filters-btn {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  margin: 20px -1px 20px 15px;
  border: 1px solid #DDDDDD;
}

.reseller-playlist .filters-section .show-filters-btn .btn-icon {
  margin-bottom: 6px;
}

.reseller-playlist .filters-section .show-filters-btn .btn-text {
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 17px;
  width: 100%;
  -ms-writing-mode: tb-lr;
}

.reseller-playlist .explore-section {
  margin-left: 280px;
  border-left: 1px solid #DDDDDD;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (min-width: 1920px) {
  .reseller-playlist .explore-section {
    border-right: 1px solid #DDDDDD;
  }
}

.reseller-playlist .explore-section.hide-filters-panel {
  margin-left: 60px;
}

.reseller-playlist .explore-section .top-breadcrumb {
  border-bottom: 1px solid #DDDDDD;
  padding: 0 15px;
}

.reseller-playlist .explore-section .explore-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #F5F5F5;
}

@media (max-width: 700px) {
  .reseller-playlist .explore-section .explore-wrapper {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}

.request-video {
  padding: 60px 0;
  sup-top: -0.1em !important;
}

.request-video .add-personal-video-padding {
  padding: 0px 20px;
}

.request-video .ast-category-title {
  font-family: "3DSRegular" !important;
  font-size: 18px !important;
  color: #000000 !important;
  margin-top: 0;
  font-weight: bold;
  padding: 0px 20px;
}

.request-video .container {
  padding: 0 30px;
}

.request-video .container .upload-wrapper {
  background: #f4f5f6;
  padding: 20px 60px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.request-video .container .upload-wrapper .upload-cover {
  position: absolute;
  background-color: rgba(255,255,255,0.15);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: not-allowed;
}

.request-video .container .upload-wrapper .asset-upload {
  background-color: #f4f5f6;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.request-video .container .upload-wrapper .icon {
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

.request-video .container .upload-wrapper .icon svg {
  display: inherit;
  width: inherit;
  height: inherit;
}

.request-video .container .upload-wrapper .icon svg>g {
  fill: #fff;
  -webkit-transition: fill .5s ease;
  -o-transition: fill .5s ease;
  transition: fill .5s ease;
}

@media (max-width: 991px) {
  .request-video .container .upload-wrapper {
    padding: 0;
  }
}

.request-video .ast-upload-modal-field {
  font-family: "3DSRegular" !important;
  font-size: 15px !important;
  color: #000000 !important;
  margin-top: 0;
  font-weight: bold;
}

.request-video .asset-upload-modal .modal-upload {
  margin: 0 auto;
  margin-top: 5%;
}

.request-video .btn-gray {
  background-color: #666;
  border: 1px solid #666;
  color: #fff;
  font-family: "3DSRegular" !important;
}

.request-video .asset-upload {
  background-color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.request-video .asset-upload .icon {
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

.request-video .asset-upload .icon svg {
  display: inherit;
  width: inherit;
  height: inherit;
}

.request-video .asset-upload .icon svg>g {
  fill: #fff;
  -webkit-transition: fill .5s ease;
  -o-transition: fill .5s ease;
  transition: fill .5s ease;
}

.request-video .asset-upload .access-video-row {
  padding: 0px 20px;
}

.request-video .asset-upload .access-video-row select {
  border: 1px #B0B0B1 solid;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  font-size: 12px;
  margin-right: 10px;
  width: 120px;
}

.request-video .asset-upload .access-video-row span i {
  margin-right: 5px;
}

.request-video .asset-upload .access-video-row .drp-info-txt {
  font-weight: bold;
}

.request-video .asset-upload .icon--hoverable:hover svg>g {
  fill: #50c1ff;
  -webkit-transition: fill .5s ease;
  -o-transition: fill .5s ease;
  transition: fill .5s ease;
}

.request-video .asset-upload__header {
  padding: 20px;
  padding-bottom: 0;
}

.request-video .asset-upload__expanded-block {
  padding-bottom: 52px;
}

.request-video .asset-upload__icon-close {
  padding-top: 10px;
  width: 22px;
  height: 22px;
  display: inline-block;
  float: right;
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: -30px;
}

.request-video .asset-upload__icon-trash {
  width: 16px;
  height: 20px;
  margin-right: 13px;
  margin-top: 10px;
  display: inline-block;
  float: right;
  cursor: pointer;
}

.request-video .asset-upload__icon-trash svg>g {
  fill: rgba(255,255,255,0.5);
}

.request-video .asset-upload__icon-trash:hover svg>g {
  fill: #fff;
}

@media (min-width: 500px) {
  .request-video .asset-upload__icon-trash {
    width: 18px;
    height: 22px;
    margin-top: 11px;
    margin-right: 12px;
  }
}

.request-video .asset-upload__icon-remove-file {
  width: 14px;
  height: 14px;
  cursor: pointer;
  display: inline-block;
  margin-left: 18px;
}

.request-video .asset-upload__icon-remove-file svg>g {
  fill: rgba(88,88,88,0.79) !important;
}

.request-video .asset-upload__icon-remove-file:hover svg>g {
  fill: #0D8BB4 !important;
}

.request-video .asset-upload__icon-remove-category {
  width: 12px !important;
  height: 12px !important;
  cursor: pointer;
  display: inline-block;
  margin-left: 3px;
}

.request-video .asset-upload__icon-remove-category svg>g {
  fill: #000;
}

.request-video .asset-upload__icon-remove-category:hover svg>g {
  fill: #0D8BB4;
}

.request-video .asset-upload__icon-add {
  width: 32px;
  height: 32px;
  cursor: pointer;
  padding: 0;
  color: rgba(255,255,255,0.1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.request-video .asset-upload__icon-add:hover {
  background-color: #fff !important;
}

.request-video .asset-upload__icon-add_empty {
  background-color: #fff !important;
  color: #fff !important;
}

.request-video .asset-upload__icon-add_empty:hover {
  background-color: #fff !important;
}

.request-video .asset-upload__icon-add_alert {
  -webkit-animation: alert-pulse 0.3s;
  -o-animation: alert-pulse 0.3s;
  animation: alert-pulse 0.3s;
}

.request-video .asset-upload__icon-add-cross {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 2px;
  top: -2px;
  position: relative;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
}

.request-video .asset-upload__icon-check {
  display: inline-block;
  width: 10px;
  height: 9px;
  margin-right: 5px;
  color: rgba(255,255,255,0.1);
}

.request-video .asset-upload__icon-spinner {
  display: inline-block;
  width: 25px;
  height: 25px;
}

.request-video .asset-upload__asset-name {
  display: inline-block;
  height: 30px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #ffffff;
  border: 1px #b0b0b1 solid;
  width: 100%;
  font-size: 22px;
  letter-spacing: -0.4px;
  -webkit-transition: border-color 0.5s ease;
  -o-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
  margin-top: 10px;
}

.request-video .asset-upload__asset-name:focus {
  border-color: #0D8BB4 !important;
}

@media (min-width: 500px) {
  .request-video .asset-upload__asset-name {
    height: 30px;
    font-size: 22px;
  }
}

.request-video .asset-upload__wrapper {
  padding: 10px;
}

@media (min-width: 500px) {
  .request-video .asset-upload__wrapper {
    padding: 20px;
  }
}

.request-video .asset-upload__wrapper .popover {
  display: none !important;
}

@media (min-width: 768px) {
  .request-video .asset-upload__wrapper .popover {
    display: block !important;
  }
}

.request-video .asset-upload__drop-box-container .files-dropbox__container {
  -webkit-transition: border-color 0.5s ease;
  -o-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}

.request-video .asset-upload__drop-box-container .files-dropbox__container h2 {
  font-weight: normal;
  margin-bottom: 6px;
}

.request-video .asset-upload__drop-box-container .files-dropbox__container p {
  letter-spacing: -0.2px;
}

.request-video .asset-upload__drop-box-container-label {
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}

.request-video .asset-upload__formats-description {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 500px) {
  .request-video .asset-upload__formats-description {
    margin-top: 30px;
    left: 30px;
    right: 30px;
  }
}

.request-video .asset-upload__zip-format-link {
  color: #005686;
  border-bottom: 1px dotted #b4b6ba;
}

.request-video .asset-upload__zip-format-link:hover {
  color: #005686;
  border-bottom-color: #0D8BB4;
}

.request-video .asset-upload__zip-tooltip {
  color: #005686;
  border-top: 1px solid rgba(80,80,80,0.1);
}

.request-video .asset-upload__zip-tooltip .popover-content {
  padding: 8px;
  line-height: 18px;
  font-weight: 100;
}

.request-video .asset-upload__zip-tooltip .arrow {
  border-width: 7px;
  left: 23px !important;
  top: -8px !important;
  border-bottom-color: rgba(50,50,50,0.3) !important;
}

.request-video .asset-upload__files {
  display: block;
}

.request-video .asset-upload__section-header {
  font-family: "3DSRegular";
  padding: 8px 10px;
}

@media (min-width: 500px) {
  .request-video .asset-upload__section-header {
    padding: 8px 20px;
  }
}

.request-video .asset-upload__file-reseller {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}

.request-video .asset-upload__file-reseller span,
.request-video .asset-upload__file-reseller a {
  letter-spacing: -0.2px;
}

.request-video .asset-upload__file-reseller a {
  border-bottom: 1px dotted #005686;
  text-decoration: none;
  font-weight: bold;
}

.request-video .asset-upload__file-reseller a:hover {
  color: #0D8BB4;
  border-color: #0D8BB4;
}

.request-video .asset-upload__file-inner-reseller {
  border-top: solid 1px #0D8BB4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-bottom: solid 1px #0D8BB4;
}

@media (min-width: 500px) {
  .request-video .asset-upload__file-inner-reseller {
    padding: 11px 2px;
  }
}

.request-video .asset-upload__loading-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.request-video .asset-upload__loading-icon>div {
  float: left;
  background: #ffffff;
  height: 100%;
  width: 20px;
  display: inline-block;
  -webkit-animation: loading 1.5s infinite ease-in-out;
  -o-animation: loading 1.5s infinite ease-in-out;
  animation: loading 1.5s infinite ease-in-out;
  -webkit-transform: scaleX(0.8);
  -ms-transform: scaleX(0.8);
  -o-transform: scaleX(0.8);
  transform: scaleX(0.8);
}

@keyframes loading {
  50% {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    background: #0d8bb4;
  }
}

.request-video .asset-upload__loading-icon .bar1 {
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.request-video .asset-upload__loading-icon .bar2 {
  -webkit-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.request-video .asset-upload__loading-icon .bar3 {
  -webkit-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.request-video .asset-upload__file-name {
  line-height: 1.1;
  max-width: 140px;
}

@media (min-width: 500px) {
  .request-video .asset-upload__file-name {
    max-width: 240px;
  }
}

@media (min-width: 768px) {
  .request-video .asset-upload__file-name {
    max-width: 500px;
  }
}

.request-video .asset-upload__file-controls {
  line-height: 1.1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.request-video .asset-upload__file-spacer {
  padding: 5px;
}

.request-video .asset-upload__file-error {
  color: #e13a3a;
  font-size: 14px;
  line-height: 18px;
  padding: 0 10px;
  font-weight: bold;
}

@media (min-width: 500px) {
  .request-video .asset-upload__file-error {
    padding: 0px 20px;
  }
}

.request-video .asset-upload__file-error_outer {
  padding: 0 10px 10px 10px;
}

@media (min-width: 500px) {
  .request-video .asset-upload__file-error_outer {
    padding: 0 20px 20px 20px;
  }
}

.request-video .asset-upload__file-error_inner {
  padding: 11px 10px 0px 10px;
}

@media (min-width: 500px) {
  .request-video .asset-upload__file-error_inner {
    padding: 11px 20px 0px 20px;
  }
}

.request-video .asset-upload__asset-class {
  margin-top: 30px;
  line-height: 24px;
}

.request-video .asset-upload__main-asset-label {
  font-weight: bold;
  border-bottom: 1px solid transparent;
}

.request-video .asset-upload__set-main {
  color: #005686;
}

.request-video .asset-upload__categories {
  display: block;
  margin-top: 10px;
}

.request-video .asset-upload__categories .popover-content {
  padding: 0;
}

.request-video .asset-upload__categories-holder {
  padding: 0 10px;
}

.request-video .asset-upload__categories-holder .popover {
  background-color: #fff;
}

.request-video .asset-upload__categories-holder .popover .arrow {
  border-width: 7px;
}

.request-video .asset-upload__categories-holder .popover .arrow::after {
  border-bottom-color: #fff;
}

.request-video .asset-upload__categories-holder .popover.bottom-right {
  border-top-color: #f2f2f2;
}

.request-video .asset-upload__categories-holder .popover.bottom-right .arrow {
  border-bottom-color: #f2f2f2;
  top: -15px !important;
  right: 14px !important;
}

.request-video .asset-upload__categories-holder .popover.bottom-left {
  border-top-color: #f2f2f2;
}

.request-video .asset-upload__categories-holder .popover.bottom-left .arrow {
  border-bottom-color: #f2f2f2;
  top: -15px !important;
  left: 12px !important;
}

.request-video .asset-upload__categories-holder .popover.top-left {
  -webkit-box-shadow: 0 -2px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 -2px 4px 0 rgba(0,0,0,0.5);
  border-bottom-color: #f2f2f2;
}

.request-video .asset-upload__categories-holder .popover.top-left .arrow {
  border-top-color: #f2f2f2;
  bottom: -15px !important;
  left: 12px !important;
}

.request-video .asset-upload__categories-holder .popover.top-right {
  -webkit-box-shadow: 0 -2px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 -2px 4px 0 rgba(0,0,0,0.5);
  border-bottom-color: #f2f2f2;
}

.request-video .asset-upload__categories-holder .popover.top-right .arrow {
  border-top-color: #f2f2f2;
  bottom: -15px !important;
  right: 14px !important;
}

@media (min-width: 500px) {
  .request-video .asset-upload__categories-holder {
    padding: 0 20px;
  }
}

.request-video .asset-upload__description {
  display: block;
  margin-top: 24px;
}

.request-video .asset-upload__description-text {
  display: block;
  min-height: 80px;
  background-color: #ffffff;
  margin: 8px 20px;
  padding: 8px 10px 30px 10px;
  border: solid 1px #0d8bb4;
  font-family: Arial;
  line-height: 1.14;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.request-video .asset-upload__description-text_hint {
  display: block;
  min-height: 80px;
  background-color: #ffffff;
  margin: 8px 20px;
  padding: 8px 10px 30px 10px;
  border: solid 1px #0d8bb4;
  font-family: Arial;
  line-height: 1.14;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #a3a3a3;
  white-space: normal;
}

.request-video .asset-upload__description-text .word-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.request-video .asset-upload__description-text:focus,
.request-video .asset-upload__description-text:focus:hover {
  border-color: #66afe9;
  outline: none;
}

@media (min-width: 500px) {
  .request-video .asset-upload__description-text {
    margin: 8px 20px;
  }
}

.request-video .asset-upload__description-status {
  position: absolute;
  bottom: 0;
  margin: 5px 15px;
  right: 0;
}

@media (min-width: 500px) {
  .request-video .asset-upload__description-status {
    margin: 5px 25px;
  }
}

.request-video .asset-upload__description-text-wrapper {
  position: relative;
}

.request-video .asset-upload__description-too-long {
  color: #e13a3a;
  cursor: default;
  white-space: nowrap;
}

.request-video .asset-upload__button-save {
  margin-right: 10px;
}

.request-video .asset-upload__modal-buttons {
  float: right;
  margin-right: 10px;
  bottom: 10px;
}

@media (min-width: 500px) {
  .request-video .asset-upload__modal-buttons {
    margin-top: 10px;
    margin-right: 20px;
    position: relative;
  }
}

.request-video .asset-upload__required-field {
  clear: both;
  margin: 8px 20px;
}

.request-video .asset-upload__required-field span {
  padding-left: 5px;
  font-weight: bold;
}

.request-video .asset-upload__progress-status {
  float: right;
  margin-top: 20px;
  margin-right: 10px;
  line-height: 25px;
}

@media (min-width: 500px) {
  .request-video .asset-upload__progress-status {
    margin-top: 0px;
    margin-right: 20px;
    position: relative;
  }
}

.request-video .asset-upload__progress-status-label {
  float: right;
  font-size: 18px;
  line-height: 25px;
  margin-left: 8px;
}

.request-video .asset-upload__categories-popover {
  display: block;
  margin: 0;
  padding: 0;
}

.request-video .asset-upload__categories-popover li {
  display: block;
  letter-spacing: -0.2px;
  padding: 7px 7px 7px 12px;
  cursor: pointer;
  color: #005686;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.request-video .asset-upload__categories-popover li:hover {
  background-color: #0D8BB4;
  color: white;
}

.request-video .asset-upload__categories-scroller {
  max-height: 280px;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
}

.request-video .asset-upload__categories-scroller .ps-scrollbar-y-rail,
.request-video .asset-upload__categories-scroller .ps-scrollbar-y {
  width: 4px !important;
}

.request-video .asset-upload__categories-scroller .ps-scrollbar-y {
  background-color: rgba(255,255,255,0.1);
}

.request-video .asset-upload__categories-added {
  display: block;
  margin: 0;
  padding: 0;
}

.request-video .asset-upload__category-added {
  display: inline-block;
  padding: 6px 16px;
  background-color: #3E9ED4;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  letter-spacing: -0.2px;
  margin-right: 4px;
  margin-bottom: 6px;
  color: #fff;
  position: relative;
}

.request-video .asset-upload__category-added-circle {
  display: inline-block;
  padding: 6px 10px;
  background-color: white;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  letter-spacing: -0.2px;
  margin-right: 4px;
  margin-bottom: 6px;
  color: #fff;
  border-color: #1b70bcff;
  border-style: solid;
  position: relative;
  top: 4px;
}

.request-video .asset-upload .error {
  display: block;
  color: #e13a3a;
  letter-spacing: -0.2px;
  margin-top: 6px;
  font-weight: bold;
  padding-left: 20px;
}

.request-video .modal-upload {
  width: 300px;
}

@media (min-width: 500px) {
  .request-video .modal-upload {
    width: 464px;
  }
}

@media (min-width: 768px) {
  .request-video .modal-upload {
    width: 740px;
  }
}

.request-video [contenteditable=true]:not(:focus):empty:before {
  content: attr(placeholder);
  display: block;
  color: #999;
}

.request-video .added-category-name {
  font-family: Verdana, Regular !important;
  font-size: 12px !important;
}

.alert-margin-top {
  margin-top: 5px;
}

#cadhub_upload_demo .resize-demo img {
  border: 2px dotted lightseagreen;
}

.btn-email-playlist a {
  text-decoration: none;
  color: #FFFFFF;
}

.btn-email-playlist a:hover {
  text-decoration: none;
}

.btn-eml-template {
  size: 14px;
  color: #005686;
  hover: underline;
}

.fa-download {
  size: 20px;
  color: #005686;
}

input[value="notify-playlist"] {
  margin-right: 5px;
}

.alert {
  margin-bottom: 0;
}

.search__sortings-name {
  display: inline-block;
  cursor: pointer;
}

.search__sortings-dropdown {
  background: #fff;
  width: 200px;
  right: -20px;
  top: 25px;
}

.search__sortings-dropdown:before {
  position: absolute;
  top: -8px;
  right: 37px;
  display: inline-block;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
  content: '';
}

.search__sortings-dropdown-item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.search__sortings-dropdown-item-selected .search__sortings-dropdown-item-checked {
  opacity: 1;
}

.search__sortings-dropdown-item-checked {
  opacity: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 11px;
  height: 11px;
  margin-left: 8px;
  display: inline-block;
  background: url("/r3/img/cadhub/icons/check-dark.svg") no-repeat left 2px;
  background-size: 10px;
}

.search__sortings-dropdown-item-selected .search__sortings-dropdown-item-name {
  font-weight: bold;
}

.search__sortings-dropdown-item-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 2px;
}

.search__sortings-dropdown-item:hover {
  background: rgba(48,116,177,0.2);
  cursor: pointer;
}

#cadhub_upload_demo .resize-demo img {
  border: 2px dotted lightseagreen;
}

.cadhub-upload {
  padding: 60px 0;
}

.cadhub-upload .container {
  padding: 0 30px;
}

.cadhub-upload .container .upload-wrapper {
  background: #f4f5f6;
  padding: 20px 60px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.cadhub-upload .container .upload-wrapper .upload-cover {
  position: absolute;
  background-color: rgba(255,255,255,0.15);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: not-allowed;
}

.cadhub-upload .container .upload-wrapper .asset-upload {
  background-color: #f4f5f6;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

@media (max-width: 991px) {
  .cadhub-upload .container .upload-wrapper {
    padding: 0;
  }
}

.cadhub-upload .container .tcfc-wrapper {
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.cadhub-upload .container .tcfc-wrapper .modal-header {
  background-color: transparent !important;
  border: none;
}

.cadhub-upload .container .tcfc-wrapper .modal-header .modal-title {
  font-size: 20px;
}

.cadhub-upload .container .tcfc-wrapper .modal-body {
  max-height: 20vh;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #ccc;
  margin: 0 15px;
  padding: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f6f6f7;
}

.cadhub-upload .container .tcfc-wrapper .modal-footer {
  border: none;
}

.cadhub-upload .container .tou-wrapper {
  padding: 20px 0;
}

.cadhub-upload .container .tou-wrapper .review-link {
  outline: none;
  padding: 0;
  padding-bottom: 10px;
  text-decoration: none;
  cursor: pointer;
}

.cadhub-upload .container .tou-wrapper .well {
  max-height: 60vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

.reseller-video-detail {
  background-color: #EEEEEE;
  padding: 35px 0;
}

.reseller-video-detail .container {
  width: 90%;
  padding: 30px;
  margin: 15px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

@media (max-width: 1439px) {
  .reseller-video-detail .container {
    width: 100%;
  }
}

@media (max-width: 1079px) {
  .reseller-video-detail .container {
    display: block;
  }
}

.reseller-video-detail .container .alert {
  width: 100%;
  margin: 0 10px;
}

.reseller-video-detail .left-section {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -moz-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  margin: 0 10px;
}

.reseller-video-detail .left-section .asset-viewer {
  color: white;
}

.reseller-video-detail .left-section .asset-viewer span.btn.btn-default.transperent-btn.ng-scope {
  background: transparent;
}

.reseller-video-detail .left-section .asset-viewer i.fa.fa-edit.icon-color.ng-scope {
  color: white;
}

.reseller-video-detail .left-section .asset-viewer i.fa.fa-trash.icon-color.ng-scope {
  color: white;
}

.reseller-video-detail .left-section .asset-viewer i.fa.fa-copy.icon-color.ng-scope {
  color: white;
}

.reseller-video-detail .left-section .asset-viewer .viewer-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #464f5d;
  padding: 15px;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.reseller-video-detail .left-section .asset-viewer .viewer-title h4 {
  margin: 0;
  max-width: 44vw;
  word-wrap: break-word;
  overflow: hidden;
}

@media (max-width: 1079px) {
  .reseller-video-detail .left-section .asset-viewer .viewer-title h4 {
    max-width: 100%;
  }
}

.reseller-video-detail .left-section .asset-viewer .viewer-title span {
  cursor: pointer;
}

.reseller-video-detail .left-section .asset-viewer .viewer-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #464f5d;
  padding: 15px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.reseller-video-detail .left-section .asset-viewer .viewer-footer span {
  cursor: pointer;
}

.reseller-video-detail .left-section .asset-viewer .viewer-footer .addedon-date {
  color: white;
  font-size: 10px;
}

.reseller-video-detail .right-section {
  -webkit-box-flex: 1.1;
  -webkit-flex: 1.1;
  -moz-box-flex: 1.1;
  -ms-flex: 1.1;
  flex: 1.1;
  margin: 0 10px;
}

.reseller-video-detail .right-section .asset-intro {
  padding: 15px;
  background-color: white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

.reseller-video-detail .right-section .asset-intro .edit-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #d9edf7;
  cursor: pointer;
}

.reseller-video-detail .right-section .asset-intro .edit-btn.fa-stack .fa-inverse {
  color: #005686;
}

.reseller-video-detail .right-section .asset-intro h5 {
  font-weight: bold;
}

.reseller-video-detail .right-section .asset-intro table {
  line-height: 2;
}

.reseller-video-detail .right-section .asset-intro .asset-date {
  color: #9e9e9e;
  font-size: 12px;
  margin: 0;
  padding-left: 2px;
  padding-top: 3px;
}

.reseller-video-detail .right-section .btn-edit-blue {
  border: 1px solid #00609a;
  color: #00609a;
  font-size: 13px;
  background-color: transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  padding: 5px;
  text-decoration: none;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  font-family: "3DSSemiBold";
  text-align: center;
}

.reseller-video-detail .right-section .btn-edit-blue:hover {
  background-color: #00609a;
  color: #fff;
}

.reseller-video-detail .right-section .btn-delete-red {
  font-size: 13px;
  background-color: transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  padding: 5px;
  text-decoration: none;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  font-family: "3DSSemiBold";
  text-align: center;
  border: 1px solid #ea4f37;
  color: #ea4f37;
}

.reseller-video-detail .right-section .btn-delete-red:hover {
  background-color: #ea4f37;
  color: #fff;
}

#post-loading,
#user-init #pre-loading,
#pre-loading {
  color: white;
  background-color: #000;
}

#post-loading .fa-spinner,
#user-init #pre-loading .fa-spinner,
#pre-loading .fa-spinner {
  font-size: 4em;
}

#post-loading .post-loading-icons,
#user-init #pre-loading .post-loading-icons,
#pre-loading .post-loading-icons {
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: 100px;
  text-align: center;
}

#post-loading .post-loading-icons img,
#user-init #pre-loading .post-loading-icons img,
#pre-loading .post-loading-icons img {
  display: inline-block;
}

#post-loading .post-loading-icons h2,
#user-init #pre-loading .post-loading-icons h2,
#pre-loading .post-loading-icons h2 {
  font-family: "3DSSemiBold";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

#post-loading .post-loading-icons p,
#user-init #pre-loading .post-loading-icons p,
#pre-loading .post-loading-icons p {
  font-family: "3DSRegular";
  font-size: 18px;
  display: inline-block;
  vertical-align: super;
}

#post-loading .post-loading-icons .loading-icon,
#user-init #pre-loading .post-loading-icons .loading-icon,
#pre-loading .post-loading-icons .loading-icon {
  display: inline-block;
  height: 20px;
}

#post-loading .post-loading-icons .loading-icon>div,
#user-init #pre-loading .post-loading-icons .loading-icon>div,
#pre-loading .post-loading-icons .loading-icon>div {
  float: left;
  background: #555;
  height: 100%;
  width: 2px;
  margin-right: 2px;
  display: inline-block;
  -webkit-animation: loading 1.5s infinite ease-in-out;
  -o-animation: loading 1.5s infinite ease-in-out;
  animation: loading 1.5s infinite ease-in-out;
  -webkit-transform: scaleY(0.8);
  -ms-transform: scaleY(0.8);
  -o-transform: scaleY(0.8);
  transform: scaleY(0.8);
}

#post-loading .post-loading-icons .loading-icon .bar1,
#user-init #pre-loading .post-loading-icons .loading-icon .bar1,
#pre-loading .post-loading-icons .loading-icon .bar1 {
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#post-loading .post-loading-icons .loading-icon .bar2,
#user-init #pre-loading .post-loading-icons .loading-icon .bar2,
#pre-loading .post-loading-icons .loading-icon .bar2 {
  -webkit-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#post-loading .post-loading-icons .loading-icon .bar3,
#user-init #pre-loading .post-loading-icons .loading-icon .bar3,
#pre-loading .post-loading-icons .loading-icon .bar3 {
  -webkit-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

#post-loading .post-loading-icons .loading-icon .bar4,
#user-init #pre-loading .post-loading-icons .loading-icon .bar4,
#pre-loading .post-loading-icons .loading-icon .bar4 {
  -webkit-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

#post-loading .post-loading-icons .loading-icon .bar5,
#user-init #pre-loading .post-loading-icons .loading-icon .bar5,
#pre-loading .post-loading-icons .loading-icon .bar5 {
  -webkit-animation-delay: 1.0s;
  -o-animation-delay: 1.0s;
  animation-delay: 1.0s;
}

#post-loading .post-loading-icons .loading-icon .bar6,
#user-init #pre-loading .post-loading-icons .loading-icon .bar6,
#pre-loading .post-loading-icons .loading-icon .bar6 {
  -webkit-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

@keyframes loading {
  50% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    background: white;
  }
}

#post-loading .post-loading-icons .loading-progress-bar,
#user-init #pre-loading .post-loading-icons .loading-progress-bar,
#pre-loading .post-loading-icons .loading-progress-bar {
  width: 20%;
  margin: 0 auto;
}

#post-loading .post-loading-icons .loading-progress-bar .progress,
#user-init #pre-loading .post-loading-icons .loading-progress-bar .progress,
#pre-loading .post-loading-icons .loading-progress-bar .progress {
  border: 2px solid #333;
  -webkit-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
  background-color: #333;
}

#post-loading .post-loading-icons .loading-progress-bar .progress .progress-bar,
#user-init #pre-loading .post-loading-icons .loading-progress-bar .progress .progress-bar,
#pre-loading .post-loading-icons .loading-progress-bar .progress .progress-bar {
  background-color: white;
}

.reseller-videolib {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 35px;
}

.reseller-videolib .no-result {
  margin-top: 20px;
}

.reseller-videolib .small-text {
  font-size: 11px;
  color: #333;
}

.reseller-videolib .suggestions {
  margin-left: 30px;
}

.reseller-videolib .filters-section {
  position: fixed;
  width: 280px;
  overflow-x: hidden;
  overflow-y: auto;
}

.reseller-videolib .filters-section.hide-filters-panel {
  width: 60px;
}

.reseller-videolib .filters-section .show-filters-btn {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  margin: 20px -1px 20px 15px;
  border: 1px solid #DDDDDD;
}

.reseller-videolib .filters-section .show-filters-btn .btn-icon {
  margin-bottom: 6px;
}

.reseller-videolib .filters-section .show-filters-btn .btn-text {
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 17px;
  width: 100%;
  -ms-writing-mode: tb-lr;
}

.reseller-videolib .explore-section {
  margin-left: 280px;
  border-left: 1px solid #DDDDDD;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (min-width: 1920px) {
  .reseller-videolib .explore-section {
    border-right: 1px solid #DDDDDD;
  }
}

.reseller-videolib .explore-section.hide-filters-panel {
  margin-left: 60px;
}

.reseller-videolib .explore-section .top-breadcrumb {
  border-bottom: 1px solid #DDDDDD;
  padding: 0 15px;
}

.reseller-videolib .explore-section .explore-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #F5F5F5;
}

@media (max-width: 700px) {
  .reseller-videolib .explore-section .explore-wrapper {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}

.video-catalog-section {
  padding: 10px;
}

.video-catalog-section #requestVideos,
.video-catalog-section #createPlaylist {
  font-family: "3DSRegular";
}

.video-catalog-section .placeholder {
  position: relative;
}

.video-catalog-section .placeholder:before {
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  -webkit-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  -o-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #eee-webkit-gradient(linear, left top, right top, from(#eee), color-stop(18%, #e3e3e3), to(#eee));
  background: #eee -webkit-linear-gradient(left, #eee 8%, #e3e3e3 18%, #eee 33%);
  background: #eee -o-linear-gradient(left, #eee 8%, #e3e3e3 18%, #eee 33%);
  background: #eee linear-gradient(to right, #eee 8%, #e3e3e3 18%, #eee 33%);
  background-repeat: no-repeat;
  background-size: 800px 204px;
  z-index: 99;
}

.video-catalog-section .placeholder-hidden {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.video-catalog-section .section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 25px;
  padding-left: 4px;
}

@media (max-width: 980px), (max-width: 1024px), (max-width: 1280px) {
  .video-catalog-section .section-header {
    padding-right: 0px;
  }
}

.video-catalog-section .section-header p {
  margin: 0;
}

.video-catalog-section .section-header label {
  margin: 0;
  vertical-align: middle;
  font-weight: normal;
}

.video-catalog-section .section-header select {
  padding: 2px;
  height: auto;
}

.video-catalog-section .section-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.video-catalog-section .section-body .card-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0;
  flex-shrink: 0;
  -webkit-flex-basis: 15.6666666667%;
  -ms-flex: 0 1 15.6666666667%;
  flex-basis: 15.6666666667%;
  margin-bottom: 13px;
  margin-left: 10px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 980px), (max-width: 1024px), (max-width: 1280px) {
  .video-catalog-section .section-body .card-wrapper {
    margin-left: 4px !important;
  }
}

.video-catalog-section .section-body .card-wrapper:after {
  content: "";
  display: block;
}

.video-catalog-section .section-body .card-wrapper .video-category-card {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  color: #555555;
  cursor: pointer;
  margin: 10px;
}

.video-catalog-section .section-body .card-wrapper .video-category-card .category-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  color: white;
  text-shadow: 0 0 10px #000;
  padding: 10px;
}

@media (max-width: 1700px) {
  .video-catalog-section .section-body .card-wrapper .video-category-card .category-title h3 {
    font-size: 22px;
  }
}

@media (max-width: 1500px) {
  .video-catalog-section .section-body .card-wrapper .video-category-card .category-title h3 {
    font-size: 20px;
  }
}

@media (max-width: 1400px) {
  .video-catalog-section .section-body .card-wrapper .video-category-card .category-title h3 {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .video-catalog-section .section-body .card-wrapper .video-category-card .category-title h3 {
    font-size: 24px;
  }
}

.video-catalog-section .section-body .card-wrapper .video-category-card .tile-thumbnail {
  background: #FFFFFF;
  position: relative;
}

.video-catalog-section .section-body .card-wrapper .video-category-card .tile-thumbnail .category-cover {
  background: #FFFFFF;
  padding: 6px;
  height: 135px;
  width: 100%;
}

.video-catalog-section .section-body .card-wrapper .video-category-card .tile-name,
.video-catalog-section .section-body .card-wrapper .video-category-card .tile-description {
  font-family: "3DSRegular";
  background: #FFFFFF;
}

.video-catalog-section .section-body .card-wrapper .video-category-card .tile-name a,
.video-catalog-section .section-body .card-wrapper .video-category-card .tile-description a {
  color: #337ab7;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
}

.video-catalog-section .section-body .card-wrapper .video-category-card .tile-description a {
  color: #555555;
  font-weight: normal;
}

.video-catalog-section .section-body .card-wrapper .video-category-card .tile-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  padding: 5px 10px 0 10px;
}

.video-catalog-section .section-body .card-wrapper .video-category-card .tile-footer p {
  margin: 0 0 5px;
}

.video-catalog-section .section-body .card-wrapper .video-category-card .tile-footer .detail {
  float: left;
  width: 85%;
}

.video-catalog-section .section-body .card-wrapper .video-category-card .tile-footer .detail .item-title {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}

.video-catalog-section .section-body .card-wrapper .video-category-card .tile-footer .detail .duration i {
  font-size: 14px;
  margin-left: 3px;
}

.video-catalog-section .section-body .card-wrapper .video-category-card .tile-footer .detail .playlist-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.video-catalog-section .section-body .card-wrapper .video-category-card .tile-footer .detail .playlist-count svg {
  fill: #B4B6BA;
  margin-right: 1px;
  width: 16px;
}

.video-catalog-section .section-body .card-wrapper .video-category-card .tile-footer .detail .views {
  margin-left: 3px;
}

.video-catalog-section .section-body .card-wrapper .video-category-card .tile-footer .plus-sign {
  width: 15%;
  margin-top: 8px;
}

.video-catalog-section .section-body .card-wrapper .video-category-card .cc-reseller-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

@media (max-width: 1540px) {
  .video-catalog-section .section-body .card-wrapper {
    -webkit-flex-basis: 19%;
    -ms-flex: 0 1 19%;
    flex-basis: 19%;
  }
}

@media (max-width: 1280px) {
  .video-catalog-section .section-body .card-wrapper {
    -webkit-flex-basis: 23%;
    -ms-flex: 0 1 23%;
    flex-basis: 23%;
  }
}

@media (max-width: 1024px) {
  .video-catalog-section .section-body .card-wrapper {
    -webkit-flex-basis: 32.3333333333%;
    -ms-flex: 0 1 32.3333333333%;
    flex-basis: 32.3333333333%;
  }
}

@media (max-width: 980px) {
  .video-catalog-section .section-body .card-wrapper {
    -webkit-flex-basis: 48%;
    -ms-flex: 0 1 48%;
    flex-basis: 48%;
  }
}

@media (max-width: 500px) {
  .video-catalog-section .section-body .card-wrapper {
    -webkit-flex-basis: 100%;
    -ms-flex: 0 1 100%;
    flex-basis: 100%;
  }
}

.video-catalog-section .section-footer {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.video-catalog-section .section-footer button {
  padding: 10px 20px;
  font-family: "3DSRegular";
  font-size: 19px;
  color: white;
}

.reseller-watch-playlist {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 35px;
}

.reseller-watch-playlist .video-area {
  height: 500px;
}

.reseller-watch-playlist .video-area video {
  height: 95%;
  width: 100%;
}

.reseller-watch-playlist .video-area p {
  margin: 0;
}

.reseller-watch-playlist .hr-class {
  border-top: 1px solid #d3d3d3 !important;
}

.reseller-watch-playlist .video-list-area {
  height: 500px;
}

.reseller-watch-playlist .video-list-area .video-list-panel-heading {
  background-color: #EEF1F0;
  border: 1px solid #EFEFEF;
  height: 85px;
}

.reseller-watch-playlist .video-list-area .video-list-panel-heading p {
  color: #838383;
}

.reseller-watch-playlist .video-list-area .video-list-panel-heading .video-name-header {
  font-size: 16px;
  white-space: nowrap;
  height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reseller-watch-playlist .video-list-pannel {
  background-color: #FAFAFA;
  cursor: pointer;
  height: 390px;
  overflow: auto;
}

.reseller-watch-playlist .video-list-pannel .play-icon {
  vertical-align: middle;
  width: 150px;
}

.reseller-watch-playlist .video-list-pannel .video-list-img {
  height: 80px;
  width: 140px;
}

.reseller-watch-playlist .video-list-pannel .video-description {
  color: #737373;
  font-family: Arial, sans-serif;
}

.reseller-watch-playlist .video-list-pannel .active-video .glyphicon-play {
  color: #696969;
}

.reseller-watch-playlist .video-list-pannel .inactive-video .glyphicon-play {
  opacity: 0;
}

.reseller-watch-playlist .channel-details {
  margin-top: 15px;
}

.reseller-watch-playlist .channel-details .channel-description {
  color: #727272;
}

.reseller-watch-playlist .channel-details .channel-description span {
  font-size: 15px;
}

.reseller-watch-playlist .channel-details .channel-contact-details .media-body .channel-name {
  font-weight: bold;
}

.reseller-watch-playlist .channel-details .channel-contact-details .media-body p {
  margin: 0px 0px 3px !important;
  font-size: 14px;
}

.reseller-watch-playlist .channel-details .channel-contact-details .media-body .btn-email {
  margin-top: 15px !important;
  background-color: #005687;
}

.reseller-watch-playlist .channel-details .channel-contact-details .media-body .btn-email a {
  text-decoration: none;
  color: #FFFFFF;
}

.reseller-watch-playlist .channel-details .channel-contact-details .media-body .btn-email a:hover {
  text-decoration: none;
}

.reseller-watch-playlist .channel-details .channel-contact-details .contact-details-logo {
  height: 80px;
  width: 80px;
}

.reseller-watch-playlist .channel-details .channel-contact-details .channel-url-detail {
  color: #4A9AD0;
}

@media screen and (max-width: 768px) {
  .reseller-watch-playlist .wc-mb-container {
    padding: 0 !important;
  }

  .reseller-watch-playlist .wc-mb-container .video-area {
    height: 300px;
  }

  .reseller-watch-playlist .wc-mb-container .video-area p {
    margin: 5px 30px;
  }

  .reseller-watch-playlist .mb-playlist-video {
    background-color: #333333;
    color: #D4D4D4;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 15px 15px !important;
  }

  .reseller-watch-playlist .mb-playlist-video>p {
    margin: 0;
    padding: 0 18px;
  }

  .reseller-watch-playlist .mb-playlist-video .playlist-icon {
    color: #818181;
    font-size: 15px;
    cursor: pointer;
  }

  .reseller-watch-playlist .mb-playlist-video .mb-video-list-pannel {
    padding: 12px 0 0 0 !important;
  }

  .reseller-watch-playlist .mb-playlist-video .mb-video-list-pannel .media {
    padding: 10px 10px !important;
    margin-top: 0 !important;
  }

  .reseller-watch-playlist .mb-playlist-video .mb-video-list-pannel .active-video {
    background-color: #191919;
  }

  .reseller-watch-playlist .mb-playlist-video .mb-video-list-pannel .active-video .video-list-img {
    border: 5px solid #fff;
  }

  .reseller-watch-playlist .mb-playlist-video .mb-video-list-pannel .inactive-video .mb-playlist-circle {
    opacity: 0;
  }

  .reseller-watch-playlist .mb-playlist-video .mb-video-list-pannel .play-icon {
    vertical-align: middle;
    width: 150px;
  }

  .reseller-watch-playlist .mb-playlist-video .mb-video-list-pannel .play-icon .glyphicon-play {
    color: #696969;
  }

  .reseller-watch-playlist .mb-playlist-video .mb-video-list-pannel .play-icon .mb-playlist-circle {
    font-size: 8px;
  }

  .reseller-watch-playlist .mb-playlist-video .mb-video-list-pannel .video-list-img {
    height: 60px;
    width: 100px;
  }

  .reseller-watch-playlist .mb-playlist-video .mb-video-list-pannel .video-description {
    font-weight: bold;
    color: #838383;
  }

  .reseller-watch-playlist .mb-channel-details hr {
    height: 1px !important;
    border-top: 1px solid #BABABA !important;
  }

  .reseller-watch-playlist .mb-channel-details .channel-description {
    color: #727272;
  }

  .reseller-watch-playlist .mb-channel-details .channel-description p {
    margin: 10px 10px 30px 10px;
  }

  .reseller-watch-playlist .mb-channel-details .channel-contact-details {
    margin: 10px 16px 0;
  }

  .reseller-watch-playlist .mb-channel-details .channel-contact-details .media-body .channel-name {
    font-weight: bold;
  }

  .reseller-watch-playlist .mb-channel-details .channel-contact-details .media-body p {
    margin: 0px 0px 3px !important;
    font-size: 14px;
  }

  .reseller-watch-playlist .mb-channel-details .channel-contact-details .contact-details-logo {
    height: 100px;
    width: 100px;
  }

  .reseller-watch-playlist .mb-channel-details .channel-contact-details .channel-contact-number-detail {
    color: #4A9AD0;
    font-size: 14px;
    font-weight: bold;
  }

  .reseller-watch-playlist .mb-channel-details .channel-contact-details .channel-url-detail {
    color: #4A9AD0;
    font-size: 14px;
    font-weight: bold;
  }

  .reseller-watch-playlist .mb-channel-details .channel-email-btn button {
    background-color: #005687;
    width: 80%;
  }

  .reseller-watch-playlist .mb-channel-details .channel-email-btn button a {
    color: #FFFFFF;
    text-decoration: none;
  }

  .reseller-watch-playlist .mb-channel-details .channel-email-btn button a:hover {
    text-decoration: none;
  }
}

body {
  font-family: Verdana, Arial, Helvetiva, sans-serif !important;
}

#closeModal {
  position: absolute;
  top: 4px;
  right: 6px;
  font-size: xx-large;
  color: black !important;
}

.media-left a img {
  width: 160px;
  height: 80px;
}

.media-body p {
  margin: 0px;
}

.media-body>time {
  color: #ccc;
  font-size: 11px;
}

.cadhub-navbar {
  position: fixed;
  z-index: 1000;
  width: 100%;
  padding: 0 15px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00609A;
}

.cadhub-navbar ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cadhub-navbar ul li {
  color: #B2CFE1;
  cursor: pointer;
  font-size: 12px;
  margin: 0 10px;
}

.cadhub-navbar ul li:hover {
  color: #ffffff;
}

.cadhub-navbar ul li.active {
  font-weight: bold;
  color: #ffffff;
}

.cadhub-navbar ul .sec-nav-divider {
  color: #FFF;
  opacity: 0.5;
  margin-bottom: 2px;
}

@media (max-width: 767px) {
  .cadhub-navbar {
    position: absolute;
    top: auto;
  }
}

.left-padding-25 {
  padding-left: 25px;
}

.spacer-left-10 {
  margin-left: 10px;
}

.spacer-10 {
  margin: 10px;
}

.spacer-15 {
  margin: 15px;
}

.spacer-20 {
  margin: 20px;
}

.spacer-25 {
  margin: 25px;
}

.spacer-30 {
  margin: 30px;
}

.spacer-35 {
  margin: 35px;
}

.padding-md {
  padding: 20px !important;
}

.padding-md-exclude-top {
  padding-right: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 20px !important;
}

.not-allowed,
.reseller-manage-playlist .video-list-table tbody tr:first-child .glyphicon-chevron-up,
.reseller-manage-playlist .video-list-table tbody tr:last-child .glyphicon-chevron-down {
  cursor: not-allowed !important;
}

.no-padding {
  padding: 0 !important;
}

.div-center {
  margin: auto !important;
}

.middle-align {
  vertical-align: middle !important;
}

.no-border {
  border: 0 none !important;
}

.font-weight-bold,
.reseller-watch-playlist .video-list-area .video-list-panel-heading p,
.reseller-watch-playlist .video-list-pannel .video-description {
  font-weight: bold !important;
}

.left-right-no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.top-bottom-no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.asterisk-red {
  color: #da291c;
  font-weight: bold;
  font-size: 20px;
  top: -0.1em !important;
}

.top-margin-10 {
  margin-top: 10px;
}

.one-line-ellipsis,
.two-line-ellipsis,
.three-line-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.two-line-ellipsis {
  -webkit-line-clamp: 2;
}

.three-line-ellipsis {
  -webkit-line-clamp: 3;
}

.ellipsis-2-line {
  padding: 2px 7px;
  position: relative;
  height: 3em;
  overflow: hidden;
}

.ellipsis-2-line:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35%;
  height: 1.2em;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(#fff));
  background: -webkit-linear-gradient(left, rgba(255,255,255,0), #fff 50%);
  background: -o-linear-gradient(left, rgba(255,255,255,0), #fff 50%);
  background: linear-gradient(to right, rgba(255,255,255,0), #fff 50%);
}

.ellipsis-3-line {
  padding: 2px 7px;
  position: relative;
  height: 4.6em;
  overflow: hidden;
}

.ellipsis-3-line:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35%;
  height: 1.5em;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(#fff));
  background: -webkit-linear-gradient(left, rgba(255,255,255,0), #fff 50%);
  background: -o-linear-gradient(left, rgba(255,255,255,0), #fff 50%);
  background: linear-gradient(to right, rgba(255,255,255,0), #fff 50%);
}

.img-svg-medium,
.img-svg-large {
  width: 17px;
  margin-right: 5px;
  margin-left: 5px;
}

.img-svg-large {
  width: 20px;
}

.round-loader,
.round-loader-100px {
  border: 2px solid #f3f3f3;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-top: 4px solid #0275d8;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 1s linear infinite;
  -o-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
  vertical-align: middle;
  margin: auto auto;
}

.round-loader-100px {
  width: 100px;
  height: 100px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.switch {
  display: inline-block;
  height: 12px;
  margin: 0 10px;
  position: relative;
  width: 38px;
}

.switch input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.slider:before {
  background-color: black;
  bottom: -2px;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 17px;
}

input:checked+.slider {
  background-color: #2196F3;
}

input:focus+.slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  -o-transform: translateX(26px);
  transform: translateX(26px);
}

.slider.round {
  -webkit-border-radius: 34px;
  border-radius: 34px;
}

.slider.round:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.btn-white-hover-blue {
  background-color: transparent;
  border: 1px solid #00609A;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #00609A;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.btn-white-hover-blue:hover {
  background-color: #00609A;
  color: white;
}

.btn-white-hover-blue:disabled {
  background-color: #cccccc;
  color: white;
}

footer {
  display: flex !important;
}

.pad-top-45 {
  padding-top: 45px !important;
}

#error-default h3 {
  color: #878787;
  font-weight: bold !important;
}

#error-default .error-overview {
  padding: 5px 40px;
}

#error-default .alert-danger {
  background-color: #f2dede !important;
  border-color: #ebccd1 !important;
  margin: 15px 0;
  padding: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#error-default .alert-danger .alert-text {
  font-weight: bold;
  vertical-align: top !important;
}

#error-default .error-head {
  float: left;
  font-weight: bold;
  width: 100%;
  margin: 15px 0;
}

#error-default .error-list {
  float: left;
  margin: 0 15px;
}

#error-default .error-list ul {
  margin: 0 !important;
  padding: 0px;
}

#error-default .error-list ul li {
  list-style: initial;
}

#error-default .error-list ul li a {
  color: #3A6E80;
  vertical-align: top !important;
  font-weight: bold;
}

#error-default .error-list ul li a:hover {
  color: #3A6E00;
}

.files-dropbox__container {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: dotted 2px #0d8bb4;
  cursor: pointer;
}

.no-result {
  margin-top: 20px;
}

#notification-bar .modal-body .alert {
  margin-bottom: 0px;
}

#notification-bar .modal-body .alert-msg {
  font-weight: bold;
}

#notification-bar .modal-body .custom-glyphicon-remove-circle {
  text-decoration: none;
  outline: none;
}

.modal-header {
  background-color: #ccc;
}

.are-you-sure__footer {
  padding: 20px;
}

.are-you-sure__body {
  font-size: 18px;
  font-family: "3DSRegular";
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: center;
  font-weight: normal;
}

.are-you-sure__button {
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 10px;
  font-weight: normal;
  font-family: "3DSRegular";
}

@media (min-width: 500px) {
  .are-you-sure__button {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.are-you-sure__icon-close {
  width: 14px;
  height: 14px;
  margin-top: 4px;
  display: inline-block;
  float: right;
  cursor: pointer;
}

.modal-are-you-sure {
  width: 300px;
}

@media (min-width: 500px) {
  .modal-are-you-sure {
    width: 464px;
  }
}

@media (min-width: 768px) {
  .modal-are-you-sure {
    width: 740px;
  }
}

.ui-multi-select .ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  background: #409BE2;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  color: white;
  padding: 5px 8px;
}

.ui-multi-select .ui-select-multiple.ui-select-bootstrap {
  padding: 15px;
}

.ui-multi-select .close {
  color: #FFF;
  opacity: 1;
  margin-left: 2px;
}

.ui-multi-select .ui-select-search {
  width: 100%;
}

fullscreen-viewer {
  width: 90vw;
  height: 90vh;
  display: block;
}

.modal-fullscreen {
  width: 90%;
  height: 90%;
  padding: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  padding: 4px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.fullscreen-viewer__close {
  width: 35px;
  height: 35px;
  position: absolute;
  top: -29px;
  right: -40px;
  cursor: pointer;
  z-index: 100;
}

.fullscreen-viewer__close svg g {
  fill: rgba(255,255,255,0.5) !important;
}

.fullscreen-viewer__close svg:hover g {
  fill: black !important;
}

.fullscreen-viewer__close svg:hover g g g use {
  fill-opacity: 1;
}

.fullscreen-asset-info__viewer {
  height: 100%;
  background-color: transparent;
}

.fullscreen-asset-info__viewer .asset-info__viewport {
  height: 100% !important;
  border-bottom: none;
  background-color: transparent !important;
}

.fullscreen-asset-info__viewer .asset-info__image-viewer {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.fullscreen-asset-info__viewer .image-viewer__image-wrapper {
  width: -webkit-calc(100vw - 110px);
  width: calc(100vw - 110px);
}

.fullscreen-asset-info__viewer .image-viewer__image-wrapper .image-viewer__image {
  max-width: 100%;
}

.fullscreen-asset-info__viewer .asset-info__file-list {
  position: absolute;
  bottom: 8px;
  background-color: transparent;
  border-bottom: none;
  height: 68px;
}

.fullscreen-asset-info__viewer .asset-info__file-list .asset-info__file-snippet {
  margin: 0 5px;
}

.fullscreen-asset-info__viewer .ks-swiper-container .swiper-container .asset-info__file-list {
  width: 100%;
}

.fullscreen-asset-info__viewer .ks-swiper-container .swiper-container .swiper-slide {
  width: 106px;
}

.fullscreen-asset-info__viewer .asset-info__icon-arrow {
  width: 30px;
  height: 55px;
  cursor: pointer;
  z-index: 100;
}

.fullscreen-asset-info__viewer .asset-info__icon-arrow svg g {
  fill: rgba(255,255,255,0.5) !important;
}

.fullscreen-asset-info__viewer .asset-info__icon-arrow svg:hover g {
  fill: white !important;
}

.fullscreen-asset-info__viewer .asset-info__icon-arrow svg:hover g g g use {
  fill-opacity: 1;
}

.fullscreen-asset-info__viewer .asset-info__icon-arrow-next {
  right: 30px;
}

@media (max-width: 500px) {
  .fullscreen-asset-info__viewer .asset-info__icon-arrow-next {
    display: none !important;
  }
}

.fullscreen-asset-info__viewer .asset-info__icon-arrow-previous {
  left: 30px;
}

@media (max-width: 500px) {
  .fullscreen-asset-info__viewer .asset-info__icon-arrow-previous {
    display: none !important;
  }
}

.fullscreen-asset-info__viewer .asset-info__icon-arrow-previous svg {
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.fullscreen-asset-info__viewer .asset-info_right-arrow {
  -webkit-transform: scaleY(1.5);
  -ms-transform: scaleY(1.5);
  -o-transform: scaleY(1.5);
  transform: scaleY(1.5);
  float: right;
  position: absolute;
  top: 43%;
  right: 20px;
  font-size: 62px;
  cursor: pointer;
  color: #9c9c9c;
}

.fullscreen-asset-info__viewer .asset-info_left-arrow {
  -webkit-transform: scaleY(1.5);
  -ms-transform: scaleY(1.5);
  -o-transform: scaleY(1.5);
  transform: scaleY(1.5);
  float: left;
  position: absolute;
  top: 43%;
  left: 20px;
  font-size: 62px;
  cursor: pointer;
  color: #9c9c9c;
}

.laDoc {
  list-style: none;
  padding-left: 15px;
}

.laDoc li {
  padding: 5px 0;
}

.la-modal .modal-body {
  max-height: 60vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

.la-modal .modal-footer {
  text-align: left;
}

.modal-header {
  background-color: #CCC !important;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  font-family: "3DSRegular";
}

.modal-title {
  font-size: 18px;
  color: #000;
  margin: 0;
  font-family: "3DSRegular";
}

.modal-header__close {
  margin-top: 0 !important;
  background-color: transparent !important;
  background-image: url("/r3/img/cadhub/icons/cross-black.svg") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 20px;
  height: 20px;
  top: 11px;
  right: 11px;
  position: absolute;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.login-modal__authenticates {
  margin: 0 auto;
  padding: 10px 0;
  font-family: "3DSRegular";
}

.login-modal__auth-button {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.login-modal__icon {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  width: 26px;
  background: no-repeat center center;
}

.login-modal__auth-button:last-child {
  margin-bottom: 0;
}

.login-modal__agreement {
  text-align: center;
  padding: 0 20px 30px 20px;
  line-height: 1.14;
}

.login-modal__agreement-wrap {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}

.login-modal__agreement-wrap--active {
  height: 75px;
  -webkit-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}

.login-modal__footer {
  height: 56px;
  text-align: center;
  color: white;
  font-size: 18px;
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-weight: bold;
  background-color: #6B727D;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}

.login-modal__footer:focus,
.login-modal__footer:hover {
  background-color: #818996;
}

.login-modal__icon--email {
  background-image: url("/r3/img/cadhub/icons/email.svg");
}

.login-modal__icon--ds {
  background-image: url("/r3/img/cadhub/icons/ds.svg");
}

.login-modal__icon--google {
  background-image: url("/r3/img/cadhub/icons/google.svg");
}

.login-modal__icon--facebook {
  background-image: url("/r3/img/cadhub/icons/facebook.svg");
  padding: 0 8px;
}

.login-modal__email-form {
  height: 0;
  overflow: hidden;
}

.login-modal__email-form--active {
  margin-bottom: -4px;
  height: 143px;
  -webkit-transition: height 0.2s;
  -o-transition: height 0.2s;
  transition: height 0.2s;
}

.login-modal__email-form-field {
  margin-bottom: 10px;
}

.login-modal__email-form-field:last-child {
  margin-bottom: 0;
}

.login-modal__email-form-field:first-child {
  padding-top: 15px;
}

.login-modal__email-form-label {
  font-weight: normal;
}

.login-modal__error {
  background: #e13a3a;
  color: white;
  padding: 14px 20px;
}

.login-modal--on-top .modal-dialog {
  margin-top: inherit !important;
}

@media (max-width: 991px) {
  .login-modal .modal-dialog {
    margin-top: inherit;
  }
}

.login-form {
  padding: 0;
}

.login-form * {
  font-family: "3DSRegular";
}

.login-form .second-line-text {
  color: #9E9E9E;
}

.login-form ul {
  list-style: decimal;
  padding-left: 25px;
}

.login-form ul li {
  padding: 5px 0;
}

.login-form ul li p {
  margin: 0;
}

@media (max-width: 767px) {
  .login-form ul li br {
    display: none;
  }
}

.login-form .btn {
  padding: 10px 20px;
  font-family: "3DSRegular";
  margin-bottom: 10px;
}

.login-form .login-btn-group .btn {
  padding: 6px 12px;
}

#need-upgrade .modal-header {
  background-color: #f5f5f5 !important;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  font-family: "3DSRegular";
  text-align: center;
  padding: 20px;
}

#need-upgrade .modal-title {
  font-size: 18px;
  color: #000;
  margin: 0;
  font-family: "3DSRegular";
}

#need-upgrade .modal-body {
  position: relative;
  max-height: 400px;
  padding: 25px 25px 0px 25px;
  overflow-y: auto;
}

#need-upgrade .modal-footer {
  background-color: #f5f5f5 !important;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  font-family: "3DSRegular";
  padding: 35px 15px 15px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}

#need-upgrade .modal-header__close {
  margin-top: 0 !important;
  background-color: transparent !important;
  background-image: url("/r3/img/cadhub/icons/cross-black.svg") !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width: 20px;
  height: 20px;
  top: 11px;
  right: 11px;
  position: absolute;
  opacity: 0.5;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#need-upgrade .reseller-info {
  font-family: "3DSRegular", Verdana, Arial, Helvetiva, sans-serif;
}

#need-upgrade .btn {
  padding: 4px 16px;
  font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}

#need-upgrade .btn.btn-link,
#need-upgrade .btn.btn-link-red {
  padding: 0;
}

#need-upgrade p {
  text-align: center;
  font: 14px Verdana, Arial, Helvetiva, sans-serif;
}

@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.search-filters-section-wrapper {
  font-family: "3DSRegular";
  padding: 1px 15px;
}

.search-filters-section-wrapper .icon {
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

.search-filters-section-wrapper .spinner {
  height: 25px;
  width: 25px;
  -webkit-animation-name: spinner;
  -o-animation-name: spinner;
  animation-name: spinner;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

.search-filters-section-wrapper .spinner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1920px) {
  .search-filters-section-wrapper {
    border-left: 1px solid #DDDDDD;
  }
}

.search-filters-section-wrapper .filters-section-header h3 {
  margin-top: 14px;
}

.search-filters-section-wrapper .filters-section-header .filters-btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search-filters-section-wrapper .filters-section-header .filters-btn-group .btn-link,
.search-filters-section-wrapper .filters-section-header .filters-btn-group .btn-link-red {
  padding: 0;
}

.search-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  margin: 10px 0;
}

.search-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-header .filter-section-toggle-icon {
  cursor: pointer;
}

.search-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body {
  padding-bottom: 10px;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.search-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list {
  list-style: none;
  padding: 0 10px;
}

.search-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list .selected {
  color: #005686;
  font-weight: bold;
}

.search-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list .filter-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 2px;
}

.search-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list .filter-item .selected {
  background-color: #005686;
  background: url("/r3/img/cadhub/icons/check-dark.svg") left 2px no-repeat;
  padding: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  height: 13px;
  opacity: 1;
  background-size: 13px;
}

.search-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list .filter-item .item-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-bottom: 5px;
  margin-left: 8px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.search-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list .filter-item .item-value {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  color: #005686;
}

.search-catalog-section {
  padding: 10px;
}

.search-catalog-section .placeholder {
  position: relative;
}

.search-catalog-section .placeholder:before {
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  -webkit-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  -o-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #eee-webkit-gradient(linear, left top, right top, from(#eee), color-stop(18%, #e3e3e3), to(#eee));
  background: #eee -webkit-linear-gradient(left, #eee 8%, #e3e3e3 18%, #eee 33%);
  background: #eee -o-linear-gradient(left, #eee 8%, #e3e3e3 18%, #eee 33%);
  background: #eee linear-gradient(to right, #eee 8%, #e3e3e3 18%, #eee 33%);
  background-repeat: no-repeat;
  background-size: 800px 204px;
  z-index: 99;
}

.search-catalog-section .placeholder-hidden {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.search-catalog-section .section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}

.search-catalog-section .section-header p {
  margin: 0;
}

.search-catalog-section .section-header label {
  margin: 0;
  vertical-align: middle;
  font-weight: normal;
}

.search-catalog-section .section-header select {
  padding: 2px;
  height: auto;
}

.search-catalog-section .section-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.search-catalog-section .section-body a {
  text-decoration: none;
}

.search-catalog-section .section-body .card-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0;
  flex-shrink: 0;
  -webkit-flex-basis: 15.6666666667%;
  -ms-flex: 0 1 15.6666666667%;
  flex-basis: 15.6666666667%;
  margin-bottom: 15px;
  margin-left: 10px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 980px), (max-width: 1024px), (max-width: 1280px) {
  .search-catalog-section .section-body .card-wrapper {
    margin-left: 4px !important;
  }
}

.search-catalog-section .section-body .card-wrapper:after {
  content: "";
  display: block;
}

.search-catalog-section .section-body .card-wrapper .video-category-card {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  color: #555555;
  cursor: pointer;
  height: 93%;
  margin: 10px;
}

.search-catalog-section .section-body .card-wrapper .video-category-card .category-title {
  font-family: "3DSRegular";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  color: white;
  text-shadow: 0 0 10px #000;
  padding: 10px;
}

@media (max-width: 1700px) {
  .search-catalog-section .section-body .card-wrapper .video-category-card .category-title h3 {
    font-size: 22px;
  }
}

@media (max-width: 1500px) {
  .search-catalog-section .section-body .card-wrapper .video-category-card .category-title h3 {
    font-size: 20px;
  }
}

@media (max-width: 1400px) {
  .search-catalog-section .section-body .card-wrapper .video-category-card .category-title h3 {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .search-catalog-section .section-body .card-wrapper .video-category-card .category-title h3 {
    font-size: 24px;
  }
}

.search-catalog-section .section-body .card-wrapper .video-category-card .tile-thumbnail {
  background: #FFFFFF;
  position: relative;
}

.search-catalog-section .section-body .card-wrapper .video-category-card .tile-thumbnail .category-cover {
  background: #FFFFFF;
  padding: 6px;
  height: 135px;
  width: 100%;
}

.search-catalog-section .section-body .card-wrapper .video-category-card .tile-name,
.search-catalog-section .section-body .card-wrapper .video-category-card .tile-description {
  font-family: "3DSRegular";
  background: #FFFFFF;
}

.search-catalog-section .section-body .card-wrapper .video-category-card .tile-name a,
.search-catalog-section .section-body .card-wrapper .video-category-card .tile-description a {
  color: #337ab7;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

.search-catalog-section .section-body .card-wrapper .video-category-card .tile-description a {
  color: #555555;
  font-weight: normal;
}

.search-catalog-section .section-body .card-wrapper .video-category-card .tile-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  padding: 5px 10px 0 10px;
}

.search-catalog-section .section-body .card-wrapper .video-category-card .tile-footer p {
  margin: 0 0 5px;
}

.search-catalog-section .section-body .card-wrapper .video-category-card .tile-footer .detail {
  float: left;
  width: 85%;
}

.search-catalog-section .section-body .card-wrapper .video-category-card .tile-footer .detail .item-title {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}

.search-catalog-section .section-body .card-wrapper .video-category-card .tile-footer .detail .duration i {
  font-size: 14px;
  margin-left: 3px;
}

.search-catalog-section .section-body .card-wrapper .video-category-card .tile-footer .detail .playlist-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.search-catalog-section .section-body .card-wrapper .video-category-card .tile-footer .detail .playlist-count svg {
  fill: #B4B6BA;
  margin-right: 1px;
  width: 16px;
}

.search-catalog-section .section-body .card-wrapper .video-category-card .tile-footer .plus-sign {
  width: 15%;
  margin-top: 8px;
}

.search-catalog-section .section-body .card-wrapper .video-category-card .cc-reseller-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.search-catalog-section .section-body .card-wrapper .playlist-category-card {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  color: #555555;
  cursor: pointer;
  margin: 10px;
}

.search-catalog-section .section-body .card-wrapper .playlist-category-card .category-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  color: white;
  text-shadow: 0 0 10px #000;
  padding: 10px;
}

@media (max-width: 1700px) {
  .search-catalog-section .section-body .card-wrapper .playlist-category-card .category-title h3 {
    font-size: 22px;
  }
}

@media (max-width: 1500px) {
  .search-catalog-section .section-body .card-wrapper .playlist-category-card .category-title h3 {
    font-size: 20px;
  }
}

@media (max-width: 1400px) {
  .search-catalog-section .section-body .card-wrapper .playlist-category-card .category-title h3 {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .search-catalog-section .section-body .card-wrapper .playlist-category-card .category-title h3 {
    font-size: 24px;
  }
}

.search-catalog-section .section-body .card-wrapper .playlist-category-card .tile-thumbnail {
  background: #FFFFFF;
  position: relative;
}

.search-catalog-section .section-body .card-wrapper .playlist-category-card .tile-thumbnail .center-icon-img {
  position: absolute;
  display: block;
  background: url("/r3/img/MyReseller/blue-playlist-icon.png");
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: 50px 50px;
  background-repeat: no-repeat;
}

.search-catalog-section .section-body .card-wrapper .playlist-category-card .tile-thumbnail .category-cover {
  background: #FFFFFF;
  padding: 6px;
  height: 135px;
  width: 100%;
}

.search-catalog-section .section-body .card-wrapper .playlist-category-card .playlist-name {
  font-family: "3DSRegular";
  font-weight: bold;
  background: #FFFFFF;
  font-size: 13px;
  color: #337ab7;
}

.search-catalog-section .section-body .card-wrapper .playlist-category-card .playlist-description {
  font-family: "3DSRegular";
  background: #FFFFFF;
  font-size: 13px;
}

.search-catalog-section .section-body .card-wrapper .playlist-category-card .tile-footer {
  font-size: 11px;
  padding: 5px;
}

.search-catalog-section .section-body .card-wrapper .playlist-category-card .tile-footer .title {
  font-size: 11px;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding-bottom: 5px;
  margin: 0px;
}

.search-catalog-section .section-body .card-wrapper .playlist-category-card .tile-footer .title i {
  float: right;
  font-size: 14px;
}

.search-catalog-section .section-body .card-wrapper .playlist-category-card .tile-footer .type {
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}

@media (max-width: 1540px) {
  .search-catalog-section .section-body .card-wrapper {
    -webkit-flex-basis: 19%;
    -ms-flex: 0 1 19%;
    flex-basis: 19%;
  }
}

@media (max-width: 1280px) {
  .search-catalog-section .section-body .card-wrapper {
    -webkit-flex-basis: 23%;
    -ms-flex: 0 1 23%;
    flex-basis: 23%;
  }
}

@media (max-width: 1024px) {
  .search-catalog-section .section-body .card-wrapper {
    -webkit-flex-basis: 32.3333333333%;
    -ms-flex: 0 1 32.3333333333%;
    flex-basis: 32.3333333333%;
  }
}

@media (max-width: 980px) {
  .search-catalog-section .section-body .card-wrapper {
    -webkit-flex-basis: 48%;
    -ms-flex: 0 1 48%;
    flex-basis: 48%;
  }
}

@media (max-width: 500px) {
  .search-catalog-section .section-body .card-wrapper {
    -webkit-flex-basis: 100%;
    -ms-flex: 0 1 100%;
    flex-basis: 100%;
  }
}

.search-catalog-section .section-footer {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.search-catalog-section .section-footer button {
  padding: 10px 20px;
  font-family: "3DSRegular";
  font-size: 19px;
  color: white;
}

.reseller-search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 35px;
}

.reseller-search .no-result {
  margin-top: 20px;
}

.reseller-search .small-text {
  font-size: 11px;
  color: #333;
}

.reseller-search .suggestions {
  margin-left: 30px;
}

.reseller-search .filters-section {
  position: fixed;
  width: 280px;
  overflow-x: hidden;
  overflow-y: auto;
}

.reseller-search .filters-section.hide-filters-panel {
  width: 60px;
}

.reseller-search .filters-section .show-filters-btn {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  margin: 20px -1px 20px 15px;
  border: 1px solid #DDDDDD;
}

.reseller-search .filters-section .show-filters-btn .btn-icon {
  margin-bottom: 6px;
}

.reseller-search .filters-section .show-filters-btn .btn-text {
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 17px;
  width: 100%;
  -ms-writing-mode: tb-lr;
}

.reseller-search .explore-section {
  margin-left: 280px;
  border-left: 1px solid #DDDDDD;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (min-width: 1920px) {
  .reseller-search .explore-section {
    border-right: 1px solid #DDDDDD;
  }
}

.reseller-search .explore-section.hide-filters-panel {
  margin-left: 60px;
}

.reseller-search .explore-section .top-breadcrumb {
  border-bottom: 1px solid #DDDDDD;
  padding: 0 15px;
}

.reseller-search .explore-section .explore-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #F5F5F5;
}

@media (max-width: 700px) {
  .reseller-search .explore-section .explore-wrapper {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}

.search__sortings-name {
  display: inline-block;
  cursor: pointer;
}

.search__sortings-dropdown {
  background: #fff;
  width: 200px;
  right: -20px;
  top: 25px;
}

.search__sortings-dropdown:before {
  position: absolute;
  top: -8px;
  right: 37px;
  display: inline-block;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
  content: '';
}

.search__sortings-dropdown-item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.search__sortings-dropdown-item-selected .search__sortings-dropdown-item-checked {
  opacity: 1;
}

.search__sortings-dropdown-item-checked {
  opacity: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 11px;
  height: 11px;
  margin-left: 8px;
  display: inline-block;
  background: url("/r3/img/cadhub/icons/check-dark.svg") no-repeat left 2px;
  background-size: 10px;
}

.search__sortings-dropdown-item-selected .search__sortings-dropdown-item-name {
  font-weight: bold;
}

.search__sortings-dropdown-item-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 2px;
}

.search__sortings-dropdown-item:hover {
  background: rgba(48,116,177,0.2);
  cursor: pointer;
}

#sns-popover {
  position: relative;
}

#sns-popover .sns-mobile-btn {
  border: none;
  background: none;
  color: #b2bdc1;
  font-size: 28px;
  outline: none;
}

#sns-popover .popover-wrapper {
  position: absolute;
  top: 4px;
  border: 1px solid #b2bdc1;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  left: -110px;
  z-index: 1029;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
  width: 105px;
}

#sns-popover .popover-wrapper .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 11px;
  content: "";
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #b2bdc1;
  border-right-width: 0;
}

#sns-popover .popover-wrapper .popover-content {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sns-btn-group {
  vertical-align: middle;
  line-height: 1;
  display: inline-block;
  float: right;
}

.sns-btn-group .sns-icon {
  border: 0;
  padding: 0 2px;
  outline: none;
  font-size: 28px;
  color: #b2bdc1;
  text-decoration: none;
  background-color: transparent;
}

#student-access-register-form {
  margin: 20px 0;
}

#student-access-register-form h3 {
  font: 22px "3DSSemiBold";
  margin-top: 0;
}

#student-access-register-form .student-account-info {
  border: 1px solid darkgray;
  padding: 20px 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#student-access-register-form .student-account-info .incorrect-serial-num {
  color: #da291c;
  border-color: #DA291C;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(218,28,28,0.32);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(218,28,28,0.32);
}

#student-access-register-form .student-account-info #change-student-serial-num-btn {
  font-size: 12px;
  padding: 4px 8px;
  outline: none;
  vertical-align: baseline;
}

#student-access-register-form .modal-dialog {
  margin: 15% auto;
}

#student-access-register-form .student-serial-num-popover {
  color: #005686;
  cursor: pointer;
}

#student-access-register-form .fa-question-circle {
  font-size: 18px;
}

.tcfcDoc {
  padding-left: 25px;
}

.tcfcDoc li {
  padding: 5px 0;
}

.tcfc-modal .modal-body {
  max-height: 60vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

.tcfc-modal .modal-footer {
  text-align: left;
}

#solidpractices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

#solidpractices .sp-top-banner {
  background-image: url("/r3/img/support/solidPractices_bg-24af60.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 5%;
}

#solidpractices .sp-top-banner .top-banner-wrapper {
  font-family: "3DSSemiBold";
  color: white;
}

#solidpractices .sp-top-banner .top-banner-wrapper p {
  font-family: "3DSLight";
  font-size: 16px;
}

#solidpractices .sp-lower-section {
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 5%;
}

#solidpractices .sp-lower-section .sp-docs-section {
  max-width: 1024px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#solidpractices .sp-lower-section .sp-docs-section .sp-survey-msg {
  margin: 15px;
  margin-left: 0;
}

#solidpractices .sp-lower-section .sp-docs-section .sp-doc {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  #solidpractices .sp-lower-section .sp-docs-section .sp-doc {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

#solidpractices .sp-lower-section .sp-docs-section .sp-doc:last-child {
  border: none;
  margin: 0;
}

#solidpractices .sp-lower-section .sp-docs-section .sp-doc .sp-img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 12%;
  flex: 0 0 12%;
  padding: 2%;
  background-color: #dddddd;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#solidpractices .sp-lower-section .sp-docs-section .sp-doc .sp-img-wrapper img {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  #solidpractices .sp-lower-section .sp-docs-section .sp-doc .sp-img-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

#solidpractices .sp-lower-section .sp-docs-section .sp-doc .sp-doc-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

#solidpractices .sp-lower-section .sp-docs-section .sp-doc .sp-doc-content .sp-category {
  font-family: "3DSSemiBold";
  color: #a9a9a9;
  font-size: 16px;
  text-align: left;
}

#solidpractices .sp-lower-section .sp-docs-section .sp-doc .sp-doc-content .sp-doc-title {
  font-family: "3DSRegular";
  color: #005686;
  font-size: 16px;
  text-align: left;
  margin: 5px 0;
}

#solidpractices .sp-lower-section .sp-docs-section .sp-doc .sp-doc-content .sp-doc-description {
  font-family: "3DSLight";
  font-size: 14px;
  text-align: left;
}

#solidpractices .sp-lower-section .sp-docs-section .sp-doc .sp-doc-content .sp-doc-date {
  font-size: 12px;
  text-align: left;
  color: #a9a9a9;
}

#student-career {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#student-career .hero-banner {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.15)), color-stop(transparent)), to(url("/r3/img/students/students.png"));
  background: -webkit-linear-gradient(rgba(255,255,255,0.15), transparent), url("/r3/img/students/students.png");
  background: -o-linear-gradient(rgba(255,255,255,0.15), transparent), url("/r3/img/students/students.png");
  background: linear-gradient(rgba(255,255,255,0.15), transparent),url("/r3/img/students/students.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 50vh;
  width: 100vw;
}

@media (max-width: 768px) {
  #student-career .hero-banner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#student-career .hero-banner .banner-content-wrapper {
  padding: 80px;
  width: 100%;
  color: white;
  font-family: "3DSRegular", Verdana, Arial, Helvetiva, sans-serif;
  text-shadow: 0 0 20px #333;
}

#student-career .hero-banner .banner-content-wrapper ul {
  padding: 0;
  list-style: none;
}

#student-career .hero-banner .banner-content-wrapper ul li {
  font-size: 18px;
}

#student-career .hero-banner .banner-content-wrapper ul li .fa-square {
  margin-right: 10px;
  font-size: 12px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  #student-career .hero-banner .banner-content-wrapper {
    padding: 0;
    width: 80%;
  }
}

#student-career .career-container {
  max-width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#student-career .career-container .intro-section {
  background-color: rgba(221,221,221,0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 80px 80px 30px 80px;
  margin-top: -50px;
  color: #333;
  font-family: "3DSRegular", Verdana, Arial, Helvetiva, sans-serif;
  font-size: 16px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

@media (max-width: 768px) {
  #student-career .career-container .intro-section {
    padding: 80px 30px 30px 30px;
  }
}

#student-career .career-container .career-title {
  margin: 50px auto;
}

#student-career .career-container .roadmap-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#student-career .career-container .roadmap-section .panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#student-career .career-container .roadmap-section .panel .panel-heading {
  background-color: #efefef;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0;
}

#student-career .career-container .roadmap-section .panel .panel-heading a {
  text-decoration: none;
}

#student-career .career-container .roadmap-section .panel .panel-body {
  border: none;
  background-color: transparent;
  padding: 30px;
  font-family: "3DSRegular", Verdana, Arial, Helvetiva, sans-serif;
  font-size: 16px;
}

#student-career .career-container .roadmap-section .panel .panel-body ul {
  margin: 0;
}

#student-career .career-container .roadmap-section .panel .panel-body ul li {
  padding: 10px 0;
  font-family: "3DSRegular", Verdana, Arial, Helvetiva, sans-serif;
  font-size: 16px;
}

#student-career .career-container .roadmap-section .roadmap-title-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#student-career .career-container .roadmap-section .roadmap-title-group .title-toggle {
  border-right: 1px solid #ddd;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

#student-career .career-container .roadmap-section .roadmap-title-group .title-toggle .fa-plus {
  display: none;
}

#student-career .career-container .roadmap-section .roadmap-title-group .title-toggle .fa-minus {
  display: inline-block;
}

#student-career .career-container .roadmap-section .roadmap-title-group .title-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#student-career .career-container .roadmap-section .roadmap-title-group .title-icon img {
  height: 100px;
  width: 100px;
}

#student-career .career-container .roadmap-section .roadmap-title-group .title-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  font-family: "3DSRegular", Verdana, Arial, Helvetiva, sans-serif;
  font-size: 20px;
}

#student-career .career-container .roadmap-section .roadmap-title-group:hover .title-toggle {
  background-color: #337ab7;
  color: white;
}

#student-career .career-container .roadmap-section .roadmap-title-group.collapsed .title-toggle .fa-plus {
  display: inline-block;
}

#student-career .career-container .roadmap-section .roadmap-title-group.collapsed .title-toggle .fa-minus {
  display: none;
}

#student-career .career-container .roadmap-sns-section {
  margin: 20px 0;
  border-top: 1px solid #ddd;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#student-career .career-container .roadmap-sns-section .sns-btn-group .sns-icon {
  color: #337ab7;
  padding: 0;
}

@media (max-width: 768px) {
  #student-career .career-container .roadmap-sns-section {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #student-career .career-container .roadmap-sns-section .sns-btn-group {
    padding-top: 10px;
  }
}

#student-career .bottom-banner {
  background-image: url("/r3/img/students/student_baord_banner.png");
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30vh;
  width: 100vw;
  font-family: "3DSRegular", Verdana, Arial, Helvetiva, sans-serif;
  color: white;
  padding: 0;
}

#student-career .bottom-banner h3 {
  max-width: 80%;
}

#support .support-banner {
  background-image: url("/r3/img/support/Support_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding: 4%;
}

#support .support-banner .support-banner-title {
  font-family: "3DSSemiBold";
  color: #ffffff;
  font-size: 46px;
  text-align: center;
  padding: 1% 0 5px;
}

@media (max-width: 980px) {
  #support .support-banner .support-banner-title {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  #support .support-banner .support-banner-title {
    font-size: 28px;
  }
}

#support .support-banner .support-banner-message {
  padding: 0 0 3%;
}

#support .support-banner .support-banner-message p {
  list-style-type: none;
  color: #ffffff;
  font-family: "3DSRegular";
  font-size: 26px;
  text-align: center;
  padding: 0;
  margin: 0;
}

@media (max-width: 980px) {
  #support .support-banner .support-banner-message p {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  #support .support-banner .support-banner-message p {
    display: none;
  }
}

#support .nav-tabs {
  width: 80%;
  max-width: 1440px;
  border-bottom: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#support .nav-tabs .tab-item {
  margin-bottom: 0;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

#support .nav-tabs .tab-item.active {
  background-color: #fff;
}

@media (max-width: 767px) {
  #support .nav-tabs .tab-item {
    width: 50%;
  }
}

#support .nav-tabs .tab-item .tab-name {
  border: none;
  padding: 15px 30px !important;
  font-family: "3DSSemiBold", Verdana, Arial, Helvetiva, sans-serif;
  font-size: 20px;
}

@media (max-width: 767px) {
  #support .nav-tabs .tab-item .tab-name {
    padding: 15px !important;
    font-size: 15px;
    margin: 0;
  }
}

#support .tab-content {
  background-color: white;
  width: 80%;
  max-width: 1440px;
  padding: 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  #support .tab-content {
    padding: 15px;
  }
}

#support .tab-content .section-title {
  font-family: "3DSSemiBold", Verdana, Arial, Helvetiva, sans-serif;
  margin-top: 0;
}

#support .tab-content .support-options-list {
  padding-left: 15px;
  list-style-type: square;
}

#support .support-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

#support .support-content .support-upper-section {
  background-color: #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}

#support .support-content .support-upper-section .support-options {
  max-width: 1440px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
  border-bottom: 1px dotted #999;
}

#support .support-content .support-upper-section .support-options.support-options-bottom {
  border-bottom: 0;
}

@media (max-width: 992px) {
  #support .support-content .support-upper-section .support-options.support-options-bottom .support-options-right {
    border: none;
  }
}

@media (max-width: 992px) {
  #support .support-content .support-upper-section .support-options {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    border-right: none;
    border-bottom: none;
  }
}

@media (max-width: 480px) {
  #support .support-content .support-upper-section .support-options {
    margin: 0 auto;
  }
}

#support .support-content .support-upper-section .support-options .support-options-left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 15px 20px 15px 0;
  border-right: 1px dotted #999;
}

@media (max-width: 992px) {
  #support .support-content .support-upper-section .support-options .support-options-left {
    border-right: none;
    border-bottom: 1px dotted #999;
  }
}

#support .support-content .support-upper-section .support-options .support-options-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 15px 20px 15px 30px;
}

@media (max-width: 480px) {
  #support .support-content .support-upper-section .support-options .support-options-right {
    padding: 5px;
  }
}

@media (max-width: 992px) {
  #support .support-content .support-upper-section .support-options .support-options-right {
    border-bottom: 1px dotted #999;
    padding: 15px 20px 15px 0;
  }
}

#support .support-content .support-upper-section .support-options .support_option-icons {
  border: 2px solid #0086ce;
  float: left;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 10px;
  color: #0086ce;
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#support .support-content .support-upper-section .support-options .support_option-icons .fa {
  color: #337ab7;
}

#support .support-content .support-upper-section .support-options .support-options-title {
  font-family: "3DSSemiBold";
  font-size: 20px;
  color: #005686;
  margin-top: 8px;
}

@media (max-width: 480px) {
  #support .support-content .support-upper-section .support-options .support-options-title {
    font-size: 18px;
  }
}

#support .support-content .support-upper-section .support-options .support-options-title i {
  font-size: 14px;
  margin-left: 5px;
}

#support .support-content .support-upper-section .support-options .support-options-description {
  font-family: "3DSRegular", Verdana, Arial, Helvetiva, sans-serif;
  font-size: 14px;
  color: #333;
  margin-left: 50px;
  min-height: 40px;
}

#support .support-content .support-upper-section .support-options .support-options-description .support-options-link {
  margin: 10px 0;
}

#support .support-content .support-upper-section .solid-practices-banner {
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 1440px;
  width: 80%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 30px;
  padding: 30px;
}

#support .support-content .support-upper-section .solid-practices-banner .img-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#support .support-content .support-upper-section .solid-practices-banner .img-wrapper a {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #0999cd;
  padding: 20px 18px 20px 24px;
}

#support .support-content .support-upper-section .solid-practices-banner .img-wrapper a img {
  width: 64px;
  height: 64px;
}

#support .support-content .support-upper-section .solid-practices-banner .content-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 15px;
}

#support .support-content .support-upper-section .solid-practices-banner .content-wrapper .content-title {
  font-family: "3DSSemiBold";
  margin-top: 0;
}

#support .support-content .support-upper-section .solid-practices-banner .content-wrapper p {
  font-family: "3DSRegular";
}

#support .support-content .support-upper-section .solid-practices-banner .content-wrapper .btn-blue {
  padding: 8px 24px;
  font-family: "3DSRegular";
}

#support .support-content .support-lower-section {
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}

#support .support-content .support-lower-section .support-news {
  background-color: #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 80%;
  max-width: 1440px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-top: 4px solid #da291c;
  padding: 30px;
}

@media (max-width: 978px) {
  #support .support-content .support-lower-section .support-news {
    padding: 25px 30px;
  }
}

#support .support-content .support-lower-section .support-news .support-news-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

#support .support-content .support-lower-section .support-news .support-news-wrapper .support-news-item {
  margin: 5px 0;
}

#support .support-content .support-lower-section .support-news .support-news-banner-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (max-width: 1008px) {
  #support .support-content .support-lower-section .support-news .support-news-banner-image {
    display: none;
  }
}

#support .support-content .support-lower-section .support-news .support-news-banner-image .img-support-news {
  width: 324px;
  height: 210px;
  margin-top: 20px;
}

@media (max-width: 1204px) {
  #support .support-content .support-lower-section .support-news .support-news-banner-image .img-support-news {
    width: 287px;
    height: 186px;
  }
}

@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.video-filters-section-wrapper {
  font-family: "3DSRegular";
  padding: 1px 15px;
}

.video-filters-section-wrapper .icon {
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

.video-filters-section-wrapper .spinner {
  height: 25px;
  width: 25px;
  -webkit-animation-name: spinner;
  -o-animation-name: spinner;
  animation-name: spinner;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

.video-filters-section-wrapper .spinner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1920px) {
  .video-filters-section-wrapper {
    border-left: 1px solid #DDDDDD;
  }
}

.video-filters-section-wrapper .filters-section-header h3 {
  margin-top: 14px;
}

.video-filters-section-wrapper .filters-section-header .filters-btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.video-filters-section-wrapper .filters-section-header .filters-btn-group .btn-link,
.video-filters-section-wrapper .filters-section-header .filters-btn-group .btn-link-red {
  padding: 0;
}

.video-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  margin: 10px 0;
}

.video-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-header .filter-section-toggle-icon {
  cursor: pointer;
}

.video-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body {
  padding-bottom: 10px;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.video-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list {
  list-style: none;
  padding: 0 10px;
}

.video-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list .selected {
  color: #005686;
  font-weight: bold;
}

.video-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list .filter-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  margin-bottom: 2px;
}

.video-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list .filter-item .selected {
  background-color: #005686;
  background: url("/r3/img/cadhub/icons/check-dark.svg") left 2px no-repeat;
  padding: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  height: 13px;
  opacity: 1;
  background-size: 13px;
}

.video-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list .filter-item .item-name {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-bottom: 5px;
  margin-left: 8px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.video-filters-section-wrapper .filters-section-body .filter-panel .filter-panel-body .filter-list .filter-item .item-value {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  color: #005686;
}

.ast-upload-title {
  font-family: "3DSRegular" !important;
  font-size: 18px !important;
  color: #000000 !important;
  margin-top: 0;
  font-weight: bold;
}

.ast-title {
  font-family: "3DSRegular" !important;
  font-size: 18px !important;
  color: #000000 !important;
  margin-top: 18px;
  font-weight: bold;
  padding: 0px 20px;
}

.ast-upload-class {
  font-family: "3DSRegular" !important;
  font-size: 15px !important;
  color: #000000 !important;
  margin-top: 0;
  font-weight: bold;
}

.ast-upload-file {
  font-family: "3DSRegular";
  font-size: 14px !important;
  font-weight: bold;
}

.set-top-title {
  margin-bottom: 30px;
}

#post-loading,
#user-init #pre-loading,
#pre-loading {
  color: white;
  background-color: #000;
}

#post-loading .fa-spinner,
#user-init #pre-loading .fa-spinner,
#pre-loading .fa-spinner {
  font-size: 4em;
}

#post-loading .post-loading-icons,
#user-init #pre-loading .post-loading-icons,
#pre-loading .post-loading-icons {
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: 100px;
  text-align: center;
}

#post-loading .post-loading-icons img,
#user-init #pre-loading .post-loading-icons img,
#pre-loading .post-loading-icons img {
  display: inline-block;
}

#post-loading .post-loading-icons h2,
#user-init #pre-loading .post-loading-icons h2,
#pre-loading .post-loading-icons h2 {
  font-family: "3DSSemiBold";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

#post-loading .post-loading-icons p,
#user-init #pre-loading .post-loading-icons p,
#pre-loading .post-loading-icons p {
  font-family: "3DSRegular";
  font-size: 18px;
  display: inline-block;
  vertical-align: super;
}

#post-loading .post-loading-icons .loading-icon,
#user-init #pre-loading .post-loading-icons .loading-icon,
#pre-loading .post-loading-icons .loading-icon {
  display: inline-block;
  height: 20px;
}

#post-loading .post-loading-icons .loading-icon>div,
#user-init #pre-loading .post-loading-icons .loading-icon>div,
#pre-loading .post-loading-icons .loading-icon>div {
  float: left;
  background: #555;
  height: 100%;
  width: 2px;
  margin-right: 2px;
  display: inline-block;
  -webkit-animation: loading 1.5s infinite ease-in-out;
  -o-animation: loading 1.5s infinite ease-in-out;
  animation: loading 1.5s infinite ease-in-out;
  -webkit-transform: scaleY(0.8);
  -ms-transform: scaleY(0.8);
  -o-transform: scaleY(0.8);
  transform: scaleY(0.8);
}

#post-loading .post-loading-icons .loading-icon .bar1,
#user-init #pre-loading .post-loading-icons .loading-icon .bar1,
#pre-loading .post-loading-icons .loading-icon .bar1 {
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#post-loading .post-loading-icons .loading-icon .bar2,
#user-init #pre-loading .post-loading-icons .loading-icon .bar2,
#pre-loading .post-loading-icons .loading-icon .bar2 {
  -webkit-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#post-loading .post-loading-icons .loading-icon .bar3,
#user-init #pre-loading .post-loading-icons .loading-icon .bar3,
#pre-loading .post-loading-icons .loading-icon .bar3 {
  -webkit-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

#post-loading .post-loading-icons .loading-icon .bar4,
#user-init #pre-loading .post-loading-icons .loading-icon .bar4,
#pre-loading .post-loading-icons .loading-icon .bar4 {
  -webkit-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

#post-loading .post-loading-icons .loading-icon .bar5,
#user-init #pre-loading .post-loading-icons .loading-icon .bar5,
#pre-loading .post-loading-icons .loading-icon .bar5 {
  -webkit-animation-delay: 1.0s;
  -o-animation-delay: 1.0s;
  animation-delay: 1.0s;
}

#post-loading .post-loading-icons .loading-icon .bar6,
#user-init #pre-loading .post-loading-icons .loading-icon .bar6,
#pre-loading .post-loading-icons .loading-icon .bar6 {
  -webkit-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

@keyframes loading {
  50% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    background: white;
  }
}

#post-loading .post-loading-icons .loading-progress-bar,
#user-init #pre-loading .post-loading-icons .loading-progress-bar,
#pre-loading .post-loading-icons .loading-progress-bar {
  width: 20%;
  margin: 0 auto;
}

#post-loading .post-loading-icons .loading-progress-bar .progress,
#user-init #pre-loading .post-loading-icons .loading-progress-bar .progress,
#pre-loading .post-loading-icons .loading-progress-bar .progress {
  border: 2px solid #333;
  -webkit-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
  background-color: #333;
}

#post-loading .post-loading-icons .loading-progress-bar .progress .progress-bar,
#user-init #pre-loading .post-loading-icons .loading-progress-bar .progress .progress-bar,
#pre-loading .post-loading-icons .loading-progress-bar .progress .progress-bar {
  background-color: white;
}

.training-upload {
  sup-top: -0.1em !important;
}

.training-upload .ast-upload-modal-field {
  font-family: "3DSRegular" !important;
  font-size: 15px !important;
  color: #000000 !important;
  margin-top: 0;
  font-weight: bold;
}

.training-upload .asset-upload-modal .modal-upload {
  margin: 0 auto;
  margin-top: 5%;
}

.training-upload .btn-gray {
  background-color: #666;
  border: 1px solid #666;
  color: #fff;
  font-family: "3DSRegular" !important;
}

.training-upload .asset-upload {
  background-color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.training-upload .asset-upload .icon {
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

.training-upload .asset-upload .icon svg {
  display: inherit;
  width: inherit;
  height: inherit;
}

.training-upload .asset-upload .icon svg>g {
  fill: #fff;
  -webkit-transition: fill .5s ease;
  -o-transition: fill .5s ease;
  transition: fill .5s ease;
}

.training-upload .asset-upload .access-video-row {
  padding: 0px 20px;
}

.training-upload .asset-upload .access-video-row select {
  border: 1px #B0B0B1 solid;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-weight: bold;
  font-size: 12px;
  margin-right: 10px;
  width: 120px;
}

.training-upload .asset-upload .access-video-row span i {
  margin-right: 5px;
}

.training-upload .asset-upload .access-video-row .drp-info-txt {
  font-weight: bold;
}

.training-upload .asset-upload .ast-category-title {
  font-family: "3DSRegular" !important;
  font-size: 18px !important;
  color: #000000 !important;
  margin-top: 0;
  font-weight: bold;
  padding: 0px 20px;
}

.training-upload .asset-upload .add-personal-video-padding {
  padding: 0px 20px;
}

.training-upload .asset-upload .icon--hoverable:hover svg>g {
  fill: #50c1ff;
  -webkit-transition: fill .5s ease;
  -o-transition: fill .5s ease;
  transition: fill .5s ease;
}

.training-upload .asset-upload__header {
  padding: 20px;
  padding-bottom: 0;
}

.training-upload .asset-upload__expanded-block {
  padding-bottom: 52px;
}

.training-upload .asset-upload__icon-close {
  padding-top: 10px;
  width: 22px;
  height: 22px;
  display: inline-block;
  float: right;
  cursor: pointer;
  position: absolute;
  top: -30px;
  right: -30px;
}

.training-upload .asset-upload__icon-trash {
  width: 16px;
  height: 20px;
  margin-right: 13px;
  margin-top: 10px;
  display: inline-block;
  float: right;
  cursor: pointer;
}

.training-upload .asset-upload__icon-trash svg>g {
  fill: rgba(255,255,255,0.5);
}

.training-upload .asset-upload__icon-trash:hover svg>g {
  fill: #fff;
}

@media (min-width: 500px) {
  .training-upload .asset-upload__icon-trash {
    width: 18px;
    height: 22px;
    margin-top: 11px;
    margin-right: 12px;
  }
}

.training-upload .asset-upload__icon-remove-file {
  width: 14px;
  height: 14px;
  cursor: pointer;
  display: inline-block;
  margin-left: 18px;
}

.training-upload .asset-upload__icon-remove-file svg>g {
  fill: rgba(88,88,88,0.79) !important;
}

.training-upload .asset-upload__icon-remove-file:hover svg>g {
  fill: #0D8BB4 !important;
}

.training-upload .asset-upload__icon-remove-category {
  width: 12px !important;
  height: 12px !important;
  cursor: pointer;
  display: inline-block;
  margin-left: 3px;
}

.training-upload .asset-upload__icon-remove-category svg>g {
  fill: #000;
}

.training-upload .asset-upload__icon-remove-category:hover svg>g {
  fill: #0D8BB4;
}

.training-upload .asset-upload__icon-add {
  width: 32px;
  height: 32px;
  cursor: pointer;
  padding: 0;
  color: rgba(255,255,255,0.1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.training-upload .asset-upload__icon-add:hover {
  background-color: #fff !important;
}

.training-upload .asset-upload__icon-add_empty {
  background-color: #fff !important;
  color: #fff !important;
}

.training-upload .asset-upload__icon-add_empty:hover {
  background-color: #fff !important;
}

.training-upload .asset-upload__icon-add_alert {
  -webkit-animation: alert-pulse 0.3s;
  -o-animation: alert-pulse 0.3s;
  animation: alert-pulse 0.3s;
}

.training-upload .asset-upload__icon-add-cross {
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 2px;
  top: -2px;
  position: relative;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #fff;
}

.training-upload .asset-upload__icon-check {
  display: inline-block;
  width: 10px;
  height: 9px;
  margin-right: 5px;
  color: rgba(255,255,255,0.1);
}

.training-upload .asset-upload__icon-spinner {
  display: inline-block;
  width: 25px;
  height: 25px;
}

.training-upload .asset-upload__asset-name {
  display: inline-block;
  height: 30px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #ffffff;
  border: 1px #b0b0b1 solid;
  width: 100%;
  font-size: 22px;
  letter-spacing: -0.4px;
  -webkit-transition: border-color 0.5s ease;
  -o-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
  margin-top: 10px;
}

.training-upload .asset-upload__asset-name:focus {
  border-color: #0D8BB4 !important;
}

@media (min-width: 500px) {
  .training-upload .asset-upload__asset-name {
    height: 30px;
    font-size: 22px;
  }
}

.training-upload .asset-upload__wrapper {
  padding: 10px;
}

@media (min-width: 500px) {
  .training-upload .asset-upload__wrapper {
    padding: 20px;
  }
}

.training-upload .asset-upload__wrapper .popover {
  display: none !important;
}

@media (min-width: 768px) {
  .training-upload .asset-upload__wrapper .popover {
    display: block !important;
  }
}

.training-upload .asset-upload__drop-box-container .files-dropbox__container {
  -webkit-transition: border-color 0.5s ease;
  -o-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}

.training-upload .asset-upload__drop-box-container .files-dropbox__container h2 {
  font-weight: normal;
  margin-bottom: 6px;
}

.training-upload .asset-upload__drop-box-container .files-dropbox__container p {
  letter-spacing: -0.2px;
}

.training-upload .asset-upload__drop-box-container-label {
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}

.training-upload .asset-upload__formats-description {
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 500px) {
  .training-upload .asset-upload__formats-description {
    margin-top: 30px;
    left: 30px;
    right: 30px;
  }
}

.training-upload .asset-upload__zip-format-link {
  color: #005686;
  border-bottom: 1px dotted #b4b6ba;
}

.training-upload .asset-upload__zip-format-link:hover {
  color: #005686;
  border-bottom-color: #0D8BB4;
}

.training-upload .asset-upload__zip-tooltip {
  color: #005686;
  border-top: 1px solid rgba(80,80,80,0.1);
}

.training-upload .asset-upload__zip-tooltip .popover-content {
  padding: 8px;
  line-height: 18px;
  font-weight: 100;
}

.training-upload .asset-upload__zip-tooltip .arrow {
  border-width: 7px;
  left: 23px !important;
  top: -8px !important;
  border-bottom-color: rgba(50,50,50,0.3) !important;
}

.training-upload .asset-upload__files {
  display: block;
}

.training-upload .asset-upload__section-header {
  font-family: "3DSRegular";
  padding: 8px 10px;
}

@media (min-width: 500px) {
  .training-upload .asset-upload__section-header {
    padding: 8px 20px;
  }
}

.training-upload .asset-upload__file-reseller {
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
}

.training-upload .asset-upload__file-reseller span,
.training-upload .asset-upload__file-reseller a {
  letter-spacing: -0.2px;
}

.training-upload .asset-upload__file-reseller a {
  border-bottom: 1px dotted #005686;
  text-decoration: none;
  font-weight: bold;
}

.training-upload .asset-upload__file-reseller a:hover {
  color: #0D8BB4;
  border-color: #0D8BB4;
}

.training-upload .asset-upload__file-inner-reseller {
  border-top: solid 1px #0D8BB4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-bottom: solid 1px #0D8BB4;
}

@media (min-width: 500px) {
  .training-upload .asset-upload__file-inner-reseller {
    padding: 11px 2px;
  }
}

.training-upload .asset-upload__loading-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.training-upload .asset-upload__loading-icon>div {
  float: left;
  background: #ffffff;
  height: 100%;
  width: 20px;
  display: inline-block;
  -webkit-animation: loading 1.5s infinite ease-in-out;
  -o-animation: loading 1.5s infinite ease-in-out;
  animation: loading 1.5s infinite ease-in-out;
  -webkit-transform: scaleX(0.8);
  -ms-transform: scaleX(0.8);
  -o-transform: scaleX(0.8);
  transform: scaleX(0.8);
}

@keyframes loading {
  50% {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    background: #0d8bb4;
  }
}

.training-upload .asset-upload__loading-icon .bar1 {
  -webkit-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.training-upload .asset-upload__loading-icon .bar2 {
  -webkit-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.training-upload .asset-upload__loading-icon .bar3 {
  -webkit-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.training-upload .asset-upload__file-name {
  line-height: 1.1;
  max-width: 140px;
}

@media (min-width: 500px) {
  .training-upload .asset-upload__file-name {
    max-width: 240px;
  }
}

@media (min-width: 768px) {
  .training-upload .asset-upload__file-name {
    max-width: 500px;
  }
}

.training-upload .asset-upload__file-controls {
  line-height: 1.1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.training-upload .asset-upload__file-spacer {
  padding: 5px;
}

.training-upload .asset-upload__file-error {
  color: #e13a3a;
  font-size: 14px;
  line-height: 18px;
  padding: 0 10px;
  font-weight: bold;
}

@media (min-width: 500px) {
  .training-upload .asset-upload__file-error {
    padding: 0px 20px;
  }
}

.training-upload .asset-upload__file-error_outer {
  padding: 0 10px 10px 10px;
}

@media (min-width: 500px) {
  .training-upload .asset-upload__file-error_outer {
    padding: 0 20px 20px 20px;
  }
}

.training-upload .asset-upload__file-error_inner {
  padding: 11px 10px 0px 10px;
}

@media (min-width: 500px) {
  .training-upload .asset-upload__file-error_inner {
    padding: 11px 20px 0px 20px;
  }
}

.training-upload .asset-upload__asset-class {
  margin-top: 30px;
  line-height: 24px;
}

.training-upload .asset-upload__main-asset-label {
  font-weight: bold;
  border-bottom: 1px solid transparent;
}

.training-upload .asset-upload__set-main {
  color: #005686;
}

.training-upload .asset-upload__categories {
  display: block;
  margin-top: 10px;
}

.training-upload .asset-upload__categories .popover-content {
  padding: 0;
}

.training-upload .asset-upload__categories-holder {
  padding: 0 10px;
}

.training-upload .asset-upload__categories-holder .popover {
  background-color: #fff;
}

.training-upload .asset-upload__categories-holder .popover .arrow {
  border-width: 7px;
}

.training-upload .asset-upload__categories-holder .popover .arrow::after {
  border-bottom-color: #fff;
}

.training-upload .asset-upload__categories-holder .popover.bottom-right {
  border-top-color: #f2f2f2;
}

.training-upload .asset-upload__categories-holder .popover.bottom-right .arrow {
  border-bottom-color: #f2f2f2;
  top: -15px !important;
  right: 14px !important;
}

.training-upload .asset-upload__categories-holder .popover.bottom-left {
  border-top-color: #f2f2f2;
}

.training-upload .asset-upload__categories-holder .popover.bottom-left .arrow {
  border-bottom-color: #f2f2f2;
  top: -15px !important;
  left: 12px !important;
}

.training-upload .asset-upload__categories-holder .popover.top-left {
  -webkit-box-shadow: 0 -2px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 -2px 4px 0 rgba(0,0,0,0.5);
  border-bottom-color: #f2f2f2;
}

.training-upload .asset-upload__categories-holder .popover.top-left .arrow {
  border-top-color: #f2f2f2;
  bottom: -15px !important;
  left: 12px !important;
}

.training-upload .asset-upload__categories-holder .popover.top-right {
  -webkit-box-shadow: 0 -2px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 -2px 4px 0 rgba(0,0,0,0.5);
  border-bottom-color: #f2f2f2;
}

.training-upload .asset-upload__categories-holder .popover.top-right .arrow {
  border-top-color: #f2f2f2;
  bottom: -15px !important;
  right: 14px !important;
}

@media (min-width: 500px) {
  .training-upload .asset-upload__categories-holder {
    padding: 0 20px;
  }
}

.training-upload .asset-upload__description {
  display: block;
  margin-top: 24px;
}

.training-upload .asset-upload__description-text {
  display: block;
  min-height: 80px;
  background-color: #ffffff;
  margin: 8px 20px;
  padding: 8px 10px 30px 10px;
  border: solid 1px #0d8bb4;
  font-family: Arial;
  line-height: 1.14;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.training-upload .asset-upload__description-text_hint {
  display: block;
  min-height: 80px;
  background-color: #ffffff;
  margin: 8px 20px;
  padding: 8px 10px 30px 10px;
  border: solid 1px #0d8bb4;
  font-family: Arial;
  line-height: 1.14;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #a3a3a3;
  white-space: normal;
}

.training-upload .asset-upload__description-text .word-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.training-upload .asset-upload__description-text:focus,
.training-upload .asset-upload__description-text:focus:hover {
  border-color: #66afe9;
  outline: none;
}

@media (min-width: 500px) {
  .training-upload .asset-upload__description-text {
    margin: 8px 20px;
  }
}

.training-upload .asset-upload__description-status {
  position: absolute;
  bottom: 0;
  margin: 5px 15px;
  right: 0;
}

@media (min-width: 500px) {
  .training-upload .asset-upload__description-status {
    margin: 5px 25px;
  }
}

.training-upload .asset-upload__description-text-wrapper {
  position: relative;
}

.training-upload .asset-upload__description-too-long {
  color: #e13a3a;
  cursor: default;
  white-space: nowrap;
}

.training-upload .asset-upload__button-save {
  margin-right: 10px;
}

.training-upload .asset-upload__modal-buttons {
  float: right;
  margin-right: 10px;
  bottom: 10px;
}

@media (min-width: 500px) {
  .training-upload .asset-upload__modal-buttons {
    margin-top: 10px;
    margin-right: 20px;
    position: relative;
  }
}

.training-upload .asset-upload__required-field {
  clear: both;
  margin: 8px 20px;
}

.training-upload .asset-upload__required-field span {
  padding-left: 5px;
  font-weight: bold;
}

.training-upload .asset-upload__progress-status {
  float: right;
  margin-top: 20px;
  margin-right: 10px;
  line-height: 25px;
}

@media (min-width: 500px) {
  .training-upload .asset-upload__progress-status {
    margin-top: 0px;
    margin-right: 20px;
    position: relative;
  }
}

.training-upload .asset-upload__progress-status-label {
  float: right;
  font-size: 18px;
  line-height: 25px;
  margin-left: 8px;
}

.training-upload .asset-upload__categories-popover {
  display: block;
  margin: 0;
  padding: 0;
}

.training-upload .asset-upload__categories-popover li {
  display: block;
  letter-spacing: -0.2px;
  padding: 7px 7px 7px 12px;
  cursor: pointer;
  color: #005686;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.training-upload .asset-upload__categories-popover li:hover {
  background-color: #0D8BB4;
  color: white;
}

.training-upload .asset-upload__categories-scroller {
  max-height: 280px;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
}

.training-upload .asset-upload__categories-scroller .ps-scrollbar-y-rail,
.training-upload .asset-upload__categories-scroller .ps-scrollbar-y {
  width: 4px !important;
}

.training-upload .asset-upload__categories-scroller .ps-scrollbar-y {
  background-color: rgba(255,255,255,0.1);
}

.training-upload .asset-upload__categories-added {
  display: block;
  margin: 0;
  padding: 0;
}

.training-upload .asset-upload__category-added {
  display: inline-block;
  padding: 6px 16px;
  background-color: #3E9ED4;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  letter-spacing: -0.2px;
  margin-right: 4px;
  margin-bottom: 6px;
  color: #fff;
  position: relative;
}

.training-upload .asset-upload__category-added-circle {
  display: inline-block;
  padding: 6px 10px;
  background-color: white;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  letter-spacing: -0.2px;
  margin-right: 4px;
  margin-bottom: 6px;
  color: #fff;
  border-color: #1b70bcff;
  border-style: solid;
  position: relative;
  top: 4px;
}

.training-upload .asset-upload .error {
  display: block;
  color: #e13a3a;
  letter-spacing: -0.2px;
  margin-top: 6px;
  font-weight: bold;
  padding-left: 20px;
}

.training-upload .modal-upload {
  width: 300px;
}

@media (min-width: 500px) {
  .training-upload .modal-upload {
    width: 464px;
  }
}

@media (min-width: 768px) {
  .training-upload .modal-upload {
    width: 740px;
  }
}

.training-upload [contenteditable=true]:not(:focus):empty:before {
  content: attr(placeholder);
  display: block;
  color: #999;
}

.training-upload .added-category-name {
  font-family: Verdana, Regular !important;
  font-size: 12px !important;
}

.training-upload {
  padding: 60px 0;
}

.training-upload .container {
  padding: 0 30px;
}

.training-upload .container .upload-wrapper {
  background: #f4f5f6;
  padding: 20px 60px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.training-upload .container .upload-wrapper .upload-cover {
  position: absolute;
  background-color: rgba(255,255,255,0.15);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: not-allowed;
}

.training-upload .container .upload-wrapper .asset-upload {
  background-color: #f4f5f6;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

@media (max-width: 991px) {
  .training-upload .container .upload-wrapper {
    padding: 0;
  }
}

.training-upload .container .tcfc-wrapper {
  border: 1px solid #ccc;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 20px;
}

.training-upload .container .tcfc-wrapper .modal-header {
  background-color: transparent !important;
  border: none;
}

.training-upload .container .tcfc-wrapper .modal-header .modal-title {
  font-size: 20px;
}

.training-upload .container .tcfc-wrapper .modal-body {
  max-height: 20vh;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #ccc;
  margin: 0 15px;
  padding: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #f6f6f7;
}

.training-upload .container .tcfc-wrapper .modal-footer {
  border: none;
}

.training-upload .container .tou-wrapper {
  padding: 20px 0;
}

.training-upload .container .tou-wrapper .review-link {
  outline: none;
  padding: 0;
  padding-bottom: 10px;
  text-decoration: none;
  cursor: pointer;
}

.training-upload .container .tou-wrapper .well {
  max-height: 60vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

.training-video-detail {
  background-color: #EEEEEE;
  padding: 35px 0;
}

.training-video-detail .container {
  width: 90%;
  padding: 0 30px;
  margin: 15px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

@media (max-width: 1439px) {
  .training-video-detail .container {
    width: 100%;
  }
}

@media (max-width: 1079px) {
  .training-video-detail .container {
    display: block;
  }
}

.training-video-detail .container .alert {
  width: 100%;
  margin: 0 10px;
}

.training-video-detail .left-section {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -moz-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  margin: 0 10px;
}

.training-video-detail .left-section .asset-viewer {
  color: white;
}

.training-video-detail .left-section .asset-viewer .viewer-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #464f5d;
  padding: 15px;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.training-video-detail .left-section .asset-viewer .viewer-title h4 {
  margin: 0;
  max-width: 44vw;
  word-wrap: break-word;
  overflow: hidden;
}

@media (max-width: 1079px) {
  .training-video-detail .left-section .asset-viewer .viewer-title h4 {
    max-width: 100%;
  }
}

.training-video-detail .left-section .asset-viewer .viewer-title span {
  cursor: pointer;
}

.training-video-detail .right-section {
  -webkit-box-flex: 1.1;
  -webkit-flex: 1.1;
  -moz-box-flex: 1.1;
  -ms-flex: 1.1;
  flex: 1.1;
  margin: 0 10px;
}

.training-video-detail .right-section .asset-intro {
  padding: 15px;
  background-color: white;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}

.training-video-detail .right-section .asset-intro .edit-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #d9edf7;
  cursor: pointer;
}

.training-video-detail .right-section .asset-intro .edit-btn.fa-stack .fa-inverse {
  color: #005686;
}

.training-video-detail .right-section .asset-intro h5 {
  font-weight: bold;
}

.training-video-detail .right-section .asset-intro table {
  line-height: 2;
}

.training-video-detail .right-section .asset-intro .asset-date {
  color: #9e9e9e;
  font-size: 12px;
  margin: 0;
  padding-left: 2px;
  padding-top: 3px;
}

.training-video-detail .right-section .btn-edit-blue {
  border: 1px solid #00609a;
  color: #00609a;
  font-size: 13px;
  background-color: transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  padding: 5px;
  text-decoration: none;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  font-family: "3DSSemiBold";
  text-align: center;
}

.training-video-detail .right-section .btn-edit-blue:hover {
  background-color: #00609a;
  color: #fff;
}

.training-video-detail .right-section .btn-delete-red {
  font-size: 13px;
  background-color: transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  padding: 5px;
  text-decoration: none;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  font-family: "3DSSemiBold";
  text-align: center;
  border: 1px solid #ea4f37;
  color: #ea4f37;
}

.training-video-detail .right-section .btn-delete-red:hover {
  background-color: #ea4f37;
  color: #fff;
}

.training-videolib {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  max-width: 1920px;
  margin: 0 auto;
}

.training-videolib .no-result {
  margin-top: 20px;
}

.training-videolib .small-text {
  font-size: 11px;
  color: #333;
}

.training-videolib .suggestions {
  margin-left: 30px;
}

.training-videolib .filters-section {
  position: fixed;
  width: 280px;
  overflow-x: hidden;
  overflow-y: auto;
}

.training-videolib .filters-section.hide-filters-panel {
  width: 60px;
}

.training-videolib .filters-section .show-filters-btn {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  margin: 20px -1px 20px 15px;
  border: 1px solid #DDDDDD;
}

.training-videolib .filters-section .show-filters-btn .btn-icon {
  margin-bottom: 6px;
}

.training-videolib .filters-section .show-filters-btn .btn-text {
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 17px;
  width: 100%;
  -ms-writing-mode: tb-lr;
}

.training-videolib .explore-section {
  margin-left: 280px;
  border-left: 1px solid #DDDDDD;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (min-width: 1920px) {
  .training-videolib .explore-section {
    border-right: 1px solid #DDDDDD;
  }
}

.training-videolib .explore-section.hide-filters-panel {
  margin-left: 60px;
}

.training-videolib .explore-section .top-breadcrumb {
  border-bottom: 1px solid #DDDDDD;
  padding: 0 15px;
}

.training-videolib .explore-section .explore-wrapper {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #F5F5F5;
}

@media (max-width: 700px) {
  .training-videolib .explore-section .explore-wrapper {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}

.training-catalog-section {
  padding: 10px;
}

.training-catalog-section .btn-upload-hover-blue {
  border: 1px solid #00609a;
  color: #00609a;
  font-size: 13px;
  background-color: transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  padding: 5px;
  text-decoration: none;
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  font-family: "3DSSemiBold";
  text-align: center;
}

.training-catalog-section .btn-upload-hover-blue:hover {
  background-color: #00609a;
  color: #fff;
}

.training-catalog-section .placeholder {
  position: relative;
}

.training-catalog-section .placeholder:before {
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  -webkit-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  -o-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #eee-webkit-gradient(linear, left top, right top, from(#eee), color-stop(18%, #e3e3e3), to(#eee));
  background: #eee -webkit-linear-gradient(left, #eee 8%, #e3e3e3 18%, #eee 33%);
  background: #eee -o-linear-gradient(left, #eee 8%, #e3e3e3 18%, #eee 33%);
  background: #eee linear-gradient(to right, #eee 8%, #e3e3e3 18%, #eee 33%);
  background-repeat: no-repeat;
  background-size: 800px 204px;
  z-index: 99;
}

.training-catalog-section .placeholder-hidden {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.training-catalog-section .section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 25px;
  padding-left: 4px;
}

@media (max-width: 980px), (max-width: 1024px), (max-width: 1280px) {
  .training-catalog-section .section-header {
    padding-right: 0px;
  }
}

.training-catalog-section .section-header p {
  margin: 0;
}

.training-catalog-section .section-header label {
  margin: 0;
  vertical-align: middle;
  font-weight: normal;
}

.training-catalog-section .section-header select {
  padding: 2px;
  height: auto;
}

.training-catalog-section .section-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.training-catalog-section .section-body .card-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0;
  flex-shrink: 0;
  -webkit-flex-basis: 19%;
  -ms-flex: 0 1 19%;
  flex-basis: 19%;
  margin-bottom: 13px;
  margin-left: 10px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 980px), (max-width: 1024px), (max-width: 1280px) {
  .training-catalog-section .section-body .card-wrapper {
    margin-left: 4px !important;
  }
}

.training-catalog-section .section-body .card-wrapper:after {
  content: "";
  display: block;
}

.training-catalog-section .section-body .card-wrapper .video-category-card {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  color: #555555;
  cursor: pointer;
  margin: 10px;
}

.training-catalog-section .section-body .card-wrapper .video-category-card .category-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  color: white;
  text-shadow: 0 0 10px #000;
  padding: 10px;
}

@media (max-width: 1700px) {
  .training-catalog-section .section-body .card-wrapper .video-category-card .category-title h3 {
    font-size: 22px;
  }
}

@media (max-width: 1500px) {
  .training-catalog-section .section-body .card-wrapper .video-category-card .category-title h3 {
    font-size: 20px;
  }
}

@media (max-width: 1400px) {
  .training-catalog-section .section-body .card-wrapper .video-category-card .category-title h3 {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .training-catalog-section .section-body .card-wrapper .video-category-card .category-title h3 {
    font-size: 24px;
  }
}

.training-catalog-section .section-body .card-wrapper .video-category-card .tile-thumbnail {
  background: #FFFFFF;
  position: relative;
}

.training-catalog-section .section-body .card-wrapper .video-category-card .tile-thumbnail .category-cover {
  background: #FFFFFF;
  padding: 6px;
  height: 160px;
  width: 100%;
}

@media (max-width: 1540px) {
  .training-catalog-section .section-body .card-wrapper .video-category-card .tile-thumbnail .category-cover {
    height: 145px;
  }
}

@media (max-width: 1280px) {
  .training-catalog-section .section-body .card-wrapper .video-category-card .tile-thumbnail .category-cover {
    height: 145px;
  }
}

@media (max-width: 1024px) {
  .training-catalog-section .section-body .card-wrapper .video-category-card .tile-thumbnail .category-cover {
    height: 135px;
  }
}

@media (max-width: 1440px) {
  .training-catalog-section .section-body .card-wrapper .video-category-card .tile-thumbnail .category-cover {
    height: 135px;
  }
}

@media (max-width: 980px) {
  .training-catalog-section .section-body .card-wrapper .video-category-card .tile-thumbnail .category-cover {
    height: 140px;
  }
}

@media (max-width: 500px) {
  .training-catalog-section .section-body .card-wrapper .video-category-card .tile-thumbnail .category-cover {
    height: 160px;
  }
}

.training-catalog-section .section-body .card-wrapper .video-category-card .tile-description {
  font-family: "3DSRegular";
  background: #FFFFFF;
}

.training-catalog-section .section-body .card-wrapper .video-category-card .tile-description a {
  color: #337ab7;
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}

.training-catalog-section .section-body .card-wrapper .video-category-card .tile-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  padding: 5px 10px 0 10px;
}

.training-catalog-section .section-body .card-wrapper .video-category-card .tile-footer p {
  margin: 0 0 10px;
}

.training-catalog-section .section-body .card-wrapper .video-category-card .tile-footer .detail {
  float: left;
  width: 100%;
  padding-top: 3px;
}

.training-catalog-section .section-body .card-wrapper .video-category-card .tile-footer .detail .item-title {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
}

.training-catalog-section .section-body .card-wrapper .video-category-card .tile-footer .detail .duration i {
  font-size: 14px;
  margin-left: 3px;
}

.training-catalog-section .section-body .card-wrapper .video-category-card .tile-footer .detail .views {
  margin-left: 3px;
  display: inline;
  float: right;
}

.training-catalog-section .section-body .card-wrapper .video-category-card .tile-footer .detail .playlist-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.training-catalog-section .section-body .card-wrapper .video-category-card .tile-footer .detail .playlist-count svg {
  fill: #B4B6BA;
  margin-right: 1px;
  width: 16px;
}

.training-catalog-section .section-body .card-wrapper .video-category-card .tile-footer .plus-sign {
  width: 15%;
  margin-top: 8px;
}

.training-catalog-section .section-body .card-wrapper .video-category-card .cc-reseller-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

@media (max-width: 1540px) {
  .training-catalog-section .section-body .card-wrapper {
    -webkit-flex-basis: 19%;
    -ms-flex: 0 1 19%;
    flex-basis: 19%;
  }
}

@media (max-width: 1280px) {
  .training-catalog-section .section-body .card-wrapper {
    -webkit-flex-basis: 24%;
    -ms-flex: 0 1 24%;
    flex-basis: 24%;
  }
}

@media (max-width: 1024px) {
  .training-catalog-section .section-body .card-wrapper {
    -webkit-flex-basis: 32.3333333333%;
    -ms-flex: 0 1 32.3333333333%;
    flex-basis: 32.3333333333%;
  }
}

@media (max-width: 980px) {
  .training-catalog-section .section-body .card-wrapper {
    -webkit-flex-basis: 48%;
    -ms-flex: 0 1 48%;
    flex-basis: 48%;
  }
}

@media (max-width: 500px) {
  .training-catalog-section .section-body .card-wrapper {
    -webkit-flex-basis: 100%;
    -ms-flex: 0 1 100%;
    flex-basis: 100%;
  }
}

.training-catalog-section .section-footer {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.training-catalog-section .section-footer button {
  padding: 10px 20px;
  font-family: "3DSRegular";
  font-size: 19px;
  color: white;
}

.user-profile-assets {
  margin: 5px 0;
}

.user-profile-assets .asset-upload {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #f4f4f4 !important;
}

.user-profile-assets .alert-info {
  margin-top: 20px;
}

.user-profile-assets .upload-box {
  margin: 30px auto;
  width: 80%;
  padding: 20px 0;
  background-color: #ddd;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
}

.user-profile-assets .upload-box .naming-input-box {
  padding: 5px 30px;
}

.user-profile-assets .upload-box .naming-input-box input {
  width: 80%;
  padding: 5px;
  line-height: 1;
  vertical-align: middle;
}

.user-profile-assets .upload-box .naming-input-box button {
  color: #999;
}

.user-profile-assets .upload-box hr {
  border-color: #999;
}

.user-profile-assets .upload-box .upload-area {
  border: 2px dashed #999;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  width: 80%;
  margin: 30px auto;
  background-color: white;
  color: #999;
  height: 16em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.user-profile-assets .user-assets-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.user-profile-assets .user-assets-wrapper .user-filters-section {
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
}

.user-profile-assets .user-assets-wrapper .user-filters-section.hide-filters-panel {
  width: 60px;
}

.user-profile-assets .user-assets-wrapper .user-filters-section .show-filters-btn {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  margin: 20px -1px 20px 15px;
  border: 1px solid #DDDDDD;
}

.user-profile-assets .user-assets-wrapper .user-filters-section .show-filters-btn .btn-icon {
  margin-bottom: 6px;
}

.user-profile-assets .user-assets-wrapper .user-filters-section .show-filters-btn .btn-text {
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 17px;
}

.user-profile-assets .user-assets-wrapper .user-filters-section {
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
}

.user-profile-assets .user-assets-wrapper .user-filters-section .filters-section-wrapper {
  border-left: 0;
  padding: 15px;
}

.user-profile-assets .user-assets-wrapper .user-filters-section .filters-section-wrapper .filters-section-header h3 {
  margin-top: 0;
}

.user-profile-assets .user-assets-wrapper .user-filters-section .filters-section-wrapper .filters-section-body {
  padding: 10px;
  background-color: #EEE;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.user-profile-assets .user-assets-wrapper .user-assets-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section {
  padding: 10px 0;
  margin: 0 -10px;
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-header p {
  margin: 0;
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-header label {
  margin: 0;
  vertical-align: middle;
  font-weight: normal;
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-header select {
  padding: 2px;
  height: auto;
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-header .tile-view-btn,
.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-header .list-view-btn {
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 3px 8px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  vertical-align: -2px;
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .divider-line {
  height: 1px;
  background-color: #ccc;
  margin: 15px 10px 0;
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-body .card-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-box-flex: 0;
  -ms-flex: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0;
  flex-shrink: 0;
  -webkit-flex-basis: 16.6666666667%;
  -ms-flex: 0 1 16.6666666667%;
  flex-basis: 16.6666666667%;
  position: relative;
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-body .card-wrapper:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

@media (max-width: 1280px) {
  .user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-body .card-wrapper {
    -webkit-flex-basis: 25%;
    -ms-flex: 0 1 25%;
    flex-basis: 25%;
  }
}

@media (max-width: 1024px) {
  .user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-body .card-wrapper {
    -webkit-flex-basis: 33.3333333333%;
    -ms-flex: 0 1 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}

@media (max-width: 980px) {
  .user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-body .card-wrapper {
    -webkit-flex-basis: 50%;
    -ms-flex: 0 1 50%;
    flex-basis: 50%;
  }
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-body .card-wrapper .upload-cta {
  border: 2px dashed #368ec4;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-body .card-wrapper .upload-cta .upload-btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: #368ec4;
  font-weight: bold;
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-body .card-wrapper .asset-card {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 10px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-body .card-wrapper .asset-card .fullscreen-button {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-body .card-wrapper .asset-card .fullscreen-button__icon-fullscreen {
  width: 20px;
  height: 20px;
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-body .card-wrapper .asset-card .fullscreen-button svg {
  -webkit-filter: drop-shadow(0px 1px 2px #000);
  filter: drop-shadow(0px 1px 2px #000);
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-body .card-wrapper .asset-card a:hover {
  text-decoration: none;
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-body .card-wrapper .asset-card .asset-img-wrapper {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-body .card-wrapper .asset-card .asset-img-wrapper:hover {
  text-decoration: none;
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-body .card-wrapper .asset-card .asset-cover {
  width: 100%;
  height: auto;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-body .card-wrapper .asset-card .asset-info {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 5px 10px;
  left: 0;
  bottom: 0;
  width: 100%;
}

@media (max-width: 1600px) {
  .user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-body .card-wrapper .asset-card .asset-info {
    font-size: 14px;
  }
}

@media (max-width: 1500px) {
  .user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-body .card-wrapper .asset-card .asset-info {
    font-size: 12px;
  }
}

@media (max-width: 1400px) {
  .user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-body .card-wrapper .asset-card .asset-info {
    font-size: 10px;
  }
}

@media (max-width: 1280px) {
  .user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-body .card-wrapper .asset-card .asset-info {
    font-size: 14px;
  }
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-body .card-wrapper .asset-card .asset-info .asset-title {
  text-align: left;
  margin: 0;
  color: #005686;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-body .card-wrapper .asset-card .asset-info .asset-title span {
  overflow: hidden;
  width: 100%;
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-body .card-wrapper .asset-card .asset-info .asset-source {
  height: 0;
  opacity: 0;
  color: #005686;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-body .card-wrapper .asset-card:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.5);
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-body .card-wrapper .asset-card:hover .asset-source {
  -webkit-transition: height 0.5s, opacity 0.5s linear;
  -o-transition: height 0.5s, opacity 0.5s linear;
  transition: height 0.5s, opacity 0.5s linear;
  height: auto;
  opacity: 1;
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-body .card-wrapper .asset-card:hover .fullscreen-button {
  display: block;
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .section-body .card-wrapper .asset-card:hover .delete-btn {
  display: block;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -668px 0;
  }

  100% {
    background-position: 668px 0;
  }
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .placeholder {
  position: relative;
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .placeholder:before {
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  -webkit-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  -o-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #eee-webkit-gradient(linear, left top, right top, from(#eee), color-stop(18%, #e3e3e3), to(#eee));
  background: #eee -webkit-linear-gradient(left, #eee 8%, #e3e3e3 18%, #eee 33%);
  background: #eee -o-linear-gradient(left, #eee 8%, #e3e3e3 18%, #eee 33%);
  background: #eee linear-gradient(to right, #eee 8%, #e3e3e3 18%, #eee 33%);
  background-repeat: no-repeat;
  background-size: 800px 204px;
  z-index: 99;
}

.user-profile-assets .user-assets-wrapper .user-assets-section .assets-section .placeholder-hidden {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}

.user-profile-detail {
  margin-top: 22px;
  margin-bottom: 30px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

@media (max-width: 767px) {
  .user-profile-detail {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
}

.user-profile-detail .left-section {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -moz-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 21px;
}

@media (max-width: 767px) {
  .user-profile-detail .left-section {
    padding-right: 0;
  }
}

.user-profile-detail .left-section .content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.user-profile-detail .left-section .content-wrapper .user-interests {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 21px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.user-profile-detail .left-section .content-wrapper .user-skills {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .user-profile-detail .left-section .content-wrapper {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .user-profile-detail .left-section .content-wrapper .user-interests {
    padding-right: 0;
  }
}

.user-profile-detail .right-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.user-profile-detail .right-section .user-business-info hr {
  margin: 5px 15px;
  border-top: 1px dashed #ddd;
}

.user-profile-detail .right-section .user-business-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.user-profile-detail .right-section .user-business-info .fa-external-link,
.user-profile-detail .right-section .user-business-info .fa-angle-double-right {
  color: #337ab7;
}

.user-profile-detail .right-section .user-business-info .reseller-news-link {
  margin-top: 10px;
}

.user-profile-detail .panel {
  width: 100%;
}

.user-profile-detail .panel.editing {
  background-color: #eee;
}

.user-profile-detail .panel .panel-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: transparent;
  background-color: transparent;
}

.user-profile-detail .panel .panel-heading .panel-title {
  font-size: 20px;
}

.user-profile-detail .panel .panel-body {
  padding-top: 0;
  overflow: auto;
}

.user-profile-detail .panel .panel-body textarea {
  width: 100%;
}

.user-profile-detail .panel .panel-body span {
  display: inline-block;
}

.user-profile-detail .panel .panel-body .selection-list li {
  padding-left: 5px;
}

.user-profile-detail .user-business-info .panel-body ul li {
  padding-bottom: 5px;
}

.profile-navbar {
  padding: 5px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.8)), to(rgba(0,0,0,0.4)));
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.8), rgba(0,0,0,0.4));
  background: -o-linear-gradient(left, rgba(0,0,0,0.8), rgba(0,0,0,0.4));
  background: linear-gradient(to right, rgba(0,0,0,0.8), rgba(0,0,0,0.4));
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
  color: #d1d1d1;
}

.profile-navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-navbar ul li {
  padding: 5px;
  margin: 0 5px;
  text-align: center;
  cursor: pointer;
  color: #d1d1d1;
}

@media (max-width: 420px) {
  .profile-navbar ul li {
    font-size: 10px;
  }
}

.profile-navbar ul li:hover {
  color: white;
}

.profile-navbar ul li.active {
  color: white;
  font-weight: bold;
}

.profile-navbar ul li a {
  color: #d1d1d1;
}

.profile-navbar ul li a:hover {
  color: white;
  text-decoration: none;
}

.profile-navbar ul .nav-divider {
  height: 20px;
  width: 1px;
  background-color: #f5f5f5;
}

.user-subscription .account-info {
  margin: 20px 0;
}

.user-subscription .account-info h3 {
  font-family: "3DSSemiBold";
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 15px;
}

.user-subscription .account-info .subscription-info {
  padding: 10px 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid darkgray;
}

.user-subscription .account-info .subscription-info .subscription-header {
  background-color: #618fc0;
  display: inline-block;
  position: relative;
  left: -41px;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.user-subscription .account-info .subscription-info .subscription-header p {
  font: 16px "3DSRegular";
  color: white;
  margin: 0;
}

.user-subscription .account-info .subscription-info .subscription-header:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 100%;
  border-width: 3px 5px;
  border-style: solid;
  border-color: #005686 #005686 transparent transparent;
}

.user-subscription .student-access-register-form {
  margin: 20px 0;
}

.user-subscription .student-access-register-form h3 {
  font: 22px "3DSSemiBold";
  margin-top: 0;
}

.user-subscription .student-access-register-form .student-account-info {
  border: 1px solid darkgray;
  padding: 20px 30px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.user-subscription .student-access-register-form .student-account-info .incorrect-serial-num {
  color: #da291c;
  border-color: #DA291C;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(218,28,28,0.32);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(218,28,28,0.32);
}

.user-subscription .student-access-register-form .student-account-info #change-student-serial-num-btn {
  font-size: 12px;
  padding: 4px 8px;
  outline: none;
  vertical-align: baseline;
}

.user-subscription .student-access-register-form .modal-dialog {
  margin: 15% auto;
}

.user-subscription .student-access-register-form .student-serial-num-popover {
  color: #005686;
  cursor: pointer;
}

.user-subscription .student-access-register-form .fa-question-circle {
  font-size: 18px;
}

.user-subscription .account-level-table-new {
  margin-bottom: 30px;
}

.user-subscription .account-level-table-new h3 {
  font-family: "3DSSemiBold";
}

.user-subscription .account-level-table-new .table-bordered {
  border-top: 0px;
  border-left: 0px;
  border-right: 1px solid #FFF;
}

.user-subscription .account-level-table-new .table-bordered thead {
  background-color: #F4F5F6;
  color: #333;
}

.user-subscription .account-level-table-new .table-bordered thead tr .fa-custom-icons {
  font-size: 24px;
  margin-right: 5px;
}

.user-subscription .account-level-table-new .table-bordered thead tr th {
  text-align: center;
  font-family: "3DSSemiBold";
  font-size: 18px;
  padding: 10px;
  vertical-align: top;
}

.user-subscription .account-level-table-new .table-bordered thead tr th:not(:first-child) {
  width: 15%;
}

.user-subscription .account-level-table-new .table-bordered thead tr th .fa-stack {
  color: #FD2415 !important;
}

.user-subscription .account-level-table-new .table-bordered thead tr th .btn-red {
  margin-top: 5px;
}

.user-subscription .account-level-table-new .table-bordered tbody tr.group-title {
  border-top: 1px solid #a9a9a9;
  background-color: #005686;
  font-weight: bold;
}

.user-subscription .account-level-table-new .table-bordered tbody tr.group-title td {
  text-align: left;
  color: white;
}

.user-subscription .account-level-table-new .table-bordered tbody tr td {
  border: 1px solid #a9a9a9;
  text-align: center;
  padding: 10px;
}

.user-subscription .account-level-table-new .table-bordered tbody tr td:first-child {
  width: 40%;
  text-align: left;
}

.user-subscription .account-level-table-new .table-bordered tbody tr td:not(:first-child) {
  width: 15%;
}

.user-subscription .account-level-table-new .table-bordered tbody tr td .fa-check {
  color: #0086ce;
}

.user-subscription .account-level-table-new .table-bordered tbody tr td[colspan="4"] {
  background-color: white !important;
}

.user-subscription .account-level-table-new .table-bordered .top-column-white {
  height: 35px;
  background-color: #FFF;
}

.user-subscription .account-level-table-new .table-bordered .top-column-red {
  height: 3px;
  background-color: #FD2415;
}

.user-subscription .account-level-table-new .table-bordered .subscribed-column {
  height: 15px;
}

.user-subscription .account-level-table-new .table-bordered .top-subscription-indicator th {
  background-color: #FFF;
  border: 0;
  padding: 0;
  height: 20px;
  vertical-align: bottom;
}

.user-subscription .account-level-table-new .table-bordered .account-tbl-header {
  margin-top: 4px;
}

.user-subscription .account-level-table-new .highlight-guest tbody tr td:nth-child(2) {
  background-color: #FFFDF0;
  color: #333;
}

.user-subscription .account-level-table-new .highlight-guest tbody tr td:nth-child(2) .fa-check {
  color: #FD2415 !important;
}

.user-subscription .account-level-table-new .highlight-standard tbody tr td:nth-child(3) {
  background-color: #FFFDF0;
  color: #333;
}

.user-subscription .account-level-table-new .highlight-standard tbody tr td:nth-child(3) .fa-check {
  color: #FD2415 !important;
}

.user-subscription .account-level-table-new .highlight-pro tbody tr td:nth-child(4) {
  background-color: #FFFDF0;
  color: #333;
}

.user-subscription .account-level-table-new .highlight-pro tbody tr td:nth-child(4) .fa-check {
  color: #FD2415 !important;
}

.user-subscription .account-level-table-new .highlight-student tbody tr td:nth-child(5) {
  background-color: #FFFDF0;
  color: #333;
}

.user-subscription .account-level-table-new .highlight-student tbody tr td:nth-child(5) .fa-check {
  color: #FD2415 !important;
}

.user-subscription .account-level-table-new .account-level-panel {
  margin-bottom: 20px;
}

.user-subscription .account-level-table-new .account-level-panel.selected .panel-heading {
  background-color: #F4F5F6;
}

.user-subscription .account-level-table-new .account-level-panel.selected .panel-heading .fa-stack {
  color: #FD2415 !important;
}

.user-subscription .account-level-table-new .account-level-panel.selected .panel-body {
  background-color: #F4F5F6;
}

.user-subscription .account-level-table-new .account-level-panel .panel-heading span {
  font-size: 18px;
  font-family: "3DSSemiBold";
  vertical-align: middle;
  line-height: 2em;
}

.user-subscription .account-level-table-new .account-level-panel .panel-heading .btn-red span {
  font-size: 12px !important;
}

.user-subscription .account-level-table-new .account-level-panel .panel-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.user-subscription .account-level-table-new .account-level-panel .panel-body ul li {
  padding: 10px 0;
}

.users-section .user-card {
  padding: 15px;
  overflow: hidden;
  background-color: #464f5d;
  cursor: pointer;
}

.users-section .user-card .user-avatar {
  width: 100%;
  height: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.users-section .user-card .user-title {
  padding-top: 15px;
  text-align: center;
  color: white;
}

.users-section .user-card .user-title .user-name {
  margin: 10px 0;
}

.users-section .user-card .user-title .user-assets {
  margin: 0;
  display: none;
}

.users-section .user-card:hover .user-title .user-name {
  margin: 0;
}

.users-section .user-card:hover .user-title .user-assets {
  display: block;
  -webkit-animation: showDetail 0.4s forwards ease-out;
  -o-animation: showDetail 0.4s forwards ease-out;
  animation: showDetail 0.4s forwards ease-out;
}

@-webkit-keyframes showDetail {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes showDetail {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes showDetail {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

#user-profile {
  position: relative;
}

#user-profile.loading {
  cursor: wait;
}

#user-profile h1,
#user-profile h2,
#user-profile h3,
#user-profile h4,
#user-profile h5,
#user-profile h6 {
  font-family: "3DSRegular";
}

#user-profile .user-profile-title {
  font-family: "3DSSemiBold";
}

#user-profile .profile-banner-bg {
  background: #01579B;
  position: relative;
  background-position: center;
  background-size: cover;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

#user-profile .profile-banner-bg .bg-upload-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

#user-profile .profile-banner-bg .bg-upload-btn label {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

#user-profile .profile-banner-bg .bg-upload-btn label .fa-stack {
  position: absolute;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

#user-profile .profile-banner-bg .bg-upload-btn label input[type="file"] {
  z-index: -999;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  outline: none;
  visibility: hidden;
}

#user-profile .profile-banner-bg .profile-avatar-group {
  position: relative;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 50px;
}

#user-profile .profile-banner-bg .profile-avatar-group .user-avatar {
  background-position: center;
  background-size: cover;
  background-color: #00bcd4;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 15rem;
  height: 15rem;
  text-align: center;
  position: relative;
  z-index: 2;
}

#user-profile .profile-banner-bg .profile-avatar-group .user-avatar .profile-nameInitial {
  font-size: 2vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#user-profile .profile-banner-bg .profile-avatar-group .user-avatar:hover .avatar-upload-btn {
  display: block;
}

#user-profile .profile-banner-bg .profile-avatar-group .user-avatar .avatar-upload-btn {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
}

#user-profile .profile-banner-bg .profile-avatar-group .user-avatar .avatar-upload-btn label {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

#user-profile .profile-banner-bg .profile-avatar-group .user-avatar .avatar-upload-btn label .fa-stack {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  outline: none;
}

#user-profile .profile-banner-bg .profile-avatar-group .user-avatar .avatar-upload-btn label input[type="file"] {
  z-index: -999;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  outline: none;
  visibility: hidden;
}

#user-profile .profile-banner-bg .profile-avatar-group .user-basic-info {
  background-color: rgba(0,0,0,0.4);
  padding: 5px 80px 5px 100px;
  margin-left: -70px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
  z-index: 1;
}

#user-profile .profile-banner-bg .profile-avatar-group .user-basic-info h3 {
  margin: 5px 0;
}

#user-profile .profile-banner-bg .profile-avatar-group .user-basic-info p {
  margin: 5px 0;
}

#user-profile .profile-banner-bg .profile-avatar-group .user-basicInfo-edit-btn {
  margin-left: -10px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#user-profile .profile-banner-bg .profile-avatar-group .user-basicInfo-edit-btn .fa-stack {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 36px;
}

#user-profile .profile-banner-bg .profile-avatar-group .user-basicInfo-edit-btn .edit-form-btn-group {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

@media (max-width: 700px) {
  #user-profile .profile-banner-bg .profile-avatar-group {
    margin: 50px 10px;
  }

  #user-profile .profile-banner-bg .profile-avatar-group .user-avatar {
    width: 20vw;
    height: 20vw;
    position: absolute;
    left: 7px;
  }

  #user-profile .profile-banner-bg .profile-avatar-group .user-basic-info {
    padding: 5px 60px 5px 24vw;
    margin-left: 0;
  }

  #user-profile .profile-banner-bg .profile-avatar-group .user-basicInfo-edit-btn {
    margin-left: -60px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  #user-profile .profile-banner-bg .profile-avatar-group .user-basicInfo-edit-btn .fa-stack {
    margin-top: 10px;
  }
}

@media (max-width: 420px) {
  #user-profile .profile-banner-bg .profile-avatar-group .user-basic-info {
    padding: 5px 70px 5px 25vw;
  }

  #user-profile .profile-banner-bg .profile-avatar-group .user-basic-info h3 {
    font-size: 15px;
  }

  #user-profile .profile-banner-bg .profile-avatar-group .user-basic-info p {
    font-size: 12px;
  }

  #user-profile .profile-banner-bg .profile-avatar-group .user-basicInfo-edit-btn {
    margin-left: -60px;
  }

  #user-profile .profile-banner-bg .profile-avatar-group .user-basicInfo-edit-btn .edit-form-btn-group {
    width: 60px;
  }
}

#user-profile .selection-box {
  color: #333;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.5;
  height: 1.8em;
}

#user-profile .selection-box option {
  color: #333;
}

#user-profile .selection-box .selected {
  color: white;
  background-color: #03a9f4;
}

#user-profile .selection-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  line-height: 1.5;
  height: 14em;
  overflow: auto;
  border: 1px solid #a9a9a9;
  background-color: white;
}

#user-profile .selection-list li.selected {
  color: white;
  background-color: #03a9f4;
}

#user-profile .edit-form-btn-group .fa-check {
  color: green;
  cursor: pointer;
}

#user-profile .edit-form-btn-group .fa-times {
  color: darkgrey;
  cursor: pointer;
}

#user-profile .fa-stack {
  color: #d9edf7;
  cursor: pointer;
}

#user-profile .fa-stack .fa-inverse {
  color: #005686;
}

#user-profile .fa-stack.fa-lg {
  font-size: 1.2em;
}

#noaccess {
  padding-top: 35px;
}

#noaccess *:not(.fa) {
  font-family: "3DSRegular";
}

#noaccess .content-wrapper {
  padding: 25px;
  border: 2px solid #86b5da;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 10px -3px;
  box-shadow: 0 0 10px -3px;
}

#noaccess .content-wrapper .warning-banner {
  padding: 15px;
  background-color: #FFF3E9;
  border: 1px solid #E87B00;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#noaccess .content-wrapper .warning-banner .fa-exclamation-triangle {
  float: left;
  margin-right: 10px;
  color: #E87B00;
}

#noaccess .content-wrapper .warning-banner p {
  font-size: 14px;
  font-family: "3DSRegular";
  margin: 0;
}

#noaccess .reseller-info {
  margin-top: 20px;
}

#noaccess .reseller-info p {
  font-size: 17px;
}

#noaccess .reseller-info .reseller-info-table-wrapper {
  width: 100%;
  padding: 15px;
  background-color: #f6f6f6;
  border-left: 4px solid #b5b5b5;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#noaccess .reseller-info .reseller-info-table-wrapper table {
  font-size: 14px;
}

#noaccess .reseller-info .reseller-info-table-wrapper table tr td {
  padding: 5px 0;
}

#noaccess .reseller-info .reseller-info-table-wrapper table tr td .fa {
  font-size: 1.1em;
  color: #888888;
}

#noaccess .reseller-info .reseller-info-table-wrapper table tr td:nth-child(2) {
  padding-left: 5px;
}

.submitted .modal-header {
  background-color: #42a2da !important;
}

.submitted .modal-header .modal-title {
  color: white;
  font-size: 20px;
}

.submitted .modal-footer .btn-ghost-blue {
  border-color: #42a2da;
  color: #42a2da;
  background-color: transparent;
}

.submitted .modal-footer .btn-ghost-blue:hover {
  background-color: #42a2da;
  color: white;
}

.thanks .modal-header {
  background-color: #57b847 !important;
}

.thanks .modal-header .modal-title {
  color: white;
  font-size: 20px;
}

.thanks .modal-footer .btn-ghost-blue {
  border-color: #57b847;
  color: #57b847;
  background-color: transparent;
}

.thanks .modal-footer .btn-ghost-blue:hover {
  background-color: #57b847;
  color: white;
}

.tryagainlater .modal-header {
  background-color: #42a2da !important;
}

.tryagainlater .modal-header .modal-title {
  color: white;
  font-size: 20px;
}

.tryagainlater .modal-footer .btn-ghost-blue {
  border-color: #42a2da;
  color: #42a2da;
  background-color: transparent;
}

.tryagainlater .modal-footer .btn-ghost-blue:hover {
  background-color: #42a2da;
  color: white;
}

#xdesign-landing *:not(.fa) {
  font-family: "3DSRegular";
}

#xdesign-landing .state-selection .form-control {
  height: 40px;
  font-size: 17px;
  border: none;
}

#xdesign-landing .state-selection .btn {
  font-size: 17px;
  padding: 8px 36px;
}

#xdesign-landing .state-selection .btn.disabled,
#xdesign-landing .state-selection .btn[disabled],
#xdesign-landing .state-selection fieldset[disabled] .btn {
  opacity: .9;
}

#xdesign-landing .top-banner {
  width: 100%;
  padding: 30px;
  background-image: url("/r3/img/xdesign/xDesignLandingPage_bannerTop.png");
  background-size: cover;
  background-position: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50vh;
  color: white;
}

#xdesign-landing .top-banner .text-wrapper {
  padding: 20px;
  max-width: 690px;
  width: 100%;
}

#xdesign-landing .top-banner .text-wrapper h1 {
  margin-top: 0;
}

#xdesign-landing .top-banner .text-wrapper p {
  margin: 40px 0;
  font-size: 17px;
}

@media (max-width: 620px) {
  #xdesign-landing .top-banner .text-wrapper {
    -webkit-flex-basis: 100%;
    -ms-flex: 0 1 100%;
    flex-basis: 100%;
  }
}

#xdesign-landing .marketing-banner {
  width: 100%;
  padding: 60px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#xdesign-landing .marketing-banner .left-banner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 36%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 36%;
  flex: 0 0 36%;
  text-align: left;
  padding-right: 50px;
}

#xdesign-landing .marketing-banner .left-banner img {
  max-width: 430px;
  width: 100%;
  height: auto;
}

#xdesign-landing .marketing-banner .right-banner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 38%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
  font-size: 17px;
  padding-top: 20px;
}

@media (max-width: 767px) {
  #xdesign-landing .marketing-banner {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  #xdesign-landing .marketing-banner .left-banner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    padding-right: 0;
  }

  #xdesign-landing .marketing-banner .right-banner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 545px;
    margin: 0 auto;
  }
}

#xdesign-landing .bottom-banner {
  width: 100%;
  padding: 30px;
  background-image: url("/r3/img/xdesign/xDesignLandingPage_bannerBottom.jpg");
  background-size: cover;
  background-position: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50vh;
  color: white;
}

#xdesign-landing .bottom-banner .text-wrapper {
  padding: 20px;
  max-width: 1000px;
}

#xdesign-landing .bottom-banner .text-wrapper p {
  margin: 40px 0;
  font-size: 17px;
}

#xdesign-landing .bottom-banner .text-wrapper .btn {
  font-size: 17px;
  padding: 8px 36px;
}

@media (max-width: 620px) {
  #xdesign-landing .bottom-banner .text-wrapper {
    -webkit-flex-basis: 100%;
    -ms-flex: 0 1 100%;
    flex-basis: 100%;
  }
}

#xdesign-welcome *:not(.fa) {
  font-family: "3DSRegular";
}

#xdesign-welcome .top-banner {
  width: 100%;
  padding: 70PX 30px;
  background-image: url("/r3/img/xdesign/tob_banner.jpg");
  background-size: cover;
  background-position: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 30vh;
}

#xdesign-welcome .top-banner .text-wrapper {
  padding: 20px;
  max-width: 1200px;
  width: 100%;
}

#xdesign-welcome .top-banner .text-wrapper h1 {
  margin-top: 0;
  font-family: "3DSSemiBold";
}

#xdesign-welcome .top-banner .text-wrapper p {
  margin: 40px 0 20px 0;
  font-size: 17px;
}

@media (max-width: 620px) {
  #xdesign-welcome .top-banner .text-wrapper {
    -webkit-flex-basis: 100%;
    -ms-flex: 0 1 100%;
    flex-basis: 100%;
  }
}

#xdesign-welcome .marketing-banner {
  width: 100%;
  padding: 60px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#xdesign-welcome .marketing-banner .left-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#xdesign-welcome .marketing-banner .left-section .text-content {
  padding: 15px;
  max-width: 500px;
  width: 100%;
  height: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

#xdesign-welcome .marketing-banner .left-section .text-content h3 {
  margin: 20px 0;
  font-family: "3DSSemiBold";
}

#xdesign-welcome .marketing-banner .left-section .text-content p {
  margin: 20px 0;
  font-size: 17px;
}

#xdesign-welcome .marketing-banner .right-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

#xdesign-welcome .marketing-banner .right-section video {
  max-width: 600px;
  width: 100%;
  height: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

@media (max-width: 767px) {
  #xdesign-welcome .marketing-banner {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  #xdesign-welcome .marketing-banner .left-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 50px;
  }

  #xdesign-welcome .marketing-banner .right-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  #xdesign-welcome .marketing-banner .right-section video {
    max-width: 100%;
  }
}

#xdesign-welcome .tdex-banner {
  width: 100%;
  padding: 60px 30px;
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#xdesign-welcome .tdex-banner .mobile-title {
  display: none;
}

#xdesign-welcome .tdex-banner .left-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#xdesign-welcome .tdex-banner .left-section img {
  padding: 8px;
  border: 1px solid #dddddd;
  background-color: white;
  max-width: 600px;
  width: 100%;
  height: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

#xdesign-welcome .tdex-banner .right-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#xdesign-welcome .tdex-banner .right-section .text-content {
  padding: 15px;
  max-width: 565px;
  width: 100%;
  height: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

#xdesign-welcome .tdex-banner .right-section .text-content h3 {
  margin: 20px 0;
  font-family: "3DSSemiBold";
}

#xdesign-welcome .tdex-banner .right-section .text-content p {
  margin: 20px 0;
  font-size: 17px;
}

#xdesign-welcome .tdex-banner .right-section .text-content .btn {
  padding: 12px 36px;
  font-size: 20px;
  font-family: "3DSRegular";
}

@media (max-width: 767px) {
  #xdesign-welcome .tdex-banner {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  #xdesign-welcome .tdex-banner .mobile-title {
    display: block;
    text-align: center;
    margin-bottom: 35px;
    font-family: "3DSSemiBold";
  }

  #xdesign-welcome .tdex-banner .desktop-title {
    display: none;
  }

  #xdesign-welcome .tdex-banner .left-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  #xdesign-welcome .tdex-banner .right-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 5px;
  }
}

#xdesign-welcome .resources-banner {
  width: 100%;
  padding: 30px;
  text-align: center;
}

#xdesign-welcome .resources-banner .img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 30vh;
}

#xdesign-welcome .resources-banner .img-wrapper .cta-img-wrapper {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

#xdesign-welcome .resources-banner .img-wrapper .cta-img-wrapper .cta-img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f0f0f0;
  width: 200px;
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 1px 1px 4px #a9a9a9;
  box-shadow: 1px 1px 4px #a9a9a9;
  margin-bottom: 25px;
}

#xdesign-welcome .resources-banner .img-wrapper .cta-img-wrapper .cta-img:hover {
  background-color: #ffffff;
}

@media (max-width: 700px) {
  #xdesign-welcome .resources-banner .img-wrapper {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

#xdesign-faq {
  margin-bottom: 30px;
  overflow: hidden;
}

#xdesign-faq #page-header {
  font-family: "3DSSemiBold";
  font-size: 24px;
}

#xdesign-faq *:not(.fa) {
  font-family: "3DSRegular";
}

#xdesign-faq * a {
  color: #23527c;
  text-decoration: none;
}

#xdesign-faq .sub-title-btn-group a {
  cursor: pointer;
}

#xdesign-faq .sub-title {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0;
  word-wrap: break-word;
}

@media (min-width: 430px) {
  #xdesign-faq .sub-title .headerOne br {
    display: none;
  }
}

#xdesign-faq .panel-default {
  border-color: #005686;
  margin-top: 15px;
  margin-bottom: 15px;
}

#xdesign-faq .panel-default .panel-heading {
  color: #005686;
  background-color: transparent;
  cursor: pointer;
}

#xdesign-faq .panel-default .panel-heading .panel-header {
  font-size: 16px;
}

#xdesign-faq .panel-default .panel-body {
  padding: 5px 15px;
  border: 0;
  font-size: 14px;
}

#xdesign-faq .panel-default .panel-body img {
  width: 40px;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#xdesign-faq .panel-default .panel-body ul,
#xdesign-faq .panel-default .panel-body ol {
  padding-left: 16px;
}

#xdesign-faq .panel-default .panel-body ul li,
#xdesign-faq .panel-default .panel-body ol li {
  padding: 5px 0;
}

#xdesign-faq .panel-default .panel-body .anchor-links:hover {
  text-decoration: none;
  color: #005686;
}

#xdesign-faq .panel-default .panel-body a:hover {
  text-decoration: underline;
  color: #005686;
}

#xdesign-faq .panel-default .panel-body #dropBoxMessage {
  background-color: #ddd;
}

#xdesign-faq .panel-default .panel-body .fa-external-link {
  color: #005686;
  margin-left: 0;
  vertical-align: middle;
}

#xdesign-faq .panel-default .panel-body .fa-angle-down {
  color: #005686;
  vertical-align: middle;
  font-size: 1.3em;
  margin-left: 2px;
}

#xdesign-faq .panel-default .panel-body .fa-angle-up {
  color: #005686;
  font-size: 1.3em;
  margin-left: 2px;
}

#xdesign-faq table {
  border: 1px solid black;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
}

#xdesign-faq table tr {
  border: 1px solid black;
}

#xdesign-faq table td {
  border-collapse: collapse;
  padding: 1%;
}

#scs-top-banner .top-banner-wrapper {
  margin-bottom: 0;
  padding: 0 45px 0 0;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 960px) {
  #scs-top-banner .top-banner-wrapper {
    padding: 15px 40px 15px 15px;
    border-left: 8px solid transparent;
    -webkit-border-image: url("/r3/img/scs/scs_arrow_blue.png") 10% stretch;
    -o-border-image: url("/r3/img/scs/scs_arrow_blue.png") 10% stretch;
    border-image: url("/r3/img/scs/scs_arrow_blue.png") 10% stretch;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}

#scs-top-banner .top-banner-wrapper img {
  height: 60px;
}

@media (max-width: 960px) {
  #scs-top-banner .top-banner-wrapper img {
    display: none;
  }
}

#scs-top-banner .top-banner-wrapper p {
  font-family: "3DSRegular";
  font-size: 17px;
  margin: 0 15px;
}

@media (max-width: 960px) {
  #scs-top-banner .top-banner-wrapper p {
    margin: 0 0 15px 0;
  }
}

#scs-top-banner .top-banner-wrapper .btn {
  position: relative;
}

#scs-top-banner .top-banner-wrapper #scs-top-banner-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  color: grey !important;
}

#scs-top-banner .btn-green {
  background-color: #56c65a;
  color: white;
  padding: 8px 16px;
}

#scs-top-banner .btn-green:hover {
  border: 1px solid #56c65a;
  color: #56c65a;
  background-color: white;
}

#cswa-top-banner .top-banner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "3DSLight";
  -webkit-border-radius: 0;
  border-radius: 0;
  position: relative;
}

#cswa-top-banner .top-banner-wrapper.alert-red {
  background: #DA291C;
  color: white;
  padding: 10px 25px;
}

#cswa-top-banner .top-banner-wrapper .banner-text {
  -webkit-box-flex: auto;
  -webkit-flex: auto;
  -moz-box-flex: auto;
  -ms-flex: auto;
  flex: auto;
  margin: 0 15px 0 0;
  padding: 6px 0;
  font-size: 16px;
}

#cswa-top-banner .top-banner-wrapper .btn-learn-more {
  background: white;
  color: #DA291C;
  margin: 0 15px 0 0;
}

#cswa-top-banner .top-banner-wrapper .close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 24px;
}

#cswaPromoModal {
  font-family: "3DSLight";
}

#cswaPromoModal .modal-title {
  font-family: "3DSLight";
}

#cswaPromoModal .close {
  font-size: 24px;
}

#cswaPromoModal p {
  margin: 0;
}

#cswaPromoModal ul li {
  margin: 10px 0;
}

#cswaPromoModal ul li a {
  word-wrap: break-word;
}

#dsxNoticeModal {
  padding-right: 0 !important;
}

#dsxNoticeModal #dsxLoginWrapper {
  display: none;
}

#dsxNoticeModal #dsxNotice-content .dsx-notice-header {
  background: transparent -webkit-linear-gradient(270deg, #064565 0%, #2575a2 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(270deg, #064565 0%, #2575a2 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #064565 0%, #2575a2 100%) 0% 0% no-repeat padding-box;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  padding: 15px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#dsxNoticeModal #dsxNotice-content .dsx-notice-header .ds-logo {
  height: 66px;
  width: 66px;
  position: absolute;
  top: 15px;
  left: 40px;
}

#dsxNoticeModal #dsxNotice-content .dsx-notice-header .title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: white;
  font-size: 22px;
  font-family: "3DSSemiBold";
  text-align: center;
  line-height: 66px;
}

#dsxNoticeModal #dsxNotice-content .dsx-notice-body {
  background-color: white;
  padding: 15px 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#dsxNoticeModal #dsxNotice-content .dsx-notice-body p {
  font-size: 16px;
  font-family: "3DSRegular";
  padding-left: 20px;
}

#dsxNoticeModal #dsxNotice-content .dsx-notice-body .title {
  font-family: "3DSSemiBold";
  text-align: center;
}

#dsxNoticeModal #dsxNotice-content .dsx-notice-body .notice-diagram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row nowrap;
  flex-direction: row nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

#dsxNoticeModal #dsxNotice-content .dsx-notice-body .notice-diagram .diagram-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #f8f8f8;
  padding: 10px 15px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

#dsxNoticeModal #dsxNotice-content .dsx-notice-body .notice-diagram .diagram-section p {
  margin: 0;
}

#dsxNoticeModal #dsxNotice-content .dsx-notice-body .notice-diagram .diagram-section .brand {
  text-align: center;
  font-weight: bold;
  padding: 0;
}

#dsxNoticeModal #dsxNotice-content .dsx-notice-body .notice-diagram .diagram-section .email {
  color: #333333;
  padding: 0;
  opacity: 0.6;
}

#dsxNoticeModal #dsxNotice-content .dsx-notice-body .notice-diagram .diagram-section.left .brand {
  color: #e31818;
}

#dsxNoticeModal #dsxNotice-content .dsx-notice-body .notice-diagram .diagram-section.middle {
  color: #009e11;
  background-color: transparent;
}

#dsxNoticeModal #dsxNotice-content .dsx-notice-body .notice-diagram .diagram-section.right .brand {
  color: #005686;
}

#dsxNoticeModal #dsxNotice-content .dsx-notice-body .description {
  font-weight: normal;
  text-align: left;
  font-size: 12px;
}

#dsxNoticeModal #dsxNotice-content .dsx-notice-body .description ul {
  list-style: disc;
}

#dsxNoticeModal #dsxNotice-content .dsx-notice-footer {
  padding: 15px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #f8f8f8;
}

#dsxNoticeModal #dsxNotice-content .dsx-notice-footer .notice-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#dsxNoticeModal #dsxNotice-content .dsx-notice-footer .notice-check input {
  margin: 0;
  margin-right: 5px;
}

#dsxNoticeModal #dsxNotice-content .dsx-notice-footer .notice-check label {
  margin: 0;
  font-weight: normal;
  opacity: 0.6;
}

#dsxNoticeModal #dsxNotice-content .dsx-notice-footer .btn {
  margin: 5px;
}

#dsxNoticeModal #dsxNotice-content .dsx-notice-footer .btn-lightblue {
  background-color: #42a2da;
  border: 1px solid #368ec4;
  color: white;
}

#dsxNoticeModal #dsxNotice-content .dsx-notice-footer .btn-lightblue:hover {
  background-color: #368ec4;
}

@media (max-width: 510px) {
  #dsxNoticeModal #dsxNotice-content .dsx-notice-header {
    padding: 10px 15px;
  }

  #dsxNoticeModal #dsxNotice-content .dsx-notice-header .title {
    font-size: 18px;
  }

  #dsxNoticeModal #dsxNotice-content .dsx-notice-body {
    padding: 10px 15px;
  }

  #dsxNoticeModal #dsxNotice-content .dsx-notice-body p {
    font-size: 12px;
  }

  #dsxNoticeModal #dsxNotice-content .dsx-notice-body .notice-diagram .diagram-section {
    padding: 5px 10px;
  }

  #dsxNoticeModal #dsxNotice-content .dsx-notice-footer {
    padding: 10px 15px;
  }

  #dsxNoticeModal #dsxNotice-content .dsx-notice-footer label {
    font-size: 12px;
  }

  #dsxNoticeModal #dsxNotice-content .dsx-notice-footer .btn {
    font-size: 12px;
  }
}

#dsxNoticeModal #dsxJoinWrapper {
  display: none;
}

#dsxNoticeModal #dsxJoinWrapper .dsx-notice-header .ds-logo {
  height: 66px;
  width: 66px;
  position: relative;
  top: initial;
  left: initial;
}

#dsxNoticeModal #dsxJoinWrapper .dsx-notice-body .title {
  color: #005686;
}

#dsxNoticeModal #dsxJoinWrapper .dsx-notice-body .description {
  text-align: center;
}

#dsxNoticeModal #dsxJoinWrapper .dsx-notice-footer {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

body.okayNav-loaded {
  overflow-x: hidden;
}

.okayNav:not(.loaded) {
  visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.okayNav__nav--visible {
  overflow: hidden;
  white-space: nowrap;
}

.okayNav__menu-toggle {
  top: 0;
}

.okayNav__nav--invisible {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #005686;
}

.okayNav__nav--invisible li {
  display: block !important;
}

.okayNav__nav--invisible li a {
  display: initial !important;
}

.okayNav__nav--invisible.nav-right {
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.okayNav__nav--invisible.transition-enabled {
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: -o-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
}

.okayNav__nav--invisible.nav-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  padding: 5px !important;
}

.okayNav__menu-toggle {
  position: relative;
  display: inline-block;
  z-index: 1;
  top: 15px;
  right: 10px;
  width: 50px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: -o-transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 400ms cubic-bezier(0.55, 0, 0.1, 1);
}

.okayNav__menu-toggle.okay-invisible {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  opacity: 0;
}

.okayNav__menu-toggle span {
  background: white;
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  margin: auto;
  pointer-events: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.okayNav__menu-toggle span:nth-child(1) {
  top: 0;
}

.okayNav__menu-toggle span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.okayNav__menu-toggle span:nth-child(3) {
  bottom: 0;
}

.okayNav__menu-toggle.icon--active {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url(".//r3/img/ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"),url("../fonts/slick.woff") format("woff"),url("../fonts/slick.ttf") format("truetype"),url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75;
}

.control-panel .control-panel-btn {
  position: fixed;
  left: 10px;
  bottom: 150px;
  cursor: pointer;
  background: rgba(119,119,119,0.7);
  color: white;
  padding: 9px 11px 11px 11px;
  opacity: 0.2;
}

.control-panel .control-panel-btn:hover {
  opacity: 1;
}

.control-panel .demo-control-panel {
  display: none;
  position: fixed;
  left: 10px;
  bottom: 189px;
  padding: 15px;
  background-color: rgba(119,119,119,0.7);
  color: white;
  z-index: 991;
}

.control-panel .demo-control-panel * {
  font-family: sans-serif;
}

.control-panel .demo-control-panel input {
  color: black;
  max-width: 50%;
}

.control-panel .demo-control-panel .btn {
  padding: 2px 7px;
  vertical-align: 0px;
}

.control-panel.open .control-panel-btn {
  opacity: 1;
}

.control-panel.open .demo-control-panel {
  display: block;
}

/*# sourceMappingURL=mysw-ui3.css.map */