.download-container a.btn.grey {
  background: #DB2800;
  text-shadow: none;
  margin-top: 5px;
  font-weight: 400;
}

.download-container a.btn.grey i {
  margin-right: 0.4em;
}

.download-container a.btn.grey:hover {
  background: #ff3b0f;
}

.download-container a.btn {
  background: #DB2800;
  color: #fff !important;
  text-shadow: none;
  margin-top: 5px;
  font-weight: 400;
  transition: 0.222s;
}

.download-container a.btn i {
  margin-right: 0.4em;
}

.download-container a.btn:hover {
  background: #f52d00;
}

.carousel-indicators-wrapper {
  background: #f7f7f7;
  padding: 1em 0;
  position: absolute;
  bottom: -110px;
  left: 0;
  width: 100%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px),
(min-width: 480px) and (max-width: 992px) {
  .carousel-indicators-wrapper {
    bottom: -59px;
  }
}

.home-slide-indicators {
  width: 100%;
  margin: 0;
  left: auto;
  bottom: auto;
  position: relative;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px),
(min-width: 480px) and (max-width: 992px) {
  .home-slide-indicators {
    width: 100%;
  }
}

.home-slide-indicators:after {
  content: "";
  display: table;
  clear: both;
}

.home-slide-indicators .home-slide-indicator {
  width: auto;
  height: auto;
  text-indent: 0;
  margin: 0;
  padding: 0;
  float: left;
  width: 25%;
  border: none;
  background: none;
  border-radius: 0;
}

.home-slide-indicators .home-slide-indicator img {
  border: solid 3px gainsboro;
  width: 90%;
}

.home-slide-indicators .home-slide-indicator.active img {
  border: solid 3px #177CB8;
}

#hero_background.home,
#hero_background.poly-bg,
.poly-bg {
  background: url("/ui/img/shattered.png");
}

.menu-logo {
  display: inline-block;
}

.menu-logo img {
  width: auto;
  height: 25px;
}

.menu-logo svg {
  width: auto;
  height: 25px;
  position: relative;
  top: 30%;
  margin: 24px 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px),
(min-width: 480px) and (max-width: 992px) {
  .menu-logo svg {
    width: auto;
    height: 24px;
    position: relative;
    top: 12%;
    margin: 20px 0;
  }
}

#hero_background.home {
  background: #edf7fd;
  background: -moz-linear-gradient(top, #f7f7f7 0%, white 100%);
  background: -webkit-linear-gradient(top, #f7f7f7 0%, white 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf7fd', endColorstr='#ffffff', GradientType=0);
  border: none;
}

#header .links {
  margin-top: 25px;
}

#hero {
  margin: 0 auto;
}

.row *,
.row *:after,
.row *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.whats-new.whats-new-2018 .new-inner {
  border: solid 1px #ddd;
  padding: 2em;
  border-radius: 2px;
}

.whats-new.whats-new-2018 .new-inner h3 {
  margin: 0;
}

.whats-new.whats-new-2018 .hi {
  font-size: 64px;
  margin-bottom: 12px;
  color: #DB2800;
}

.whats-new.whats-new-2018 .detail-padder {
  display: block;
  height: 75px;
  margin-top: -75px;
  visibility: hidden;
}

.whats-new #hero {
  height: auto;
  padding: 2em 0;
}

.whats-new #hero_background {
  box-shadow: none;
  padding: 4em 0;
  border: none;
}

.whats-new #hero_background.bg-2018 {
  background-color: #fafafa;
  background-image: url(../img/home-hero-2018v2.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.whats-new #hero_background p strong {
  font-weight: 500;
}

.whats-new #hero_background .btn {
  background: #DB2800;
  color: #fff !important;
  text-shadow: none;
  text-transform: none;
  font-size: 1.1em;
  margin-top: 5px;
  font-weight: 400;
  transition: 0.222s;
}

.whats-new #hero_background .btn i {
  margin-right: 0.6em;
}

.whats-new #hero_background .btn:hover {
  background: #f52d00;
}

.whats-new #hero_background .btn.grey {
  text-shadow: none;
  text-transform: none;
  font-size: 1.1em;
  margin-top: 5px;
  font-weight: 400;
}

.whats-new .whats-new-img {
  text-align: center;
}

.whats-new .bullets_red {
  margin-bottom: 2em;
}

.whats-new h1 {
  margin-top: 0;
}

.whats-new li strong a {
  font-weight: 400;
}

.modal #hero_background {
  border-radius: 2px;
}

.modal #hero_background.bg-2018 {
  background-position: 155% 50%;
  background-size: 95%;
}

.pricing-intro {
  background: url("/ui/img/shattered.png");
  padding: 2em;
  border-radius: 2px;
  margin: 2em 0;
}

.pricing-intro .pricing-img {
  text-align: center;
}

.pricing-intro p {
  margin: 0;
}

.pricing-table {
  padding: 1em 0;
}

.pricing-table td {
  vertical-align: top;
}

.pricing-cards {
  padding: 2em 0 0;
}

.pricing-cards .price-card .price-inner {
  padding: 2em 1em;
  border: solid 1px #ddd;
  border-top-width: 3px;
  border-radius: 2px;
  text-align: center;
  background: #fff;
}

.pricing-cards .price-card .price-inner h3 {
  font-size: 30px;
  margin: 0;
  color: #000;
}

.pricing-cards .price-card .price-inner p {
  opacity: 0.7;
  color: #666;
}

.pricing-cards .price-card .price-inner h2 {
  margin: 0.4em 0;
  color: #B30A00;
  margin-bottom: 0.6em;
}

.pricing-cards .price-card .price-inner .price-from {
  opacity: 0.7;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  font-family: "Segoe UI", "Helvetica Neue", Tahoma, Arial, Verdana, sans-serif;
}

.pricing-cards .price-card .price-inner .list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}

.pricing-cards .price-card .price-inner .list li {
  padding: 0.2em 0;
}

.pricing-cards .price-card .price-inner .btn i {
  margin-left: 0.4em;
}

.pricing-cards .price-card.price-best .price-inner {
  box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 3px 15px rgba(0, 0, 0, 0.07);
  border-top-color: #e00b00;
}

.price-switcher-wrapper {
  text-align: center;
  margin: 3em 0 2em;
}

.price-switcher-label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1em;
}

.price-switcher {
  border: none;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 1.4em;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px),
(min-width: 480px) and (max-width: 992px) {
  .price-switcher {
    display: block;
    padding: 0;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px),
(min-width: 480px) and (max-width: 992px) {
  .price-switcher li {
    float: none;
  }
}

.price-switcher li a {
  color: #B30A00 !important;
  text-shadow: none;
  border: solid 1px #B30A00;
  box-shadow: none;
  z-index: 2;
  text-align: center;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  position: relative;
  border-radius: 4px;
  width: 150px;
}

.price-switcher li a:hover {
  background: #f7f7f7 !important;
  border-color: #B30A00;
  color: #B30A00 !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px),
(min-width: 480px) and (max-width: 992px) {
  .price-switcher li a {
    padding: 10px 0;
    margin: 0;
    width: auto;
    display: block;
  }
}

.price-switcher li.active a,
.price-switcher li.active a:focus,
.price-switcher li.active a:hover {
  border: none;
  background: #B30A00 !important;
  color: #fff !important;
  border: solid 1px #B30A00;
  position: relative;
  z-index: 2;
}

.price-switcher li:first-child a {
  margin-right: 0.4em;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px),
(min-width: 480px) and (max-width: 992px) {
  .price-switcher li:first-child a {
    margin: 0 0 0.4em;
  }
}

#rc-order-options .individual-row:first-child tr:first-child,
#single .individual-row:first-child tr:first-child {
  border-top: solid 1px #f1f1f1;
}

.individual-row tr {
  border-bottom: solid 1px #f1f1f1;
}

.individual-row {
  margin: 0;
}

.individual-row .individual-img .tech {
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  width: auto;
}

.individual-row table {
  width: 100%;
  position: relative;
}

.individual-row table td {
  vertical-align: middle;
  padding: 1em 0.4em;
}

.individual-row table td:first-child {
  width: 15%;
  vertical-align: top;
  position: relative;
}

.individual-row table td:last-child {
  width: 20%;
  text-align: right;
}

.individual-row table td:nth-child(3) {
  width: 20%;
  text-align: right;
}

.individual-row table td b {
  display: block;
}

.individual-row table td span {
  margin: 0.4em 0;
  font-size: 2em;
  color: #B30A00;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px),
(min-width: 480px) and (max-width: 992px) {
  .individual-row .individual-txt table td {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 0.4em;
  }
}

.callout-box-inner {
  background: whitesmoke;
  padding: 2em;
  border: 1px solid gainsboro;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.callout-box-inner ul {
  text-align: left;
  margin-bottom: 0;
}

.callout-box-inner h2 {
  margin-bottom: 0.4em;
}

.pricing-jump {
  font-size: 0.9em;
  overflow-x: auto;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px),
(min-width: 480px) and (max-width: 992px) {
  .pricing-jump {
    display: none;
  }
}

#hero {
  height: auto;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px),
(min-width: 480px) and (max-width: 992px) {
  #hero_container .hero-slide {
    height: 550px;
  }
}

#hero_container .home-hero-2 h1 {
  margin-bottom: 10px;
}

#hero_container .home-hero-2 .text h3 {
  margin: 0;
  padding: 0;
  line-height: normal;
}

#hero_container .home-hero-2 ul li {
  margin-bottom: 0;
}

#hero_container .home-hero-2 p {
  margin-bottom: 12px;
}

#hero_container .home-hero-2 .btn {
  margin-top: 6px;
}

#accordion a.accordion-toggle h5 {
  margin: 0;
}

#accordion a.accordion-toggle i {
  width: 10px;
}

.home-hero-4d .text {
  width: 480px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px),
(min-width: 480px) and (max-width: 992px) {
  .home-hero-4d .text {
    width: auto;
  }
}

#hero_background {
  background: #edf7fd;
  background: -moz-linear-gradient(top, #f7f7f7 0%, white 100%);
  background: -webkit-linear-gradient(top, #f7f7f7 0%, white 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf7fd', endColorstr='#ffffff', GradientType=0);
  border-bottom: 1px solid gainsboro;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px),
(min-width: 480px) and (max-width: 992px) {
  #hero_background.home {
    padding: 0 0 59px;
  }
}

#hero_background .hero-wrapper {
  padding: 0 6px;
}

#hero_background .hero-inner .hero-main {
  padding: 2em 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px),
(min-width: 480px) and (max-width: 992px) {
  #hero_background .hero-inner .hero-main {
    text-align: center;
  }
}

#hero_background .hero-inner .hero-sub {
  background: #f7f7f7;
  padding: 2em 0 1.4em;
}

#hero_background .hero-inner .hero-txt {
  position: relative;
  top: 32px;
}

@media screen and (max-width: 640px),
(min-width: 480px) and (max-width: 992px) {
  #hero_background .hero-inner .hero-txt {
    top: auto;
    margin-bottom: 0.4em;
  }
}

#hero_background .hero-inner .hero-txt h1 {
  font-size: 5em;
  color: #333;
}

#hero_background .hero-inner .hero-txt p {
  font-size: 1.1em;
}

#hero_background .hero-inner .hero-txt .btn {
  background: #DB2800;
  margin: 0;
  vertical-align: middle !important;
  transition: 0.222s;
}

#hero_background .hero-inner .hero-txt .btn:hover {
  background: #f52d00;
}

