body {
  margin: 0;
  padding: 0;
  font-family: "PT Sans" !important;
  font-size: 15px;
  color: #444;
  background-color: #FFFDFB;
}

h1 {
  font-size: 36px;
  font-weight: bold;
}

h2 {
  font-size: 30px;
  font-weight: bold;
}

h3 {
  font-size: 26px;
  font-weight: bold;
}

.header {
  width: 100%;
  padding: 10px 50px;
  margin-top: 18px;
}

ew img {
  max-width: 100%;
}

.clear {
  clear: both;
}

.hero-container {
  height: 607px;
  position: relative;
}
.hero-container img {
  position: absolute;
  right: 0;
  z-index: -1;
}

.logo-unit {
  vertical-align: middle;
}
.logo-unit a {
  display: inline-block;
}
.logo-unit .ibp-icon {
  width: 170px;
  margin-right: 20px;
  display: inline-block;
}
.logo-unit .home-icon {
  display: inline-block;
  width: 39px;
}

.topPad10 {
  padding-top: 10px !important;
}

.topPad20 {
  padding-top: 20px !important;
}

.topPad30 {
  padding-top: 30px !important;
}

.topPad40 {
  padding-top: 40px !important;
}

.topPad50 {
  padding-top: 50px !important;
}

.topPad60 {
  padding-top: 60px !important;
}

.topPad70 {
  padding-top: 70px !important;
}

.topPad80 {
  padding-top: 80px !important;
}

.topPad90 {
  padding-top: 90px !important;
}

.topPad100 {
  padding-top: 100px !important;
}

.bottomPad10 {
  padding-bottom: 10px !important;
}

.bottomPad20 {
  padding-bottom: 20px !important;
}

.bottomPad30 {
  padding-bottom: 30px !important;
}

.bottomPad40 {
  padding-bottom: 40px !important;
}

.bottomPad50 {
  padding-bottom: 50px !important;
}

.no-margin {
  margin: 0 !important;
}

.bluecheck {
  list-style-image: url(/res/img/blue-check.png);
}

/* devstripe */
.cke_editable {
  border: 1px solid #fff;
}

.cke_editable:hover {
  border: 1px dashed #ccc;
}

.devstripe {
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  padding: 10px 20px;
}

.content-nosidebar .devstripe {
  width: 980px;
  margin-left: -20px;
  margin-top: 0;
}

.content-nosidebar-nopad .devstripe {
  width: 980px;
  margin-top: 0;
  margin-left: 0;
}

.devstripe.live {
  background-color: #ececec;
  color: #333;
  margin-bottom: 20px;
}

.devstripe.editing {
  background-color: #68cb65;
  color: #fff;
}

.pagetools {
  background-color: #C7C7C7;
  width: 100%;
  padding: 20px;
  margin-bottom: 20px;
}

.content-nosidebar .pagetools {
  width: 980px;
  margin-left: -20px;
}

.content-nosidebar-nopad .pagetools {
  width: 980px;
  margin-left: 0;
}

.pagetools.notop {
  margin-top: 0px;
}

.pagetools-save form {
  margin: 0;
}

/* admin ribbon */
#adminribbon {
  width: 100%;
  display: block;
  background-color: #333;
  z-index: 1000;
}

#adminribbon ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid #5A5A5A;
  z-index: 9999;
}

#adminribbon ul li {
  float: left;
  font-size: 12px;
  padding: 3px;
  padding: 3px 10px;
  text-align: center;
  border-right: 1px solid #5A5A5A;
}

#adminribbon ul li ul {
  display: none;
}

#adminribbon ul li a {
  color: #ccc;
}

#adminribbon ul li a:hover {
  text-decoration: none;
  color: #fff;
}

#adminribbon ul li:hover ul {
  display: block;
  position: absolute;
  width: 150px;
  padding: 0;
  margin-left: -10px;
  margin-top: 3px;
}

#adminribbon ul li ul li {
  background-color: #666;
  display: block;
  width: 150px;
  text-align: left;
  border-top: 1px solid #5A5A5A;
}

.container-fluid {
  max-width: 1500px;
}
@media all and (max-width: 1023px) {
  .container-fluid {
    padding: 5px;
  }
}
@media all and (min-width: 1024px) {
  .container-fluid {
    padding: 0 50px;
  }
}
@media all and (min-width: 1524px) {
  .container-fluid {
    padding: 0 90px;
  }
}

/* waves */
.fade-container {
  position: relative;
  line-height: 2em;
  overflow: hidden;
}
.fade-container img {
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  -moz-animation: showHide 2s ease-in forwards;
  /* Firefox */
  -webkit-animation: showHide 2s ease-in forwards;
  /* Safari and Chrome */
  -ms-animation: showHide 2s ease-in forwards;
  /* IE10 */
  -o-animation: showHide 2s ease-in forwards;
  /* Opera */
  animation: showHide 2s ease-in forwards;
}

