@charset "UTF-8";
/*
 * Enware Style LESS
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.clearfix:before,
.clearfix:after,
.wrapper:before,
.wrapper:after,
.container:before,
.container:after,
.row:before,
.row:after,
.module-list:before,
.module-list:after,
.module-splitter:before,
.module-splitter:after,
.thumbnail-detail .content-container.simple:before,
.thumbnail-detail .content-container.simple:after,
.desktop-enware-navigation .dropdown-menu-container:before,
.desktop-enware-navigation .dropdown-menu-container:after,
.desktop-enware-navigation .nav-container:before,
.desktop-enware-navigation .nav-container:after,
.desktop-enware-navigation .nav-row:before,
.desktop-enware-navigation .nav-row:after,
.mobile-enware-navigation .mobile-global-menu-container ul:before,
.mobile-enware-navigation .mobile-global-menu-container ul:after {
  content: " ";
  display: table;
}
.clearfix:after,
.wrapper:after,
.container:after,
.row:after,
.module-list:after,
.module-splitter:after,
.thumbnail-detail .content-container.simple:after,
.desktop-enware-navigation .dropdown-menu-container:after,
.desktop-enware-navigation .nav-container:after,
.desktop-enware-navigation .nav-row:after,
.mobile-enware-navigation .mobile-global-menu-container ul:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@keyframes vex-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes vex-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes vex-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes vex-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes vex-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes vex-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes vex-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes vex-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes vex-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes vex-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@-webkit-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@-moz-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
@-o-keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
  }
}
.vex,
.vex *,
.vex *:before,
.vex *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.vex {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1111;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vex-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.vex-overlay {
  background: #000;
  filter: alpha(opacity=40);
  /* IE 5–7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
}
.vex-overlay {
  animation: vex-fadein 0.5s;
  -webkit-animation: vex-fadein 0.5s;
  -moz-animation: vex-fadein 0.5s;
  -ms-animation: vex-fadein 0.5s;
  -o-animation: vex-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vex.vex-closing .vex-overlay {
  animation: vex-fadeout 0.5s;
  -webkit-animation: vex-fadeout 0.5s;
  -moz-animation: vex-fadeout 0.5s;
  -ms-animation: vex-fadeout 0.5s;
  -o-animation: vex-fadeout 0.5s;
  -webkit-backface-visibility: hidden;
}
.vex-content {
  animation: vex-fadein 0.5s;
  -webkit-animation: vex-fadein 0.5s;
  -moz-animation: vex-fadein 0.5s;
  -ms-animation: vex-fadein 0.5s;
  -o-animation: vex-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  background: #fff;
}
.vex.vex-closing .vex-content {
  animation: vex-fadeout 0.5s;
  -webkit-animation: vex-fadeout 0.5s;
  -moz-animation: vex-fadeout 0.5s;
  -ms-animation: vex-fadeout 0.5s;
  -o-animation: vex-fadeout 0.5s;
  -webkit-backface-visibility: hidden;
}
.vex-close:before {
  font-family: Arial, sans-serif;
  content: "\00D7";
}
.vex-dialog-form {
  margin: 0;
}
.vex-dialog-button {
  text-rendering: optimizeLegibility;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.vex-loading-spinner {
  animation: vex-rotation 0.7s linear infinite;
  -webkit-animation: vex-rotation 0.7s linear infinite;
  -moz-animation: vex-rotation 0.7s linear infinite;
  -ms-animation: vex-rotation 0.7s linear infinite;
  -o-animation: vex-rotation 0.7s linear infinite;
  -webkit-backface-visibility: hidden;
  -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 1112;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2em;
  width: 2em;
  background: #fff;
}
body.vex-open {
  overflow: hidden;
}
@keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
@-webkit-keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
@-moz-keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
@-ms-keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
@-o-keyframes vex-pulse {
  0% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    -moz-box-shadow: inset 0 0 0 300px transparent;
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}
.vex.vex-theme-enware {
  padding-top: 160px;
  padding-bottom: 160px;
}
.vex.vex-theme-enware .vex-content {
  font-family: "DIN Next W01 Medium";
  background: transparent;
  color: #444;
  padding: 10px;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 600px;
}
.vex.vex-theme-enware .vex-content h1,
.vex.vex-theme-enware .vex-content h2,
.vex.vex-theme-enware .vex-content h3,
.vex.vex-theme-enware .vex-content h4,
.vex.vex-theme-enware .vex-content h5,
.vex.vex-theme-enware .vex-content h6,
.vex.vex-theme-enware .vex-content p,
.vex.vex-theme-enware .vex-content ul,
.vex.vex-theme-enware .vex-content li {
  color: inherit;
}
.vex.vex-theme-enware .vex-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.vex.vex-theme-enware .vex-close:before {
  position: absolute;
  content: "×";
  font-size: 26px;
  font-weight: normal;
  line-height: 31px;
  height: 30px;
  width: 30px;
  text-align: center;
  top: 3px;
  right: 3px;
  color: #bbb;
  background: transparent;
}
.vex.vex-theme-enware .vex-close:hover:before,
.vex.vex-theme-enware .vex-close:active:before {
  color: #777;
  background: #e0e0e0;
}
.vex.vex-theme-enware .vex-dialog-form {
  background-color: #ebebeb;
  padding: 10px;
}
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-message {
  padding: 5% 10% 0;
  background-color: #fff;
  font-family: "DIN Next W01 Medium";
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (min-width: 768px) {
  .vex.vex-theme-enware .vex-dialog-form .vex-dialog-message {
    font-size: 18px;
    line-height: 22px;
  }
}
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-input {
  padding: 10px;
  background-color: #fff;
}
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-input textarea,
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-input input[type="date"],
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-input input[type="datetime"],
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-input input[type="datetime-local"],
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-input input[type="email"],
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-input input[type="month"],
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-input input[type="number"],
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-input input[type="password"],
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-input input[type="search"],
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-input input[type="tel"],
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-input input[type="text"],
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-input input[type="time"],
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-input input[type="url"],
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-input input[type="week"] {
  background: #f0f0f0;
  width: 100%;
  padding: 0.25em 0.67em;
  border: 0;
  font-family: "DIN Next W01 Medium";
  font-weight: inherit;
  font-size: inherit;
  min-height: 2.5em;
  margin: 0 0 0.25em;
}
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-input textarea:focus,
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-input input[type="date"]:focus,
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus,
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus,
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-input input[type="email"]:focus,
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-input input[type="month"]:focus,
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-input input[type="number"]:focus,
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-input input[type="password"]:focus,
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-input input[type="search"]:focus,
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-input input[type="tel"]:focus,
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-input input[type="text"]:focus,
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-input input[type="time"]:focus,
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-input input[type="url"]:focus,
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
  -moz-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
  outline: none;
}
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-buttons {
  padding: 10px;
  padding-bottom: 5%;
  background-color: #fff;
  text-align: center;
  *zoom: 1;
}
.vex.vex-theme-enware .vex-dialog-form .vex-dialog-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.vex.vex-theme-enware .vex-dialog-button {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  display: inline-block;
  margin-bottom: 0;
  font-family: "DIN Next W01 Bold";
  border: 1px solid transparent;
  padding: 6px 0;
  width: 120px;
  max-width: 48%;
}
.vex.vex-theme-enware .vex-dialog-button + .vex-dialog-button {
  margin-left: 5px;
}
.vex.vex-theme-enware .vex-dialog-button:focus {
  animation: vex-pulse 1.1s infinite;
  -webkit-animation: vex-pulse 1.1s infinite;
  -moz-animation: vex-pulse 1.1s infinite;
  -ms-animation: vex-pulse 1.1s infinite;
  -o-animation: vex-pulse 1.1s infinite;
  -webkit-backface-visibility: hidden;
  outline: none;
}
@media (max-width: 568px) {
  .vex.vex-theme-enware .vex-dialog-button:focus {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    -webkit-backface-visibility: hidden;
  }
}
.vex.vex-theme-enware .vex-dialog-button.vex-dialog-button-primary {
  background: #004990;
  border-color: #004990;
  color: #fff;
}
.vex.vex-theme-enware .vex-dialog-button.vex-dialog-button-secondary {
  background: #fff;
  border-color: #e1e1e1;
  color: #004990;
}
.vex-loading-spinner.vex-theme-enware {
  height: 2.5em;
  width: 2.5em;
}
.vex {
  z-index: 9999 !important;
}
/*
 * Lash-Creative Mixins LESS
 */
.table-row {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.table-cell {
  display: table-cell;
}
.table-cell.align-top {
  vertical-align: top !important;
}
.table-cell.align-bottom {
  vertical-align: bottom !important;
}
.table-cell.align-middle {
  vertical-align: middle !important;
}
.img-circle {
  border-radius: 50%;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.vid-responsive {
  max-width: 100%;
  height: auto;
}
.block-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.block-left {
  margin-right: auto;
  display: block;
}
.block-right {
  margin-left: auto;
  display: block;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
@media (min-width: 768px) {
  .text-center-sm {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .text-left-sm {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .text-right-sm {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .hidden-only-sm {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .hidden-only-md {
    display: none !important;
  }
}
.no-margin-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.no-margin-left {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.no-margin-right {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
@font-face {
  font-family: "DIN Next W01 Medium";
  src: url("../fonts/fonts.com/324dee78-6585-4c13-8ca3-5817cc600d84.eot?#iefix");
  src: url("../fonts/fonts.com/324dee78-6585-4c13-8ca3-5817cc600d84.eot?#iefix") format("eot"), url("../fonts/fonts.com/4bf0ead4-e61b-4992-832b-6ff05828d99f.woff") format("woff"), url("../fonts/fonts.com/73713a0b-8f6a-4c4e-b8a8-7cf238e632f6.ttf") format("truetype"), url("../fonts/fonts.com/b90b6bdf-15e2-4544-9fe0-92c79fff0ecd.svg#b90b6bdf-15e2-4544-9fe0-92c79fff0ecd") format("svg");
}
@font-face {
  font-family: "DIN Next W01 Bold";
  src: url("../fonts/fonts.com/b32ab78b-6c51-4bd3-bc37-4edcec0331f8.eot?#iefix");
  src: url("../fonts/fonts.com/b32ab78b-6c51-4bd3-bc37-4edcec0331f8.eot?#iefix") format("eot"), url("../fonts/fonts.com/9949035f-6226-4080-a14a-bf7d94ffb1e1.woff") format("woff"), url("../fonts/fonts.com/6241bd09-15c2-485e-9796-9db8d0aa6974.ttf") format("truetype"), url("../fonts/fonts.com/af94da3e-4232-416a-b6bc-f39f85dd5db6.svg#af94da3e-4232-416a-b6bc-f39f85dd5db6") format("svg");
}
@font-face {
  font-family: "Myriad W01 Bd";
  src: url("../fonts/fonts.com/4f2af761-c017-4801-9aa5-5d30643373ce.eot?#iefix");
  src: url("../fonts/fonts.com/4f2af761-c017-4801-9aa5-5d30643373ce.eot?#iefix") format("eot"), url("../fonts/fonts.com/acfb7490-30f6-4bf4-a1b8-70ff9172d209.woff") format("woff"), url("../fonts/fonts.com/5bf402e3-ba96-414e-bc7e-cb6689fe32c1.ttf") format("truetype"), url("../fonts/fonts.com/c5dceae7-427a-4765-b06b-ea2eecca3434.svg#c5dceae7-427a-4765-b06b-ea2eecca3434") format("svg");
}
@font-face {
  font-family: "Myriad W01 Regular";
  src: url("../fonts/fonts.com/2bd106a4-3872-4193-8627-d7af96dd4f7e.eot?#iefix");
  src: url("../fonts/fonts.com/2bd106a4-3872-4193-8627-d7af96dd4f7e.eot?#iefix") format("eot"), url("../fonts/fonts.com/c5b1c170-d8f7-41f9-85c2-0ab670780c6b.woff") format("woff"), url("../fonts/fonts.com/ba1ff8f6-0c27-4e7b-8be5-818b6c3dd801.ttf") format("truetype"), url("../fonts/fonts.com/a379413e-a0b8-44dc-b250-1e000e4092a4.svg#a379413e-a0b8-44dc-b250-1e000e4092a4") format("svg");
}
@font-face {
  font-family: "Myriad W01 It";
  src: url("../fonts/fonts.com/b7dea71a-f8e7-42e0-b03b-ae1b0b6eb0cd.eot?#iefix");
  src: url("../fonts/fonts.com/b7dea71a-f8e7-42e0-b03b-ae1b0b6eb0cd.eot?#iefix") format("eot"), url("../fonts/fonts.com/7becdf28-cd45-4f8a-bcab-d8c861a8ebc5.woff") format("woff"), url("../fonts/fonts.com/b90a1a2e-a700-4528-aa00-535c93ecf8a9.ttf") format("truetype"), url("../fonts/fonts.com/85c745b1-d826-4e09-988f-82cd152fb0db.svg#85c745b1-d826-4e09-988f-82cd152fb0db") format("svg");
}
@font-face {
  font-family: 'iconfont';
  src: url('../fonts/icomoon/icomoon.eot?-h1ll3g');
  src: url('../fonts/icomoon/icomoon.eot?#iefix-h1ll3g') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff2?-h1ll3g') format('woff2'), url('../fonts/icomoon/icomoon.woff?-h1ll3g') format('woff'), url('../fonts/icomoon/icomoon.ttf?-h1ll3g') format('truetype'), url('../fonts/icomoon/icomoon.svg?-h1ll3g#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon-font {
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  top: 1px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-font:before {
  /*	vertical-align: middle; */
}
/* General Icon */
.icon-plus:before {
  content: "\e618";
}
.icon-minus:before {
  content: "\e607";
}
.icon-cross:before {
  content: "\e616";
}
.icon-dot:before {
  content: "\e617";
}
.icon-check:before {
  content: "\e614";
}
.icon-tickbox:before {
  content: "\e613";
}
.icon-tickbox-tick:before {
  content: "\e619";
}
.icon-arrow-down:before {
  content: "\e602";
}
.icon-arrow-up:before {
  content: "\e605";
}
.icon-arrow-left:before {
  content: "\e603";
}
.icon-arrow-right:before {
  content: "\e604";
}
.icon-menu:before {
  content: "\e60c";
}
.icon-magnify:before {
  content: "\e60e";
}
.icon-info:before {
  content: "\e61a";
}
/* Symbol Icon */
/*.icon-heart							{ &:before { content: "\e600"; }}
.icon-food							{ &:before { content: "\e606"; }}
.icon-education					{ &:before { content: "\e608"; }}
.icon-hospital					{ &:before { content: "\e609"; }}
.icon-house							{ &:before { content: "\e60a"; }}
.icon-lab								{ &:before { content: "\e60b"; }}
.icon-mining						{ &:before { content: "\e60d"; }}
.icon-mortuary					{ &:before { content: "\e60e"; }}
.icon-parking						{ &:before { content: "\e60f"; }}
.icon-plumbing					{ &:before { content: "\e610"; }}
.icon-safety						{ &:before { content: "\e611"; }}
.icon-security					{ &:before { content: "\e612"; }}
.icon-transport					{ &:before { content: "\e615"; }}*/
.icon-accessible:before {
  content: "\e601";
}
.icon-agedcare:before {
  content: "\e606";
}
.icon-care:before {
  content: "\e608";
}
.icon-food:before {
  content: "\e609";
}
.icon-education:before {
  content: "\e60a";
}
.icon-environmental:before {
  content: "\e60b";
}
.icon-factory:before {
  content: "\e60d";
}
.icon-hospital:before {
  content: "\e600";
}
.icon-lab:before {
  content: "\e60f";
}
.icon-mining:before {
  content: "\e610";
}
.icon-mortuary:before {
  content: "\e612";
}
.icon-plumbing:before {
  content: "\e615";
}
.icon-amenities:before {
  content: "\e61b";
}
.icon-residential:before {
  content: "\e61c";
}
.icon-sanitary:before {
  content: "\e61d";
}
.icon-security:before {
  content: "\e61e";
}
/* version 1.1 additional symbols */
.icon-heart-empty:before {
  content: "\e620";
}
.icon-heart-full:before {
  content: "\e61f";
}
.icon-pdf:before {
  content: "\e621";
}
.icon-cad:before {
  content: "\e622";
}
.icon-enhanced:before {
  content: "\e623";
}
.icon-informed:before {
  content: "\e624";
}
.icon-question:before {
  content: "\e800";
}
/* version 1.2 additional symbols */
.icon-project:before {
  content: "\e901";
}
.icon-chat:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-linkedin:before {
  content: "\e903";
}
.icon-youtube:before {
  content: "\e904";
}
.icon-linkedin-2:before {
  content: "\e905";
}
/*
 * Enware BxSlider Custom Style LESS
 */
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: solid #fff 5px;
  left: -5px;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../bower_components/bolster.bxSlider/images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../bower_components/bolster.bxSlider/images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../bower_components/bolster.bxSlider/images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../bower_components/bolster.bxSlider/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../bower_components/bolster.bxSlider/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
.bx-wrapper .bx-viewport {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
  background-color: transparent;
}
@media (max-width: 767px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px;
    height: 12px;
    border-radius: 6px;
  }
}
@media (min-width: 768px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 14px;
    height: 14px;
    border-radius: 7px;
  }
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #ffffff;
  border: 1px solid #004990;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #004990;
}
.hero-slider > ul > li {
  display: none;
}
.hero-slider > ul > li:first-child {
  display: inherit;
}
@media (max-width: 767px) {
  .hero-slider .bx-wrapper {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .hero-slider .bx-wrapper {
    margin-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .hero-slider .bx-wrapper .bx-pager {
    font-size: 12px;
    line-height: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .hero-slider .bx-wrapper .bx-pager {
    font-size: 14px;
    line-height: 14px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.hero-slider .bx-wrapper .bx-pager {
  top: 100%;
  bottom: initial;
}
.hero-slider .hero-cell {
  width: 100%;
  position: relative;
}
.hero-slider .hero-cell .image-container img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (min-width: 768px) {
  .hero-slider .hero-cell .text-container {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.hero-slider .hero-cell .text-container .left-side,
.hero-slider .hero-cell .text-container .right-side {
  background-color: rgba(0, 73, 144, 0.8);
  color: #ffffff;
  padding: 20px;
}
@media (max-width: 767px) {
  .hero-slider .hero-cell .text-container .left-side,
  .hero-slider .hero-cell .text-container .right-side {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 960px) {
  .hero-slider .hero-cell .text-container .left-side,
  .hero-slider .hero-cell .text-container .right-side {
    width: 50%;
    padding: 30px;
  }
}
.hero-slider .hero-cell .text-container .left-side h4,
.hero-slider .hero-cell .text-container .right-side h4 {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .hero-slider .hero-cell .text-container .left-side h4,
  .hero-slider .hero-cell .text-container .right-side h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
.hero-slider .hero-cell .text-container .left-side h4 + p,
.hero-slider .hero-cell .text-container .right-side h4 + p {
  margin-top: 10px;
}
.hero-slider .hero-cell .text-container .left-side a,
.hero-slider .hero-cell .text-container .right-side a {
  color: #ffffff;
  text-decoration: none;
}
.hero-slider .hero-cell .text-container .left-side a:hover,
.hero-slider .hero-cell .text-container .right-side a:hover {
  text-decoration: underline;
}
@media (min-width: 960px) {
  .hero-slider .hero-cell .text-container .left-side {
    float: left !important;
    text-align: left;
    padding-right: 60px;
    border-top-right-radius: 60px;
  }
}
@media (min-width: 960px) {
  .hero-slider .hero-cell .text-container .right-side {
    float: right !important;
    text-align: right;
    padding-left: 60px;
    border-top-left-radius: 60px;
  }
}
.product-slider {
  position: relative;
}
.product-slider .bx-viewport {
  border: 1px solid #ebebeb;
}
.product-slider .bx-wrapper .bx-pager {
  text-align: left;
  top: 100%;
  bottom: initial;
}
/*
 * Enware Variables LESS
 */
/*
 * Enware Scaffolding LESS
 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input,
button,
select,
textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
select::-ms-expand {
  display: none;
}
ul,
ol,
li {
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  padding: 0;
  margin: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a[data-toggle="collapse"] {
  text-decoration: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #004990;
}
a:hover {
  text-decoration: none;
}
/*
 * Enware Types LESS
 */
.font-din-bold {
  font-family: "DIN Next W01 Bold";
}
.font-din-medium {
  font-family: "DIN Next W01 Medium";
}
.font-myriad-regular {
  font-family: "Myriad W01 Regular";
}
.font-myriad-italic {
  font-family: "Myriad W01 It";
}
.font-myriad-bold {
  font-family: "Myriad W01 Bd";
}
.font-heading-style {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
}
.font-body-style {
  font-family: "Myriad W01 Regular";
}
.generic-heading-style {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .generic-heading-style {
    font-size: 16px;
    line-height: 22px;
  }
}
.generic-body-style {
  font-family: "Myriad W01 Regular";
  color: #464646;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1200px) {
  .generic-body-style {
    font-size: 16px;
    line-height: 20px;
  }
}
body {
  font-family: "Myriad W01 Regular";
  color: #464646;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1200px) {
  body {
    font-size: 16px;
    line-height: 20px;
  }
}
.hero-heading {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .hero-heading {
    font-size: 20px;
    line-height: 26px;
  }
}
.hero-body {
  font-family: "Myriad W01 Regular";
  color: #464646;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1200px) {
  .hero-body {
    font-size: 16px;
    line-height: 20px;
  }
}
.content-heading {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .content-heading {
    font-size: 16px;
    line-height: 22px;
  }
}
.content-body {
  font-family: "Myriad W01 Regular";
  color: #464646;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1200px) {
  .content-body {
    font-size: 16px;
    line-height: 20px;
  }
}
.feature-heading {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .feature-heading {
    font-size: 26px;
    line-height: 32px;
  }
}
.feature-body {
  font-family: "Myriad W01 Regular";
  color: #464646;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1200px) {
  .feature-body {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .feature-body {
    font-size: 16px;
    line-height: 22px;
  }
}
.jumbo-heading {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  margin: 20px 0;
}
@media (min-width: 960px) {
  .jumbo-heading {
    margin: 50px 0 30px;
  }
}
@media (min-width: 1200px) {
  .jumbo-heading {
    font-size: 30px;
    line-height: 40px;
  }
}
.jumbo-body {
  font-family: "Myriad W01 Regular";
  color: #464646;
  font-size: 14px;
  line-height: 18px;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1200px) {
  .jumbo-body {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .jumbo-body {
    font-size: 20px;
    line-height: 30px;
  }
}
.product-heading {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .product-heading {
    font-size: 16px;
    line-height: 22px;
  }
}
.product-date {
  font-family: "Myriad W01 It";
  font-size: 13px;
  line-height: 18px;
}
@media (min-width: 1200px) {
  .product-date {
    font-size: 14px;
    line-height: 20px;
  }
}
.case-study-heading {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .case-study-heading {
    font-size: 16px;
    line-height: 22px;
  }
}
.title-style {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .title-style {
    font-size: 20px;
    line-height: 26px;
  }
}
.header-global-menu {
  font-family: "Myriad W01 Regular";
  font-size: 14px;
}
.header-main-menu {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .header-main-menu {
    font-size: 16px;
  }
}
.header-inner-menu {
  font-family: "Myriad W01 Regular";
  color: #464646;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1200px) {
  .header-inner-menu {
    font-size: 16px;
    line-height: 20px;
  }
}
.footer-heading {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 768px) and (max-width: 959px) {
  .footer-heading {
    line-height: 20px;
  }
}
.footer-body {
  font-family: "Myriad W01 Regular";
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 768px) and (max-width: 959px) {
  .footer-body {
    line-height: 20px;
  }
}
.button-style {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 12px;
}
@media (min-width: 1200px) {
  .button-style {
    font-size: 14px;
  }
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000000;
}
.text-small {
  font-size: 14px;
}
/*
 * Enware Layout LESS
 */
html,
body {
  height: 100%;
  position: relative;
  background-color: #ebebeb;
}
html {
  overflow-y: scroll;
}
body.modal-open {
  padding-right: 0 !important;
}
.wrapper {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1400px;
  background-color: #ffffff;
}
.max-width-desktop-1400 {
  max-width: 1400px;
}
.max-width-desktop-1200 {
  max-width: 1400px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 960px) {
  .container {
    width: 960px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  .container.full {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container.full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .container.small {
    width: 720px;
  }
}
@media (min-width: 960px) {
  .container.small {
    width: 768px;
  }
}
@media (min-width: 1200px) {
  .container.small {
    width: 960px;
  }
}
@media (min-width: 768px) {
  .container.compact {
    width: 612px;
  }
}
@media (min-width: 960px) {
  .container.compact {
    width: 624px;
  }
}
@media (min-width: 1200px) {
  .container.compact {
    width: 780px;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 960px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.col-3 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .col-3 {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 960px) {
  .col-3 {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .col-3 {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col-4 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .col-4 {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 960px) {
  .col-4 {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .col-4 {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col-6 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .col-6 {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 960px) {
  .col-6 {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .col-6 {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col-9 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .col-9 {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 960px) {
  .col-9 {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .col-9 {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col-12 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .col-12 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 960px) {
  .col-12 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .col-12 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.static-col-4 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .static-col-4 {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 960px) {
  .static-col-4 {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .static-col-4 {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.static-col-3 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .static-col-3 {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 960px) {
  .static-col-3 {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .static-col-3 {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col-menu {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .col-menu {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .col-menu.always-show {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .col-menu {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 960px) {
  .col-menu {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .col-menu {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col-content {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .col-content {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 960px) {
  .col-content {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .col-content {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col-label {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .col-label {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 960px) {
  .col-label {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .col-label {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col-input {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .col-input {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 960px) {
  .col-input {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .col-input {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*
 * Hierarchy: .wrapper > Block > .container > Module
 */
.block.margin-top {
  padding-top: 40px;
  margin-top: 0;
}
.block.margin-bottom {
  padding-bottom: 40px;
  margin-bottom: 0;
}
.block.margin {
  padding-top: 40px;
  margin-top: 0;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.block.margin-small-top {
  padding-top: 20px;
  margin-top: 0;
}
.block.margin-small-bottom {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.block.margin-small {
  padding-top: 20px;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.block.margin-list-bottom {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .block.margin-list-bottom {
    padding-bottom: 24px;
  }
}
@media (min-width: 960px) {
  .block.margin-list-bottom {
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .block.margin-list-bottom {
    padding-bottom: 10px;
  }
}
.block.border-bottom {
  border-bottom: 1px solid #ebebeb;
}
.block.border-top {
  border-top: 1px solid #ebebeb;
}
.block.bg-blue {
  background-color: #004990;
}
.block.bg-green {
  background-color: #0098d7;
}
.block-slider-hero.margin-top {
  padding-top: 40px;
  margin-top: 0;
}
.block-slider-hero.margin-bottom {
  padding-bottom: 40px;
  margin-bottom: 0;
}
.block-slider-hero.margin {
  padding-top: 40px;
  margin-top: 0;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.block-slider-hero.margin-small-top {
  padding-top: 20px;
  margin-top: 0;
}
.block-slider-hero.margin-small-bottom {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.block-slider-hero.margin-small {
  padding-top: 20px;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.block-slider-hero.margin-list-bottom {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .block-slider-hero.margin-list-bottom {
    padding-bottom: 24px;
  }
}
@media (min-width: 960px) {
  .block-slider-hero.margin-list-bottom {
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .block-slider-hero.margin-list-bottom {
    padding-bottom: 10px;
  }
}
.block-slider-hero.border-bottom {
  border-bottom: 1px solid #ebebeb;
}
.block-slider-hero.border-top {
  border-top: 1px solid #ebebeb;
}
.block-slider-hero.bg-blue {
  background-color: #004990;
}
.block-slider-hero.bg-green {
  background-color: #0098d7;
}
.block-market-hero.margin-top {
  padding-top: 40px;
  margin-top: 0;
}
.block-market-hero.margin-bottom {
  padding-bottom: 40px;
  margin-bottom: 0;
}
.block-market-hero.margin {
  padding-top: 40px;
  margin-top: 0;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.block-market-hero.margin-small-top {
  padding-top: 20px;
  margin-top: 0;
}
.block-market-hero.margin-small-bottom {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.block-market-hero.margin-small {
  padding-top: 20px;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.block-market-hero.margin-list-bottom {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .block-market-hero.margin-list-bottom {
    padding-bottom: 24px;
  }
}
@media (min-width: 960px) {
  .block-market-hero.margin-list-bottom {
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .block-market-hero.margin-list-bottom {
    padding-bottom: 10px;
  }
}
.block-market-hero.border-bottom {
  border-bottom: 1px solid #ebebeb;
}
.block-market-hero.border-top {
  border-top: 1px solid #ebebeb;
}
.block-market-hero.bg-blue {
  background-color: #004990;
}
.block-market-hero.bg-green {
  background-color: #0098d7;
}
.block-market-hero .title-container {
  text-align: center;
}
@media (max-width: 767px) {
  .block-market-hero .title-container {
    padding-top: 20px;
    padding-bottom: 20px;
    background-position: center;
    background-size: cover;
    background-repeat: none;
  }
}
@media (min-width: 768px) {
  .block-market-hero .title-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .block-market-hero .title-container .symbol-box {
    color: #ffffff;
    border-color: #ffffff;
  }
}
@media (min-width: 768px) {
  .block-market-hero .title-container .symbol-box {
    color: #ffffff;
    border: none;
    background-color: #0098d7;
  }
}
.block-market-hero .title-container h2 {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .block-market-hero .title-container h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .block-market-hero .title-container h2 {
    margin-top: 20px;
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  .block-market-hero .content-container {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .block-market-hero .content-container .image-cell,
  .block-market-hero .content-container .text-cell {
    display: table-cell;
    vertical-align: middle !important;
    width: 50%;
  }
  .block-market-hero .content-container .image-cell.align-top,
  .block-market-hero .content-container .text-cell.align-top {
    vertical-align: top !important;
  }
  .block-market-hero .content-container .image-cell.align-bottom,
  .block-market-hero .content-container .text-cell.align-bottom {
    vertical-align: bottom !important;
  }
  .block-market-hero .content-container .image-cell.align-middle,
  .block-market-hero .content-container .text-cell.align-middle {
    vertical-align: middle !important;
  }
}
.block-market-hero .content-container .image-cell {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .block-market-hero .content-container .image-cell {
    display: none;
  }
}
.block-market-hero .content-container .text-cell {
  text-align: left;
}
@media (max-width: 767px) {
  .block-market-hero .content-container .text-cell {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .block-market-hero .content-container .text-cell {
    background-color: #0098d7;
    padding: 3% 5% 4%;
  }
}
.block-market-hero .content-container .text-cell .symbol-box {
  margin-left: 0;
  text-align: center;
  color: #ffffff;
  border-color: #ffffff;
}
@media (max-width: 767px) {
  .block-market-hero .content-container .text-cell .symbol-box {
    display: none;
  }
}
.block-market-hero .content-container .text-cell h2 {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .block-market-hero .content-container .text-cell h2 {
    display: none;
  }
}
@media (min-width: 768px) {
  .block-market-hero .content-container .text-cell h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .block-market-hero .content-container .text-cell h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .block-market-hero .content-container .text-cell .feature-body {
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  .block-market-hero .content-container .text-cell .feature-body + .button {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .block-market-hero .content-container .text-cell .feature-body + .button {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .block-market-hero .content-container .text-cell .button {
    color: #004990 !important;
    background-color: transparent;
    border-color: #004990;
  }
  .block-market-hero .content-container .text-cell .button:hover,
  .block-market-hero .content-container .text-cell .button:focus,
  .block-market-hero .content-container .text-cell .button.focus,
  .block-market-hero .content-container .text-cell .button:active,
  .block-market-hero .content-container .text-cell .button.active,
  .open > .dropdown-toggle.block-market-hero .content-container .text-cell .button {
    background-color: #004990;
    border-color: #004990;
  }
  .block-market-hero .content-container .text-cell .button:hover,
  .block-market-hero .content-container .text-cell .button:focus,
  .block-market-hero .content-container .text-cell .button.focus,
  .block-market-hero .content-container .text-cell .button:active,
  .block-market-hero .content-container .text-cell .button.active,
  .open > .dropdown-toggle.block-market-hero .content-container .text-cell .button,
  .block-market-hero .content-container .text-cell .button:hover span,
  .block-market-hero .content-container .text-cell .button:focus span,
  .block-market-hero .content-container .text-cell .button.focus span,
  .block-market-hero .content-container .text-cell .button:active span,
  .block-market-hero .content-container .text-cell .button.active span,
  .open > .dropdown-toggle.block-market-hero .content-container .text-cell .button span {
    color: #ffffff !important;
  }
  .block-market-hero .content-container .text-cell .button:active,
  .block-market-hero .content-container .text-cell .button.active,
  .open > .dropdown-toggle.block-market-hero .content-container .text-cell .button {
    background-image: none;
  }
  .block-market-hero .content-container .text-cell .button.disabled,
  .block-market-hero .content-container .text-cell .button[disabled],
  fieldset[disabled] .block-market-hero .content-container .text-cell .button,
  .block-market-hero .content-container .text-cell .button.disabled:hover,
  .block-market-hero .content-container .text-cell .button[disabled]:hover,
  fieldset[disabled] .block-market-hero .content-container .text-cell .button:hover,
  .block-market-hero .content-container .text-cell .button.disabled:focus,
  .block-market-hero .content-container .text-cell .button[disabled]:focus,
  fieldset[disabled] .block-market-hero .content-container .text-cell .button:focus,
  .block-market-hero .content-container .text-cell .button.disabled.focus,
  .block-market-hero .content-container .text-cell .button[disabled].focus,
  fieldset[disabled] .block-market-hero .content-container .text-cell .button.focus,
  .block-market-hero .content-container .text-cell .button.disabled:active,
  .block-market-hero .content-container .text-cell .button[disabled]:active,
  fieldset[disabled] .block-market-hero .content-container .text-cell .button:active,
  .block-market-hero .content-container .text-cell .button.disabled.active,
  .block-market-hero .content-container .text-cell .button[disabled].active,
  fieldset[disabled] .block-market-hero .content-container .text-cell .button.active {
    background-color: #ebebeb;
    border-color: #004990;
    color: #b8b8b8 !important;
  }
}
.block-image-hero {
  padding-top: 40%;
  position: relative;
}
.block-image-hero.margin-top {
  padding-top: 40px;
  margin-top: 0;
}
.block-image-hero.margin-bottom {
  padding-bottom: 40px;
  margin-bottom: 0;
}
.block-image-hero.margin {
  padding-top: 40px;
  margin-top: 0;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.block-image-hero.margin-small-top {
  padding-top: 20px;
  margin-top: 0;
}
.block-image-hero.margin-small-bottom {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.block-image-hero.margin-small {
  padding-top: 20px;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.block-image-hero.margin-list-bottom {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .block-image-hero.margin-list-bottom {
    padding-bottom: 24px;
  }
}
@media (min-width: 960px) {
  .block-image-hero.margin-list-bottom {
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .block-image-hero.margin-list-bottom {
    padding-bottom: 10px;
  }
}
.block-image-hero.border-bottom {
  border-bottom: 1px solid #ebebeb;
}
.block-image-hero.border-top {
  border-top: 1px solid #ebebeb;
}
.block-image-hero.bg-blue {
  background-color: #004990;
}
.block-image-hero.bg-green {
  background-color: #0098d7;
}
.block-image-hero .image-hero {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.block-image-hero .full-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.block-image-hero .content-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.block-image-hero .content-cell {
  display: table-cell;
  vertical-align: middle !important;
  text-align: center;
}
.block-image-hero .content-cell.align-top {
  vertical-align: top !important;
}
.block-image-hero .content-cell.align-bottom {
  vertical-align: bottom !important;
}
.block-image-hero .content-cell.align-middle {
  vertical-align: middle !important;
}
.block-image-hero .symbol-box {
  color: #ffffff;
  border-color: #ffffff;
}
.block-image-hero h2 {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .block-image-hero h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
.block-text-hero {
  padding-top: 40px;
  margin-top: 0;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.block-text-hero.margin-top {
  padding-top: 40px;
  margin-top: 0;
}
.block-text-hero.margin-bottom {
  padding-bottom: 40px;
  margin-bottom: 0;
}
.block-text-hero.margin {
  padding-top: 40px;
  margin-top: 0;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.block-text-hero.margin-small-top {
  padding-top: 20px;
  margin-top: 0;
}
.block-text-hero.margin-small-bottom {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.block-text-hero.margin-small {
  padding-top: 20px;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.block-text-hero.margin-list-bottom {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .block-text-hero.margin-list-bottom {
    padding-bottom: 24px;
  }
}
@media (min-width: 960px) {
  .block-text-hero.margin-list-bottom {
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .block-text-hero.margin-list-bottom {
    padding-bottom: 10px;
  }
}
.block-text-hero.border-bottom {
  border-bottom: 1px solid #ebebeb;
}
.block-text-hero.border-top {
  border-top: 1px solid #ebebeb;
}
.block-text-hero.bg-blue {
  background-color: #004990;
}
.block-text-hero.bg-green {
  background-color: #0098d7;
}
.block-text-hero .feature-heading + .feature-body,
.block-text-hero .feature-heading + p,
.block-text-hero .feature-body + .button {
  margin-top: 20px;
}
.block-text-hero .italic {
  font-family: "Myriad W01 It";
  margin-bottom: 10px;
}
.block-text-hero.bg-blue {
  background-color: #11599f;
  color: #ffffff;
}
.block-text-hero.bg-blue a {
  color: #ffffff;
}
.block-text-hero.bg-blue a:hover {
  text-decoration: underline;
}
@media (min-width: 960px) {
  .block-text-hero .left-text-block {
    padding-right: 30%;
  }
}
.block-text-hero.product-hero-style {
  background-color: #0098d7;
  color: #ffffff;
}
@media (min-width: 768px) {
  .block-text-hero.product-hero-style {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 768px) {
  .block-text-hero.product-hero-style .hero-row {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
  }
}
@media (min-width: 768px) {
  .block-text-hero.product-hero-style .symbol-cell {
    display: table-cell;
    vertical-align: middle !important;
    width: 20%;
  }
  .block-text-hero.product-hero-style .symbol-cell.align-top {
    vertical-align: top !important;
  }
  .block-text-hero.product-hero-style .symbol-cell.align-bottom {
    vertical-align: bottom !important;
  }
  .block-text-hero.product-hero-style .symbol-cell.align-middle {
    vertical-align: middle !important;
  }
}
@media (min-width: 960px) {
  .block-text-hero.product-hero-style .symbol-cell {
    width: 15%;
  }
}
@media (min-width: 768px) {
  .block-text-hero.product-hero-style .text-cell {
    display: table-cell;
    vertical-align: middle !important;
    width: 80%;
  }
  .block-text-hero.product-hero-style .text-cell.align-top {
    vertical-align: top !important;
  }
  .block-text-hero.product-hero-style .text-cell.align-bottom {
    vertical-align: bottom !important;
  }
  .block-text-hero.product-hero-style .text-cell.align-middle {
    vertical-align: middle !important;
  }
}
@media (min-width: 960px) {
  .block-text-hero.product-hero-style .text-cell {
    width: 85%;
  }
}
.block-text-hero.product-hero-style .symbol-box {
  color: #ffffff;
  border-color: #ffffff;
  background-color: transparent;
  text-align: center;
}
@media (min-width: 768px) {
  .block-text-hero.product-hero-style .symbol-box {
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .block-text-hero.product-hero-style .feature-heading {
    margin-top: 20px;
    text-align: center;
  }
}
.block-text-hero.product-hero-style .feature-body {
  color: #ffffff;
}
@media (max-width: 767px) {
  .block-text-hero.product-hero-style .feature-body {
    text-align: center;
  }
}
.block-breadcrumb {
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #004990;
}
.block-breadcrumb.margin-top {
  padding-top: 40px;
  margin-top: 0;
}
.block-breadcrumb.margin-bottom {
  padding-bottom: 40px;
  margin-bottom: 0;
}
.block-breadcrumb.margin {
  padding-top: 40px;
  margin-top: 0;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.block-breadcrumb.margin-small-top {
  padding-top: 20px;
  margin-top: 0;
}
.block-breadcrumb.margin-small-bottom {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.block-breadcrumb.margin-small {
  padding-top: 20px;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.block-breadcrumb.margin-list-bottom {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .block-breadcrumb.margin-list-bottom {
    padding-bottom: 24px;
  }
}
@media (min-width: 960px) {
  .block-breadcrumb.margin-list-bottom {
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .block-breadcrumb.margin-list-bottom {
    padding-bottom: 10px;
  }
}
.block-breadcrumb.border-bottom {
  border-bottom: 1px solid #ebebeb;
}
.block-breadcrumb.border-top {
  border-top: 1px solid #ebebeb;
}
.block-breadcrumb.bg-blue {
  background-color: #004990;
}
.block-breadcrumb.bg-green {
  background-color: #0098d7;
}
@media (max-width: 767px) {
  .block-breadcrumb {
    display: none;
  }
}
.block-breadcrumb .breadcrumb > li {
  display: inline-block;
}
.block-breadcrumb .breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 0px;
  color: #ffffff;
}
.block-breadcrumb .breadcrumb > li.active {
  color: #ffffff;
}
.block-breadcrumb .breadcrumb > li a {
  color: #ffffff;
  text-decoration: none;
}
.block-breadcrumb .breadcrumb > li a:hover,
.block-breadcrumb .breadcrumb > li a:focus {
  color: #ffffff;
  text-decoration: underline;
}
.block-breadcrumb.bg-search {
  background-color: #5cc9e7;
}
.module-title {
  border-bottom: 1px solid #004990;
  padding: 8px 0;
  margin: 20px 0;
}
@media (min-width: 1200px) {
  .module-title {
    padding: 10px 0;
    margin: 30px 0;
  }
}
.module-title.small-margin-top {
  margin-top: 10px;
}
@media (min-width: 1200px) {
  .module-title.small-margin-top {
    margin-top: 15px;
  }
}
.module-title h2 {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  color: #004990;
}
@media (min-width: 1200px) {
  .module-title h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 960px) {
  .module-title h2 {
    width: 70%;
  }
}
.module-title .description {
  font-size: 0.9em;
  font-style: italic;
}
.module-title h2 + .description {
  margin-top: 20px;
}
.module-title.gray h2 {
  color: #464646;
}
.module-title.red h2 {
  color: #e33f3f;
}
.module-title.no-border {
  border-bottom: none;
}
.module-title h2.with-button-box {
  display: inline-block;
  width: auto;
}
.module-title .button-box {
  display: inline-block;
}
@media (min-width: 768px) {
  .module-title .button-box {
    margin-left: 20px;
  }
}
.module-title h4 {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
}
.module-content {
  margin: 20px 0 10px;
}
.module-list {
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: -20px;
}
@media (min-width: 768px) {
  .module-list {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 960px) {
  .module-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1200px) {
  .module-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .module-list {
    margin-bottom: -16px;
  }
}
@media (min-width: 960px) {
  .module-list {
    margin-bottom: -20px;
  }
}
@media (min-width: 1200px) {
  .module-list {
    margin-bottom: -30px;
  }
}
.module-list.no-reverse-margin {
  margin-bottom: 0 !important;
}
.module-splitter {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .module-splitter {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 960px) {
  .module-splitter {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1200px) {
  .module-splitter {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.module-floating-menu {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.module-form {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.module-form .form-group {
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .module-form .form-group.inline-md {
    margin-bottom: 0;
    display: inline-block;
  }
  .module-form .form-group.inline-md + .form-group.inline-md {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .module-form.margin-large {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.module-form .contourPage .contourPageName {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  color: #464646;
}
@media (min-width: 1200px) {
  .module-form .contourPage .contourPageName {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 960px) {
  .module-form .contourPage .contourPageName {
    width: 70%;
  }
}
.module-form .contourPage .contourFieldSet h2 {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .module-form .contourPage .contourFieldSet h2 {
    font-size: 16px;
    line-height: 22px;
  }
}
.module-form .contourPage .contourFieldSet .help-block {
  float: left !important;
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .module-form .contourPage .contourFieldSet .help-block {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 960px) {
  .module-form .contourPage .contourFieldSet .help-block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .module-form .contourPage .contourFieldSet .help-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .module-brand-feature .cell-row {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .module-brand-feature .cell-logo,
  .module-brand-feature .cell-detail,
  .module-brand-feature .cell-control {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .module-brand-feature .cell-logo,
  .module-brand-feature .cell-detail,
  .module-brand-feature .cell-control {
    display: table-cell;
    vertical-align: middle !important;
  }
  .module-brand-feature .cell-logo.align-top,
  .module-brand-feature .cell-detail.align-top,
  .module-brand-feature .cell-control.align-top {
    vertical-align: top !important;
  }
  .module-brand-feature .cell-logo.align-bottom,
  .module-brand-feature .cell-detail.align-bottom,
  .module-brand-feature .cell-control.align-bottom {
    vertical-align: bottom !important;
  }
  .module-brand-feature .cell-logo.align-middle,
  .module-brand-feature .cell-detail.align-middle,
  .module-brand-feature .cell-control.align-middle {
    vertical-align: middle !important;
  }
}
@media (min-width: 768px) {
  .module-brand-feature .cell-logo {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .module-brand-feature .cell-detail {
    padding: 0 16px;
    width: 60%;
  }
}
@media (min-width: 960px) {
  .module-brand-feature .cell-detail {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .module-brand-feature .cell-detail {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .module-brand-feature .cell-control {
    width: 20%;
  }
}
/*
 * Enware Components LESS
 */
.button {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 15px 8px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 6px;
  outline: 0;
  -webkit-transition: color 0.15s, background-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
  color: #004990 !important;
  background-color: transparent;
  border-color: #004990;
}
@media (min-width: 1200px) {
  .button {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .button {
    padding: 12px 30px 8px;
  }
}
.button.small {
  padding: 4px 10px 2px;
}
@media (min-width: 768px) {
  .button.small {
    padding: 4px 20px 2px;
  }
}
.button.compact {
  padding: 4px 5px 2px;
}
@media (min-width: 768px) {
  .button.compact {
    padding: 4px 10px 2px;
  }
}
@media (max-width: 767px) {
  .button.button-block-xs {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.button.button-block {
  display: block;
  width: 100%;
}
.button.button-big-width {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.button.button-load {
  display: block;
  width: 100%;
}
.button.button-load .main {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .button.button-load .main {
    font-size: 20px;
    line-height: 26px;
  }
}
.button.button-load .sub {
  font-family: "Myriad W01 It";
  color: #2F2F2F;
  text-transform: none;
}
.button.button-load .loader {
  display: none;
}
@media (min-width: 768px) {
  .button.button-load-big {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.button.loading .main,
.button.loading .sub {
  display: none;
}
.button.loading .loader {
  margin-top: -13px;
  margin-bottom: 13px;
  display: block;
}
.button:focus,
.button:active:focus,
.button.active:focus,
.button.focus,
.button:active.focus,
.button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
}
.button:hover,
.button:focus,
.button.focus {
  text-decoration: none;
}
.button:hover .symbol-image-normal,
.button:focus .symbol-image-normal,
.button.focus .symbol-image-normal {
  display: none;
}
.button:hover .symbol-image-highlight,
.button:focus .symbol-image-highlight,
.button.focus .symbol-image-highlight {
  display: inline-block;
}
.button .symbol-image-normal {
  display: inline-block;
}
.button .symbol-image-highlight {
  display: none;
}
.button:active,
.button.active {
  outline: 0;
  background-image: none;
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button:hover,
.button:focus,
.button.focus,
.button:active,
.button.active,
.open > .dropdown-toggle.button {
  background-color: #004990;
  border-color: #004990;
}
.button:hover,
.button:focus,
.button.focus,
.button:active,
.button.active,
.open > .dropdown-toggle.button,
.button:hover span,
.button:focus span,
.button.focus span,
.button:active span,
.button.active span,
.open > .dropdown-toggle.button span {
  color: #ffffff !important;
}
.button:active,
.button.active,
.open > .dropdown-toggle.button {
  background-image: none;
}
.button.disabled,
.button[disabled],
fieldset[disabled] .button,
.button.disabled:hover,
.button[disabled]:hover,
fieldset[disabled] .button:hover,
.button.disabled:focus,
.button[disabled]:focus,
fieldset[disabled] .button:focus,
.button.disabled.focus,
.button[disabled].focus,
fieldset[disabled] .button.focus,
.button.disabled:active,
.button[disabled]:active,
fieldset[disabled] .button:active,
.button.disabled.active,
.button[disabled].active,
fieldset[disabled] .button.active {
  background-color: #ebebeb;
  border-color: #004990;
  color: #b8b8b8 !important;
}
.button.white {
  color: #ffffff !important;
  background-color: transparent;
  border-color: #ffffff;
}
.button.white:hover,
.button.white:focus,
.button.white.focus,
.button.white:active,
.button.white.active,
.open > .dropdown-toggle.button.white {
  background-color: #ffffff;
  border-color: #ffffff;
}
.button.white:hover,
.button.white:focus,
.button.white.focus,
.button.white:active,
.button.white.active,
.open > .dropdown-toggle.button.white,
.button.white:hover span,
.button.white:focus span,
.button.white.focus span,
.button.white:active span,
.button.white.active span,
.open > .dropdown-toggle.button.white span {
  color: #004990 !important;
}
.button.white:active,
.button.white.active,
.open > .dropdown-toggle.button.white {
  background-image: none;
}
.button.white.disabled,
.button.white[disabled],
fieldset[disabled] .button.white,
.button.white.disabled:hover,
.button.white[disabled]:hover,
fieldset[disabled] .button.white:hover,
.button.white.disabled:focus,
.button.white[disabled]:focus,
fieldset[disabled] .button.white:focus,
.button.white.disabled.focus,
.button.white[disabled].focus,
fieldset[disabled] .button.white.focus,
.button.white.disabled:active,
.button.white[disabled]:active,
fieldset[disabled] .button.white:active,
.button.white.disabled.active,
.button.white[disabled].active,
fieldset[disabled] .button.white.active {
  background-color: #ebebeb;
  border-color: #ffffff;
  color: #b8b8b8 !important;
}
.button.navy {
  color: #ffffff !important;
  background-color: #004990;
  border-color: #004990;
}
.button.navy:hover,
.button.navy:focus,
.button.navy.focus,
.button.navy:active,
.button.navy.active,
.open > .dropdown-toggle.button.navy {
  background-color: #ffffff;
  border-color: #004990;
}
.button.navy:hover,
.button.navy:focus,
.button.navy.focus,
.button.navy:active,
.button.navy.active,
.open > .dropdown-toggle.button.navy,
.button.navy:hover span,
.button.navy:focus span,
.button.navy.focus span,
.button.navy:active span,
.button.navy.active span,
.open > .dropdown-toggle.button.navy span {
  color: #004990 !important;
}
.button.navy:active,
.button.navy.active,
.open > .dropdown-toggle.button.navy {
  background-image: none;
}
.button.navy.disabled,
.button.navy[disabled],
fieldset[disabled] .button.navy,
.button.navy.disabled:hover,
.button.navy[disabled]:hover,
fieldset[disabled] .button.navy:hover,
.button.navy.disabled:focus,
.button.navy[disabled]:focus,
fieldset[disabled] .button.navy:focus,
.button.navy.disabled.focus,
.button.navy[disabled].focus,
fieldset[disabled] .button.navy.focus,
.button.navy.disabled:active,
.button.navy[disabled]:active,
fieldset[disabled] .button.navy:active,
.button.navy.disabled.active,
.button.navy[disabled].active,
fieldset[disabled] .button.navy.active {
  background-color: #ebebeb;
  border-color: #004990;
  color: #b8b8b8 !important;
}
.button-symbol {
  display: block;
  width: 100%;
  margin-bottom: 0;
  text-decoration: none;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #D7D7D7;
  white-space: nowrap;
  outline: 0;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  color: #004990;
  font-size: 14px;
  text-align: left;
  margin-bottom: 20px;
}
.button-symbol:before {
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  top: 1px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  .button-symbol {
    border: 1px solid #D7D7D7;
    margin-top: -10px;
    padding-left: 60px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .button-symbol:before {
    left: 10px !important;
  }
}
@media (min-width: 768px) {
  .button-symbol {
    margin-top: -16px;
    margin-bottom: 16px;
  }
}
@media (min-width: 960px) {
  .button-symbol {
    margin-top: -20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .button-symbol {
    margin-top: -30px;
    margin-bottom: 30px;
  }
}
.button-symbol:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  width: 40px;
  text-align: left;
}
.filter-menu-main .filter-cell {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #004990;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
  color: #ffffff;
}
.filter-menu-main .filter-cell.arrow-style:hover .cell-symbol span.icon-font:before,
.filter-menu-main .filter-cell.arrow-style.selected .cell-symbol span.icon-font:before {
  content: "\e604";
}
.filter-menu-main .filter-cell:hover {
  cursor: pointer;
  background-color: #336DA6;
}
.filter-menu-main .filter-cell.selected {
  background-color: #336DA6;
}
.filter-menu-main .filter-cell [data-toggle="collapse"][aria-expanded="true"] .cell-symbol .icon-font:before {
  content: "\e605" !important;
}
.filter-menu-main .filter-cell .cell-container {
  width: 100%;
  position: relative;
}
.filter-menu-main .filter-cell .cell-container:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #B2C8DD;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.filter-menu-main .filter-cell:last-child .cell-container:after {
  background-color: #004990;
}
.filter-menu-main .cell-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.filter-menu-main .cell {
  display: table-cell;
  vertical-align: middle !important;
  padding: 10.66666667px 0;
}
.filter-menu-main .cell.align-top {
  vertical-align: top !important;
}
.filter-menu-main .cell.align-bottom {
  vertical-align: bottom !important;
}
.filter-menu-main .cell.align-middle {
  vertical-align: middle !important;
}
@media (min-width: 768px) {
  .filter-menu-main .cell {
    padding: 16px 0;
  }
}
.filter-menu-main .form-group {
  padding: 16px 0;
}
.filter-menu-main .cell-text {
  display: table-cell;
  vertical-align: middle !important;
  padding: 10.66666667px 0;
  width: 100%;
  text-align: left;
}
.filter-menu-main .cell-text.align-top {
  vertical-align: top !important;
}
.filter-menu-main .cell-text.align-bottom {
  vertical-align: bottom !important;
}
.filter-menu-main .cell-text.align-middle {
  vertical-align: middle !important;
}
@media (min-width: 768px) {
  .filter-menu-main .cell-text {
    padding: 16px 0;
  }
}
.filter-menu-main .cell-symbol {
  display: table-cell;
  vertical-align: middle !important;
  padding: 10.66666667px 0;
  width: 15%;
  text-align: right;
}
.filter-menu-main .cell-symbol.align-top {
  vertical-align: top !important;
}
.filter-menu-main .cell-symbol.align-bottom {
  vertical-align: bottom !important;
}
.filter-menu-main .cell-symbol.align-middle {
  vertical-align: middle !important;
}
@media (min-width: 768px) {
  .filter-menu-main .cell-symbol {
    padding: 16px 0;
  }
}
.filter-menu-main .cell-symbol.text-left {
  text-align: left;
}
.filter-menu-main .cell-checkbox {
  display: table-cell;
  vertical-align: middle !important;
  padding: 10.66666667px 0;
  width: 15%;
  text-align: left;
}
.filter-menu-main .cell-checkbox.align-top {
  vertical-align: top !important;
}
.filter-menu-main .cell-checkbox.align-bottom {
  vertical-align: bottom !important;
}
.filter-menu-main .cell-checkbox.align-middle {
  vertical-align: middle !important;
}
@media (min-width: 768px) {
  .filter-menu-main .cell-checkbox {
    padding: 16px 0;
  }
}
.filter-menu-main a {
  color: #ffffff;
  text-decoration: none;
}
.filter-menu-main.border-top {
  border-top: 1px solid #ffffff;
}
.filter-menu-main .filter-cell .cell-symbol [data-toggle="popover"] .icon-font {
  font-size: 20px;
  line-height: 1;
}
.filter-menu-detail .filter-cell {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #B2C8DD;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
  color: #004990;
}
.filter-menu-detail .filter-cell.arrow-style:hover .cell-symbol span.icon-font:before,
.filter-menu-detail .filter-cell.arrow-style.selected .cell-symbol span.icon-font:before {
  content: "\e604";
}
.filter-menu-detail .filter-cell:hover {
  cursor: pointer;
  background-color: #8fafcd;
}
.filter-menu-detail .filter-cell.selected {
  background-color: #8fafcd;
}
.filter-menu-detail .filter-cell [data-toggle="collapse"][aria-expanded="true"] .cell-symbol .icon-font:before {
  content: "\e605" !important;
}
.filter-menu-detail .filter-cell .cell-container {
  width: 100%;
  position: relative;
}
.filter-menu-detail .filter-cell .cell-container:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #004990;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.filter-menu-detail .filter-cell:last-child .cell-container:after {
  background-color: #B2C8DD;
}
.filter-menu-detail .cell-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.filter-menu-detail .cell {
  display: table-cell;
  vertical-align: middle !important;
  padding: 6.66666667px 0;
}
.filter-menu-detail .cell.align-top {
  vertical-align: top !important;
}
.filter-menu-detail .cell.align-bottom {
  vertical-align: bottom !important;
}
.filter-menu-detail .cell.align-middle {
  vertical-align: middle !important;
}
@media (min-width: 768px) {
  .filter-menu-detail .cell {
    padding: 10px 0;
  }
}
.filter-menu-detail .form-group {
  padding: 10px 0;
}
.filter-menu-detail .cell-text {
  display: table-cell;
  vertical-align: middle !important;
  padding: 6.66666667px 0;
  width: 100%;
  text-align: left;
}
.filter-menu-detail .cell-text.align-top {
  vertical-align: top !important;
}
.filter-menu-detail .cell-text.align-bottom {
  vertical-align: bottom !important;
}
.filter-menu-detail .cell-text.align-middle {
  vertical-align: middle !important;
}
@media (min-width: 768px) {
  .filter-menu-detail .cell-text {
    padding: 10px 0;
  }
}
.filter-menu-detail .cell-symbol {
  display: table-cell;
  vertical-align: middle !important;
  padding: 6.66666667px 0;
  width: 15%;
  text-align: right;
}
.filter-menu-detail .cell-symbol.align-top {
  vertical-align: top !important;
}
.filter-menu-detail .cell-symbol.align-bottom {
  vertical-align: bottom !important;
}
.filter-menu-detail .cell-symbol.align-middle {
  vertical-align: middle !important;
}
@media (min-width: 768px) {
  .filter-menu-detail .cell-symbol {
    padding: 10px 0;
  }
}
.filter-menu-detail .cell-symbol.text-left {
  text-align: left;
}
.filter-menu-detail .cell-checkbox {
  display: table-cell;
  vertical-align: middle !important;
  padding: 6.66666667px 0;
  width: 15%;
  text-align: left;
}
.filter-menu-detail .cell-checkbox.align-top {
  vertical-align: top !important;
}
.filter-menu-detail .cell-checkbox.align-bottom {
  vertical-align: bottom !important;
}
.filter-menu-detail .cell-checkbox.align-middle {
  vertical-align: middle !important;
}
@media (min-width: 768px) {
  .filter-menu-detail .cell-checkbox {
    padding: 10px 0;
  }
}
.filter-menu-detail a {
  color: #004990;
  text-decoration: none;
}
.filter-menu-detail .filter-cell[aria-expanded="true"] > .cell-container:after {
  background-color: transparent;
}
.filter-menu-detail .filter-cell.optional-filter {
  background-color: #D8E3EE;
}
.filter-menu-detail .filter-cell.optional-filter:hover {
  background-color: #c6d6e6;
}
.filter-menu-main.button-style,
.filter-menu-detail.button-style {
  border: none;
  font-weight: normal;
  text-transform: none;
  font-family: "Myriad W01 Regular";
  font-size: 100%;
}
.filter-menu-main.button-style:focus,
.filter-menu-detail.button-style:focus,
.filter-menu-main.button-style:active:focus,
.filter-menu-detail.button-style:active:focus,
.filter-menu-main.button-style.active:focus,
.filter-menu-detail.button-style.active:focus,
.filter-menu-main.button-style.focus,
.filter-menu-detail.button-style.focus,
.filter-menu-main.button-style:active.focus,
.filter-menu-detail.button-style:active.focus,
.filter-menu-main.button-style.active.focus,
.filter-menu-detail.button-style.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
}
.filter-menu-main.button-style:hover,
.filter-menu-detail.button-style:hover,
.filter-menu-main.button-style:focus,
.filter-menu-detail.button-style:focus,
.filter-menu-main.button-style.focus,
.filter-menu-detail.button-style.focus {
  text-decoration: none;
}
.filter-menu-main.button-style:active,
.filter-menu-detail.button-style:active,
.filter-menu-main.button-style.active,
.filter-menu-detail.button-style.active {
  outline: 0;
  background-image: none;
}
.filter-menu-main.button-style .cell-container:after,
.filter-menu-detail.button-style .cell-container:after {
  content: none;
}
.filter-menu-main.button-style .cell-text,
.filter-menu-detail.button-style .cell-text,
.filter-menu-main.button-style .cell-symbol,
.filter-menu-detail.button-style .cell-symbol {
  padding-top: 10.66666667px;
  padding-bottom: 10.66666667px;
}
@media (min-width: 768px) {
  .filter-menu-main.button-style .cell-text,
  .filter-menu-detail.button-style .cell-text,
  .filter-menu-main.button-style .cell-symbol,
  .filter-menu-detail.button-style .cell-symbol {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.filter-checklist {
  background-color: #D8E3EE;
  margin-left: -20px;
  margin-right: -20px;
}
.filter-checklist .filter-cell {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #e1e1e1;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
  color: #004990;
}
.filter-checklist .filter-cell.arrow-style:hover .cell-symbol span.icon-font:before,
.filter-checklist .filter-cell.arrow-style.selected .cell-symbol span.icon-font:before {
  content: "\e604";
}
.filter-checklist .filter-cell:hover {
  cursor: pointer;
  background-color: #e1e1e1;
}
.filter-checklist .filter-cell.selected {
  background-color: #e1e1e1;
}
.filter-checklist .filter-cell [data-toggle="collapse"][aria-expanded="true"] .cell-symbol .icon-font:before {
  content: "\e605" !important;
}
.filter-checklist .filter-cell .cell-container {
  width: 100%;
  position: relative;
}
.filter-checklist .filter-cell .cell-container:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #004990;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.filter-checklist .filter-cell:last-child .cell-container:after {
  background-color: #e1e1e1;
}
.filter-checklist .cell-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.filter-checklist .cell {
  display: table-cell;
  vertical-align: middle !important;
  padding: 6.66666667px 0;
}
.filter-checklist .cell.align-top {
  vertical-align: top !important;
}
.filter-checklist .cell.align-bottom {
  vertical-align: bottom !important;
}
.filter-checklist .cell.align-middle {
  vertical-align: middle !important;
}
@media (min-width: 768px) {
  .filter-checklist .cell {
    padding: 10px 0;
  }
}
.filter-checklist .form-group {
  padding: 10px 0;
}
.filter-checklist .cell-text {
  display: table-cell;
  vertical-align: middle !important;
  padding: 6.66666667px 0;
  width: 100%;
  text-align: left;
}
.filter-checklist .cell-text.align-top {
  vertical-align: top !important;
}
.filter-checklist .cell-text.align-bottom {
  vertical-align: bottom !important;
}
.filter-checklist .cell-text.align-middle {
  vertical-align: middle !important;
}
@media (min-width: 768px) {
  .filter-checklist .cell-text {
    padding: 10px 0;
  }
}
.filter-checklist .cell-symbol {
  display: table-cell;
  vertical-align: middle !important;
  padding: 6.66666667px 0;
  width: 15%;
  text-align: right;
}
.filter-checklist .cell-symbol.align-top {
  vertical-align: top !important;
}
.filter-checklist .cell-symbol.align-bottom {
  vertical-align: bottom !important;
}
.filter-checklist .cell-symbol.align-middle {
  vertical-align: middle !important;
}
@media (min-width: 768px) {
  .filter-checklist .cell-symbol {
    padding: 10px 0;
  }
}
.filter-checklist .cell-symbol.text-left {
  text-align: left;
}
.filter-checklist .cell-checkbox {
  display: table-cell;
  vertical-align: middle !important;
  padding: 6.66666667px 0;
  width: 15%;
  text-align: left;
}
.filter-checklist .cell-checkbox.align-top {
  vertical-align: top !important;
}
.filter-checklist .cell-checkbox.align-bottom {
  vertical-align: bottom !important;
}
.filter-checklist .cell-checkbox.align-middle {
  vertical-align: middle !important;
}
@media (min-width: 768px) {
  .filter-checklist .cell-checkbox {
    padding: 10px 0;
  }
}
.filter-checklist a {
  color: #004990;
  text-decoration: none;
}
.filter-checklist.no-reverse-margin {
  margin-left: 0;
  margin-right: 0;
}
.filter-menu-title .filter-cell {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #004990;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
  color: #ffffff;
}
.filter-menu-title .filter-cell.arrow-style:hover .cell-symbol span.icon-font:before,
.filter-menu-title .filter-cell.arrow-style.selected .cell-symbol span.icon-font:before {
  content: "\e604";
}
.filter-menu-title .filter-cell:hover {
  cursor: pointer;
  background-color: #336DA6;
}
.filter-menu-title .filter-cell.selected {
  background-color: #336DA6;
}
.filter-menu-title .filter-cell [data-toggle="collapse"][aria-expanded="true"] .cell-symbol .icon-font:before {
  content: "\e605" !important;
}
.filter-menu-title .filter-cell .cell-container {
  width: 100%;
  position: relative;
}
.filter-menu-title .filter-cell .cell-container:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #B2C8DD;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.filter-menu-title .filter-cell:last-child .cell-container:after {
  background-color: #004990;
}
.filter-menu-title .cell-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.filter-menu-title .cell {
  display: table-cell;
  vertical-align: middle !important;
  padding: 10.66666667px 0;
}
.filter-menu-title .cell.align-top {
  vertical-align: top !important;
}
.filter-menu-title .cell.align-bottom {
  vertical-align: bottom !important;
}
.filter-menu-title .cell.align-middle {
  vertical-align: middle !important;
}
@media (min-width: 768px) {
  .filter-menu-title .cell {
    padding: 16px 0;
  }
}
.filter-menu-title .form-group {
  padding: 16px 0;
}
.filter-menu-title .cell-text {
  display: table-cell;
  vertical-align: middle !important;
  padding: 10.66666667px 0;
  width: 100%;
  text-align: left;
}
.filter-menu-title .cell-text.align-top {
  vertical-align: top !important;
}
.filter-menu-title .cell-text.align-bottom {
  vertical-align: bottom !important;
}
.filter-menu-title .cell-text.align-middle {
  vertical-align: middle !important;
}
@media (min-width: 768px) {
  .filter-menu-title .cell-text {
    padding: 16px 0;
  }
}
.filter-menu-title .cell-symbol {
  display: table-cell;
  vertical-align: middle !important;
  padding: 10.66666667px 0;
  width: 15%;
  text-align: right;
}
.filter-menu-title .cell-symbol.align-top {
  vertical-align: top !important;
}
.filter-menu-title .cell-symbol.align-bottom {
  vertical-align: bottom !important;
}
.filter-menu-title .cell-symbol.align-middle {
  vertical-align: middle !important;
}
@media (min-width: 768px) {
  .filter-menu-title .cell-symbol {
    padding: 16px 0;
  }
}
.filter-menu-title .cell-symbol.text-left {
  text-align: left;
}
.filter-menu-title .cell-checkbox {
  display: table-cell;
  vertical-align: middle !important;
  padding: 10.66666667px 0;
  width: 15%;
  text-align: left;
}
.filter-menu-title .cell-checkbox.align-top {
  vertical-align: top !important;
}
.filter-menu-title .cell-checkbox.align-bottom {
  vertical-align: bottom !important;
}
.filter-menu-title .cell-checkbox.align-middle {
  vertical-align: middle !important;
}
@media (min-width: 768px) {
  .filter-menu-title .cell-checkbox {
    padding: 16px 0;
  }
}
.filter-menu-title a {
  color: #ffffff;
  text-decoration: none;
}
.filter-menu-title.border-top {
  border-top: 1px solid #ffffff;
}
.filter-menu-title .filter-cell .cell-symbol [data-toggle="popover"] .icon-font {
  font-size: 20px;
  line-height: 1;
}
.filter-menu-title .filter-cell:hover {
  cursor: default;
  background-color: #004990;
}
.filter-menu-download .filter-cell {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #B2C8DD;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
  color: #004990;
}
.filter-menu-download .filter-cell.arrow-style:hover .cell-symbol span.icon-font:before,
.filter-menu-download .filter-cell.arrow-style.selected .cell-symbol span.icon-font:before {
  content: "\e604";
}
.filter-menu-download .filter-cell:hover {
  cursor: pointer;
  background-color: #8fafcd;
}
.filter-menu-download .filter-cell.selected {
  background-color: #8fafcd;
}
.filter-menu-download .filter-cell [data-toggle="collapse"][aria-expanded="true"] .cell-symbol .icon-font:before {
  content: "\e605" !important;
}
.filter-menu-download .filter-cell .cell-container {
  width: 100%;
  position: relative;
}
.filter-menu-download .filter-cell .cell-container:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #004990;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.filter-menu-download .filter-cell:last-child .cell-container:after {
  background-color: #B2C8DD;
}
.filter-menu-download .cell-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.filter-menu-download .cell {
  display: table-cell;
  vertical-align: middle !important;
  padding: 6.66666667px 0;
}
.filter-menu-download .cell.align-top {
  vertical-align: top !important;
}
.filter-menu-download .cell.align-bottom {
  vertical-align: bottom !important;
}
.filter-menu-download .cell.align-middle {
  vertical-align: middle !important;
}
@media (min-width: 768px) {
  .filter-menu-download .cell {
    padding: 10px 0;
  }
}
.filter-menu-download .form-group {
  padding: 10px 0;
}
.filter-menu-download .cell-text {
  display: table-cell;
  vertical-align: middle !important;
  padding: 6.66666667px 0;
  width: 100%;
  text-align: left;
}
.filter-menu-download .cell-text.align-top {
  vertical-align: top !important;
}
.filter-menu-download .cell-text.align-bottom {
  vertical-align: bottom !important;
}
.filter-menu-download .cell-text.align-middle {
  vertical-align: middle !important;
}
@media (min-width: 768px) {
  .filter-menu-download .cell-text {
    padding: 10px 0;
  }
}
.filter-menu-download .cell-symbol {
  display: table-cell;
  vertical-align: middle !important;
  padding: 6.66666667px 0;
  width: 15%;
  text-align: right;
}
.filter-menu-download .cell-symbol.align-top {
  vertical-align: top !important;
}
.filter-menu-download .cell-symbol.align-bottom {
  vertical-align: bottom !important;
}
.filter-menu-download .cell-symbol.align-middle {
  vertical-align: middle !important;
}
@media (min-width: 768px) {
  .filter-menu-download .cell-symbol {
    padding: 10px 0;
  }
}
.filter-menu-download .cell-symbol.text-left {
  text-align: left;
}
.filter-menu-download .cell-checkbox {
  display: table-cell;
  vertical-align: middle !important;
  padding: 6.66666667px 0;
  width: 15%;
  text-align: left;
}
.filter-menu-download .cell-checkbox.align-top {
  vertical-align: top !important;
}
.filter-menu-download .cell-checkbox.align-bottom {
  vertical-align: bottom !important;
}
.filter-menu-download .cell-checkbox.align-middle {
  vertical-align: middle !important;
}
@media (min-width: 768px) {
  .filter-menu-download .cell-checkbox {
    padding: 10px 0;
  }
}
.filter-menu-download a {
  color: #004990;
  text-decoration: none;
}
.filter-menu-download .filter-cell[aria-expanded="true"] > .cell-container:after {
  background-color: transparent;
}
.filter-menu-download .filter-cell.optional-filter {
  background-color: #D8E3EE;
}
.filter-menu-download .filter-cell.optional-filter:hover {
  background-color: #c6d6e6;
}
.filter-menu-download .filter-cell:hover {
  background-color: #B2C8DD;
}
.filter-menu-download .cell-text {
  font-size: 14px;
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
}
.filter-menu-download + .filter-menu-download .cell-container {
  border-top: 1px solid #004990;
}
.filter-menu-download-detail {
  background-color: #D8E3EE;
  margin-left: -20px;
  margin-right: -20px;
  margin-left: 0;
  margin-right: 0;
}
.filter-menu-download-detail .filter-cell {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #e1e1e1;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
  color: #004990;
}
.filter-menu-download-detail .filter-cell.arrow-style:hover .cell-symbol span.icon-font:before,
.filter-menu-download-detail .filter-cell.arrow-style.selected .cell-symbol span.icon-font:before {
  content: "\e604";
}
.filter-menu-download-detail .filter-cell:hover {
  cursor: pointer;
  background-color: #e1e1e1;
}
.filter-menu-download-detail .filter-cell.selected {
  background-color: #e1e1e1;
}
.filter-menu-download-detail .filter-cell [data-toggle="collapse"][aria-expanded="true"] .cell-symbol .icon-font:before {
  content: "\e605" !important;
}
.filter-menu-download-detail .filter-cell .cell-container {
  width: 100%;
  position: relative;
}
.filter-menu-download-detail .filter-cell .cell-container:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #004990;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.filter-menu-download-detail .filter-cell:last-child .cell-container:after {
  background-color: #e1e1e1;
}
.filter-menu-download-detail .cell-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.filter-menu-download-detail .cell {
  display: table-cell;
  vertical-align: middle !important;
  padding: 6.66666667px 0;
}
.filter-menu-download-detail .cell.align-top {
  vertical-align: top !important;
}
.filter-menu-download-detail .cell.align-bottom {
  vertical-align: bottom !important;
}
.filter-menu-download-detail .cell.align-middle {
  vertical-align: middle !important;
}
@media (min-width: 768px) {
  .filter-menu-download-detail .cell {
    padding: 10px 0;
  }
}
.filter-menu-download-detail .form-group {
  padding: 10px 0;
}
.filter-menu-download-detail .cell-text {
  display: table-cell;
  vertical-align: middle !important;
  padding: 6.66666667px 0;
  width: 100%;
  text-align: left;
}
.filter-menu-download-detail .cell-text.align-top {
  vertical-align: top !important;
}
.filter-menu-download-detail .cell-text.align-bottom {
  vertical-align: bottom !important;
}
.filter-menu-download-detail .cell-text.align-middle {
  vertical-align: middle !important;
}
@media (min-width: 768px) {
  .filter-menu-download-detail .cell-text {
    padding: 10px 0;
  }
}
.filter-menu-download-detail .cell-symbol {
  display: table-cell;
  vertical-align: middle !important;
  padding: 6.66666667px 0;
  width: 15%;
  text-align: right;
}
.filter-menu-download-detail .cell-symbol.align-top {
  vertical-align: top !important;
}
.filter-menu-download-detail .cell-symbol.align-bottom {
  vertical-align: bottom !important;
}
.filter-menu-download-detail .cell-symbol.align-middle {
  vertical-align: middle !important;
}
@media (min-width: 768px) {
  .filter-menu-download-detail .cell-symbol {
    padding: 10px 0;
  }
}
.filter-menu-download-detail .cell-symbol.text-left {
  text-align: left;
}
.filter-menu-download-detail .cell-checkbox {
  display: table-cell;
  vertical-align: middle !important;
  padding: 6.66666667px 0;
  width: 15%;
  text-align: left;
}
.filter-menu-download-detail .cell-checkbox.align-top {
  vertical-align: top !important;
}
.filter-menu-download-detail .cell-checkbox.align-bottom {
  vertical-align: bottom !important;
}
.filter-menu-download-detail .cell-checkbox.align-middle {
  vertical-align: middle !important;
}
@media (min-width: 768px) {
  .filter-menu-download-detail .cell-checkbox {
    padding: 10px 0;
  }
}
.filter-menu-download-detail a {
  color: #004990;
  text-decoration: none;
}
.filter-menu-download-detail.no-reverse-margin {
  margin-left: 0;
  margin-right: 0;
}
.filter-menu-download-detail .filter-cell:hover {
  background-color: #e1e1e1;
}
.filter-menu-download-detail .cell-text {
  font-size: 14px;
}
.collapse-container + .collapse-container {
  border-top: 1px solid transparent;
}
.collapse-header {
  position: relative;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 10px;
  padding-right: 30px;
  border-width: 1px;
  border-style: solid;
  border-color: #B2C8DD;
  background-color: #B2C8DD;
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  -o-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  color: #004990;
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .collapse-header {
    padding-left: 20px;
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .collapse-header {
    font-size: 16px;
    line-height: 22px;
  }
}
.collapse-header:before {
  content: "\e602";
}
.collapse-header:before {
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  top: 1px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  height: 100% !important;
  top: 18px;
  right: 10px;
  margin: auto;
}
@media (min-width: 1200px) {
  .collapse-header:before {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .collapse-header:before {
    right: 20px;
  }
}
.collapse-header:hover {
  cursor: pointer;
}
.collapse-header[aria-expanded="true"] {
  border-color: #B2C8DD;
  background-color: #ffffff;
}
.collapse-header[aria-expanded="true"]:before {
  content: "\e605";
}
[data-toggle="collapse"][aria-expanded="true"] .collapse-header {
  border-color: #004990;
  background-color: #ffffff;
}
.collapse-body {
  border-left: 1px solid #B2C8DD;
  border-right: 1px solid #B2C8DD;
  border-bottom: 1px solid #B2C8DD;
}
.collapse-body.content-padding {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .collapse-body.content-padding {
    padding: 30px;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .pagination {
    margin: 30px 0;
  }
}
.pagination > li {
  display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  text-decoration: none;
  color: #004990;
  margin-left: -1px;
  font-size: 16px;
  line-height: 22px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
.pagination > li + li {
  margin-left: 14px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  text-decoration: underline;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #2F2F2F;
  cursor: default;
  text-decoration: none;
  font-family: "Myriad W01 Bd";
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #626262;
  cursor: not-allowed;
  text-decoration: none;
}
.table-style {
  width: 100%;
}
.table-style table,
.table-style thead,
.table-style tbody,
.table-style tr,
.table-style td {
  width: 100%;
}
.table-style thead {
  font-family: "Myriad W01 Bd";
}
.table-style td {
  padding: 8px 10px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .table-style td {
    padding: 8px 20px;
  }
}
.spec-table-style {
  width: 100%;
}
.spec-table-style table,
.spec-table-style thead,
.spec-table-style tbody,
.spec-table-style tr,
.spec-table-style td {
  width: 100%;
}
.spec-table-style thead {
  font-family: "Myriad W01 Bd";
}
.spec-table-style td {
  padding: 8px 10px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .spec-table-style td {
    padding: 8px 20px;
  }
}
.spec-table-style td {
  background-color: #D8E3EE;
}
.spec-table-style td + td {
  border-left: 1px solid #ffffff;
}
.spec-table-style thead + tbody {
  border-top: 1px solid #ffffff;
}
.spec-table-style tr + tr {
  border-top: 1px solid #ffffff;
}
.spec-table-style .cell-title {
  width: 40%;
}
@media (min-width: 768px) {
  .spec-table-style .cell-title {
    width: 25%;
  }
}
.spec-table-style .cell-description {
  width: 60%;
}
@media (min-width: 768px) {
  .spec-table-style .cell-description {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .spec-table-style .cell-dimension {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.spec-table-style .cell-dimension img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 1px solid #ffffff;
}
.spec-table-style .button {
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .spec-table-style .right-button-style .text-side + .button-side {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .spec-table-style .right-button-style:before,
  .spec-table-style .right-button-style:after {
    content: " ";
    display: table;
  }
  .spec-table-style .right-button-style:after {
    clear: both;
  }
  .spec-table-style .right-button-style:before,
  .spec-table-style .right-button-style:after {
    content: " ";
    display: table;
  }
  .spec-table-style .right-button-style:after {
    clear: both;
  }
  .spec-table-style .right-button-style .text-side {
    float: left !important;
    width: 70%;
    text-align: left;
  }
  .spec-table-style .right-button-style .button-side {
    float: right !important;
    width: 30%;
    text-align: right;
  }
}
.option-table-style {
  width: 100%;
  border: 1px solid #004990;
}
.option-table-style table,
.option-table-style thead,
.option-table-style tbody,
.option-table-style tr,
.option-table-style td {
  width: 100%;
}
.option-table-style thead {
  font-family: "Myriad W01 Bd";
}
.option-table-style td {
  padding: 8px 10px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .option-table-style td {
    padding: 8px 20px;
  }
}
.option-table-style tr + tr {
  border-top: 1px solid #004990;
}
.spec-option-style {
  padding: 8px 10px;
  font-size: 80%;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .spec-option-style {
    padding: 8px 20px;
  }
}
.check-list li {
  padding-left: 20px;
  position: relative;
}
.check-list li:before {
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 1px;
  left: 0;
}
.check-list li.check:before {
  content: "\e614";
}
.check-list li.dot:before {
  content: "\e617";
}
.check-list li.color-navy:before {
  color: #004990;
}
.check-list li:before {
  content: "\e614";
}
.check-list.color-navy li {
  padding-left: 20px;
  position: relative;
}
.check-list.color-navy li:before {
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 1px;
  left: 0;
}
.check-list.color-navy li.check:before {
  content: "\e614";
}
.check-list.color-navy li.dot:before {
  content: "\e617";
}
.check-list.color-navy li.color-navy:before {
  color: #004990;
}
.check-list.color-navy li:before {
  content: "\e614";
}
.check-list.color-navy li:before {
  color: #004990;
}
.dot-list li {
  padding-left: 20px;
  position: relative;
}
.dot-list li:before {
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 1px;
  left: 0;
}
.dot-list li.check:before {
  content: "\e614";
}
.dot-list li.dot:before {
  content: "\e617";
}
.dot-list li.color-navy:before {
  color: #004990;
}
.dot-list li:before {
  content: "\e617";
}
.dot-list.color-navy li {
  padding-left: 20px;
  position: relative;
}
.dot-list.color-navy li:before {
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 1px;
  left: 0;
}
.dot-list.color-navy li.check:before {
  content: "\e614";
}
.dot-list.color-navy li.dot:before {
  content: "\e617";
}
.dot-list.color-navy li.color-navy:before {
  color: #004990;
}
.dot-list.color-navy li:before {
  content: "\e617";
}
.dot-list.color-navy li:before {
  color: #004990;
}
.symbol-list {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.symbol-list li {
  padding-top: 15px;
  padding-bottom: 15px;
}
.symbol-list li + li {
  border-top: 1px solid #ebebeb;
}
.symbol-list li .list-row {
  display: table;
  table-layout: fixed;
  width: 100%;
  width: auto;
}
.symbol-list li .symbol-cell,
.symbol-list li .content-cell {
  display: table-cell;
  vertical-align: middle !important;
}
.symbol-list li .symbol-cell.align-top,
.symbol-list li .content-cell.align-top {
  vertical-align: top !important;
}
.symbol-list li .symbol-cell.align-bottom,
.symbol-list li .content-cell.align-bottom {
  vertical-align: bottom !important;
}
.symbol-list li .symbol-cell.align-middle,
.symbol-list li .content-cell.align-middle {
  vertical-align: middle !important;
}
.symbol-list li .symbol-cell {
  padding-right: 20px;
}
.symbol-list li .symbol-cell img {
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .symbol-hr-list {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
  }
  .symbol-hr-list li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .symbol-hr-list li + li {
    border-top: 1px solid #ebebeb;
  }
  .symbol-hr-list li .list-row {
    display: table;
    table-layout: fixed;
    width: 100%;
    width: auto;
  }
  .symbol-hr-list li .symbol-cell,
  .symbol-hr-list li .content-cell {
    display: table-cell;
    vertical-align: middle !important;
  }
  .symbol-hr-list li .symbol-cell.align-top,
  .symbol-hr-list li .content-cell.align-top {
    vertical-align: top !important;
  }
  .symbol-hr-list li .symbol-cell.align-bottom,
  .symbol-hr-list li .content-cell.align-bottom {
    vertical-align: bottom !important;
  }
  .symbol-hr-list li .symbol-cell.align-middle,
  .symbol-hr-list li .content-cell.align-middle {
    vertical-align: middle !important;
  }
  .symbol-hr-list li .symbol-cell {
    padding-right: 20px;
  }
  .symbol-hr-list li .symbol-cell img {
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 768px) {
  .symbol-hr-list {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .symbol-hr-list li {
    display: table-cell;
    padding: 20px;
  }
  .symbol-hr-list li.align-top {
    vertical-align: top !important;
  }
  .symbol-hr-list li.align-bottom {
    vertical-align: bottom !important;
  }
  .symbol-hr-list li.align-middle {
    vertical-align: middle !important;
  }
  .symbol-hr-list li + li {
    border-left: 1px solid #ebebeb;
  }
}
@media (min-width: 768px) {
  .symbol-hr-list li .symbol-cell {
    text-align: center;
    padding-bottom: 20px;
  }
}
.symbol-hr-list li .symbol-cell img {
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .symbol-hr-list li .symbol-cell img {
    width: 80px;
    height: 80px;
  }
}
.symbol-hr-list li .symbol-cell .img-container {
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .symbol-hr-list li .symbol-cell .img-container {
    padding: 18px;
    border: 2px solid rgba(0, 73, 144, 0.5);
    border-radius: 60px;
    width: 120px;
    height: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .symbol-hr-list li .content-cell {
    text-align: center;
  }
}
.bullet-style {
  padding-left: 20px;
  position: relative;
}
.bullet-style:before {
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 1px;
  left: 0;
}
.bullet-style.check:before {
  content: "\e614";
}
.bullet-style.dot:before {
  content: "\e617";
}
.bullet-style.color-navy:before {
  color: #004990;
}
.rich-text-style h4 {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .rich-text-style h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
.rich-text-style h6 {
  font-family: "Myriad W01 Regular";
  color: #464646;
  font-size: 14px;
  line-height: 18px;
  font-family: "DIN Next W01 Bold";
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .rich-text-style h6 {
    font-size: 16px;
    line-height: 20px;
  }
}
.rich-text-style ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.rich-text-style ol li {
  list-style: decimal;
}
.rich-text-style ul {
  margin-bottom: 20px;
}
.rich-text-style ul li {
  padding-left: 20px;
  position: relative;
}
.rich-text-style ul li:before {
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 1px;
  left: 0;
}
.rich-text-style ul li.check:before {
  content: "\e614";
}
.rich-text-style ul li.dot:before {
  content: "\e617";
}
.rich-text-style ul li.color-navy:before {
  color: #004990;
}
.rich-text-style ul li:before {
  content: "\e617";
}
.rich-text-style ul li:before {
  color: #004990;
}
.rich-text-style p {
  margin-bottom: 20px;
}
.rich-text-style img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 20px;
}
.rich-text-style hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #cccccc;
}
.rich-text-style a {
  text-decoration: none;
  color: #004990;
}
.rich-text-style a:hover {
  text-decoration: none;
}
.rich-text-style .captioned-image-block {
  position: relative;
}
.rich-text-style .captioned-image-block > img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.rich-text-style .captioned-image-block > .caption {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  padding: 20px;
  width: 100%;
  height: auto;
  background-color: rgba(0, 73, 144, 0.7);
  color: white;
}
.rich-text-style .video-block {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.rich-text-style .video-block .embed-responsive-item,
.rich-text-style .video-block iframe,
.rich-text-style .video-block embed,
.rich-text-style .video-block object,
.rich-text-style .video-block video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.rich-text-style .video-block.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.rich-text-style .video-block.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.rich-text-style .table-block ul,
.rich-text-style .table-block ol {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .rich-text-style .table-block .mobile-table-wrapper {
    overflow: auto;
    position: relative;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .rich-text-style .table-block .mobile-table-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url('/img/etc/table-scroll.png') center no-repeat;
    width: 37px;
    height: 33px;
  }
  .rich-text-style .table-block .mobile-table-wrapper table {
    min-width: 500px;
  }
}
.rich-text-style .table-block .table-style-basic {
  width: 100%;
  vertical-align: middle;
}
.rich-text-style .table-block .table-style-basic thead {
  border-top: 2px solid #2F2F2F;
  border-bottom: 2px solid #2F2F2F;
}
.rich-text-style .table-block .table-style-basic thead td {
  color: #004990;
}
.rich-text-style .table-block .table-style-basic tbody {
  border-bottom: 2px solid #2F2F2F;
}
.rich-text-style .table-block .table-style-basic tr + tr {
  border-top: 1px solid #B3B2B2;
}
.rich-text-style .table-block .table-style-basic td {
  position: relative;
  padding: 6px 6px;
}
@media (min-width: 768px) {
  .rich-text-style .table-block .table-style-basic td {
    padding: 15px 20px;
  }
}
.rich-text-style .table-block .table-style-basic p,
.rich-text-style .table-block .table-style-basic h1,
.rich-text-style .table-block .table-style-basic h2,
.rich-text-style .table-block .table-style-basic h3,
.rich-text-style .table-block .table-style-basic h4,
.rich-text-style .table-block .table-style-basic h5,
.rich-text-style .table-block .table-style-basic h6 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.rich-text-style .table-block .table-style-extend thead td {
  text-align: center !important;
}
.rich-text-style .table-block .table-style-extend td + td {
  border-left: 1px solid #B3B2B2;
}
.rich-text-style .table-block .table-style-normal {
  width: 100%;
  vertical-align: middle;
}
.rich-text-style .table-block .table-style-normal thead {
  border-top: 2px solid #2F2F2F;
  border-bottom: 2px solid #2F2F2F;
}
.rich-text-style .table-block .table-style-normal thead td {
  color: #004990;
}
.rich-text-style .table-block .table-style-normal tbody {
  border-bottom: 2px solid #2F2F2F;
}
.rich-text-style .table-block .table-style-normal tr + tr {
  border-top: 1px solid #B3B2B2;
}
.rich-text-style .table-block .table-style-normal td {
  position: relative;
  padding: 6px 6px;
}
@media (min-width: 768px) {
  .rich-text-style .table-block .table-style-normal td {
    padding: 15px 20px;
  }
}
.rich-text-style .table-block .table-style-normal p,
.rich-text-style .table-block .table-style-normal h1,
.rich-text-style .table-block .table-style-normal h2,
.rich-text-style .table-block .table-style-normal h3,
.rich-text-style .table-block .table-style-normal h4,
.rich-text-style .table-block .table-style-normal h5,
.rich-text-style .table-block .table-style-normal h6 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.rich-text-style .table-block .table-style-normal thead td {
  text-align: center !important;
}
.rich-text-style .table-block .table-style-normal td + td {
  border-left: 1px solid #B3B2B2;
}
.rich-text-style .table-block .table-style-normal .star:before {
  content: '*\00a0';
  color: #004990;
}
.rich-text-style .table-block .table-style-normal .small {
  font-size: 0.9em;
}
.rich-text-style .table-block .table-style-normal .italic {
  font-style: italic;
}
.rich-text-style .table-block .table-style-normal .highlight-bg:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 73, 144, 0.1);
}
.rich-text-style .accordion-block .collapse-container {
  border-bottom: 1px solid #ebebeb;
}
.rich-text-style .accordion-block .collapse-container:first-child {
  border-top: 1px solid #ebebeb;
}
.rich-text-style .accordion-block .collapse-container [data-toggle="collapse"][aria-expanded="true"] .collapse-header:before {
  content: "\e616";
}
.rich-text-style .accordion-block .collapse-header {
  padding-left: 0;
  padding-right: 40px;
  background-color: white;
  border: none;
}
.rich-text-style .accordion-block .collapse-header:before {
  content: "\e618";
}
.rich-text-style .accordion-block .collapse-header h4 {
  color: #464646;
  text-transform: none;
  font-family: "Myriad W01 Regular";
  margin-top: 0;
  margin-bottom: 0;
}
.rich-text-style .accordion-block .collapse-body {
  padding-top: 30px;
  padding-bottom: 30px;
  border: none;
}
.symbol-box {
  margin-left: auto;
  margin-right: auto;
  display: block;
  border: 2px solid #0098d7;
  color: #0098d7;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  font-size: 50px;
  padding-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .symbol-box {
    width: 100px;
    height: 100px;
    font-size: 60px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .symbol-box.small-size {
    width: 70px;
    height: 70px;
    font-size: 50px;
    padding-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .symbol-box.navigation-style {
    display: none;
  }
}
@media (min-width: 768px) {
  .symbol-box.navigation-style {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    padding-top: 6px;
    margin-bottom: 0;
    margin-right: 10px;
    color: #ffffff;
    border-color: #ffffff;
    border-width: 1px;
  }
}
.divider {
  width: 100%;
}
.strong {
  font-family: "Myriad W01 Bd";
}
@media (max-width: 959px) {
  .hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .visible-mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }
}
.divider {
  border-bottom: 1px solid #ebebeb;
  margin-top: 10px;
  margin-bottom: 20px;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .text-right-sm {
    text-align: right;
  }
}
.text-error {
  color: #e33f3f;
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.content-block {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .content-block {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .collapse-in-sm {
    display: block !important;
    visibility: visible !important;
  }
}
@media (max-width: 767px) {
  .pull-left-sm {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .pull-left-sm {
    float: left !important;
  }
}
@media (max-width: 767px) {
  .pull-right-sm {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .pull-right-sm {
    float: right !important;
  }
}
.no-border {
  border: none !important;
}
@media (min-width: 768px) {
  .filter-collapse-desktop {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .filter-button-desktop {
    display: none !important;
  }
}
.margin-top-small {
  margin-top: 10px;
}
.margin-bottom-small {
  margin-bottom: 10px;
}
.margin-top {
  margin-top: 30px;
}
.margin-bottom {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .no-padding-top-xs {
    padding-top: 0 !important;
  }
}
.color-black {
  color: black;
}
.color-navy {
  color: #004990;
}
.color-default {
  color: #464646;
}
.inline-block {
  display: inline-block !important;
}
.inline {
  display: inline !important;
}
@media (max-width: 767px) {
  .mobile-project-navy-style {
    background-color: #004990;
    color: #ffffff;
    margin-bottom: 30px;
  }
  .mobile-project-navy-style .module-title {
    border-bottom-color: #ffffff;
  }
  .mobile-project-navy-style .module-title h2 {
    color: #ffffff;
  }
  .mobile-project-navy-style .control-block {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .mobile-project-navy-style {
    display: none !important;
  }
}
/*
 * Enware Thumbnail Style LESS
 */
.thumbnail {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .thumbnail {
    margin-bottom: 16px;
  }
}
@media (min-width: 960px) {
  .thumbnail {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .thumbnail {
    margin-bottom: 30px;
  }
}
.thumbnail .content-container {
  position: relative;
}
.thumbnail .content {
  position: relative;
}
.thumbnail .decoration {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 73, 144, 0.7);
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .thumbnail .decoration {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .thumbnail .decoration {
    display: none !important;
  }
}
.thumbnail .decoration .rollover,
.thumbnail .decoration .highlight {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 1200px) {
  .thumbnail .decoration .rollover,
  .thumbnail .decoration .highlight {
    font-size: 16px;
    line-height: 22px;
  }
}
.thumbnail .decoration .rollover {
  text-decoration: underline;
}
.thumbnail:hover .decoration,
.thumbnail.selected .decoration {
  opacity: 1;
}
.thumbnail:hover .rollover {
  opacity: 1;
}
.thumbnail.selected .rollover {
  opacity: 0 !important;
}
.thumbnail.selected .highlight {
  opacity: 1;
}
.thumbnail .project-container {
  position: relative;
  padding-top: 54.05405405%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.thumbnail .project-container:hover {
  text-decoration: none;
  cursor: default;
}
.thumbnail .project-container:hover .title {
  text-decoration: none;
}
.thumbnail .project-container.project-bg-green {
  background-image: url(/img/project/box-aqua.png);
}
.thumbnail .project-container.project-bg-blue {
  background-image: url(/img/project/box.png);
}
.thumbnail .project-container .project {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px;
}
.thumbnail .project-container .project .full-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.thumbnail .project-container .project-row {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.thumbnail .project-container .project-row .project-cell {
  display: table-cell;
  vertical-align: middle !important;
  text-align: center;
}
.thumbnail .project-container .project-row .project-cell.align-top {
  vertical-align: top !important;
}
.thumbnail .project-container .project-row .project-cell.align-bottom {
  vertical-align: bottom !important;
}
.thumbnail .project-container .project-row .project-cell.align-middle {
  vertical-align: middle !important;
}
.thumbnail .project-container .project-row .project-cell + .project-cell {
  border-left: 1px solid #D7D7D7;
}
.thumbnail .project-container .title-block {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: white;
}
.thumbnail .project-container .title-block p {
  margin-bottom: 10px;
}
.thumbnail .project-container .title-block a {
  color: white;
}
.thumbnail .project-container .title-block a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.thumbnail .project-container .title-block .title {
  font-weight: bold;
  text-transform: uppercase;
}
.thumbnail .project-container .title-block .date {
  font-size: 0.8rem;
  font-style: italic;
}
.thumbnail .project-container .button-utility {
  background-color: transparent;
  border: none;
  color: white;
  padding: 10px;
}
.thumbnail .project-container .button-utility:hover {
  text-decoration: underline;
}
.thumbnail .project-container .button-delete {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 15px 8px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 6px;
  outline: 0;
  -webkit-transition: color 0.15s, background-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
  color: #004990 !important;
  border-color: #004990;
  color: #ffffff !important;
  background-color: transparent;
  border-color: #ffffff;
  padding: 4px 5px 2px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
}
@media (min-width: 1200px) {
  .thumbnail .project-container .button-delete {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .thumbnail .project-container .button-delete {
    padding: 12px 30px 8px;
  }
}
.thumbnail .project-container .button-delete.small {
  padding: 4px 10px 2px;
}
@media (min-width: 768px) {
  .thumbnail .project-container .button-delete.small {
    padding: 4px 20px 2px;
  }
}
.thumbnail .project-container .button-delete.compact {
  padding: 4px 5px 2px;
}
@media (min-width: 768px) {
  .thumbnail .project-container .button-delete.compact {
    padding: 4px 10px 2px;
  }
}
@media (max-width: 767px) {
  .thumbnail .project-container .button-delete.button-block-xs {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.thumbnail .project-container .button-delete.button-block {
  display: block;
  width: 100%;
}
.thumbnail .project-container .button-delete.button-big-width {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.thumbnail .project-container .button-delete.button-load {
  display: block;
  width: 100%;
}
.thumbnail .project-container .button-delete.button-load .main {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .thumbnail .project-container .button-delete.button-load .main {
    font-size: 20px;
    line-height: 26px;
  }
}
.thumbnail .project-container .button-delete.button-load .sub {
  font-family: "Myriad W01 It";
  color: #2F2F2F;
  text-transform: none;
}
.thumbnail .project-container .button-delete.button-load .loader {
  display: none;
}
@media (min-width: 768px) {
  .thumbnail .project-container .button-delete.button-load-big {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.thumbnail .project-container .button-delete.loading .main,
.thumbnail .project-container .button-delete.loading .sub {
  display: none;
}
.thumbnail .project-container .button-delete.loading .loader {
  margin-top: -13px;
  margin-bottom: 13px;
  display: block;
}
.thumbnail .project-container .button-delete:focus,
.thumbnail .project-container .button-delete:active:focus,
.thumbnail .project-container .button-delete.active:focus,
.thumbnail .project-container .button-delete.focus,
.thumbnail .project-container .button-delete:active.focus,
.thumbnail .project-container .button-delete.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
}
.thumbnail .project-container .button-delete:hover,
.thumbnail .project-container .button-delete:focus,
.thumbnail .project-container .button-delete.focus {
  text-decoration: none;
}
.thumbnail .project-container .button-delete:hover .symbol-image-normal,
.thumbnail .project-container .button-delete:focus .symbol-image-normal,
.thumbnail .project-container .button-delete.focus .symbol-image-normal {
  display: none;
}
.thumbnail .project-container .button-delete:hover .symbol-image-highlight,
.thumbnail .project-container .button-delete:focus .symbol-image-highlight,
.thumbnail .project-container .button-delete.focus .symbol-image-highlight {
  display: inline-block;
}
.thumbnail .project-container .button-delete .symbol-image-normal {
  display: inline-block;
}
.thumbnail .project-container .button-delete .symbol-image-highlight {
  display: none;
}
.thumbnail .project-container .button-delete:active,
.thumbnail .project-container .button-delete.active {
  outline: 0;
  background-image: none;
}
.thumbnail .project-container .button-delete.disabled,
.thumbnail .project-container .button-delete[disabled],
fieldset[disabled] .thumbnail .project-container .button-delete {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.thumbnail .project-container .button-delete:hover,
.thumbnail .project-container .button-delete:focus,
.thumbnail .project-container .button-delete.focus,
.thumbnail .project-container .button-delete:active,
.thumbnail .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail .project-container .button-delete {
  background-color: #004990;
  border-color: #004990;
}
.thumbnail .project-container .button-delete:hover,
.thumbnail .project-container .button-delete:focus,
.thumbnail .project-container .button-delete.focus,
.thumbnail .project-container .button-delete:active,
.thumbnail .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail .project-container .button-delete,
.thumbnail .project-container .button-delete:hover span,
.thumbnail .project-container .button-delete:focus span,
.thumbnail .project-container .button-delete.focus span,
.thumbnail .project-container .button-delete:active span,
.thumbnail .project-container .button-delete.active span,
.open > .dropdown-toggle.thumbnail .project-container .button-delete span {
  color: #ffffff !important;
}
.thumbnail .project-container .button-delete:active,
.thumbnail .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail .project-container .button-delete {
  background-image: none;
}
.thumbnail .project-container .button-delete.disabled,
.thumbnail .project-container .button-delete[disabled],
fieldset[disabled] .thumbnail .project-container .button-delete,
.thumbnail .project-container .button-delete.disabled:hover,
.thumbnail .project-container .button-delete[disabled]:hover,
fieldset[disabled] .thumbnail .project-container .button-delete:hover,
.thumbnail .project-container .button-delete.disabled:focus,
.thumbnail .project-container .button-delete[disabled]:focus,
fieldset[disabled] .thumbnail .project-container .button-delete:focus,
.thumbnail .project-container .button-delete.disabled.focus,
.thumbnail .project-container .button-delete[disabled].focus,
fieldset[disabled] .thumbnail .project-container .button-delete.focus,
.thumbnail .project-container .button-delete.disabled:active,
.thumbnail .project-container .button-delete[disabled]:active,
fieldset[disabled] .thumbnail .project-container .button-delete:active,
.thumbnail .project-container .button-delete.disabled.active,
.thumbnail .project-container .button-delete[disabled].active,
fieldset[disabled] .thumbnail .project-container .button-delete.active {
  background-color: #ebebeb;
  border-color: #004990;
  color: #b8b8b8 !important;
}
.thumbnail .project-container .button-delete.white {
  color: #ffffff !important;
  background-color: transparent;
  border-color: #ffffff;
}
.thumbnail .project-container .button-delete.white:hover,
.thumbnail .project-container .button-delete.white:focus,
.thumbnail .project-container .button-delete.white.focus,
.thumbnail .project-container .button-delete.white:active,
.thumbnail .project-container .button-delete.white.active,
.open > .dropdown-toggle.thumbnail .project-container .button-delete.white {
  background-color: #ffffff;
  border-color: #ffffff;
}
.thumbnail .project-container .button-delete.white:hover,
.thumbnail .project-container .button-delete.white:focus,
.thumbnail .project-container .button-delete.white.focus,
.thumbnail .project-container .button-delete.white:active,
.thumbnail .project-container .button-delete.white.active,
.open > .dropdown-toggle.thumbnail .project-container .button-delete.white,
.thumbnail .project-container .button-delete.white:hover span,
.thumbnail .project-container .button-delete.white:focus span,
.thumbnail .project-container .button-delete.white.focus span,
.thumbnail .project-container .button-delete.white:active span,
.thumbnail .project-container .button-delete.white.active span,
.open > .dropdown-toggle.thumbnail .project-container .button-delete.white span {
  color: #004990 !important;
}
.thumbnail .project-container .button-delete.white:active,
.thumbnail .project-container .button-delete.white.active,
.open > .dropdown-toggle.thumbnail .project-container .button-delete.white {
  background-image: none;
}
.thumbnail .project-container .button-delete.white.disabled,
.thumbnail .project-container .button-delete.white[disabled],
fieldset[disabled] .thumbnail .project-container .button-delete.white,
.thumbnail .project-container .button-delete.white.disabled:hover,
.thumbnail .project-container .button-delete.white[disabled]:hover,
fieldset[disabled] .thumbnail .project-container .button-delete.white:hover,
.thumbnail .project-container .button-delete.white.disabled:focus,
.thumbnail .project-container .button-delete.white[disabled]:focus,
fieldset[disabled] .thumbnail .project-container .button-delete.white:focus,
.thumbnail .project-container .button-delete.white.disabled.focus,
.thumbnail .project-container .button-delete.white[disabled].focus,
fieldset[disabled] .thumbnail .project-container .button-delete.white.focus,
.thumbnail .project-container .button-delete.white.disabled:active,
.thumbnail .project-container .button-delete.white[disabled]:active,
fieldset[disabled] .thumbnail .project-container .button-delete.white:active,
.thumbnail .project-container .button-delete.white.disabled.active,
.thumbnail .project-container .button-delete.white[disabled].active,
fieldset[disabled] .thumbnail .project-container .button-delete.white.active {
  background-color: #ebebeb;
  border-color: #ffffff;
  color: #b8b8b8 !important;
}
.thumbnail .project-container .button-delete.navy {
  color: #ffffff !important;
  background-color: #004990;
  border-color: #004990;
}
.thumbnail .project-container .button-delete.navy:hover,
.thumbnail .project-container .button-delete.navy:focus,
.thumbnail .project-container .button-delete.navy.focus,
.thumbnail .project-container .button-delete.navy:active,
.thumbnail .project-container .button-delete.navy.active,
.open > .dropdown-toggle.thumbnail .project-container .button-delete.navy {
  background-color: #ffffff;
  border-color: #004990;
}
.thumbnail .project-container .button-delete.navy:hover,
.thumbnail .project-container .button-delete.navy:focus,
.thumbnail .project-container .button-delete.navy.focus,
.thumbnail .project-container .button-delete.navy:active,
.thumbnail .project-container .button-delete.navy.active,
.open > .dropdown-toggle.thumbnail .project-container .button-delete.navy,
.thumbnail .project-container .button-delete.navy:hover span,
.thumbnail .project-container .button-delete.navy:focus span,
.thumbnail .project-container .button-delete.navy.focus span,
.thumbnail .project-container .button-delete.navy:active span,
.thumbnail .project-container .button-delete.navy.active span,
.open > .dropdown-toggle.thumbnail .project-container .button-delete.navy span {
  color: #004990 !important;
}
.thumbnail .project-container .button-delete.navy:active,
.thumbnail .project-container .button-delete.navy.active,
.open > .dropdown-toggle.thumbnail .project-container .button-delete.navy {
  background-image: none;
}
.thumbnail .project-container .button-delete.navy.disabled,
.thumbnail .project-container .button-delete.navy[disabled],
fieldset[disabled] .thumbnail .project-container .button-delete.navy,
.thumbnail .project-container .button-delete.navy.disabled:hover,
.thumbnail .project-container .button-delete.navy[disabled]:hover,
fieldset[disabled] .thumbnail .project-container .button-delete.navy:hover,
.thumbnail .project-container .button-delete.navy.disabled:focus,
.thumbnail .project-container .button-delete.navy[disabled]:focus,
fieldset[disabled] .thumbnail .project-container .button-delete.navy:focus,
.thumbnail .project-container .button-delete.navy.disabled.focus,
.thumbnail .project-container .button-delete.navy[disabled].focus,
fieldset[disabled] .thumbnail .project-container .button-delete.navy.focus,
.thumbnail .project-container .button-delete.navy.disabled:active,
.thumbnail .project-container .button-delete.navy[disabled]:active,
fieldset[disabled] .thumbnail .project-container .button-delete.navy:active,
.thumbnail .project-container .button-delete.navy.disabled.active,
.thumbnail .project-container .button-delete.navy[disabled].active,
fieldset[disabled] .thumbnail .project-container .button-delete.navy.active {
  background-color: #ebebeb;
  border-color: #004990;
  color: #b8b8b8 !important;
}
.thumbnail .project-container .button-delete:hover,
.thumbnail .project-container .button-delete:focus,
.thumbnail .project-container .button-delete.focus,
.thumbnail .project-container .button-delete:active,
.thumbnail .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail .project-container .button-delete {
  background-color: #ffffff;
  border-color: #ffffff;
}
.thumbnail .project-container .button-delete:hover,
.thumbnail .project-container .button-delete:focus,
.thumbnail .project-container .button-delete.focus,
.thumbnail .project-container .button-delete:active,
.thumbnail .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail .project-container .button-delete,
.thumbnail .project-container .button-delete:hover span,
.thumbnail .project-container .button-delete:focus span,
.thumbnail .project-container .button-delete.focus span,
.thumbnail .project-container .button-delete:active span,
.thumbnail .project-container .button-delete.active span,
.open > .dropdown-toggle.thumbnail .project-container .button-delete span {
  color: #004990 !important;
}
.thumbnail .project-container .button-delete:active,
.thumbnail .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail .project-container .button-delete {
  background-image: none;
}
.thumbnail .project-container .button-delete.disabled,
.thumbnail .project-container .button-delete[disabled],
fieldset[disabled] .thumbnail .project-container .button-delete,
.thumbnail .project-container .button-delete.disabled:hover,
.thumbnail .project-container .button-delete[disabled]:hover,
fieldset[disabled] .thumbnail .project-container .button-delete:hover,
.thumbnail .project-container .button-delete.disabled:focus,
.thumbnail .project-container .button-delete[disabled]:focus,
fieldset[disabled] .thumbnail .project-container .button-delete:focus,
.thumbnail .project-container .button-delete.disabled.focus,
.thumbnail .project-container .button-delete[disabled].focus,
fieldset[disabled] .thumbnail .project-container .button-delete.focus,
.thumbnail .project-container .button-delete.disabled:active,
.thumbnail .project-container .button-delete[disabled]:active,
fieldset[disabled] .thumbnail .project-container .button-delete:active,
.thumbnail .project-container .button-delete.disabled.active,
.thumbnail .project-container .button-delete[disabled].active,
fieldset[disabled] .thumbnail .project-container .button-delete.active {
  background-color: #ebebeb;
  border-color: #ffffff;
  color: #b8b8b8 !important;
}
@media (min-width: 768px) {
  .thumbnail .project-container .button-delete {
    padding: 4px 10px 2px;
  }
}
.thumbnail .project-container .button-edit {
  width: 14px;
  height: 14px;
  margin: 0;
  margin-left: 5px;
  border-radius: 2px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/project/edit-icon.png');
  border: none;
  color: white;
  -webkit-transition: color 0.15s, background-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
}
.thumbnail .project-container .button-edit:hover {
  background-color: white;
  background-image: url('/img/project/edit-icon-blue.png');
}
.thumbnail .project-container .button-utility,
.thumbnail .project-container .button-delete,
.thumbnail .project-container .button-edit {
  display: inline-block;
  margin-bottom: 0;
  white-space: nowrap;
  outline: 0;
}
.thumbnail-box,
.thumbnail-unbox,
.thumbnail-news {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .thumbnail-box,
  .thumbnail-unbox,
  .thumbnail-news {
    margin-bottom: 16px;
  }
}
@media (min-width: 960px) {
  .thumbnail-box,
  .thumbnail-unbox,
  .thumbnail-news {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .thumbnail-box,
  .thumbnail-unbox,
  .thumbnail-news {
    margin-bottom: 30px;
  }
}
.thumbnail-box .content-container,
.thumbnail-unbox .content-container,
.thumbnail-news .content-container {
  position: relative;
}
.thumbnail-box .content,
.thumbnail-unbox .content,
.thumbnail-news .content {
  position: relative;
}
.thumbnail-box .decoration,
.thumbnail-unbox .decoration,
.thumbnail-news .decoration {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 73, 144, 0.7);
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .thumbnail-box .decoration,
  .thumbnail-unbox .decoration,
  .thumbnail-news .decoration {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .thumbnail-box .decoration,
  .thumbnail-unbox .decoration,
  .thumbnail-news .decoration {
    display: none !important;
  }
}
.thumbnail-box .decoration .rollover,
.thumbnail-unbox .decoration .rollover,
.thumbnail-news .decoration .rollover,
.thumbnail-box .decoration .highlight,
.thumbnail-unbox .decoration .highlight,
.thumbnail-news .decoration .highlight {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 1200px) {
  .thumbnail-box .decoration .rollover,
  .thumbnail-unbox .decoration .rollover,
  .thumbnail-news .decoration .rollover,
  .thumbnail-box .decoration .highlight,
  .thumbnail-unbox .decoration .highlight,
  .thumbnail-news .decoration .highlight {
    font-size: 16px;
    line-height: 22px;
  }
}
.thumbnail-box .decoration .rollover,
.thumbnail-unbox .decoration .rollover,
.thumbnail-news .decoration .rollover {
  text-decoration: underline;
}
.thumbnail-box:hover .decoration,
.thumbnail-unbox:hover .decoration,
.thumbnail-news:hover .decoration,
.thumbnail-box.selected .decoration,
.thumbnail-unbox.selected .decoration,
.thumbnail-news.selected .decoration {
  opacity: 1;
}
.thumbnail-box:hover .rollover,
.thumbnail-unbox:hover .rollover,
.thumbnail-news:hover .rollover {
  opacity: 1;
}
.thumbnail-box.selected .rollover,
.thumbnail-unbox.selected .rollover,
.thumbnail-news.selected .rollover {
  opacity: 0 !important;
}
.thumbnail-box.selected .highlight,
.thumbnail-unbox.selected .highlight,
.thumbnail-news.selected .highlight {
  opacity: 1;
}
.thumbnail-box .project-container,
.thumbnail-unbox .project-container,
.thumbnail-news .project-container {
  position: relative;
  padding-top: 54.05405405%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.thumbnail-box .project-container:hover,
.thumbnail-unbox .project-container:hover,
.thumbnail-news .project-container:hover {
  text-decoration: none;
  cursor: default;
}
.thumbnail-box .project-container:hover .title,
.thumbnail-unbox .project-container:hover .title,
.thumbnail-news .project-container:hover .title {
  text-decoration: none;
}
.thumbnail-box .project-container.project-bg-green,
.thumbnail-unbox .project-container.project-bg-green,
.thumbnail-news .project-container.project-bg-green {
  background-image: url(/img/project/box-aqua.png);
}
.thumbnail-box .project-container.project-bg-blue,
.thumbnail-unbox .project-container.project-bg-blue,
.thumbnail-news .project-container.project-bg-blue {
  background-image: url(/img/project/box.png);
}
.thumbnail-box .project-container .project,
.thumbnail-unbox .project-container .project,
.thumbnail-news .project-container .project {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px;
}
.thumbnail-box .project-container .project .full-container,
.thumbnail-unbox .project-container .project .full-container,
.thumbnail-news .project-container .project .full-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.thumbnail-box .project-container .project-row,
.thumbnail-unbox .project-container .project-row,
.thumbnail-news .project-container .project-row {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.thumbnail-box .project-container .project-row .project-cell,
.thumbnail-unbox .project-container .project-row .project-cell,
.thumbnail-news .project-container .project-row .project-cell {
  display: table-cell;
  vertical-align: middle !important;
  text-align: center;
}
.thumbnail-box .project-container .project-row .project-cell.align-top,
.thumbnail-unbox .project-container .project-row .project-cell.align-top,
.thumbnail-news .project-container .project-row .project-cell.align-top {
  vertical-align: top !important;
}
.thumbnail-box .project-container .project-row .project-cell.align-bottom,
.thumbnail-unbox .project-container .project-row .project-cell.align-bottom,
.thumbnail-news .project-container .project-row .project-cell.align-bottom {
  vertical-align: bottom !important;
}
.thumbnail-box .project-container .project-row .project-cell.align-middle,
.thumbnail-unbox .project-container .project-row .project-cell.align-middle,
.thumbnail-news .project-container .project-row .project-cell.align-middle {
  vertical-align: middle !important;
}
.thumbnail-box .project-container .project-row .project-cell + .project-cell,
.thumbnail-unbox .project-container .project-row .project-cell + .project-cell,
.thumbnail-news .project-container .project-row .project-cell + .project-cell {
  border-left: 1px solid #D7D7D7;
}
.thumbnail-box .project-container .title-block,
.thumbnail-unbox .project-container .title-block,
.thumbnail-news .project-container .title-block {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: white;
}
.thumbnail-box .project-container .title-block p,
.thumbnail-unbox .project-container .title-block p,
.thumbnail-news .project-container .title-block p {
  margin-bottom: 10px;
}
.thumbnail-box .project-container .title-block a,
.thumbnail-unbox .project-container .title-block a,
.thumbnail-news .project-container .title-block a {
  color: white;
}
.thumbnail-box .project-container .title-block a:hover,
.thumbnail-unbox .project-container .title-block a:hover,
.thumbnail-news .project-container .title-block a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.thumbnail-box .project-container .title-block .title,
.thumbnail-unbox .project-container .title-block .title,
.thumbnail-news .project-container .title-block .title {
  font-weight: bold;
  text-transform: uppercase;
}
.thumbnail-box .project-container .title-block .date,
.thumbnail-unbox .project-container .title-block .date,
.thumbnail-news .project-container .title-block .date {
  font-size: 0.8rem;
  font-style: italic;
}
.thumbnail-box .project-container .button-utility,
.thumbnail-unbox .project-container .button-utility,
.thumbnail-news .project-container .button-utility {
  background-color: transparent;
  border: none;
  color: white;
  padding: 10px;
}
.thumbnail-box .project-container .button-utility:hover,
.thumbnail-unbox .project-container .button-utility:hover,
.thumbnail-news .project-container .button-utility:hover {
  text-decoration: underline;
}
.thumbnail-box .project-container .button-delete,
.thumbnail-unbox .project-container .button-delete,
.thumbnail-news .project-container .button-delete {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 15px 8px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 6px;
  outline: 0;
  -webkit-transition: color 0.15s, background-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
  color: #004990 !important;
  border-color: #004990;
  color: #ffffff !important;
  background-color: transparent;
  border-color: #ffffff;
  padding: 4px 5px 2px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
}
@media (min-width: 1200px) {
  .thumbnail-box .project-container .button-delete,
  .thumbnail-unbox .project-container .button-delete,
  .thumbnail-news .project-container .button-delete {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .thumbnail-box .project-container .button-delete,
  .thumbnail-unbox .project-container .button-delete,
  .thumbnail-news .project-container .button-delete {
    padding: 12px 30px 8px;
  }
}
.thumbnail-box .project-container .button-delete.small,
.thumbnail-unbox .project-container .button-delete.small,
.thumbnail-news .project-container .button-delete.small {
  padding: 4px 10px 2px;
}
@media (min-width: 768px) {
  .thumbnail-box .project-container .button-delete.small,
  .thumbnail-unbox .project-container .button-delete.small,
  .thumbnail-news .project-container .button-delete.small {
    padding: 4px 20px 2px;
  }
}
.thumbnail-box .project-container .button-delete.compact,
.thumbnail-unbox .project-container .button-delete.compact,
.thumbnail-news .project-container .button-delete.compact {
  padding: 4px 5px 2px;
}
@media (min-width: 768px) {
  .thumbnail-box .project-container .button-delete.compact,
  .thumbnail-unbox .project-container .button-delete.compact,
  .thumbnail-news .project-container .button-delete.compact {
    padding: 4px 10px 2px;
  }
}
@media (max-width: 767px) {
  .thumbnail-box .project-container .button-delete.button-block-xs,
  .thumbnail-unbox .project-container .button-delete.button-block-xs,
  .thumbnail-news .project-container .button-delete.button-block-xs {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.thumbnail-box .project-container .button-delete.button-block,
.thumbnail-unbox .project-container .button-delete.button-block,
.thumbnail-news .project-container .button-delete.button-block {
  display: block;
  width: 100%;
}
.thumbnail-box .project-container .button-delete.button-big-width,
.thumbnail-unbox .project-container .button-delete.button-big-width,
.thumbnail-news .project-container .button-delete.button-big-width {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.thumbnail-box .project-container .button-delete.button-load,
.thumbnail-unbox .project-container .button-delete.button-load,
.thumbnail-news .project-container .button-delete.button-load {
  display: block;
  width: 100%;
}
.thumbnail-box .project-container .button-delete.button-load .main,
.thumbnail-unbox .project-container .button-delete.button-load .main,
.thumbnail-news .project-container .button-delete.button-load .main {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .thumbnail-box .project-container .button-delete.button-load .main,
  .thumbnail-unbox .project-container .button-delete.button-load .main,
  .thumbnail-news .project-container .button-delete.button-load .main {
    font-size: 20px;
    line-height: 26px;
  }
}
.thumbnail-box .project-container .button-delete.button-load .sub,
.thumbnail-unbox .project-container .button-delete.button-load .sub,
.thumbnail-news .project-container .button-delete.button-load .sub {
  font-family: "Myriad W01 It";
  color: #2F2F2F;
  text-transform: none;
}
.thumbnail-box .project-container .button-delete.button-load .loader,
.thumbnail-unbox .project-container .button-delete.button-load .loader,
.thumbnail-news .project-container .button-delete.button-load .loader {
  display: none;
}
@media (min-width: 768px) {
  .thumbnail-box .project-container .button-delete.button-load-big,
  .thumbnail-unbox .project-container .button-delete.button-load-big,
  .thumbnail-news .project-container .button-delete.button-load-big {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.thumbnail-box .project-container .button-delete.loading .main,
.thumbnail-unbox .project-container .button-delete.loading .main,
.thumbnail-news .project-container .button-delete.loading .main,
.thumbnail-box .project-container .button-delete.loading .sub,
.thumbnail-unbox .project-container .button-delete.loading .sub,
.thumbnail-news .project-container .button-delete.loading .sub {
  display: none;
}
.thumbnail-box .project-container .button-delete.loading .loader,
.thumbnail-unbox .project-container .button-delete.loading .loader,
.thumbnail-news .project-container .button-delete.loading .loader {
  margin-top: -13px;
  margin-bottom: 13px;
  display: block;
}
.thumbnail-box .project-container .button-delete:focus,
.thumbnail-unbox .project-container .button-delete:focus,
.thumbnail-news .project-container .button-delete:focus,
.thumbnail-box .project-container .button-delete:active:focus,
.thumbnail-unbox .project-container .button-delete:active:focus,
.thumbnail-news .project-container .button-delete:active:focus,
.thumbnail-box .project-container .button-delete.active:focus,
.thumbnail-unbox .project-container .button-delete.active:focus,
.thumbnail-news .project-container .button-delete.active:focus,
.thumbnail-box .project-container .button-delete.focus,
.thumbnail-unbox .project-container .button-delete.focus,
.thumbnail-news .project-container .button-delete.focus,
.thumbnail-box .project-container .button-delete:active.focus,
.thumbnail-unbox .project-container .button-delete:active.focus,
.thumbnail-news .project-container .button-delete:active.focus,
.thumbnail-box .project-container .button-delete.active.focus,
.thumbnail-unbox .project-container .button-delete.active.focus,
.thumbnail-news .project-container .button-delete.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
}
.thumbnail-box .project-container .button-delete:hover,
.thumbnail-unbox .project-container .button-delete:hover,
.thumbnail-news .project-container .button-delete:hover,
.thumbnail-box .project-container .button-delete:focus,
.thumbnail-unbox .project-container .button-delete:focus,
.thumbnail-news .project-container .button-delete:focus,
.thumbnail-box .project-container .button-delete.focus,
.thumbnail-unbox .project-container .button-delete.focus,
.thumbnail-news .project-container .button-delete.focus {
  text-decoration: none;
}
.thumbnail-box .project-container .button-delete:hover .symbol-image-normal,
.thumbnail-unbox .project-container .button-delete:hover .symbol-image-normal,
.thumbnail-news .project-container .button-delete:hover .symbol-image-normal,
.thumbnail-box .project-container .button-delete:focus .symbol-image-normal,
.thumbnail-unbox .project-container .button-delete:focus .symbol-image-normal,
.thumbnail-news .project-container .button-delete:focus .symbol-image-normal,
.thumbnail-box .project-container .button-delete.focus .symbol-image-normal,
.thumbnail-unbox .project-container .button-delete.focus .symbol-image-normal,
.thumbnail-news .project-container .button-delete.focus .symbol-image-normal {
  display: none;
}
.thumbnail-box .project-container .button-delete:hover .symbol-image-highlight,
.thumbnail-unbox .project-container .button-delete:hover .symbol-image-highlight,
.thumbnail-news .project-container .button-delete:hover .symbol-image-highlight,
.thumbnail-box .project-container .button-delete:focus .symbol-image-highlight,
.thumbnail-unbox .project-container .button-delete:focus .symbol-image-highlight,
.thumbnail-news .project-container .button-delete:focus .symbol-image-highlight,
.thumbnail-box .project-container .button-delete.focus .symbol-image-highlight,
.thumbnail-unbox .project-container .button-delete.focus .symbol-image-highlight,
.thumbnail-news .project-container .button-delete.focus .symbol-image-highlight {
  display: inline-block;
}
.thumbnail-box .project-container .button-delete .symbol-image-normal,
.thumbnail-unbox .project-container .button-delete .symbol-image-normal,
.thumbnail-news .project-container .button-delete .symbol-image-normal {
  display: inline-block;
}
.thumbnail-box .project-container .button-delete .symbol-image-highlight,
.thumbnail-unbox .project-container .button-delete .symbol-image-highlight,
.thumbnail-news .project-container .button-delete .symbol-image-highlight {
  display: none;
}
.thumbnail-box .project-container .button-delete:active,
.thumbnail-unbox .project-container .button-delete:active,
.thumbnail-news .project-container .button-delete:active,
.thumbnail-box .project-container .button-delete.active,
.thumbnail-unbox .project-container .button-delete.active,
.thumbnail-news .project-container .button-delete.active {
  outline: 0;
  background-image: none;
}
.thumbnail-box .project-container .button-delete.disabled,
.thumbnail-unbox .project-container .button-delete.disabled,
.thumbnail-news .project-container .button-delete.disabled,
.thumbnail-box .project-container .button-delete[disabled],
.thumbnail-unbox .project-container .button-delete[disabled],
.thumbnail-news .project-container .button-delete[disabled],
fieldset[disabled] .thumbnail-box .project-container .button-delete,
fieldset[disabled] .thumbnail-unbox .project-container .button-delete,
fieldset[disabled] .thumbnail-news .project-container .button-delete {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.thumbnail-box .project-container .button-delete:hover,
.thumbnail-unbox .project-container .button-delete:hover,
.thumbnail-news .project-container .button-delete:hover,
.thumbnail-box .project-container .button-delete:focus,
.thumbnail-unbox .project-container .button-delete:focus,
.thumbnail-news .project-container .button-delete:focus,
.thumbnail-box .project-container .button-delete.focus,
.thumbnail-unbox .project-container .button-delete.focus,
.thumbnail-news .project-container .button-delete.focus,
.thumbnail-box .project-container .button-delete:active,
.thumbnail-unbox .project-container .button-delete:active,
.thumbnail-news .project-container .button-delete:active,
.thumbnail-box .project-container .button-delete.active,
.thumbnail-unbox .project-container .button-delete.active,
.thumbnail-news .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail-box .project-container .button-delete,
.open > .dropdown-toggle.thumbnail-unbox .project-container .button-delete,
.open > .dropdown-toggle.thumbnail-news .project-container .button-delete {
  background-color: #004990;
  border-color: #004990;
}
.thumbnail-box .project-container .button-delete:hover,
.thumbnail-unbox .project-container .button-delete:hover,
.thumbnail-news .project-container .button-delete:hover,
.thumbnail-box .project-container .button-delete:focus,
.thumbnail-unbox .project-container .button-delete:focus,
.thumbnail-news .project-container .button-delete:focus,
.thumbnail-box .project-container .button-delete.focus,
.thumbnail-unbox .project-container .button-delete.focus,
.thumbnail-news .project-container .button-delete.focus,
.thumbnail-box .project-container .button-delete:active,
.thumbnail-unbox .project-container .button-delete:active,
.thumbnail-news .project-container .button-delete:active,
.thumbnail-box .project-container .button-delete.active,
.thumbnail-unbox .project-container .button-delete.active,
.thumbnail-news .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail-box .project-container .button-delete,
.open > .dropdown-toggle.thumbnail-unbox .project-container .button-delete,
.open > .dropdown-toggle.thumbnail-news .project-container .button-delete,
.thumbnail-box .project-container .button-delete:hover span,
.thumbnail-unbox .project-container .button-delete:hover span,
.thumbnail-news .project-container .button-delete:hover span,
.thumbnail-box .project-container .button-delete:focus span,
.thumbnail-unbox .project-container .button-delete:focus span,
.thumbnail-news .project-container .button-delete:focus span,
.thumbnail-box .project-container .button-delete.focus span,
.thumbnail-unbox .project-container .button-delete.focus span,
.thumbnail-news .project-container .button-delete.focus span,
.thumbnail-box .project-container .button-delete:active span,
.thumbnail-unbox .project-container .button-delete:active span,
.thumbnail-news .project-container .button-delete:active span,
.thumbnail-box .project-container .button-delete.active span,
.thumbnail-unbox .project-container .button-delete.active span,
.thumbnail-news .project-container .button-delete.active span,
.open > .dropdown-toggle.thumbnail-box .project-container .button-delete span,
.open > .dropdown-toggle.thumbnail-unbox .project-container .button-delete span,
.open > .dropdown-toggle.thumbnail-news .project-container .button-delete span {
  color: #ffffff !important;
}
.thumbnail-box .project-container .button-delete:active,
.thumbnail-unbox .project-container .button-delete:active,
.thumbnail-news .project-container .button-delete:active,
.thumbnail-box .project-container .button-delete.active,
.thumbnail-unbox .project-container .button-delete.active,
.thumbnail-news .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail-box .project-container .button-delete,
.open > .dropdown-toggle.thumbnail-unbox .project-container .button-delete,
.open > .dropdown-toggle.thumbnail-news .project-container .button-delete {
  background-image: none;
}
.thumbnail-box .project-container .button-delete.disabled,
.thumbnail-unbox .project-container .button-delete.disabled,
.thumbnail-news .project-container .button-delete.disabled,
.thumbnail-box .project-container .button-delete[disabled],
.thumbnail-unbox .project-container .button-delete[disabled],
.thumbnail-news .project-container .button-delete[disabled],
fieldset[disabled] .thumbnail-box .project-container .button-delete,
fieldset[disabled] .thumbnail-unbox .project-container .button-delete,
fieldset[disabled] .thumbnail-news .project-container .button-delete,
.thumbnail-box .project-container .button-delete.disabled:hover,
.thumbnail-unbox .project-container .button-delete.disabled:hover,
.thumbnail-news .project-container .button-delete.disabled:hover,
.thumbnail-box .project-container .button-delete[disabled]:hover,
.thumbnail-unbox .project-container .button-delete[disabled]:hover,
.thumbnail-news .project-container .button-delete[disabled]:hover,
fieldset[disabled] .thumbnail-box .project-container .button-delete:hover,
fieldset[disabled] .thumbnail-unbox .project-container .button-delete:hover,
fieldset[disabled] .thumbnail-news .project-container .button-delete:hover,
.thumbnail-box .project-container .button-delete.disabled:focus,
.thumbnail-unbox .project-container .button-delete.disabled:focus,
.thumbnail-news .project-container .button-delete.disabled:focus,
.thumbnail-box .project-container .button-delete[disabled]:focus,
.thumbnail-unbox .project-container .button-delete[disabled]:focus,
.thumbnail-news .project-container .button-delete[disabled]:focus,
fieldset[disabled] .thumbnail-box .project-container .button-delete:focus,
fieldset[disabled] .thumbnail-unbox .project-container .button-delete:focus,
fieldset[disabled] .thumbnail-news .project-container .button-delete:focus,
.thumbnail-box .project-container .button-delete.disabled.focus,
.thumbnail-unbox .project-container .button-delete.disabled.focus,
.thumbnail-news .project-container .button-delete.disabled.focus,
.thumbnail-box .project-container .button-delete[disabled].focus,
.thumbnail-unbox .project-container .button-delete[disabled].focus,
.thumbnail-news .project-container .button-delete[disabled].focus,
fieldset[disabled] .thumbnail-box .project-container .button-delete.focus,
fieldset[disabled] .thumbnail-unbox .project-container .button-delete.focus,
fieldset[disabled] .thumbnail-news .project-container .button-delete.focus,
.thumbnail-box .project-container .button-delete.disabled:active,
.thumbnail-unbox .project-container .button-delete.disabled:active,
.thumbnail-news .project-container .button-delete.disabled:active,
.thumbnail-box .project-container .button-delete[disabled]:active,
.thumbnail-unbox .project-container .button-delete[disabled]:active,
.thumbnail-news .project-container .button-delete[disabled]:active,
fieldset[disabled] .thumbnail-box .project-container .button-delete:active,
fieldset[disabled] .thumbnail-unbox .project-container .button-delete:active,
fieldset[disabled] .thumbnail-news .project-container .button-delete:active,
.thumbnail-box .project-container .button-delete.disabled.active,
.thumbnail-unbox .project-container .button-delete.disabled.active,
.thumbnail-news .project-container .button-delete.disabled.active,
.thumbnail-box .project-container .button-delete[disabled].active,
.thumbnail-unbox .project-container .button-delete[disabled].active,
.thumbnail-news .project-container .button-delete[disabled].active,
fieldset[disabled] .thumbnail-box .project-container .button-delete.active,
fieldset[disabled] .thumbnail-unbox .project-container .button-delete.active,
fieldset[disabled] .thumbnail-news .project-container .button-delete.active {
  background-color: #ebebeb;
  border-color: #004990;
  color: #b8b8b8 !important;
}
.thumbnail-box .project-container .button-delete.white,
.thumbnail-unbox .project-container .button-delete.white,
.thumbnail-news .project-container .button-delete.white {
  color: #ffffff !important;
  background-color: transparent;
  border-color: #ffffff;
}
.thumbnail-box .project-container .button-delete.white:hover,
.thumbnail-unbox .project-container .button-delete.white:hover,
.thumbnail-news .project-container .button-delete.white:hover,
.thumbnail-box .project-container .button-delete.white:focus,
.thumbnail-unbox .project-container .button-delete.white:focus,
.thumbnail-news .project-container .button-delete.white:focus,
.thumbnail-box .project-container .button-delete.white.focus,
.thumbnail-unbox .project-container .button-delete.white.focus,
.thumbnail-news .project-container .button-delete.white.focus,
.thumbnail-box .project-container .button-delete.white:active,
.thumbnail-unbox .project-container .button-delete.white:active,
.thumbnail-news .project-container .button-delete.white:active,
.thumbnail-box .project-container .button-delete.white.active,
.thumbnail-unbox .project-container .button-delete.white.active,
.thumbnail-news .project-container .button-delete.white.active,
.open > .dropdown-toggle.thumbnail-box .project-container .button-delete.white,
.open > .dropdown-toggle.thumbnail-unbox .project-container .button-delete.white,
.open > .dropdown-toggle.thumbnail-news .project-container .button-delete.white {
  background-color: #ffffff;
  border-color: #ffffff;
}
.thumbnail-box .project-container .button-delete.white:hover,
.thumbnail-unbox .project-container .button-delete.white:hover,
.thumbnail-news .project-container .button-delete.white:hover,
.thumbnail-box .project-container .button-delete.white:focus,
.thumbnail-unbox .project-container .button-delete.white:focus,
.thumbnail-news .project-container .button-delete.white:focus,
.thumbnail-box .project-container .button-delete.white.focus,
.thumbnail-unbox .project-container .button-delete.white.focus,
.thumbnail-news .project-container .button-delete.white.focus,
.thumbnail-box .project-container .button-delete.white:active,
.thumbnail-unbox .project-container .button-delete.white:active,
.thumbnail-news .project-container .button-delete.white:active,
.thumbnail-box .project-container .button-delete.white.active,
.thumbnail-unbox .project-container .button-delete.white.active,
.thumbnail-news .project-container .button-delete.white.active,
.open > .dropdown-toggle.thumbnail-box .project-container .button-delete.white,
.open > .dropdown-toggle.thumbnail-unbox .project-container .button-delete.white,
.open > .dropdown-toggle.thumbnail-news .project-container .button-delete.white,
.thumbnail-box .project-container .button-delete.white:hover span,
.thumbnail-unbox .project-container .button-delete.white:hover span,
.thumbnail-news .project-container .button-delete.white:hover span,
.thumbnail-box .project-container .button-delete.white:focus span,
.thumbnail-unbox .project-container .button-delete.white:focus span,
.thumbnail-news .project-container .button-delete.white:focus span,
.thumbnail-box .project-container .button-delete.white.focus span,
.thumbnail-unbox .project-container .button-delete.white.focus span,
.thumbnail-news .project-container .button-delete.white.focus span,
.thumbnail-box .project-container .button-delete.white:active span,
.thumbnail-unbox .project-container .button-delete.white:active span,
.thumbnail-news .project-container .button-delete.white:active span,
.thumbnail-box .project-container .button-delete.white.active span,
.thumbnail-unbox .project-container .button-delete.white.active span,
.thumbnail-news .project-container .button-delete.white.active span,
.open > .dropdown-toggle.thumbnail-box .project-container .button-delete.white span,
.open > .dropdown-toggle.thumbnail-unbox .project-container .button-delete.white span,
.open > .dropdown-toggle.thumbnail-news .project-container .button-delete.white span {
  color: #004990 !important;
}
.thumbnail-box .project-container .button-delete.white:active,
.thumbnail-unbox .project-container .button-delete.white:active,
.thumbnail-news .project-container .button-delete.white:active,
.thumbnail-box .project-container .button-delete.white.active,
.thumbnail-unbox .project-container .button-delete.white.active,
.thumbnail-news .project-container .button-delete.white.active,
.open > .dropdown-toggle.thumbnail-box .project-container .button-delete.white,
.open > .dropdown-toggle.thumbnail-unbox .project-container .button-delete.white,
.open > .dropdown-toggle.thumbnail-news .project-container .button-delete.white {
  background-image: none;
}
.thumbnail-box .project-container .button-delete.white.disabled,
.thumbnail-unbox .project-container .button-delete.white.disabled,
.thumbnail-news .project-container .button-delete.white.disabled,
.thumbnail-box .project-container .button-delete.white[disabled],
.thumbnail-unbox .project-container .button-delete.white[disabled],
.thumbnail-news .project-container .button-delete.white[disabled],
fieldset[disabled] .thumbnail-box .project-container .button-delete.white,
fieldset[disabled] .thumbnail-unbox .project-container .button-delete.white,
fieldset[disabled] .thumbnail-news .project-container .button-delete.white,
.thumbnail-box .project-container .button-delete.white.disabled:hover,
.thumbnail-unbox .project-container .button-delete.white.disabled:hover,
.thumbnail-news .project-container .button-delete.white.disabled:hover,
.thumbnail-box .project-container .button-delete.white[disabled]:hover,
.thumbnail-unbox .project-container .button-delete.white[disabled]:hover,
.thumbnail-news .project-container .button-delete.white[disabled]:hover,
fieldset[disabled] .thumbnail-box .project-container .button-delete.white:hover,
fieldset[disabled] .thumbnail-unbox .project-container .button-delete.white:hover,
fieldset[disabled] .thumbnail-news .project-container .button-delete.white:hover,
.thumbnail-box .project-container .button-delete.white.disabled:focus,
.thumbnail-unbox .project-container .button-delete.white.disabled:focus,
.thumbnail-news .project-container .button-delete.white.disabled:focus,
.thumbnail-box .project-container .button-delete.white[disabled]:focus,
.thumbnail-unbox .project-container .button-delete.white[disabled]:focus,
.thumbnail-news .project-container .button-delete.white[disabled]:focus,
fieldset[disabled] .thumbnail-box .project-container .button-delete.white:focus,
fieldset[disabled] .thumbnail-unbox .project-container .button-delete.white:focus,
fieldset[disabled] .thumbnail-news .project-container .button-delete.white:focus,
.thumbnail-box .project-container .button-delete.white.disabled.focus,
.thumbnail-unbox .project-container .button-delete.white.disabled.focus,
.thumbnail-news .project-container .button-delete.white.disabled.focus,
.thumbnail-box .project-container .button-delete.white[disabled].focus,
.thumbnail-unbox .project-container .button-delete.white[disabled].focus,
.thumbnail-news .project-container .button-delete.white[disabled].focus,
fieldset[disabled] .thumbnail-box .project-container .button-delete.white.focus,
fieldset[disabled] .thumbnail-unbox .project-container .button-delete.white.focus,
fieldset[disabled] .thumbnail-news .project-container .button-delete.white.focus,
.thumbnail-box .project-container .button-delete.white.disabled:active,
.thumbnail-unbox .project-container .button-delete.white.disabled:active,
.thumbnail-news .project-container .button-delete.white.disabled:active,
.thumbnail-box .project-container .button-delete.white[disabled]:active,
.thumbnail-unbox .project-container .button-delete.white[disabled]:active,
.thumbnail-news .project-container .button-delete.white[disabled]:active,
fieldset[disabled] .thumbnail-box .project-container .button-delete.white:active,
fieldset[disabled] .thumbnail-unbox .project-container .button-delete.white:active,
fieldset[disabled] .thumbnail-news .project-container .button-delete.white:active,
.thumbnail-box .project-container .button-delete.white.disabled.active,
.thumbnail-unbox .project-container .button-delete.white.disabled.active,
.thumbnail-news .project-container .button-delete.white.disabled.active,
.thumbnail-box .project-container .button-delete.white[disabled].active,
.thumbnail-unbox .project-container .button-delete.white[disabled].active,
.thumbnail-news .project-container .button-delete.white[disabled].active,
fieldset[disabled] .thumbnail-box .project-container .button-delete.white.active,
fieldset[disabled] .thumbnail-unbox .project-container .button-delete.white.active,
fieldset[disabled] .thumbnail-news .project-container .button-delete.white.active {
  background-color: #ebebeb;
  border-color: #ffffff;
  color: #b8b8b8 !important;
}
.thumbnail-box .project-container .button-delete.navy,
.thumbnail-unbox .project-container .button-delete.navy,
.thumbnail-news .project-container .button-delete.navy {
  color: #ffffff !important;
  background-color: #004990;
  border-color: #004990;
}
.thumbnail-box .project-container .button-delete.navy:hover,
.thumbnail-unbox .project-container .button-delete.navy:hover,
.thumbnail-news .project-container .button-delete.navy:hover,
.thumbnail-box .project-container .button-delete.navy:focus,
.thumbnail-unbox .project-container .button-delete.navy:focus,
.thumbnail-news .project-container .button-delete.navy:focus,
.thumbnail-box .project-container .button-delete.navy.focus,
.thumbnail-unbox .project-container .button-delete.navy.focus,
.thumbnail-news .project-container .button-delete.navy.focus,
.thumbnail-box .project-container .button-delete.navy:active,
.thumbnail-unbox .project-container .button-delete.navy:active,
.thumbnail-news .project-container .button-delete.navy:active,
.thumbnail-box .project-container .button-delete.navy.active,
.thumbnail-unbox .project-container .button-delete.navy.active,
.thumbnail-news .project-container .button-delete.navy.active,
.open > .dropdown-toggle.thumbnail-box .project-container .button-delete.navy,
.open > .dropdown-toggle.thumbnail-unbox .project-container .button-delete.navy,
.open > .dropdown-toggle.thumbnail-news .project-container .button-delete.navy {
  background-color: #ffffff;
  border-color: #004990;
}
.thumbnail-box .project-container .button-delete.navy:hover,
.thumbnail-unbox .project-container .button-delete.navy:hover,
.thumbnail-news .project-container .button-delete.navy:hover,
.thumbnail-box .project-container .button-delete.navy:focus,
.thumbnail-unbox .project-container .button-delete.navy:focus,
.thumbnail-news .project-container .button-delete.navy:focus,
.thumbnail-box .project-container .button-delete.navy.focus,
.thumbnail-unbox .project-container .button-delete.navy.focus,
.thumbnail-news .project-container .button-delete.navy.focus,
.thumbnail-box .project-container .button-delete.navy:active,
.thumbnail-unbox .project-container .button-delete.navy:active,
.thumbnail-news .project-container .button-delete.navy:active,
.thumbnail-box .project-container .button-delete.navy.active,
.thumbnail-unbox .project-container .button-delete.navy.active,
.thumbnail-news .project-container .button-delete.navy.active,
.open > .dropdown-toggle.thumbnail-box .project-container .button-delete.navy,
.open > .dropdown-toggle.thumbnail-unbox .project-container .button-delete.navy,
.open > .dropdown-toggle.thumbnail-news .project-container .button-delete.navy,
.thumbnail-box .project-container .button-delete.navy:hover span,
.thumbnail-unbox .project-container .button-delete.navy:hover span,
.thumbnail-news .project-container .button-delete.navy:hover span,
.thumbnail-box .project-container .button-delete.navy:focus span,
.thumbnail-unbox .project-container .button-delete.navy:focus span,
.thumbnail-news .project-container .button-delete.navy:focus span,
.thumbnail-box .project-container .button-delete.navy.focus span,
.thumbnail-unbox .project-container .button-delete.navy.focus span,
.thumbnail-news .project-container .button-delete.navy.focus span,
.thumbnail-box .project-container .button-delete.navy:active span,
.thumbnail-unbox .project-container .button-delete.navy:active span,
.thumbnail-news .project-container .button-delete.navy:active span,
.thumbnail-box .project-container .button-delete.navy.active span,
.thumbnail-unbox .project-container .button-delete.navy.active span,
.thumbnail-news .project-container .button-delete.navy.active span,
.open > .dropdown-toggle.thumbnail-box .project-container .button-delete.navy span,
.open > .dropdown-toggle.thumbnail-unbox .project-container .button-delete.navy span,
.open > .dropdown-toggle.thumbnail-news .project-container .button-delete.navy span {
  color: #004990 !important;
}
.thumbnail-box .project-container .button-delete.navy:active,
.thumbnail-unbox .project-container .button-delete.navy:active,
.thumbnail-news .project-container .button-delete.navy:active,
.thumbnail-box .project-container .button-delete.navy.active,
.thumbnail-unbox .project-container .button-delete.navy.active,
.thumbnail-news .project-container .button-delete.navy.active,
.open > .dropdown-toggle.thumbnail-box .project-container .button-delete.navy,
.open > .dropdown-toggle.thumbnail-unbox .project-container .button-delete.navy,
.open > .dropdown-toggle.thumbnail-news .project-container .button-delete.navy {
  background-image: none;
}
.thumbnail-box .project-container .button-delete.navy.disabled,
.thumbnail-unbox .project-container .button-delete.navy.disabled,
.thumbnail-news .project-container .button-delete.navy.disabled,
.thumbnail-box .project-container .button-delete.navy[disabled],
.thumbnail-unbox .project-container .button-delete.navy[disabled],
.thumbnail-news .project-container .button-delete.navy[disabled],
fieldset[disabled] .thumbnail-box .project-container .button-delete.navy,
fieldset[disabled] .thumbnail-unbox .project-container .button-delete.navy,
fieldset[disabled] .thumbnail-news .project-container .button-delete.navy,
.thumbnail-box .project-container .button-delete.navy.disabled:hover,
.thumbnail-unbox .project-container .button-delete.navy.disabled:hover,
.thumbnail-news .project-container .button-delete.navy.disabled:hover,
.thumbnail-box .project-container .button-delete.navy[disabled]:hover,
.thumbnail-unbox .project-container .button-delete.navy[disabled]:hover,
.thumbnail-news .project-container .button-delete.navy[disabled]:hover,
fieldset[disabled] .thumbnail-box .project-container .button-delete.navy:hover,
fieldset[disabled] .thumbnail-unbox .project-container .button-delete.navy:hover,
fieldset[disabled] .thumbnail-news .project-container .button-delete.navy:hover,
.thumbnail-box .project-container .button-delete.navy.disabled:focus,
.thumbnail-unbox .project-container .button-delete.navy.disabled:focus,
.thumbnail-news .project-container .button-delete.navy.disabled:focus,
.thumbnail-box .project-container .button-delete.navy[disabled]:focus,
.thumbnail-unbox .project-container .button-delete.navy[disabled]:focus,
.thumbnail-news .project-container .button-delete.navy[disabled]:focus,
fieldset[disabled] .thumbnail-box .project-container .button-delete.navy:focus,
fieldset[disabled] .thumbnail-unbox .project-container .button-delete.navy:focus,
fieldset[disabled] .thumbnail-news .project-container .button-delete.navy:focus,
.thumbnail-box .project-container .button-delete.navy.disabled.focus,
.thumbnail-unbox .project-container .button-delete.navy.disabled.focus,
.thumbnail-news .project-container .button-delete.navy.disabled.focus,
.thumbnail-box .project-container .button-delete.navy[disabled].focus,
.thumbnail-unbox .project-container .button-delete.navy[disabled].focus,
.thumbnail-news .project-container .button-delete.navy[disabled].focus,
fieldset[disabled] .thumbnail-box .project-container .button-delete.navy.focus,
fieldset[disabled] .thumbnail-unbox .project-container .button-delete.navy.focus,
fieldset[disabled] .thumbnail-news .project-container .button-delete.navy.focus,
.thumbnail-box .project-container .button-delete.navy.disabled:active,
.thumbnail-unbox .project-container .button-delete.navy.disabled:active,
.thumbnail-news .project-container .button-delete.navy.disabled:active,
.thumbnail-box .project-container .button-delete.navy[disabled]:active,
.thumbnail-unbox .project-container .button-delete.navy[disabled]:active,
.thumbnail-news .project-container .button-delete.navy[disabled]:active,
fieldset[disabled] .thumbnail-box .project-container .button-delete.navy:active,
fieldset[disabled] .thumbnail-unbox .project-container .button-delete.navy:active,
fieldset[disabled] .thumbnail-news .project-container .button-delete.navy:active,
.thumbnail-box .project-container .button-delete.navy.disabled.active,
.thumbnail-unbox .project-container .button-delete.navy.disabled.active,
.thumbnail-news .project-container .button-delete.navy.disabled.active,
.thumbnail-box .project-container .button-delete.navy[disabled].active,
.thumbnail-unbox .project-container .button-delete.navy[disabled].active,
.thumbnail-news .project-container .button-delete.navy[disabled].active,
fieldset[disabled] .thumbnail-box .project-container .button-delete.navy.active,
fieldset[disabled] .thumbnail-unbox .project-container .button-delete.navy.active,
fieldset[disabled] .thumbnail-news .project-container .button-delete.navy.active {
  background-color: #ebebeb;
  border-color: #004990;
  color: #b8b8b8 !important;
}
.thumbnail-box .project-container .button-delete:hover,
.thumbnail-unbox .project-container .button-delete:hover,
.thumbnail-news .project-container .button-delete:hover,
.thumbnail-box .project-container .button-delete:focus,
.thumbnail-unbox .project-container .button-delete:focus,
.thumbnail-news .project-container .button-delete:focus,
.thumbnail-box .project-container .button-delete.focus,
.thumbnail-unbox .project-container .button-delete.focus,
.thumbnail-news .project-container .button-delete.focus,
.thumbnail-box .project-container .button-delete:active,
.thumbnail-unbox .project-container .button-delete:active,
.thumbnail-news .project-container .button-delete:active,
.thumbnail-box .project-container .button-delete.active,
.thumbnail-unbox .project-container .button-delete.active,
.thumbnail-news .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail-box .project-container .button-delete,
.open > .dropdown-toggle.thumbnail-unbox .project-container .button-delete,
.open > .dropdown-toggle.thumbnail-news .project-container .button-delete {
  background-color: #ffffff;
  border-color: #ffffff;
}
.thumbnail-box .project-container .button-delete:hover,
.thumbnail-unbox .project-container .button-delete:hover,
.thumbnail-news .project-container .button-delete:hover,
.thumbnail-box .project-container .button-delete:focus,
.thumbnail-unbox .project-container .button-delete:focus,
.thumbnail-news .project-container .button-delete:focus,
.thumbnail-box .project-container .button-delete.focus,
.thumbnail-unbox .project-container .button-delete.focus,
.thumbnail-news .project-container .button-delete.focus,
.thumbnail-box .project-container .button-delete:active,
.thumbnail-unbox .project-container .button-delete:active,
.thumbnail-news .project-container .button-delete:active,
.thumbnail-box .project-container .button-delete.active,
.thumbnail-unbox .project-container .button-delete.active,
.thumbnail-news .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail-box .project-container .button-delete,
.open > .dropdown-toggle.thumbnail-unbox .project-container .button-delete,
.open > .dropdown-toggle.thumbnail-news .project-container .button-delete,
.thumbnail-box .project-container .button-delete:hover span,
.thumbnail-unbox .project-container .button-delete:hover span,
.thumbnail-news .project-container .button-delete:hover span,
.thumbnail-box .project-container .button-delete:focus span,
.thumbnail-unbox .project-container .button-delete:focus span,
.thumbnail-news .project-container .button-delete:focus span,
.thumbnail-box .project-container .button-delete.focus span,
.thumbnail-unbox .project-container .button-delete.focus span,
.thumbnail-news .project-container .button-delete.focus span,
.thumbnail-box .project-container .button-delete:active span,
.thumbnail-unbox .project-container .button-delete:active span,
.thumbnail-news .project-container .button-delete:active span,
.thumbnail-box .project-container .button-delete.active span,
.thumbnail-unbox .project-container .button-delete.active span,
.thumbnail-news .project-container .button-delete.active span,
.open > .dropdown-toggle.thumbnail-box .project-container .button-delete span,
.open > .dropdown-toggle.thumbnail-unbox .project-container .button-delete span,
.open > .dropdown-toggle.thumbnail-news .project-container .button-delete span {
  color: #004990 !important;
}
.thumbnail-box .project-container .button-delete:active,
.thumbnail-unbox .project-container .button-delete:active,
.thumbnail-news .project-container .button-delete:active,
.thumbnail-box .project-container .button-delete.active,
.thumbnail-unbox .project-container .button-delete.active,
.thumbnail-news .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail-box .project-container .button-delete,
.open > .dropdown-toggle.thumbnail-unbox .project-container .button-delete,
.open > .dropdown-toggle.thumbnail-news .project-container .button-delete {
  background-image: none;
}
.thumbnail-box .project-container .button-delete.disabled,
.thumbnail-unbox .project-container .button-delete.disabled,
.thumbnail-news .project-container .button-delete.disabled,
.thumbnail-box .project-container .button-delete[disabled],
.thumbnail-unbox .project-container .button-delete[disabled],
.thumbnail-news .project-container .button-delete[disabled],
fieldset[disabled] .thumbnail-box .project-container .button-delete,
fieldset[disabled] .thumbnail-unbox .project-container .button-delete,
fieldset[disabled] .thumbnail-news .project-container .button-delete,
.thumbnail-box .project-container .button-delete.disabled:hover,
.thumbnail-unbox .project-container .button-delete.disabled:hover,
.thumbnail-news .project-container .button-delete.disabled:hover,
.thumbnail-box .project-container .button-delete[disabled]:hover,
.thumbnail-unbox .project-container .button-delete[disabled]:hover,
.thumbnail-news .project-container .button-delete[disabled]:hover,
fieldset[disabled] .thumbnail-box .project-container .button-delete:hover,
fieldset[disabled] .thumbnail-unbox .project-container .button-delete:hover,
fieldset[disabled] .thumbnail-news .project-container .button-delete:hover,
.thumbnail-box .project-container .button-delete.disabled:focus,
.thumbnail-unbox .project-container .button-delete.disabled:focus,
.thumbnail-news .project-container .button-delete.disabled:focus,
.thumbnail-box .project-container .button-delete[disabled]:focus,
.thumbnail-unbox .project-container .button-delete[disabled]:focus,
.thumbnail-news .project-container .button-delete[disabled]:focus,
fieldset[disabled] .thumbnail-box .project-container .button-delete:focus,
fieldset[disabled] .thumbnail-unbox .project-container .button-delete:focus,
fieldset[disabled] .thumbnail-news .project-container .button-delete:focus,
.thumbnail-box .project-container .button-delete.disabled.focus,
.thumbnail-unbox .project-container .button-delete.disabled.focus,
.thumbnail-news .project-container .button-delete.disabled.focus,
.thumbnail-box .project-container .button-delete[disabled].focus,
.thumbnail-unbox .project-container .button-delete[disabled].focus,
.thumbnail-news .project-container .button-delete[disabled].focus,
fieldset[disabled] .thumbnail-box .project-container .button-delete.focus,
fieldset[disabled] .thumbnail-unbox .project-container .button-delete.focus,
fieldset[disabled] .thumbnail-news .project-container .button-delete.focus,
.thumbnail-box .project-container .button-delete.disabled:active,
.thumbnail-unbox .project-container .button-delete.disabled:active,
.thumbnail-news .project-container .button-delete.disabled:active,
.thumbnail-box .project-container .button-delete[disabled]:active,
.thumbnail-unbox .project-container .button-delete[disabled]:active,
.thumbnail-news .project-container .button-delete[disabled]:active,
fieldset[disabled] .thumbnail-box .project-container .button-delete:active,
fieldset[disabled] .thumbnail-unbox .project-container .button-delete:active,
fieldset[disabled] .thumbnail-news .project-container .button-delete:active,
.thumbnail-box .project-container .button-delete.disabled.active,
.thumbnail-unbox .project-container .button-delete.disabled.active,
.thumbnail-news .project-container .button-delete.disabled.active,
.thumbnail-box .project-container .button-delete[disabled].active,
.thumbnail-unbox .project-container .button-delete[disabled].active,
.thumbnail-news .project-container .button-delete[disabled].active,
fieldset[disabled] .thumbnail-box .project-container .button-delete.active,
fieldset[disabled] .thumbnail-unbox .project-container .button-delete.active,
fieldset[disabled] .thumbnail-news .project-container .button-delete.active {
  background-color: #ebebeb;
  border-color: #ffffff;
  color: #b8b8b8 !important;
}
@media (min-width: 768px) {
  .thumbnail-box .project-container .button-delete,
  .thumbnail-unbox .project-container .button-delete,
  .thumbnail-news .project-container .button-delete {
    padding: 4px 10px 2px;
  }
}
.thumbnail-box .project-container .button-edit,
.thumbnail-unbox .project-container .button-edit,
.thumbnail-news .project-container .button-edit {
  width: 14px;
  height: 14px;
  margin: 0;
  margin-left: 5px;
  border-radius: 2px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/project/edit-icon.png');
  border: none;
  color: white;
  -webkit-transition: color 0.15s, background-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
}
.thumbnail-box .project-container .button-edit:hover,
.thumbnail-unbox .project-container .button-edit:hover,
.thumbnail-news .project-container .button-edit:hover {
  background-color: white;
  background-image: url('/img/project/edit-icon-blue.png');
}
.thumbnail-box .project-container .button-utility,
.thumbnail-unbox .project-container .button-utility,
.thumbnail-news .project-container .button-utility,
.thumbnail-box .project-container .button-delete,
.thumbnail-unbox .project-container .button-delete,
.thumbnail-news .project-container .button-delete,
.thumbnail-box .project-container .button-edit,
.thumbnail-unbox .project-container .button-edit,
.thumbnail-news .project-container .button-edit {
  display: inline-block;
  margin-bottom: 0;
  white-space: nowrap;
  outline: 0;
}
.thumbnail-box .image-cell,
.thumbnail-unbox .image-cell,
.thumbnail-news .image-cell {
  padding-top: 66.66666667%;
  position: relative;
}
.thumbnail-box .image-cell .image,
.thumbnail-unbox .image-cell .image,
.thumbnail-news .image-cell .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/etc/no-image.jpg);
  border: 1px solid #D7D7D7;
}
@media (min-width: 768px) {
  .thumbnail-box .symbol-cell,
  .thumbnail-unbox .symbol-cell,
  .thumbnail-news .symbol-cell {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .thumbnail-box .symbol-cell img,
  .thumbnail-unbox .symbol-cell img,
  .thumbnail-news .symbol-cell img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.thumbnail-box .text-cell .title,
.thumbnail-unbox .text-cell .title,
.thumbnail-news .text-cell .title {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #004990;
}
@media (min-width: 1200px) {
  .thumbnail-box .text-cell .title,
  .thumbnail-unbox .text-cell .title,
  .thumbnail-news .text-cell .title {
    font-size: 16px;
    line-height: 22px;
  }
}
.thumbnail-box .text-cell .date,
.thumbnail-unbox .text-cell .date,
.thumbnail-news .text-cell .date,
.thumbnail-box .text-cell .category,
.thumbnail-unbox .text-cell .category,
.thumbnail-news .text-cell .category,
.thumbnail-box .text-cell .model,
.thumbnail-unbox .text-cell .model,
.thumbnail-news .text-cell .model {
  font-family: "Myriad W01 It";
  font-size: 13px;
  line-height: 18px;
  color: #464646;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .thumbnail-box .text-cell .date,
  .thumbnail-unbox .text-cell .date,
  .thumbnail-news .text-cell .date,
  .thumbnail-box .text-cell .category,
  .thumbnail-unbox .text-cell .category,
  .thumbnail-news .text-cell .category,
  .thumbnail-box .text-cell .model,
  .thumbnail-unbox .text-cell .model,
  .thumbnail-news .text-cell .model {
    font-size: 14px;
    line-height: 20px;
  }
}
.thumbnail-box .text-cell .detail,
.thumbnail-unbox .text-cell .detail,
.thumbnail-news .text-cell .detail {
  font-family: "Myriad W01 Regular";
  color: #464646;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 1200px) {
  .thumbnail-box .text-cell .detail,
  .thumbnail-unbox .text-cell .detail,
  .thumbnail-news .text-cell .detail {
    font-size: 16px;
    line-height: 20px;
  }
}
.thumbnail-box a,
.thumbnail-unbox a,
.thumbnail-news a {
  text-decoration: none;
}
.thumbnail-box a:hover,
.thumbnail-unbox a:hover,
.thumbnail-news a:hover {
  cursor: pointer;
}
.thumbnail-box a:hover > .title,
.thumbnail-unbox a:hover > .title,
.thumbnail-news a:hover > .title {
  text-decoration: underline;
}
.thumbnail-box .image-cell .product-favorite,
.product-slider .product-favorite {
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  top: 1px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  top: auto;
  bottom: 1px;
  right: 1px;
  border-top: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
  width: 40px;
  height: 40px;
}
.thumbnail-box .image-cell .product-favorite:hover,
.product-slider .product-favorite:hover {
  cursor: pointer;
}
.thumbnail-box .image-cell .product-favorite:before,
.product-slider .product-favorite:before {
  content: "\e620";
}
.thumbnail-box .image-cell .product-favorite:before,
.product-slider .product-favorite:before {
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #004990;
}
.thumbnail-box .image-cell .product-favorite.active:before,
.product-slider .product-favorite.active:before {
  content: "\e61f";
}
.thumbnail-box .image-cell .product-project,
.product-slider .product-project {
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  top: 1px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  top: auto;
  bottom: 1px;
  right: 1px;
  border-top: 1px solid #D7D7D7;
  border-left: 1px solid #D7D7D7;
  width: 40px;
  height: 40px;
}
.thumbnail-box .image-cell .product-project:before,
.product-slider .product-project:before {
  content: "\e901";
}
.thumbnail-box .image-cell .product-project:before,
.product-slider .product-project:before {
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #004990;
}
.thumbnail-box .image-cell .product-project:hover,
.product-slider .product-project:hover {
  cursor: pointer;
}
.product-favorite-button {
  margin-bottom: 5px;
}
.product-favorite-button.active .icon-font:before {
  content: "\e61f";
}
.product-favorite-button .symbol-size {
  height: 14px;
}
.thumbnail-box:hover .image-cell .image,
.thumbnail-box.selected .image-cell .image {
  border-top-color: #004990;
  border-left-color: #004990;
  border-right-color: #004990;
}
@media (max-width: 767px) {
  .thumbnail-box:hover .image-cell .image,
  .thumbnail-box.selected .image-cell .image {
    border-bottom-color: #004990;
  }
}
.thumbnail-box:hover .text-cell,
.thumbnail-box.selected .text-cell {
  border-left-color: #004990;
  border-right-color: #004990;
  border-bottom-color: #004990;
}
@media (max-width: 767px) {
  .thumbnail-box .content-container {
    margin-left: -10px;
    margin-right: -10px;
  }
  .thumbnail-box .content-container:before,
  .thumbnail-box .content-container:after {
    content: " ";
    display: table;
  }
  .thumbnail-box .content-container:after {
    clear: both;
  }
  .thumbnail-box .content-container:before,
  .thumbnail-box .content-container:after {
    content: " ";
    display: table;
  }
  .thumbnail-box .content-container:after {
    clear: both;
  }
}
@media (max-width: 767px) {
  .thumbnail-box .content {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .thumbnail-box .text-cell {
    padding: 20px;
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
  }
  .thumbnail-box .text-cell.open-style {
    padding: 0;
    padding-top: 20px;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}
.thumbnail-box.static .text-cell .title {
  overflow: hidden;
  width: 100%;
  height: 60px;
}
@media (min-width: 1200px) {
  .thumbnail-box.static .text-cell .title {
    height: 66px;
  }
}
.thumbnail-box.static .text-cell .model {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.thumbnail-box.static .text-cell .title .line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .thumbnail-unbox .image-cell {
    padding-top: 50%;
  }
}
.thumbnail-unbox .text-cell {
  padding-top: 10px;
}
@media (min-width: 960px) {
  .thumbnail-unbox .text-cell {
    padding-top: 20px;
  }
}
.thumbnail-unbox:hover {
  cursor: pointer;
}
.thumbnail-unbox:hover .title {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .thumbnail-unbox.feature-style .image-cell {
    padding-top: 50%;
  }
}
.thumbnail-unbox.feature-style .title {
  color: #464646;
  margin-bottom: 10px;
}
.thumbnail-unbox.feature-style:hover {
  cursor: default;
}
.thumbnail-unbox.feature-style:hover .title {
  text-decoration: none;
}
@media (min-width: 768px) {
  .thumbnail-news {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ebebeb;
  }
  .thumbnail-news:first-child {
    border-top: 1px solid #ebebeb;
  }
}
@media (min-width: 768px) {
  .thumbnail-news .content-container {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 960px) {
  .thumbnail-news .content-container {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1200px) {
  .thumbnail-news .content-container {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.thumbnail-news .content-container:before,
.thumbnail-news .content-container:after {
  content: " ";
  display: table;
}
.thumbnail-news .content-container:after {
  clear: both;
}
.thumbnail-news .content-container:before,
.thumbnail-news .content-container:after {
  content: " ";
  display: table;
}
.thumbnail-news .content-container:after {
  clear: both;
}
@media (min-width: 768px) {
  .thumbnail-news .content {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 960px) {
  .thumbnail-news .content {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .thumbnail-news .content {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .thumbnail-news .content + .content {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 960px) {
  .thumbnail-news .content + .content {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .thumbnail-news .content + .content {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .thumbnail-news .image-cell {
    padding-top: 50%;
  }
}
@media (min-width: 768px) {
  .thumbnail-news .image-cell {
    padding-top: 75%;
  }
}
@media (min-width: 960px) {
  .thumbnail-news .image-cell {
    padding-top: 56.25%;
  }
}
@media (max-width: 767px) {
  .thumbnail-news .text-cell {
    padding-top: 10px;
  }
}
.thumbnail-news .text-cell .detail,
.thumbnail-news .text-cell .button {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .thumbnail-news .text-cell .detail,
  .thumbnail-news .text-cell .button {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .thumbnail-news .text-cell .detail,
  .thumbnail-news .text-cell .button {
    display: none !important;
  }
}
.thumbnail-detail {
  margin-bottom: 20px;
  background-color: #D8E3EE;
  padding: 20px;
}
@media (min-width: 768px) {
  .thumbnail-detail {
    margin-bottom: 16px;
  }
}
@media (min-width: 960px) {
  .thumbnail-detail {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .thumbnail-detail {
    margin-bottom: 30px;
  }
}
.thumbnail-detail .content-container {
  position: relative;
}
.thumbnail-detail .content {
  position: relative;
}
.thumbnail-detail .decoration {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 73, 144, 0.7);
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .thumbnail-detail .decoration {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .thumbnail-detail .decoration {
    display: none !important;
  }
}
.thumbnail-detail .decoration .rollover,
.thumbnail-detail .decoration .highlight {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 1200px) {
  .thumbnail-detail .decoration .rollover,
  .thumbnail-detail .decoration .highlight {
    font-size: 16px;
    line-height: 22px;
  }
}
.thumbnail-detail .decoration .rollover {
  text-decoration: underline;
}
.thumbnail-detail:hover .decoration,
.thumbnail-detail.selected .decoration {
  opacity: 1;
}
.thumbnail-detail:hover .rollover {
  opacity: 1;
}
.thumbnail-detail.selected .rollover {
  opacity: 0 !important;
}
.thumbnail-detail.selected .highlight {
  opacity: 1;
}
.thumbnail-detail .project-container {
  position: relative;
  padding-top: 54.05405405%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.thumbnail-detail .project-container:hover {
  text-decoration: none;
  cursor: default;
}
.thumbnail-detail .project-container:hover .title {
  text-decoration: none;
}
.thumbnail-detail .project-container.project-bg-green {
  background-image: url(/img/project/box-aqua.png);
}
.thumbnail-detail .project-container.project-bg-blue {
  background-image: url(/img/project/box.png);
}
.thumbnail-detail .project-container .project {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px;
}
.thumbnail-detail .project-container .project .full-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.thumbnail-detail .project-container .project-row {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.thumbnail-detail .project-container .project-row .project-cell {
  display: table-cell;
  vertical-align: middle !important;
  text-align: center;
}
.thumbnail-detail .project-container .project-row .project-cell.align-top {
  vertical-align: top !important;
}
.thumbnail-detail .project-container .project-row .project-cell.align-bottom {
  vertical-align: bottom !important;
}
.thumbnail-detail .project-container .project-row .project-cell.align-middle {
  vertical-align: middle !important;
}
.thumbnail-detail .project-container .project-row .project-cell + .project-cell {
  border-left: 1px solid #D7D7D7;
}
.thumbnail-detail .project-container .title-block {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: white;
}
.thumbnail-detail .project-container .title-block p {
  margin-bottom: 10px;
}
.thumbnail-detail .project-container .title-block a {
  color: white;
}
.thumbnail-detail .project-container .title-block a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.thumbnail-detail .project-container .title-block .title {
  font-weight: bold;
  text-transform: uppercase;
}
.thumbnail-detail .project-container .title-block .date {
  font-size: 0.8rem;
  font-style: italic;
}
.thumbnail-detail .project-container .button-utility {
  background-color: transparent;
  border: none;
  color: white;
  padding: 10px;
}
.thumbnail-detail .project-container .button-utility:hover {
  text-decoration: underline;
}
.thumbnail-detail .project-container .button-delete {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 15px 8px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 6px;
  outline: 0;
  -webkit-transition: color 0.15s, background-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
  color: #004990 !important;
  border-color: #004990;
  color: #ffffff !important;
  background-color: transparent;
  border-color: #ffffff;
  padding: 4px 5px 2px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
}
@media (min-width: 1200px) {
  .thumbnail-detail .project-container .button-delete {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .thumbnail-detail .project-container .button-delete {
    padding: 12px 30px 8px;
  }
}
.thumbnail-detail .project-container .button-delete.small {
  padding: 4px 10px 2px;
}
@media (min-width: 768px) {
  .thumbnail-detail .project-container .button-delete.small {
    padding: 4px 20px 2px;
  }
}
.thumbnail-detail .project-container .button-delete.compact {
  padding: 4px 5px 2px;
}
@media (min-width: 768px) {
  .thumbnail-detail .project-container .button-delete.compact {
    padding: 4px 10px 2px;
  }
}
@media (max-width: 767px) {
  .thumbnail-detail .project-container .button-delete.button-block-xs {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.thumbnail-detail .project-container .button-delete.button-block {
  display: block;
  width: 100%;
}
.thumbnail-detail .project-container .button-delete.button-big-width {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.thumbnail-detail .project-container .button-delete.button-load {
  display: block;
  width: 100%;
}
.thumbnail-detail .project-container .button-delete.button-load .main {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .thumbnail-detail .project-container .button-delete.button-load .main {
    font-size: 20px;
    line-height: 26px;
  }
}
.thumbnail-detail .project-container .button-delete.button-load .sub {
  font-family: "Myriad W01 It";
  color: #2F2F2F;
  text-transform: none;
}
.thumbnail-detail .project-container .button-delete.button-load .loader {
  display: none;
}
@media (min-width: 768px) {
  .thumbnail-detail .project-container .button-delete.button-load-big {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.thumbnail-detail .project-container .button-delete.loading .main,
.thumbnail-detail .project-container .button-delete.loading .sub {
  display: none;
}
.thumbnail-detail .project-container .button-delete.loading .loader {
  margin-top: -13px;
  margin-bottom: 13px;
  display: block;
}
.thumbnail-detail .project-container .button-delete:focus,
.thumbnail-detail .project-container .button-delete:active:focus,
.thumbnail-detail .project-container .button-delete.active:focus,
.thumbnail-detail .project-container .button-delete.focus,
.thumbnail-detail .project-container .button-delete:active.focus,
.thumbnail-detail .project-container .button-delete.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
}
.thumbnail-detail .project-container .button-delete:hover,
.thumbnail-detail .project-container .button-delete:focus,
.thumbnail-detail .project-container .button-delete.focus {
  text-decoration: none;
}
.thumbnail-detail .project-container .button-delete:hover .symbol-image-normal,
.thumbnail-detail .project-container .button-delete:focus .symbol-image-normal,
.thumbnail-detail .project-container .button-delete.focus .symbol-image-normal {
  display: none;
}
.thumbnail-detail .project-container .button-delete:hover .symbol-image-highlight,
.thumbnail-detail .project-container .button-delete:focus .symbol-image-highlight,
.thumbnail-detail .project-container .button-delete.focus .symbol-image-highlight {
  display: inline-block;
}
.thumbnail-detail .project-container .button-delete .symbol-image-normal {
  display: inline-block;
}
.thumbnail-detail .project-container .button-delete .symbol-image-highlight {
  display: none;
}
.thumbnail-detail .project-container .button-delete:active,
.thumbnail-detail .project-container .button-delete.active {
  outline: 0;
  background-image: none;
}
.thumbnail-detail .project-container .button-delete.disabled,
.thumbnail-detail .project-container .button-delete[disabled],
fieldset[disabled] .thumbnail-detail .project-container .button-delete {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.thumbnail-detail .project-container .button-delete:hover,
.thumbnail-detail .project-container .button-delete:focus,
.thumbnail-detail .project-container .button-delete.focus,
.thumbnail-detail .project-container .button-delete:active,
.thumbnail-detail .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail-detail .project-container .button-delete {
  background-color: #004990;
  border-color: #004990;
}
.thumbnail-detail .project-container .button-delete:hover,
.thumbnail-detail .project-container .button-delete:focus,
.thumbnail-detail .project-container .button-delete.focus,
.thumbnail-detail .project-container .button-delete:active,
.thumbnail-detail .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail-detail .project-container .button-delete,
.thumbnail-detail .project-container .button-delete:hover span,
.thumbnail-detail .project-container .button-delete:focus span,
.thumbnail-detail .project-container .button-delete.focus span,
.thumbnail-detail .project-container .button-delete:active span,
.thumbnail-detail .project-container .button-delete.active span,
.open > .dropdown-toggle.thumbnail-detail .project-container .button-delete span {
  color: #ffffff !important;
}
.thumbnail-detail .project-container .button-delete:active,
.thumbnail-detail .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail-detail .project-container .button-delete {
  background-image: none;
}
.thumbnail-detail .project-container .button-delete.disabled,
.thumbnail-detail .project-container .button-delete[disabled],
fieldset[disabled] .thumbnail-detail .project-container .button-delete,
.thumbnail-detail .project-container .button-delete.disabled:hover,
.thumbnail-detail .project-container .button-delete[disabled]:hover,
fieldset[disabled] .thumbnail-detail .project-container .button-delete:hover,
.thumbnail-detail .project-container .button-delete.disabled:focus,
.thumbnail-detail .project-container .button-delete[disabled]:focus,
fieldset[disabled] .thumbnail-detail .project-container .button-delete:focus,
.thumbnail-detail .project-container .button-delete.disabled.focus,
.thumbnail-detail .project-container .button-delete[disabled].focus,
fieldset[disabled] .thumbnail-detail .project-container .button-delete.focus,
.thumbnail-detail .project-container .button-delete.disabled:active,
.thumbnail-detail .project-container .button-delete[disabled]:active,
fieldset[disabled] .thumbnail-detail .project-container .button-delete:active,
.thumbnail-detail .project-container .button-delete.disabled.active,
.thumbnail-detail .project-container .button-delete[disabled].active,
fieldset[disabled] .thumbnail-detail .project-container .button-delete.active {
  background-color: #ebebeb;
  border-color: #004990;
  color: #b8b8b8 !important;
}
.thumbnail-detail .project-container .button-delete.white {
  color: #ffffff !important;
  background-color: transparent;
  border-color: #ffffff;
}
.thumbnail-detail .project-container .button-delete.white:hover,
.thumbnail-detail .project-container .button-delete.white:focus,
.thumbnail-detail .project-container .button-delete.white.focus,
.thumbnail-detail .project-container .button-delete.white:active,
.thumbnail-detail .project-container .button-delete.white.active,
.open > .dropdown-toggle.thumbnail-detail .project-container .button-delete.white {
  background-color: #ffffff;
  border-color: #ffffff;
}
.thumbnail-detail .project-container .button-delete.white:hover,
.thumbnail-detail .project-container .button-delete.white:focus,
.thumbnail-detail .project-container .button-delete.white.focus,
.thumbnail-detail .project-container .button-delete.white:active,
.thumbnail-detail .project-container .button-delete.white.active,
.open > .dropdown-toggle.thumbnail-detail .project-container .button-delete.white,
.thumbnail-detail .project-container .button-delete.white:hover span,
.thumbnail-detail .project-container .button-delete.white:focus span,
.thumbnail-detail .project-container .button-delete.white.focus span,
.thumbnail-detail .project-container .button-delete.white:active span,
.thumbnail-detail .project-container .button-delete.white.active span,
.open > .dropdown-toggle.thumbnail-detail .project-container .button-delete.white span {
  color: #004990 !important;
}
.thumbnail-detail .project-container .button-delete.white:active,
.thumbnail-detail .project-container .button-delete.white.active,
.open > .dropdown-toggle.thumbnail-detail .project-container .button-delete.white {
  background-image: none;
}
.thumbnail-detail .project-container .button-delete.white.disabled,
.thumbnail-detail .project-container .button-delete.white[disabled],
fieldset[disabled] .thumbnail-detail .project-container .button-delete.white,
.thumbnail-detail .project-container .button-delete.white.disabled:hover,
.thumbnail-detail .project-container .button-delete.white[disabled]:hover,
fieldset[disabled] .thumbnail-detail .project-container .button-delete.white:hover,
.thumbnail-detail .project-container .button-delete.white.disabled:focus,
.thumbnail-detail .project-container .button-delete.white[disabled]:focus,
fieldset[disabled] .thumbnail-detail .project-container .button-delete.white:focus,
.thumbnail-detail .project-container .button-delete.white.disabled.focus,
.thumbnail-detail .project-container .button-delete.white[disabled].focus,
fieldset[disabled] .thumbnail-detail .project-container .button-delete.white.focus,
.thumbnail-detail .project-container .button-delete.white.disabled:active,
.thumbnail-detail .project-container .button-delete.white[disabled]:active,
fieldset[disabled] .thumbnail-detail .project-container .button-delete.white:active,
.thumbnail-detail .project-container .button-delete.white.disabled.active,
.thumbnail-detail .project-container .button-delete.white[disabled].active,
fieldset[disabled] .thumbnail-detail .project-container .button-delete.white.active {
  background-color: #ebebeb;
  border-color: #ffffff;
  color: #b8b8b8 !important;
}
.thumbnail-detail .project-container .button-delete.navy {
  color: #ffffff !important;
  background-color: #004990;
  border-color: #004990;
}
.thumbnail-detail .project-container .button-delete.navy:hover,
.thumbnail-detail .project-container .button-delete.navy:focus,
.thumbnail-detail .project-container .button-delete.navy.focus,
.thumbnail-detail .project-container .button-delete.navy:active,
.thumbnail-detail .project-container .button-delete.navy.active,
.open > .dropdown-toggle.thumbnail-detail .project-container .button-delete.navy {
  background-color: #ffffff;
  border-color: #004990;
}
.thumbnail-detail .project-container .button-delete.navy:hover,
.thumbnail-detail .project-container .button-delete.navy:focus,
.thumbnail-detail .project-container .button-delete.navy.focus,
.thumbnail-detail .project-container .button-delete.navy:active,
.thumbnail-detail .project-container .button-delete.navy.active,
.open > .dropdown-toggle.thumbnail-detail .project-container .button-delete.navy,
.thumbnail-detail .project-container .button-delete.navy:hover span,
.thumbnail-detail .project-container .button-delete.navy:focus span,
.thumbnail-detail .project-container .button-delete.navy.focus span,
.thumbnail-detail .project-container .button-delete.navy:active span,
.thumbnail-detail .project-container .button-delete.navy.active span,
.open > .dropdown-toggle.thumbnail-detail .project-container .button-delete.navy span {
  color: #004990 !important;
}
.thumbnail-detail .project-container .button-delete.navy:active,
.thumbnail-detail .project-container .button-delete.navy.active,
.open > .dropdown-toggle.thumbnail-detail .project-container .button-delete.navy {
  background-image: none;
}
.thumbnail-detail .project-container .button-delete.navy.disabled,
.thumbnail-detail .project-container .button-delete.navy[disabled],
fieldset[disabled] .thumbnail-detail .project-container .button-delete.navy,
.thumbnail-detail .project-container .button-delete.navy.disabled:hover,
.thumbnail-detail .project-container .button-delete.navy[disabled]:hover,
fieldset[disabled] .thumbnail-detail .project-container .button-delete.navy:hover,
.thumbnail-detail .project-container .button-delete.navy.disabled:focus,
.thumbnail-detail .project-container .button-delete.navy[disabled]:focus,
fieldset[disabled] .thumbnail-detail .project-container .button-delete.navy:focus,
.thumbnail-detail .project-container .button-delete.navy.disabled.focus,
.thumbnail-detail .project-container .button-delete.navy[disabled].focus,
fieldset[disabled] .thumbnail-detail .project-container .button-delete.navy.focus,
.thumbnail-detail .project-container .button-delete.navy.disabled:active,
.thumbnail-detail .project-container .button-delete.navy[disabled]:active,
fieldset[disabled] .thumbnail-detail .project-container .button-delete.navy:active,
.thumbnail-detail .project-container .button-delete.navy.disabled.active,
.thumbnail-detail .project-container .button-delete.navy[disabled].active,
fieldset[disabled] .thumbnail-detail .project-container .button-delete.navy.active {
  background-color: #ebebeb;
  border-color: #004990;
  color: #b8b8b8 !important;
}
.thumbnail-detail .project-container .button-delete:hover,
.thumbnail-detail .project-container .button-delete:focus,
.thumbnail-detail .project-container .button-delete.focus,
.thumbnail-detail .project-container .button-delete:active,
.thumbnail-detail .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail-detail .project-container .button-delete {
  background-color: #ffffff;
  border-color: #ffffff;
}
.thumbnail-detail .project-container .button-delete:hover,
.thumbnail-detail .project-container .button-delete:focus,
.thumbnail-detail .project-container .button-delete.focus,
.thumbnail-detail .project-container .button-delete:active,
.thumbnail-detail .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail-detail .project-container .button-delete,
.thumbnail-detail .project-container .button-delete:hover span,
.thumbnail-detail .project-container .button-delete:focus span,
.thumbnail-detail .project-container .button-delete.focus span,
.thumbnail-detail .project-container .button-delete:active span,
.thumbnail-detail .project-container .button-delete.active span,
.open > .dropdown-toggle.thumbnail-detail .project-container .button-delete span {
  color: #004990 !important;
}
.thumbnail-detail .project-container .button-delete:active,
.thumbnail-detail .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail-detail .project-container .button-delete {
  background-image: none;
}
.thumbnail-detail .project-container .button-delete.disabled,
.thumbnail-detail .project-container .button-delete[disabled],
fieldset[disabled] .thumbnail-detail .project-container .button-delete,
.thumbnail-detail .project-container .button-delete.disabled:hover,
.thumbnail-detail .project-container .button-delete[disabled]:hover,
fieldset[disabled] .thumbnail-detail .project-container .button-delete:hover,
.thumbnail-detail .project-container .button-delete.disabled:focus,
.thumbnail-detail .project-container .button-delete[disabled]:focus,
fieldset[disabled] .thumbnail-detail .project-container .button-delete:focus,
.thumbnail-detail .project-container .button-delete.disabled.focus,
.thumbnail-detail .project-container .button-delete[disabled].focus,
fieldset[disabled] .thumbnail-detail .project-container .button-delete.focus,
.thumbnail-detail .project-container .button-delete.disabled:active,
.thumbnail-detail .project-container .button-delete[disabled]:active,
fieldset[disabled] .thumbnail-detail .project-container .button-delete:active,
.thumbnail-detail .project-container .button-delete.disabled.active,
.thumbnail-detail .project-container .button-delete[disabled].active,
fieldset[disabled] .thumbnail-detail .project-container .button-delete.active {
  background-color: #ebebeb;
  border-color: #ffffff;
  color: #b8b8b8 !important;
}
@media (min-width: 768px) {
  .thumbnail-detail .project-container .button-delete {
    padding: 4px 10px 2px;
  }
}
.thumbnail-detail .project-container .button-edit {
  width: 14px;
  height: 14px;
  margin: 0;
  margin-left: 5px;
  border-radius: 2px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/project/edit-icon.png');
  border: none;
  color: white;
  -webkit-transition: color 0.15s, background-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
}
.thumbnail-detail .project-container .button-edit:hover {
  background-color: white;
  background-image: url('/img/project/edit-icon-blue.png');
}
.thumbnail-detail .project-container .button-utility,
.thumbnail-detail .project-container .button-delete,
.thumbnail-detail .project-container .button-edit {
  display: inline-block;
  margin-bottom: 0;
  white-space: nowrap;
  outline: 0;
}
.thumbnail-detail .close-button-container {
  border-bottom: 1px solid #004990;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: right;
}
.thumbnail-detail .close-button-container a {
  color: #004990;
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .thumbnail-detail .close-button-container a {
    font-size: 16px;
    line-height: 22px;
  }
}
.thumbnail-detail .content-container.simple {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .thumbnail-detail .content-container.simple {
    width: 720px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 960px) {
  .thumbnail-detail .content-container.simple {
    width: 960px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .thumbnail-detail .content-container.simple {
    width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  .thumbnail-detail .content-container.simple.full {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .thumbnail-detail .content-container.simple.full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .thumbnail-detail .content-container.simple.small {
    width: 720px;
  }
}
@media (min-width: 960px) {
  .thumbnail-detail .content-container.simple.small {
    width: 768px;
  }
}
@media (min-width: 1200px) {
  .thumbnail-detail .content-container.simple.small {
    width: 960px;
  }
}
@media (min-width: 768px) {
  .thumbnail-detail .content-container.simple.compact {
    width: 612px;
  }
}
@media (min-width: 960px) {
  .thumbnail-detail .content-container.simple.compact {
    width: 624px;
  }
}
@media (min-width: 1200px) {
  .thumbnail-detail .content-container.simple.compact {
    width: 780px;
  }
}
@media (min-width: 768px) {
  .thumbnail-detail .content-container.simple.menu {
    width: 720px;
  }
}
@media (min-width: 960px) {
  .thumbnail-detail .content-container.simple.menu {
    width: 864px;
  }
}
@media (min-width: 1200px) {
  .thumbnail-detail .content-container.simple.menu {
    width: 1080px;
  }
}
@media (min-width: 768px) {
  .thumbnail-detail .content-container.simple {
    width: 612px;
  }
}
@media (min-width: 960px) {
  .thumbnail-detail .content-container.simple {
    width: 624px;
  }
}
@media (min-width: 1200px) {
  .thumbnail-detail .content-container.simple {
    width: 780px;
  }
}
.thumbnail-detail .content-container .model {
  font-family: "Myriad W01 It";
  font-size: 13px;
  line-height: 18px;
  color: #464646;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .thumbnail-detail .content-container .model {
    font-size: 14px;
    line-height: 20px;
  }
}
.thumbnail-detail .content-container .title {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .thumbnail-detail .content-container .title {
    font-size: 20px;
    line-height: 26px;
  }
}
.thumbnail-detail .content-container .detail {
  margin-bottom: 20px;
}
.thumbnail-detail .content-container .feature-title {
  font-family: "Myriad W01 Regular";
  color: #464646;
  font-size: 14px;
  line-height: 18px;
  font-family: "Myriad W01 Bd";
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .thumbnail-detail .content-container .feature-title {
    font-size: 16px;
    line-height: 20px;
  }
}
.thumbnail-detail .content-container .dot-list {
  margin-bottom: 20px;
}
.thumbnail-detail .content-container .dot-list li + li {
  margin-top: 10px;
}
.thumbnail-detail .content-container .button {
  margin-bottom: 10px;
  margin-right: 5px;
}
.thumbnail-case-study {
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .thumbnail-case-study {
    margin-bottom: 16px;
  }
}
@media (min-width: 960px) {
  .thumbnail-case-study {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .thumbnail-case-study {
    margin-bottom: 30px;
  }
}
.thumbnail-case-study .content-container {
  position: relative;
}
.thumbnail-case-study .content {
  position: relative;
}
.thumbnail-case-study .decoration {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 73, 144, 0.7);
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .thumbnail-case-study .decoration {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .thumbnail-case-study .decoration {
    display: none !important;
  }
}
.thumbnail-case-study .decoration .rollover,
.thumbnail-case-study .decoration .highlight {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 1200px) {
  .thumbnail-case-study .decoration .rollover,
  .thumbnail-case-study .decoration .highlight {
    font-size: 16px;
    line-height: 22px;
  }
}
.thumbnail-case-study .decoration .rollover {
  text-decoration: underline;
}
.thumbnail-case-study:hover .decoration,
.thumbnail-case-study.selected .decoration {
  opacity: 1;
}
.thumbnail-case-study:hover .rollover {
  opacity: 1;
}
.thumbnail-case-study.selected .rollover {
  opacity: 0 !important;
}
.thumbnail-case-study.selected .highlight {
  opacity: 1;
}
.thumbnail-case-study .project-container {
  position: relative;
  padding-top: 54.05405405%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.thumbnail-case-study .project-container:hover {
  text-decoration: none;
  cursor: default;
}
.thumbnail-case-study .project-container:hover .title {
  text-decoration: none;
}
.thumbnail-case-study .project-container.project-bg-green {
  background-image: url(/img/project/box-aqua.png);
}
.thumbnail-case-study .project-container.project-bg-blue {
  background-image: url(/img/project/box.png);
}
.thumbnail-case-study .project-container .project {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px;
}
.thumbnail-case-study .project-container .project .full-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.thumbnail-case-study .project-container .project-row {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.thumbnail-case-study .project-container .project-row .project-cell {
  display: table-cell;
  vertical-align: middle !important;
  text-align: center;
}
.thumbnail-case-study .project-container .project-row .project-cell.align-top {
  vertical-align: top !important;
}
.thumbnail-case-study .project-container .project-row .project-cell.align-bottom {
  vertical-align: bottom !important;
}
.thumbnail-case-study .project-container .project-row .project-cell.align-middle {
  vertical-align: middle !important;
}
.thumbnail-case-study .project-container .project-row .project-cell + .project-cell {
  border-left: 1px solid #D7D7D7;
}
.thumbnail-case-study .project-container .title-block {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: white;
}
.thumbnail-case-study .project-container .title-block p {
  margin-bottom: 10px;
}
.thumbnail-case-study .project-container .title-block a {
  color: white;
}
.thumbnail-case-study .project-container .title-block a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.thumbnail-case-study .project-container .title-block .title {
  font-weight: bold;
  text-transform: uppercase;
}
.thumbnail-case-study .project-container .title-block .date {
  font-size: 0.8rem;
  font-style: italic;
}
.thumbnail-case-study .project-container .button-utility {
  background-color: transparent;
  border: none;
  color: white;
  padding: 10px;
}
.thumbnail-case-study .project-container .button-utility:hover {
  text-decoration: underline;
}
.thumbnail-case-study .project-container .button-delete {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 15px 8px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 6px;
  outline: 0;
  -webkit-transition: color 0.15s, background-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
  color: #004990 !important;
  border-color: #004990;
  color: #ffffff !important;
  background-color: transparent;
  border-color: #ffffff;
  padding: 4px 5px 2px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
}
@media (min-width: 1200px) {
  .thumbnail-case-study .project-container .button-delete {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .thumbnail-case-study .project-container .button-delete {
    padding: 12px 30px 8px;
  }
}
.thumbnail-case-study .project-container .button-delete.small {
  padding: 4px 10px 2px;
}
@media (min-width: 768px) {
  .thumbnail-case-study .project-container .button-delete.small {
    padding: 4px 20px 2px;
  }
}
.thumbnail-case-study .project-container .button-delete.compact {
  padding: 4px 5px 2px;
}
@media (min-width: 768px) {
  .thumbnail-case-study .project-container .button-delete.compact {
    padding: 4px 10px 2px;
  }
}
@media (max-width: 767px) {
  .thumbnail-case-study .project-container .button-delete.button-block-xs {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.thumbnail-case-study .project-container .button-delete.button-block {
  display: block;
  width: 100%;
}
.thumbnail-case-study .project-container .button-delete.button-big-width {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.thumbnail-case-study .project-container .button-delete.button-load {
  display: block;
  width: 100%;
}
.thumbnail-case-study .project-container .button-delete.button-load .main {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .thumbnail-case-study .project-container .button-delete.button-load .main {
    font-size: 20px;
    line-height: 26px;
  }
}
.thumbnail-case-study .project-container .button-delete.button-load .sub {
  font-family: "Myriad W01 It";
  color: #2F2F2F;
  text-transform: none;
}
.thumbnail-case-study .project-container .button-delete.button-load .loader {
  display: none;
}
@media (min-width: 768px) {
  .thumbnail-case-study .project-container .button-delete.button-load-big {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.thumbnail-case-study .project-container .button-delete.loading .main,
.thumbnail-case-study .project-container .button-delete.loading .sub {
  display: none;
}
.thumbnail-case-study .project-container .button-delete.loading .loader {
  margin-top: -13px;
  margin-bottom: 13px;
  display: block;
}
.thumbnail-case-study .project-container .button-delete:focus,
.thumbnail-case-study .project-container .button-delete:active:focus,
.thumbnail-case-study .project-container .button-delete.active:focus,
.thumbnail-case-study .project-container .button-delete.focus,
.thumbnail-case-study .project-container .button-delete:active.focus,
.thumbnail-case-study .project-container .button-delete.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
}
.thumbnail-case-study .project-container .button-delete:hover,
.thumbnail-case-study .project-container .button-delete:focus,
.thumbnail-case-study .project-container .button-delete.focus {
  text-decoration: none;
}
.thumbnail-case-study .project-container .button-delete:hover .symbol-image-normal,
.thumbnail-case-study .project-container .button-delete:focus .symbol-image-normal,
.thumbnail-case-study .project-container .button-delete.focus .symbol-image-normal {
  display: none;
}
.thumbnail-case-study .project-container .button-delete:hover .symbol-image-highlight,
.thumbnail-case-study .project-container .button-delete:focus .symbol-image-highlight,
.thumbnail-case-study .project-container .button-delete.focus .symbol-image-highlight {
  display: inline-block;
}
.thumbnail-case-study .project-container .button-delete .symbol-image-normal {
  display: inline-block;
}
.thumbnail-case-study .project-container .button-delete .symbol-image-highlight {
  display: none;
}
.thumbnail-case-study .project-container .button-delete:active,
.thumbnail-case-study .project-container .button-delete.active {
  outline: 0;
  background-image: none;
}
.thumbnail-case-study .project-container .button-delete.disabled,
.thumbnail-case-study .project-container .button-delete[disabled],
fieldset[disabled] .thumbnail-case-study .project-container .button-delete {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.thumbnail-case-study .project-container .button-delete:hover,
.thumbnail-case-study .project-container .button-delete:focus,
.thumbnail-case-study .project-container .button-delete.focus,
.thumbnail-case-study .project-container .button-delete:active,
.thumbnail-case-study .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail-case-study .project-container .button-delete {
  background-color: #004990;
  border-color: #004990;
}
.thumbnail-case-study .project-container .button-delete:hover,
.thumbnail-case-study .project-container .button-delete:focus,
.thumbnail-case-study .project-container .button-delete.focus,
.thumbnail-case-study .project-container .button-delete:active,
.thumbnail-case-study .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail-case-study .project-container .button-delete,
.thumbnail-case-study .project-container .button-delete:hover span,
.thumbnail-case-study .project-container .button-delete:focus span,
.thumbnail-case-study .project-container .button-delete.focus span,
.thumbnail-case-study .project-container .button-delete:active span,
.thumbnail-case-study .project-container .button-delete.active span,
.open > .dropdown-toggle.thumbnail-case-study .project-container .button-delete span {
  color: #ffffff !important;
}
.thumbnail-case-study .project-container .button-delete:active,
.thumbnail-case-study .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail-case-study .project-container .button-delete {
  background-image: none;
}
.thumbnail-case-study .project-container .button-delete.disabled,
.thumbnail-case-study .project-container .button-delete[disabled],
fieldset[disabled] .thumbnail-case-study .project-container .button-delete,
.thumbnail-case-study .project-container .button-delete.disabled:hover,
.thumbnail-case-study .project-container .button-delete[disabled]:hover,
fieldset[disabled] .thumbnail-case-study .project-container .button-delete:hover,
.thumbnail-case-study .project-container .button-delete.disabled:focus,
.thumbnail-case-study .project-container .button-delete[disabled]:focus,
fieldset[disabled] .thumbnail-case-study .project-container .button-delete:focus,
.thumbnail-case-study .project-container .button-delete.disabled.focus,
.thumbnail-case-study .project-container .button-delete[disabled].focus,
fieldset[disabled] .thumbnail-case-study .project-container .button-delete.focus,
.thumbnail-case-study .project-container .button-delete.disabled:active,
.thumbnail-case-study .project-container .button-delete[disabled]:active,
fieldset[disabled] .thumbnail-case-study .project-container .button-delete:active,
.thumbnail-case-study .project-container .button-delete.disabled.active,
.thumbnail-case-study .project-container .button-delete[disabled].active,
fieldset[disabled] .thumbnail-case-study .project-container .button-delete.active {
  background-color: #ebebeb;
  border-color: #004990;
  color: #b8b8b8 !important;
}
.thumbnail-case-study .project-container .button-delete.white {
  color: #ffffff !important;
  background-color: transparent;
  border-color: #ffffff;
}
.thumbnail-case-study .project-container .button-delete.white:hover,
.thumbnail-case-study .project-container .button-delete.white:focus,
.thumbnail-case-study .project-container .button-delete.white.focus,
.thumbnail-case-study .project-container .button-delete.white:active,
.thumbnail-case-study .project-container .button-delete.white.active,
.open > .dropdown-toggle.thumbnail-case-study .project-container .button-delete.white {
  background-color: #ffffff;
  border-color: #ffffff;
}
.thumbnail-case-study .project-container .button-delete.white:hover,
.thumbnail-case-study .project-container .button-delete.white:focus,
.thumbnail-case-study .project-container .button-delete.white.focus,
.thumbnail-case-study .project-container .button-delete.white:active,
.thumbnail-case-study .project-container .button-delete.white.active,
.open > .dropdown-toggle.thumbnail-case-study .project-container .button-delete.white,
.thumbnail-case-study .project-container .button-delete.white:hover span,
.thumbnail-case-study .project-container .button-delete.white:focus span,
.thumbnail-case-study .project-container .button-delete.white.focus span,
.thumbnail-case-study .project-container .button-delete.white:active span,
.thumbnail-case-study .project-container .button-delete.white.active span,
.open > .dropdown-toggle.thumbnail-case-study .project-container .button-delete.white span {
  color: #004990 !important;
}
.thumbnail-case-study .project-container .button-delete.white:active,
.thumbnail-case-study .project-container .button-delete.white.active,
.open > .dropdown-toggle.thumbnail-case-study .project-container .button-delete.white {
  background-image: none;
}
.thumbnail-case-study .project-container .button-delete.white.disabled,
.thumbnail-case-study .project-container .button-delete.white[disabled],
fieldset[disabled] .thumbnail-case-study .project-container .button-delete.white,
.thumbnail-case-study .project-container .button-delete.white.disabled:hover,
.thumbnail-case-study .project-container .button-delete.white[disabled]:hover,
fieldset[disabled] .thumbnail-case-study .project-container .button-delete.white:hover,
.thumbnail-case-study .project-container .button-delete.white.disabled:focus,
.thumbnail-case-study .project-container .button-delete.white[disabled]:focus,
fieldset[disabled] .thumbnail-case-study .project-container .button-delete.white:focus,
.thumbnail-case-study .project-container .button-delete.white.disabled.focus,
.thumbnail-case-study .project-container .button-delete.white[disabled].focus,
fieldset[disabled] .thumbnail-case-study .project-container .button-delete.white.focus,
.thumbnail-case-study .project-container .button-delete.white.disabled:active,
.thumbnail-case-study .project-container .button-delete.white[disabled]:active,
fieldset[disabled] .thumbnail-case-study .project-container .button-delete.white:active,
.thumbnail-case-study .project-container .button-delete.white.disabled.active,
.thumbnail-case-study .project-container .button-delete.white[disabled].active,
fieldset[disabled] .thumbnail-case-study .project-container .button-delete.white.active {
  background-color: #ebebeb;
  border-color: #ffffff;
  color: #b8b8b8 !important;
}
.thumbnail-case-study .project-container .button-delete.navy {
  color: #ffffff !important;
  background-color: #004990;
  border-color: #004990;
}
.thumbnail-case-study .project-container .button-delete.navy:hover,
.thumbnail-case-study .project-container .button-delete.navy:focus,
.thumbnail-case-study .project-container .button-delete.navy.focus,
.thumbnail-case-study .project-container .button-delete.navy:active,
.thumbnail-case-study .project-container .button-delete.navy.active,
.open > .dropdown-toggle.thumbnail-case-study .project-container .button-delete.navy {
  background-color: #ffffff;
  border-color: #004990;
}
.thumbnail-case-study .project-container .button-delete.navy:hover,
.thumbnail-case-study .project-container .button-delete.navy:focus,
.thumbnail-case-study .project-container .button-delete.navy.focus,
.thumbnail-case-study .project-container .button-delete.navy:active,
.thumbnail-case-study .project-container .button-delete.navy.active,
.open > .dropdown-toggle.thumbnail-case-study .project-container .button-delete.navy,
.thumbnail-case-study .project-container .button-delete.navy:hover span,
.thumbnail-case-study .project-container .button-delete.navy:focus span,
.thumbnail-case-study .project-container .button-delete.navy.focus span,
.thumbnail-case-study .project-container .button-delete.navy:active span,
.thumbnail-case-study .project-container .button-delete.navy.active span,
.open > .dropdown-toggle.thumbnail-case-study .project-container .button-delete.navy span {
  color: #004990 !important;
}
.thumbnail-case-study .project-container .button-delete.navy:active,
.thumbnail-case-study .project-container .button-delete.navy.active,
.open > .dropdown-toggle.thumbnail-case-study .project-container .button-delete.navy {
  background-image: none;
}
.thumbnail-case-study .project-container .button-delete.navy.disabled,
.thumbnail-case-study .project-container .button-delete.navy[disabled],
fieldset[disabled] .thumbnail-case-study .project-container .button-delete.navy,
.thumbnail-case-study .project-container .button-delete.navy.disabled:hover,
.thumbnail-case-study .project-container .button-delete.navy[disabled]:hover,
fieldset[disabled] .thumbnail-case-study .project-container .button-delete.navy:hover,
.thumbnail-case-study .project-container .button-delete.navy.disabled:focus,
.thumbnail-case-study .project-container .button-delete.navy[disabled]:focus,
fieldset[disabled] .thumbnail-case-study .project-container .button-delete.navy:focus,
.thumbnail-case-study .project-container .button-delete.navy.disabled.focus,
.thumbnail-case-study .project-container .button-delete.navy[disabled].focus,
fieldset[disabled] .thumbnail-case-study .project-container .button-delete.navy.focus,
.thumbnail-case-study .project-container .button-delete.navy.disabled:active,
.thumbnail-case-study .project-container .button-delete.navy[disabled]:active,
fieldset[disabled] .thumbnail-case-study .project-container .button-delete.navy:active,
.thumbnail-case-study .project-container .button-delete.navy.disabled.active,
.thumbnail-case-study .project-container .button-delete.navy[disabled].active,
fieldset[disabled] .thumbnail-case-study .project-container .button-delete.navy.active {
  background-color: #ebebeb;
  border-color: #004990;
  color: #b8b8b8 !important;
}
.thumbnail-case-study .project-container .button-delete:hover,
.thumbnail-case-study .project-container .button-delete:focus,
.thumbnail-case-study .project-container .button-delete.focus,
.thumbnail-case-study .project-container .button-delete:active,
.thumbnail-case-study .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail-case-study .project-container .button-delete {
  background-color: #ffffff;
  border-color: #ffffff;
}
.thumbnail-case-study .project-container .button-delete:hover,
.thumbnail-case-study .project-container .button-delete:focus,
.thumbnail-case-study .project-container .button-delete.focus,
.thumbnail-case-study .project-container .button-delete:active,
.thumbnail-case-study .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail-case-study .project-container .button-delete,
.thumbnail-case-study .project-container .button-delete:hover span,
.thumbnail-case-study .project-container .button-delete:focus span,
.thumbnail-case-study .project-container .button-delete.focus span,
.thumbnail-case-study .project-container .button-delete:active span,
.thumbnail-case-study .project-container .button-delete.active span,
.open > .dropdown-toggle.thumbnail-case-study .project-container .button-delete span {
  color: #004990 !important;
}
.thumbnail-case-study .project-container .button-delete:active,
.thumbnail-case-study .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail-case-study .project-container .button-delete {
  background-image: none;
}
.thumbnail-case-study .project-container .button-delete.disabled,
.thumbnail-case-study .project-container .button-delete[disabled],
fieldset[disabled] .thumbnail-case-study .project-container .button-delete,
.thumbnail-case-study .project-container .button-delete.disabled:hover,
.thumbnail-case-study .project-container .button-delete[disabled]:hover,
fieldset[disabled] .thumbnail-case-study .project-container .button-delete:hover,
.thumbnail-case-study .project-container .button-delete.disabled:focus,
.thumbnail-case-study .project-container .button-delete[disabled]:focus,
fieldset[disabled] .thumbnail-case-study .project-container .button-delete:focus,
.thumbnail-case-study .project-container .button-delete.disabled.focus,
.thumbnail-case-study .project-container .button-delete[disabled].focus,
fieldset[disabled] .thumbnail-case-study .project-container .button-delete.focus,
.thumbnail-case-study .project-container .button-delete.disabled:active,
.thumbnail-case-study .project-container .button-delete[disabled]:active,
fieldset[disabled] .thumbnail-case-study .project-container .button-delete:active,
.thumbnail-case-study .project-container .button-delete.disabled.active,
.thumbnail-case-study .project-container .button-delete[disabled].active,
fieldset[disabled] .thumbnail-case-study .project-container .button-delete.active {
  background-color: #ebebeb;
  border-color: #ffffff;
  color: #b8b8b8 !important;
}
@media (min-width: 768px) {
  .thumbnail-case-study .project-container .button-delete {
    padding: 4px 10px 2px;
  }
}
.thumbnail-case-study .project-container .button-edit {
  width: 14px;
  height: 14px;
  margin: 0;
  margin-left: 5px;
  border-radius: 2px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/project/edit-icon.png');
  border: none;
  color: white;
  -webkit-transition: color 0.15s, background-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
}
.thumbnail-case-study .project-container .button-edit:hover {
  background-color: white;
  background-image: url('/img/project/edit-icon-blue.png');
}
.thumbnail-case-study .project-container .button-utility,
.thumbnail-case-study .project-container .button-delete,
.thumbnail-case-study .project-container .button-edit {
  display: inline-block;
  margin-bottom: 0;
  white-space: nowrap;
  outline: 0;
}
@media (max-width: 767px) {
  .thumbnail-case-study .image-block + .text-block {
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .thumbnail-case-study {
    padding-top: 100%;
  }
}
.thumbnail-case-study .image-block {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .thumbnail-case-study .image-block {
    padding-top: 50%;
  }
}
@media (min-width: 768px) {
  .thumbnail-case-study .image-block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .thumbnail-case-study .image-block:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 73, 144, 0.5);
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}
@media (min-width: 768px) {
  .thumbnail-case-study .text-block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .thumbnail-case-study .cell-container {
    display: table;
    table-layout: fixed;
    width: 100%;
    width: 70%;
    height: 100%;
    position: relative;
  }
}
@media (min-width: 768px) {
  .thumbnail-case-study .title-cell {
    display: table-cell;
    text-align: left;
    vertical-align: bottom !important;
    padding: 40px 20px;
  }
  .thumbnail-case-study .title-cell.align-top {
    vertical-align: top !important;
  }
  .thumbnail-case-study .title-cell.align-bottom {
    vertical-align: bottom !important;
  }
  .thumbnail-case-study .title-cell.align-middle {
    vertical-align: middle !important;
  }
}
.thumbnail-case-study .title-cell h4 {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .thumbnail-case-study .title-cell h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
.thumbnail-case-study a {
  color: #004990;
  text-decoration: none;
}
@media (min-width: 768px) {
  .thumbnail-case-study a {
    color: #ffffff;
  }
}
.thumbnail-case-study a:hover .image-block:after,
.thumbnail-case-study a:focus .image-block:after {
  background-color: rgba(0, 73, 144, 0.9);
}
.thumbnail-case-study a:hover .title-cell h4,
.thumbnail-case-study a:focus .title-cell h4 {
  text-decoration: underline;
}
.thumbnail-channel {
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .thumbnail-channel {
    margin-bottom: 16px;
  }
}
@media (min-width: 960px) {
  .thumbnail-channel {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .thumbnail-channel {
    margin-bottom: 30px;
  }
}
.thumbnail-channel .content-container {
  position: relative;
}
.thumbnail-channel .content {
  position: relative;
}
.thumbnail-channel .decoration {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 73, 144, 0.7);
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .thumbnail-channel .decoration {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .thumbnail-channel .decoration {
    display: none !important;
  }
}
.thumbnail-channel .decoration .rollover,
.thumbnail-channel .decoration .highlight {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (min-width: 1200px) {
  .thumbnail-channel .decoration .rollover,
  .thumbnail-channel .decoration .highlight {
    font-size: 16px;
    line-height: 22px;
  }
}
.thumbnail-channel .decoration .rollover {
  text-decoration: underline;
}
.thumbnail-channel:hover .decoration,
.thumbnail-channel.selected .decoration {
  opacity: 1;
}
.thumbnail-channel:hover .rollover {
  opacity: 1;
}
.thumbnail-channel.selected .rollover {
  opacity: 0 !important;
}
.thumbnail-channel.selected .highlight {
  opacity: 1;
}
.thumbnail-channel .project-container {
  position: relative;
  padding-top: 54.05405405%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.thumbnail-channel .project-container:hover {
  text-decoration: none;
  cursor: default;
}
.thumbnail-channel .project-container:hover .title {
  text-decoration: none;
}
.thumbnail-channel .project-container.project-bg-green {
  background-image: url(/img/project/box-aqua.png);
}
.thumbnail-channel .project-container.project-bg-blue {
  background-image: url(/img/project/box.png);
}
.thumbnail-channel .project-container .project {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 20px;
}
.thumbnail-channel .project-container .project .full-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.thumbnail-channel .project-container .project-row {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.thumbnail-channel .project-container .project-row .project-cell {
  display: table-cell;
  vertical-align: middle !important;
  text-align: center;
}
.thumbnail-channel .project-container .project-row .project-cell.align-top {
  vertical-align: top !important;
}
.thumbnail-channel .project-container .project-row .project-cell.align-bottom {
  vertical-align: bottom !important;
}
.thumbnail-channel .project-container .project-row .project-cell.align-middle {
  vertical-align: middle !important;
}
.thumbnail-channel .project-container .project-row .project-cell + .project-cell {
  border-left: 1px solid #D7D7D7;
}
.thumbnail-channel .project-container .title-block {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: white;
}
.thumbnail-channel .project-container .title-block p {
  margin-bottom: 10px;
}
.thumbnail-channel .project-container .title-block a {
  color: white;
}
.thumbnail-channel .project-container .title-block a:hover {
  cursor: pointer;
  text-decoration: underline;
}
.thumbnail-channel .project-container .title-block .title {
  font-weight: bold;
  text-transform: uppercase;
}
.thumbnail-channel .project-container .title-block .date {
  font-size: 0.8rem;
  font-style: italic;
}
.thumbnail-channel .project-container .button-utility {
  background-color: transparent;
  border: none;
  color: white;
  padding: 10px;
}
.thumbnail-channel .project-container .button-utility:hover {
  text-decoration: underline;
}
.thumbnail-channel .project-container .button-delete {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 15px 8px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 6px;
  outline: 0;
  -webkit-transition: color 0.15s, background-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
  color: #004990 !important;
  border-color: #004990;
  color: #ffffff !important;
  background-color: transparent;
  border-color: #ffffff;
  padding: 4px 5px 2px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
}
@media (min-width: 1200px) {
  .thumbnail-channel .project-container .button-delete {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .thumbnail-channel .project-container .button-delete {
    padding: 12px 30px 8px;
  }
}
.thumbnail-channel .project-container .button-delete.small {
  padding: 4px 10px 2px;
}
@media (min-width: 768px) {
  .thumbnail-channel .project-container .button-delete.small {
    padding: 4px 20px 2px;
  }
}
.thumbnail-channel .project-container .button-delete.compact {
  padding: 4px 5px 2px;
}
@media (min-width: 768px) {
  .thumbnail-channel .project-container .button-delete.compact {
    padding: 4px 10px 2px;
  }
}
@media (max-width: 767px) {
  .thumbnail-channel .project-container .button-delete.button-block-xs {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.thumbnail-channel .project-container .button-delete.button-block {
  display: block;
  width: 100%;
}
.thumbnail-channel .project-container .button-delete.button-big-width {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.thumbnail-channel .project-container .button-delete.button-load {
  display: block;
  width: 100%;
}
.thumbnail-channel .project-container .button-delete.button-load .main {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .thumbnail-channel .project-container .button-delete.button-load .main {
    font-size: 20px;
    line-height: 26px;
  }
}
.thumbnail-channel .project-container .button-delete.button-load .sub {
  font-family: "Myriad W01 It";
  color: #2F2F2F;
  text-transform: none;
}
.thumbnail-channel .project-container .button-delete.button-load .loader {
  display: none;
}
@media (min-width: 768px) {
  .thumbnail-channel .project-container .button-delete.button-load-big {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.thumbnail-channel .project-container .button-delete.loading .main,
.thumbnail-channel .project-container .button-delete.loading .sub {
  display: none;
}
.thumbnail-channel .project-container .button-delete.loading .loader {
  margin-top: -13px;
  margin-bottom: 13px;
  display: block;
}
.thumbnail-channel .project-container .button-delete:focus,
.thumbnail-channel .project-container .button-delete:active:focus,
.thumbnail-channel .project-container .button-delete.active:focus,
.thumbnail-channel .project-container .button-delete.focus,
.thumbnail-channel .project-container .button-delete:active.focus,
.thumbnail-channel .project-container .button-delete.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
}
.thumbnail-channel .project-container .button-delete:hover,
.thumbnail-channel .project-container .button-delete:focus,
.thumbnail-channel .project-container .button-delete.focus {
  text-decoration: none;
}
.thumbnail-channel .project-container .button-delete:hover .symbol-image-normal,
.thumbnail-channel .project-container .button-delete:focus .symbol-image-normal,
.thumbnail-channel .project-container .button-delete.focus .symbol-image-normal {
  display: none;
}
.thumbnail-channel .project-container .button-delete:hover .symbol-image-highlight,
.thumbnail-channel .project-container .button-delete:focus .symbol-image-highlight,
.thumbnail-channel .project-container .button-delete.focus .symbol-image-highlight {
  display: inline-block;
}
.thumbnail-channel .project-container .button-delete .symbol-image-normal {
  display: inline-block;
}
.thumbnail-channel .project-container .button-delete .symbol-image-highlight {
  display: none;
}
.thumbnail-channel .project-container .button-delete:active,
.thumbnail-channel .project-container .button-delete.active {
  outline: 0;
  background-image: none;
}
.thumbnail-channel .project-container .button-delete.disabled,
.thumbnail-channel .project-container .button-delete[disabled],
fieldset[disabled] .thumbnail-channel .project-container .button-delete {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.thumbnail-channel .project-container .button-delete:hover,
.thumbnail-channel .project-container .button-delete:focus,
.thumbnail-channel .project-container .button-delete.focus,
.thumbnail-channel .project-container .button-delete:active,
.thumbnail-channel .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail-channel .project-container .button-delete {
  background-color: #004990;
  border-color: #004990;
}
.thumbnail-channel .project-container .button-delete:hover,
.thumbnail-channel .project-container .button-delete:focus,
.thumbnail-channel .project-container .button-delete.focus,
.thumbnail-channel .project-container .button-delete:active,
.thumbnail-channel .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail-channel .project-container .button-delete,
.thumbnail-channel .project-container .button-delete:hover span,
.thumbnail-channel .project-container .button-delete:focus span,
.thumbnail-channel .project-container .button-delete.focus span,
.thumbnail-channel .project-container .button-delete:active span,
.thumbnail-channel .project-container .button-delete.active span,
.open > .dropdown-toggle.thumbnail-channel .project-container .button-delete span {
  color: #ffffff !important;
}
.thumbnail-channel .project-container .button-delete:active,
.thumbnail-channel .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail-channel .project-container .button-delete {
  background-image: none;
}
.thumbnail-channel .project-container .button-delete.disabled,
.thumbnail-channel .project-container .button-delete[disabled],
fieldset[disabled] .thumbnail-channel .project-container .button-delete,
.thumbnail-channel .project-container .button-delete.disabled:hover,
.thumbnail-channel .project-container .button-delete[disabled]:hover,
fieldset[disabled] .thumbnail-channel .project-container .button-delete:hover,
.thumbnail-channel .project-container .button-delete.disabled:focus,
.thumbnail-channel .project-container .button-delete[disabled]:focus,
fieldset[disabled] .thumbnail-channel .project-container .button-delete:focus,
.thumbnail-channel .project-container .button-delete.disabled.focus,
.thumbnail-channel .project-container .button-delete[disabled].focus,
fieldset[disabled] .thumbnail-channel .project-container .button-delete.focus,
.thumbnail-channel .project-container .button-delete.disabled:active,
.thumbnail-channel .project-container .button-delete[disabled]:active,
fieldset[disabled] .thumbnail-channel .project-container .button-delete:active,
.thumbnail-channel .project-container .button-delete.disabled.active,
.thumbnail-channel .project-container .button-delete[disabled].active,
fieldset[disabled] .thumbnail-channel .project-container .button-delete.active {
  background-color: #ebebeb;
  border-color: #004990;
  color: #b8b8b8 !important;
}
.thumbnail-channel .project-container .button-delete.white {
  color: #ffffff !important;
  background-color: transparent;
  border-color: #ffffff;
}
.thumbnail-channel .project-container .button-delete.white:hover,
.thumbnail-channel .project-container .button-delete.white:focus,
.thumbnail-channel .project-container .button-delete.white.focus,
.thumbnail-channel .project-container .button-delete.white:active,
.thumbnail-channel .project-container .button-delete.white.active,
.open > .dropdown-toggle.thumbnail-channel .project-container .button-delete.white {
  background-color: #ffffff;
  border-color: #ffffff;
}
.thumbnail-channel .project-container .button-delete.white:hover,
.thumbnail-channel .project-container .button-delete.white:focus,
.thumbnail-channel .project-container .button-delete.white.focus,
.thumbnail-channel .project-container .button-delete.white:active,
.thumbnail-channel .project-container .button-delete.white.active,
.open > .dropdown-toggle.thumbnail-channel .project-container .button-delete.white,
.thumbnail-channel .project-container .button-delete.white:hover span,
.thumbnail-channel .project-container .button-delete.white:focus span,
.thumbnail-channel .project-container .button-delete.white.focus span,
.thumbnail-channel .project-container .button-delete.white:active span,
.thumbnail-channel .project-container .button-delete.white.active span,
.open > .dropdown-toggle.thumbnail-channel .project-container .button-delete.white span {
  color: #004990 !important;
}
.thumbnail-channel .project-container .button-delete.white:active,
.thumbnail-channel .project-container .button-delete.white.active,
.open > .dropdown-toggle.thumbnail-channel .project-container .button-delete.white {
  background-image: none;
}
.thumbnail-channel .project-container .button-delete.white.disabled,
.thumbnail-channel .project-container .button-delete.white[disabled],
fieldset[disabled] .thumbnail-channel .project-container .button-delete.white,
.thumbnail-channel .project-container .button-delete.white.disabled:hover,
.thumbnail-channel .project-container .button-delete.white[disabled]:hover,
fieldset[disabled] .thumbnail-channel .project-container .button-delete.white:hover,
.thumbnail-channel .project-container .button-delete.white.disabled:focus,
.thumbnail-channel .project-container .button-delete.white[disabled]:focus,
fieldset[disabled] .thumbnail-channel .project-container .button-delete.white:focus,
.thumbnail-channel .project-container .button-delete.white.disabled.focus,
.thumbnail-channel .project-container .button-delete.white[disabled].focus,
fieldset[disabled] .thumbnail-channel .project-container .button-delete.white.focus,
.thumbnail-channel .project-container .button-delete.white.disabled:active,
.thumbnail-channel .project-container .button-delete.white[disabled]:active,
fieldset[disabled] .thumbnail-channel .project-container .button-delete.white:active,
.thumbnail-channel .project-container .button-delete.white.disabled.active,
.thumbnail-channel .project-container .button-delete.white[disabled].active,
fieldset[disabled] .thumbnail-channel .project-container .button-delete.white.active {
  background-color: #ebebeb;
  border-color: #ffffff;
  color: #b8b8b8 !important;
}
.thumbnail-channel .project-container .button-delete.navy {
  color: #ffffff !important;
  background-color: #004990;
  border-color: #004990;
}
.thumbnail-channel .project-container .button-delete.navy:hover,
.thumbnail-channel .project-container .button-delete.navy:focus,
.thumbnail-channel .project-container .button-delete.navy.focus,
.thumbnail-channel .project-container .button-delete.navy:active,
.thumbnail-channel .project-container .button-delete.navy.active,
.open > .dropdown-toggle.thumbnail-channel .project-container .button-delete.navy {
  background-color: #ffffff;
  border-color: #004990;
}
.thumbnail-channel .project-container .button-delete.navy:hover,
.thumbnail-channel .project-container .button-delete.navy:focus,
.thumbnail-channel .project-container .button-delete.navy.focus,
.thumbnail-channel .project-container .button-delete.navy:active,
.thumbnail-channel .project-container .button-delete.navy.active,
.open > .dropdown-toggle.thumbnail-channel .project-container .button-delete.navy,
.thumbnail-channel .project-container .button-delete.navy:hover span,
.thumbnail-channel .project-container .button-delete.navy:focus span,
.thumbnail-channel .project-container .button-delete.navy.focus span,
.thumbnail-channel .project-container .button-delete.navy:active span,
.thumbnail-channel .project-container .button-delete.navy.active span,
.open > .dropdown-toggle.thumbnail-channel .project-container .button-delete.navy span {
  color: #004990 !important;
}
.thumbnail-channel .project-container .button-delete.navy:active,
.thumbnail-channel .project-container .button-delete.navy.active,
.open > .dropdown-toggle.thumbnail-channel .project-container .button-delete.navy {
  background-image: none;
}
.thumbnail-channel .project-container .button-delete.navy.disabled,
.thumbnail-channel .project-container .button-delete.navy[disabled],
fieldset[disabled] .thumbnail-channel .project-container .button-delete.navy,
.thumbnail-channel .project-container .button-delete.navy.disabled:hover,
.thumbnail-channel .project-container .button-delete.navy[disabled]:hover,
fieldset[disabled] .thumbnail-channel .project-container .button-delete.navy:hover,
.thumbnail-channel .project-container .button-delete.navy.disabled:focus,
.thumbnail-channel .project-container .button-delete.navy[disabled]:focus,
fieldset[disabled] .thumbnail-channel .project-container .button-delete.navy:focus,
.thumbnail-channel .project-container .button-delete.navy.disabled.focus,
.thumbnail-channel .project-container .button-delete.navy[disabled].focus,
fieldset[disabled] .thumbnail-channel .project-container .button-delete.navy.focus,
.thumbnail-channel .project-container .button-delete.navy.disabled:active,
.thumbnail-channel .project-container .button-delete.navy[disabled]:active,
fieldset[disabled] .thumbnail-channel .project-container .button-delete.navy:active,
.thumbnail-channel .project-container .button-delete.navy.disabled.active,
.thumbnail-channel .project-container .button-delete.navy[disabled].active,
fieldset[disabled] .thumbnail-channel .project-container .button-delete.navy.active {
  background-color: #ebebeb;
  border-color: #004990;
  color: #b8b8b8 !important;
}
.thumbnail-channel .project-container .button-delete:hover,
.thumbnail-channel .project-container .button-delete:focus,
.thumbnail-channel .project-container .button-delete.focus,
.thumbnail-channel .project-container .button-delete:active,
.thumbnail-channel .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail-channel .project-container .button-delete {
  background-color: #ffffff;
  border-color: #ffffff;
}
.thumbnail-channel .project-container .button-delete:hover,
.thumbnail-channel .project-container .button-delete:focus,
.thumbnail-channel .project-container .button-delete.focus,
.thumbnail-channel .project-container .button-delete:active,
.thumbnail-channel .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail-channel .project-container .button-delete,
.thumbnail-channel .project-container .button-delete:hover span,
.thumbnail-channel .project-container .button-delete:focus span,
.thumbnail-channel .project-container .button-delete.focus span,
.thumbnail-channel .project-container .button-delete:active span,
.thumbnail-channel .project-container .button-delete.active span,
.open > .dropdown-toggle.thumbnail-channel .project-container .button-delete span {
  color: #004990 !important;
}
.thumbnail-channel .project-container .button-delete:active,
.thumbnail-channel .project-container .button-delete.active,
.open > .dropdown-toggle.thumbnail-channel .project-container .button-delete {
  background-image: none;
}
.thumbnail-channel .project-container .button-delete.disabled,
.thumbnail-channel .project-container .button-delete[disabled],
fieldset[disabled] .thumbnail-channel .project-container .button-delete,
.thumbnail-channel .project-container .button-delete.disabled:hover,
.thumbnail-channel .project-container .button-delete[disabled]:hover,
fieldset[disabled] .thumbnail-channel .project-container .button-delete:hover,
.thumbnail-channel .project-container .button-delete.disabled:focus,
.thumbnail-channel .project-container .button-delete[disabled]:focus,
fieldset[disabled] .thumbnail-channel .project-container .button-delete:focus,
.thumbnail-channel .project-container .button-delete.disabled.focus,
.thumbnail-channel .project-container .button-delete[disabled].focus,
fieldset[disabled] .thumbnail-channel .project-container .button-delete.focus,
.thumbnail-channel .project-container .button-delete.disabled:active,
.thumbnail-channel .project-container .button-delete[disabled]:active,
fieldset[disabled] .thumbnail-channel .project-container .button-delete:active,
.thumbnail-channel .project-container .button-delete.disabled.active,
.thumbnail-channel .project-container .button-delete[disabled].active,
fieldset[disabled] .thumbnail-channel .project-container .button-delete.active {
  background-color: #ebebeb;
  border-color: #ffffff;
  color: #b8b8b8 !important;
}
@media (min-width: 768px) {
  .thumbnail-channel .project-container .button-delete {
    padding: 4px 10px 2px;
  }
}
.thumbnail-channel .project-container .button-edit {
  width: 14px;
  height: 14px;
  margin: 0;
  margin-left: 5px;
  border-radius: 2px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/img/project/edit-icon.png');
  border: none;
  color: white;
  -webkit-transition: color 0.15s, background-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
}
.thumbnail-channel .project-container .button-edit:hover {
  background-color: white;
  background-image: url('/img/project/edit-icon-blue.png');
}
.thumbnail-channel .project-container .button-utility,
.thumbnail-channel .project-container .button-delete,
.thumbnail-channel .project-container .button-edit {
  display: inline-block;
  margin-bottom: 0;
  white-space: nowrap;
  outline: 0;
}
@media (max-width: 767px) {
  .thumbnail-channel .image-block + .text-block {
    margin-top: 5px;
  }
}
@media (min-width: 768px) {
  .thumbnail-channel {
    padding-top: 100%;
  }
}
.thumbnail-channel .image-block {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .thumbnail-channel .image-block {
    padding-top: 50%;
  }
}
@media (min-width: 768px) {
  .thumbnail-channel .image-block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .thumbnail-channel .image-block:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(0, 73, 144, 0.5);
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
}
@media (min-width: 768px) {
  .thumbnail-channel .text-block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .thumbnail-channel .cell-container {
    display: table;
    table-layout: fixed;
    width: 100%;
    width: 70%;
    height: 100%;
    position: relative;
  }
}
@media (min-width: 768px) {
  .thumbnail-channel .title-cell {
    display: table-cell;
    text-align: left;
    vertical-align: bottom !important;
    padding: 40px 20px;
  }
  .thumbnail-channel .title-cell.align-top {
    vertical-align: top !important;
  }
  .thumbnail-channel .title-cell.align-bottom {
    vertical-align: bottom !important;
  }
  .thumbnail-channel .title-cell.align-middle {
    vertical-align: middle !important;
  }
}
.thumbnail-channel .title-cell h4 {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .thumbnail-channel .title-cell h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
.thumbnail-channel a {
  color: #004990;
  text-decoration: none;
}
@media (min-width: 768px) {
  .thumbnail-channel a {
    color: #ffffff;
  }
}
.thumbnail-channel a:hover .image-block:after,
.thumbnail-channel a:focus .image-block:after {
  background-color: rgba(0, 73, 144, 0.9);
}
.thumbnail-channel a:hover .title-cell h4,
.thumbnail-channel a:focus .title-cell h4 {
  text-decoration: underline;
}
.thumbnail-channel .symbol-box {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  border-color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .thumbnail-channel .symbol-box {
    display: none;
  }
}
@media (min-width: 768px) {
  .thumbnail-channel.bg-market .image-block:after {
    background-color: rgba(0, 152, 215, 0.5);
  }
}
@media (min-width: 768px) {
  .thumbnail-channel.bg-product .image-block:after {
    background-color: rgba(0, 152, 215, 0.5);
  }
}
.thumbnail-project {
  padding: 16px;
  position: relative;
  /*&:nth-of-type(odd) {
		background-color: @color-content-bg;
	}*/
  border: 1px solid #D2D2D2;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .thumbnail-project .detail-row {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
.thumbnail-project .del-container {
  position: absolute;
  top: 10px;
  right: 10px;
}
.thumbnail-project .del-container button {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  padding: 0;
  background-color: #004990;
}
.thumbnail-project .del-container button .icon-font {
  color: white;
}
.thumbnail-project .detail-cell {
  /*&.control-cell {
            @media @only-xs {
                border-top: 1px solid @color-thumbnail-line;
                padding-top: 10px;
                margin-top: 10px;
                text-align: left;
            }

            @media @from-sm {
                width: 30%;
            }

            @media @from-md {
                width: 240px;
            }

            .text-right;

            .input-style {
                display: inline-block;
                width: 50px;

                input {
                    padding: 5px;

                    @media @from-md {
                        padding-right: 0;
                    }

                    text-align: right;
                }
            }

            label {
                font-size: 14px;
                .font-heading-style;
                .color-navy;
            }

            .button-container {
                display: inline-block;

                @media @only-sm {
                    display: block;
                    padding-top: 10px;
                }
            }
        }*/
}
@media (min-width: 768px) {
  .thumbnail-project .detail-cell {
    display: table-cell;
    vertical-align: middle !important;
    width: 100%;
  }
  .thumbnail-project .detail-cell.align-top {
    vertical-align: top !important;
  }
  .thumbnail-project .detail-cell.align-bottom {
    vertical-align: bottom !important;
  }
  .thumbnail-project .detail-cell.align-middle {
    vertical-align: middle !important;
  }
}
@media (max-width: 767px) {
  .thumbnail-project .detail-cell.image-cell {
    display: none;
  }
}
@media (min-width: 768px) {
  .thumbnail-project .detail-cell.image-cell {
    width: 115px;
  }
}
@media (min-width: 960px) {
  .thumbnail-project .detail-cell.image-cell {
    width: 220px;
  }
}
.thumbnail-project .detail-cell.image-cell img,
.thumbnail-project .detail-cell.image-cell .image-error {
  float: left !important;
  margin: 0;
  border: 1px solid #D7D7D7;
}
@media (min-width: 768px) {
  .thumbnail-project .detail-cell.image-cell img,
  .thumbnail-project .detail-cell.image-cell .image-error {
    max-width: 100px;
    width: 100px;
  }
}
@media (min-width: 960px) {
  .thumbnail-project .detail-cell.image-cell img + img,
  .thumbnail-project .detail-cell.image-cell img + .image-error {
    margin-left: 5px;
  }
}
@media (min-width: 768px) {
  .thumbnail-project .detail-cell.id-cell {
    width: 20%;
  }
}
.thumbnail-project .detail-cell.id-cell .name {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 959px) {
  .thumbnail-project .detail-cell.text-cell {
    width: 80%;
  }
}
.thumbnail-project .detail-cell.text-cell .category {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  color: #004990;
}
.thumbnail-project .detail-cell.text-cell .name {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  padding-bottom: 10px;
}
.thumbnail-project .detail-cell.text-cell .intro-text {
  max-width: 80%;
}
.thumbnail-project .detail-cell.text-cell .input-row {
  margin-top: 14px;
}
.thumbnail-project .detail-cell.text-cell .input-row:after {
  content: '';
  clear: both;
}
.thumbnail-project .detail-cell.text-cell .input-row .input-room-type-container {
  width: 100%;
  margin-bottom: 10px;
}
.thumbnail-project .detail-cell.text-cell .input-row .second-data-container {
  text-align: right;
  width: 100%;
}
.thumbnail-project .detail-cell.text-cell .input-row .second-data-container .qty-container {
  display: inline-block;
  width: 30%;
  text-align: right;
}
.thumbnail-project .detail-cell.text-cell .input-row .second-data-container .button-container {
  display: inline-block;
  width: 80px;
  text-align: right;
}
@media (max-width: 767px) {
  .thumbnail-project .detail-cell.text-cell .input-row .second-data-container .button-container button.compact {
    padding: 4px 10px 2px;
  }
}
@media (min-width: 1200px) {
  .thumbnail-project .detail-cell.text-cell .input-row .input-room-type-container {
    width: 70%;
    float: left;
  }
  .thumbnail-project .detail-cell.text-cell .input-row .second-data-container {
    float: left;
    text-align: right;
    width: 30%;
    position: relative;
    display: block;
  }
  .thumbnail-project .detail-cell.text-cell .input-row .second-data-container .qty-container {
    display: inline-block;
    width: 50%;
    text-align: right;
    padding-left: 24px;
  }
  .thumbnail-project .detail-cell.text-cell .input-row .second-data-container .button-container {
    display: inline-block;
    width: 50%;
    text-align: right;
  }
}
.thumbnail-project .detail-cell.text-cell .input-row .textarea-roundcorner {
  width: 100%;
  padding: 5px;
  border-radius: 6px;
  border: 1px solid #D2D2D2;
  background-color: #FAFAFA;
}
.thumbnail-project .detail-cell.text-cell .input-row .textarea-roundcorner:focus,
.thumbnail-project .detail-cell.text-cell .input-row .textarea-roundcorner:active {
  background-color: white;
  border-color: #a9a9a9;
}
.thumbnail-project .detail-cell.text-cell .input-row .qty-container {
  display: inline-block;
  white-space: nowrap;
}
.thumbnail-project .detail-cell.text-cell .input-row .qty-container .input-style {
  display: inline-block;
}
.thumbnail-project .detail-cell.text-cell .input-row .qty-container .input-style .prevent-negative-number {
  padding: 6px 4px 6px 12px;
  width: 46px;
}
.thumbnail-project .detail-cell.text-cell .input-row .button-container {
  display: inline-block;
}
.thumbnail-project .detail-cell.text-cell .input-row .button-container div {
  display: flex;
  align-items: center;
}
@media (min-width: 960px) {
  .thumbnail-project .detail-cell.text-cell .input-row .button-container {
    width: 10%;
  }
}
.thumbnail-project .detail-cell.number-cell {
  text-align: right;
}
@media (min-width: 768px) {
  .thumbnail-project .detail-cell.number-cell {
    width: 30%;
  }
}
.thumbnail-project .detail-cell.number-cell .input-style {
  display: inline-block;
  width: 50px;
}
.thumbnail-project .detail-cell.number-cell .input-style input {
  padding: 5px;
  text-align: right;
}
@media (min-width: 960px) {
  .thumbnail-project .detail-cell.number-cell .input-style input {
    padding-right: 0;
  }
}
.thumbnail-project .detail-cell.number-cell label {
  font-size: 14px;
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  color: #004990;
}
/*
 * Enware Form Style LESS
 */
::-webkit-input-placeholder {
  color: #ebebeb;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #ebebeb;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #ebebeb;
}
:-ms-input-placeholder {
  color: #ebebeb;
}
.search-group {
  position: relative;
}
.search-group .search-field {
  padding: 15px 10px 0px 1px;
  border: none;
  background-color: transparent;
  outline: none;
  border-bottom: 1px solid #fff;
  color: white;
  border-radius: 0;
  -webkit-appearance: none;
}
.search-group button {
  border: none;
  background-color: transparent;
  padding-left: 2px;
  padding-right: 5px;
  outline: none;
}
.search-group button span {
  top: 4px;
  font-size: 18px;
  color: white;
  font-weight: 100;
}
.search-group:hover button > .icon-font {
  color: white;
}
.select-style {
  position: relative;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  background-color: #ffffff;
  z-index: 0;
}
.select-style.error {
  border-color: #e33f3f;
}
@media (min-width: 768px) {
  .select-style.inline-style {
    display: inline-block;
    min-width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .select-style.inline-style.small-sm {
    min-width: 200px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .select-style.inline-style.small-sm {
    min-width: 250px;
  }
}
.select-style.with-color-bg {
  border-color: #ffffff;
}
.select-style.margin-bottom {
  margin-bottom: 20px;
}
.select-style:before {
  content: "\e602";
}
.select-style:before {
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  top: 1px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #cccccc;
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  height: 12px;
}
@media (min-width: 768px) {
  .select-style:before {
    height: 16px;
  }
}
@media (min-width: 1200px) {
  .select-style:before {
    height: 18px;
  }
}
.select-style select {
  width: 100%;
  padding: 6px 40px 6px 20px;
  background-color: transparent;
  border: none;
  outline: none;
}
.select-style select[disabled] {
  background-color: lightgray;
}
.select-style.filter-style-xs {
  border-radius: 0;
  border-color: #004990;
  background-color: #004990;
  color: #ffffff;
}
.select-title ~ .select-style {
  margin-top: 5px;
}
/*
:-moz-any(.select-style) {
  border-radius: 0;
  &:before {
    content: none !important;
  }
}
*/
.input-style {
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  background-color: #ffffff;
}
.input-style.error {
  border-color: #e33f3f;
}
.input-style input,
.input-style textarea {
  width: 100%;
  padding: 6px 20px;
  background-color: transparent;
  border: none;
  outline: none;
}
.label-style {
  padding-top: 6px;
  padding-bottom: 6px;
}
.label-style.inline-style {
  display: inline-block;
  margin-right: 20px;
}
.form-control {
  -webkit-font-smoothing: antialiased;
  border: none;
  resize: none;
  display: block;
  width: 100%;
  padding: 6px 15px 2px 15px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #d2d2d2;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #d2d2d2;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(210, 210, 210, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(210, 210, 210, 0.6);
}
.form-control::-moz-placeholder {
  color: #ebebeb;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #ebebeb;
}
.form-control::-webkit-input-placeholder {
  color: #ebebeb;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #ebebeb;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox] + label,
input[type=checkbox] + input + label {
  display: block;
  position: relative;
  padding-left: 30px;
}
input[type=checkbox] + label:before,
input[type=checkbox] + input + label:before {
  content: "\e613";
}
input[type=checkbox] + label:before,
input[type=checkbox] + input + label:before {
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  top: 1px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
}
input[type=checkbox] + label:hover,
input[type=checkbox] + input + label:hover {
  cursor: pointer;
}
input[type=checkbox]:checked + label:before,
input[type=checkbox]:checked + input + label:before {
  content: "\e619";
}
input[type=radio] {
  display: none;
}
input[type=radio] + label,
input[type=radio] + input + label {
  display: block;
  position: relative;
  padding-left: 30px;
}
input[type=radio] + label:before,
input[type=radio] + input + label:before {
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  top: 1px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  position: absolute;
  font-size: 14px;
  left: 0;
  top: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid #2F2F2F;
  border-radius: 50%;
}
input[type=radio] + label:hover,
input[type=radio] + input + label:hover {
  cursor: pointer;
}
input[type=radio]:checked + label:before,
input[type=radio]:checked + input + label:before {
  content: "\e617";
}
/*
 * Enware Header Style LESS
 */
@media (max-width: 959px) {
  .m-side-wrapper {
    overflow: hidden;
    background-color: #2F2F2F;
  }
  .m-side-wrapper .mobile-menu-bar .mobile-menu-cell.menu-style {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .m-side-wrapper.active .m-side-slider {
    -webkit-transform: translate(-250px, 0);
    -ms-transform: translate(-250px, 0);
    -o-transform: translate(-250px, 0);
    transform: translate(-250px, 0);
  }
  .m-side-wrapper.active .mobile-menu-bar .mobile-menu-cell.menu-style {
    background-color: #004990;
    color: white;
  }
  .m-side-wrapper.active .mobile-menu-bar .mobile-menu-cell.menu-style .icon-font:before {
    content: "\e616" !important;
  }
}
@media (max-width: 959px) {
  .m-side-slider {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
  }
}
@media (max-width: 959px) {
  .m-side-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    -webkit-transform: translate(250px, 0);
    -ms-transform: translate(250px, 0);
    -o-transform: translate(250px, 0);
    transform: translate(250px, 0);
  }
}
@media (min-width: 960px) {
  .enware-body {
    padding-top: 158px;
    -webkit-transition: margin-top 0.5s;
    -o-transition: margin-top 0.5s;
    transition: margin-top 0.5s;
  }
}
.mobile-tint-cover {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
@media (min-width: 960px) {
  .mobile-tint-cover {
    display: none !important;
  }
}
.enware-header {
  background-color: #ffffff;
  /*
  &.mini {
    @media @from-md {
      top: -@desktop-global-header-height;
      & + .enware-body {
        margin-top: @desktop-main-header-height;
      }
      .main-menu-bar {
        padding-bottom: 10px;
        .side-container {
          opacity: 1;
        }
        .dynamic-container {
          width: 70%;
          margin-left: 23%;
          margin-right: 7%;
        }
      }
    }
  }
  &.hidden-right-button {
    @media @from-md {
      .main-menu-bar .inner-container .side-container.right {
        display: none;
      }
    }
  }
*/
}
@media (min-width: 960px) {
  .enware-header {
    position: fixed;
    z-index: 5000;
    width: 100%;
    top: 0;
    -webkit-transition: top 0.5s;
    -o-transition: top 0.5s;
    transition: top 0.5s;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.enware-header .global-menu-bar {
  background-color: #A2A2A2;
}
@media (max-width: 959px) {
  .enware-header .global-menu-bar {
    display: none !important;
  }
}
.enware-header .global-menu-bar .menu-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 108px;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
.enware-header .global-menu-bar .global-menu-cell {
  display: table-cell;
  vertical-align: middle !important;
  text-align: left;
  /*&.search    {
        // width: 23%;
        @media @from-lg {
          //width: 25%;
        }
        .search-group {
          border: none;
          border-bottom: 1px solid @color-white;
          border-radius: 0;
          height: 24px;
          position: relative;
          color: #fff;

          &:hover button .icon-font {
            color: @color-white;
          }

          input {
            display: block;
            color: @color-white;
            padding-left: 0;
            padding-right: 0;
            padding-top: 0;
            padding-bottom: 0;
            @media @from-lg {
              padding-left: 10px;
            }
          }
          button {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            margin-top: auto;
            margin-bottom: auto;
            color: @color-white;
          }
        }
      }*/
}
.enware-header .global-menu-bar .global-menu-cell.align-top {
  vertical-align: top !important;
}
.enware-header .global-menu-bar .global-menu-cell.align-bottom {
  vertical-align: bottom !important;
}
.enware-header .global-menu-bar .global-menu-cell.align-middle {
  vertical-align: middle !important;
}
@media (min-width: 1200px) {
}
.enware-header .global-menu-bar .global-menu-cell.logo {
  width: 250px;
}
.enware-header .global-menu-bar .global-menu-cell.login {
  text-align: center;
}
@media (min-width: 1200px) {
  .enware-header .global-menu-bar .global-menu-cell.login {
    width: 20%;
  }
}
.enware-header .global-menu-bar .global-menu-cell.login .menu-list li {
  line-height: 18px;
}
.enware-header .global-menu-bar .global-menu-cell.favorite {
  width: 17%;
  text-align: center;
  background-color: #6B6B6B;
}
@media (min-width: 1200px) {
  .enware-header .global-menu-bar .global-menu-cell.favorite {
    width: 15%;
  }
}
.enware-header .global-menu-bar .global-menu-cell.project {
  width: 18%;
  text-align: center;
}
@media (min-width: 1200px) {
  .enware-header .global-menu-bar .global-menu-cell.project {
    width: 16%;
  }
}
.enware-header .global-menu-bar .global-menu-cell.project li.my-proj-link {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 12px;
  padding: 8px 24px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 6px;
  outline: 0;
  -webkit-transition: color 0.15s, background-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
  background-color: #004990;
  border-color: #004990;
}
.enware-header .global-menu-bar .global-menu-cell.project li.my-proj-link a {
  color: #fff !important;
  font-size: 14px;
  line-height: 16px;
}
.enware-header .global-menu-bar .global-menu-cell.project li.my-proj-link a .icon-project {
  top: 3px;
}
.enware-header .global-menu-bar .global-menu-cell.project li.my-proj-link a .icon-project:before {
  font-size: 20px;
  padding-right: 4px;
}
.enware-header .global-menu-bar .global-menu-cell.search,
.enware-header .global-menu-bar .global-menu-cell.login,
.enware-header .global-menu-bar .global-menu-cell.favorite,
.enware-header .global-menu-bar .global-menu-cell.project {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  .enware-header .global-menu-bar .global-menu-cell.search,
  .enware-header .global-menu-bar .global-menu-cell.login,
  .enware-header .global-menu-bar .global-menu-cell.favorite,
  .enware-header .global-menu-bar .global-menu-cell.project {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.enware-header .global-menu-bar .menu-list {
  display: inline-block;
  padding-bottom: 1px;
}
.enware-header .global-menu-bar .menu-list + .menu-list {
  margin-left: 20px;
}
.enware-header .global-menu-bar .menu-list li {
  display: inline-block;
  font-family: "Myriad W01 Regular";
  font-size: 14px;
}
.enware-header .global-menu-bar .menu-list li + li {
  margin-left: 20px;
  position: relative;
}
@media (min-width: 1200px) {
  .enware-header .global-menu-bar .menu-list li + li {
    margin-left: 20px;
  }
}
.enware-header .global-menu-bar .menu-list li.dropdown,
.enware-header .global-menu-bar .menu-list li.account.first {
  margin-left: 42px;
}
.enware-header .global-menu-bar .menu-list li.dropdown + li.account:before,
.enware-header .global-menu-bar .menu-list li.account.first + li.account:before {
  content: ' ';
  position: absolute;
  top: 1px;
  left: -11px;
  height: 18px;
  border-left: 1px solid #5282b1;
}
.enware-header .global-menu-bar .menu-list a,
.enware-header .global-menu-bar .menu-list .menu-project-style {
  color: #ffffff;
  text-decoration: none;
}
.enware-header .global-menu-bar .menu-list a:hover,
.enware-header .global-menu-bar .menu-list .menu-project-style:hover {
  text-decoration: underline;
}
.enware-header .global-menu-bar .menu-list .menu-project-style img.symbol {
  display: inline-block;
  width: 16px;
}
.enware-header .main-menu-bar {
  -webkit-transition: padding 0.3s;
  -o-transition: padding 0.3s;
  transition: padding 0.3s;
  background-color: #0098d7;
  /*
    @side-element-size: 48px;
    .side-container {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      .square(@side-element-size);

      a {
        color: @color-body-text;
        .transition(color @duration-fast);
        &:hover {
          color: @color-white;
          span.icon-font {
            border-color: @enware-navy;
            background-color: @enware-navy;
          }
        }
      }

      img, span.icon-font {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        margin: auto;
      }
      span.icon-font {
        width: 80%;
        height: 80%;
        border: 1px solid @color-body-text;
        border-radius: 50%;
        .text-center;
        line-height: 36px;
        right: 0;
        background-color: @color-white;
        .transition(background-color @duration-fast);
      }

      opacity: 0;
      .transition(~"opacity @{duration-normal}");
      &.left {
        left: 0;//-@side-element-size;
      }
      &.right {
        right: 0;//-@side-element-size;
      }
      &.logo-big {
        width: 20%;
      }
    }
    */
}
@media (max-width: 959px) {
  .enware-header .main-menu-bar {
    display: none !important;
  }
}
@media (min-width: 960px) {
  .enware-header .main-menu-bar .container {
    padding-left: 0 !important;
  }
}
.enware-header .main-menu-bar .inner-container {
  position: relative;
  padding-left: 230px;
}
.enware-header .main-menu-bar .logo-container {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 200px;
  height: 44px;
  -webkit-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
.enware-header .main-menu-bar .logo-container img {
  width: 200px;
  height: 75px;
}
.enware-header .main-menu-bar .dynamic-container {
  width: 100%;
  -webkit-transition: width 0.5s, margin-left 0.5s, margin-right 0.5s;
  -o-transition: width 0.5s, margin-left 0.5s, margin-right 0.5s;
  transition: width 0.5s, margin-left 0.5s, margin-right 0.5s;
}
.enware-header .main-menu-bar .dynamic-container .menu-list {
  margin-left: -2px;
  margin-right: -2px;
}
.enware-header .main-menu-bar .dynamic-container .menu-list:before,
.enware-header .main-menu-bar .dynamic-container .menu-list:after {
  content: " ";
  display: table;
}
.enware-header .main-menu-bar .dynamic-container .menu-list:after {
  clear: both;
}
.enware-header .main-menu-bar .dynamic-container .menu-list:before,
.enware-header .main-menu-bar .dynamic-container .menu-list:after {
  content: " ";
  display: table;
}
.enware-header .main-menu-bar .dynamic-container .menu-list:after {
  clear: both;
}
.enware-header .main-menu-bar .dynamic-container .menu-cell {
  position: relative;
  float: left;
  margin: 0 6px;
}
@media (min-width: 1200px) {
  .enware-header .main-menu-bar .dynamic-container .menu-cell {
    margin: 0 10px;
  }
}
.enware-header .main-menu-bar .dynamic-container .menu-cell.search-box {
  float: right;
  margin-right: 0;
}
.enware-header .main-menu-bar .dynamic-container .menu-cell.social-menu {
  float: right;
}
.enware-header .main-menu-bar .dynamic-container .menu-cell.social-menu span.title {
  display: inline-block;
  color: #fff;
  padding: 0 20px 0 40px;
}
@media (min-width: 960px) {
  .enware-header .main-menu-bar .dynamic-container .menu-cell.social-menu span.title {
    padding: 0 10px 0 0px;
  }
}
@media (min-width: 1200px) {
  .enware-header .main-menu-bar .dynamic-container .menu-cell.social-menu span.title {
    padding: 0 20px 0 40px;
  }
}
.enware-header .main-menu-bar .dynamic-container .menu-cell.social-menu .social-listing {
  display: inline-block;
  padding-top: 10px;
}
.enware-header .main-menu-bar .dynamic-container .menu-cell.social-menu .social-listing li {
  display: inline-block;
  padding: 0 5px;
}
.enware-header .main-menu-bar .dynamic-container .menu-cell.social-menu .social-listing li:last-child {
  padding-right: 0;
}
.enware-header .main-menu-bar .dynamic-container .menu-cell.social-menu .social-listing li .icon-font {
  color: #fff;
  font-size: 18px;
}
.enware-header .main-menu-bar .dynamic-container .menu-cell.social-menu .social-listing li .icon-font.icon-youtube {
  font-size: 22px;
}
.enware-header .main-menu-bar .dynamic-container .menu-cell:first-child {
  margin-left: 0;
}
.enware-header .main-menu-bar .dynamic-container .menu-link {
  position: relative;
  padding: 15px 15px;
  height: 50px;
  z-index: 0;
}
.enware-header .main-menu-bar .dynamic-container .menu-link:before,
.enware-header .main-menu-bar .dynamic-container .menu-link:after {
  content: " ";
  display: table;
}
.enware-header .main-menu-bar .dynamic-container .menu-link:after {
  clear: both;
}
.enware-header .main-menu-bar .dynamic-container .menu-link:before,
.enware-header .main-menu-bar .dynamic-container .menu-link:after {
  content: " ";
  display: table;
}
.enware-header .main-menu-bar .dynamic-container .menu-link:after {
  clear: both;
}
.enware-header .main-menu-bar .dynamic-container .menu-link .title-container {
  float: left !important;
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  letter-spacing: 0.5px;
}
@media (min-width: 1200px) {
  .enware-header .main-menu-bar .dynamic-container .menu-link .title-container {
    font-size: 16px;
    line-height: 22px;
  }
}
.enware-header .main-menu-bar .dynamic-container .menu-link .title-container span {
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.enware-header .main-menu-bar .dynamic-container .menu-button {
  position: relative;
  padding: 15px 15px;
  height: 50px;
  z-index: 0;
}
.enware-header .main-menu-bar .dynamic-container .menu-button:before,
.enware-header .main-menu-bar .dynamic-container .menu-button:after {
  content: " ";
  display: table;
}
.enware-header .main-menu-bar .dynamic-container .menu-button:after {
  clear: both;
}
.enware-header .main-menu-bar .dynamic-container .menu-button:before,
.enware-header .main-menu-bar .dynamic-container .menu-button:after {
  content: " ";
  display: table;
}
.enware-header .main-menu-bar .dynamic-container .menu-button:after {
  clear: both;
}
.enware-header .main-menu-bar .dynamic-container .menu-button .title-container {
  float: left !important;
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  letter-spacing: 0.5px;
}
@media (min-width: 1200px) {
  .enware-header .main-menu-bar .dynamic-container .menu-button .title-container {
    font-size: 16px;
    line-height: 22px;
  }
}
.enware-header .main-menu-bar .dynamic-container .menu-button .title-container span {
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.enware-header .main-menu-bar .dynamic-container .menu-button .arrow-container {
  float: right !important;
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .enware-header .main-menu-bar .dynamic-container .menu-button .arrow-container {
    font-size: 16px;
    line-height: 22px;
  }
}
.enware-header .main-menu-bar .dynamic-container .menu-button .arrow-container .icon-arrow-down:before {
  padding-left: 10px;
}
.enware-header .main-menu-bar .dynamic-container .menu-button .extended-space {
  display: none;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 40px;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: bottom 0.3s;
  -o-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
@media (min-width: 960px) {
  .enware-header .main-menu-bar .dynamic-container .menu-button.marketing {
    padding-left: 12px;
  }
}
@media (min-width: 1200px) {
  .enware-header .main-menu-bar .dynamic-container .menu-button.marketing {
    padding-left: 17px;
  }
}
.enware-header .main-menu-bar .dynamic-container .menu-button.marketing.selected {
  background-color: #3ec6ff;
}
.enware-header .main-menu-bar .dynamic-container .menu-button.product.selected {
  background-color: #3ec6ff;
}
.enware-header .main-menu-bar .dynamic-container .menu-button:hover {
  cursor: pointer;
}
.enware-header .main-menu-bar .dynamic-container .menu-button:hover .title-container span {
  border-color: #ffffff;
}
.enware-header .main-menu-bar .dynamic-container .menu-button.selected .extended-space {
  display: block;
}
.enware-header .main-menu-bar .dynamic-container .menu-button.selected .arrow-container .icon-font:before {
  content: "\e605" !important;
}
.enware-header .main-menu-bar .dynamic-container .menu-button.decoration .extended-space {
  display: block;
}
.enware-header .main-menu-bar .dynamic-container .menu-button.decoration .title-container span {
  border-color: #ffffff;
}
.enware-header .mobile-menu-bar {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 44px;
  border-bottom: 1px solid #ebebeb;
}
@media (min-width: 960px) {
  .enware-header .mobile-menu-bar {
    display: none !important;
  }
}
.enware-header .mobile-menu-bar .mobile-logo-cell {
  display: table-cell;
  vertical-align: middle !important;
  width: 100%;
  padding-left: 20px;
  text-align: left;
}
.enware-header .mobile-menu-bar .mobile-logo-cell.align-top {
  vertical-align: top !important;
}
.enware-header .mobile-menu-bar .mobile-logo-cell.align-bottom {
  vertical-align: bottom !important;
}
.enware-header .mobile-menu-bar .mobile-logo-cell.align-middle {
  vertical-align: middle !important;
}
.enware-header .mobile-menu-bar .mobile-logo-cell img {
  display: block;
  max-width: 100%;
  height: auto;
  height: 28px;
}
.enware-header .mobile-menu-bar .mobile-menu-cell {
  display: table-cell;
  vertical-align: middle !important;
  width: 44px;
  text-align: center;
  color: #004990;
  font-size: 22px !important;
  border-left: 1px solid #ebebeb;
}
.enware-header .mobile-menu-bar .mobile-menu-cell.align-top {
  vertical-align: top !important;
}
.enware-header .mobile-menu-bar .mobile-menu-cell.align-bottom {
  vertical-align: bottom !important;
}
.enware-header .mobile-menu-bar .mobile-menu-cell.align-middle {
  vertical-align: middle !important;
}
.enware-header .mobile-menu-bar .mobile-menu-cell.favorite-style {
  width: 88px;
}
@media (max-width: 767px) {
  .enware-header .mobile-menu-bar .mobile-menu-cell.favorite-style {
    width: 60px;
  }
}
.enware-header .mobile-menu-bar .mobile-menu-cell.favorite-style a {
  color: #004990;
  text-decoration: none;
}
.enware-header .mobile-menu-bar .mobile-menu-cell.favorite-style .count-style {
  font-size: 16px;
}
.enware-header .mobile-menu-bar .mobile-menu-cell.project-style {
  width: 88px;
}
@media (max-width: 767px) {
  .enware-header .mobile-menu-bar .mobile-menu-cell.project-style {
    width: 60px;
  }
}
.enware-header .mobile-menu-bar .mobile-menu-cell.project-style a {
  color: #004990;
  text-decoration: none;
}
.enware-header .mobile-menu-bar .mobile-menu-cell.project-style img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 960px) {
  .enware-header.mini .global-menu-bar .menu-container {
    height: 40px;
  }
  .enware-header.mini nav-container .main-menu-bar {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .enware-header.mini nav-container .main-menu-bar .logo-container {
    height: 36px;
  }
  .enware-header.mini nav-container .main-menu-bar .dynamic-container .menu-button .extended-space {
    bottom: -5px;
  }
}
.desktop-enware-navigation {
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  -webkit-transition: bottom 0.5s;
  -o-transition: bottom 0.5s;
  transition: bottom 0.5s;
}
@media (max-width: 959px) {
  .desktop-enware-navigation {
    display: none !important;
  }
}
.desktop-enware-navigation.active.marketing {
  bottom: -350px;
}
.desktop-enware-navigation.active.product {
  bottom: -470px;
}
.desktop-enware-navigation.active.media {
  bottom: -470px;
}
.desktop-enware-navigation.active.search {
  bottom: -300px;
}
.desktop-enware-navigation.marketing {
  height: 350px;
}
.desktop-enware-navigation.marketing .dropdown-menu-container.marketing {
  display: block;
  background-color: #3ec6ff;
}
.desktop-enware-navigation.marketing .nav-container {
  top: 10px;
}
.desktop-enware-navigation.marketing .detail-menu-list-style > li a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.desktop-enware-navigation.product {
  height: 470px;
}
.desktop-enware-navigation.product .dropdown-menu-container.product {
  display: block;
  background-color: #3ec6ff;
}
.desktop-enware-navigation.media {
  height: 470px;
}
.desktop-enware-navigation.media .dropdown-menu-container.media {
  display: block;
  background-color: #3ec6ff;
}
.desktop-enware-navigation.search {
  height: 300px;
}
.desktop-enware-navigation.search .dropdown-menu-container.search {
  display: block;
  background-color: #5cc9e7;
}
.desktop-enware-navigation .dropdown-menu-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
  background-color: #ffffff;
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: inherit;
  overflow: hidden;
}
.desktop-enware-navigation .dropdown-menu-container .bottom-container {
  position: absolute;
  bottom: 20px;
}
.desktop-enware-navigation .dropdown-menu-container .bottom-container a {
  font-size: 14px;
  color: white;
}
.desktop-enware-navigation .dropdown-menu-container .bottom-container a:hover {
  text-decoration: underline;
}
.desktop-enware-navigation .dropdown-menu-container.marketing .left-menu-list-style .left-menu-cell:hover,
.desktop-enware-navigation .dropdown-menu-container.marketing .left-menu-list-style .left-menu-cell.active {
  font-weight: 400;
}
.desktop-enware-navigation .dropdown-menu-container.marketing .detail-menu-list-style > li {
  border-bottom: 1px solid #29A2D4;
}
.desktop-enware-navigation .dropdown-menu-container.product {
  background-position: right bottom;
  background-repeat: no-repeat;
}
.desktop-enware-navigation .dropdown-menu-container.product .left-menu-list-style .left-menu-cell:hover,
.desktop-enware-navigation .dropdown-menu-container.product .left-menu-list-style .left-menu-cell.active {
  font-weight: 400;
}
.desktop-enware-navigation .dropdown-menu-container.product .detail-menu-list-style > li {
  border-bottom: 1px solid #0288C0;
}
.desktop-enware-navigation .dropdown-menu-container.product:before {
  content: '';
  position: absolute;
  width: 15%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #3ec6ff;
}
.desktop-enware-navigation .dropdown-menu-container.product .enware-bg-right-blue {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #0099D8;
}
.desktop-enware-navigation .dropdown-menu-container.search .left-menu-list-style .left-menu-cell:hover,
.desktop-enware-navigation .dropdown-menu-container.search .left-menu-list-style .left-menu-cell.active {
  font-weight: 400;
}
.desktop-enware-navigation .dropdown-menu-container.search .detail-menu-list-style > li {
  border-bottom: 1px solid #29A2D4;
}
.desktop-enware-navigation .nav-container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  .desktop-enware-navigation .nav-container {
    width: 720px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 960px) {
  .desktop-enware-navigation .nav-container {
    width: 960px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .desktop-enware-navigation .nav-container {
    width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  .desktop-enware-navigation .nav-container.full {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .desktop-enware-navigation .nav-container.full {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .desktop-enware-navigation .nav-container.small {
    width: 720px;
  }
}
@media (min-width: 960px) {
  .desktop-enware-navigation .nav-container.small {
    width: 768px;
  }
}
@media (min-width: 1200px) {
  .desktop-enware-navigation .nav-container.small {
    width: 960px;
  }
}
@media (min-width: 768px) {
  .desktop-enware-navigation .nav-container.compact {
    width: 612px;
  }
}
@media (min-width: 960px) {
  .desktop-enware-navigation .nav-container.compact {
    width: 624px;
  }
}
@media (min-width: 1200px) {
  .desktop-enware-navigation .nav-container.compact {
    width: 780px;
  }
}
@media (min-width: 768px) {
  .desktop-enware-navigation .nav-container.menu {
    width: 720px;
  }
}
@media (min-width: 960px) {
  .desktop-enware-navigation .nav-container.menu {
    width: 864px;
  }
}
@media (min-width: 1200px) {
  .desktop-enware-navigation .nav-container.menu {
    width: 1080px;
  }
}
.desktop-enware-navigation .nav-container .main-link {
  color: #ffffff;
  text-decoration: none;
}
.desktop-enware-navigation .nav-container .main-link:hover,
.desktop-enware-navigation .nav-container .main-link:focus {
  text-decoration: underline;
}
.desktop-enware-navigation .col-left-menu {
  float: left;
  position: relative;
  height: 100%;
  padding-top: 20px;
  background-color: #3ec6ff;
}
@media (min-width: 960px) {
  .desktop-enware-navigation .col-left-menu {
    width: 261px;
  }
}
@media (min-width: 1200px) {
  .desktop-enware-navigation .col-left-menu {
    width: 285px;
  }
}
.desktop-enware-navigation .col-right-menu {
  float: left;
  position: relative;
  height: 100%;
  padding-top: 20px;
  background-color: #0099D8;
}
@media (min-width: 960px) {
  .desktop-enware-navigation .col-right-menu {
    width: 666px;
  }
}
@media (min-width: 1200px) {
  .desktop-enware-navigation .col-right-menu {
    width: 870px;
  }
}
.desktop-enware-navigation .nav-row {
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}
@media (min-width: 768px) {
  .desktop-enware-navigation .nav-row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 960px) {
  .desktop-enware-navigation .nav-row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1200px) {
  .desktop-enware-navigation .nav-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.desktop-enware-navigation .nav-col-3 {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .desktop-enware-navigation .nav-col-3 {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 960px) {
  .desktop-enware-navigation .nav-col-3 {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .desktop-enware-navigation .nav-col-3 {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.desktop-enware-navigation .nav-col-6 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .desktop-enware-navigation .nav-col-6 {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 960px) {
  .desktop-enware-navigation .nav-col-6 {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .desktop-enware-navigation .nav-col-6 {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.desktop-enware-navigation .col-detail-menu {
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  .desktop-enware-navigation .col-detail-menu {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 960px) {
  .desktop-enware-navigation .col-detail-menu {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .desktop-enware-navigation .col-detail-menu {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.desktop-enware-navigation .left-menu-list-style .left-menu-cell {
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #ffffff;
  padding-left: 10px;
}
@media (min-width: 1200px) {
  .desktop-enware-navigation .left-menu-list-style .left-menu-cell {
    padding-left: 0px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .desktop-enware-navigation .left-menu-list-style .left-menu-cell {
    padding-left: 0px;
    padding-right: 10px;
  }
}
.desktop-enware-navigation .left-menu-list-style .left-menu-cell .text-cell {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 40px;
  border-bottom: 1px solid #29A2D4;
  position: relative;
}
.desktop-enware-navigation .left-menu-list-style .left-menu-cell .text-cell:before {
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  top: 1px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 16px;
}
.desktop-enware-navigation .left-menu-list-style .left-menu-cell:hover,
.desktop-enware-navigation .left-menu-list-style .left-menu-cell.active {
  cursor: pointer;
}
.desktop-enware-navigation .left-menu-list-style .left-menu-cell:hover .text-cell,
.desktop-enware-navigation .left-menu-list-style .left-menu-cell.active .text-cell {
  font-weight: bold;
}
.desktop-enware-navigation .left-menu-list-style .left-menu-cell:hover .text-cell:before,
.desktop-enware-navigation .left-menu-list-style .left-menu-cell.active .text-cell:before {
  content: "\e604";
}
.desktop-enware-navigation .detail-menu-container {
  display: none;
}
.desktop-enware-navigation .detail-menu-container.active {
  display: block;
}
@media (min-width: 960px) {
  .desktop-enware-navigation .detail-menu-container {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .desktop-enware-navigation .detail-menu-container {
    padding-left: 30px;
  }
}
.desktop-enware-navigation .top-title .title-block {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
}
.desktop-enware-navigation .top-title .title-block a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}
.desktop-enware-navigation .top-title .title-block a:hover {
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 1200px) {
  .desktop-enware-navigation .top-title.margin-left {
    padding-left: 20px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .desktop-enware-navigation .top-title.margin-left {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.desktop-enware-navigation .detail-menu-list-style > li a {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}
.desktop-enware-navigation .detail-menu-list-style > li a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.desktop-enware-navigation .detail-menu-list-style > li span.icon-font {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.desktop-enware-navigation .detail-menu-list-style > li span.icon-font:before {
  line-height: 40px !important;
  font-size: 40px;
}
.desktop-enware-navigation .detail-menu-list-style > li span.icon-font + span {
  padding-left: 50px;
  display: block;
  line-height: 1.2;
}
.desktop-enware-navigation .search-container {
  padding-top: 20px;
}
.desktop-enware-navigation .search-container .select-style {
  margin-bottom: 20px;
}
.desktop-enware-navigation .search-container .option-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #b5e6f4;
}
.desktop-enware-navigation .search-container .option-cell {
  display: table-cell;
  vertical-align: middle !important;
}
.desktop-enware-navigation .search-container .option-cell.align-top {
  vertical-align: top !important;
}
.desktop-enware-navigation .search-container .option-cell.align-bottom {
  vertical-align: bottom !important;
}
.desktop-enware-navigation .search-container .option-cell.align-middle {
  vertical-align: middle !important;
}
.desktop-enware-navigation .search-container .option-cell.left {
  text-align: left;
}
.desktop-enware-navigation .search-container .option-cell.right {
  text-align: right;
}
.desktop-enware-navigation .search-container a {
  color: #ffffff;
  text-decoration: none;
}
.desktop-enware-navigation .search-container a:hover {
  text-decoration: underline;
}
.mobile-enware-navigation {
  background-color: #0099D8;
}
@media (min-width: 960px) {
  .mobile-enware-navigation {
    display: none !important;
  }
}
.mobile-enware-navigation .mobile-login-container {
  height: 44px;
  background-color: #fff;
  color: #004990;
  padding-left: 20px;
  padding-right: 20px;
}
.mobile-enware-navigation .mobile-login-container .menu-list {
  float: left !important;
}
.mobile-enware-navigation .mobile-login-container .menu-list li {
  display: inline-block;
  padding: 10px 0;
}
.mobile-enware-navigation .mobile-login-container .menu-list li + li {
  margin-left: 20px;
  position: relative;
}
.mobile-enware-navigation .mobile-login-container .menu-list li + li:before {
  content: ' ';
  position: absolute;
  top: 13px;
  left: -11px;
  height: 18px;
  border-left: 1px solid #5282b1;
}
.mobile-enware-navigation .mobile-login-container .menu-list a {
  color: #004990;
  text-decoration: none;
  line-height: 24px;
}
.mobile-enware-navigation .mobile-login-container .menu-list a:hover {
  text-decoration: underline;
}
.mobile-enware-navigation .mobile-search-container {
  padding: 20px;
}
.mobile-enware-navigation .mobile-search-container .search-group {
  width: 100%;
  color: #ebebeb;
  border-color: #222222;
}
.mobile-enware-navigation .mobile-search-container .search-group input {
  width: 80%;
}
.mobile-enware-navigation .mobile-search-container .search-group button {
  position: absolute;
  right: -8px;
  top: 12px;
}
.mobile-enware-navigation .mobile-main-menu-container .mobile-menu-item + .data-cell ul.sub-listing {
  border-left: 3px solid #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile-enware-navigation .mobile-main-menu-container .mobile-menu-item.collapsed + .data-cell ul.sub-listing {
  border-left: 3px solid #0099D8;
}
.mobile-enware-navigation .mobile-main-menu-container .title-cell {
  border-left: 3px solid #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #004990;
}
.mobile-enware-navigation .mobile-main-menu-container .title-cell .no-icon:before {
  content: '';
}
.mobile-enware-navigation .mobile-main-menu-container .collapsed .title-cell {
  border-left: 3px solid #0099D8;
  background-color: inherit;
}
.mobile-enware-navigation .mobile-main-menu-container ul.sub-listing {
  border-left: 3px solid #0099D8;
  background-color: #39B7E2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.mobile-enware-navigation .mobile-main-menu-container .mobile-main-menu-cell:last-child {
  border-bottom: 2px solid #0094D3;
}
.mobile-enware-navigation .mobile-main-menu-container .mobile-main-menu-cell.mobile-search-container {
  padding-top: 10px;
}
.mobile-enware-navigation .mobile-main-menu-container .mobile-main-menu-cell + .mobile-main-menu-cell {
  border-top: 2px solid #0094D3;
}
.mobile-enware-navigation .mobile-main-menu-container .mobile-main-menu-cell .title-cell {
  padding: 20px;
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  position: relative;
}
@media (min-width: 1200px) {
  .mobile-enware-navigation .mobile-main-menu-container .mobile-main-menu-cell .title-cell {
    font-size: 16px;
    line-height: 22px;
  }
}
.mobile-enware-navigation .mobile-main-menu-container .mobile-main-menu-cell .title-cell:before {
  content: "\e602";
}
.mobile-enware-navigation .mobile-main-menu-container .mobile-main-menu-cell .title-cell.arrow:before {
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  top: 1px;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
}
.mobile-enware-navigation .mobile-main-menu-container .mobile-main-menu-cell .title-cell.no-icon:before {
  content: '';
}
.mobile-enware-navigation .mobile-main-menu-container .mobile-main-menu-cell .title-cell .sub-title {
  font-family: "Myriad W01 Regular";
  font-size: 14px;
  line-height: 18px;
  text-transform: none;
}
.mobile-enware-navigation .mobile-main-menu-container .mobile-main-menu-cell .title-cell[aria-expanded="true"]:before {
  content: "\e605" !important;
}
.mobile-enware-navigation .mobile-main-menu-container .mobile-main-menu-cell .data-cell li {
  padding: 10px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.mobile-enware-navigation .mobile-main-menu-container .mobile-main-menu-cell .data-cell li a {
  color: #ffffff;
  text-decoration: none;
}
.mobile-enware-navigation .mobile-main-menu-container .mobile-main-menu-cell .data-cell .nav-col-6 {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 959px) {
  .mobile-enware-navigation .mobile-main-menu-container .mobile-main-menu-cell .data-cell .nav-col-6 {
    margin-bottom: 20px;
  }
}
.mobile-enware-navigation .mobile-main-menu-container .mobile-main-menu-cell .data-cell.search {
  padding: 0 20px;
}
.mobile-enware-navigation .mobile-main-menu-container .mobile-main-menu-cell .data-cell.search .option-cell {
  padding-bottom: 20px;
}
.mobile-enware-navigation .mobile-main-menu-container .mobile-main-menu-cell .data-cell.search .option-cell a {
  color: #ffffff;
  text-decoration: none;
}
.mobile-enware-navigation .mobile-main-menu-container .mobile-main-menu-cell .social-listing {
  padding-top: 10px;
}
.mobile-enware-navigation .mobile-main-menu-container .mobile-main-menu-cell .social-listing li {
  display: inline-block;
  padding: 0 12px;
}
.mobile-enware-navigation .mobile-main-menu-container .mobile-main-menu-cell .social-listing li:first-child {
  padding-left: 0;
}
.mobile-enware-navigation .mobile-main-menu-container .mobile-main-menu-cell .social-listing li:last-child {
  padding-right: 0;
}
.mobile-enware-navigation .mobile-main-menu-container .mobile-main-menu-cell .social-listing li .icon-font {
  color: #fff;
  font-size: 22px;
}
.mobile-enware-navigation .mobile-main-menu-container .mobile-main-menu-cell .social-listing li .icon-font.icon-youtube {
  font-size: 26px;
}
.mobile-enware-navigation .mobile-global-menu-container {
  padding: 20px;
}
.mobile-enware-navigation .mobile-global-menu-container ul {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .mobile-enware-navigation .mobile-global-menu-container ul {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 960px) {
  .mobile-enware-navigation .mobile-global-menu-container ul {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1200px) {
  .mobile-enware-navigation .mobile-global-menu-container ul {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.mobile-enware-navigation .mobile-global-menu-container li {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.mobile-enware-navigation .mobile-global-menu-container a {
  text-decoration: none;
}
@media (min-width: 960px) {
  .left-cell-bottom-menu-padding {
    padding-left: 0px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .left-cell-bottom-menu-padding {
    padding-left: 0px;
    padding-right: 10px;
  }
}
/*
 * Enware Footer Style LESS
 */
.enware-footer {
  background-color: #ffffff;
  border-top: 1px solid #D7D7D7;
}
.enware-footer a {
  color: #004990;
  text-decoration: none;
}
.enware-footer a:hover {
  text-decoration: underline;
}
.footer-generic {
  font-family: "Myriad W01 Regular";
  font-size: 14px;
  line-height: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 959px) {
  .footer-generic {
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .footer-generic {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 960px) {
  .footer-generic {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1200px) {
  .footer-generic {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.footer-menu {
  font-family: "Myriad W01 Regular";
  font-size: 14px;
  line-height: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 959px) {
  .footer-menu {
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .footer-menu {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 960px) {
  .footer-menu {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1200px) {
  .footer-menu {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 960px) {
  .footer-menu {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footer-menu h4 {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 959px) {
  .footer-menu h4 {
    line-height: 20px;
  }
}
@media (min-width: 960px) {
  .footer-menu h4 {
    margin-bottom: 20px;
  }
}
.footer-menu .address h4 {
  color: #464646;
}
.footer-menu p + p {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .footer-menu .menu-list {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer-menu .menu-block {
    display: table-cell;
    vertical-align: top !important;
    width: 25%;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-menu .menu-block.align-top {
    vertical-align: top !important;
  }
  .footer-menu .menu-block.align-bottom {
    vertical-align: bottom !important;
  }
  .footer-menu .menu-block.align-middle {
    vertical-align: middle !important;
  }
}
@media (min-width: 960px) {
  .footer-menu .menu-block {
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-menu .menu-block + .menu-block {
    border-left: 1px solid #D7D7D7;
  }
}
@media (min-width: 1200px) {
  .footer-menu .menu-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer-bar {
  font-family: "Myriad W01 Regular";
  font-size: 14px;
  line-height: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 959px) {
  .footer-bar {
    line-height: 20px;
  }
}
@media (min-width: 768px) {
  .footer-bar {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media (min-width: 960px) {
  .footer-bar {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 1200px) {
  .footer-bar {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .footer-bar .bar-list {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .footer-bar .bar-block {
    display: table-cell;
    vertical-align: middle !important;
    padding-left: 8px;
    padding-right: 8px;
  }
  .footer-bar .bar-block.align-top {
    vertical-align: top !important;
  }
  .footer-bar .bar-block.align-bottom {
    vertical-align: bottom !important;
  }
  .footer-bar .bar-block.align-middle {
    vertical-align: middle !important;
  }
}
@media (min-width: 960px) {
  .footer-bar .bar-block {
    display: table-cell;
    vertical-align: bottom !important;
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-bar .bar-block.align-top {
    vertical-align: top !important;
  }
  .footer-bar .bar-block.align-bottom {
    vertical-align: bottom !important;
  }
  .footer-bar .bar-block.align-middle {
    vertical-align: middle !important;
  }
}
@media (min-width: 1200px) {
  .footer-bar .bar-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .footer-bar .bar-block.links {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .footer-bar .bar-block.copyright {
    text-align: right;
  }
}
.footer-bar .bar-block.logo {
  width: 25%;
  text-align: right;
}
@media (max-width: 959px) {
  .footer-bar .bar-block.logo {
    display: none;
  }
}
.footer-bar .bar-block.logo img {
  display: inline-block;
  vertical-align: bottom;
}
.footer-bar .link-list > li {
  display: inline-block;
}
.footer-bar .link-list > li + li {
  margin-left: 10px;
}
.footer-divider {
  height: 1px;
  background-color: #D7D7D7;
}
@media (max-width: 767px) {
  .footer-divider {
    margin-left: -20px;
    margin-right: -20px;
  }
}
/*
 * Page Specific Custom Style LESS
 */
@media (min-width: 768px) {
  .custom-homepage-feature .feature-list {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
.custom-homepage-feature .feature-cell {
  text-align: center;
  font-family: "Myriad W01 Regular";
  color: #464646;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .custom-homepage-feature .feature-cell + .feature-cell {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .custom-homepage-feature .feature-cell {
    display: table-cell;
    vertical-align: top !important;
    width: 33.33333333%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .custom-homepage-feature .feature-cell.align-top {
    vertical-align: top !important;
  }
  .custom-homepage-feature .feature-cell.align-bottom {
    vertical-align: bottom !important;
  }
  .custom-homepage-feature .feature-cell.align-middle {
    vertical-align: middle !important;
  }
  .custom-homepage-feature .feature-cell + .feature-cell {
    border-left: 1px solid #ebebeb;
  }
}
@media (min-width: 960px) {
  .custom-homepage-feature .feature-cell {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .custom-homepage-feature .feature-cell {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 1200px) {
  .custom-homepage-feature .feature-cell {
    font-size: 16px;
    line-height: 20px;
  }
}
.custom-homepage-feature .feature-cell img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .custom-homepage-feature .feature-cell img {
    margin-bottom: 20px;
  }
}
.custom-homepage-feature .feature-cell h4 {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #004990;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .custom-homepage-feature .feature-cell h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .custom-homepage-feature .feature-cell h4 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .custom-homepage-feature .feature-cell .button {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .custom-homepage-feature .feature-cell .button {
    margin-top: 30px;
  }
}
.custom-homepage-feature .feature-cell a {
  text-decoration: none;
}
.custom-homepage-feature .feature-cell a:hover {
  text-decoration: underline;
}
.custom-homepage-channel .channel-list:before,
.custom-homepage-channel .channel-list:after {
  content: " ";
  display: table;
}
.custom-homepage-channel .channel-list:after {
  clear: both;
}
.custom-homepage-channel .channel-list:before,
.custom-homepage-channel .channel-list:after {
  content: " ";
  display: table;
}
.custom-homepage-channel .channel-list:after {
  clear: both;
}
.custom-homepage-channel .channel-cell {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  float: left !important;
  padding-left: 5%;
  padding-right: 5%;
  color: #ffffff !important;
  font-family: "Myriad W01 Regular";
  color: #464646;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .custom-homepage-channel .channel-cell {
    width: 100%;
    padding-top: 36%;
  }
}
@media (min-width: 768px) {
  .custom-homepage-channel .channel-cell {
    width: 50%;
    padding-top: 36%;
  }
}
@media (min-width: 1200px) {
  .custom-homepage-channel .channel-cell {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .custom-homepage-channel .channel-cell {
    font-size: 16px;
    line-height: 22px;
  }
}
.custom-homepage-channel .channel-cell h2 {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .custom-homepage-channel .channel-cell h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
.custom-homepage-channel .channel-cell:hover h2 {
  text-decoration: underline;
}
.custom-homepage-channel .channel-cell:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.custom-homepage-channel .channel-cell.bg-green:hover:before {
  background-color: rgba(0, 152, 215, 0.9);
}
.custom-homepage-channel .channel-cell.bg-green:before {
  background-color: rgba(0, 152, 215, 0.5);
}
.custom-homepage-channel .channel-cell.bg-blue:hover:before {
  background-color: rgba(0, 152, 215, 0.9);
}
.custom-homepage-channel .channel-cell.bg-blue:before {
  background-color: rgba(0, 152, 215, 0.5);
}
.custom-homepage-channel .channel-cell .panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-homepage-channel .channel-cell .table-row {
  width: 100%;
  height: 100%;
}
.custom-homepage-channel .channel-cell .table-cell {
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
}
/*
.custom-homepage-channel {

	@media @from-sm {
		padding-top: 36%;
		position: relative;
	}

	.list-container {
		@media @from-sm {
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
		}
	}

	.channel-list {
		@media @from-sm {
			.table-row;
			width: 100%;
			height: 100%;
		}
	}

	.channel-cell {

		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		padding-left: 5%;
		padding-right: 5%;

		color: @color-white !important;
		.feature-body;
		h2 {
			.feature-heading;
		}
		text-decoration: none;
		&:hover {
			h2 {
				text-decoration: underline;
			}
		}
		&:hover:before {
			background-color: transparent !important;
		}
		z-index: 0;
		&:before {
			z-index: -1;
			content: '';
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			margin: auto;
			.transition(background-color @duration-normal);
		}

		&.bg-green:before {
			background-color: fadeout(@enware-green, 50%);
		}
		&.bg-blue:before {
			background-color: fadeout(@enware-blue, 50%);
		}

		@media @only-xs {
			position: relative;
			display: block;
			padding-top: 20%;
			padding-bottom: 20%;
			padding-left: 5%;
			padding-right: 5%;
			.text-center;
		}

		@media @from-sm {
			.table-cell;
			.align-middle;
			.text-center;
			width: 50%;
			height: 100%;
			position: relative;
		}
	}
}
*/
.custom-product-content .product-title {
  text-align: center;
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .custom-product-content .product-title {
    font-size: 26px;
    line-height: 32px;
  }
}
.custom-product-content .product-info-block {
  margin-bottom: 40px;
}
.custom-product-content .product-description-box {
  background-color: #D8E3EE;
  padding: 40px 20px;
}
.custom-product-content .product-description-box .content-box + .content-box {
  margin-top: 20px;
}
.custom-product-content .product-description-box .content-box .product-title {
  text-align: left !important;
}
.custom-product-content .product-description-box .content-box h4 {
  font-family: "Myriad W01 Bd";
  margin-bottom: 20px;
}
.custom-product-content .product-description-box .content-box p + p {
  margin-top: 20px;
}
.custom-product-content .product-description-box .content-box.white-border-top {
  border-top: 1px solid #ffffff;
  padding-top: 20px;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6000;
  display: none;
  max-width: 700px;
  padding: 1px;
  background-color: #D8E3EE;
  background-clip: padding-box;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  background-color: #D8E3EE;
  border-bottom: 1px solid #004990;
}
.popover-content {
  padding: 20px;
}
.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: transparent;
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #D8E3EE;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: transparent;
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #D8E3EE;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: transparent;
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #D8E3EE;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: transparent;
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #D8E3EE;
  bottom: -10px;
}
.popover-product-title {
  position: relative;
  border-bottom: 1px solid #004990;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.popover-product-title h4 {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .popover-product-title h4 {
    font-size: 20px;
    line-height: 26px;
  }
}
.popover-product-title .close {
  position: absolute;
  right: 0;
  top: 0;
  height: 20px;
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #004990;
}
@media (min-width: 1200px) {
  .popover-product-title .close {
    font-size: 16px;
    line-height: 22px;
  }
}
.popover-product-title .close:hover {
  cursor: pointer;
}
.tooltip {
  position: absolute;
  z-index: 9999;
  display: block;
  visibility: visible;
  font-family: "Myriad W01 It";
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.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;
  text-decoration: none;
  background-color: #004990;
}
.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: #004990;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #004990;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #004990;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #004990;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #004990;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #004990;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #004990;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #004990;
}
/*
 * Enware Modal Style LESS
 */
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.special-marketing,
.modal.special-brand {
  z-index: 4000;
}
@media (min-width: 960px) {
  .modal.special-marketing,
  .modal.special-brand {
    padding-top: 100px;
  }
}
.modal.special-marketing .modal-dialog,
.modal.special-brand .modal-dialog {
  height: 100%;
}
@media (min-width: 960px) {
  .modal.special-marketing .modal-dialog,
  .modal.special-brand .modal-dialog {
    width: 970px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .modal.special-marketing .modal-dialog,
  .modal.special-brand .modal-dialog {
    width: 1200px;
  }
}
@media (min-width: 960px) {
  .modal.special-marketing .modal-content,
  .modal.special-brand .modal-content {
    border: none !important;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .modal.special-marketing .modal-header,
  .modal.special-brand .modal-header {
    border-bottom: none;
  }
  .modal.special-marketing .modal-header .modal-title h2,
  .modal.special-brand .modal-header .modal-title h2 {
    color: #ffffff;
  }
  .modal.special-marketing .modal-header .close,
  .modal.special-brand .modal-header .close {
    color: #ffffff;
  }
}
@media (min-width: 768px) {
  .modal.special-marketing .modal-header {
    background-color: #004990;
  }
}
@media (min-width: 768px) {
  .modal.special-brand .modal-header {
    background-color: #0098d7;
  }
}
@media (min-width: 768px) {
  .modal.modal-small .modal-dialog {
    max-width: 600px;
    width: 600px !important;
  }
}
.modal.modal-small .modal-content {
  width: 100%;
}
@media (min-width: 768px) {
  .modal.modal-normal .modal-dialog {
    width: 90%;
  }
}
@media (min-width: 960px) {
  .modal.modal-normal .modal-dialog {
    max-width: 840px;
    width: 840px !important;
  }
}
.modal.modal-normal .modal-content {
  width: 100%;
}
.modal.bg-blue .modal-backdrop {
  background-color: #0098d7 !important;
}
.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.5s ease-out;
  -moz-transition: -moz-transform 0.5s ease-out;
  -o-transition: -o-transform 0.5s ease-out;
  transition: transform 0.5s 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-top: 0;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 959px) {
  .modal-dialog {
    padding: 10px;
  }
}
@media (min-width: 960px) {
  .modal-dialog {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.modal-content {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  max-height: 100%;
  overflow: auto;
  pointer-events: all;
}
@media (min-width: 960px) {
  .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-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.modal-header {
  position: absolute;
  z-index: 1;
  padding-left: 10px;
  padding-right: 10px;
  height: 44px;
  background-color: #ffffff;
  border-bottom: 1px solid #004990;
}
@media (min-width: 768px) {
  .modal-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  .modal-header {
    height: 52px;
  }
}
.modal-header .modal-header-container {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.modal-header .modal-header-container .modal-title {
  display: table-cell;
  vertical-align: middle !important;
  text-align: left;
  width: 100%;
}
.modal-header .modal-header-container .modal-title.align-top {
  vertical-align: top !important;
}
.modal-header .modal-header-container .modal-title.align-bottom {
  vertical-align: bottom !important;
}
.modal-header .modal-header-container .modal-title.align-middle {
  vertical-align: middle !important;
}
.modal-header .modal-header-container .modal-title h2 {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .modal-header .modal-header-container .modal-title h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
.modal-header .modal-header-container .close {
  display: table-cell;
  vertical-align: middle !important;
  text-align: right;
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #004990;
  width: 26px;
}
.modal-header .modal-header-container .close.align-top {
  vertical-align: top !important;
}
.modal-header .modal-header-container .close.align-bottom {
  vertical-align: bottom !important;
}
.modal-header .modal-header-container .close.align-middle {
  vertical-align: middle !important;
}
@media (min-width: 1200px) {
  .modal-header .modal-header-container .close {
    font-size: 16px;
    line-height: 22px;
  }
}
.modal-header .modal-header-container .close.wide {
  width: 100px !important;
}
@media (min-width: 768px) {
  .modal-header .modal-header-container .close {
    width: 100px;
  }
}
.modal-header .modal-header-container .close:hover {
  cursor: pointer;
}
.modal-header .modal-header-container .back {
  display: table-cell;
  vertical-align: middle !important;
  text-align: left;
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  width: 26px;
}
.modal-header .modal-header-container .back.align-top {
  vertical-align: top !important;
}
.modal-header .modal-header-container .back.align-bottom {
  vertical-align: bottom !important;
}
.modal-header .modal-header-container .back.align-middle {
  vertical-align: middle !important;
}
@media (min-width: 1200px) {
  .modal-header .modal-header-container .back {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .modal-header .modal-header-container .back {
    width: 100px;
  }
}
.modal-header .modal-header-container .back:hover {
  cursor: pointer;
}
.modal-footer {
  padding-top: 20px;
}
.modal-footer .modal-footer-container {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.modal-footer .modal-footer-container .button-container {
  display: table-cell;
  vertical-align: middle !important;
  text-align: left;
  width: 100%;
}
.modal-footer .modal-footer-container .button-container.align-top {
  vertical-align: top !important;
}
.modal-footer .modal-footer-container .button-container.align-bottom {
  vertical-align: bottom !important;
}
.modal-footer .modal-footer-container .button-container.align-middle {
  vertical-align: middle !important;
}
@media (max-width: 767px) {
  .modal-footer .modal-footer-container .row .button-block {
    margin-bottom: 10px;
  }
}
.modal-footer .modal-footer-container .close {
  display: table-cell;
  vertical-align: middle !important;
  text-align: right;
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #004990;
  width: 26px;
}
.modal-footer .modal-footer-container .close.align-top {
  vertical-align: top !important;
}
.modal-footer .modal-footer-container .close.align-bottom {
  vertical-align: bottom !important;
}
.modal-footer .modal-footer-container .close.align-middle {
  vertical-align: middle !important;
}
@media (min-width: 1200px) {
  .modal-footer .modal-footer-container .close {
    font-size: 16px;
    line-height: 22px;
  }
}
.modal-footer .modal-footer-container .close.wide {
  width: 100px !important;
}
@media (min-width: 768px) {
  .modal-footer .modal-footer-container .close {
    width: 100px;
  }
}
.modal-footer .modal-footer-container .close:hover {
  cursor: pointer;
}
.modal-body {
  position: relative;
  height: 100%;
}
@media (max-width: 959px) {
  .modal-body {
    padding-top: 44px;
  }
}
@media (min-width: 960px) {
  .modal-body {
    padding-top: 52px;
  }
}
@media (max-width: 959px) {
  .modal-body.with-tab-header {
    padding-top: 80px;
  }
}
@media (min-width: 960px) {
  .modal-body.with-tab-header {
    padding-top: 80px;
  }
}
.modal-body .modal-body-container {
  height: 100%;
  overflow: auto;
  padding: 10px;
  padding-top: 0 !important;
}
@media (min-width: 768px) {
  .modal-body .modal-body-container {
    padding: 15px;
  }
}
.modal-body .modal-full-width-container {
  margin-left: -10px;
  margin-right: -10px;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal-tabs {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.modal-tabs .tab-header {
  width: 50%;
  float: left !important;
  text-align: center;
  background-color: #004990;
}
.modal-tabs .tab-header h4 {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  padding: 20px 0;
  color: white !important;
}
.modal-tabs .tab-header.active {
  background-color: white;
}
.modal-tabs .tab-header.active h4 {
  color: #464646 !important;
}
.tab-pane {
  display: none;
  visibility: hidden;
}
.tab-pane.active {
  display: block;
  visibility: visible;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  margin-top: 10px;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 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;
}
@media (min-width: 768px) {
  .dropdown-menu {
    font-size: 16px;
  }
}
.dropdown-menu:after,
.dropdown-menu:before {
  bottom: 100%;
  left: 25%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.dropdown-menu:before {
  border-bottom-color: #ccc;
  border-width: 6px;
  margin-left: -7px;
}
.dropdown-menu:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 5px;
  margin-left: -6px;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  margin: 5px 0;
}
.dropdown-menu > li {
  display: block !important;
  padding: 0 !important;
}
.dropdown-menu > li + li {
  margin-left: 0 !important;
  display: block !important;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #2F2F2F !important;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #222222;
  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: #f5f5f5;
}
.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.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
/*
 * Enware Preloader Style LESS
 */
.symbol-loader {
  width: 93.33333333px;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}
.symbol-loader:before,
.symbol-loader:after {
  content: " ";
  display: table;
}
.symbol-loader:after {
  clear: both;
}
.symbol-loader:before,
.symbol-loader:after {
  content: " ";
  display: table;
}
.symbol-loader:after {
  clear: both;
}
.circleG {
  background-color: #FFFFFF;
  float: left;
  height: 20px;
  width: 20px;
  -moz-animation-name: bounce_circleG;
  -moz-animation-duration: 1.2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  -moz-border-radius: 13px;
  -webkit-animation-name: bounce_circleG;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  -webkit-border-radius: 13px;
  -ms-animation-name: bounce_circleG;
  -ms-animation-duration: 1.2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  -ms-border-radius: 13px;
  -o-animation-name: bounce_circleG;
  -o-animation-duration: 1.2s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  -o-border-radius: 13px;
  animation-name: bounce_circleG;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-direction: linear;
  border-radius: 13px;
}
.circleG + .circleG {
  margin-left: 11px;
}
.circle-first {
  -moz-animation-delay: 0.24s;
  -webkit-animation-delay: 0.24s;
  -ms-animation-delay: 0.24s;
  -o-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.circle-second {
  -moz-animation-delay: 0.56s;
  -webkit-animation-delay: 0.56s;
  -ms-animation-delay: 0.56s;
  -o-animation-delay: 0.56s;
  animation-delay: 0.56s;
}
.circle-third {
  -moz-animation-delay: 0.72s;
  -webkit-animation-delay: 0.72s;
  -ms-animation-delay: 0.72s;
  -o-animation-delay: 0.72s;
  animation-delay: 0.72s;
}
@-moz-keyframes bounce_circleG {
  50% {
    background-color: #0098d7;
  }
}
@-webkit-keyframes bounce_circleG {
  50% {
    background-color: #0098d7;
  }
}
@-ms-keyframes bounce_circleG {
  50% {
    background-color: #0098d7;
  }
}
@-o-keyframes bounce_circleG {
  50% {
    background-color: #0098d7;
  }
}
@keyframes bounce_circleG {
  50% {
    background-color: #0098d7;
  }
}
/*
 * Enware Angular Custom Style LESS
 */
.spinner {
  width: 40px;
  height: 40px;
  margin: 10px auto;
  background-color: #0098d7;
  border-radius: 100%;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.fadein,
.fadeout {
  -webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.fadein.ng-hide-remove,
.fadeout.ng-hide-add.ng-hide-add-active {
  opacity: 0;
  display: block !important;
}
.fadeout.ng-hide-add,
.fadein.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
  display: block !important;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.animation-fade {
  -webkit-transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
  -o-transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
  transition: all cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s;
}
.animation-fade.ng-enter {
  opacity: 0;
}
.animation-fade.ng-enter.ng-enter-active {
  opacity: 1;
}
.animation-fade.ng-leave {
  opacity: 1;
}
.animation-fade.ng-leave.ng-leave-active {
  opacity: 0;
}
.view-page.ng-enter,
.view-page.ng-leave {
  position: absolute;
  width: 100%;
}
.view-page.ng-enter {
  z-index: 4000;
}
.view-page.ng-leave {
  z-index: 4001;
}
.modal-view-page.ng-enter,
.modal-view-page.ng-leave {
  width: 100%;
}
.modal-view-page.ng-enter {
  z-index: 4000;
}
.modal-view-page.ng-leave {
  z-index: 4001;
}
/*
 * v1.2 Addon Less
 */
.bg-cyan {
  background-color: #B2C8DD;
}
.bg-navy {
  background-color: #004990;
}
.bg-white {
  background-color: #ffffff;
}
.no-side-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.thumbnail-box.on-color-bg {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .thumbnail-box.on-color-bg {
    border: 1px solid #ebebeb;
  }
  .thumbnail-box.on-color-bg .image-cell .image {
    border: 0 !important;
    border-right: 1px solid #ebebeb !important;
  }
  .thumbnail-box.on-color-bg .content-container .content .text-cell {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -moz-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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[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-slider.module-list {
  margin-bottom: 0 !important;
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  z-index: 1;
  width: 20px;
  height: 20px;
  margin-top: -20px;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  background: transparent;
  color: #6da0d2;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  top: 50%;
  padding: 0;
  border: 0;
  outline: none;
}
@media (min-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
    margin-top: -floor(30px);
    line-height: 30px;
    font-size: 24px;
  }
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: #004990;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev {
  left: -20px;
}
.slick-next {
  right: -20px;
}
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: right;
  padding: 12px 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .slick-dots {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .slick-dots {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .slick-dots {
    padding: 10px 8px;
  }
}
@media (min-width: 960px) {
  .slick-dots {
    padding: 12px 10px;
  }
}
@media (min-width: 1200px) {
  .slick-dots {
    padding: 17px 15px;
  }
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0;
  cursor: pointer;
}
.slick-dots li + li {
  margin-left: 10px;
}
.slick-dots li button {
  background: #ebebeb;
  display: block;
  width: 14px;
  height: 14px;
  border: 0;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  line-height: 0;
  font-size: 0;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .container.menu {
    width: 720px;
  }
}
@media (min-width: 960px) {
  .container.menu {
    width: 864px;
  }
}
@media (min-width: 1200px) {
  .container.menu {
    width: 1080px;
  }
}
.module-selector-menu {
  position: relative;
}
.module-selector-menu .arrow {
  position: absolute;
  width: 16.66666667%;
  height: 0;
  top: 100%;
  left: 0;
  -webkit-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
}
.module-selector-menu .arrow:after {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid #ffffff;
}
.module-selector-menu .menu-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding-bottom: 40px;
}
.module-selector-menu .menu-list .menu-cell {
  display: table-cell;
  width: 16.66666667%;
}
.module-selector-menu .menu-list .menu-cell.align-top {
  vertical-align: top !important;
}
.module-selector-menu .menu-list .menu-cell.align-bottom {
  vertical-align: bottom !important;
}
.module-selector-menu .menu-list .menu-cell.align-middle {
  vertical-align: middle !important;
}
.module-selector-menu .menu-list .menu-cell + .menu-cell {
  border-left: 1px solid #0098d7;
}
.module-selector-menu .menu-list .menu-cell:hover .cell-container,
.module-selector-menu .menu-list .menu-cell.active .cell-container {
  cursor: pointer;
}
.module-selector-menu .menu-list .menu-cell:hover .cell-container .symbol-box,
.module-selector-menu .menu-list .menu-cell.active .cell-container .symbol-box {
  background-color: #004990;
  border-color: #004990;
}
.module-selector-menu .menu-list .menu-cell:hover .cell-container .menu-title,
.module-selector-menu .menu-list .menu-cell.active .cell-container .menu-title {
  text-decoration: underline;
}
.module-selector-menu .menu-list .cell-container {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.module-selector-menu .menu-list .cell-container .symbol-box {
  color: #ffffff;
  background-color: #0098d7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.module-selector-menu .menu-list .cell-container .menu-title {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  color: #2F2F2F;
}
@media (min-width: 1200px) {
  .module-selector-menu .menu-list .cell-container .menu-title {
    font-size: 16px;
    line-height: 22px;
  }
}
.module-selector-content {
  padding-bottom: 40px;
}
.module-selector-content .detail-menu-list-style > li {
  border-bottom: 1px solid #0098d7;
}
.module-selector-content .detail-menu-list-style > li a {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}
.module-selector-content .detail-menu-list-style > li a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.module-selector-content .detail-menu-list-style > li span.icon-font {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.module-selector-content .detail-menu-list-style > li span.icon-font:before {
  line-height: 40px !important;
  font-size: 40px;
}
.module-selector-content .detail-menu-list-style > li span.icon-font + span {
  padding-left: 50px;
  display: block;
  line-height: 1.2;
}
.module-title.on-color-bg h2 {
  color: #ffffff;
}
.slick-slide,
.slick-slide .thumbnail-box {
  outline: 0 !important;
}
@media (min-width: 1200px) {
  .module-list.slick-slider {
    padding-bottom: 10px;
  }
}
.modal.special-marketing .block-market-hero .content-container {
  border-top: 0 !important;
}
/*
 * ENWARE v1.2 Global Form Box LESS
 */
.global-bottom-link-module {
  position: fixed;
  z-index: 9998;
  bottom: 0;
  right: 0;
  height: 0;
}
@media (max-width: 767px) {
  .global-bottom-link-module {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .global-bottom-link-module {
    display: none !important;
  }
}
.global-bottom-link-module .full-width {
  width: 100%;
}
.global-bottom-link-module .global-form-button {
  position: absolute;
  bottom: -50px;
  right: 190px;
  -webkit-transition: bottom 0.3s;
  -o-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
.global-bottom-link-module .global-form-button .link-logo {
  position: relative;
  display: flex;
  align-items: center;
  vertical-align: middle;
  background-color: white;
  width: 142px;
  height: 42px;
  padding: 0 10px;
  border: 1px solid #0098d7 !important;
}
.global-bottom-link-module .global-form-button .link-logo img {
  width: 120px;
}
.global-bottom-link-module .global-form-button.button-active {
  bottom: 0;
}
.global-bottom-link-module .global-form-button > button {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 15px 8px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 6px;
  outline: 0;
  -webkit-transition: color 0.15s, background-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
  color: #004990 !important;
  background-color: transparent;
  border-color: #004990;
  color: #ffffff !important;
  background-color: #0098d7;
  border-color: #0098d7;
  border-radius: 0;
}
@media (min-width: 1200px) {
  .global-bottom-link-module .global-form-button > button {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .global-bottom-link-module .global-form-button > button {
    padding: 12px 30px 8px;
  }
}
.global-bottom-link-module .global-form-button > button.small {
  padding: 4px 10px 2px;
}
@media (min-width: 768px) {
  .global-bottom-link-module .global-form-button > button.small {
    padding: 4px 20px 2px;
  }
}
.global-bottom-link-module .global-form-button > button.compact {
  padding: 4px 5px 2px;
}
@media (min-width: 768px) {
  .global-bottom-link-module .global-form-button > button.compact {
    padding: 4px 10px 2px;
  }
}
@media (max-width: 767px) {
  .global-bottom-link-module .global-form-button > button.button-block-xs {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.global-bottom-link-module .global-form-button > button.button-block {
  display: block;
  width: 100%;
}
.global-bottom-link-module .global-form-button > button.button-big-width {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.global-bottom-link-module .global-form-button > button.button-load {
  display: block;
  width: 100%;
}
.global-bottom-link-module .global-form-button > button.button-load .main {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .global-bottom-link-module .global-form-button > button.button-load .main {
    font-size: 20px;
    line-height: 26px;
  }
}
.global-bottom-link-module .global-form-button > button.button-load .sub {
  font-family: "Myriad W01 It";
  color: #2F2F2F;
  text-transform: none;
}
.global-bottom-link-module .global-form-button > button.button-load .loader {
  display: none;
}
@media (min-width: 768px) {
  .global-bottom-link-module .global-form-button > button.button-load-big {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.global-bottom-link-module .global-form-button > button.loading .main,
.global-bottom-link-module .global-form-button > button.loading .sub {
  display: none;
}
.global-bottom-link-module .global-form-button > button.loading .loader {
  margin-top: -13px;
  margin-bottom: 13px;
  display: block;
}
.global-bottom-link-module .global-form-button > button:focus,
.global-bottom-link-module .global-form-button > button:active:focus,
.global-bottom-link-module .global-form-button > button.active:focus,
.global-bottom-link-module .global-form-button > button.focus,
.global-bottom-link-module .global-form-button > button:active.focus,
.global-bottom-link-module .global-form-button > button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
}
.global-bottom-link-module .global-form-button > button:hover,
.global-bottom-link-module .global-form-button > button:focus,
.global-bottom-link-module .global-form-button > button.focus {
  text-decoration: none;
}
.global-bottom-link-module .global-form-button > button:hover .symbol-image-normal,
.global-bottom-link-module .global-form-button > button:focus .symbol-image-normal,
.global-bottom-link-module .global-form-button > button.focus .symbol-image-normal {
  display: none;
}
.global-bottom-link-module .global-form-button > button:hover .symbol-image-highlight,
.global-bottom-link-module .global-form-button > button:focus .symbol-image-highlight,
.global-bottom-link-module .global-form-button > button.focus .symbol-image-highlight {
  display: inline-block;
}
.global-bottom-link-module .global-form-button > button .symbol-image-normal {
  display: inline-block;
}
.global-bottom-link-module .global-form-button > button .symbol-image-highlight {
  display: none;
}
.global-bottom-link-module .global-form-button > button:active,
.global-bottom-link-module .global-form-button > button.active {
  outline: 0;
  background-image: none;
}
.global-bottom-link-module .global-form-button > button.disabled,
.global-bottom-link-module .global-form-button > button[disabled],
fieldset[disabled] .global-bottom-link-module .global-form-button > button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.global-bottom-link-module .global-form-button > button:hover,
.global-bottom-link-module .global-form-button > button:focus,
.global-bottom-link-module .global-form-button > button.focus,
.global-bottom-link-module .global-form-button > button:active,
.global-bottom-link-module .global-form-button > button.active,
.open > .dropdown-toggle.global-bottom-link-module .global-form-button > button {
  background-color: #004990;
  border-color: #004990;
}
.global-bottom-link-module .global-form-button > button:hover,
.global-bottom-link-module .global-form-button > button:focus,
.global-bottom-link-module .global-form-button > button.focus,
.global-bottom-link-module .global-form-button > button:active,
.global-bottom-link-module .global-form-button > button.active,
.open > .dropdown-toggle.global-bottom-link-module .global-form-button > button,
.global-bottom-link-module .global-form-button > button:hover span,
.global-bottom-link-module .global-form-button > button:focus span,
.global-bottom-link-module .global-form-button > button.focus span,
.global-bottom-link-module .global-form-button > button:active span,
.global-bottom-link-module .global-form-button > button.active span,
.open > .dropdown-toggle.global-bottom-link-module .global-form-button > button span {
  color: #ffffff !important;
}
.global-bottom-link-module .global-form-button > button:active,
.global-bottom-link-module .global-form-button > button.active,
.open > .dropdown-toggle.global-bottom-link-module .global-form-button > button {
  background-image: none;
}
.global-bottom-link-module .global-form-button > button.disabled,
.global-bottom-link-module .global-form-button > button[disabled],
fieldset[disabled] .global-bottom-link-module .global-form-button > button,
.global-bottom-link-module .global-form-button > button.disabled:hover,
.global-bottom-link-module .global-form-button > button[disabled]:hover,
fieldset[disabled] .global-bottom-link-module .global-form-button > button:hover,
.global-bottom-link-module .global-form-button > button.disabled:focus,
.global-bottom-link-module .global-form-button > button[disabled]:focus,
fieldset[disabled] .global-bottom-link-module .global-form-button > button:focus,
.global-bottom-link-module .global-form-button > button.disabled.focus,
.global-bottom-link-module .global-form-button > button[disabled].focus,
fieldset[disabled] .global-bottom-link-module .global-form-button > button.focus,
.global-bottom-link-module .global-form-button > button.disabled:active,
.global-bottom-link-module .global-form-button > button[disabled]:active,
fieldset[disabled] .global-bottom-link-module .global-form-button > button:active,
.global-bottom-link-module .global-form-button > button.disabled.active,
.global-bottom-link-module .global-form-button > button[disabled].active,
fieldset[disabled] .global-bottom-link-module .global-form-button > button.active {
  background-color: #ebebeb;
  border-color: #004990;
  color: #b8b8b8 !important;
}
.global-bottom-link-module .global-form-button > button.white {
  color: #ffffff !important;
  background-color: transparent;
  border-color: #ffffff;
}
.global-bottom-link-module .global-form-button > button.white:hover,
.global-bottom-link-module .global-form-button > button.white:focus,
.global-bottom-link-module .global-form-button > button.white.focus,
.global-bottom-link-module .global-form-button > button.white:active,
.global-bottom-link-module .global-form-button > button.white.active,
.open > .dropdown-toggle.global-bottom-link-module .global-form-button > button.white {
  background-color: #ffffff;
  border-color: #ffffff;
}
.global-bottom-link-module .global-form-button > button.white:hover,
.global-bottom-link-module .global-form-button > button.white:focus,
.global-bottom-link-module .global-form-button > button.white.focus,
.global-bottom-link-module .global-form-button > button.white:active,
.global-bottom-link-module .global-form-button > button.white.active,
.open > .dropdown-toggle.global-bottom-link-module .global-form-button > button.white,
.global-bottom-link-module .global-form-button > button.white:hover span,
.global-bottom-link-module .global-form-button > button.white:focus span,
.global-bottom-link-module .global-form-button > button.white.focus span,
.global-bottom-link-module .global-form-button > button.white:active span,
.global-bottom-link-module .global-form-button > button.white.active span,
.open > .dropdown-toggle.global-bottom-link-module .global-form-button > button.white span {
  color: #004990 !important;
}
.global-bottom-link-module .global-form-button > button.white:active,
.global-bottom-link-module .global-form-button > button.white.active,
.open > .dropdown-toggle.global-bottom-link-module .global-form-button > button.white {
  background-image: none;
}
.global-bottom-link-module .global-form-button > button.white.disabled,
.global-bottom-link-module .global-form-button > button.white[disabled],
fieldset[disabled] .global-bottom-link-module .global-form-button > button.white,
.global-bottom-link-module .global-form-button > button.white.disabled:hover,
.global-bottom-link-module .global-form-button > button.white[disabled]:hover,
fieldset[disabled] .global-bottom-link-module .global-form-button > button.white:hover,
.global-bottom-link-module .global-form-button > button.white.disabled:focus,
.global-bottom-link-module .global-form-button > button.white[disabled]:focus,
fieldset[disabled] .global-bottom-link-module .global-form-button > button.white:focus,
.global-bottom-link-module .global-form-button > button.white.disabled.focus,
.global-bottom-link-module .global-form-button > button.white[disabled].focus,
fieldset[disabled] .global-bottom-link-module .global-form-button > button.white.focus,
.global-bottom-link-module .global-form-button > button.white.disabled:active,
.global-bottom-link-module .global-form-button > button.white[disabled]:active,
fieldset[disabled] .global-bottom-link-module .global-form-button > button.white:active,
.global-bottom-link-module .global-form-button > button.white.disabled.active,
.global-bottom-link-module .global-form-button > button.white[disabled].active,
fieldset[disabled] .global-bottom-link-module .global-form-button > button.white.active {
  background-color: #ebebeb;
  border-color: #ffffff;
  color: #b8b8b8 !important;
}
.global-bottom-link-module .global-form-button > button.navy {
  color: #ffffff !important;
  background-color: #004990;
  border-color: #004990;
}
.global-bottom-link-module .global-form-button > button.navy:hover,
.global-bottom-link-module .global-form-button > button.navy:focus,
.global-bottom-link-module .global-form-button > button.navy.focus,
.global-bottom-link-module .global-form-button > button.navy:active,
.global-bottom-link-module .global-form-button > button.navy.active,
.open > .dropdown-toggle.global-bottom-link-module .global-form-button > button.navy {
  background-color: #ffffff;
  border-color: #004990;
}
.global-bottom-link-module .global-form-button > button.navy:hover,
.global-bottom-link-module .global-form-button > button.navy:focus,
.global-bottom-link-module .global-form-button > button.navy.focus,
.global-bottom-link-module .global-form-button > button.navy:active,
.global-bottom-link-module .global-form-button > button.navy.active,
.open > .dropdown-toggle.global-bottom-link-module .global-form-button > button.navy,
.global-bottom-link-module .global-form-button > button.navy:hover span,
.global-bottom-link-module .global-form-button > button.navy:focus span,
.global-bottom-link-module .global-form-button > button.navy.focus span,
.global-bottom-link-module .global-form-button > button.navy:active span,
.global-bottom-link-module .global-form-button > button.navy.active span,
.open > .dropdown-toggle.global-bottom-link-module .global-form-button > button.navy span {
  color: #004990 !important;
}
.global-bottom-link-module .global-form-button > button.navy:active,
.global-bottom-link-module .global-form-button > button.navy.active,
.open > .dropdown-toggle.global-bottom-link-module .global-form-button > button.navy {
  background-image: none;
}
.global-bottom-link-module .global-form-button > button.navy.disabled,
.global-bottom-link-module .global-form-button > button.navy[disabled],
fieldset[disabled] .global-bottom-link-module .global-form-button > button.navy,
.global-bottom-link-module .global-form-button > button.navy.disabled:hover,
.global-bottom-link-module .global-form-button > button.navy[disabled]:hover,
fieldset[disabled] .global-bottom-link-module .global-form-button > button.navy:hover,
.global-bottom-link-module .global-form-button > button.navy.disabled:focus,
.global-bottom-link-module .global-form-button > button.navy[disabled]:focus,
fieldset[disabled] .global-bottom-link-module .global-form-button > button.navy:focus,
.global-bottom-link-module .global-form-button > button.navy.disabled.focus,
.global-bottom-link-module .global-form-button > button.navy[disabled].focus,
fieldset[disabled] .global-bottom-link-module .global-form-button > button.navy.focus,
.global-bottom-link-module .global-form-button > button.navy.disabled:active,
.global-bottom-link-module .global-form-button > button.navy[disabled]:active,
fieldset[disabled] .global-bottom-link-module .global-form-button > button.navy:active,
.global-bottom-link-module .global-form-button > button.navy.disabled.active,
.global-bottom-link-module .global-form-button > button.navy[disabled].active,
fieldset[disabled] .global-bottom-link-module .global-form-button > button.navy.active {
  background-color: #ebebeb;
  border-color: #004990;
  color: #b8b8b8 !important;
}
.global-bottom-link-module .global-form-button > button:hover,
.global-bottom-link-module .global-form-button > button:focus,
.global-bottom-link-module .global-form-button > button.focus,
.global-bottom-link-module .global-form-button > button:active,
.global-bottom-link-module .global-form-button > button.active,
.open > .dropdown-toggle.global-bottom-link-module .global-form-button > button {
  background-color: #ffffff;
  border-color: #0098d7;
}
.global-bottom-link-module .global-form-button > button:hover,
.global-bottom-link-module .global-form-button > button:focus,
.global-bottom-link-module .global-form-button > button.focus,
.global-bottom-link-module .global-form-button > button:active,
.global-bottom-link-module .global-form-button > button.active,
.open > .dropdown-toggle.global-bottom-link-module .global-form-button > button,
.global-bottom-link-module .global-form-button > button:hover span,
.global-bottom-link-module .global-form-button > button:focus span,
.global-bottom-link-module .global-form-button > button.focus span,
.global-bottom-link-module .global-form-button > button:active span,
.global-bottom-link-module .global-form-button > button.active span,
.open > .dropdown-toggle.global-bottom-link-module .global-form-button > button span {
  color: #0098d7 !important;
}
.global-bottom-link-module .global-form-button > button:active,
.global-bottom-link-module .global-form-button > button.active,
.open > .dropdown-toggle.global-bottom-link-module .global-form-button > button {
  background-image: none;
}
.global-bottom-link-module .global-form-button > button.disabled,
.global-bottom-link-module .global-form-button > button[disabled],
fieldset[disabled] .global-bottom-link-module .global-form-button > button,
.global-bottom-link-module .global-form-button > button.disabled:hover,
.global-bottom-link-module .global-form-button > button[disabled]:hover,
fieldset[disabled] .global-bottom-link-module .global-form-button > button:hover,
.global-bottom-link-module .global-form-button > button.disabled:focus,
.global-bottom-link-module .global-form-button > button[disabled]:focus,
fieldset[disabled] .global-bottom-link-module .global-form-button > button:focus,
.global-bottom-link-module .global-form-button > button.disabled.focus,
.global-bottom-link-module .global-form-button > button[disabled].focus,
fieldset[disabled] .global-bottom-link-module .global-form-button > button.focus,
.global-bottom-link-module .global-form-button > button.disabled:active,
.global-bottom-link-module .global-form-button > button[disabled]:active,
fieldset[disabled] .global-bottom-link-module .global-form-button > button:active,
.global-bottom-link-module .global-form-button > button.disabled.active,
.global-bottom-link-module .global-form-button > button[disabled].active,
fieldset[disabled] .global-bottom-link-module .global-form-button > button.active {
  background-color: #ebebeb;
  border-color: #0098d7;
  color: #b8b8b8 !important;
}
.global-bottom-link-module .global-form-box {
  position: absolute;
  bottom: -580px;
  right: 30px;
  -webkit-transition: bottom 0.5s;
  -o-transition: bottom 0.5s;
  transition: bottom 0.5s;
  width: 360px;
  height: 580px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
}
.global-bottom-link-module .global-form-box.form-active {
  bottom: 0;
}
.global-bottom-link-module .global-form-box .form-box-header {
  padding: 10px 15px;
  color: #ffffff;
  background-color: #0098d7;
}
.global-bottom-link-module .global-form-box .form-box-header:before,
.global-bottom-link-module .global-form-box .form-box-header:after {
  content: " ";
  display: table;
}
.global-bottom-link-module .global-form-box .form-box-header:after {
  clear: both;
}
.global-bottom-link-module .global-form-box .form-box-header:before,
.global-bottom-link-module .global-form-box .form-box-header:after {
  content: " ";
  display: table;
}
.global-bottom-link-module .global-form-box .form-box-header:after {
  clear: both;
}
.global-bottom-link-module .global-form-box .form-box-header .form-box-title {
  float: left !important;
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .global-bottom-link-module .global-form-box .form-box-header .form-box-title {
    font-size: 16px;
    line-height: 22px;
  }
}
.global-bottom-link-module .global-form-box .form-box-header .form-box-close {
  float: right !important;
  border: none;
  background: none;
}
.global-bottom-link-module .global-form-box .form-box-body {
  padding: 10px 15px;
}
.global-bottom-link-module .global-form-box .form-box-body .module-form {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
}
.global-bottom-link-module .global-form-box .form-box-body .module-form .label-style {
  padding-top: 3px;
  padding-bottom: 3px;
}
.global-bottom-link-module .global-form-box .form-box-body .module-form label {
  font-size: 14px;
}
.global-bottom-link-module .global-form-box .form-box-body .module-form .form-group {
  margin-bottom: 8px;
}
.global-bottom-link-module .global-form-box .form-box-body .module-form .form-group.submit-margin {
  margin-top: 20px;
}
.global-bottom-link-module .global-form-box .form-box-body .module-form .input-style.error,
.global-bottom-link-module .global-form-box .form-box-body .module-form .select-style.error {
  border-color: red;
}
.global-bottom-link-module .global-form-box .form-box-container {
  width: 100%;
}
.global-bottom-link-module .global-form-box .form-box-container p {
  padding-top: 10px;
  line-height: 22px;
}
.global-bottom-link-module .global-form-box .form-box-container p + p {
  padding-top: 15px;
}
.global-form-module {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  right: 0;
  height: 0;
}
@media (max-width: 767px) {
  .global-form-module {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .global-form-module {
    display: none !important;
  }
}
.global-form-module .global-form-button {
  position: absolute;
  bottom: -50px;
  right: 30px;
  -webkit-transition: bottom 0.3s;
  -o-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
.global-form-module .global-form-button.button-active {
  bottom: 0;
}
.global-form-module .global-form-button > button {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 12px;
  padding: 12px 15px 8px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  border-radius: 6px;
  outline: 0;
  -webkit-transition: color 0.15s, background-color 0.15s;
  -o-transition: color 0.15s, background-color 0.15s;
  transition: color 0.15s, background-color 0.15s;
  color: #004990 !important;
  background-color: transparent;
  border-color: #004990;
  color: #ffffff !important;
  background-color: #0098d7;
  border-color: #0098d7;
  border-radius: 0;
}
@media (min-width: 1200px) {
  .global-form-module .global-form-button > button {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .global-form-module .global-form-button > button {
    padding: 12px 30px 8px;
  }
}
.global-form-module .global-form-button > button.small {
  padding: 4px 10px 2px;
}
@media (min-width: 768px) {
  .global-form-module .global-form-button > button.small {
    padding: 4px 20px 2px;
  }
}
.global-form-module .global-form-button > button.compact {
  padding: 4px 5px 2px;
}
@media (min-width: 768px) {
  .global-form-module .global-form-button > button.compact {
    padding: 4px 10px 2px;
  }
}
@media (max-width: 767px) {
  .global-form-module .global-form-button > button.button-block-xs {
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.global-form-module .global-form-button > button.button-block {
  display: block;
  width: 100%;
}
.global-form-module .global-form-button > button.button-big-width {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.global-form-module .global-form-button > button.button-load {
  display: block;
  width: 100%;
}
.global-form-module .global-form-button > button.button-load .main {
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .global-form-module .global-form-button > button.button-load .main {
    font-size: 20px;
    line-height: 26px;
  }
}
.global-form-module .global-form-button > button.button-load .sub {
  font-family: "Myriad W01 It";
  color: #2F2F2F;
  text-transform: none;
}
.global-form-module .global-form-button > button.button-load .loader {
  display: none;
}
@media (min-width: 768px) {
  .global-form-module .global-form-button > button.button-load-big {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.global-form-module .global-form-button > button.loading .main,
.global-form-module .global-form-button > button.loading .sub {
  display: none;
}
.global-form-module .global-form-button > button.loading .loader {
  margin-top: -13px;
  margin-bottom: 13px;
  display: block;
}
.global-form-module .global-form-button > button:focus,
.global-form-module .global-form-button > button:active:focus,
.global-form-module .global-form-button > button.active:focus,
.global-form-module .global-form-button > button.focus,
.global-form-module .global-form-button > button:active.focus,
.global-form-module .global-form-button > button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
}
.global-form-module .global-form-button > button:hover,
.global-form-module .global-form-button > button:focus,
.global-form-module .global-form-button > button.focus {
  text-decoration: none;
}
.global-form-module .global-form-button > button:hover .symbol-image-normal,
.global-form-module .global-form-button > button:focus .symbol-image-normal,
.global-form-module .global-form-button > button.focus .symbol-image-normal {
  display: none;
}
.global-form-module .global-form-button > button:hover .symbol-image-highlight,
.global-form-module .global-form-button > button:focus .symbol-image-highlight,
.global-form-module .global-form-button > button.focus .symbol-image-highlight {
  display: inline-block;
}
.global-form-module .global-form-button > button .symbol-image-normal {
  display: inline-block;
}
.global-form-module .global-form-button > button .symbol-image-highlight {
  display: none;
}
.global-form-module .global-form-button > button:active,
.global-form-module .global-form-button > button.active {
  outline: 0;
  background-image: none;
}
.global-form-module .global-form-button > button.disabled,
.global-form-module .global-form-button > button[disabled],
fieldset[disabled] .global-form-module .global-form-button > button {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.global-form-module .global-form-button > button:hover,
.global-form-module .global-form-button > button:focus,
.global-form-module .global-form-button > button.focus,
.global-form-module .global-form-button > button:active,
.global-form-module .global-form-button > button.active,
.open > .dropdown-toggle.global-form-module .global-form-button > button {
  background-color: #004990;
  border-color: #004990;
}
.global-form-module .global-form-button > button:hover,
.global-form-module .global-form-button > button:focus,
.global-form-module .global-form-button > button.focus,
.global-form-module .global-form-button > button:active,
.global-form-module .global-form-button > button.active,
.open > .dropdown-toggle.global-form-module .global-form-button > button,
.global-form-module .global-form-button > button:hover span,
.global-form-module .global-form-button > button:focus span,
.global-form-module .global-form-button > button.focus span,
.global-form-module .global-form-button > button:active span,
.global-form-module .global-form-button > button.active span,
.open > .dropdown-toggle.global-form-module .global-form-button > button span {
  color: #ffffff !important;
}
.global-form-module .global-form-button > button:active,
.global-form-module .global-form-button > button.active,
.open > .dropdown-toggle.global-form-module .global-form-button > button {
  background-image: none;
}
.global-form-module .global-form-button > button.disabled,
.global-form-module .global-form-button > button[disabled],
fieldset[disabled] .global-form-module .global-form-button > button,
.global-form-module .global-form-button > button.disabled:hover,
.global-form-module .global-form-button > button[disabled]:hover,
fieldset[disabled] .global-form-module .global-form-button > button:hover,
.global-form-module .global-form-button > button.disabled:focus,
.global-form-module .global-form-button > button[disabled]:focus,
fieldset[disabled] .global-form-module .global-form-button > button:focus,
.global-form-module .global-form-button > button.disabled.focus,
.global-form-module .global-form-button > button[disabled].focus,
fieldset[disabled] .global-form-module .global-form-button > button.focus,
.global-form-module .global-form-button > button.disabled:active,
.global-form-module .global-form-button > button[disabled]:active,
fieldset[disabled] .global-form-module .global-form-button > button:active,
.global-form-module .global-form-button > button.disabled.active,
.global-form-module .global-form-button > button[disabled].active,
fieldset[disabled] .global-form-module .global-form-button > button.active {
  background-color: #ebebeb;
  border-color: #004990;
  color: #b8b8b8 !important;
}
.global-form-module .global-form-button > button.white {
  color: #ffffff !important;
  background-color: transparent;
  border-color: #ffffff;
}
.global-form-module .global-form-button > button.white:hover,
.global-form-module .global-form-button > button.white:focus,
.global-form-module .global-form-button > button.white.focus,
.global-form-module .global-form-button > button.white:active,
.global-form-module .global-form-button > button.white.active,
.open > .dropdown-toggle.global-form-module .global-form-button > button.white {
  background-color: #ffffff;
  border-color: #ffffff;
}
.global-form-module .global-form-button > button.white:hover,
.global-form-module .global-form-button > button.white:focus,
.global-form-module .global-form-button > button.white.focus,
.global-form-module .global-form-button > button.white:active,
.global-form-module .global-form-button > button.white.active,
.open > .dropdown-toggle.global-form-module .global-form-button > button.white,
.global-form-module .global-form-button > button.white:hover span,
.global-form-module .global-form-button > button.white:focus span,
.global-form-module .global-form-button > button.white.focus span,
.global-form-module .global-form-button > button.white:active span,
.global-form-module .global-form-button > button.white.active span,
.open > .dropdown-toggle.global-form-module .global-form-button > button.white span {
  color: #004990 !important;
}
.global-form-module .global-form-button > button.white:active,
.global-form-module .global-form-button > button.white.active,
.open > .dropdown-toggle.global-form-module .global-form-button > button.white {
  background-image: none;
}
.global-form-module .global-form-button > button.white.disabled,
.global-form-module .global-form-button > button.white[disabled],
fieldset[disabled] .global-form-module .global-form-button > button.white,
.global-form-module .global-form-button > button.white.disabled:hover,
.global-form-module .global-form-button > button.white[disabled]:hover,
fieldset[disabled] .global-form-module .global-form-button > button.white:hover,
.global-form-module .global-form-button > button.white.disabled:focus,
.global-form-module .global-form-button > button.white[disabled]:focus,
fieldset[disabled] .global-form-module .global-form-button > button.white:focus,
.global-form-module .global-form-button > button.white.disabled.focus,
.global-form-module .global-form-button > button.white[disabled].focus,
fieldset[disabled] .global-form-module .global-form-button > button.white.focus,
.global-form-module .global-form-button > button.white.disabled:active,
.global-form-module .global-form-button > button.white[disabled]:active,
fieldset[disabled] .global-form-module .global-form-button > button.white:active,
.global-form-module .global-form-button > button.white.disabled.active,
.global-form-module .global-form-button > button.white[disabled].active,
fieldset[disabled] .global-form-module .global-form-button > button.white.active {
  background-color: #ebebeb;
  border-color: #ffffff;
  color: #b8b8b8 !important;
}
.global-form-module .global-form-button > button.navy {
  color: #ffffff !important;
  background-color: #004990;
  border-color: #004990;
}
.global-form-module .global-form-button > button.navy:hover,
.global-form-module .global-form-button > button.navy:focus,
.global-form-module .global-form-button > button.navy.focus,
.global-form-module .global-form-button > button.navy:active,
.global-form-module .global-form-button > button.navy.active,
.open > .dropdown-toggle.global-form-module .global-form-button > button.navy {
  background-color: #ffffff;
  border-color: #004990;
}
.global-form-module .global-form-button > button.navy:hover,
.global-form-module .global-form-button > button.navy:focus,
.global-form-module .global-form-button > button.navy.focus,
.global-form-module .global-form-button > button.navy:active,
.global-form-module .global-form-button > button.navy.active,
.open > .dropdown-toggle.global-form-module .global-form-button > button.navy,
.global-form-module .global-form-button > button.navy:hover span,
.global-form-module .global-form-button > button.navy:focus span,
.global-form-module .global-form-button > button.navy.focus span,
.global-form-module .global-form-button > button.navy:active span,
.global-form-module .global-form-button > button.navy.active span,
.open > .dropdown-toggle.global-form-module .global-form-button > button.navy span {
  color: #004990 !important;
}
.global-form-module .global-form-button > button.navy:active,
.global-form-module .global-form-button > button.navy.active,
.open > .dropdown-toggle.global-form-module .global-form-button > button.navy {
  background-image: none;
}
.global-form-module .global-form-button > button.navy.disabled,
.global-form-module .global-form-button > button.navy[disabled],
fieldset[disabled] .global-form-module .global-form-button > button.navy,
.global-form-module .global-form-button > button.navy.disabled:hover,
.global-form-module .global-form-button > button.navy[disabled]:hover,
fieldset[disabled] .global-form-module .global-form-button > button.navy:hover,
.global-form-module .global-form-button > button.navy.disabled:focus,
.global-form-module .global-form-button > button.navy[disabled]:focus,
fieldset[disabled] .global-form-module .global-form-button > button.navy:focus,
.global-form-module .global-form-button > button.navy.disabled.focus,
.global-form-module .global-form-button > button.navy[disabled].focus,
fieldset[disabled] .global-form-module .global-form-button > button.navy.focus,
.global-form-module .global-form-button > button.navy.disabled:active,
.global-form-module .global-form-button > button.navy[disabled]:active,
fieldset[disabled] .global-form-module .global-form-button > button.navy:active,
.global-form-module .global-form-button > button.navy.disabled.active,
.global-form-module .global-form-button > button.navy[disabled].active,
fieldset[disabled] .global-form-module .global-form-button > button.navy.active {
  background-color: #ebebeb;
  border-color: #004990;
  color: #b8b8b8 !important;
}
.global-form-module .global-form-button > button:hover,
.global-form-module .global-form-button > button:focus,
.global-form-module .global-form-button > button.focus,
.global-form-module .global-form-button > button:active,
.global-form-module .global-form-button > button.active,
.open > .dropdown-toggle.global-form-module .global-form-button > button {
  background-color: #ffffff;
  border-color: #0098d7;
}
.global-form-module .global-form-button > button:hover,
.global-form-module .global-form-button > button:focus,
.global-form-module .global-form-button > button.focus,
.global-form-module .global-form-button > button:active,
.global-form-module .global-form-button > button.active,
.open > .dropdown-toggle.global-form-module .global-form-button > button,
.global-form-module .global-form-button > button:hover span,
.global-form-module .global-form-button > button:focus span,
.global-form-module .global-form-button > button.focus span,
.global-form-module .global-form-button > button:active span,
.global-form-module .global-form-button > button.active span,
.open > .dropdown-toggle.global-form-module .global-form-button > button span {
  color: #0098d7 !important;
}
.global-form-module .global-form-button > button:active,
.global-form-module .global-form-button > button.active,
.open > .dropdown-toggle.global-form-module .global-form-button > button {
  background-image: none;
}
.global-form-module .global-form-button > button.disabled,
.global-form-module .global-form-button > button[disabled],
fieldset[disabled] .global-form-module .global-form-button > button,
.global-form-module .global-form-button > button.disabled:hover,
.global-form-module .global-form-button > button[disabled]:hover,
fieldset[disabled] .global-form-module .global-form-button > button:hover,
.global-form-module .global-form-button > button.disabled:focus,
.global-form-module .global-form-button > button[disabled]:focus,
fieldset[disabled] .global-form-module .global-form-button > button:focus,
.global-form-module .global-form-button > button.disabled.focus,
.global-form-module .global-form-button > button[disabled].focus,
fieldset[disabled] .global-form-module .global-form-button > button.focus,
.global-form-module .global-form-button > button.disabled:active,
.global-form-module .global-form-button > button[disabled]:active,
fieldset[disabled] .global-form-module .global-form-button > button:active,
.global-form-module .global-form-button > button.disabled.active,
.global-form-module .global-form-button > button[disabled].active,
fieldset[disabled] .global-form-module .global-form-button > button.active {
  background-color: #ebebeb;
  border-color: #0098d7;
  color: #b8b8b8 !important;
}
.global-form-module .global-form-box {
  position: absolute;
  bottom: -580px;
  right: 30px;
  -webkit-transition: bottom 0.5s;
  -o-transition: bottom 0.5s;
  transition: bottom 0.5s;
  width: 360px;
  height: 580px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
}
.global-form-module .global-form-box.form-active {
  bottom: 0;
}
.global-form-module .global-form-box .form-box-header {
  padding: 10px 15px;
  color: #ffffff;
  background-color: #0098d7;
}
.global-form-module .global-form-box .form-box-header:before,
.global-form-module .global-form-box .form-box-header:after {
  content: " ";
  display: table;
}
.global-form-module .global-form-box .form-box-header:after {
  clear: both;
}
.global-form-module .global-form-box .form-box-header:before,
.global-form-module .global-form-box .form-box-header:after {
  content: " ";
  display: table;
}
.global-form-module .global-form-box .form-box-header:after {
  clear: both;
}
.global-form-module .global-form-box .form-box-header .form-box-title {
  float: left !important;
  font-family: "DIN Next W01 Bold";
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .global-form-module .global-form-box .form-box-header .form-box-title {
    font-size: 16px;
    line-height: 22px;
  }
}
.global-form-module .global-form-box .form-box-header .form-box-close {
  float: right !important;
  border: none;
  background: none;
}
.global-form-module .global-form-box .form-box-body {
  padding: 10px 15px;
}
.global-form-module .global-form-box .form-box-body .module-form {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
}
.global-form-module .global-form-box .form-box-body .module-form .label-style {
  padding-top: 3px;
  padding-bottom: 3px;
}
.global-form-module .global-form-box .form-box-body .module-form label {
  font-size: 14px;
}
.global-form-module .global-form-box .form-box-body .module-form .form-group {
  margin-bottom: 8px;
}
.global-form-module .global-form-box .form-box-body .module-form .form-group.submit-margin {
  margin-top: 20px;
}
.global-form-module .global-form-box .form-box-body .module-form .input-style.error,
.global-form-module .global-form-box .form-box-body .module-form .select-style.error {
  border-color: red;
}
.global-form-module .global-form-box .form-box-container {
  width: 100%;
}
@media (min-width: 960px) {
  .DEBUG .enware-body {
    border-top: 1px solid red;
  }
}