#hero_background .hero-inner .hero-txt .btn span {
  margin-right: 0.6em;
}

#hero_background .hero-inner .hero-txt .btn.grey {
  background: #DB2800;
  transition: 0.222s;
  margin-left: 0.4em;
}

#hero_background .hero-inner .hero-txt .btn.grey:hover {
  background: #f52d00;
}

#hero_background .hero-inner .hero-txt .hero-version {
  display: block;
  font-size: 10px;
  border-left: solid 3px #177CB8;
  padding: 0 1em;
  font-weight: 400;
  color: #177CB8;
  text-transform: uppercase;
}

#hero_background .hero-inner .hero-list,
#hero_background .hero-inner .hero-list-title {
  padding: 0 1em;
}

#hero_background .hero-inner .hero-list h3,
#hero_background .hero-inner .hero-list-title h3 {
  margin: 0;
}

#hero_background .hero-inner .hero-list ul,
#hero_background .hero-inner .hero-list-title ul {
  margin: 0;
}

#hero_background .hero-inner .hero-list ul li,
#hero_background .hero-inner .hero-list-title ul li {
  background: #fff;
  display: inline-block;
  font-size: 14px;
  color: #5E6B73;
  position: relative;
  border-bottom: solid 1px #ddd;
  padding: 0.4em 1em;
  margin: 0 0.4em 0.4em;
  border-radius: 4px;
}

#hero_background .hero-inner .hero-list ul li.hero-list-link,
#hero_background .hero-inner .hero-list-title ul li.hero-list-link {
  background: #fff;
  border-color: #C9E7F8;
}

#hero_background .hero-inner .hero-list ul li.hero-list-link i,
#hero_background .hero-inner .hero-list-title ul li.hero-list-link i {
  margin-left: 6px;
}

#hero_background .hero-inner .hero-img {
  text-align: right;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px),
(min-width: 480px) and (max-width: 992px) {
  #hero_background .hero-inner .hero-img {
    text-align: center;
  }
}

#hero_background .hero-inner .hero-img img {
  max-width: 100%;
}

#submenu_container {
  background: whitesmoke;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}

#hero_background.hero-platform {
  margin-bottom: 2em;
}

#hero_background.hero-platform .hero-inner .hero-main {
  padding: 4em 0;
  border-bottom: solid 1px #f1f1f1;
}

#hero_background.hero-platform .hero-inner .hero-txt {
  top: auto;
}

#hero_background.hero-platform .hero-inner .hero-img img {
  height: 200px;
  width: auto;
  padding: 1em;
  background: #fff;
  border-radius: 4px;
  border: solid 1px gainsboro;
}

.col.one-fourth.last .window {
  padding: 2em;
  border-radius: 2px;
  border: none;
  box-shadow: none;
  position: absolute;
}

.col.one-fourth.last .window p:last-child {
  margin: 0;
}

.col.one-fourth.last .window p,
.col.one-fourth.last .window ul {
  font-size: 12px;
  margin-bottom: 1em;
}

.col.one-fourth.last .window p li,
.col.one-fourth.last .window ul li {
  font-size: 12px;
}

.col.one-fourth.last .window a {
  font-size: 12px;
}

.col.one-fourth.last .window h3 {
  font-size: 28px;
}

.col.one-fourth.last .arrows_red {
  border-top: solid 3px #177CB8;
  margin: 0 0 1em;
}

.col.one-fourth.last .arrows_red li {
  background: none;
  margin: 0;
  padding: 0.8em 0;
  border-bottom: solid 1px #ebf6fd;
  display: block;
}

.col.one-fourth.last .arrows_red li:last-child {
  border: none;
}

.col.one-fourth.last .arrows_red li ul {
  margin: 0;
}

.col.one-fourth.last .arrows_red li ul li {
  text-indent: 0;
  padding-left: 0.4em;
}

.col.one-fourth.last .arrows_red li ul li:before {
  color: #2E3438;
}

.col.one-fourth.last .arrows_red li ul li:last-child {
  border: none;
  margin-bottom: -0.8em;
}

.poly-highlight {
  padding: 2em;
  border-radius: 2px;
  margin-bottom: 1em;
}

.source-alert {
  padding: 4px 12px;
  display: inline-block;
  margin: 0 0.4em;
  font-size: 0.8em;
  margin-left: 15%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px),
(min-width: 480px) and (max-width: 992px) {
  .source-alert {
    margin: 0;
  }
}

.source-alert i {
  margin-right: 0.4em;
}

.source-alert .tooltip .tooltip-inner {
  background: #edf7fd;
  background: -moz-linear-gradient(top, #f7f7f7 0%, white 100%);
  background: -webkit-linear-gradient(top, #f7f7f7 0%, white 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf7fd', endColorstr='#ffffff', GradientType=0);
  border: none;
  color: #333;
  padding: 1em;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  text-align: left;
}

.source-alert .tooltip .tooltip-arrow {
  border-top-color: #fff;
}

.source-alert .tooltip.in {
  opacity: 1;
}

#collapseia .otable tr td:last-child,
#collapseic .otable tr td:last-child,
#collapseie .otable tr td:last-child,
#collapseig .otable tr td:last-child,
#collapseih .otable tr td:last-child,
#collapseim .otable tr td:last-child,
#collapsein .otable tr td:last-child,
#collapseip .otable tr td:last-child,
#collapseiw .otable tr td:last-child,
#collapseiz .otable tr td:last-child {
  font-size: 0;
}

#collapseia .otable tr td:last-child:after,
#collapseic .otable tr td:last-child:after,
#collapseie .otable tr td:last-child:after,
#collapseig .otable tr td:last-child:after,
#collapseih .otable tr td:last-child:after,
#collapseim .otable tr td:last-child:after,
#collapsein .otable tr td:last-child:after,
#collapseip .otable tr td:last-child:after,
#collapseiw .otable tr td:last-child:after,
#collapseiz .otable tr td:last-child:after {
  content: "ROYALTY-FREE LICENSE - SINGLE DEVELOPER";
  font-size: 14px;
}

#hero_background.sshlanding-hero {
  background-image: url("/ipworks/ssh/banner-large.png");
  background-repeat: no-repeat;
  background-position: 100% 35%;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

#hero_background.sshlanding-hero:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+40,0+100 */
  background: -moz-linear-gradient(45deg, white 0%, white 40%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, white 0%, white 40%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, white 0%, white 40%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  content: ' ';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#hero_background.sshlanding-hero .hero-inner .hero-txt {
  top: 25px;
}

#hero_background.sshlanding-hero .hero-inner {
  position: relative;
  z-index: 2;
}

#hero_background.sshlanding-hero .banner-form {
  background: #fff;
  border: solid 1px gainsboro;
  border-radius: 2px;
  text-align: center;
  padding: 2em;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  /* Smartphones (portrait and landscape) ----------- */
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px),
(min-width: 480px) and (max-width: 992px) {
  #hero_background.sshlanding-hero .banner-form {
    margin-top: 2em;
  }
}

#hero_background.sshlanding-hero .banner-form p.p-last {
  margin: 1em 0 0;
  font-size: 0.8em;
  opacity: 0.8;
  line-height: normal;
}

#hero_background.sshlanding-hero .banner-form .control-label {
  display: block;
  margin-bottom: 0.4em;
}

#hero_background.sshlanding-hero .banner-form input[type=text] {
  display: block;
  vertical-align: middle;
  margin-bottom: 0.4em;
}

#hero_background.sshlanding-hero .banner-form select {
  margin-bottom: 0.4em;
}

#hero_background.sshlanding-hero .banner-form .btn,
#hero_background.sshlanding-hero .banner-form .btn-input {
  display: block;
  width: 100%;
  margin: 0;
}

#hero_background.sshlanding-hero .banner-form .red {
  position: absolute;
  width: 150px;
  left: 50%;
  margin-top: -75px;
  margin-left: -75px;
  background: #DB2800;
  padding: 0.4em 1em;
  color: #fff !important;
  border-radius: 2px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#hero_background.sshlanding-hero .banner-form .banner-form-note {
  font-size: 0.7em;
  font-style: italic;
  margin: 0;
}

#hero_background.sshcorelanding-hero {
  background-image: url("/ipworks/ipworks-core.png");
}

.slide-3 {
  text-align: center;
  height: 380px;
}

.slide-3 .companies-list {
  margin: 2em 0;
}

.slide-3 .companies-list li {
  text-align: center;
  padding: 0.4em;
  height: 75px;
  line-height: 59px;
  transition: 0.222s;
  border-right: solid 1px #DDE3E3;
  border-bottom: solid 1px #DDE3E3;
  position: relative;
  z-index: 2;
  /*
       * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
       *
       * [1] IE9
       * [2] IE10+
       */
  /* 1 */
  /* 2 */
}

@media screen and (max-width: 640px),
(min-width: 480px) and (max-width: 992px) {
  .slide-3 .companies-list li {
    float: left;
    width: 33.333%;
    border: none;
    padding: 0;
    height: auto;
  }
}

.slide-3 .companies-list li img {
  height: 20px;
  width: auto;
  max-width: 100%;
  opacity: 0.6;
  -webkit-filter: grayscale(1);
  /* Webkit */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* W3C */
  filter: brightness(0);
}

@media screen and (max-width: 640px),
(min-width: 480px) and (max-width: 992px) {
  .slide-3 .companies-list li img {
    height: auto;
    width: 50px;
  }
}

.slide-3 .companies-list li .ie9 img[src$=".svg"] {
  width: 100%;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .slide-3 .companies-list li img[src$=".svg"] {
    width: 100%;
    margin-top: 23px;
  }
}

.slide-3 .companies-list li:nth-child(n+7) {
  border-bottom: none;
}

.slide-3 .companies-list li:last-child,
.slide-3 .companies-list li:nth-child(6) {
  border-right: none;
}

@media (min-width: 1200px) {
  .slide-3 .container {
    max-width: 980px;
  }
}