.fade-container-right {
  position: relative;
  line-height: 2em;
  overflow: hidden;
}
.fade-container-right img {
  clip-path: polygon(97% 0%, 100% 0%, 100% 100%, 96% 100%);
  -moz-animation: showHideRight 2s ease-in forwards;
  /* Firefox */
  -webkit-animation: showHideRight 2s ease-in forwards;
  /* Safari and Chrome */
  -ms-animation: showHideRight 2s ease-in forwards;
  /* IE10 */
  -o-animation: showHideRight 2s ease-in forwards;
  /* Opera */
  animation: showHideRight 2s ease-in forwards;
}

@-webkit-keyframes showHide {
  /* Chrome, Safari */
  from {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-moz-keyframes showHide {
  from {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-ms-keyframes showHide {
  from {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-o-keyframes showHide {
  from {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes showHide {
  from {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes showHideRight {
  /* Chrome, Safari */
  from {
    clip-path: polygon(97% 0%, 100% 0%, 100% 100%, 96% 100%);
  }
  to {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
}
@-moz-keyframes showHideRight {
  from {
    clip-path: polygon(97% 0%, 100% 0%, 100% 100%, 96% 100%);
  }
  to {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
}
@-ms-keyframes showHideRight {
  from {
    clip-path: polygon(97% 0%, 100% 0%, 100% 100%, 96% 100%);
  }
  to {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
}
@-o-keyframes showHideRight {
  from {
    clip-path: polygon(97% 0%, 100% 0%, 100% 100%, 96% 100%);
  }
  to {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
}
@keyframes showHideRight {
  from {
    clip-path: polygon(97% 0%, 100% 0%, 100% 100%, 96% 100%);
  }
  to {
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
  }
}
.uppercase {
  text-transform: uppercase;
}

.mobile-menu {
  display: none;
  float: right;
  font-size: 25px;
  color: #000;
  margin-top: -30px;
}
@media all and (max-width: 788px) {
  .mobile-menu {
    display: block;
  }
}

@media all and (max-width: 788px) {
  .nav {
    display: none;
  }
}
.nav ul li {
  display: inline-block;
  margin-right: 35px;
  position: relative;
}
.nav ul li a {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
}
.nav ul li a.btn {
  padding: 11px 18px !important;
}
.nav ul li div {
  position: absolute;
  z-index: 500;
}
.nav ul li div ul {
  display: none;
  position: absolute;
  width: 200px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0px 4px 0px #adadad;
  padding: 0;
  margin: 0;
}
.nav ul li div ul li {
  margin: 10px;
  display: block;
}
.nav ul li div ul li a {
  font-weight: 500;
  font-size: 15px;
}
.nav ul li:hover ul {
  display: block;
}
.nav ul li.active a {
  color: #F58121;
}

.user-menu-item .label a {
  color: #F58121;
  vertical-align: middle;
  text-decoration: none;
}
.user-menu-item .label a:hover {
  text-decoration: none;
  color: #F58121;
}
.user-menu-item .label a img {
  vertical-align: text-top;
  margin-top: -2px;
  margin-right: 3px;
}

.subnav {
  border-top: 2px solid #D0D0D0;
  border-bottom: 2px solid #D0D0D0;
  padding: 15px;
  text-align: center;
}
.subnav ul {
  list-style: none;
  margin: 0;
}
.subnav ul li {
  display: inline-block;
}
.subnav ul li a {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 15px;
  color: #444444;
  letter-spacing: 1px;
}
.subnav ul li a.active {
  background: rgba(245, 129, 33, 0.1);
  border-radius: 5px;
  color: #F58121;
  padding: 3px 6px;
}
.subnav ul li a:hover {
  text-decoration: none;
}

.btn-solid {
  border-radius: 3px;
  background-color: #F58121;
  color: #fff !important;
  font-weight: bold;
  font-size: 18px;
  padding: 13px 24px !important;
}
.btn-solid:hover {
  opacity: 0.8;
}

.btn-blue {
  border-radius: 3px;
  background-color: #2B80F4;
  color: #fff !important;
  font-weight: bold;
  font-size: 18px;
  padding: 13px 24px !important;
}
.btn-blue:hover {
  opacity: 0.8;
}

.btn-green {
  border-radius: 3px;
  background-color: #99C439;
  color: #fff !important;
  font-weight: bold;
  font-size: 18px;
  padding: 13px 24px !important;
}
.btn-green:hover {
  opacity: 0.8;
}

.btn-outline-green, .btn-info {
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-shadow: 0 1px 2px 0 #F2F2F2;
  border-radius: 3px;
  font-size: 18px;
  font-weight: bold;
  color: #99C439;
  letter-spacing: 0;
  text-align: center;
  font-size: 18px;
  padding: 13px 24px !important;
}
.btn-outline-green:hover, .btn-info:hover {
  opacity: 0.8;
}

.btn-outline-orange, .btn-primary {
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-shadow: 0 1px 2px 0 #F2F2F2;
  border-radius: 3px;
  font-size: 18px;
  font-weight: bold;
  color: #F58121;
  letter-spacing: 0;
  text-align: center;
  font-size: 18px;
  padding: 13px 24px !important;
}
.btn-outline-orange:hover, .btn-primary:hover {
  opacity: 0.8;
}

.btn-orange {
  border-radius: 3px;
  background-color: #F58121;
  color: #fff !important;
  font-weight: bold;
  font-size: 18px;
  padding: 13px 24px !important;
}
.btn-orange:hover {
  opacity: 0.8;
}

.btn-outline {
  border-radius: 3px;
  border: 1px solid #F58121 !important;
  background-color: #fff;
  color: #F58121 !important;
  font-weight: bold;
  font-size: 18px;
  padding: 13px 24px !important;
}
.btn-outline:hover {
  opacity: 0.8;
}

.btn-outline-fade {
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-shadow: 0 1px 2px 0 #F2F2F2;
  border-radius: 3px;
  font-size: 18px;
  color: #F58121;
  letter-spacing: 0;
  text-align: center;
  color: #F58121 !important;
  font-weight: bold;
  font-size: 18px;
  padding: 13px 24px !important;
}
.btn-outline-fade:hover {
  opacity: 0.8;
}

.homepage-bg {
  background-image: url(/res/img/homepage-1.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  /* height: 769px; */
  /* z-index: 100; */
  overflow: visible;
  padding-bottom: 250px;
}

.tractor-container {
  margin-top: -60px;
  margin-bottom: 70px;
}

#hp-tractor {
  margin-top: -50px;
  margin-left: -50px;
}

.featured-content {
  max-width: 535px;
  z-index: 10;
  margin-top: 171px;
}
.featured-content h1 {
  color: #000;
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  margin-top: 120px;
}
.featured-content h2 {
  color: #F58121;
  font-size: 40px;
  font-weight: bold;
  line-height: 30px;
}
.featured-content p {
  color: #444444;
  font-size: 20px;
  line-height: 27px;
  margin-top: 40px;
}
.featured-content .btn {
  margin-top: 40px;
  margin-right: 10px;
}

.fadeleft {
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 100;
}

.faderight {
  background: -moz-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 100;
}

.carousel {
  margin-bottom: 80px;
}
.carousel .c-heading {
  margin-top: 40px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #444;
}
.carousel .c-heading:hover .label {
  color: #99C439;
}
.carousel .c-heading .label {
  height: 60px;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
}
.carousel .c-heading .label:hover {
  opacity: 0.7;
}
.carousel .c-heading.active .label {
  color: #99C439;
  font-weight: bold;
}
.carousel .c-heading .progress {
  width: 100%;
  height: 2px;
  background-color: #eaeaea;
}
.carousel .c-heading .progress .bar {
  width: 0%;
  height: 2px;
  background-color: #99C439;
}
.carousel .c-body-container {
  height: 500px;
}
.carousel .c-body {
  margin-top: 25px;
  position: absolute;
  display: none;
}
.carousel .c-body.active {
  display: block;
}
.carousel .c-body .title {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
  margin-top: 50px;
}
.carousel .c-body .desc {
  margin-top: 30px;
  color: #444444;
  line-height: 26px;
}
.carousel .c-body .btn {
  margin-top: 20px;
}
.carousel .c-body .feat-image {
  margin-top: 25px;
  text-align: right;
}
.carousel .c-body .feat-image img {
  max-height: 443px;
  border-radius: 3px;
}

.carousel-hr {
  width: 99%;
  text-align: center;
  margin: 20px auto;
  border-top: 2px solid #ccc;
}

.carousel-type-2 .c-body-container, .carousel-type-3 .c-body-container {
  height: 650px;
}
.carousel-type-2 .c-body .title, .carousel-type-3 .c-body .title {
  margin-top: 0;
}
.carousel-type-2 .budget-text, .carousel-type-3 .budget-text {
  font-size: 36px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  font-weight: bold;
}
.carousel-type-2 .budget-label, .carousel-type-3 .budget-label {
  letter-spacing: 2px;
}
.carousel-type-2 .partnerlogo, .carousel-type-3 .partnerlogo {
  max-width: 250px;
  float: right;
  margin: 15px 0 10px 20px;
}
.carousel-type-2 .desc-checks ul.ibpul, .carousel-type-3 .desc-checks ul.ibpul {
  text-align: left;
  padding-left: 23px;
  margin: 0;
  list-style-image: url("/res/img/green-check.png");
}
.carousel-type-2 .desc-checks ul.ibpul li, .carousel-type-3 .desc-checks ul.ibpul li {
  margin: 15px 0;
}
.carousel-type-2 .feat-image, .carousel-type-3 .feat-image {
  position: relative;
}
.carousel-type-2 .feat-image .dots, .carousel-type-3 .feat-image .dots {
  position: absolute;
  text-align: center;
  bottom: 10px;
  width: 100%;
}
.carousel-type-2 .feat-image .dots li, .carousel-type-3 .feat-image .dots li {
  display: inline-block;
  border: 2px solid #99C439;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin: 0 5px;
  background-color: #fff;
  cursor: pointer;
}
.carousel-type-2 .feat-image .dots li.active, .carousel-type-3 .feat-image .dots li.active {
  background-color: #99C439;
}
.carousel-type-2 .feat-image .dots li.active:hover, .carousel-type-3 .feat-image .dots li.active:hover {
  opacity: 1;
}
.carousel-type-2 .feat-image .dots li:hover, .carousel-type-3 .feat-image .dots li:hover {
  opacity: 0.5;
}
.carousel-type-2 .image, .carousel-type-3 .image {
  width: 100%;
  height: 300px;
  background-size: cover;
  box-shadow: 0px 6px 15px 0px #00000057;
}

.carousel-type-3 .c-body-container {
  height: 400px;
}
.carousel-type-3 .c-heading:hover .label {
  color: #F58121;
}
.carousel-type-3 .c-heading.active .label {
  color: #F58121;
}
.carousel-type-3 .c-heading .progress .bar {
  background-color: #F58121;
}

.hp-icon-item {
  margin-top: 40px;
  margin-bottom: 80px;
  font-size: 22px;
}
.hp-icon-item div {
  margin: 10px 0 5px 0;
}

.box-feature {
  height: 160px;
  width: 520px;
  max-width: 100%;
  border-radius: 5px;
  background-color: #F58121;
  margin: 0 auto;
  box-shadow: 3px 8px 16px #00000038;
}
@media all and (max-width: 800px) {
  .box-feature {
    height: auto;
    width: 100%;
  }
}
.box-feature .text {
  display: inline-block;
  margin: 55px 0 0 50px;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
@media all and (max-width: 800px) {
  .box-feature .text {
    margin: 10px;
    text-align: center;
  }
}
.box-feature .btn {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 50px;
  margin-top: 55px;
  background-color: #fff;
  color: #F58121;
  padding: 10px 15px;
  font-size: 18px;
}
@media all and (max-width: 800px) {
  .box-feature .btn {
    margin: 5px;
  }
  .box-feature .btn .text-right {
    text-align: center !important;
  }
}
.box-feature.box-feature-2 {
  background-color: #43D23A;
}
.box-feature.box-feature-2 .btn {
  color: #99C439;
}
.box-feature.full {
  width: 100%;
}

.trust {
  margin-top: 80px;
  margin-bottom: 80px;
}
.trust .logos {
  margin-top: 20px;
}
.hp-waves {
  margin-top: -200px;
  z-index: 20;
}
.feature-waves {
  margin-top: -30px;
  z-index: -1;
}

.feature-waves-right {
  margin-top: 0;
  z-index: -1;
  text-align: right;
}

.waves2 {
  margin: 0 0 0;
}

.waves-full {
  width: 100%;
  margin: 20px 0;
}

.waves-full-left {
  width: 100%;
  margin: 20px 0;
}

.waves-full-right {
  width: 100%;
  margin: 20px 0;
}

.waves-footer {
  margin: 20px 0;
}

.waves-right-container {
  text-align: right;
  margin-right: -113px;
}

@media all and (max-width: 1023px) {
  .waves-both-sides {
    margin-top: 10px;
  }
}
@media all and (max-width: 900px) {
  .waves-both-sides {
    margin-top: 40px;
  }
}
@media all and (max-width: 700px) {
  .waves-both-sides {
    margin-top: 60px;
  }
}
@media all and (max-width: 500px) {
  .waves-both-sides {
    margin-top: 80px;
  }
}
@media all and (max-width: 400px) {
  .waves-both-sides {
    margin-top: 100px;
  }
}

.footer {
  margin-top: 50px;
}
.footer h3 {
  font-size: 22px;
}
.footer .logo {
  display: inline-block;
  margin-top: 18px;
  margin-bottom: 20px;
}
.footer .social-icons {
  margin-top: 20px;
}
.footer .social-icons a {
  display: inline-block;
  margin-right: 35px;
}
.footer .social-icons a:hover {
  opacity: 0.7;
}
.footer .extra-links {
  text-align: left;
  margin-top: 60px;
  font-size: 13px;
}
.footer .extra-links a {
  color: #444444;
}

/* features page */
.suplabel {
  background: rgba(43, 128, 244, 0.1);
  border-radius: 3.6px;
  font-size: 8.4px;
  color: #F58121;
  font-weight: 500;
  letter-spacing: 0;
  vertical-align: super;
}

#feature-header {
  margin-top: 70px;
}

.prod-feature {
  margin-bottom: 100px;
}
.prod-feature .info h2 {
  font-size: 30px;
}
.prod-feature .info .desc {
  margin-top: 20px;
  font-size: 15px;
}
.prod-feature .info .desc .bluecheck {
  padding-left: 22px;
}
.prod-feature .info .desc .bluecheck li ul {
  list-style-image: none;
  padding-left: 22px;
}
.prod-feature .info .btn {
  margin-top: 20px;
  font-size: 18px;
}
.prod-feature .screenshot img {
  box-shadow: 0px 7px 15px 0px #6d6d6d66;
}
.prod-feature.prod-feature-left .info {
  padding-right: 70px;
}
.prod-feature.prod-feature-right .info {
  padding-left: 70px;
}

.side-features-header {
  font-size: 22px;
}

.side-features {
  border-left: 2px solid #EAEAEA;
  text-transform: uppercase;
  font-size: 13px;
  list-style: none;
  margin: 29px 2px;
  padding: 0;
  margin-bottom: -10px;
}
@media all and (max-width: 1023px) {
  .side-features {
    margin-left: 25px;
  }
}
.side-features li {
  margin: 0 20px 20px 0;
  cursor: pointer;
}
.side-features li a {
  color: #444;
}
.side-features li a:hover {
  color: #F58121 !important;
}
.side-features li .dot-container {
  display: inline-block;
  padding: 10px;
  border-radius: 50px;
  border: none;
  vertical-align: middle;
  margin-left: -17px;
}
.side-features li .dot-container .dot {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #EAEAEA;
  border-radius: 20px;
}
.side-features li .label {
  display: inline-block;
  padding-left: 20px;
}
.side-features li.active {
  color: #F58121;
}
.side-features li.active .dot-container {
  border: 1px solid #F58121;
}
.side-features li.active .dot-container .dot {
  background-color: #F58121;
}
.side-features li:hover {
  color: #F58121 !important;
}

@keyframes growdot {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.new-release {
  background: rgba(43, 128, 244, 0.1);
  border-radius: 3px;
  font-size: 13px;
  padding: 30px;
  margin-right: 25px;
  margin-top: 50px;
}
.new-release .heading {
  text-transform: uppercase;
  color: #F58121;
}
.new-release p {
  margin-top: 10px;
}
.new-release .btn {
  font-size: 15px;
}

/* purchase */
.purchase {
  margin-top: 40px;
}
.purchase .tailored {
  border: 1px solid #F2F2F2;
  padding: 10px 30px 30px 30px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 15px;
}
.purchase .tailored .badge {
  display: inline-block;
  background: rgba(43, 128, 244, 0.1);
  border-radius: 5px;
  /* Tailored licensing: */
  font-family: PTSans-Bold;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #F58121;
  letter-spacing: 0.88px;
}
.purchase .tailored h2 {
  font-size: 30px;
}
.purchase .tailored h3 {
  font-size: 23px;
}
.purchase .tailored ul {
  text-align: left;
  margin: 0;
  list-style-image: url("/res/img/orange-check.png");
}
.purchase .tailored ul li {
  margin: 15px 0;
}
.purchase .no-border {
  padding: 10px 30px 30px 30px;
  font-size: 15px;
}
.purchase .no-border h3 {
  font-size: 23px;
}
.purchase .orange-checks ul {
  text-align: left;
  margin: 0;
  list-style-image: url("/res/img/orange-check.png");
}
.purchase .orange-checks ul li {
  margin: 15px 0;
}
.purchase .btn-outline {
  margin-left: 20px;
}
.purchase .promo-heading .create-kit {
  font-size: 14px;
  color: #F58121;
  letter-spacing: 0.88px;
  font-weight: 500;
  text-align: center;
  margin-left: 10px;
}

/*howto*/
.box {
  /* Rectangle Copy: */
  border: 1px solid #F2F2F2;
  box-shadow: 0 1px 2px 0 #F2F2F2;
  border-radius: 3px;
  padding: 10px 10px 20px 10px;
  font-size: 15px;
}
.box img {
  width: 100%;
}
.box .inner {
  padding: 15px 15px 30px 15px;
}
.box .inner h3 {
  font-size: 22px;
  margin-top: 10px;
}
.box .inner p {
  margin: 15px 0;
}
.box .inner .btn {
  margin-top: 10px;
}

.youtube-copy {
  margin-left: 50px;
  margin-top: 80px;
}

.testimonials {
  margin-bottom: 20px;
  margin-right: 20px;
}
.testimonials .testimonial {
  margin-bottom: 75px;
}
.testimonials .testimonial h2.name {
  margin-top: 10px;
}
.testimonials .testimonial .user-img {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  background-size: cover;
  background-position: center;
}
.testimonials .testimonial .position {
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.testimonials .testimonial .copy {
  margin-top: 25px;
  line-height: 25px;
}
.testimonials .testimonial.topPad100 {
  margin-bottom: 20px;
}

.faq-container {
  border: 1px solid #f2f2f2;
  box-shadow: 0px 1px 1px #ececec;
  border-radius: 3px;
  padding: 25px 25px 20px 25px;
  margin-bottom: 25px;
}
.faq-container .question {
  font-size: 18px !important;
  line-height: 23px;
}
.faq-container .question h3 {
  font-size: 18px !important;
  line-height: 23px;
}
.faq-container .faq-answer {
  font-size: 15px !important;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 0;
}

.top-content-nav {
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  padding: 18px;
}
.top-content-nav .heading {
  font-size: 22px;
  font-weight: 600;
  color: #8A8A8A;
}

/* training */
.custommenu, .custommenu-exp {
  list-style: none;
  margin: 0;
  font-size: 13px;
  padding: 0;
}

.custommenu ul, .custommenu-exp ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 20px;
}

.custommenu.expanded ul, .custommenu-exp.expanded ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
}

.custommenu li, .custommenu-exp li {
  cursor: pointer;
  margin: 0;
  padding: 8px 13px;
}

.custommenu-exp li {
  cursor: pointer;
  margin: 0;
  padding: 1px 15px;
}

.custommenu li a {
  color: #000;
}

.custommenu li a.activepage, .custommenu-exp li a.activepageexp {
  color: #F58121;
}

.custommenu li ul, .custommenu-exp li ul {
  display: none;
  list-style: none;
  padding: 0;
  padding-left: 5px;
  margin: 10px 0 0 0;
}

.custommenu li ul li ul, .custommenu-exp li ul li ul {
  margin: 0;
}

.custommenu li ul li {
  border: none;
}

.custommenu .arrow {
  margin-right: 5px;
}

/* Slider */
.slick-slide {
  margin: 0px 20px;
}

.slick-slide .img {
  width: 100%;
  height: 80px;
  margin-top: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
  text-align: center;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  vertical-align: middle;
  height: 100px;
  width: auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.map-container {
  position: relative;
}
.map-container .map-overlay-container {
  background-color: #fff;
  z-index: 100;
  border: 1px solid #F2F2F2;
  box-shadow: 0 1px 2px 0 #F2F2F2;
  max-width: 100%;
  width: 386px;
  max-height: 400px;
}
.map-container .map-overlay-container .title {
  width: 85%;
  display: inline-block;
  padding: 20px 10px;
  text-align: center;
  font-size: 16px;
  color: #444444;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.map-container .map-overlay-container .modal-close {
  display: inline-block;
  cursor: pointer;
}
.map-container .map-overlay-container .modal-close:hover {
  opacity: 0.5;
}
.map-container .map-overlay-container .moc-content {
  overflow-y: scroll;
  margin-top: 15px;
  position: relative;
  text-align: left;
  max-height: 323px;
  margin: 10px 16px 0 25px;
  padding-bottom: 50px;
}
.map-container .map-overlay-container .moc-content .person {
  margin: 5px 0;
}
.map-container .map-overlay-container .moc-content .person .user-img {
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  background-color: #ccc;
}
.map-container .map-overlay-container .moc-content .person .user-meta {
  display: inline-block;
  margin-top: 10px;
  margin-left: 15px;
  vertical-align: middle;
  max-width: 245px;
}
.map-container .map-overlay-container .moc-content .person .user-meta .name {
  font-size: 18px;
  font-weight: bold;
}
.map-container .map-overlay-container .moc-content .person .user-meta .position {
  font-size: 14px;
}
.map-container .map-overlay-container .moc-mask {
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
}

.landing-template .ibp-icon {
  width: 220px;
}
.landing-template .header h1 {
  margin-top: 97px;
  font-size: 40px;
}
.landing-template .statrow {
  margin-top: 130px;
  margin-bottom: 90px;
}
.landing-template .statrow .col-stat {
  padding: 0 40px;
}
.landing-template .statrow .col-stat h2 {
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
}
.landing-template .statrow .col-stat .desc {
  font-size: 18px;
  color: #5C5C5C;
  letter-spacing: 0;
  text-align: center;
  line-height: 26px;
  margin-bottom: 20px;
}
.landing-template .statrow .col-stat .stat {
  font-weight: bold;
  font-size: 60px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
}
.landing-template .statrow .col-stat .stat-label {
  font-size: 14px;
  color: #444444;
  letter-spacing: 0.88px;
  text-align: center;
  text-transform: uppercase;
}
.landing-template .statrow .col-stat .btn {
  margin-top: 30px;
}
.landing-template .map-container {
  margin-top: 40px;
}
.landing-template .toggle-container {
  margin-top: 40px;
}
.landing-template .toggle-container .label {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 20px;
}
.landing-template .toggle-container .label.label-team.active {
  color: #F58121;
}
.landing-template .toggle-container .label.label-users.active {
  color: #2B80F4;
}
.landing-template .toggle-container .map-toggle-icon {
  cursor: pointer;
}
.landing-template .toggle-container .map-toggle-icon:hover {
  opacity: 0.7;
}
.landing-template .waves2 {
  width: 100%;
  margin-top: -50px;
}
.landing-template h2 {
  font-size: 36px;
}
.landing-template .news-heading {
  margin-top: 60px;
}

.news-box {
  display: block;
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-shadow: 0 1px 2px 0 #F2F2F2;
  border-radius: 3px;
  margin: 20px;
  padding: 30px;
}
.news-box .tag {
  display: inline-block;
  font-family: PTSans-Bold;
  font-size: 14px;
  letter-spacing: 0.88px;
  display: inline-block;
  padding: 5px 8px;
  text-transform: uppercase;
}
.news-box .tag.tag-orange {
  color: #F58121;
  background: rgba(245, 129, 33, 0.1);
  border-radius: 5px;
}
.news-box .tag.tag-blue {
  color: #2B80F4;
  background: rgba(43, 128, 244, 0.1);
  border-radius: 5px;
}
.news-box .news-date {
  display: inline-block;
  margin-left: 10px;
  color: #444444;
}
.news-box .title {
  margin-top: 20px;
  font-size: 22px;
  color: #000000;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: bold;
}
.news-box:hover {
  box-shadow: 0px 6px 20px #ccc;
  cursor: pointer;
  text-decoration: none !important;
}
.news-box:hover * {
  color: #000000;
  text-decoration: none !important;
}
.news-box:hover .title {
  color: #2B80F4;
  text-decoration: none;
}

.croplist .crop {
  margin-bottom: 60px;
}
.croplist .crop .crop-name {
  font-weight: bold;
  font-size: 22px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  margin: 15px 0 15px 0;
}
.croplist .crop .crop-icon {
  border-radius: 100px;
  width: 75px;
  height: 75px;
  object-fit: cover;
}

/* promotional resources */
.promotional-resources {
  margin-top: 30px;
}
.promotional-resources .box-container {
  border: 1px solid #F2F2F2;
  padding: 10px 30px 10px 30px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 15px;
  margin-bottom: 20px;
}
.promotional-resources .box-container h3 {
  margin-top: 10px;
}
.promotional-resources .box-container .box-content {
  margin-top: 20px;
  padding-bottom: 20px;
}
.promotional-resources .box-container .box-content h4 {
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 20px;
}
.promotional-resources .box-container .box-content .item {
  margin: 15px 0 5px 0;
}
.promotional-resources .box-container .box-content .item .badge {
  background: rgba(245, 129, 33, 0.1);
  border-radius: 5px;
  font-size: 14px;
  color: #F58121;
  letter-spacing: 0.88px;
  text-align: center;
  /* Tailored licensing: */
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: #F58121;
  letter-spacing: 0.88px;
  vertical-align: top;
}
.promotional-resources .box-container .box-content .item .title {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  width: 48%;
}
.promotional-resources .box-container .box-content .item .title .material-preview {
  background-color: #e4e4e4;
  color: #3c3c3c;
  padding: 6px;
  border-radius: 3px;
  font-weight: Bold;
  font-size: 12px;
  display: inline-block;
}
.promotional-resources .box-container .box-content .item .buttons {
  display: inline-block;
  text-align: right;
  width: 40%;
}
.promotional-resources .box-container .box-content .item .buttons .button {
  background: #FFFFFF;
  display: inline-block;
  border: 1px solid #F2F2F2;
  box-shadow: 0 1px 2px 0 #F2F2F2;
  border-radius: 3px;
  font-family: PTSans-Regular;
  font-size: 15px;
  color: #000;
  letter-spacing: 0;
  margin-left: 7px;
  padding: 5px;
}
.promotional-resources .box-container .box-content .item .buttons .button.active {
  color: #F58121;
}
.promotional-resources .kit-summary {
  border: 1px solid #F2F2F2;
  background-color: #fff;
  border-radius: 5px;
  font-size: 15px;
}
.promotional-resources .kit-summary .title {
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  padding: 15px;
  border-bottom: 2px solid #dfdfdf;
}
.promotional-resources .kit-summary .summary {
  padding: 20px;
  color: #444444;
}
.promotional-resources .kit-summary .summary .summary-item {
  background-color: #fef2ea;
  padding: 13px;
  border-radius: 5px;
  color: #d87625;
  font-size: 14px;
}
.promotional-resources .kit-summary .button {
  width: 100%;
  background-color: #F58121;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  padding: 15px;
  cursor: pointer;
}

.news-filter-list {
  background-color: #fff;
  width: 150px;
  list-style: none;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 10px;
  position: absolute;
  margin-left: -80px;
  display: none;
}
.news-filter-list.active {
  display: inline-block;
}
.news-filter-list li {
  display: block;
  width: 130px;
  font-size: 13px;
  font-size: 14px;
}

.news {
  margin-top: 30px;
}
.news .newsitem {
  display: block;
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-shadow: 0 1px 2px 0 #F2F2F2;
  border-radius: 3px;
  margin: 15px;
  padding: 20px;
}
.news .newsitem .tag {
  background: rgba(245, 129, 33, 0.1);
  border-radius: 5px;
  color: #F58121;
  font-size: 14px;
  display: inline-block;
  padding: 6px 12px;
  text-transform: uppercase;
}
.news .newsitem .date {
  font-size: 14px;
  display: inline-block;
  margin-left: 25px;
  text-transform: uppercase;
}
.news .newsitem .title {
  font-weight: 600;
  font-size: 22px;
  color: #000000;
  letter-spacing: 0;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.news a.newsitem {
  color: inherit;
}
.news a.newsitem:hover {
  opacity: 0.7;
  text-decoration: none;
}

.resources {
  margin-top: 30px;
}
.resources .resource {
  display: block;
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-shadow: 0 1px 2px 0 #F2F2F2;
  border-radius: 3px;
  margin: 15px;
  padding: 20px;
}
.resources .resource .tag {
  background: rgba(245, 129, 33, 0.1);
  border-radius: 5px;
  color: #F58121;
  font-size: 14px;
  display: inline-block;
  padding: 6px 12px;
  text-transform: uppercase;
  margin-right: 25px;
  margin-bottom: 20px;
}
.resources .resource .date {
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  vertical-align: middle;
}
.resources .resource .title {
  font-size: 22px;
  color: #000000;
  letter-spacing: 0;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.resources a.resource {
  color: inherit;
}
.resources a.resource:hover {
  opacity: 0.7;
  text-decoration: none;
}

.publications {
  margin-top: 30px;
}
.publications .publication {
  display: block;
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  box-shadow: 0 1px 2px 0 #F2F2F2;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 20px;
}
.publications .publication a {
  color: #666;
}
.publications .publication .tag {
  background: rgba(245, 129, 33, 0.1);
  border-radius: 5px;
  color: #F58121;
  font-size: 14px;
  display: inline-block;
  padding: 6px 12px;
  text-transform: uppercase;
}
.publications .publication .date {
  font-size: 14px;
  display: inline-block;
  margin-left: 25px;
  text-transform: uppercase;
}
.publications .publication .title {
  font-weight: 600;
  font-size: 22px;
  color: #000000;
  letter-spacing: 0;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.publications a.publication {
  color: inherit;
}
.publications a.publication:hover {
  opacity: 0.7;
  text-decoration: none;
}

.publication-detail .title {
  max-width: 700px;
}
.publication-detail .meta {
  margin: 30px 0;
}
.publication-detail .authors .heading {
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #D0D0D0;
}
.publication-detail .authors .list {
  font-size: 18px;
}
.publication-detail .abstract-heading {
  margin-top: 50px;
}
.publication-detail .abstract {
  margin-top: 20px;
}
.publication-detail .abstract * {
  font-size: 15px !important;
  color: #444444 !important;
  line-height: 24px !important;
}
.publication-detail .keywords {
  margin-top: 50px;
}
.publication-detail .keywords a {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  display: inline-block;
  margin: 9px 7px;
  padding: 3px 13px;
  text-transform: uppercase;
  color: #000;
}

.region-outline {
  position: absolute;
  right: -150px;
  max-height: 1000px;
}

.community-page {
  width: 100%;
  padding: 10px 50px;
  margin-top: 18px;
}
.community-page a {
  color: #99C439;
}
.community-page .croplist {
  list-style: none;
  margin: 25px 0 0 0;
  padding: 0;
}
.community-page .croplist li {
  margin: 15px 0;
}
.community-page .croplist li a {
  text-transform: uppercase;
  font-size: 14px;
  color: #444444;
}
.community-page .croplist li a.active {
  color: #99C439;
}
.community-page .community-header {
  z-index: 500 !important;
  border-top: 2px solid #9bc53d;
  padding: 20px 0;
  border-bottom: 2px solid #9bc53d;
  background-color: #9bc53d;
  color: #fff;
}
.community-page .community-header .name {
  font-size: 22px;
  color: #fff;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 32px;
  display: inline-block;
  margin-left: 25px;
}
.community-page .community-header ul {
  list-style: none;
  margin: 6px 40px 0 0;
  padding: 0;
  display: inline-block;
  float: right;
}
.community-page .community-header ul li {
  display: inline-block;
  margin-left: 40px;
}
.community-page .community-header ul li a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #444444;
  letter-spacing: 1.2px;
  padding: 3px;
}
.community-page .community-header ul li a.active {
  background: #9bc53d;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.88px;
  text-align: center;
}
.community-page .cropimg {
  box-shadow: 0px 5px 17px 0px rgba(0, 0, 0, 0.13);
  margin-top: 30px;
}
.community-page .biological-information table {
  border: none;
  width: 100% !important;
}
.community-page .biological-information table tr td {
  font-size: 18px;
  color: #5C5C5C;
  width: 50%;
  padding: 15px;
  vertical-align: middle !important;
}
.community-page table tr td a, .community-page table tr th a {
  color: #5C5C5C !important;
  font-weight: normal;
}
.community-page .info-section {
  margin-top: 40px;
}
.community-page .info-section h2 {
  margin-bottom: 20px;
}
.community-page .community-about {
  margin-bottom: 40px;
}
.community-page .discussion-table {
  margin-top: 25px;
}
.community-page .discussion-table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.community-page .member-count-banner {
  background-image: url(/res/img/member-count-bg.png);
  background-size: cover;
  padding: 40px;
  border-radius: 5px;
}
.community-page .member-count-banner h2 {
  color: #fff;
  margin-top: 5px;
}
.community-page .member-count-banner .btn {
  background-color: #fff;
  color: #99C439;
  font-weight: 600;
  padding: 10px 15px;
  font-size: 18px;
}
.community-page .commtag {
  border-radius: 5px;
  font-size: 14px;
  letter-spacing: 0.88px;
  text-align: center;
  font-size: 14px;
  padding: 4px 4px;
}
.community-page .commtag.commtag-blog {
  background: rgba(245, 129, 33, 0.1);
  color: #F58121;
}
.community-page .commtag.commtag-forum {
  background: rgba(153, 196, 57, 0.1);
  color: #99C439;
}

.blur-login-prompt {
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 100px;
  display: inline-block;
  font-weight: bold;
  padding: 76px;
  box-shadow: 1px 1px 20px 3px #00000054;
}

.map-container .dot {
  animation: growdot 1s;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
  padding: 9px;
}

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

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

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

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

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

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

.nav-tabs.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #dddddd;
}

.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}