/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.overlay-background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9998;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.overlay-container {
  position: absolute;
  width: 100%;
  top: 150px;
  text-align: center;
  z-index: 9999;
  padding-bottom: 30px;
}

.overlay-content {
  position: relative;
  min-width: 80px;
  min-height: 80px;
  max-width: 90%;
  padding: 10px;
  display: inline-block;
  background: #FFF;
  text-align: left;
  border: solid 2px #323131;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.overlay-content-inner {
  overflow: hidden;
}

.overlay-close {
  z-index: 9999;
  font-size: 35px;
  line-height: 1;
  position: absolute;
  top: -40px;
  right: 15px;
  cursor: pointer;
  display: none;
  color: #fff;
  outline: none;
}
.overlay-close:after {
  content: "\f00d";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.overlay-loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/img/loader.gif?auto=format) no-repeat 50% 50%;
}

/*# sourceMappingURL=overlay.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.accordion-container {
  border: solid 2px #323131;
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordion-head {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  background-color: #e1e1e1;
  padding: 13px;
  margin: 0;
  color: #939191;
  border-top: 2px solid black;
}

.accordion-slide:first-child .accordion-head {
  border-top: 0;
}

.accordion-title {
  padding: 13px;
  margin: 0;
}

.accordion-content {
  padding: 13px;
}

.accordion-content-wrapper {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.mod-js .accordion-slide .accordion-head:hover {
  background-color: #939191;
  color: white;
}
.mod-js .accordion-slide.is-active > .accordion-head:hover {
  background-color: #e1e1e1;
}
.mod-js .accordion-slide.is-active > .accordion-head {
  color: black;
}
.mod-js .accordion-content-wrapper {
  visibility: hidden;
  height: 0;
  position: relative;
  top: -999999px;
  left: -999999px;
  overflow: hidden;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.mod-js .accordion-slide.is-active > .accordion-content-wrapper {
  visibility: visible;
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  overflow: auto;
}
.mod-js .accordion-slide.is-active:last-child > .accordion-content-wrapper {
  border-bottom: none;
}
.mod-js .accordion-head {
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
}
.mod-js .accordion-head:after {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 8px;
  font-size: 12px;
  float: right;
}
.mod-js .accordion-slide.is-active > .accordion-head {
  cursor: default;
}
.mod-js .accordion-slide.is-active > .accordion-head:after {
  content: "\f078";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 8px;
  font-size: 12px;
  float: right;
}

.page-voltatec .accordion-slide .accordion-head:hover {
  background-color: white;
}
.page-voltatec .accordion-slide.is-active > .accordion-head:hover {
  background-color: white;
}
.page-voltatec .accordion-head:after {
  color: #e86215;
  transform: rotate(90deg);
}
.page-voltatec .accordion-slide.is-active > .accordion-head:after {
  transform: rotate(180deg);
}

/*# sourceMappingURL=accordion.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.articleList {
  border: solid 2px #323131;
  padding: 13px;
  background-color: #e1e1e1;
}

.articleList-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.articleList-date {
  margin-bottom: 10px;
  color: #868484;
}

.articleList-article {
  margin-bottom: 20px;
  overflow: hidden;
}

.articleList-description {
  overflow: hidden;
}

.articleList-title {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.articleList-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.articleList-thumbnail {
  max-width: 100px;
  float: left;
  margin-right: 15px;
}

.articleList-more {
  float: right;
}
.articleList-more:after {
  content: " \00bb";
  display: inline;
}

.articleList-more-arrow {
  display: none;
}
.no-generatedcontent .articleList-more-arrow {
  display: inline;
}

.articleList-article-wrapper {
  margin: 0;
  padding: 0;
}

.articleList-horizontal-2-columns .articleList-article,
.articleList-horizontal-3-columns .articleList-article {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}

.articleList-horizontal-2-columns .articleList-article {
  padding: 0;
  margin: 0;
  margin-right: 1.2%;
  width: 48%;
}

.articleList-horizontal-3-columns .articleList-article {
  padding: 0;
  margin: 0;
  margin-right: 1.5%;
  width: 31%;
}

@media only screen and (max-width: 768px) {
  .articleList-thumbnail {
    float: none;
    margin: auto;
    display: block;
  }

  .articleList-horizontal-2-columns .articleList-article,
  .articleList-horizontal-3-columns .articleList-article {
    display: block;
    width: 100%;
  }
}
.articleList-tags {
  list-style-type: none;
  padding: 0;
  margin: -20px 0 0 0;
}

.articleList-tags-item {
  display: inline-block;
  margin: 0 2px;
}

.articleList-tags-item-link {
  background: #b9b8b8;
  color: black;
  border: 1px solid #939191;
  padding: 1px;
  display: block;
  font-size: 0.85em;
}

/*# sourceMappingURL=articleList.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.box-outlined .component-content {
  border: solid 2px #323131;
  padding: 13px;
  background-color: #e1e1e1;
}

.box-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.box-more {
  display: block;
  text-align: right;
}

.gradient_bg_header {
  background: -moz-linear-gradient(79deg, #e64510 0%, #f08400 100%);
  background: -webkit-linear-gradient(79deg, #e64510 0%, #f08400 100%);
  background: linear-gradient(79deg, #e64510 0%, #f08400 100%);
  padding: 35px 0;
  margin-bottom: 15px;
}
.gradient_bg_header .component {
  margin-bottom: 0;
}
.gradient_bg_header h1 {
  color: #fff;
  margin: 0;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -.4px;
}
@media (min-width: 768px) {
  .gradient_bg_header {
    padding: 65px 0;
  }
  .gradient_bg_header h1 {
    font-size: 82px;
    letter-spacing: -.82px;
  }
}
@media (min-width: 992px) {
  .gradient_bg_header {
    padding: 50px 0;
    margin-bottom: 60px;
  }
  .gradient_bg_header h1 {
    font-size: 70px;
    letter-spacing: -.7px;
  }
}

.border_left {
  border-left: 1px solid #e6e6e6;
  color: #333;
}

/*# sourceMappingURL=box.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.breadcrumbs {
  margin: 10px 0;
}

.breadcrumbs-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs-list li {
  float: left;
  margin-right: 6px;
}

.breadcrumbs-separator {
  margin: 0 10px;
}

.breadcrumbs-without-separator .breadcrumbs-separator {
  display: none;
}
.breadcrumbs-without-separator li {
  padding-right: 15px;
  margin-right: 9px;
  position: relative;
}
.breadcrumbs-without-separator li:before {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 8px;
}
.breadcrumbs-without-separator li:last-child {
  background-image: none;
}
.breadcrumbs-without-separator li:last-child:before {
  display: none;
}

@media only screen and (max-width: 768px) {
  .breadcrumbs-list li {
    float: none;
  }
}

/*# sourceMappingURL=breadcrumbs.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.carousel {
  position: relative;
  border: solid 2px #323131;
  background-color: #e1e1e1;
  padding: 15px 60px;
}

.carousel-slides {
  margin: 0;
  padding: 0;
}

.carousel-slide {
  width: 100%;
}

.carousel-slide .no-content,
.carousel-slide .no-image {
  text-align: center;
}

.carousel-cover {
  max-width: 50%;
  height: auto;
  float: right;
}

.carousel-slide .image-and-content {
  overflow: hidden;
}

.carousel-slide .no-content .carousel-cover {
  float: none;
  max-width: 100%;
}

.carousel-slide .no-image .carousel-content {
  float: none;
  max-width: 100%;
}

.carousel-content {
  max-width: 48%;
  float: left;
  text-align: left;
  -moz-transition-property: margin;
  -o-transition-property: margin;
  -webkit-transition-property: margin;
  transition-property: margin;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  width: 100%;
}

.carousel-nav {
  text-align: center;
  margin-top: 20px;
  overflow: hidden;
  padding: 0;
}

.carousel-nav li {
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}

.carousel-nav a {
  display: inline-block;
  border: 2px solid #656363;
  width: 10px;
  height: 10px;
  font-size: 0;
  color: transparent;
}

.carousel-nav li.is-active a {
  background: #939191;
}

.carousel-nav-prev,
.carousel-nav-next {
  position: absolute;
  top: 50%;
  border: none;
  width: 19px;
  height: 31px;
}

.carousel-nav-prev a,
.carousel-nav-next a {
  border: none;
  display: block;
  width: 100%;
  height: 100%;
}

.carousel-nav-prev {
  left: 10px;
}
.carousel-nav-prev a:before {
  content: "\f053";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  color: #939191;
}
.carousel-nav-prev a:hover:before {
  color: #323131;
}

.carousel-nav-next {
  right: 10px;
}
.carousel-nav-next a:before {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  color: #939191;
}
.carousel-nav-next a:hover:before {
  color: #323131;
}

.no-js .carousel .carousel-slide:first-child {
  margin-top: 0;
  border-top: none;
}
.no-js .carousel .carousel-slide {
  position: static;
}
.no-js .carousel .carousel-nav li {
  display: none;
}

.lt-ie8 .carousel-nav li {
  display: inline;
  zoom: 1;
}
.lt-ie8 .carousel-nav li.is-active a {
  background: #939191;
}
.lt-ie8 .carousel-nav .carousel-nav-prev, .lt-ie8 .carousel-nav .carousel-nav-next {
  width: 19px;
  height: 31px;
}
.lt-ie8 .carousel-nav .carousel-nav-prev a, .lt-ie8 .carousel-nav .carousel-nav-next a {
  border: none;
  display: block;
  width: 100%;
  height: 100%;
}
.lt-ie8 .carousel-nav a {
  display: block;
  zoom: 1;
  border: 2px solid #656363;
  width: 10px;
  height: 10px;
}

@media only screen and (max-width: 768px) {
  .carousel-cover {
    max-width: 100%;
    float: none;
    margin: auto;
    display: block;
  }

  .carousel-content {
    max-width: 100%;
    float: none;
  }

  .carousel-nav li {
    display: none;
  }
  .carousel-nav .carousel-nav-prev,
  .carousel-nav .carousel-nav-next {
    display: block;
  }
}
/* Index carousel */
.carousel.index_carousel {
  border: none;
  padding: 0;
  position: relative;
  margin-bottom: 0;
}
.carousel.index_carousel .component {
  margin-bottom: 0;
}
.carousel.index_carousel p {
  margin: 0;
}
.carousel.index_carousel .carousel-nav {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 18px;
  margin: 0;
  text-align: left;
  overflow: visible;
}
.carousel.index_carousel .carousel-nav li {
  display: inline-block;
  margin: 0 10px;
  width: 20px;
  height: 20px;
  text-align: center;
}
.carousel.index_carousel .carousel-nav li a {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: #e86215;
  border-radius: 50%;
  border: none;
}
.carousel.index_carousel .carousel-nav li.is-active a {
  width: 20px;
  height: 20px;
}
.carousel.index_carousel .carousel-nav .carousel-nav-prev,
.carousel.index_carousel .carousel-nav .carousel-nav-next {
  display: none;
}
.carousel.index_carousel .inner_container_width {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.carousel.index_carousel .subtitle {
  display: block;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #242f60;
  margin-bottom: 18px;
}
.carousel.index_carousel h4 {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 0;
}
.carousel.index_carousel .carousel_text,
.carousel.index_carousel .blue_button {
  display: none;
}
.carousel.index_carousel img {
  display: block;
}
@media (min-width: 768px) {
  .carousel.index_carousel .inner_container_width {
    top: 41px;
  }
  .carousel.index_carousel .subtitle {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .carousel.index_carousel .blue_button {
    display: inline-block;
  }
  .carousel.index_carousel .carousel-nav {
    bottom: 40px;
  }
}
@media (min-width: 992px) {
  .carousel.index_carousel .inner_container_width {
    top: 30px;
  }
  .carousel.index_carousel .subtitle {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .carousel.index_carousel .carousel_text {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #333;
  }
  .carousel.index_carousel .carousel-nav {
    bottom: 30px;
  }
  .carousel.index_carousel .blue_button {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .carousel.index_carousel .inner_container_width {
    top: 45px;
  }
  .carousel.index_carousel .subtitle {
    margin-bottom: 15px;
  }
  .carousel.index_carousel .carousel_text {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #333;
  }
  .carousel.index_carousel .carousel-nav {
    width: 1110px;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
  }
}
@media (min-width: 1300px) {
  .carousel.index_carousel .inner_container_width {
    top: 55px;
  }
  .carousel.index_carousel .subtitle {
    margin-bottom: 20px;
  }
  .carousel.index_carousel h4 {
    font-size: 70px;
    margin-bottom: 30px;
  }
}

#zenpage .carousel-nav {
  z-index: 9000;
}

/*# sourceMappingURL=carousel.css.map */






/* Syed  GSKBD-25466 | 15-09-2022 */

@media (min-width: 1200px) {
.carousel.index_carousel h4 {
  font-size: 40px;
  letter-spacing: -1.75px;
  margin-bottom: 20px;
}
}

@media (min-width: 992px) {
.carousel.index_carousel h4 {
  font-size: 32px;
  letter-spacing: -1.75px;
  margin-bottom: 15px;
}
}
@media (min-width: 768px) {
.carousel.index_carousel h4 {
  font-size: 30px;
  margin-bottom: 50px;
}
}

@media (min-width: 768px){
  .carousel.index_carousel .subtitle {
      font-size: 20px;
      margin-bottom: 40px;
  }
  }



/* Syed  GSKBD-25466 | 15-09-2022  End *//* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.divider {
  display: none;
}

@media (min-width: 768px) {
  .divider {
    display: block;
    background: #e5e5e5;
    height: 1px;
    margin: 3em 0 1em;
  }
}
.divider.float-breaker {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  clear: both;
  margin: 0;
  padding: 0;
  border: 0;
  height: auto;
}

/*# sourceMappingURL=divider.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.fileList-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.fileList-date {
  margin-bottom: 10px;
  color: #868484;
}

.fileList-file {
  margin-bottom: 20px;
  overflow: hidden;
}

.fileList-description {
  overflow: hidden;
}

.fileList-title {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.fileList-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.fileList-thumbnail {
  max-width: 100px;
  float: left;
  margin-right: 15px;
}

.fileList-download {
  text-align: right;
}

.fileList-download-size {
  color: #868484;
  display: block;
}

@media only screen and (max-width: 768px) {
  .fileList-thumbnail {
    float: none;
    margin: auto;
    display: block;
  }
}

/*# sourceMappingURL=fileList.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.flash {
  text-align: center;
}

.flash object {
  max-width: 100%;
}

/* Flash is not installed */
.flash-missing {
  margin: 0 auto;
}

.flash .seoDescription {
  display: none;
}

/*# sourceMappingURL=flash.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/* STATES AND INPUT GROUP VARIABLES
    ------------------------------------*/
/*   TEMPORARY VARIABLES FOR OPERATIONS
    ------------------------------------*/
/*   CREATING SCSS USABLE VARIABLES FOR INTERPOLATION
    ------------------------------------*/
/*   FUNCTIONAL VARIABLES FOR INPUTS AND STATES
    ------------------------------------*/
/* COLOR AND FONT VARIABLES
TODO: SEPARATE COLOR ON FUNCTIONS
    ------------------------------------*/
/* MAIN STYLE FOR FORM
    ------------------------------------*/
.form {
  /* TWITTER BOOTSTRAP FORM STYLE
  ------------------------------------*/
  /* STATES STYLES
      ------------------------------------*/
  /* ARROW BUTTON STYLES
     -----------------------------------*/
}
.form .form-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
.form form {
  margin: 0 0 20px;
}
.form fieldset {
  background-color: #e1e1e1;
  border: solid 2px #323131;
  padding: 13px;
  margin: 15px 0;
  min-width: 0;
}
.form legend {
  font-size: 18px;
  font-weight: 700;
  margin-left: 10px;
  padding: 0 5px;
}
.form fieldset legend {
  display: table;
  white-space: normal;
  margin-right: 10px;
}
.form label,
.form input,
.form button,
.form select,
.form textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  max-width: 100%;
}
.form textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  min-width: 200px;
}
.form input,
.form button,
.form select,
.form textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form label {
  display: block;
  margin-bottom: 5px;
}
.form select,
.form textarea,
.form input[type="email"], .form input[type="number"], .form input[type="password"], .form input[type="search"], .form input[type="tel"], .form input[type="text"], .form input[type="url"], .form input[type="color"], .form input[type="date"], .form input[type="datetime"], .form input[type="datetime-local"], .form input[type="month"], .form input[type="time"], .form input[type="week"],
.form .uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.form input,
.form textarea,
.form .uneditable-input {
  width: 206px;
}
.form fieldset textarea {
  resize: vertical;
  width: 100%;
}
.form textarea {
  height: auto;
}
.form select,
.form textarea,
.form input[type="email"], .form input[type="number"], .form input[type="password"], .form input[type="search"], .form input[type="tel"], .form input[type="text"], .form input[type="url"], .form input[type="color"], .form input[type="date"], .form input[type="datetime"], .form input[type="datetime-local"], .form input[type="month"], .form input[type="time"], .form input[type="week"],
.form .uneditable-input {
  background-color: #fff;
  border: 1px solid #CCCCCC;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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);
  -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
  -o-transition: border 0.2s linear, box-shadow 0.2s linear;
  -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
  transition: border 0.2s linear, box-shadow 0.2s linear;
}
.form select:focus,
.form textarea:focus,
.form input[type="email"]:focus, .form input[type="number"]:focus, .form input[type="password"]:focus, .form input[type="search"]:focus, .form input[type="tel"]:focus, .form input[type="text"]:focus, .form input[type="url"]:focus, .form input[type="color"]:focus, .form input[type="date"]:focus, .form input[type="datetime"]:focus, .form input[type="datetime-local"]:focus, .form input[type="month"]:focus, .form input[type="time"]:focus, .form input[type="week"]:focus,
.form .uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.form input + .help-block,
.form select + .help-block,
.form textarea + .help-block,
.form .uneditable-input + .help-block {
  margin-top: 10px;
}
.form input,
.form textarea,
.form select,
.form .help-inline,
.form .uneditable-input {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}
.form input[type="radio"],
.form input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px                  \9;
  *margin-top: 0;
  line-height: normal;
}
.form input[type="file"],
.form input[type="image"],
.form input[type="submit"],
.form input[type="reset"],
.form input[type="button"],
.form input[type="radio"],
.form input[type="checkbox"] {
  width: auto;
}
.form select,
.form input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 30px;
}
.form select {
  width: 220px;
  background-color: #fff;
  border: 1px solid #CCCCCC;
}
.form select[multiple],
.form select[size] {
  height: auto;
}
.form .uneditable-input,
.form .uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #CCCCCC;
  -moz-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.025);
  -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.025);
}
.form .uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.form .uneditable-textarea {
  width: auto;
  height: auto;
}
.form input:-moz-placeholder,
.form textarea:-moz-placeholder,
.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder,
.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
  color: #999999;
}
.form .form-actions {
  padding-left: 180px;
}
.form .hide {
  display: none;
}
.form .radio,
.form .checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.form .radio input[type="radio"],
.form .checkbox input[type="checkbox"] {
  float: left;
  margin-left: -22px;
}
.form .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form .controls:first-child {
  *padding-left: 180px;
}
.form .controls > .radio:first-child,
.form .controls > .checkbox:first-child {
  padding-top: 5px;
}
.form .radio.inline,
.form .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.form .radio.inline + .radio.inline,
.form .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.form input,
.form textarea,
.form .uneditable-input {
  margin-left: 0;
}
.form .controls-row {
  *zoom: 1;
}
.form .controls-row:before, .form .controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}
.form .controls-row:after {
  clear: both;
}
.form input[disabled],
.form select[disabled],
.form textarea[disabled],
.form input[readonly],
.form select[readonly],
.form textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
.form input[type="radio"][disabled],
.form input[type="checkbox"][disabled],
.form input[type="radio"][readonly],
.form input[type="checkbox"][readonly] {
  background-color: transparent;
}
.form .control-label {
  word-break: break-all;
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
  line-height: normal;
}
.form .control-group.warning input, .form .control-group.warning select, .form .control-group.warning textarea, .form .control-group.warning .control-label, .form .control-group.warning .help-block, .form .control-group.warning .help-inline, .form .control-group.warning .checkbox, .form .control-group.warning .radio {
  color: #c09853;
}
.form .control-group.warning input, .form .control-group.warning select, .form .control-group.warning textarea {
  border-color: #c09853;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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);
}
.form .control-group.warning input:focus, .form .control-group.warning select:focus, .form .control-group.warning textarea:focus {
  border-color: #a47e3c;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.form .control-group.error input, .form .control-group.error select, .form .control-group.error textarea, .form .control-group.error .control-label, .form .control-group.error .help-block, .form .control-group.error .help-inline, .form .control-group.error .checkbox, .form .control-group.error .radio {
  color: #b94a48;
}
.form .control-group.error input, .form .control-group.error select, .form .control-group.error textarea {
  border-color: #b94a48;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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);
}
.form .control-group.error input:focus, .form .control-group.error select:focus, .form .control-group.error textarea:focus {
  border-color: #953b39;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.form .control-group.success input, .form .control-group.success select, .form .control-group.success textarea, .form .control-group.success .control-label, .form .control-group.success .help-block, .form .control-group.success .help-inline, .form .control-group.success .checkbox, .form .control-group.success .radio {
  color: #468847;
}
.form .control-group.success input, .form .control-group.success select, .form .control-group.success textarea {
  border-color: #468847;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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);
}
.form .control-group.success input:focus, .form .control-group.success select:focus, .form .control-group.success textarea:focus {
  border-color: #356635;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.form .control-group.info input, .form .control-group.info select, .form .control-group.info textarea, .form .control-group.info .control-label, .form .control-group.info .help-block, .form .control-group.info .help-inline, .form .control-group.info .checkbox, .form .control-group.info .radio {
  color: #3a87ad;
}
.form .control-group.info input, .form .control-group.info select, .form .control-group.info textarea {
  border-color: #3a87ad;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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);
}
.form .control-group.info input:focus, .form .control-group.info select:focus, .form .control-group.info textarea:focus {
  border-color: #2d6987;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.form .control-group.warning input[type="radio"],
.form .control-group.error input[type="radio"],
.form .control-group.success input[type="radio"],
.form .control-group.info input[type="radio"] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form input:focus:invalid,
.form textarea:focus:invalid,
.form select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
.form input:focus:invalid:focus,
.form textarea:focus:invalid:focus,
.form select:focus:invalid:focus {
  border-color: #e9322d;
  -moz-box-shadow: 0 0 6px #d59392;
  -webkit-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
.form .help-block,
.form .help-inline {
  color: #595959;
}
.form .help-block {
  display: block;
  margin-bottom: 0;
}
.form .help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}
.form .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.form .control-group:before, .form .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}
.form .control-group:after {
  clear: both;
}
.form legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form .radio input[type="radio"] {
  width: 20px;
  float: none;
  vertical-align: baseline;
  margin-top: 0;
  margin-bottom: 0;
}
.form .radio .radio-label-text {
  line-height: 13px;
  vertical-align: baseline;
}
.form .button-arrow-left button,
.form .button-arrow-right button {
  position: relative;
  box-shadow: none;
  height: 28px;
  overflow: visible;
}
.form .button-arrow-left button {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 20px;
}
.form .button-arrow-right button {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 20px;
}
.form .button-arrow-left button:after,
.form .button-arrow-right button:after {
  content: ' ';
  width: 19px;
  height: 19px;
  display: inline-block;
  position: absolute;
  top: 3px;
  background-color: #e1e1e1;
  border: 2px solid #656363;
  box-shadow: none;
}
.form .button-arrow-left button:after {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  left: -10px;
  border-width: 0px 1px 1px 0px;
  border-bottom-right-radius: 5px;
}
.form .button-arrow-right button:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -10px;
  border-width: 1px 1px 0px 0px;
  border-top-right-radius: 5px;
}
.form .button-arrow-left button:hover:after,
.form .button-arrow-right button:hover:after {
  background-color: #939191;
}