.slide-1 {
  background-image: url(../img/home-hero-1.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.slide-1 h3 {
  margin: 0.4em 0;
}

.slide-1 .btn {
  margin: 0;
}

.slide-2 {
  background-image: url(../img/home-hero-2018v2.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.slide-2 .text h3 {
  max-width: 50%;
}

.slide-4 {
  background-image: url(../img/home-hero-blueforce.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.slide-4 .case {
  margin-bottom: 1em;
}

.slide-4 .case .case-inner {
  display: block;
  padding: 1em;
  transition: 0.222s;
}

@media screen and (max-width: 640px),
(min-width: 480px) and (max-width: 992px) {
  .slide-4 .case .case-inner {
    padding: 0;
  }
}

.slide-4 .case .case-inner p {
  color: #333;
}

.slide-4 .case .case-inner .case-more .lnr {
  margin-left: 0.4em;
  font-size: 9px;
}

.slide-4 .case .case-inner:hover {
  box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 3px 15px rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 640px),
(min-width: 480px) and (max-width: 992px) {
  .slide-4 .btn {
    margin: 0;
  }
}

.slide-4 a.btn.grey {
  background: #DB2800;
  text-shadow: none;
  font-weight: 400;
}

.slide-4 a.btn.grey i {
  margin-right: 0.4em;
}

.slide-4 a.btn.grey:hover {
  background: #87736e;
}

section .padder {
  padding: 4em 0;
}

section .padder-2em {
  padding: 2em 0;
}

section .padder-top {
  padding-top: 4em;
}

section .padder-top-2em {
  padding-top: 2em;
}

section .padder-bottom {
  padding-bottom: 4em;
}

section .padder-bottom-2em {
  padding-bottom: 2em;
}

.overview-note .pci {
  margin-top: 15px;
}

@media screen and (max-width: 640px),
(min-width: 480px) and (max-width: 992px) {
  /* Half */
  section .padder {
    padding: 2em 0;
  }
  section .padder-2em {
    padding: 1em 0;
  }
  section .padder-top {
    padding-top: 2em;
  }
  section .padder-top-2em {
    padding-top: 1em;
  }
  section .padder-bottom {
    padding-bottom: 2em;
  }
  section .padder-bottom-2em {
    padding-bottom: 1em;
  }
}

.intro-section .cards {
  background: #fff;
  margin-top: 4em;
}

.intro-section .cards .card-inner .technology-list {
  margin-bottom: 0;
}

.intro-section .cards .card-inner .technology-list li {
  position: relative;
}

.intro-section .cards .card-inner .technology-list li .technology-inner {
  background: #fff;
  border: solid 1px gainsboro;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 16px 8px;
  text-align: center;
  margin-bottom: 1em;
  min-height: 120px;
  transition: 0.222s;
}

.intro-section .cards .card-inner .technology-list li .technology-inner img {
  height: 38px;
  margin-bottom: 12px;
}

.intro-section .cards .card-inner .technology-list li .technology-inner a {
  display: block;
  text-align: center;
}

.intro-section .cards .card-inner .technology-list li .technology-inner p {
  color: #333;
  font-size: 14px;
  margin: 0;
  line-height: 18px;
  width: 100%;
}

.intro-section .cards .card-inner .technology-list li .technology-inner .col-md-9 p {
  font-weight: 400;
  line-height: 21px;
}

.intro-section .cards .card-inner .technology-list li .technology-inner.technology-link {
  background: #fafafa;
  border: none;
}

.intro-section .cards .card-inner .technology-list li .technology-inner.technology-link:hover {
  box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 3px 15px rgba(0, 0, 0, 0.07);
}

.intro-section .cards .card-inner .technology-list li .technology-inner.technology-link .technology-link-text,
.intro-section .cards .card-inner .technology-list li .technology-inner.technology-link i {
  display: inline-block;
  vertical-align: middle;
}

.intro-section .cards .card-inner .technology-list li .col-md-1 {
  text-align: center;
  padding: 0;
}

.intro-section .cards .card-inner .technology-list li .col-md-3 {
  font-size: 0.85em;
  padding: 0;
  line-height: 22px;
  text-align: right;
  font-weight: 700;
}

.intro-section .cards .card-inner .technology-list li:nth-last-child(-n+3) .technology-inner {
  margin-bottom: 0;
}

@media screen and (max-width: 640px),
(min-width: 480px) and (max-width: 992px) {
  .intro-section .cards .card-inner .technology-list li:nth-last-child(-n+3) .technology-inner {
    margin-bottom: 1em;
  }
}

.intro-section .cards .card-inner .platform-list li a {
  display: block;
  position: relative;
}

.intro-section .cards .card-inner .platform-list li a:hover .technology-more {
  display: block;
}

.intro-section .cards .card-inner .platform-list li a .technology-more {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0.8em;
  display: none;
}

.intro-section .cards .card-inner .platform-list li .technology-inner {
  margin-bottom: 1em;
}

.intro-section .cards .card-inner .platform-list li .technology-inner h4 {
  font-size: 18px;
  color: #333;
}

.intro-section .cards .card-inner .platform-list li .technology-inner p {
  margin: 0;
  min-height: 49px;
  color: #666;
  line-height: 16px;
}

@media screen and (max-width: 640px),
(min-width: 480px) and (max-width: 992px) {
  .intro-section .cards .card-inner .platform-list li .technology-inner p {
    min-height: 0;
  }
}

.intro-section .cards .card-inner .homelist {
  margin: 0;
}

.intro-section .cards .card-inner.card-left {
  padding-right: 2em;
  border-right: solid 1px gainsboro;
}

@media screen and (max-width: 640px),
(min-width: 480px) and (max-width: 992px) {
  .intro-section .cards .card-inner.card-left {
    border: none;
    padding: 0;
  }
}

.support-section .padder {
  padding-top: 0;
}

.support-section .support-inner {
  background: #fff;
  display: block;
  border: solid 1px gainsboro;
  padding: 2em;
  border-radius: 2px;
  transition: 0.222s;
}

@media screen and (max-width: 640px),
(min-width: 480px) and (max-width: 992px) {
  .support-section .support-inner {
    padding: 2em !important;
    margin-bottom: 1em;
  }
}

.support-section .support-inner img {
  width: 48px;
  margin-bottom: 1em;
}

.support-section .support-inner p {
  color: #333;
  margin: 0;
}

.support-section .support-inner:hover {
  box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 3px 15px rgba(0, 0, 0, 0.07);
}

.support-section .support-inner h4 {
  font-weight: 700;
  font-size: 18px;
  color: #333;
}

.support-section ul {
  margin-bottom: 0;
}

.testimonials-section {
  background: url("/ui/img/shattered.png") repeat center center;
}

.testimonials-section #quote {
  margin: 0;
}

.testimonials-section #quote .carousel-inner {
  overflow: visible;
}

.testimonials-section #quote .carousel-inner .item {
  margin: 0;
}

@media screen and (max-width: 640px),
(min-width: 480px) and (max-width: 992px) {
  .testimonials-section #quote .carousel-inner .item {
    height: 320px;
  }
}

.testimonials-section #quote .carousel-inner .item p {
  background: #fff;
  border-radius: 2px;
  padding: 2em;
  height: auto;
  width: auto;
  margin: 0;
  z-index: 2;
  position: relative;
  font-weight: 500;
  box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 3px 15px rgba(0, 0, 0, 0.07);
}

.testimonials-section #quote .carousel-inner .item p:after {
  content: " ";
  position: absolute;
  bottom: -30px;
  left: 30px;
  border-width: 0 20px 30px 0;
  border-style: solid;
  border-color: transparent #fff;
  display: block;
  width: 0;
}

.testimonials-section #quote .carousel-inner .item p i {
  position: absolute;
  bottom: -31px;
  left: 59px;
  font-style: italic;
  font-weight: 300;
}

.testimonials-section #quote .carousel-inner .item .last {
  display: block;
  float: none;
}

.testimonials-section .testimonials-more {
  position: absolute;
  right: 0;
  bototm: 0;
}

.news-section h2 {
  margin-bottom: 0.8em;
}

.news-section .news-buckets {
  margin-bottom: 2em;
}

.news-section .news-buckets .news-bucket-inner {
  display: block;
  background: #fff;
  padding: 2em;
  border: solid 1px gainsboro;
  transition: 0.222s;
  border-top: 2px solid #DB2800;
}

@media screen and (max-width: 640px),
(min-width: 480px) and (max-width: 992px) {
  .news-section .news-buckets .news-bucket-inner {
    padding: 2em !important;
    margin-bottom: 1em;
  }
}

.news-section .news-buckets .news-bucket-inner:hover {
  box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 3px 15px rgba(0, 0, 0, 0.07);
}

.news-section .news-buckets .news-bucket-inner .news-date {
  font-size: 0.7em;
  background: #EDF7FD;
  padding: 0.4em 1em;
  color: #5E6B73;
  margin-bottom: 0.4em;
  display: inline-block;
  border-radius: 2px;
}

.news-section .news-buckets .news-bucket-inner h3 {
  font-weight: 700;
  font-size: 18px;
  color: #333;
}

.news-section .news-buckets .news-bucket-inner p {
  margin: 0;
  color: #333;
  min-height: 161px;
}

@media screen and (max-width: 640px),
(min-width: 480px) and (max-width: 992px) {
  .news-section .news-buckets .news-bucket-inner p {
    min-height: 0;
  }
}

.news-section a.news-all {
  display: block;
  width: 150px;
  margin: 0 auto;
  text-align: center;
}

.awards-section .padder {
  padding: 0 0 4em;
}

.awards-section .awards {
  width: 70%;
  margin: 0 auto;
}

.awards-section .awards li {
  background: url("../img/laurel.png") no-repeat center center;
}

#richfooter {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+0,f1f1f1+100&1+0,0+100 */
  background: -moz-linear-gradient(top, #f1f1f1 0%, rgba(241, 241, 241, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f1f1f1 0%, rgba(241, 241, 241, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f1f1f1 0%, rgba(241, 241, 241, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#00f1f1f1', GradientType=0);
  /* IE6-9 */
}

.grey-start {
  color: #999;
}

#footer {
  border-top: solid 1px #F4F6F6;
}

#footer .section-divider {
  background: none;
}

#footer .menu1 a {
  color: #177CB8;
}

#demo_container ul li span {
  text-overflow: ellipsis;
  overflow: hidden;
}

.overview-items {
  /* margin-bottom: 2em; */
}

.overview-items .overview-item .overview-item-inner {
  text-align: center;
  border: solid 1px gainsboro;
  border-radius: 2px;
  padding: 2em 2.1em;
  margin-bottom: 1em;
  min-height: 260px;
}

.overview-items .overview-item .overview-item-inner .overview-item-img {
  padding: 0;
  text-align: center;
}

.overview-items .overview-item .overview-item-inner .overview-item-img i {
  font-size: 48px;
  color: #177CB8;
}

.overview-items .overview-item .overview-item-inner .overview-item-txt h4 {
  color: #333;
  padding-top: 15px;
}

.overview-items .overview-item .overview-item-inner .overview-item-txt p {
  margin: 0;
  font-size: 0.9em;
  min-height: 69px;
}

.overview-items .overview-item:last-child .overview-item-inner {
  margin: 0;
}

@-moz-document url-prefix() {
  .overview-items .overview-item .overview-item-inner {
    min-height: 260px;
  }
}

.overview-note p {
  margin: 0;
}

.features-section h1 {
  margin-bottom: 0.4em;
}

.features-section .features-list {
  margin: 0;
}

.features-section .features-list li {
  margin-bottom: 1em;
  position: relative;
}

.features-section .features-list li i {
  position: absolute;
  top: 3px;
  left: 5px;
  color: #DB2800;
}

.features-section .features-list li .feature-text {
  padding-left: 24px;
  display: inline-block;
}

.features-section .features-list li:last-child {
  margin: 0;
}

.components {
  margin: 0;
}

.components li {
  margin-bottom: 1em;
  padding: 0;
}

.components li a {
  display: block;
}

.components li a img,
.components li a span {
  display: inline-block;
  vertical-align: middle;
}

.components li a span {
  margin-left: 8px;
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-news-section {
  background: url("/ui/img/shattered.png") repeat center center;
}

.product-news-section .poly-bg {
  background: #fff;
  border-radius: 4px;
  padding: 2em;
  height: auto;
  width: auto;
  margin: 0;
  z-index: 2;
  position: relative;
  font-weight: 500;
  box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 3px 15px rgba(0, 0, 0, 0.07);
  border: none;
}

.product-news-section .poly-bg p:last-child {
  margin: 0;
}

.platform-section h1 {
  margin-bottom: 0.4em;
}

#technology_squares {
  margin: 0;
}

#technology_squares li {
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

#technology_squares li a {
  background: #fafafa;
  margin: 0.4em;
  display: block;
  padding: 1em;
  transition: 0.222s;
  border-radius: 4px;
  width: auto;
  text-align: center;
}

