/* #ff7000; */
/*
.text-columns(@cols; @size) {
    @media (min-width: @screen-(@size)-min) {

    }
}
*/
/*
.(:mult) {

}
*/
/* ===== General ===== */
html {
  height: 100%;
  width: 100%;
  font-size: 16px;
}
body {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
b,
strong {
  font-weight: 400;
}
/* ===== Wrapper ===== */
.wrapper {
  min-height: 100%;
  height: auto !important;
  /* for older versions of IE */
  height: 100%;
  padding-top: 65px;
  /* navbar height + margin */
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .wrapper {
    margin-bottom: -912px;
    padding-bottom: 912px;
  }
}
@media (min-width: 768px) {
  .wrapper {
    margin-bottom: -532px;
    padding-bottom: 532px;
  }
}
@media (min-width: 992px) {
  .wrapper {
    margin-bottom: -330px;
    padding-bottom: 330px;
  }
}
@media (min-width: 1400px) {
  .wrapper {
    margin-bottom: -330px;
    padding-bottom: 330px;
  }
}
.header-masthead.visible {
  width: 100%;
  height: 20px;
  position: fixed;
  background-color: #050d29;
  border-bottom: 1px solid #2b2b2b;
  z-index: 9999;
  top: 0;
  display: block !important;
}
.header-masthead.visible p {
  margin: 0;
  margin-top: 2px;
  color: #e0e0e0;
  font-size: 0.65rem;
}
.header-masthead.visible + .navbar {
  margin-top: 20px;
}
.page {
  margin: 0 auto;
  background-color: #ffffff;
  /* margin-top: -30px; */
}
.layout-blank {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: white;
}
#content.content {
  /* margin-top: -30px; */
}
.table.table-borderless td,
.table.table-borderless th {
  border: none;
}
.tabs .nav-tabs.nav-stacked li a {
  border: none;
  margin: 0;
}
.tabs .nav-tabs.nav-stacked li a:hover {
  background-color: #f4f4f4;
}
.tabs .nav-tabs.nav-stacked li.active a {
  background-color: #f4f4f4;
}
.font {
  /*
    &.opensans {
        font-family: "Open Sans" !important;

        &.condensed {
            font-family: "Open Sans Condensed", "Open Sans" !important;
        }
    }

    &.roboto {
        font-family: "Roboto" !important;

        &.condensed {
            font-family: "Roboto Condensed" !important;
        }
    }

    &.merriweathersans {
        font-family: "Merriweather Sans" !important;
    }

    &.firasans {
        font-family: "Fira Sans" !important;
    }

    &.ubuntu {
        font-family: "Ubuntu" !important;
    }

    &.cabin {
        font-family: "Cabin" !important;
    }

    &.sourcesanspro {
        font-family: "Source Sans Pro" !important;
    }


    &.helveticaneue {
        font-family: "HelveticaNeue" !important;
    }

    &.helveticaneuecondensed {
        font-family: "HelveticaNeue Condensed" !important;
    }

    &.arial {
        font-family: Arial !important;
    }

    &.lucidasans{
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
    }
    */
}
.inline {
  display: inline;
  zoom: 1;
  *display: inline-block;
}
/*
.clearfix{
    zoom: 1;
    &:before, &:after { content:""; display:table; }
    &:after { clear: both; }
}
*/
hr.vertical {
  background-color: #e0e0e0;
  margin-bottom: 100%;
  margin-top: -1px;
  position: relative;
  /* Wishful thinking */
  border: none;
  margin: 0;
  min-height: 1px;
  height: auto;
  max-height: none;
  width: 1px;
  display: block;
}
.text-smooth .text,
.text-smooth .heading,
.text.text-smooth,
.heading.text-smooth,
.text-smooth p,
p.text-smooth,
.text-smooth ul > li,
ul > li.text-smooth,
.text-smooth table th,
table th.text-smooth,
.text-smooth table td,
table td.text-smooth,
.text-smooth h1,
h1.text-smooth,
.text-smooth h2,
h2.text-smooth,
.text-smooth h3,
h3.text-smooth,
.text-smooth h4,
h4.text-smooth,
.text-smooth h5,
h5.text-smooth,
.text-smooth h6,
h6.text-smooth {
  text-shadow: 0 0 0.4px rgba(208, 208, 208, 0.5) !important;
}
.dark.text-smooth .text,
.dark .text.text-smooth,
.dark .text-smooth .text,
.dark.text-smooth .heading,
.dark .heading.text-smooth,
.dark .text-smooth .heading,
.dark.text-smooth p,
.dark p.text-smooth,
.dark .text-smooth p,
.dark.text-smooth ul > li,
.dark ul > li.text-smooth,
.dark .text-smooth ul > li,
.dark.text-smooth table th,
.dark table th.text-smooth,
.dark .text-smooth table th,
.dark.text-smooth table td,
.dark table td.text-smooth,
.dark .text-smooth table td,
.dark.text-smooth h1,
.dark h1.text-smooth,
.dark .text-smooth h1,
.dark.text-smooth h2,
.dark h2.text-smooth,
.dark .text-smooth h2,
.dark.text-smooth h3,
.dark h3.text-smooth,
.dark .text-smooth h3,
.dark.text-smooth h4,
.dark h4.text-smooth,
.dark .text-smooth h4,
.dark.text-smooth h5,
.dark h5.text-smooth,
.dark .text-smooth h5,
.dark.text-smooth h6,
.dark h6.text-smooth,
.dark .text-smooth h6 {
  text-shadow: 0 0 0.4px rgba(224, 224, 224, 0.7) !important;
}
.text-condensed {
  font-family: "Roboto Condensed", sans-serif !important;
}
.text-upper {
  text-transform: uppercase !important;
}
.text-lower {
  text-transform: lowercase !important;
}
.text-light {
  color: #fefefe !important;
}
.text-white {
  color: white !important;
}
.text-epic {
  font-family: "Roboto Condensed", sans-serif !important;
  color: #081440 !important;
}
.text-small {
  font-family: "Roboto", "Open Sans", sans-serif !important;
  font-size: 0.85rem !important;
  line-height: 1.6rem !important;
}
.text-tiny {
  font-size: 0.7rem !important;
  line-height: 1.4rem !important;
}
.text-tight {
  font-family: "Roboto", "Open Sans", sans-serif !important;
  font-size: 0.85rem !important;
  line-height: 1.6rem !important;
  text-align: justify !important;
  -ms-hyphens: auto !important;
  -moz-hyphens: auto !important;
  -webkit-hyphens: auto !important;
  hyphens: auto !important;
}
@media (max-width: 991px) {
  .text-efficient {
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 0.85rem;
    line-height: 1.6rem;
    font-family: "Roboto", "Open Sans", sans-serif !important;
    font-size: 0.85rem !important;
    line-height: 1.6rem !important;
  }
}
.text-right {
  text-align: right !important;
}
@media (min-width: 992px) {
  .text-columns {
    -webkit-columns: 2 auto;
    /* Safari and Chrome */
    -moz-columns: 2 auto;
    /* Firefox */
    columns: 2 auto;
  }
}
.text-smallcaps {
  font-variant: small-caps;
}
.text-shadowed {
  text-shadow: 1px 1px 3px rgba(64, 64, 64, 0.5) !important;
}
.text-backdrop {
  display: inline-block;
  padding: 1.0rem;
  padding-right: 0.5rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.text-backdrop-light {
  display: inline-block;
  padding: 1.0rem;
  padding-right: 0.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
}
.vertical-divider {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #e0e0e0;
  /*
    -webkit-border-image:
        -webkit-gradient(linear, 0 0, 0 100%, from(black), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image:
        -webkit-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image:
        -moz-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image:
        -o-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
    border-image:
        linear-gradient(to bottom, black, rgba(0, 0, 0, 0)) 1 100%;
    */
  /*
    -webkit-border-image: -webkit-linear-gradient( #ffffff, @gray-semilight, #c8c8c8, #ffffff) 1 100% stretch;
    -webkit-border-image: -webkit-linear-gradient(#ffffff, @gray-semilight, #c8c8c8, #ffffff) 1 100% stretch;
    -moz-border-image: -moz-linear-gradient(#ffffff, @gray-semilight, #c8c8c8, #ffffff) 1 100% stretch;
    -o-border-image: -o-linear-gradient(#ffffff, @gray-semilight, #c8c8c8, #ffffff) 1 100% stretch;
    border-image: -webkit-linear-gradient( #ffffff, @gray-semilight, #c8c8c8, #ffffff) 1 100% stretch;
    border-image:     -moz-linear-gradient(#ffffff, @gray-semilight, #c8c8c8, #ffffff) 1 100% stretch;
    border-image:      -ms-linear-gradient(#ffffff, @gray-semilight, #c8c8c8, #ffffff) 1 100% stretch;
    border-image:       -o-linear-gradient(#ffffff, @gray-semilight, #c8c8c8, #ffffff) 1 100% stretch;
    border-image:          linear-gradient(#ffffff, @gray-semilight, #c8c8c8, #ffffff) 1 100% stretch;
    */
  -webkit-border-image: -webkit-linear-gradient(#ffffff, #606060 30%, #ffffff) 1 100% stretch;
  -moz-border-image: -moz-linear-gradient(#ffffff, #606060 30%, #ffffff) 1 100% stretch;
  -o-border-image: -o-linear-gradient(#ffffff, #606060 30%, #ffffff) 1 100% stretch;
  border-image: -webkit-linear-gradient(#ffffff, #606060 30%, #ffffff) 1 100% stretch;
  border-image: -moz-linear-gradient(#ffffff, #606060 30%, #ffffff) 1 100% stretch;
  border-image: -ms-linear-gradient(#ffffff, #606060 30%, #ffffff) 1 100% stretch;
  border-image: -o-linear-gradient(#ffffff, #606060 30%, #ffffff) 1 100% stretch;
  border-image: linear-gradient(#ffffff, #606060 30%, #ffffff) 1 100% stretch;
}
img {
  image-rendering: optimizeQuality !important;
}
.vid {
  background-color: black;
  height: 100%;
  /*
    html.mobile &,
    html.tablet &
    {
        .image-container {
            display: block;
        }
    }
    */
}
.vid .videocontent {
  width: 80%;
  max-width: 640px;
  margin: 0 auto;
}
.vid .image-container {
  height: 100%;
  display: block;
  margin-bottom: 0;
}
.vid .play,
.vid #vidplayer {
  display: none;
}
html.desktop .vid {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border: 1px solid black;
  margin-bottom: 20px;
}
html.desktop .vid .image-container {
  display: none;
}
html.desktop .vid .play,
html.desktop .vid #vidplayer {
  display: block;
}
html.desktop .vid .play {
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  cursor: pointer;
}
html.desktop .vid .play img {
  position: absolute;
  z-index: 1002;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
html.desktop .vid .play .vidstatus {
  /*
                content: "\f110";
                font-family: FontAwesome;
                */
  text-align: center;
  display: block;
  position: absolute;
  z-index: 1003;
  /*
    content:'';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    */
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
html.desktop .vid .play .vidstatus .fa {
  /*
                    &:before {
                        content: "\f013";
                    }
                    */
  color: #f4f4f4;
  font-size: 2.8em;
}
html.desktop .vid .play .vidstatus.waiting .fa:before,
html.desktop .vid .play .vidstatus.ready .fa:before {
  content: "\f04b";
}
html.desktop .vid .play .vidstatus.loading .fa {
  -moz-animation: 2s linear 0s normal none infinite spin;
  -o-animation: 2s linear 0s normal none infinite spin;
  -webkit-animation: 2s linear 0s normal none infinite spin;
  animation: 2s linear 0s normal none infinite spin;
}
html.desktop .vid .play .vidstatus.loading .fa:before {
  content: "\f110";
}
html.desktop .vid .play:hover .vidstatus.waiting .fa,
html.desktop .vid .play:hover .vidstatus.ready .fa {
  color: #80b0de !important;
}
.vertical-center {
  /*
    content:'';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    */
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block-center {
  margin-left: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateX(-50%);
}
.col-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
/*
.center {
    display:inline-block;
    vertical-align: middle;
}
*/
/*
.vid img {
}

.vid img:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("/Assets/images/global/btn-vid-play.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}
*/
/*
.form {
    .control-label {
        font-weight: 400;
        padding-bottom: 4px;
    }

    &.form-horizontal {
        .form-inline {
            .form-group {

                margin: 0;
                padding: 0;

                .control-label {
                    width: 100%;
                    padding-left: 10px;
                    padding-right: 10px;
                    white-space: nowrap;
                }
            }
        }

        .control-label {
            @media (min-width: @screen-md-min) {
                padding-left: 0;
                padding-right: 4px;
            }
        }

        .form-control {
            width: 100%;
        }

        select.form-control {
            text-overflow: ellipsis;
        }
    }
}
*/
.form .control-label {
  font-weight: 400;
  padding-bottom: 4px;
}
@media (min-width: 992px) {
  .form .control-label {
    padding-left: 0;
    padding-right: 4px;
  }
}
.form.form-horizontal select.form-control {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.form .form-inline-row {
  margin-left: 0;
  margin-right: -15px;
}
.form .form-inline-row .form-group {
  padding-left: 0;
  margin: 0;
}
.form .form-inline-row .form-group .form-control {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.form .form-inline-row .form-group .control-label {
  width: 100%;
  white-space: nowrap;
}
.form .form-control.has-error {
  background-color: #fffcfc !important;
}
.form .form-group .validation-error,
.form span.validation-error {
  font-family: "Roboto", "Open Sans", sans-serif;
  font-size: 0.85rem;
  line-height: 1.6rem;
  font-family: "Roboto", "Open Sans", sans-serif !important;
  font-size: 0.85rem !important;
  line-height: 1.6rem !important;
  color: red;
  padding-left: 6px;
  display: block;
}
.form .lead.validation-error {
  color: red;
  margin-bottom: 18px;
  display: block;
}
.carousel .carousel-indicators li {
  box-shadow: 0 0.5px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(128, 128, 128, 0.01);
  border-color: rgba(240, 240, 240, 0.9);
}
.carousel .carousel-indicators li.active {
  background-color: #ffffff;
  border: #ffffff;
}
.carousel .carousel-indicators.backdrop {
  left: 50%;
  padding: 0 7px;
  border-radius: 12px;
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  -o-transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: auto;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.carousel .carousel-control {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00000000', GradientType=1);
}
.carousel .carousel-control.right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=1);
}
.carousel .carousel-control:hover,
.carousel .carousel-control:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel .carousel-control:hover.left,
.carousel .carousel-control:focus.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#00000000', GradientType=1);
}
.carousel .carousel-control:hover.right,
.carousel .carousel-control:focus.right {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=1);
}
.carousel .carousel-control span {
  text-shadow: 0 0.5px 2px rgba(0, 0, 0, 0.9);
  font-family: 'FontAwesome';
  display: block;
  line-height: 30px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel .carousel-control span.icon-prev:before {
  content: "\f0d9";
}
.carousel .carousel-control span.icon-next:before {
  content: "\f0da";
}
.carousel.carousel-fade .carousel-inner .item {
  opacity: 0;
  left: 0 !important;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: .9s;
  -o-transition-duration: .9s;
  -webkit-transition-duration: .9s;
  transition-duration: .9s;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.carousel.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel.carousel-fade .carousel-inner .next.left,
.carousel.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
  z-index: -1;
}
.carousel.carousel-fade .carousel-inner .active.left,
.carousel.carousel-fade .carousel-inner .active.right {
  opacity: 0;
  z-index: 1;
}
.carousel.carousel-fade .carousel-control {
  z-index: 2;
}
.vid iframe,
.vid object,
.vid embed {
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-header {
  background-color: #081440;
  color: white;
  padding: 12px 15px 10px;
  border-top: 1px #444444;
}
.modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal .heading,
.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6 {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 500;
}
.modal .modal-header {
  padding: 12px 15px 10px;
  min-height: 23.52857143px;
}
.modal .modal-header .close {
  color: #e0e0e0;
  opacity: 1.0;
  text-shadow: -1px 2px 2px black;
  padding: 0 8px;
  line-height: inherit;
  position: relative;
  left: 8px;
}
.modal .modal-header .close:hover {
  color: white;
}
.modal .modal-loading {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #a4a4a4;
  top: 0;
  left: 0;
  text-align: center;
  display: none;
}
.modal .modal-loading .fa {
  height: 2.0rem;
  display: block;
  position: relative;
  top: 50%;
  color: #444444;
  width: 2.0rem;
  margin: -1.6rem auto 0 auto;
  font-size: 2.0rem;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}
.modal.loading .modal-loading {
  display: block;
  visibility: visible;
}
.modal.loading .modal-body > :not(.modal-loading) {
  visibility: hidden;
}
@media (max-width: 480px) {
  .modal .modal-dialog {
    margin: 0;
  }
}
ul.custom-icons li {
  list-style-type: none;
  position: relative;
}
ul.custom-icons li:before {
  content: "\f096";
  font-family: 'FontAwesome';
  font-size: 0.6rem;
  line-height: 2.8rem;
  position: absolute;
  left: -1.8rem;
}
.btn-default {
  font-family: "Open Sans", sans-serif;
  /* font-size: @btn-default-font-size; */
  font-weight: 600;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background-color: #f8f8f8;
}
.btn-primary {
  font-family: "Open Sans", sans-serif;
  /* font-size: @btn-primary-font-size; */
  font-weight: 600;
}
.btn-success {
  font-family: "Open Sans", sans-serif;
  /* font-size: @btn-success-font-size; */
  font-weight: 600;
}
.btn-warning {
  font-family: "Open Sans", sans-serif;
  /* font-size: @btn-warning-font-size; */
  font-weight: 600;
}
.btn-danger {
  font-family: "Open Sans", sans-serif;
  /* font-size: @btn-danger-font-size; */
  font-weight: 600;
}
.btn {
  text-transform: uppercase;
  /* box-shadow: 0 0 1px rgba(48, 48, 48, 0.3); */
  /* Layout */
  /* padding: 9px 14px 10px 14px; */
  /* font-size: 13.5px !important; */
}
/*
.line::before {
    content: "";
    height: 1px;
    width: auto;
    border: 0;
    margin: 0;
    padding: 0;
    background-color: @gray-light;
}
*/
/*
.span4 {
    .col-xs-12;

}
*/
/*
body {
    .text,
    .heading,
    :not(.text) > a[href]
    {
        text-shadow: 0 0.5px 1px rgba(208, 208, 208, 0.5) !important;
    }
}
*/
.fullpage-scroll .wrapper,
.fullpage-scroll .billboard-wrapper {
  padding-top: 0;
}
.fullpage-scroll .pageblock {
  padding: initial;
}
.billboard-wrapper {
  width: 100%;
  max-width: 1920px;
  max-height: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 65px;
}
.billboard-wrapper + .wrapper {
  min-height: 0;
  padding-top: 0;
  margin-top: 0;
}
.billboard-wrapper .billboard {
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-position: center center;
}
.billboard-wrapper .billboard .billboard-background {
  position: absolute;
  top: 0;
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.billboard-wrapper .billboard .billboard-background img,
.billboard-wrapper .billboard img.billboard-background {
  position: absolute;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.billboard-wrapper .billboard .pageblock {
  background: none !important;
  height: 100%;
  padding-bottom: 0;
}
.billboard-wrapper .billboard .container,
.billboard-wrapper .billboard .row {
  height: 100%;
}
.billboard-wrapper .carousel-wrapper,
.billboard-wrapper .carousel,
.billboard-wrapper .carousel-inner,
.billboard-wrapper .item {
  width: 100%;
  height: 100%;
}
.billboard-wrapper .pageblock {
  height: 100%;
  margin: 0;
}
.billboard-wrapper .overlay-banner {
  bottom: 0;
}
.billboard-wrapper .billboard-banner-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.billboard-wrapper .billboard-banner-inner {
  position: relative;
}
.pageblock {
  margin: 0 auto;
  background-color: white;
  position: relative;
  min-height: 260px;
  padding: 40px 0 60px 0;
  background-position: center center;
  /*
    h4,
    h5,
    h6
    {
        .text-condensed;
    }
    */
  /*
    .padded-top,
    &.padded-top {
        padding-top: 60px;
    }

    .padded-bottom,
    &.padded-bottom {
        padding-bottom: 60px;
    }
    */
  /*
    .column .image-container {
        margin-left: -15px;
        margin-right: -15px;
    }
    */
  /* Allows the container to be "fluid" up to a certain point */
  /* ===== Services ===== */
  /*
    .highlight-over:hover .highlight-light
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        background-color: #ffffff;
        opacity: 0.2;
    }
    */
  /*
    &.blackbits.rip,
    .blackbits.rip {

        background-image: url("/Assets/images/marketplace/black-bits-highcontrast-1920x800.jpg");
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Assets/images/marketplace/black-bits-highcontrast-1920x800.jpg', sizingMethod='scale')";
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Assets/images/marketplace/black-bits-highcontrast-1920x800.jpg', sizingMethod='scale');

        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

        background-repeat: no-repeat;
        background-position: center top;
        background-position: center center;

        // #gradient > .vertical(@start-color: average(@gray-semidark, @gray-dark); @end-color: #000000);

    }
    */
}
.pageblock.fullscreen {
  min-height: 100vh;
}
.pageblock.full-width {
  width: 100%;
  max-width: none;
}
.pageblock h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-family: "Roboto Condensed", sans-serif !important;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 24px;
  color: #081440;
}
.pageblock h1,
.pageblock h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-family: "Roboto Condensed", sans-serif !important;
}
.pageblock h2 {
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 16px;
}
.pageblock h3,
.pageblock h4 {
  font-weight: 400;
}
.pageblock h4 {
  line-height: 1.9rem;
}
.pageblock h5 {
  line-height: 1.5rem;
}
.pageblock strong,
.pageblock b {
  font-weight: 600;
}
.pageblock .btn-container {
  margin-top: 16px;
}
.pageblock .btn-container .btn {
  margin-bottom: 6px;
}
.pageblock .btn-container-lg {
  margin-top: 0;
}
.pageblock .image-container {
  text-align: center;
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
}
.pageblock .image-container img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.pageblock .image-container.border-dark img {
  border: 1px solid #282828;
}
.pageblock .image-container.border-light img {
  border: 1px solid #a4a4a4;
}
.pageblock .container {
  position: relative;
}
.pageblock .container.outer {
  max-width: 1600px;
  width: 100%;
  padding: 0;
}
.pageblock .lead,
.pageblock p.lead {
  margin-bottom: 22px;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.9rem;
}
.pageblock h4.lead {
  font-size: 1.35rem;
  line-height: 1.9rem;
}
.pageblock .text,
.pageblock p,
.pageblock ul > li,
.pageblock table th,
.pageblock table td {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  line-height: 1.9rem;
  font-weight: 300;
}
.pageblock .text.thin,
.pageblock p.thin,
.pageblock ul > li.thin,
.pageblock table th.thin,
.pageblock table td.thin {
  font-weight: 200;
  font-size: 18.5px;
  letter-spacing: 1.5px;
  text-rendering: geometricPrecision !important;
}
.pageblock .text.muted,
.pageblock p.muted,
.pageblock ul > li.muted,
.pageblock table th.muted,
.pageblock table td.muted {
  color: #606060;
}
.pageblock .line-top,
.pageblock.line-top,
.pageblock .line-top-light,
.pageblock.line-top-light {
  border-top: 1px solid #e0e0e0;
}
.pageblock .line-top-dark,
.pageblock.line-top-dark {
  border-top: 1px solid #444444;
}
.pageblock .line-bottom,
.pageblock.line-bottom,
.pageblock .line-bottom-light,
.pageblock.line-bottom-light {
  border-bottom: 1px solid #e0e0e0;
}
.pageblock .line-bottom-dark,
.pageblock.line-bottom-dark {
  border-bottom: 1px solid #444444;
}
.pageblock .line-top-medium,
.pageblock.line-top-medium {
  border-top: 1px solid #a4a4a4;
}
.pageblock .line-bottom-medium,
.pageblock.line-bottom-medium {
  border-bottom: 1px solid #808080;
}
.pageblock.dark.line-top,
.pageblock .dark.line-top {
  border-top: 1px solid #444444;
}
.pageblock.dark.line-bottom,
.pageblock .dark.line-bottom {
  border-bottom: 1px solid #444444;
}
.pageblock.dark .text,
.pageblock .dark .text,
.pageblock.dark.text,
.pageblock .dark.text,
.pageblock.dark p,
.pageblock .dark p,
.pageblock.darkp,
.pageblock .darkp,
.pageblock.dark ul > li,
.pageblock .dark ul > li,
.pageblock.darkul > li,
.pageblock .darkul > li,
.pageblock.dark table th,
.pageblock .dark table th,
.pageblock.darktable th,
.pageblock .darktable th,
.pageblock.dark table td,
.pageblock .dark table td,
.pageblock.darktable td,
.pageblock .darktable td {
  color: white;
}
.pageblock.dark .text.muted,
.pageblock .dark .text.muted,
.pageblock.dark.text.muted,
.pageblock .dark.text.muted,
.pageblock.dark p.muted,
.pageblock .dark p.muted,
.pageblock.darkp.muted,
.pageblock .darkp.muted,
.pageblock.dark ul > li.muted,
.pageblock .dark ul > li.muted,
.pageblock.darkul > li.muted,
.pageblock .darkul > li.muted,
.pageblock.dark table th.muted,
.pageblock .dark table th.muted,
.pageblock.darktable th.muted,
.pageblock .darktable th.muted,
.pageblock.dark table td.muted,
.pageblock .dark table td.muted,
.pageblock.darktable td.muted,
.pageblock .darktable td.muted {
  color: #ededed;
}
.pageblock.dark .link,
.pageblock .dark .link,
.pageblock.dark.link,
.pageblock .dark.link,
.pageblock.dark a[href],
.pageblock .dark a[href],
.pageblock.darka[href],
.pageblock .darka[href] {
  /* color: @brand-primary; */
}
.pageblock.dark .heading,
.pageblock .dark .heading,
.pageblock.dark.heading,
.pageblock .dark.heading,
.pageblock.dark h1,
.pageblock .dark h1,
.pageblock.darkh1,
.pageblock .darkh1,
.pageblock.dark h2,
.pageblock .dark h2,
.pageblock.darkh2,
.pageblock .darkh2,
.pageblock.dark h3,
.pageblock .dark h3,
.pageblock.darkh3,
.pageblock .darkh3,
.pageblock.dark h4,
.pageblock .dark h4,
.pageblock.darkh4,
.pageblock .darkh4,
.pageblock.dark h5,
.pageblock .dark h5,
.pageblock.darkh5,
.pageblock .darkh5,
.pageblock.dark h6,
.pageblock .dark h6,
.pageblock.darkh6,
.pageblock .darkh6 {
  color: white;
}
.pageblock.gradient.moonlight {
  background: #eeeeee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #eeeeee));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eeeeee 0%, #eeeeee 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0);
  /* IE6-9 */
}
.pageblock.gradient.midnight {
  background: #070920;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA3MDkyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzBlMTMzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzE0MjA0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iIzE0MjA0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzBlMTIzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwNzA5MjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, #070920 0%, #0e133a 20%, #142045 49%, #142045 52%, #0e123a 80%, #070920 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #070920), color-stop(20%, #0e133a), color-stop(49%, #142045), color-stop(52%, #142045), color-stop(80%, #0e123a), color-stop(100%, #070920));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #070920 0%, #0e133a 20%, #142045 49%, #142045 52%, #0e123a 80%, #070920 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #070920 0%, #0e133a 20%, #142045 49%, #142045 52%, #0e123a 80%, #070920 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #070920 0%, #0e133a 20%, #142045 49%, #142045 52%, #0e123a 80%, #070920 100%);
  /* IE10+ */
  background: linear-gradient(to right, #070920 0%, #0e133a 20%, #142045 49%, #142045 52%, #0e123a 80%, #070920 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#070920', endColorstr='#070920', GradientType=1);
  /* IE6-8 */
}
.pageblock.light-texture {
  background-image: url("/Assets/images/light-texture.png");
  background-repeat: repeat;
}
.pageblock .features {
  /* margin: 0 0; */
}
.pageblock .feature-item {
  margin: 15px 0;
  /*
        .service-item > i {
            height: 30px;
            width: 30px;
            border-radius: 30px;
            line-height: 30px;
            text-align: center;
            display: block;
            margin-right: 15px;
            background: #80B0DE;
            color: white;
            float: left;
            -webkit-transition: all 300ms;
            -moz-transition: all 300ms;
            transition: all 300ms;
        }
        .service-desc {
            overflow: hidden;
        }
        .service-desc > h4 {
            margin-top: 0;
            font-weight: 500;
        }
        */
}
.pageblock .feature-item ul {
  /* padding-left: 60px; */
  margin-bottom: 20px;
}
.pageblock .feature-item > i.fa,
.pageblock .feature-item .feature-image {
  width: 30px;
  text-align: center;
  display: block;
  /* margin-right: 15px; */
  float: left;
  line-height: 30px;
}
.pageblock .feature-item > i.fa.circle {
  border-radius: 30px;
  background-color: #80b0de;
  color: white;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
}
.pageblock .feature-detail {
  overflow: hidden;
  margin-left: 30px;
}
.pageblock .feature-detail:not(ul) {
  margin-left: 60px;
}
.pageblock .feature-detail > h4 {
  margin-top: 0;
  padding-top: 4px;
  font-weight: 500;
}
.pageblock .features-large .feature-item.col-sm-6:nth-child(2n+1) {
  clear: left;
}
.pageblock .features-large .feature-item .feature-detail > h4 {
  padding-top: 6px;
}
.pageblock .features-large .feature-item .feature-image {
  width: 42px;
  margin: 0;
  line-height: inherit;
}
.pageblock .features-large .feature-item ul li {
  list-style-type: none;
}
.pageblock .features-large .feature-item ul li h4 {
  margin-top: 0;
}
.pageblock ul.small-features {
  padding-left: 24px;
}
.pageblock ul.small-features li p {
  overflow: hidden;
}
@media (min-width: 768px) {
  .pageblock ul.small-features li p {
    font-family: "Roboto", "Open Sans", sans-serif;
    font-size: 0.85rem;
    line-height: 1.6rem;
    font-family: "Roboto", "Open Sans", sans-serif !important;
    font-size: 0.85rem !important;
    line-height: 1.6rem !important;
  }
}
.pageblock ul.small-features h4 {
  font-size: 1.1rem;
}
.pageblock .literature {
  text-align: center;
}
.pageblock .literature .literature-thumbnail {
  width: 87px;
  height: 112px;
  border: 1px solid #606060;
  background-color: #f4f4f4;
  margin: 0 auto 20px auto;
  cursor: pointer;
  opacity: 1.0;
  display: inline-block;
  /*
            &:first-child {
                background-image: url("/Assets/images/global/literature-features-thumb.jpg");
            }
            &:nth-child(n+2) {
                background-image: url("/Assets/images/global/literature-servicestandards-thumb.jpg");
            }
            &:nth-child(n+3) {
                background-image: url("/Assets/images/global/literature-search-thumb.jpg");
            }
            */
}
.pageblock .literature .literature-thumbnail .heading,
.pageblock .literature .literature-thumbnail .text,
.pageblock .literature .literature-thumbnail p,
.pageblock .literature .literature-thumbnail ul > li,
.pageblock .literature .literature-thumbnail table th,
.pageblock .literature .literature-thumbnail table td,
.pageblock .literature .literature-thumbnail h1,
.pageblock .literature .literature-thumbnail h2,
.pageblock .literature .literature-thumbnail h3,
.pageblock .literature .literature-thumbnail h4,
.pageblock .literature .literature-thumbnail h5,
.pageblock .literature .literature-thumbnail h6 {
  text-align: left;
}
.page.classic .pageblock .features ul {
  min-height: 48px;
}
.page.classic .pageblock .feature-item i.fa {
  font-size: 2.2rem;
  line-height: 1.4rem;
  color: #80b0de;
}
.pageblock .highlight-over:hover .highlight-light {
  position: absolute;
}
.pageblock .whitish,
.pageblock.whitish {
  background-color: #fbfbfc;
}
.pageblock.silver,
.pageblock .silver {
  background-image: url("/Assets/images/global/bg-silver.jpg");
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Assets/images/solutions/bg-silver.jpg', sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Assets/images/solutions/bg-silver.jpg', sizingMethod='scale');
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-position: center center;
}
.pageblock.midnight,
.pageblock .midnight {
  background-image: url("/Assets/images/global/bg-midnight.jpg");
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Assets/images/solutions/bg-midnight.jpg', sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Assets/images/solutions/bg-midnight.jpg', sizingMethod='scale');
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-position: center center;
}
.pageblock.blacksteel,
.pageblock .blacksteel {
  /*
        background-image: url("/Assets/images/global/bg-midnight.jpg");
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Assets/images/solutions/bg-midnight.jpg', sizingMethod='scale')";
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Assets/images/solutions/bg-midnight.jpg', sizingMethod='scale');
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

        background-repeat: no-repeat;
        background-position: center top;
        background-position: center center;
        */
  background-image: -webkit-linear-gradient(top, #525252 0%, #000000 100%);
  background-image: -o-linear-gradient(top, #525252 0%, #000000 100%);
  background-image: linear-gradient(to bottom, #525252 0%, #000000 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff525252', endColorstr='#ff000000', GradientType=0);
}
.pageblock.blackbits,
.pageblock .blackbits {
  background-image: url("/Assets/images/global/bg-blackbits.jpg");
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Assets/images/global/bg-blackbits.jpg', sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Assets/images/global/bg-blackbits.jpg', sizingMethod='scale');
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-position: center center;
}
.pageblock.wood {
  background-image: url("/Assets/images/global/bg-wood.jpg");
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Assets/images/solutions/bg-wood.jpg', sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Assets/images/solutions/bg-wood.jpg', sizingMethod='scale');
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-position: center center;
}
.pageblock.miniblock {
  padding: 26px 0 24px;
  min-height: 0;
  height: auto;
}
.pageblock.miniblock .overlay-banner {
  bottom: -20px !important;
}
.pageblock.scrollable {
  overflow-y: auto;
  max-height: 100%;
}
.pageblock .padless,
.pageblock.padless {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
}
.pageblock .padless-top,
.pageblock.padless-top {
  padding-top: 0;
}
.pageblock .padless-bottom,
.pageblock.padless-bottom {
  padding-bottom: 0;
}
.pageblock .padded-top,
.pageblock.padded-top {
  padding-top: 24px;
}
.pageblock .padded-bottom,
.pageblock.padded-bottom {
  padding-bottom: 24px;
}
.pageblock.padless .overlay-banner,
.pageblock.padless-bottom .overlay-banner {
  bottom: 0;
}
.pageblock .center-wrapper-outer {
  height: 100%;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.pageblock .center-wrapper-outer:before {
  /*
            content: "";
            display: inline-block;
            height: 100%;
            width: 100%;
            vertical-align: middle;
            margin-right: 0.25rem;
            */
}
.pageblock .center-wrapper-inner {
  height: 100%;
  left: -50%;
  position: relative;
  top: -50%;
  width: 100%;
}
.pageblock .billboard-background {
  height: 100%;
  position: relative;
  /*
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        */
  background-repeat: no-repeat;
  background-position: center top;
  background-position: center center;
}
.pageblock .contentblock {
  padding-bottom: 48px;
}
.overlay-banner {
  bottom: -60px;
  width: 100%;
  background-color: rgba(48, 48, 48, 0.7);
  position: relative;
  padding: 20px;
  padding-bottom: 12px;
  background-image: -webkit-linear-gradient(top, rgba(96, 96, 96, 0.3) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: -o-linear-gradient(top, rgba(96, 96, 96, 0.3) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-image: linear-gradient(to bottom, rgba(96, 96, 96, 0.3) 0%, rgba(0, 0, 0, 0.4) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d606060', endColorstr='#66000000', GradientType=0);
}
.overlay-banner.overlay-close[data-hidden="true"] {
  visibility: hidden;
  display: none;
}
.overlay-banner.overlay-close .close {
  content: "×";
  display: block;
  position: relative;
  top: -4px;
  float: right;
  font-size: 1.5rem;
  z-index: 1000;
  color: #e0e0e0;
  opacity: 1.0;
  text-shadow: -1px 2px 2px black;
  padding: 0 8px;
  line-height: inherit;
}
.overlay-banner.overlay-close .close:hover {
  color: white;
  cursor: pointer;
}
/*
.resp-vtabs {

    .resp-tabs-list-wrapper {
        min-height: 1px;
        height: auto;
        max-height: none;
        width: 1px;
        display: block;
        background-color: @gray-light;
        background-image: -webkit-linear-gradient( #ffffff, #b0b0b0, #c8c8c8, #ffffff);
        background-image:    -moz-linear-gradient(#ffffff, #b0b0b0, #c8c8c8, #ffffff);
        background-image:     -ms-linear-gradient(#ffffff, #b0b0b0, #c8c8c8, #ffffff);
        background-image:      -o-linear-gradient(#ffffff, #b0b0b0, #c8c8c8, #ffffff);

        float: left;
    }

    .resp-tabs-list {
        border-left: none;  //
        border-left: 1px solid @gray-light;

        // margin-left: -1px;
        // height: auto;

        // float: none;

        .resp-tab-item {
            padding: 11px !important;
            margin: 0 0 0 1px;
            background-color: transparent;
            white-space: nowrap;
            font-size: 1.0rem;

            &.resp-tab-active {
                background-color: @gray-light;
            }
        }
    }

    .resp-tabs-container {
        width: inherit;
        height: auto;
        border-right: none; // 1px solid @gray-light;
    }
}
*/
#footer {
  padding: 0 !important;
  background-color: #282828;
}
@media (max-width: 767px) {
  #footer {
    height: 912px;
  }
}
@media (min-width: 768px) {
  #footer {
    height: 532px;
  }
}
@media (min-width: 992px) {
  #footer {
    height: 330px;
  }
}
@media (min-width: 1400px) {
  #footer {
    height: 330px;
  }
}
#footer .pageblock {
  background-color: #606060;
  padding-top: 20px;
  padding-bottom: 0px;
}
#footer .pageblock #footer-nav {
  padding-left: 48px;
}
#footer .pageblock #footer-nav ul.nav-item {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  #footer .pageblock #footer-nav .nav-block {
    height: 220px;
  }
}
#footer .pageblock #footer-nav .nav-item {
  /*
                @media (min-width: @screen-md-min) {

                    min-height: inherit;
                }
                */
}
#footer .pageblock #footer-nav .nav-item > li {
  font-weight: 400;
}
#footer .pageblock #footer-nav .nav-item > li a[href] {
  white-space: nowrap;
}
#footer .pageblock #footer-nav .nav-item > li.heading,
#footer .pageblock #footer-nav .nav-item > li.heading > a[href],
#footer .pageblock #footer-nav .nav-item > lih1,
#footer .pageblock #footer-nav .nav-item > lih1 > a[href],
#footer .pageblock #footer-nav .nav-item > lih2,
#footer .pageblock #footer-nav .nav-item > lih2 > a[href],
#footer .pageblock #footer-nav .nav-item > lih3,
#footer .pageblock #footer-nav .nav-item > lih3 > a[href],
#footer .pageblock #footer-nav .nav-item > lih4,
#footer .pageblock #footer-nav .nav-item > lih4 > a[href],
#footer .pageblock #footer-nav .nav-item > lih5,
#footer .pageblock #footer-nav .nav-item > lih5 > a[href],
#footer .pageblock #footer-nav .nav-item > lih6,
#footer .pageblock #footer-nav .nav-item > lih6 > a[href] {
  color: white;
}
#footer .pageblock #footer-nav .nav-item > li:not(.heading) > a[href],
#footer .pageblock #footer-nav .nav-item > lih1 > a[href],
#footer .pageblock #footer-nav .nav-item > lih2 > a[href],
#footer .pageblock #footer-nav .nav-item > lih3 > a[href],
#footer .pageblock #footer-nav .nav-item > lih4 > a[href],
#footer .pageblock #footer-nav .nav-item > lih5 > a[href],
#footer .pageblock #footer-nav .nav-item > lih6 > a[href] {
  color: #e0e0e0;
  font-size: 15px;
}
#footer .pageblock #footer-nav .nav-item > li.connect-icons a[href] {
  font-size: 18px;
  text-decoration: none;
}
#footer .pageblock #footer-nav .nav-item > li.support-icons a[href] {
  font-size: 14px;
  text-decoration: none;
}
#footer .pageblock #footer-nav .nav-item > li .fa.icon-after {
  font-size: 12px;
  position: relative;
  top: -1.5px;
}
#footer #copyright-block {
  background-color: #282828;
}
#footer .copyright {
  padding-top: 8px;
  color: #808080;
}
.pageblock.shadow-bottom {
  overflow: hidden;
}
.pageblock.shadow-bottom::after {
  content: "";
  display: block;
  width: 100%;
  /* height: 40px; */
  position: absolute;
  z-index: 1000;
  bottom: 0;
  /* background-color: rgba(0,255,0,0.2); */
  border-bottom: 1px solid #d8d8d8;
  -webkit-box-shadow: 0 0 0 0 transparent, 0px 10px 40px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 0 transparent, 0px 10px 40px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 0 transparent, 0px 10px 40px 20px rgba(0, 0, 0, 0.2);
}
.pageblock .bottom-shadow {
  content: "";
  display: block;
  width: 100%;
  /* height: 40px; */
  position: absolute;
  z-index: 1000;
  bottom: 0;
  /* background-color: rgba(0,255,0,0.2); */
  border-bottom: 1px solid #d8d8d8;
  -webkit-box-shadow: 0px 10px 40px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 40px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 40px 20px rgba(0, 0, 0, 0.1);
}
.pageblock.dark .bottom-shadow {
  border-bottom: 1px solid #383838;
  -webkit-box-shadow: 0px 10px 40px 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 40px 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 40px 20px rgba(0, 0, 0, 0.5);
  box-shadow: -40px -40px -10px 20px rgba(0, 0, 0, 0.5);
}
.pageblock.dark.shadow-bottom::after {
  border-bottom: 1px solid #383838;
  -webkit-box-shadow: 0px 10px 40px 30px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 10px 40px 30px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 10px 40px 30px rgba(0, 0, 0, 0.45);
}
.pageblock.shadow-top::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 1000;
  top: -1px;
  /* background-color: rgba(0,255,0,0.1); */
  /*
    border-bottom: 1px solid #f0f0f0;
    */
  -webkit-box-shadow: 0px 10px 40px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 40px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 40px 20px rgba(0, 0, 0, 0.1);
}
.pageblock.dark.shadow-top::before {
  /*
    border-bottom: 1px solid #f0f0f0;
    */
  -webkit-box-shadow: 0px 10px 35px 25px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 10px 35px 25px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 35px 25px rgba(0, 0, 0, 0.3);
}
html.mobile .hidden-device-mobile {
  display: none !important;
}
html.tablet .hidden-device-tablet {
  display: none !important;
}
html.desktop .hidden-device-desktop {
  display: none !important;
}
/*
.ms-ctn {
    .dropdown-menu {
        transform: scale(1,1) im;
    }
}
*/
.backtotop {
  background: #d0d0d0;
  padding: 10px 15px;
  font-size: 18px;
  color: #FFFFFF;
  border-radius: 0;
  -webkit-transition: background 300ms;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  transition: background 300ms;
}
.backtotop:hover {
  background: #c3c3c3;
}
/*
:not(p),
:not(ul > li),
:not(table th),
:not(table td)
{
    &:extend(:not(.text) all);
}
*/