.form > .component-content,
.form-element > .component-content {
  overflow: hidden;
}

/* FORM HORIZONTAL STYLES
   ------------------------------------*/
.form-horizontal .radio {
  display: inline-block;
  margin-right: 10px;
}

/* IE STYLES
    ------------------------------------*/
.lt-ie9 .form fieldset {
  position: relative;
  margin: 10px;
}
.lt-ie9 .form fieldset legend {
  position: relative;
  top: -0.7em;
  left: 0.5em;
  margin-right: 20px;
}
.lt-ie9 .form fieldset legend span {
  display: block;
  width: 100%;
}
.lt-ie9 .form .input-focus-border-fix {
  border-color: #52A8EC;
}
.lt-ie9 .form .button {
  border: 1px solid #656363;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}
.lt-ie9 .form .button-arrow-left button:after,
.lt-ie9 .form .button-arrow-right button:after {
  position: static;
  border: none;
  display: inline;
}
.lt-ie9 .form .button-arrow-left button:before {
  content: "<<";
  padding-right: 5px;
}
.lt-ie9 .form .button-arrow-right button:after {
  content: ">>";
  padding-left: 5px;
}

.lt-ie8 .form fieldset legend {
  top: -0.5em;
}
.lt-ie8 .form .button {
  display: inline;
}
.lt-ie8 .form .button-arrow-left button,
.lt-ie8 .form .button-arrow-right button {
  position: static;
}

/* MEDIA QUERIES
    ------------------------------------*/
@media only screen and (max-width: 768px) {
  .form .radio input[type="radio"] {
    height: 14px;
  }
  .form .control-group {
    margin-bottom: 10px;
  }
  .form .checkboxField .control-label {
    float: left;
  }
  .form .control-label {
    float: none;
    width: 160px;
    padding-top: 5px;
    text-align: left;
  }
  .form .controls {
    margin-left: 0;
  }
  .form .help-block {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 374px) {
  .form input,
  .form textarea,
  .form .uneditable-input {
    width: 200px;
  }
  .form select {
    width: 200px;
  }
}
/* NO JS STYLES
    ------------------------------------*/
.no-js .clearButton {
  display: none;
}

/*# sourceMappingURL=form.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.html .hints a {
  float: left;
  margin-right: 5px;
}

/*# sourceMappingURL=html.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.image .right {
  text-align: right;
}

.image .left {
  text-align: left;
}

.image .middle {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .image .component-content {
    text-align: center;
  }
}

/*# sourceMappingURL=image.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.imageGallery {
  border: solid 2px #323131;
  padding: 13px;
  background-color: #e1e1e1;
}

.imageGallery-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.imageGallery-view {
  border: solid 2px #323131;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: white;
}

.imageGallery-view img {
  max-height: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.imageGallery-description {
  margin: 10px 0;
}

.imageGallery-thumbnails {
  position: relative;
  margin: 20px 0;
}

.imageGallery-list {
  overflow: hidden;
  margin: 0 50px;
  position: relative;
}

.imageGallery-arrow,
.imageGallery-arrow.is-disabled:hover {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  width: 35px;
  height: 60px;
  font: 0/0 serif;
  color: transparent;
}
.imageGallery-arrow:before,
.imageGallery-arrow.is-disabled:hover:before {
  position: absolute;
  top: 50%;
  color: #AAA;
}

.imageGallery-arrow:hover:before {
  color: #888;
}

.imageGallery-description {
  margin: 15px 0;
}

.imageGallery-arrow.is-disabled {
  opacity: 0.5;
}

.imageGallery-arrow {
  text-align: center;
}

.imageGallery-arrow-left,
.imageGallery-arrow-left.is-disabled:hover {
  left: 0;
}
.imageGallery-arrow-left:before,
.imageGallery-arrow-left.is-disabled:hover:before {
  content: "\f053";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
}

.imageGallery-arrow-right,
.imageGallery-arrow-right.is-disabled:hover {
  right: 0;
}
.imageGallery-arrow-right:before,
.imageGallery-arrow-right.is-disabled:hover:before {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
}

.imageGallery-list-inner {
  overflow: hidden;
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 4000px;
}

.imageGallery-thumbnail {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 0 9px;
  cursor: pointer;
  text-align: center;
  position: relative;
  display: block;
  border: solid 4px #323131;
  opacity: .7;
  filter: alpha(opacity=70);
  -moz-transition: opacity .2s;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  -ms-transition: opacity .2s;
  transition: opacity .2s;
}

.imageGallery-thumbnail:hover,
.imageGallery-thumbnail.is-active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.imageGallery-thumbnail-cover {
  display: block;
  max-width: none;
}

.imageGallery-thumbnail-title {
  display: block;
  margin: 10px auto 0 auto;
  font-size: 11px;
  width: 71px;
}

.imageGallery .thumbnails-list li:hover .image,
.imageGallery .thumbnails-list li.active .image {
  border: solid 4px #323131;
  margin: 0;
}

.imageGallery-thumbnail-image {
  margin: 2px;
  border: solid 2px #323131;
  position: relative;
}

.imageGallery-thumbnail-overlay {
  opacity: 0.7;
  height: 28px;
  left: 50%;
  margin: -14px 0 0 -15px;
  position: absolute;
  top: 50%;
  width: 30px;
  cursor: pointer;
}
.imageGallery-thumbnail-overlay:before {
  content: "\f04b";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 15px;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #3e3e3e;
  text-indent: 7px;
  background: #fff;
  text-align: center;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.imageGallery-thumbnail.is-active .imageGallery-thumbnail-overlay {
  opacity: 0;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  -ms-transition: opacity .5s;
  transition: opacity .5s;
}

.imageGallery-thumbnail a {
  display: block;
}

.imageGallery-thumbnail-image img {
  display: block;
  width: 63px;
  height: 52px;
  margin: 0 auto;
}

.imageGallery-view {
  cursor: pointer;
}

.imageGallery-view-overlay {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 73px;
  height: 69px;
  margin: -34px 0 0 -36px;
  cursor: pointer;
  -moz-transition: opacity .5s;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  -ms-transition: opacity .5s;
  transition: opacity .5s;
}
.imageGallery-view-overlay:before {
  content: "\f04b";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 30px;
  width: 100%;
  height: 100%;
  border: 3px solid #3e3e3e;
  text-indent: 5px;
  background: #fff;
  text-align: center;
  line-height: 65px;
}

.imageGallery.is-playing .imageGallery-view-overlay:before {
  content: "\f04c";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px;
}

.imageGallery .gallery-play {
  color: #323131;
}

.imageGallery-view:hover .imageGallery-view-overlay {
  opacity: 0.7;
}

.imageGallery-view .imageGallery-view-overlay:hover {
  opacity: 1;
  text-decoration: none;
}

.mod-js .imageGallery-thumbnail {
  padding: 0;
}
.mod-js .imageGallery-thumbnails {
  position: relative;
}

/*no js view*/
.no-js .imageGallery-view {
  display: none;
}

.no-js .imageGallery-list {
  margin: 0;
}

.no-js .imageGallery-thumbnail img {
  width: auto;
  height: auto;
}

.no-js .imageGallery-thumbnail {
  border: 0;
  opacity: 1;
  float: none;
  overflow: hidden;
}

.no-js .imageGallery-thumbnail a:after {
  content: attr(data-description);
  display: block;
  padding: 10px 0 30px;
  text-align: left;
}

.no-js .imageGallery-arrow {
  display: none;
}

/*# sourceMappingURL=imageGallery.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.map-canvas {
  border: solid 2px #323131;
  margin-bottom: 10px;
  text-align: center;
}

.map-canvas img {
  width: 100%;
  max-width: inherit;
}

.no-js .map-canvas img {
  width: 100%;
  max-width: 640px;
}

/*# sourceMappingURL=map.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/*** SETTINGS ***/
.navigation-root {
  text-align: left;
  z-index: 10;
  max-width: 100%;
}

.navigation-mobile-menu {
  display: none;
}

.no-js .navigation-level1 > .navigation-branch {
  display: block;
}
.no-js .navigation-root.navigation-branch.navigation-level1 {
  display: block;
}
.no-js .navigation-vertical .navigation-item .navigation-branch.navigation-level2 {
  display: block;
}
.no-js .navigation-horizontal .navigation-item .navigation-branch.navigation-level2 {
  display: block;
  margin: 0 0 -2px 0;
  border-left: none;
  border-right: none;
  position: static;
}
.no-js .navigation-horizontal .navigation-item .navigation-branch.navigation-level2 > .navigation-item {
  float: none;
}

.navigation-branch {
  overflow: visible;
  margin: 0;
  padding: 0;
  list-style: none;
  border-color: #4a4a4a;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.navigation-branch.navigation-level1 {
  border: none;
  display: block;
}

.navigation-item {
  margin: 0 0 0 0;
  /* so that borders collapse */
  border-color: #4a4a4a;
  border-width: 0 0 0 0;
  border-style: solid;
}
.navigation-item > .navigation-item-title {
  display: block;
  padding: 5px 15px 5px 15px;
  background: #e1e1e1;
  color: black;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  text-decoration: none;
}
.navigation-item > a.navigation-item-title:hover {
  color: black;
  background: #d5d5d5;
  text-decoration: none;
}
.navigation-item > span.navigation-item-title {
  cursor: default;
}
.navigation-item.has-children > .navigation-item-title .navigation-item-decoration {
  background-color: #c8c8c8;
}
.navigation-item.has-active-child > .navigation-item-title, .navigation-item.is-active > .navigation-item-title {
  color: black;
  background: #a2a2a2;
  text-decoration: none;
}
.navigation-item.is-open > .navigation-branch, .no-js .navigation-item:hover > .navigation-branch {
  display: block;
}
.navigation-item.navigation-level1 {
  margin: 0 0 -2px -2px;
  /* so that borders collapse */
  border-color: #4a4a4a;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  box-sizing: border-box;
}
.navigation-item.navigation-level1 > .navigation-item-title {
  color: black;
  background: #e1e1e1;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px 20px 10px 20px;
}
.navigation-item.navigation-level1 > a.navigation-item-title:hover {
  color: black;
  background: #939191;
  text-decoration: none;
}
.navigation-item.navigation-level1.has-active-child > .navigation-item-title, .navigation-item.navigation-level1.is-active > .navigation-item-title {
  color: #FFF;
  background: #605e5e;
  text-decoration: none;
}
.navigation-item.navigation-level2 {
  border-top: 1px solid #4a4a4a;
}

.navigation-branch.navigation-level2 {
  display: block;
}

.navigation-item > .navigation-item-title {
  padding-left: 40px;
}

.mod-touch .navigation-horizontal .navigation-item .is-open.navigation-branch.navigation-level2 {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.mod-touch .navigation-horizontal .navigation-item.is-open .navigation-branch.navigation-level2 {
  overflow: hidden;
}
.mod-touch .navigation-horizontal .navigation-item.navigation-level2:first-child {
  border-top: none;
}
.mod-touch .navigation-horizontal .navigation-item .navigation-level2 .navigation-item {
  width: 100%;
}

.mod-no-touch .navigation-horizontal .navigation-item:hover .navigation-branch.navigation-level2 {
  min-width: 100%;
  position: absolute;
  top: 41px;
  left: -2px;
  display: block;
}
.mod-no-touch .navigation-horizontal .navigation-item:hover .navigation-branch.navigation-level2 .navigation-item {
  float: none;
}

.navigation-horizontal .navigation-item {
  float: left;
  position: relative;
}
.navigation-horizontal .navigation-item .navigation-branch.navigation-level2,
.navigation-horizontal .navigation-item .navigation-branch.navigation-level3 {
  display: none;
}
.navigation-horizontal .navigation-item.is-open > .navigation-branch.navigation-level2,
.navigation-horizontal .navigation-item.is-open > .navigation-branch.navigation-level3 {
  display: block;
  float: none;
}
.navigation-horizontal .navigation-item.navigation-level2:first-child {
  border-top: none;
}
.navigation-horizontal .has-children > .navigation-item-title {
  padding-right: 61px;
  background-image: none;
}
.navigation-horizontal .has-children > .navigation-item-title .navigation-item-decoration {
  height: 41px;
  width: 41px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 41px;
}
.navigation-horizontal .has-children > .navigation-item-title .navigation-item-decoration:after {
  content: "\f078";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 41px;
  height: 41px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.navigation-horizontal .has-children > .navigation-item-title:hover .navigation-item-decoration {
  background-color: #939191;
}
.navigation-horizontal .has-children.navigation-level2 > .navigation-item-title {
  padding-right: 55px;
}
.navigation-horizontal .has-children.navigation-level2 > .navigation-item-title .navigation-item-decoration {
  height: 31px;
  width: 31px;
  line-height: 31px;
}
.navigation-horizontal .has-children.navigation-level2 > .navigation-item-title .navigation-item-decoration:after {
  width: 31px;
  height: 31px;
}
.navigation-horizontal .has-active-child > .navigation-item-title .navigation-item-decoration {
  background-color: #605e5e;
}
.navigation-horizontal .navigation-level2.navigation-branch {
  border-color: #4a4a4a;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
}
.navigation-horizontal .navigation-level2 .navigation-item-title {
  padding: 5px 15px 5px 15px;
}
.navigation-horizontal .navigation-level2.navigation-root {
  max-width: none;
}

.navigation-vertical .navigation-branch.navigation-level2,
.navigation-vertical .navigation-branch.navigation-level3 {
  display: none;
}
.navigation-vertical .navigation-item.is-open > .navigation-branch.navigation-level2,
.navigation-vertical .navigation-item.is-open > .navigation-branch.navigation-level3 {
  display: block;
}
.navigation-vertical .has-children > .navigation-item-title {
  position: relative;
}
.navigation-vertical .has-children > .navigation-item-title .navigation-item-decoration {
  height: 41px;
  width: 41px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 41px;
}
.navigation-vertical .has-children > .navigation-item-title .navigation-item-decoration:before {
  content: "\f078";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 41px;
  height: 41px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
}
.navigation-vertical .has-children.navigation-level2 > .navigation-item-title .navigation-item-decoration {
  height: 31px;
  width: 31px;
  line-height: 31px;
}
.navigation-vertical .has-children.navigation-level2 > .navigation-item-title .navigation-item-decoration:before {
  width: 31px;
  height: 31px;
}
.navigation-vertical .has-active-child > .navigation-item-title .navigation-item-decoration {
  background-color: #c8c8c8;
}

@media only screen and (min-width: 992px) {
  .mod-touch .navigation-horizontal .navigation-item.is-open .navigation-branch.navigation-level2 {
    margin: 0 0 -2px -2px;
    position: absolute;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .mod-touch .navigation-horizontal .navigation-item {
    width: 100%;
  }
  .mod-touch .navigation-horizontal .navigation-item.is-open .navigation-branch.navigation-level2 {
    margin: 0 0 -2px 0;
    border-left: none;
    border-right: none;
  }
}
@media only screen and (max-width: 768px) {
  .mod-touch .navigation-horizontal .navigation-item {
    width: 100%;
  }
  .mod-touch .navigation-horizontal .navigation-item.is-open .navigation-branch.navigation-level2 {
    margin: 0 0 -2px 0;
    border-left: none;
    border-right: none;
    position: static;
  }

  .navigation-mobile-menu {
    display: block;
    width: 100%;
    height: 41px;
    position: relative;
    cursor: pointer;
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: #4a4a4a;
    box-sizing: border-box;
    margin: 0 0 -2px -2px;
    overflow: hidden;
    background: whitesmoke;
  }
  .navigation-mobile-menu:after {
    content: "\f0c9";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    position: relative;
    font-weight: normal;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 0;
    line-height: 38px;
    font-size: 25px;
    right: 0;
  }

  .navigation-item.navigation-level1 {
    width: 100%;
  }

  .navigation-branch.navigation-level1 {
    display: none;
  }
  .navigation-branch.navigation-level1.is-open {
    display: block;
  }

  .navigation-horizontal .navigation-item:hover .navigation-branch.navigation-level2, .navigation-vertical .navigation-item:hover .navigation-branch.navigation-level2 {
    left: 0;
    border-left: none;
    border-right: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .mod-touch .navigation-horizontal .navigation-item {
    width: 100%;
  }
  .mod-touch .navigation-horizontal .navigation-item.is-open .navigation-branch.navigation-level2 {
    margin: 0 0 -2px 0;
    border-left: none;
    border-right: none;
    position: static;
  }

  .navigation-mobile-menu {
    display: block;
    width: 100%;
    height: 41px;
    position: relative;
    cursor: pointer;
    border-width: 2px 2px 2px 2px;
    border-style: solid;
    border-color: #4a4a4a;
    box-sizing: border-box;
    margin: 0 0 -2px -2px;
    overflow: hidden;
    background: whitesmoke;
  }
  .navigation-mobile-menu:after {
    content: "\f0c9";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    position: relative;
    font-weight: normal;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    top: 0;
    line-height: 38px;
    font-size: 25px;
    right: 0;
  }

  .navigation-item.navigation-level1 {
    width: 100%;
  }

  .navigation-branch.navigation-level1 {
    display: none;
  }
  .navigation-branch.navigation-level1.is-open {
    display: block;
  }

  .navigation-horizontal .navigation-item:hover .navigation-branch.navigation-level2, .navigation-vertical .navigation-item:hover .navigation-branch.navigation-level2 {
    left: 0;
    border-left: none;
    border-right: none;
  }
}
.mobile_navigation_wrap .navigation-root.navigation-branch.navigation-level1.is-open {
  overflow: auto;
}

/*# sourceMappingURL=navigation.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.richText .component-content {
  overflow: hidden;
}

.richText h1,
.richText h2,
.richText h3,
.richText h4,
.richText h5,
.richText h6 {
  margin-top: 0;
}

.richText a {
  text-decoration: underline;
}

.richText ul,
.richText ol {
  padding: 10px 0;
  margin-left: 10px;
}

.richText ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.richText ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}
.richText ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #e86215;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}
.richText ul a {
  font-size: 16px;
  line-height: 24px;
  text-decoration: none !important;
}

.richText ol li {
  list-style: decimal;
}

.richText-links {
  font-size: 10px;
}

.richText .richText-links li {
  background: none;
  display: inline;
  list-style: none;
  padding-left: 0;
}

.richText-links li a {
  padding-right: 5px;
  border-right: solid 1px #b9b8b8;
  margin-right: 5px;
}

.richText-links li:last-child a {
  border-right: 0 none;
  margin-right: 0;
  padding-right: 0;
}

.richText-image {
  display: block;
  margin-bottom: 10px;
}

.richText-image.pull-left {
  margin: 5px 15px 5px 10px;
  float: left;
}

.richText-image.pull-right {
  margin: 5px 10px 5px 15px;
  float: right;
}

.legal_text {
  font-size: 16px;
  line-height: 22px;
  color: #333;
}
@media (min-width: 768px) {
  .legal_text {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .legal_text {
    line-height: 26px;
    font-weight: 300;
  }
}
.legal_text ul {
  margin: 0;
  padding: 0;
}
.legal_text ul li {
  font-size: inherit;
}
.legal_text ul li:before {
  content: '';
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e86215;
}
.legal_text h4 {
  font-size: 26px;
  line-height: 30px;
  color: #e86215;
  font-weight: 500;
  margin: 30px 0;
}
@media (min-width: 768px) {
  .legal_text h4 {
    font-size: 30px;
    line-height: 32px;
    margin: 40px 0;
  }
}
@media (min-width: 992px) {
  .legal_text h4 {
    line-height: 36px;
    margin: 35px 0;
  }
}

.legal_text .update_date {
  text-transform: uppercase;
  color: #242f60;
  font-size: 22px;
  font-weight: 600;
}

.orange_link {
  color: #e86215;
}

.gradintText {
  line-height: 100%;
}

.textBlockStyle h4 {
  font-size: 25px;
  line-height: 27px;
  margin: 0 0 10px 0;
  font-family: 'Diodrum Voltaren';
  font-weight: 500;
  color: #e86215;
  word-wrap: break-word;
}
.textBlockStyle h4 a {
  color: inherit;
  text-decoration: none;
}
.textBlockStyle h4 a:hover {
  text-decoration: underline;
}
@media (max-width: 374px) {
  .textBlockStyle h4 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  .textBlockStyle h4 {
    font-size: 30px;
    line-height: 32px;
  }
}
.textBlockStyle p {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 22px;
  font-family: 'Diodrum Voltaren';
  display: none;
}
@media (min-width: 768px) {
  .textBlockStyle p {
    display: block;
  }
}
.textBlockStyle .component {
  margin-bottom: 0px;
}
.textBlockStyle .blue_button {
  display: inline-block;
}
@media (min-width: 768px) {
  .textBlockStyle .blue_button {
    display: none;
  }
}
.textBlockStyle .mobileHide {
  display: none;
}
@media (min-width: 768px) {
  .textBlockStyle .mobileHide {
    display: inline-block;
  }
}

/* Footer */
.f_copy {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  text-align: center;
  margin-top: 30px;
}
.f_copy p {
  margin: 0;
}
@media (min-width: 768px) {
  .f_copy {
    font-size: 16px;
    line-height: 26px;
    margin-top: 35px;
  }
}
@media (min-width: 992px) {
  .f_copy {
    font-weight: 300;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .richText.f_menu {
    margin-bottom: 0;
  }
}
.richText.f_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  font-size: 0;
}
@media (min-width: 992px) {
  .richText.f_menu ul {
    text-align: left;
  }
}
.richText.f_menu ul li {
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 0 17px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}
.richText.f_menu ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #999;
}
.richText.f_menu ul li:first-child:before {
  display: none;
}
@media (min-width: 768px) {
  .richText.f_menu ul li {
    font-size: 16px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .richText.f_menu ul li {
    margin-top: 0;
  }
  .richText.f_menu ul li:first-child {
    padding-left: 0;
  }
}
.richText.f_menu ul li a {
  color: #242f60;
  text-decoration: none;
}

.understanding_pain_title {
  margin-bottom: 0;
}
.understanding_pain_title .component,
.understanding_pain_title .component-content {
  margin-bottom: 0;
}
.understanding_pain_title h2 {
  margin: 0;
  padding: 30px 0 22px;
}
@media (min-width: 768px) {
  .understanding_pain_title h2 {
    padding: 32px 0 25px;
  }
}
@media (min-width: 992px) {
  .understanding_pain_title h2 {
    padding: 22px 0 50px;
  }
}
.understanding_pain_title h1 {
  margin: 0;
  padding: 30px 0 22px;
  font-size: 50px;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 374px) {
  .understanding_pain_title h1 {
    font-size: 44px;
  }
}
@media (min-width: 768px) {
  .understanding_pain_title h1 {
    padding: 32px 0 25px;
    font-size: 82px;
  }
}
@media (min-width: 992px) {
  .understanding_pain_title h1 {
    padding: 22px 0 50px;
    font-size: 120px;
    line-height: .9;
    letter-spacing: -3px;
  }
}

/*# sourceMappingURL=richText.css.map */
.richText {

  ol.decimal-list {
    list-style-type: decimal;
    margin: 0;
    padding: 0;
    padding-left: 20px;

    li {
      margin-bottom: 15px;
    }
  }
  
  ul.dash-list {
    list-style-type: none; 
    margin: 0; 
    padding-left: 0;
    
    li {
      padding-left: 0;
      margin: 5px 0;

      &::marker {
        content: "- ";
        margin-right: 5px;
        font-weight: bold;
      }
      
      &::before {
        display: none;
      } 
    }
  }
}
  
  /* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.searchBox .form .form-content .textField {
  display: inline;
  float: left;
  margin-right: 15px;
}

.searchBox .form .form-content .formButton {
  display: inline;
  float: left;
}

.no-box.searchBox .form .form-content .section {
  margin: 0 15px 0 0;
}

.no-box.searchBox .form .form-content .formButton.section {
  margin: -1px 0 0;
}

.searchBox input[type=text] {
  width: 81px;
}

.searchBox-title {
  cursor: default;
}

.form-search.no-box,
.form-search.no-box .section {
  margin-top: 0;
  margin-bottom: 0;
}

.lt-ie8 .button {
  margin-left: 4px;
}

/*# sourceMappingURL=searchBox.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.searchResults-pagination {
  text-align: center;
  overflow: hidden;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: default;
}

.searchResults-pagination-list {
  padding: 0;
  margin: 0;
}

.searchResults-pagination-item {
  display: inline-block;
  line-height: 30px;
  background-color: #eeeeee;
  margin: 1px;
  cursor: default;
  *display: inline;
}

.searchResults-pagination-item a {
  display: inline-block;
  background-color: #e1e1e1;
  min-width: 30px;
  padding: 0 10px;
  cursor: pointer;
}

.searchResults-pagination-item a:hover {
  background-color: #ebebeb;
  text-decoration: none;
}

.searchResults-pagination-item.is-active {
  font-weight: bold;
}

.searchResults-title {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  font-family: 'Diodrum Voltaren';
  color: #f05322;
  font-size: 30px;
  font-weight: 500;
  margin-left: 110px;
}
.searchResults-title a {
  color: #f05322;
}

.searchResults-term {
  font-style: italic;
}

.searchResults-number {
  margin-bottom: 10px;
  text-align: left;
}

.searchResults-results {
  margin-bottom: 0;
}

.searchResults-description,
.searchResults-url {
  margin-left: 110px;
}

.searchResults-description {
  padding-bottom: 50px;
}

.searchResults-image {
  float: left;
  width: 100px;
  height: 100px;
  margin: 10px 0;
}

.searchResults-result {
  position: relative;
  overflow: hidden;
  padding: 30px 0 0 0;
  background-color: #fff;
  border-bottom: 1px solid #cfcfcf;
}

.searchResults-icon-wrapper {
  position: absolute;
  text-align: center;
  width: 70px;
  margin-top: 10px;
  left: 0;
  top: 0;
}

.searchResults-date {
  margin-bottom: 10px;
  margin-left: 110px;
}

.searchResults-url {
  margin-top: 10px;
}

.lt-ie8 .searchResults-pagination-item {
  display: inline;
  zoom: 1;
  margin: 3px;
}
.lt-ie8 .searchResults-pagination-item a {
  display: block;
  zoom: 1;
}

.searchResults-tags {
  list-style-type: none;
  padding: 0;
}

.searchResults-tags-item {
  display: inline-block;
  margin: 0 2px;
}

.searchResults-tags-item-link {
  background: #b9b8b8;
  color: black;
  border: 1px solid #939191;
  padding: 1px;
  display: block;
  font-size: 0.85em;
}

.search_result_tabs .tabs-nav-item p {
  font-size: 1.2em;
  font-weight: 400;
}

.search_result_tabs .tabs-nav-item a span {
  padding-left: 0.36em;
}

.search_result_tabs .tabs-nav-item a span:before {
  content: '(';
}

.search_result_tabs .tabs-nav-item a span:after {
  content: ')';
}

.searchResults {
  margin-bottom: 0;
}
.searchResults > .component-content {
  padding-top: 10px;
}

/*# sourceMappingURL=searchResults.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.shareThis-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.shareThis-list li {
  float: left;
  width: auto;
  height: 26px;
  margin: 0 10px 10px 0;
}

.shareThis-list li:last-child {
  margin-right: 0;
  margin-right: 0;
}

.shareThis-item a {
  display: block;
  height: 26px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
}

.shareThis-item img {
  opacity: 0.7;
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.shareThis-item a:hover img {
  opacity: 1;
}

/*# sourceMappingURL=shareThis.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.sitemap-column {
  float: left;
}
.sitemap-column > ul {
  margin: 0 5px;
}

.sitemap-columns-1 .sitemap-column {
  width: 100%;
}

.sitemap-columns-2 .sitemap-column {
  width: 50%;
}

.sitemap-columns-3 .sitemap-column {
  width: 33.32%;
}

.sitemap-columns-4 .sitemap-column {
  width: 25%;
}

.sitemap-columns-5 .sitemap-column {
  width: 20%;
}

.sitemap-columns-6 .sitemap-column {
  width: 16.64%;
}

.sitemap-columns-7 .sitemap-column {
  width: 14.25%;
}

.sitemap-columns-8 .sitemap-column {
  width: 12.49%;
}

.sitemap-columns-9 .sitemap-column {
  width: 11.10%;
}

.sitemap-columns-10 .sitemap-column {
  width: 10%;
}

.sitemap-columns-11 .sitemap-column {
  width: 9.08%;
}

.sitemap-columns-12 .sitemap-column {
  width: 8.32%;
}

.sitemap-column ul {
  list-style: none;
  padding: 0;
}
.sitemap-column a {
  text-decoration: none;
}
.sitemap-column .component-content {
  overflow: hidden;
}
.sitemap-column h3 {
  background-color: #e1e1e1;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px;
}
.sitemap-column ul {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sitemap-column ul ul {
  padding-bottom: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 10px;
}
.sitemap-column ul ul li {
  font-weight: bold;
  padding-left: 12px;
  line-height: 150%;
  position: relative;
}
.sitemap-column ul ul li:before {
  content: "\f0da";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 0;
  top: 1px;
  position: absolute;
}
.sitemap-column ul ul ul {
  margin-top: 0;
}
.sitemap-column ul ul ul li {
  font-weight: normal;
  margin-left: 10px;
}

/*************************** Sitemap media queries */
@media only screen and (max-width: 768px) {
  .component-content .sitemap-column {
    width: 100%;
    float: none;
  }

  .component-content .sitemap-column > ul {
    margin: 0 0 15px;
  }
}

/*# sourceMappingURL=sitemap.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.smart-link {
  margin: 10px 0;
}

.smart-link-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.smart-link-list li {
  display: inline-block;
  *display: inline;
}

.smart-link-next:after,
.smart-link-previous:before {
  position: relative;
  top: -1px;
  height: 14px;
  display: inline-block;
  width: 6px;
  font-size: 8px;
  color: #000;
}

.smart-link-next:after {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
}

.smart-link-previous:before {
  content: "\f053";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}

/*# sourceMappingURL=smartLink.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
body.table-popup {
  background-color: #FFF;
  line-height: 1.5;
}

.table-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.table-caption {
  border: solid 2px #323131;
  padding: 13px;
  background-color: #e1e1e1;
  border-bottom: none;
}

.table-popup .table-caption {
  border: 1px solid #656363;
  background-color: #f3f3f3;
}

.table th {
  background-color: #e1e1e1;
  font-weight: bold;
  text-align: center;
}

.table-popup .table th {
  background-color: #f3f3f3;
}

.table table {
  border-collapse: collapse;
  width: 100%;
  border: solid 2px #323131;
}

.table-popup .table table {
  border: 1px solid #656363;
}

.table th,
.table td {
  border: solid 2px #323131;
  padding: 5px;
}

.table-popup .table th,
.table-popup .table td {
  border: 1px solid #656363;
  line-height: 1.5;
}

.table td {
  vertical-align: middle;
}

.table .button {
  display: none;
}

.table .table-caption .button {
  display: block;
  margin: 10px 0 0 5px;
}

.no-js .table .button {
  display: none;
}

.lt-ie8 .table-popup .table {
  position: static;
}

@media only screen and (max-width: 768px) {
  .table .component-content .button {
    display: block;
    margin: 20px;
  }

  .table .component-content .table-caption .button {
    display: none;
  }
}

/*# sourceMappingURL=table.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.tabs {
  position: relative;
  width: 100%;
}

.tabs-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.no-js .tabs-nav {
  display: none;
}

.no-js .tabs-content {
  display: block !important;
  visibility: visible !important;
}

.no-js .tabs > .component-content {
  padding-top: 0;
}

.tabs > .component-content {
  padding-top: 39px;
}

.tabs-nav {
  position: absolute;
  z-index: 150;
  top: 0;
  left: 0;
  height: 39px;
  overflow: hidden;
  width: 100%;
}

.tabs-nav-list {
  position: relative;
  left: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  width: 2000px;
}

.tabs-nav-switcher {
  position: absolute;
  height: 35px;
  width: 15px;
  border: 2px solid #323131;
  cursor: pointer;
  top: 0;
  background: #e1e1e1;
}
.tabs-nav-switcher:before {
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  font-weight: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  left: 50%;
  margin-left: -3px;
  padding: 7px 0;
  font-size: 12px;
}

.tabs-nav-switcher-right {
  right: 0;
}

.tabs-nav-item {
  border-width: 2px 2px 0 2px;
  border-style: solid;
  border-color: #323131;
  font-weight: bold;
  font-size: 12px;
  display: inline;
  float: left;
  margin-left: 5px;
  background: #e1e1e1;
  padding: 7px 10px 7px 10px;
  cursor: pointer;
  height: 21px;
  top: 4px;
}

.tabs-nav-switcher-left {
  left: 0;
}
.tabs-nav-switcher-left:before {
  content: "\f053";
  margin-left: -4px;
}

.tabs-nav-item:first-child {
  margin-left: 0;
}

.tabs-nav-item.is-active,
.tabs-nav-item.is-active a,
.tabs-nav-item.is-active:hover {
  cursor: default;
  background: white;
}

.tabs-nav-item.is-active,
.tabs-nav-item.is-active:hover {
  border-bottom: none;
  padding-bottom: 9px;
}

.tabs-nav-item:hover {
  background: #939191;
}

.tabs-nav-item:hover a {
  color: white;
  text-decoration: none;
}

.tabs-nav-item.is-active:hover a {
  color: #323131;
}

.tabs-nav-item a {
  color: #323131;
}

.tabs-content {
  position: relative;
  z-index: 100;
  top: -2px;
  padding: 13px;
  border: solid 2px #323131;
  background: white;
}

.tabs-vertical .tabs-nav {
  height: auto;
  width: 60px;
}

.tabs-vertical .component-content {
  padding-top: 0;
}

.tabs-vertical .tabs-nav-list {
  width: 100%;
}

.tabs-vertical .tabs-nav-item.is-active,
.tabs-vertical .tabs-nav-item.is-active:hover {
  border-bottom: 2px solid;
  border-right: medium;
  padding: 7px 12px 7px 10px;
}

.tabs-vertical .tabs-nav-item {
  border-width: 2px;
  height: auto;
  margin: 0 0 5px;
  width: 36px;
}

.tabs-vertical .tabs-content {
  margin-left: 60px;
  left: -2px;
  top: 0;
}

.page-voltatec .product_description_tabs .tabs-nav {
  left: initial;
  position: relative;
}
.page-voltatec .product_description_tabs .tabs-nav-list {
  left: initial;
  margin: initial;
  padding: 0 0 30px 0;
  padding: initial;
  text-align: center;
  width: auto;
}
.page-voltatec .product_description_tabs .tabs-nav-item {
  float: inherit;
  padding: 0;
}
.page-voltatec .product_description_tabs .tabs-nav-item:first-child {
  margin-left: initial;
}

/*# sourceMappingURL=tabs.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.title h1 {
  word-wrap: break-word;
}

/*# sourceMappingURL=title.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/*rename this to feed-provider*/
.twitter {
  border: solid 2px #323131;
  padding: 13px;
  background-color: #e1e1e1;
}

.feed-provider-heading {
  display: inline-block;
  margin: 0 0 0 20px;
  line-height: 30px;
}

.feed-provider-description {
  border-bottom: 1px solid #000;
  margin: 10px 0;
  padding: 10px 0;
}

.feed-provider-heading-image {
  float: left;
  width: 30px;
  height: 30px;
}

.feed-provider-feeds {
  padding: 0;
  margin: 0;
}

/*twitter template*/
.twitter-feed {
  list-style-type: none;
  padding-left: 55px;
  margin: 10px 0;
  display: block;
  position: relative;
}
.twitter-feed:before, .twitter-feed:after {
  content: "";
  display: table;
}
.twitter-feed:after {
  clear: both;
}

.twitter-content a:hover strong {
  text-decoration: underline;
}

.twitter-sender-avatar {
  position: absolute;
  top: 3px;
  left: 0;
}

.twitter-date {
  float: right;
}

.twitter-actions {
  padding: 0;
  margin: 0;
  float: right;
}

.twitter-action {
  list-style-type: none;
  display: inline;
}

/*# sourceMappingURL=twitter.css.map */
/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
.video-heading {
  display: block;
  color: #323131;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

.video-nojs {
  display: none;
  text-align: center;
  padding: 20px 0;
  color: red;
}

.no-js .video-nojs {
  display: block;
}

.video object,
.video embed {
  width: 100% !important;
}

.video-video {
  border: solid 2px #323131;
}

.video-video-container {
  margin: 0 auto;
}

.video-description {
  border: solid 2px #323131;
  padding: 13px;
  margin-top: -2px;
}

/*# sourceMappingURL=video.css.map */