#technology_squares li a img {
  height: 32px;
  max-width: 100%;
}

#technology_squares li a span {
  margin: 0;
}

#technology_squares li a:hover {
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 3px 15px rgba(0, 0, 0, 0.07);
}

#technology_squares li.active a {
  position: relative;
  z-index: 2;
  background: #fff;
  box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 3px 15px rgba(0, 0, 0, 0.07);
}

.technology-squares-wide {
  margin: 0;
}

.technology-squares-wide li {
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  width: 8.333%;
  float: left;
}

@media screen and (max-width: 640px),
(min-width: 480px) and (max-width: 992px) {
  .technology-squares-wide li {
    width: 33.333%;
  }
}

.technology-squares-wide li a {
  background: #fafafa;
  display: block;
  padding: 1em;
  transition: 0.222s;
  border-radius: 4px;
  width: auto;
  text-align: center;
}

@media screen and (max-width: 640px),
(min-width: 480px) and (max-width: 992px) {
  .technology-squares-wide li a {
    margin: 0.4em;
  }
}

.technology-squares-wide li a img {
  height: 32px;
  max-width: 100%;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .technology-squares-wide li a img {
    width: 100%;
  }
}

.technology-squares-wide li a span {
  margin: 0;
}

.technology-squares-wide li a:hover {
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 3px 15px rgba(0, 0, 0, 0.07);
}

.technology-squares-wide li.active a {
  transform: scale(1.1);
  position: relative;
  z-index: 3;
  background: #fff;
  box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 3px 15px rgba(0, 0, 0, 0.07);
}

.platform-tabs {
  background: #fafafa;
}

.platform-tabs-content {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafafa+0,fafafa+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fafafa', endColorstr='#fafafa', GradientType=0);
  /* IE6-9 */
  padding: 4em 0 4em 0;
}

.platform-tabs-content h2,
.platform-tabs-content h3 {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

@media screen and (max-width: 640px),
(min-width: 480px) and (max-width: 992px) {
  .platform-tabs-content h2,
  .platform-tabs-content h3 {
    display: block;
  }
}

.platform-tabs-content h3 {
  padding-left: 12px;
  margin-left: 12px;
  border-left: solid 1px #ddd;
}

@media screen and (max-width: 640px),
(min-width: 480px) and (max-width: 992px) {
  .platform-tabs-content h3 {
    border: none;
    padding: 0;
    margin: 0;
  }
}

.platform-tabs-content p {
  margin-top: 1.4em;
}

.prod-steps .tab-download {
  min-height: 285px;
  border-top: 2px solid #DB2800;
}

.prod-steps .tab-download .actionDesc {
  min-height: 70px;
}

.prod-steps .tab-download h2 {
  font-weight: 700;
  font-size: 18px;
  color: #333;
}

.prod-steps .tab-download h2 {
  margin-top: 15px;
}

.platform-tabs-content .tab-download,
.prod-steps .tab-download {
  background: #fff;
  padding: 2em;
  box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 3px 15px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  text-align: center;
}

.platform-tabs-content .tab-download h3 {
  margin: 0;
  padding: 0;
  border: none;
}

.platform-tabs-content .tab-download .btn {
  background: #DB2800;
  margin: 0;
  transition: 0.222s;
}

.platform-tabs-content .tab-download .btn:hover {
  background: #f52d00;
}

.platform-tabs-content .tab-download .tab-product-name {
  margin: 0.4em 0 0;
  font-size: 0.8em;
  color: #177CB8;
}

.platform-tabs-content .callout-box,
.threeD2 {
  font-size: 0.9em;
  background: #EDF7FD;
  padding: 2em;
  margin-bottom: 1em;
  color: #5E6B73;
  display: inline-block;
  border-radius: 2px;
}

.platform-tabs-content .callout-box h4,
.platform-tabs-content .callout-box p {
  color: #5E6B73;
}

.platform-tabs-content .callout-box p {
  margin: 0;
}

.demos-section {
  background: #fafafa;
}

.demos-section h1 {
  margin-bottom: 0.4em;
}

.components-section h1 {
  margin-bottom: 0.4em;
}

.components-section p {
  max-width: 700px;
}

.resources-section .hero-list,
.resources-section .hero-list-title {
  padding: 0 1em;
}

.resources-section .hero-list ul,
.resources-section .hero-list-title ul {
  margin: 0;
}

.resources-section .hero-list ul,
.resources-section .hero-list-title ul {
  padding: 0.4em 0;
}

.resources-section .hero-list ul li,
.resources-section .hero-list-title ul li {
  background: #f7f7f7;
  display: inline-block;
  font-size: 11px;
  color: #5E6B73;
  position: relative;
  border-bottom: solid 1px #ddd;
  padding: 0.5em;
  margin: 0 0.4em 1em;
  border-radius: 4px;
}

.resources-section .hero-list ul li a i,
.resources-section .hero-list ul li a span,
.resources-section .hero-list-title ul li a i,
.resources-section .hero-list-title ul li a span {
  display: inline-block;
  vertical-align: middle;
}

.resources-section .hero-list ul li a h4,
.resources-section .hero-list-title ul li a h4 {
  margin: 0;
}

.action-section .action-inner {
  background: #fff;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  min-height: 311px;
  padding: 2em;
  border: solid 1px #f1f1f1;
  border-radius: 2px;
}

@media screen and (max-width: 640px),
(min-width: 480px) and (max-width: 992px) {
  .action-section .action-inner {
    margin-bottom: 1em;
  }
}

.action-section .action-inner .btn {
  background: #DB2800;
  margin: 0;
}

.action-section .action-inner .btn:hover {
  background: #f52d00;
}

.action-section .action-inner .btn i {
  margin-right: 0.4em;
}

.action-section .action-inner h1 {
  font-size: 36px;
}

.action-section .action-inner .action-link {
  display: inline-block;
  padding: 9px 10px;
  text-align: center;
}

.action-section .action-inner h2 {
  font-weight: 700;
  font-size: 18px;
  color: #333;
}

.action-section h1 {
  margin-bottom: 0.4em;
}

.action-section .action-resources {
  padding: 2em;
  background: #fafafa;
  margin-bottom: 2em;
  border-radius: 2px;
}

.action-section .action-resources .action-resource-left {
  border-right: solid 1px #ddd;
}

@media screen and (max-width: 640px),
(min-width: 480px) and (max-width: 992px) {
  .action-section .action-resources .action-resource-left {
    border: none;
  }
}

.action-section .action-resources .action-resource-left h2 {
  font-weight: 700;
  font-size: 18px;
  color: #333;
}

.action-section .action-resources .action-resource-left p {
  margin: 0;
}

@media screen and (max-width: 640px),
(min-width: 480px) and (max-width: 992px) {
  #demo_container ul li.col-md-3 {
    margin: 0 !important;
  }
}

#demo_container ul li .demo-inner {
  display: block;
  background: #fff;
  padding: 2em;
  border: solid 1px gainsboro;
  transition: 0.222s;
  border-top: 2px solid #DB2800;
  min-height: 272px;
  margin-bottom: 1em;
}

@media screen and (max-width: 640px),
(min-width: 480px) and (max-width: 992px) {
  #demo_container ul li .demo-inner {
    min-height: 0;
  }
}

#demo_container ul li .demo-inner h3 {
  font-weight: 700;
  font-size: 16px;
  color: #333;
}

#demo_container ul li .demo-inner p {
  font-size: 0.9em;
  line-height: 18px;
}

#demo_container ul li .demo-inner .demo-platforms {
  font-size: 0.7em;
  background: #EDF7FD;
  padding: 0.4em 1em;
  color: #5E6B73;
  display: inline-block;
  border-radius: 2px;
}

.resource-list {
  margin: 0;
}

.resource-list li {
  background: none;
  margin: 0;
}

.resource-list li:last-child {
  border-bottom: none;
}

.resource-list li:last-child a {
  margin: 0;
}

.resource-list li .resource-inner {
  display: inline-block;
  font-size: 14px;
  position: relative;
  margin-bottom: 1em;
}

@media screen and (max-width: 640px),
(min-width: 480px) and (max-width: 992px) {
  .resource-list li .resource-inner {
    margin: 0;
  }
}

.resource-list li .resource-inner h4,
.resource-list li .resource-inner i {
  display: inline-block;
  vertical-align: middle;
}

.resource-list li .resource-inner i {
  width: 16px;
  text-align: center;
}

.resource-list li .resource-inner h4 {
  font: 14px "Segoe UI", "Helvetica Neue", Tahoma, Arial, Verdana, sans-serif;
  margin: 0;
  font-weight: 400;
}

.one-half .components li {
  width: 33.333%;
  padding: 0;
}

.tech-inner {
  background: #fafafa;
  padding: 1em;
  margin-bottom: 1em;
}

.tech-inner p {
  margin: 0;
  line-height: 12px;
  font-size: 0.85em;
}

.tech-inner img {
  height: 24px;
}

#demo_container .demo_next,
#demo_container .demo_prev {
  text-align: center;
  color: #666;
  transition: 0.222s;
  height: 40px;
  width: auto;
  margin-top: -32px;
  display: inline-block;
}

#demo_container .demo_next i,
#demo_container .demo_prev i {
  font-size: 40px;
}

#demo_container .demo_next:hover,
#demo_container .demo_prev:hover {
  color: #000;
}

.hero-new {
  background: #ebf6fd;
  border: solid 1px #d4ecfa;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0.4em 1em;
  border-radius: 2px;
  font-size: 10px;
}

.hero-new i {
  margin-right: 6px;
}

#submenu_container .submenu ul li a.btn {
  background: #DB2800 !important;
}

ul.prod-gateways li {
  padding: 0 15px;
}

#menu ul li a.btn,
a.btn,
a.btn.red,
button,
input.btn {
  background: #DB2800;
  vertical-align: middle !important;
  transition: 0.222s;
  border: none;
}

#menu ul li a.btn:hover,
a.btn:hover,
a.btn.red:hover,
button:hover,
input.btn:hover {
  background: #f52d00;
}

#menu .dropdown-menu {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafafa+0,ffffff+100 */
  background: #fafafa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fafafa 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fafafa 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fafafa 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}

#menu .dropdown-menu .menu-icon {
  margin-right: 6px;
  font-size: 16px;
  width: 20px;
  display: inline-block;
  text-align: center;
  position: relative;
  top: 2px;
}

#menu .dropdown-menu a {
  color: #177CB8;
}

#menu .dropdown-menu a:focus,
#menu .dropdown-menu a:hover {
  color: #2a6496;
  text-decoration: underline;
}

button.close:hover {
  background: none;
}

.individual-img .tech-net {
  background: url("../img/img-net.png") no-repeat 50% top;
}

.individual-img .tech {
  display: block;
  color: black;
  min-height: 70px;
}

.individual-img .tech-net {
  background: url("../img/img-net.png") no-repeat 50% top;
}

.individual-img .tech-asp {
  background: url("../img/img-asp.png") no-repeat 50% top;
}

.individual-img .tech-activex {
  background: url("../img/img-activex.png") no-repeat 50% top;
}

.individual-img .tech-php {
  background: url("../img/img-php.png") no-repeat 50% -1px;
}

.individual-img .tech-delphi {
  background: url("../img/img-delphi.png") no-repeat 50% top;
}

.individual-img .tech-builder {
  background: url("../img/img-builder.png") no-repeat 50% top;
}

.individual-img .tech-java {
  background: url("../img/img-java.png") no-repeat 50% top;
}

.individual-img .tech-cpp {
  background: url("../img/img-cpp.png") no-repeat 50% top;
}

.individual-img .tech-mac {
  background: url("../img/img-mac.png") no-repeat 50% top;
}

.individual-img .tech-ios {
  background: url("../img/img-ios.png") no-repeat 50% top;
}

.individual-img .tech-android {
  background: url("../img/img-android.png") no-repeat 50% top;
}

.individual-img .tech-winphone {
  background: url("../img/img-winphone.png") no-repeat 50% top;
}

.individual-img .tech-windows {
  background: url("../img/img-windows.png") no-repeat 50% top;
}

.individual-img .tech-rt {
  background: url("../img/img-windows.png") no-repeat 50% top;
}

.individual-img .tech-linux {
  background: url("../img/img-linux.png") no-repeat 50% top;
}

.individual-img .tech-unix {
  background: url("../img/img-linux.png") no-repeat 50% top;
}

.individual-img .tech-biztalk {
  background: url("../img/img-biztalk.png") no-repeat 50% top;
}

.individual-img .tech-ssis {
  background: url("../img/img-ssis.png") no-repeat 50% top;
}

.individual-img .tech-wf {
  background: url("../img/img-wf.png") no-repeat 50% top;
}

.individual-img .tech-wcf {
  background: url("../img/img-wcf.png") no-repeat 50% top;
}

.individual-img .tech-powershell {
  background: url("../img/img-powershell.png") no-repeat 50% top;
}

.individual-img .tech-cmdlets {
  background: url("../img/img-powershell.png") no-repeat 50% top;
}

.individual-img .tech-mulesoft {
  background: url("../img/img-mulesoft.png") no-repeat 50% top;
}

.individual-img .tech-sftp {
  background: url("../img/img-sftpserver.png") no-repeat 50% top;
}

.individual-img .tech-cmdlets {
  background: url("../img/img-powershell.png") no-repeat 50% top;
}

.individual-img .tech-support {
  background: url("../img/img-support.png") no-repeat 50% top;
}

.individual-img .tech-xamarin {
  background: url("../img/img-xamarin.png") no-repeat 50% top;
}

.individual-img .tech-python {
  background: url("../img/img-python.png") no-repeat 50% top;
}

.individual-img .tech-nodejs {
  background: url("../img/img-nodejs.png") no-repeat 50% top;
}

.individual-img .tech-sub {
  background: url("../img/img-sub.png") no-repeat 50% top;
}

.individual-img .tech-netdrive {
  background: url("../img/img-sftpnetdrive.png") no-repeat 50% top;
}

.individual-img .hover_action:hover .tech,
.individual-img .tech.active {
  background-position: 50% -93px;
}

.rich-footer {
  padding: 2em 0;
  border-top: solid 1px #f1f1f1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafafa+0,ffffff+100 */
  background: #fafafa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fafafa 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fafafa 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fafafa 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}

.rich-footer ul {
  margin-bottom: 0;
}

.secondary-footer {
  border-top: solid 1px #f1f1f1;
  padding: 1em 0;
}

.secondary-footer ul {
  margin-bottom: 0;
}

.secondary-footer .secondary-footer-list li {
  display: inline-block;
  margin-right: 0.4em;
  padding-right: 0.8em;
  border-right: solid 1px #ddd;
}

@media screen and (max-width: 640px),
(min-width: 480px) and (max-width: 992px) {
  .secondary-footer .secondary-footer-list li {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
  }
}

.secondary-footer .secondary-footer-list li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.secondary-footer .secondary-footer-list li a,
.secondary-footer .secondary-footer-list li span {
  display: inline-block;
  vertical-align: middle;
}

#hero_container .carousel-inner .item {
  height: 450px;
  width: 100%;
}

#hero_container .carousel-inner .item .hero-slide {
  height: 100%;
}

#hero_container .carousel-inner .item .container {
  display: table;
  height: 100%;
}

#hero_container .carousel-inner .item .container .text {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 640px),
(min-width: 480px) and (max-width: 992px) {
  #hero_container .carousel-inner .item .container .text {
    width: 80%;
  }
}

@media screen and (max-width: 640px),
(min-width: 480px) and (max-width: 992px) {
  #hero_container .carousel-inner .item {
    height: 600px;
    background: none;
  }
}

/*MAIN MENU*/

#menu ul {
  /*padding: 0px;*/
  text-transform: none !important;
}

#menu ul li {
  padding: 0;
  line-height: 18px;
}

#menu ul li span.desc {
  display: block;
  font-style: italic;
  font-size: 11px;
  line-height: 12px;
  margin-left: 32px;
}

#menu ul li span.desc a {
  font-size: 11px;
  color: dimgrey;
}

#menu ul li a {
  float: none;
}

#menu ul li a.main-nav {
  font: 14px "Segoe UI", Tahoma, sans-serif;
  float: left;
  text-decoration: none;
  color: #666;
  padding: 0 14px;
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
  text-transform: uppercase;
}

#menu ul li a.main-nav .caret {
  margin-left: 6px;
  margin-top: -4px;
}

#menu ul li a.main-nav:active,
#menu ul li a.main-nav:hover {
  color: #B30A00;
}

#menu ul li a .lnr {
  margin-right: 0.4em;
}

/*#menu ul li a.btn:hover{
	border: none;
} THIS IS CAUSING A JUMPING */

/* Commented Backslash Hack hides rule from IE5-Mac \*/

.menu-dropdown ul li a {
  float: none;
}

/* PART OF MENU - SHOULD BE MERGED */

#menu>ul,
.menu-dropdown>ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 14px;
}

#menu>ul li {
  float: left;
  /*, .menu-dropdown>ul li  not needed anymore*/
}

#menu>ul a {
  float: left;
  color: #B30A00;
  text-decoration: none;
  font-size: 14px;
}

.menu-dropdown>ul a {
  float: left;
  color: #B30A00;
  text-decoration: none;
  font-size: 14px;
}

#menu-products li {
  float: none;
}

#menu-products li .menu-bucket {
  display: block;
  white-space: normal;
  padding: 1em;
  margin-right: 1em;
  border-right: solid 1px gainsboro;
}

#menu-products li .menu-bucket p {
  color: #666;
}

#menu-products li .menu-bucket a {
  display: inline-block;
}

#menu-products li .menu-bucket .btn {
  background: #B30A00;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 2px;
}

#menu {
  text-align: center;
}

#menu .main {
  display: inline-block;
  margin: 0 auto;
}

/* SUBMENU DECLARATION*/

#submenu_container {
  position: fixed;
  width: 100%;
  border-bottom: 1px solid gainsboro;
  z-index: 899;
  top: 71px;
  left: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #submenu_container {
    top: 68px;
  }
}

#submenu_container .submenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
  padding: 0;
  min-height: 41px;
  max-width: 1010px;
  margin: 0 auto;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  #submenu_container .submenu {
    height: 39px;
  }
}

#submenu_container .submenu a {
  color: #333;
}

#submenu_container .submenu a:hover {
  color: #DB2800;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #submenu_container .submenu {
    padding: 3px;
    justify-content: center;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #submenu_container .submenu .submenu-column {
    margin: 0.2em auto;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #submenu_container .submenu .submenu-column .nav li a {
    margin: 6px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #submenu_container .submenu .submenu-column:last-child {
    margin: 0 auto;
  }
}

#submenu_container .submenu .nav {
  display: flex;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #submenu_container .submenu .nav {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
  }
}

#submenu_container .submenu .nav li {
  border-right: solid 1px gainsboro;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #submenu_container .submenu .nav li {
    display: inline;
  }
}

#submenu_container .submenu .nav li a {
  display: inline-block;
  background: none;
  padding: 0;
  margin: 6px 12px;
  font-size: 11px;
  position: relative;
  text-transform: uppercase;
}

#submenu_container .submenu .nav li a.btn {
  background: #B30A00;
  position: relative;
  top: 1px;
  transition: 0.222s;
  border: none;
  padding: 6px 12px;
  margin: 0 8px 0 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #submenu_container .submenu .nav li a.btn .button-text {
    display: none;
  }
}

#submenu_container .submenu .nav li a.btn .lnr {
  margin-right: 0.4em;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #submenu_container .submenu .nav li a.btn .lnr {
    margin: 0;
  }
}

#submenu_container .submenu .nav li a.btn:hover {
  background: #9a0900;
}

#submenu_container .submenu .nav li a.btn-light {
  background: #DDE3E3;
  color: #666 !important;
  text-shadow: none;
}

#submenu_container .submenu .nav li a.btn-light:hover {
  background: #cfd7d7;
}

#submenu_container .submenu .nav li a.active {
  border-bottom: solid 2px #B30A00;
}

#submenu_container .submenu .nav li:last-child {
  border-right: none;
}

#submenu_container .submenu .nav li:last-child a:last-child {
  margin-left: 0.4em;
}

#submenu_container .submenu .nav li:last-child .btn {
  margin-right: 0;
  padding-right: 12px;
}

#submenu_container .submenu .title-column .product-subtitle {
  position: relative;
}

#submenu_container .submenu .title-column .product-subtitle .lnr {
  margin: 0 32px 0 6px;
}

#submenu_container .submenu .title-column .product-subtitle img {
  height: 32px;
  position: absolute;
  top: 50%;
  left: 12px;
  margin-top: -16px;
}

#submenu_container .submenu li.active a {
  border-bottom: 2px solid #B30A00;
}

/* OVERRIDE BOOTSTRAP NAV */

/* Commented Backslash Hack hides rule from IE5-Mac \*/

/* Used to correctly pad the tops of #linked ids on pages w/ a header and a submenu */

span.header_padding {
  margin-top: -70px;
  padding-bottom: 70px;
  display: block;
}

/* Specific Dropdown Menu Styles */

#menu-products>ul,
#menu-support>ul {
  width: 980px;
  /* be specific or menus wrap and don't work right in ie7 */
}

ul.drivers li {
  float: none !important;
  margin: 10px 0;
  padding: 10px 0;
}

ul.drivers li a {
  font-size: 14px;
  text-decoration: none;
}

ul.drivers li a:hover {
  font-size: 14px;
  text-decoration: none;
}

ul.drivers li a img {
  margin-right: 10px;
}

#menu-products .dropdown-menu .col.one-third ul li {
  font-size: 12px;
  /*width: 145px; Width only affected column one in products*/
  line-height: 20px;
}

#menu-products .menu_sources .col {
  margin: 0;
  padding: 0;
}

#menu-products .menu_sources .title {
  line-height: 20px;
  font-size: 15px;
  font-weight: 400;
}

#menu-products .menu_sources br {
  line-height: 20px;
}

#menu-about>ul,
#menu-download>ul,
#menu-tech>ul {
  width: 510px;
}

#menu-about ul li,
#menu-download ul li,
#menu-order ul li,
#menu-support ul li,
#menu-tech ul li {
  margin-bottom: 14px;
  float: none;
}

/* Dropdown */

#menu .dropdown-menu {
  width: auto;
  left: auto;
  margin-top: -4px;
  box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 3px 15px rgba(0, 0, 0, 0.07);
  top: 58px;
}

#menu .dropdown-menu ul {
  clear: both;
}

#menu .dropdown-menu ul li {
  list-style: none;
}

#menu .dropdown-menu ul li a {
  border-bottom: solid 1px transparent;
  transition: 0.222s;
  font-size: 0.9em;
  padding-bottom: 2px;
}

#menu .dropdown-menu ul li a:hover {
  border-bottom: solid 1px #177CB8;
  text-decoration: none;
}

#menu .dropdown-menu ul li a i {
  padding-right: 15px;
  font-size: 21px;
  color: grey;
}

#menu .dropdown-menu .section-title {
  font: 14px "Segoe UI", "Helvetica Neue", Arial, Verdana, sans-serif;
  clear: both;
  font-size: 15px;
  font-weight: 400;
  padding: 9px 0 5px;
  float: none;
  display: block;
  border-bottom: 1px solid gainsboro;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
}

#menu .dropdown-menu .section-title a {
  color: #333;
  text-decoration: none;
}

#menu .dropdown-menu .section-title a:hover {
  color: #000;
}

#menu .dropdown-menu .title {
  font: 14px "Segoe UI", "Helvetica Neue", Arial, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333;
}

#menu .dropdown-menu p.subdesc {
  margin: 7px 0 10px;
}

#menu .dropdown-menu .title {
  float: none;
  color: #444;
  margin: 4px 0;
  clear: both;
}

#menu .dropdown-menu .section {
  border-left: 1px solid gainsboro;
  border-right: 1px solid gainsboro;
  /*<-- This divides menu with left border*/
  height: 100%;
  min-height: 270px;
  /*This determines minimum height of menu*/
  /*background-color: $light-grey; */
  padding-left: 14px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #menu .dropdown-menu .section {
    height: auto;
    border: none;
  }
}

#menu .dropdown-menu .dropdown_footer {
  border-top: 1px solid gainsboro;
}

#menu .dropdown-menu .dropdown_footer ul {
  margin: 0;
}

#menu .dropdown-menu .dropdown_footer ul.menu-platforms li {
  float: none;
  display: inline-block;
  width: auto;
  min-width: auto;
  padding: 8px 10px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #menu .dropdown-menu .dropdown_footer ul.menu-platforms li {
    display: block;
    border: none;
  }
}

#menu .menu-products-wrapper .dropdown-products {
  width: 100%;
  left: 0;
}

#menu .menu-products-wrapper .dropdown-products .padder {
  padding: 1em 0;
}

#menu .menu-products-wrapper .dropdown-products .menu-product-bucket {
  display: block;
  padding: 1.5em;
  transition: 0.222s;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #menu .menu-products-wrapper .dropdown-products .menu-product-bucket {
    padding: 1em 1em 0 1em;
  }
}

#menu .menu-products-wrapper .dropdown-products .menu-product-bucket p {
  color: #666;
}

#menu .menu-products-wrapper .dropdown-products .menu-product-bucket .btn {
  background: #DDE3E3;
  border-radius: 2px;
  color: #666;
  transition: 0.222s;
}

#menu .menu-products-wrapper .dropdown-products .menu-product-bucket .btn:hover {
  background: #cfd7d7 !important;
}

#menu .menu-products-wrapper .dropdown-products .menu-product-bucket:hover .btn {
  background: #cfd7d7 !important;
}

#menu .menu-products-wrapper .dropdown-products .menu-products-left {
  padding: 0;
}

#menu .menu-products-wrapper .dropdown-products .menu-products-left a.btn {
  background: #DDE3E3 !important;
  border: none;
  color: #666 !important;
  font-size: 0.9em;
}

#menu .menu-products-wrapper .dropdown-products .menu-products-left a.btn .lnr {
  margin-left: 0.4em;
}

#menu .menu-products-wrapper .dropdown-products .menu-products-left a.btn:hover {
  background: #cfd7d7 !important;
}

#menu .menu-products-wrapper .dropdown-products .menu-products-left p {
  font-size: 1.1em;
}

#menu .menu-products-wrapper .dropdown-products .menu-products-right {
  border-left: solid 1px #DDE3E3;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #menu .menu-products-wrapper .dropdown-products .menu-products-right {
    border: none;
    float: none;
    width: auto;
  }
}

#menu .menu-products-wrapper .dropdown-products .menu-products-right ul li {
  padding: 0.2em 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #menu .menu-products-wrapper .dropdown-products .menu-products-right ul li {
    float: left;
    width: 50%;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #menu .menu-products-wrapper .dropdown-products .menu-products-right ul li a {
    font-size: 12px;
    margin-bottom: 6px;
  }
}

#menu .menu-products-wrapper .dropdown-products .menu-row .menu-title sup {
  font-size: 14px;
  top: -18px;
}

#menu .menu-products-wrapper .dropdown-products .menu-row .menu-title h3 {
  font: 14px "Segoe UI", "Helvetica Neue", Arial, Verdana, sans-serif;
  margin: 0 0 0.4em;
  border-bottom: solid 1px #DDE3E3;
  padding: 0 0 0.4em;
}

#menu .menu-products-wrapper .dropdown-products .menu-row .menu-links {
  margin-bottom: 1em;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #menu .menu-products-wrapper .dropdown-products .menu-row .menu-links {
    padding: 0 0 1em;
  }
}

#menu .menu-products-wrapper .dropdown-products .menu-row .menu-links>ul li a {
  display: inline-block;
}

#menu .menu-products-wrapper .dropdown-products .menu-row.menu-row-title h3 {
  font-size: 16px;
}

#menu .menu-products-wrapper .dropdown-products .menu-row.menu-row-supported .menu-links {
  margin: 0;
}

#menu .menu-products-wrapper .dropdown-products .menu-row .menu-products-bottom {
  padding: 0;
  border-top: solid 1px #DDE3E3;
}

#menu .menu-products-wrapper .dropdown-products .menu-row .menu-products-bottom h3 {
  font: 14px "Segoe UI", "Helvetica Neue", Arial, Verdana, sans-serif;
  margin: 0;
}

#menu .menu-products-wrapper .dropdown-products .menu-row .menu-products-bottom .menu-links {
  padding: 0;
  margin: 0;
}

#menu .menu-products-wrapper .dropdown-products .menu-row .menu-products-bottom .menu-links ul li {
  padding: 0.8em;
}

#menu .menu-products-wrapper .dropdown-products .menu-row .menu-products-bottom .menu-links ul li:first-child {
  border-right: solid 1px #DDE3E3;
}

#menu .menu-products-wrapper .dropdown-products .lnr-launch {
  margin: 0 0 0 0.4em;
  font-size: 12px;
}

#menu .dropdown-products .platform-list {
  margin: 0 0 1em 0;
}

#menu .dropdown-products .platform-list li {
  width: 50%;
  padding: 0.2em 0;
}

#menu .dropdown-products .menu-row {
  min-height: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #menu .dropdown-products .menu-row:last-child {
    display: none;
  }
}

#menu .dropdown-products li .menu-bucket {
  background: none;
  margin: 0;
  padding: 0 16px 9px;
  display: inline-block;
  border: none;
}

#menu .dropdown-products li .menu-bucket h2 {
  margin: 0;
  border-bottom: solid 1px transparent;
  display: inline-block;
  transition: 0.222s;
}

#menu .dropdown-products li .menu-bucket:hover h2 {
  border-bottom: solid 1px #B30A00;
}

#menu .dropdown-products .menu-components {
  padding: 0 1em;
}

#menu .dropdown-products .menu-components ul li {
  display: inline-block;
  margin-right: 5px;
}

#menu .dropdown-products .menu-components ul li a:after {
  content: ', ';
}

#menu .dropdown-products .menu-components ul li:last-child a:after {
  content: '';
}

#menu .dropdown-products .menu-components a {
  border-bottom: solid 1px transparent;
  transition: 0.222s;
  display: inline-block;
}

#menu .dropdown-products .menu-components a h2 {
  display: inline-block;
  margin: 0;
  padding: 0;
}

#menu .dropdown-products .menu-components a h2 sup {
  font-size: 10px;
  top: -20px;
}

#menu .dropdown-products .menu-components a:hover {
  border-bottom: solid 1px #B30A00;
}

#menu .dropdown-products .menu-sources {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 0 1em 1em;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #menu .dropdown-products .menu-sources {
    background: none;
  }
}

#menu .dropdown-products .menu-sources ul li {
  float: left;
  width: 20%;
  text-align: center;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #menu .dropdown-products .menu-sources ul li {
    width: auto;
  }
}

#menu .dropdown-products .menu-sources ul li a {
  display: block;
  border: none;
  border-right: solid 1px #DDE3E3;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #menu .dropdown-products .menu-sources ul li a {
    border: none;
    margin-right: 5px;
  }
}

#menu .dropdown-products .menu-sources ul li:last-child a {
  border: none;
}

/* FOOTER */

ul.product-platforms {
  float: left;
  margin: 0 8px 10px;
}

#menu .dropdown-menu .dropdown_footer ul.menu-platforms li a {
  font-size: 0.9em;
}

.dropdown_footer p {
  margin: 8px 0 0 10px;
}

/*ICONS*/

a .icon-nav {
  -ms-opacity: 0.7 !important;
  opacity: 0.7 !important;
  background-repeat: no-repeat;
}

a:hover .icon-nav {
  -ms-opacity: 1 !important;
  opacity: 1 !important;
  background-position: -75px -8px;
  /* grey position background-position:-17px -8px;*/
}

/*
	used to pad sections so that #links can reference them correctly
	otherwise, since submenu is 'fixed' the id points to a location under the submenu
*/

.padding-submenu {
  margin-top: -113px;
  padding-top: 113px;
}

ul.menu-platforms li {
  -moz-min-width: 165px;
  -ms-min-width: 165px;
  -o-min-width: 165px;
  -webkit-min-width: 165px;
  min-width: 165px;
  margin: 2px 0;
}

ul.menu-platforms li.soon a {
  color: dimgrey !important;
  pointer-events: none;
  cursor: default;
}

ul.menu-platforms li.profile {
  background: url("../img/top-left.png") no-repeat top left;
}

ul.menu-platforms li i {
  padding-right: 1px !important;
  margin-left: 2px !important;
}

ul.menu-platforms li a:hover {
  text-decoration: none !important;
}

ul.menu-platforms li h3 {
  font: 14px "Segoe UI", "Helvetica Neue", Arial, Verdana, sans-serif;
  margin: 0;
}

ul.menu-platforms li:first-child {
  border-right: solid 1px #DDE3E3;
}

ul.csv {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.csv li {
  display: inline-block;
  margin-right: 10px;
}

ul.csv li:after {
  content: ",";
}

ul.csv li:last-child:after {
  content: "";
}

#menu .mobile-menu-close {
  display: none;
}

.mobile-expanded {
  position: fixed;
  overflow: hidden;
}

.mobile-menu {
  display: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .mobile-menu {
    display: block;
  }
  .mobile-menu .mobile-menu-trigger {
    display: block;
    height: 68px;
    width: 40px;
    line-height: 68px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
    cursor: pointer;
  }
  .mobile-menu .mobile-menu-trigger .lnr {
    font-size: 28px;
    line-height: 68px;
  }
  .mobile-menu #menu {
    transition: none;
    background: #f1f1f1;
    border-top: solid 2px #ddd;
    position: fixed;
    left: -40%;
    top: 0;
    height: 100%;
    width: 40%;
    z-index: 999;
  }
  .mobile-menu #menu .mobile-menu-close {
    display: block;
    height: 68px;
    width: 47px;
    line-height: 68px;
    text-align: center;
  }
  .mobile-menu #menu .mobile-menu-close .lnr {
    font-size: 26px;
    line-height: 68px;
    color: #333;
  }
  .mobile-menu #menu .main {
    display: block;
    margin: 0;
  }
  .mobile-menu #menu .main li {
    float: none;
  }
  .mobile-menu #menu .main li a.main-nav {
    padding: 1em;
    display: block;
    float: none;
    border-bottom: solid 1px #DDE3E3;
    text-align: left;
  }
  .mobile-menu #menu .main li a.main-nav .caret {
    display: none;
  }
  .mobile-menu #menu .dropdown-menu {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    left: 40%;
    width: 60%;
    height: 100%;
    z-index: 999;
    border-top: solid 2px #737373;
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
  }
  .mobile-menu #menu .dropdown-menu.dropdown-products li:first-child .menu-bucket {
    margin: 0;
    border: none;
  }
}

.menu-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: wrap;
  min-height: 68px;
  position: relative;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .menu-row {
    height: 68px;
  }
}

@media only screen and (max-width: 980px) {
  .menu-row {
    background-position: center center;
    flex-direction: column;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .menu-row {
    height: auto;
    width: auto;
    flex-flow: inherit;
  }
}

@media only screen and (max-width: 980px) {
  .menu-row .menu-column.menu-links-column,
  .menu-row .menu-column.menu-list-column {
    align-self: center;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .menu-row .menu-column.menu-list-column {
    display: none;
  }
}

.menu-row .menu-column.menu-links-column .menu-slogan {
  text-transform: uppercase;
  text-align: right;
  display: block;
}

@media only screen and (max-width: 980px) {
  .menu-row .menu-column.menu-links-column {
    order: -1;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .menu-row .menu-column.menu-links-column {
    margin-top: 0;
    align-self: auto;
    padding-right: 8px;
  }
}

@media only screen and (max-width: 980px) {
  .menu-row .menu-column.menu-logo-column {
    order: -1;
  }
}

.mobile-menu .menu-row {
  display: block;
}

.menu-logo {
  display: block;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .menu-logo {
    padding-left: 38px;
  }
}

#menu-support .dropdown-menu {
  width: 70%;
  left: 13%;
}

#menu-about .dropdown-menu {
  width: 50%;
  left: 30%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px),
(min-width: 480px) and (max-width: 992px) {
  #header_container {
    height: auto;
    min-width: 0;
  }
}

#header .links {
  margin: 0;
  display: flex;
  justify-content: flex-end;
  flex-flow: wrap;
}

#header .links li a {
  display: block;
  padding: 0 12px;
  margin: 14px 0;
  border-right: solid 1px #DDE3E3;
  text-transform: uppercase;
  color: #666;
  font-size: 12px;
  height: auto;
}

#header .links li a .lnr {
  margin-right: 2px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px),
(min-width: 480px) and (max-width: 992px) {
  #header .links li a {
    padding: 0 0 0 6px;
    margin: 0;
    border: none;
  }
  #tel-button {
    padding: 0 0 0 6px !important;
    margin: 0 !important;
    border: none !important;
  }
}

#header .links li a:hover {
  color: #B30A00;
}

#header .links li:nth-child(3) a {
  padding-right: 0;
  border: none;
}

#header .links li:first-child {
  background: none;
}

#header .links #header ul.links li,
ul.links li a {
  font-size: 13px;
  margin: 0;
}

.home #hero_container h1 {
  margin-top: 0;
}

.padder {
  padding: 2em 0;
}

#product-items .prod-img {
  height: 72px;
}

#submenu_buffer {
  height: 42px;
}

.section-menu .row,
#submenu_container .row {
  margin: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px),
(min-width: 480px) and (max-width: 992px) {
  #demo_container .demo_next {
    right: -1em;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px),
(min-width: 480px) and (max-width: 992px) {
  #demo_container .demo_prev {
    left: -1em;
  }
}

.subscription-list p {
  margin: 1em 0 0.4em;
  font-size: 1.1em;
}

.subscription-list li {
  display: inline-block;
  padding-left: 0.4em;
}

.subscription-note {
  margin: 2em 0 0 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px),
(min-width: 480px) and (max-width: 992px) {
  .subscription-left {
    text-align: left;
  }
}

.subscription-right img {
  max-width: 100%;
}

@media (min-width: 480px) and (max-width: 992px) {
  .menu-logo svg {
    margin: 6px 0 0 0;
  }
}

@media (min-width: 480px) and (max-width: 992px) {
  #menu .dropdown-menu {
    top: 72px;
  }
}

@media (min-width: 480px) and (max-width: 992px) {
  #menu ul li a.main-nav {
    padding: 4px 14px;
  }
}

@media (min-width: 480px) and (max-width: 992px) {
  #submenu_container .submenu {
    max-width: 750px;
  }
}

.platform-container .platform-bullets-container ul.platform-bullets {
  width: auto;
  column-gap: normal;
  column-count: 1;
}

.platform-container .platform-bullets-container ul.platform-bullets li {
  width: auto;
}

.platform-container .btn {
  margin: 0 0 1em 0;
}

.platform-container .btn .lnr {
  margin-left: 0.4em;
}

.platform-container .prod-img {
  margin: 0;
  background-position: center;
}

.btn .lnr-download2,
.btn .lnr {
  margin-right: 0.6em;
}

.download-row {
  margin-bottom: 1em;
}

.download-row .individual-txt {
  padding: 15px;
}

.download-row .individual-txt h3 {
  color: #333;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}

.download-row .individual-txt p {
  margin: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px),
(min-width: 480px) and (max-width: 992px) {
  .download-row .individual-txt {
    text-align: center;
  }
}

.download-row .individual-img .tech {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.5;
  min-height: 64px;
}

.download-row .download-buttons {
  text-align: right;
  padding: 15px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px),
(min-width: 480px) and (max-width: 992px) {
  .download-row .download-buttons {
    text-align: center;
  }
}

.subscriptions-wrapper header {
  background-image: url(../img/home-hero-1.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.subscriptions-wrapper header .padder {
  padding: 4em 0;
}

.subscriptions-wrapper header .padder .btn {
  margin: 0;
}

.subscriptions-wrapper .subscriptions-login {
  background: #f7f7f7;
}

.subscriptions-wrapper .subscriptions-login .padder {
  padding: 0.4em 0;
}

.subscriptions-wrapper .subscriptions-login p,
.subscriptions-wrapper .subscriptions-login a {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.subscriptions-wrapper .subscriptions-login p {
  padding-right: 1em;
  margin-right: 0.4em;
  border-right: solid 1px gainsboro;
}

.subscriptions-wrapper .subscriptions-login .subscription-login {
  display: inline-block;
  font-size: 14px;
  position: relative;
  padding: 0.4em 0;
}

.subscriptions-wrapper .features-section .feature {
  border-bottom: solid 1px #f1f1f1;
  margin-bottom: 2em;
}

.subscriptions-wrapper .features-section .feature:last-child {
  margin-bottom: 0;
}

.subscriptions-wrapper .features-section .feature .feature-img {
  text-align: center;
}

.subscriptions-wrapper .features-section .feature .feature-img .lnr {
  border-radius: 2px;
  background: #fafafa;
  font-size: 32px;
  padding: 0.4em;
  display: inline-block;
  color: #DB2800;
}

.subscriptions-wrapper .features-section .feature .feature-text p:last-child {
  margin: 0;
}

.subscriptions-wrapper .included-section {
  border-top: solid 1px #f1f1f1;
}

.subscriptions-wrapper .included-section .included-intro .btn {
  margin: 0;
}

.subscriptions-wrapper .included-section .included-margin {
  margin: 0 auto 2em auto;
  width: 80%;
}

.subscriptions-wrapper .included-section .included-platforms {
  margin-bottom: 1em;
}

.subscriptions-wrapper .included-section .included-platforms li a {
  background: #fafafa;
  display: block;
  padding: 2em;
  transition: 0.222s;
  width: auto;
  margin-bottom: 2em;
}

.subscriptions-wrapper .included-section .included-platforms li a img {
  height: 48px;
  max-width: 100%;
  margin-bottom: 1em;
}

.subscriptions-wrapper .included-section .included-platforms li a .included-platforms-title {
  display: none;
}

.subscriptions-wrapper .included-section .included-platforms li a:hover {
  position: relative;
  z-index: 3;
  background: #fff;
  box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 3px 15px rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}

.subscriptions-wrapper .included-section .included-platforms li a p {
  margin: 0;
  min-height: 138px;
  color: #333;
}

.subscriptions-wrapper .included-section .included-platforms li a .sub-alert {
  font-size: 9px;
  text-transform: uppercase;
  position: absolute;
}

.subscriptions-wrapper .included-section .included-platforms li:last-child a {
  margin: 0;
}

.subscriptions-wrapper .included-section .product-list {
  border-left: solid 1px gainsboro;
  border-bottom: none;
  margin-bottom: 0;
}

.subscriptions-wrapper .included-section .product-list li a {
  position: relative;
  display: block;
  transition: 0.222s;
  padding: 1em;
}

.subscriptions-wrapper .included-section .product-list li a p {
  color: #666;
  margin: 0;
}

.subscriptions-wrapper .included-section .product-list li a:hover {
  position: relative;
  z-index: 3;
  background: #fafafa;
}

.subscriptions-wrapper .included-section .product-list li a .included-title {
  font-size: 1.1em;
}

.subscriptions-wrapper .included-section h4 {
  padding-top: 1em;
  text-align: right;
}

.subscriptions-wrapper .included-section .border-left {
  background: #f1f1f1;
  padding: 0.4em 0;
  border-bottom: solid 1px gainsboro;
}

.subscriptions-wrapper .included-section .border-left h3 {
  margin: 0;
}

.subscriptions-wrapper .included-section .included-inner {
  background: #fff;
  padding: 2em;
  box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 3px 15px rgba(0, 0, 0, 0.07);
  border-radius: 2px;
}

.subscriptions-wrapper .included-section#prod-components .included-intro {
  padding-bottom: 4em;
}

.subscriptions-wrapper .try-section {
  background: url(/ui/img/shattered.png) repeat center center;
}

.subscriptions-wrapper .callaction-section .callaction-inner {
  border: solid 1px gainsboro;
  padding: 2em;
}

.subscriptions-wrapper .subscriptions-menu {
  margin: 0;
}

.subscriptions-wrapper .subscriptions-menu li a {
  display: block;
  text-align: center;
}

.subscriptions-wrapper .version-history {
  display: block;
  text-align: right;
}

.subscriptions-wrapper .version-history .dropdown-toggle {
  background: none;
  border: none;
  color: #177CB8 !important;
  padding: 0.4em 0;
}

.subscriptions-wrapper .version-history .dropdown-toggle:hover,
.subscriptions-wrapper .version-history .dropdown-toggle:focus {
  color: #23527c !important;
}

.subscriptions-wrapper .version-history ul {
  right: 0;
  left: auto;
}

.subscriptions-wrapper .version-history ul li a {
  display: block;
}

#tabs-nav {
  margin-bottom: 0;
  margin-top: 0;
}

#tabs-nav li {
  margin-left: 10px;
}

#tabs-nav li.active a {
  color: #333;
  cursor: not-allowed;
}

a#Config,
a#Events,
a#Methods,
a#Properties {
  margin-top: 30px;
  display: block;
}

.com-items .btn {
  float: right;
}

#relatedList a {
  margin-left: 30px;
}

#relatedList a:first-child {
  margin-left: 0;
}

#whiframe #header,
#content h1+p {
  display: none !important;
}

#Config a,
#Events a,
#Methods a,
#Properties a {
  font-weight: bold;
  margin-right: 80px;
  line-height: 2em;
}

#Config i,
#Events i,
#Methods i,
#Properties i {
  color: #737373;
}

#whcontent #tabs,
#whcontent #whtitle {
  display: none;
}

#whfeedback,
#whfooter,
#whlayout>tbody>tr:first-child,
#whleftcol {
  display: none;
}

#whiframe {
  position: relative;
  top: -15px;
}

#whiframe table {
  display: block;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px),
(min-width: 480px) and (max-width: 992px) {
  #whiframe table {
    max-width: 320px;
  }
}

#whiframe table tbody {
  max-width: inherit;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px),
(min-width: 480px) and (max-width: 992px) {
  #whiframe table td {
    display: block;
    padding: 0;
  }
}

#whiframe ul {
  padding-left: 15px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .menu-logo-column {
    width: 137px;
  }
}

.api-list li {
  width: 33.333%;
  float: left;
  padding: 0 15px;
}

.api-list .api-inner {
  text-align: center;
}

.api-list .api-inner input[type=radio] {
  display: none;
}

.api-list .api-inner label {
  display: block;
  border: solid 1px gainsboro;
  padding: 1em 0;
  cursor: pointer;
  transition: 0.222s;
  margin-bottom: 1em;
  border-radius: 2px;
}

.api-list .api-inner label:hover {
  box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 3px 15px rgba(0, 0, 0, 0.07);
}

.api-list .api-inner.api-checked label {
  border-color: #DB2800;
  box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 3px 15px rgba(0, 0, 0, 0.07);
}

.api-list .api-inner .api-icon,
.api-list .api-inner .api-title {
  display: block;
  margin: 0 auto;
}

.api-list .api-inner .api-icon {
  margin-bottom: 6px;
  max-width: 64px;
  height: 64px;
}

.api-list .api-inner .api-title {
  font-weight: normal;
}

.api-wrapper input.btn {
  margin: 0;
}

.api-title,
.api-breadcrumb {
  display: inline-block;
  vertical-align: middle;
}

.api-title .lnr,
.api-breadcrumb .lnr {
  margin: 0 4px;
}

.howitworks-section {
  border-top: solid 1px gainsboro;
}

.how-inner {
  background: #fff;
  padding: 2em;
  border: solid 1px gainsboro;
  border-radius: 2px;
}

.api-header #hero_background {
  background: #fafafa;
}

.leadership-map {
  background-color: #fafafa;
  background-position: center center;
  background-size: cover;
  position: relative;
  background: url(/ui/img/shattered.png) repeat center center;
}

.leadership-map .years-map {
  position: absolute;
  width: 100%;
  height: 221px;
  left: 0;
  top: 0;
  z-index: 1;
}

.leadership-map:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  content: ' ';
  opacity: 0.8;
}

.leadership-map .padder {
  position: relative;
  z-index: 4;
}

.leadership-map p {
  margin-bottom: 0;
}

.leadership-map ul {
  margin-top: 8px;
  margin-bottom: 0;
  list-style: none;
}

.leadership-map ul li {
  margin-bottom: 0.4em;
  font-size: 19px;
  position: relative;
  padding-left: 28px;
}

.leadership-map ul li:last-child {
  margin-bottom: 0;
}

.leadership-map ul li .fa {
  color: #177CB8;
  margin-right: 0.4em;
  position: absolute;
  top: 4px;
  left: 0;
}

.company-intro-section .companies-intro-list {
  margin: 0;
}

.company-intro-section .companies-intro-list li {
  padding: 0;
}

.company-intro-section .companies-intro-list li .companies-inner {
  background: #fff;
  border: solid 1px #DDE3E3;
  text-align: center;
  margin: 0.4em;
  border-radius: 2px;
}

.company-intro-section .companies-intro-list li .companies-inner img {
  max-width: 80%;
  height: 20px;
  margin: 15px 0;
}

.mission-statement {
  border-left: solid 5px #177CB8;
  padding: 0.4em 2em;
  margin-top: 4em;
}

.mission-statement p {
  margin: 0;
}

.sftp-pricing-intro .pricing-txt p {
  margin-bottom: 1em;
}

.sftp-pricing-intro {
  margin-top: 0px;
}

.sftp-pricing-intro .pricing-txt .btn {
  margin: 0;
}

.features-row .col-md-2 {
  padding: 1em 15px;
}

.features-row .col-md-10 {
  padding: 1em 15px;
  border-left: solid 1px gainsboro;
}

.features-row p {
  margin: 0;
}

.platform-section .product-tabs {
  font-size: 0.8em;
}

.platform-section .product-tabs a p {
  margin: 0;
  color: #333;
}

.platform-section .product-tabs-content .tab-pane {
  padding: 2em 0;
}

.platform-section .product-tabs-content .tab-pane img {
  float: right;
  margin: 0 0 1em 2em;
}

.product-news-list li .product-news-list-inner {
  border: solid 1px gainsboro;
  text-align: center;
  padding: 1em;
  margin-bottom: 1em;
}

.product-news-list li .product-news-list-inner .fa {
  font-size: 32px;
  color: #B30A00;
  margin-bottom: 12px;
}

.product-news-list li .product-news-list-inner h3 {
  margin: 0;
}

.product-news-list li .product-news-list-inner img {
  max-height: 32px;
  margin-bottom: 12px;
}

ul.components li a {
  margin: 0;
  border-radius: 2px;
  transition: 0.222s;
}

ul.components li a img {
  border: solid 1px gainsboro;
  padding: 0.4em;
  border-radius: 2px;
}

ul.components li a span {
  max-height: 29px;
  padding: 0.4em;
  margin: 0;
}

.about-careers {
  background: #fafafa;
}

.about-careers p:last-child {
  margin: 0;
}

.career-inner {
  box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 3px 15px rgba(0, 0, 0, 0.07);
  background: #fff;
  margin-bottom: 2em;
  padding: 2em;
  border-radius: 2px;
}

.career-inner-more {
  padding: 0 2em;
}

body.modal-open #header,
body.modal-open #menu,
body.modal-open #submenu_container .submenu {
  margin-left: auto;
}

.summary-section .summary-inner {
  border: solid 1px gainsboro;
  border-top: solid 3px #B30A00;
  padding: 2em;
  border-radius: 4px;
  margin-bottom: 2em;
  display: block;
  position: relative;
  transition: 0.222s;
}

.summary-section .summary-inner h1 {
  font-size: 4em;
}

.summary-section .summary-inner p {
  color: #333;
  margin: 0;
}

.summary-section .summary-inner h3 {
  position: relative;
}

.summary-section .summary-inner .summary-more {
  opacity: 0;
  transition: 0.222s;
  position: absolute;
  bottom: 1em;
  right: 1em;
  font-size: 10px;
}

.summary-section .summary-inner .summary-more .lnr {
  margin-left: 0.4em;
}

.summary-section .summary-inner:hover {
  box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 3px 15px rgba(0, 0, 0, 0.07);
}

.summary-section .summary-inner:hover .summary-more {
  opacity: 1;
}

.summary-section .summary-inner:focus {
  text-decoration: none;
}

.summary-section .summary-second-row .summary-inner {
  margin: 0;
}

.summary-section .enterprise-highlight {
  background: #fff;
  border-radius: 2px;
  padding: 2em;
  height: auto;
  width: auto;
  margin: 0;
  z-index: 2;
  position: relative;
  font-weight: 500;
  box-shadow: 0 10px 35px rgba(50, 50, 93, 0.1), 0 3px 15px rgba(0, 0, 0, 0.07);
}

.summary-section .enterprise-highlight p {
  margin: 0;
}

.companies-collapse {
  height: 300px;
  overflow: hidden;
  position: relative;
}

.companies-collapse:after {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}

.companies-expanded {
  height: auto;
  overflow: visible;
}

.companies-expanded:after {
  background: none;
}

.companies-expand {
  text-align: center;
  display: block;
  position: relative;
  margin-top: 1em;
}

.companies-expand:hover .companies-expand-link {
  background: #fafafa;
}

.companies-expand:focus {
  text-decoration: none;
}

.companies-expand .companies-expand-link {
  background: #fff;
  z-index: 3;
  position: relative;
  border: solid 1px gainsboro;
  padding: 0.4em 1em;
  border-radius: 24px;
  text-decoration: none;
  font-size: 0.8em;
  text-transform: uppercase;
}

.companies-expand .companies-expand-link .lnr {
  font-size: 10px;
}

.companies-expand:after {
  background: gainsboro;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -1px;
  content: ' ';
}

.subscription-note {
  border-left: solid 5px #B30A00;
  padding: 0.4em 2em;
}

.number-header {
  text-align: center;
  height: 150px;
  width: 150px;
  line-height: 150px;
  border-radius: 150px;
  position: relative;
  margin: 0 auto 3em;
  border: solid 3px gainsboro;
  background: #fafafa;
}

.number-header h3 {
  position: absolute;
  top: 50%;
  width: 100%;
  margin: -26px 0 0 0;
}

.number-header h3 .number {
  display: block;
  font-weight: bold;
}

.feature_benefit {
  margin-top: 2em;
  font-size: 1.1em;
  width: 80%;
  margin: 2em auto 0 auto;
}

.feature_benefit th {
  background: #f1f1f1;
  padding: 1em;
  border-bottom: solid 1px gainsboro;
}

.feature_benefit th:nth-child(2n) {
  border-left: solid 1px gainsboro;
}

.feature_benefit td {
  vertical-align: top;
  padding: 1em;
  border-bottom: solid 1px gainsboro;
}

.feature_benefit td .lnr {
  color: #B30A00;
  position: relative;
  top: 4px;
  font-size: 18px;
}

.feature_benefit td:first-child {
  padding-right: 0;
}

.feature_benefit td:nth-child(3n) {
  border-left: solid 1px gainsboro;
  padding-right: 0;
}

.feature_benefit tr:nth-child(even) td {
  background: #fafafa;
}

.feature_benefit tr:last-child td {
  border-bottom: none;
}

.menu-row {
  display: table\9;
  width: 100% \9;
  height: 68px\9;
}

.menu-column {
  display: table-cell\9;
  vertical-align: middle\9;
}

.menu-logo-column {
  width: 20% \9;
}

.mobile-menu {
  display: none\9;
}

#header .links {
  display: table\9;
}

#header .links li {
  display: table-cell\9;
}

#submenu_container .submenu {
  display: table\9;
  height: 41px\9;
  width: 100% \9;
}

#submenu_container .submenu a {
  display: table-cell\9;
  vertical-align: middle\9;
  text-align: left\9;
}

#submenu_container .submenu a.title {
  width: 48% \9;
}

#submenu_container .submenu .nav {
  display: table-cell\9;
  vertical-align: middle\9;
  text-align: right\9;
}

#submenu_container .submenu .nav li {
  display: table-cell\9;
  float: none\9;
  vertical-align: middle\9;
}

.slide-3 .companies-list li img {
  margin-top: 23px\9;
}

#tel-button {
  display: block;
  padding: 0 12px;
  margin: 14px 0;
  border-right: solid 1px #DDE3E3;
  text-transform: uppercase;
  color: #666 !important;
  font-size: 12px;
  height: auto;
  background: none !important;
  outline:none;
}

/*# sourceMappingURL=custom.css.map */