@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,700,900&display=swap");
html, body {
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-size: 14px;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.wrapper {
  flex-grow: 1;
}

header .navbar-expand-lg {
  padding-bottom: 2rem;
  padding-top: 1.5rem;
}
header .navbar-expand-lg .navbar-nav {
  margin-top: 1.3rem;
}
header .navbar-expand-lg .navbar-nav li {
  margin-left: 1rem;
}
header .navbar-expand-lg .navbar-nav a {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
header .navbar-expand-lg .navbar-nav a:after {
  display: none;
}
header .navbar-expand-lg .navbar-nav .navbar-collapse {
  margin-top: 1.2rem;
}
header .navbar-expand-lg .navbar-nav .soc {
  margin-left: 0;
}
header .navbar-expand-lg .navbar-nav .soc a {
  font-size: 17px;
  padding-left: 0;
}
header .navbar-expand-lg .navbar-nav .nav-item.show > a {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}
header .navbar-expand-lg .navbar-nav .dropdown-menu {
  text-align: center;
  background: #0E5E96;
  border-radius: 7px;
  left: 50%;
  transform: translateX(-50%);
}
header .navbar-expand-lg .navbar-nav .dropdown-menu a {
  color: #fff;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
}
header .navbar-expand-lg .navbar-nav .dropdown-menu a:hover, header .navbar-expand-lg .navbar-nav .dropdown-menu a:focus {
  background: transparent;
}
header .navbar-expand-lg .navbar-nav .dropdown-menu:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #0E5E96;
  border-width: 10px;
  margin-left: -10px;
}
header .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  margin: 0 7px;
}

main {
  padding-bottom: 4rem;
}

.gray-line {
  width: 100%;
  background: #E6E6E6;
  height: 11px;
  margin-top: .5rem;
}

.dropdown-section {
  background: #58BFC2;
  display: flex;
  position: relative;
  margin-top: 4rem;
  width: 100%;
  align-items: center;
}
.dropdown-section .collapse-btn {
  position: absolute;
  left: 1.5rem;
  top: 1.2rem;
  text-decoration: none;
  z-index: 500;
  width: 25px;
  height: 25px;
  background: url("../../images/web/v2/close.33f214792480.svg") 60% 60% no-repeat;
}
.dropdown-section .collapse-btn:hover {
  color: #0E5E96;
}
.dropdown-section .collapse-btn.collapsed {
  background: url("../../images/web/v2/plus.c4addad9b0ca.svg") 50% 50% no-repeat;
}
.dropdown-section .text-wrapper {
  padding-left: 2.5rem;
}
.dropdown-section .title {
  text-transform: uppercase;
  color: #fff;
  font-size: 38px;
  margin-bottom: .5rem;
  font-weight: 200;
  line-height: 1.2;
}
.dropdown-section .content {
  font-size: 18px;
  font-weight: 500;
}
.dropdown-section img {
  position: relative;
  right: -35px;
  top: -35px;
}

.sections-w-icons {
  padding: 1.5rem 0 5rem;
}
.sections-w-icons .item {
  padding: 3rem 0;
}
.sections-w-icons .item .container {
  padding: 0 3rem;
}
.sections-w-icons .right-col {
  padding-left: 1rem;
  margin-top: .5rem;
}
.sections-w-icons .right-col a {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}
.sections-w-icons .right-col h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0.5rem;
}
.sections-w-icons .gray-bg {
  background: #f6f6f6;
}
.sections-w-icons .restrictions {
  margin-left: calc(10rem - 10px);
  margin-top: 10px;
  font-size: 12px;
}

.industries-section {
  background: url("../../images/web/v2/bg-1.d896d9fcb41d.png") 50% 0 no-repeat;
  color: #fff;
  background-size: cover;
  text-align: center;
  padding: 3rem 0 3rem;
  overflow: hidden;
  margin-bottom: 6rem;
}
.industries-section h3 {
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 200;
}
.industries-section [class*="col-md-"] {
  margin-bottom: 5rem;
}
.industries-section :nth-child(n+4) {
  margin-bottom: 0;
}
.industries-section .sub-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5rem;
}
.industries-section img {
  margin-bottom: 1rem;
}
.industries-section .col-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
}
.industries-section span {
  font-size: 12px;
}
.industries-section i {
  font-style: normal;
  text-transform: uppercase;
  font-size: 12px;
}

.title-w-desc {
  text-align: center;
  margin-bottom: 4rem;
}
.title-w-desc h3 {
  text-transform: uppercase;
  font-size: 29px;
  color: #0E5E96;
  font-weight: 300;
  margin-bottom: 2rem;
}
.title-w-desc .text {
  font-size: 18px;
  font-weight: 500;
}

.title-w-desc.has-lines {
  border-top: 1px solid #0E5E96;
  border-bottom: 1px solid #0E5E96;
  padding: 3.5rem 0;
  margin-top: 4rem;
}
.title-w-desc.has-lines h3 {
  margin-bottom: 1rem;
}

.list-section {
  margin-top: 1.5rem;
  background: #f6f6f6;
}
.list-section .container {
  padding: 3rem 0;
  background: url("../../images/web/v2/bg-2.15be6e0e053a.svg") 100% 100% no-repeat;
}

ul.list li {
  padding-left: 3rem;
  margin-bottom: 1.5rem;
}

ul.list {
  list-style: none;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
ul.list > li {
  background: url("../../images/web/v2/list_icon.683fe9e29105.svg") 0 3px no-repeat;
}
ul.list > li > ul {
  list-style: none;
  margin-top: 1.5rem;
  margin-left: 1.5rem;
}
ul.list > li > ul > li {
  background: url("../../images/web/v2/list_icon2.8b5336024d54.svg") 0 5px no-repeat;
}
ul.list > li > ul > li > ul {
  list-style: none;
  margin-left: 1.5rem;
  margin-top: 1.5rem;
}
ul.list > li > ul > li > ul > li {
  background: url("../../images/web/v2/list_icon3.9f07c4892277.svg") 0 5px no-repeat;
}

.webinar-graphic {
  margin-top: 5rem;
  margin-bottom: 3rem;
}
.webinar-graphic .content {
  background: #58BFC2;
  max-width: 600px;
  height: 200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.webinar-graphic .content span {
  font-size: 26px;
}

.check-out-btn {
  border: 3px solid #035D98;
  border-radius: 21px;
  padding: 1rem 7%;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 25px;
  display: inline-block;
  color: #0E5E96;
  text-decoration: none;
  background: #fff;
  margin-top: 2rem;
}

.blue-list-section {
  background: #0E5E96;
  padding: 5rem 0;
  color: #fff;
}
.blue-list-section h3 {
  color: #58BFC2;
  font-weight: 500;
}
.blue-list-section ul.list {
  margin-left: 5rem;
}
.blue-list-section ul.list li {
  font-weight: 300;
}
.blue-list-section ul.list > li {
  background: url("../../images/web/v2/list_icon_light.a0148da27183.svg") 0 3px no-repeat;
}

.small-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  color: #0E5E96;
  font-weight: 600;
  margin-bottom: 2rem;
}

.form {
  font-size: 14px;
  margin-top: 5rem;
  margin-bottom: 4rem;
}
.form form {
  background: #e6e6e6;
  padding: 1.5rem 2.5rem 1.5rem;
  max-width: 846px;
  margin: 0 auto;
}
.form p {
  width: 100%;
  margin-bottom: 1.2rem;
}
.form label {
  display: block;
  margin-bottom: 2px;
}
.form input[type="text"], .form input[type="textarea"], .form input[type="email"], .form input[type="number"], .form input[type="password"], .form input[type="tel"], .form select {
  background: #fff;
  border: 0;
  border-radius: 11px;
  padding: 5px 10px;
  outline: none;
  width: 100%;
}
.form input[type="file"] {
  background: #fff;
  border-radius: 11px;
  padding: 2px 5px;
  min-height: 31px;
  display: flex;
  width: 100%;
}
.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: #fff url("../../images/web/v2/arrow-down.4fb07f704857.svg") 99% 50% no-repeat;
}
.form .textarea {
  margin-top: 1rem;
}
.form textarea {
  border: 0;
  border-radius: 11px;
  padding: 10px 15px;
  outline: none;
  width: 100%;
}
.form button {
  outline: none;
  background: #0E5E96;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 4px 2rem;
  margin-top: 1.5rem;
  font-size: 16px;
  border-radius: 11px;
  border: 0;
  display: inline-block;
}

.products {
  font-size: 16px;
}
.products .img {
  text-align: center;
}
.products h1 {
  font-size: 41px;
  text-transform: uppercase;
  text-align: center;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-weight: bold;
  color: #0E5E96;
}
.products h2 {
  color: #0E5E96;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}
.products p {
  font-weight: 500;
  margin-bottom: 2rem;
}
.products p:last-child {
  margin-bottom: 0;
}
.products strong {
  text-transform: uppercase;
  font-weight: 900;
}
.products .item {
  padding: 3rem 0;
}
.products .item:nth-child(2n) {
  background: #f9f9f9;
}

.contacts-header {
  background: url("../../images/web/v2/bg-2.98bc61709635.png") 50% 0 no-repeat;
  background-size: cover;
  color: #fff;
  padding: 4rem 0 4rem;
  font-size: 16px;
  font-weight: 200;
  border-bottom: 3px solid #5a8eb2;
}
.contacts-header .img {
  text-align: center;
}
.contacts-header .img img {
  margin-left: 6rem;
}
.contacts-header b {
  text-transform: uppercase;
}
.contacts-header .title {
  font-size: 29px;
  font-weight: 200;
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

.contacts .title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 1rem;
}
.contacts .form {
  background: #e6e6e6;
  padding-bottom: 1rem;
  margin-top: 0;
}
.contacts .form label {
  font-size: 12px;
  font-weight: 500;
}
.contacts .form p {
  margin-bottom: 1.5rem;
}
.contacts .form select {
  margin-bottom: 1rem;
}
.contacts .lets-connect {
  max-width: 550px;
  margin: 0 auto;
  border-bottom: 1px solid #00659D;
  text-align: center;
  padding: 0 0 4rem;
}
.contacts .lets-connect .title {
  color: #00659D;
  text-transform: uppercase;
  font-size: 29px;
  font-weight: 300;
}
.contacts .lets-connect a {
  margin: 0 .5rem;
  display: inline-block;
}
.contacts .title-w-desc {
  margin-top: 3rem;
}
.contacts .form.light {
  background: #fff;
}
.contacts .form.light form {
  max-width: 100%;
  background: #fff;
}
.contacts .form.light form input {
  border: 2px solid #d0d0d0 !important;
}

.video {
  max-width: 700px;
  margin: 0 auto;
  height: 460px;
  background: #58BFC2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.main-content {
  font-size: 14px;
  line-height: 2;
}
.main-content section {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.main-content section:nth-child(2n) {
  background: #f9f9f9;
}
.main-content h2 {
  color: #0E5E96;
  font-weight: 300;
  font-size: 29px;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.main-content h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
.main-content p {
  margin-bottom: 2rem;
}
.main-content a.bold {
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}

.about-us-header {
  margin-bottom: 6rem;
}

.about-us .title-w-desc {
  line-height: 1.8;
}
.about-us .team {
  margin-top: 8rem;
  text-align: center;
}
.about-us .team .img-wrapper,
.careers .img-wrapper img {
  border: 10px solid #fff;
  display: inline-block;
  border-radius: 200px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 1rem;
  width: 270px;
  height: 270px;
  background: #e6e6e6;
}
.about-us .team .img-wrapper img,
.careers .img-wrapper img {
  height: 100%;
}
.about-us .team .img-wrapper.active {
  border: 10px solid #0E5E96;
}
.about-us .team .name {
  color: #0E5E96;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
.about-us .team .position {
  font-size: 16px;
  margin-top: .5rem;
}
.about-us .team .row {
  margin-bottom: 3rem;
  position: relative;
}
.about-us .team .row .col-md-4 {
  margin-bottom: 2rem;
}
.about-us .team .row .col-md-4:nth-child(3) {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.about-us .team .row .col-md-4:nth-child(5) {
  position: absolute;
  right: 0;
}
.about-us .content {
  background: #0E5E96;
  padding: 2.5rem 3.5rem;
  text-align: left;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 4rem;
}
.about-us .blue-line {
  height: 1px;
  background: #0E5E96;
  margin: 6rem 0 5rem;
}

/* Begin Careers */
.carrers .header {
  overflow: hidden;
}

.careers .container {
  margin-bottom:3rem;
}
.careers .btn {
  padding: .375rem 2rem;
}

.careers .attributes {
  background-color: #f47722;
  background-clip: content-box;
  padding: 1rem;
  box-shadow: inset 0 0 0 1rem #0E5E96;
  color: white;
}

.careers .attributes .small-title {
  color: white;
}

.careers .attributes ul {
  padding-inline-start: 20px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.careers .attributes .align-lft {
  text-align:left;
}
.careers .attributes .align-rt {
  text-align:right;
}
.careers .advantage h6 {
  background-color:#0E5E96;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  padding:.5rem 1rem;
  box-shadow: inset 0 0 0 .25rem #f47722;
}
.careers .advantage .row .content {
  padding:.5rem .5rem 2rem;
}
.careers .this-is-indeflex,
.careers h5,
.careers .button {
  text-align: center;
}
.careers .this-is-indeflex.inverse {
  background-image: linear-gradient(to bottom, #0E5E96 50%, #fff 50%);
}
.careers .this-is-indeflex.inverse h3 {
  color: #fff;
  padding-top: 2rem;
}
.careers .this-is-indeflex h5 {
  color:#565656;
  margin: 2rem 0 4rem 0;
  font-weight: bold;
}
.careers .this-is-indeflex .img-wrapper {
  border: 1px solid #fff;
}
.careers .modal .modal-header {
  border-bottom: 0;
}
.careers .modal h5 {
  margin: 1rem 0;
}

.careers h1 {
  color: #0E5E96;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

footer {
  background: #575757;
  text-align: center;
  color: #fff;
  font-weight: 200;
  line-height: 2;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
footer .menu a {
  color: #fff;
  font-size: 14px;
  margin: 0 .5rem;
}
footer .menu a:hover {
  text-decoration: underline;
  color: #fff;
}
footer .social-links a {
  color: #fff;
  font-size: 30px;
  margin: 0 0.3rem;
  display: inline-block;
}
footer span {
  display: block;
  text-transform: capitalize;
}

.mobile {
  display: none;
}

.navbar-toggler {
  padding: 0;
  margin-right: .5rem;
  width: 32px;
  position: absolute;
  right: 0;
  top: 2.2rem;
}
.navbar-toggler i {
  width: 100%;
  height: 4px;
  margin-bottom: 5px;
  background: #08609A;
  display: block;
}

.push-down {
  min-height: 50vh;
}

@media (max-width: 1200px) {
  .dropdown-section img {
    position: static;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 992px) {
  .dropdown-section .col-md-3 {
    display: none;
  }

  .carousel {
    display: none;
  }

  .mobile {
    display: block !important;
  }
  .mobile .nav-link {
    display: inline-block;
    padding: 0;
    margin-top: .2rem;
    font-size: 22px;
    color: #000;
  }

  header .navbar {
    padding-bottom: 1.2rem;
    padding-top: 1rem;
    padding-left: .5rem;
    padding-right: 0;
    justify-content: start;
  }
  header .navbar-brand {
    width: 40%;
    margin-right: 0;
  }
  header .navbar-brand + .mobile {
    margin-left: 2rem;
    margin-top: 8px;
  }
  header .navbar-brand img {
    width: 100%;
  }
  header .navbar-expand-lg .navbar-nav .dropdown-menu {
    transform: translateX(0);
    text-align: left;
  }
  header .navbar-expand-lg .navbar-nav .dropdown-menu:after {
    display: none;
  }
  header .navbar-expand-lg .navbar-nav .nav-item {
    margin-left: 0;
  }
  header .navbar-expand-lg .navbar-nav .soc {
    display: none;
  }
  header .bg.products {
    overflow: hidden;
  }
  header .bg.products img {
    width: 100%;
  }
  header .bg.homepage {
    background: url("../../images/web/v2/Slider1_Mobile.6ad4e5a368c4.png") 50% 50% no-repeat;
    background-size: cover;
    min-height: 300px;
  }

  .dropdown-section {
    padding: 4rem 1rem;
  }

  .sections-w-icons .item img {
    margin-top: .5rem;
  }

  .contacts-header .img img {
    margin-left: 0;
  }

  .products .item img {
    width: 100%;
  }

  .about-us .team .img-wrapper,
  .careers .img-wrapper {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 768px) {
  .mobile .nav-link {
    margin-top: 0;
    font-size: 16px;
  }

  .navbar-toggler {
    top: 1.5rem;
  }

  main {
    padding-bottom: 3rem;
  }

  .dropdown-section {
    margin: 1rem 1rem 0;
    padding: 3rem 1rem;
  }
  .dropdown-section .text-wrapper {
    padding-left: 1rem;
  }
  .dropdown-section .collapse-btn {
    width: 15px;
    height: 15px;
    left: 1rem;
    top: 1rem;
  }
  .dropdown-section .title {
    font-size: 19px;
  }
  .dropdown-section .content {
    font-size: 11px;
  }
  .dropdown-section + .gray-line {
    margin-top: 1rem !important;
  }

  .dropdown-section.last {
    margin-top: 1.5rem;
  }

  .gray-line {
    height: 6px;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 5px;
  }

  .sections-w-icons {
    padding-top: 0;
  }
  .sections-w-icons .item {
    text-align: center;
    font-size: 12px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sections-w-icons .item h3 {
    font-size: 16px;
  }
  .sections-w-icons .item .container {
    padding: 0 2rem;
  }
  .sections-w-icons .item img {
    margin-bottom: 1rem;
    width: 70px;
  }
  .sections-w-icons .restrictions {
    margin-left: 0;
    margin-top: 1.5rem;
    text-align: center;
    font-size: 11px;
  }

  .industries-section {
    padding-bottom: 0;
    margin-bottom: 4rem;
  }
  .industries-section h3 {
    font-size: 25px;
  }
  .industries-section .sub-title {
    font-size: 14px;
    margin-bottom: 2rem;
  }
  .industries-section [class*="col-md-"] {
    margin-bottom: 4rem;
  }

  .title-w-desc h3 {
    font-size: 22px;
    padding: 0 1em;
  }
  .title-w-desc .text {
    font-size: 12px;
    padding: 0 1rem;
  }

  .list-section .container {
    padding-top: 1rem;
  }
  .list-section .container ul.list {
    margin-left: 1rem;
    font-size: 12px;
    padding-right: 2rem;
  }
  .list-section .container ul.list li {
    margin-bottom: 1rem;
  }
  .list-section .container ul.list li ul li {
    padding-left: 2rem;
  }
  .list-section .container ul.list ul {
    margin-left: 0;
    padding-left: 1rem;
    margin-top: 1rem;
  }

  .check-out-btn {
    font-size: 14px;
    padding: .8rem;
    border-radius: 15px;
    width: 85%;
  }

  .blue-list-section {
    padding: 3rem 0;
  }
  .blue-list-section .title-w-desc {
    margin-bottom: 2rem;
  }
  .blue-list-section h3 {
    margin-bottom: 1rem;
  }
  .blue-list-section ul.list {
    margin-left: 1.5rem;
    font-size: 12px;
  }

  .webinar-graphic .content {
    height: 120px;
  }

  .form form {
    padding: 2rem;
  }
  .form label {
    font-size: 11px;
  }

  footer {
    font-size: 8px;
  }
  footer .menu a {
    font-size: 11px;
  }
  footer .social-links {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
  footer .social-links a {
    font-size: 18px;
  }

  .about-us-header {
    margin-bottom: 2rem;
    overflow: hidden;
  }

  .about-us .blue-line {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
  .about-us .content {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2rem;
    font-size: 12px;
    padding: 1rem;
  }
  .about-us .title-w-desc {
    margin-bottom: 2rem;
  }
  .about-us .team {
    margin-top: 2rem;
  }
  .about-us .team .row {
    margin-bottom: 0;
  }
  .about-us .team .col-md-4 {
    position: static !important;
    margin-bottom: 2rem !important;
  }
  .about-us .team .col-md-4.empty {
    display: none;
  }
  .about-us .team .name {
    font-size: 16px;
  }
  .about-us .team .position {
    margin-top: 0;
    font-size: 12px;
  }

  .main-content {
    font-size: 12px;
  }
  .main-content h2 {
    font-size: 24px;
  }
  .main-content h3 {
    font-size: 16px;
  }

  .products {
    font-size: 12px;
  }
  .products .item {
    padding-top: 2rem;
    text-align: center;
  }
  .products .item img {
    width: auto;
  }
  .products h1 {
    font-size: 25px;
    margin-bottom: 2rem;
  }
  .products .row .img {
    order: -1;
  }
  .products .title-w-desc.has-lines {
    margin-top: 0;
    margin-bottom: 0;
  }

  .contacts-header {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    font-size: 14px;
  }
  .contacts-header .img img {
    width: 70%;
    margin-left: 0;
    margin-top: 1rem;
  }
  .contacts-header .title {
    font-size: 22px;
  }

  .contacts .form.light {
    margin-bottom: 0;
  }

  .contacts .title-w-desc {
    margin-bottom: 2rem;
  }

  .video {
    height: 220px;
  }
  
  .careers .this-is-indeflex.inverse {
    background-image: none;
  }
  
  .careers .this-is-indeflex.inverse h3 {
    color: #0E5E96;
  }

}
@media (max-width: 576px) {
  .bg.products img {
    height: 220px;
    width: auto !important;
  }
}

/* Begin Sales Partner Pages */
/* global blue text */
.partners-title h3,
.data-table-status,
.data-table .table a.caret-right,/* */
.click-through-detail .navigation a,
.click-through-detail .title {
  color: #0e5e96;
}
/* global header graphic */
.partners-header {
  background: url("../../images/web/v2/welcome_background.d8c7c1833c4d.png") 50% 0 no-repeat;
  background-size: cover;
  padding: 2.75rem 0 5rem;
}
@media (min-width: 1200px) {
.partners-header {
  background: url("../../images/web/v2/welcome_background@2x.10758a3714ad.png") 50% 0 no-repeat;
  background-size: cover;
  }
}
/* header title */
.partners-title {
  margin-left: 15px;
}
.partners-title h3 {
  text-transform: uppercase;
  font-weight: 300;
}
.partners-title h5 {
  text-transform: uppercase;
  font-weight: 500;
}
/*welcome*/
.data-table, .click-through-detail, .status-icons {
  margin-top: -45px;
}
.status-icons {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    text-transform: uppercase;
}
.status-icons .col-sm {
  padding: 1rem;
}
.status-icons a.col-sm  {
  color: #fff;
}
.status-icons a:hover.col-sm  {
  text-decoration: none;
}
.status-icons .title {
  font-size: 16px;
  font-weight: bold;
  padding: 1rem 0;
}
.status-icons .amount {
  font-size: 24px;
}
.status-icons .pending {
  background-color: #0e5e96
}
.status-icons .paid {
  background-color: #5cb6c4
}
.status-icons .balance {
  background-color: #3c90b2
}
.status-icons .residuals {
  background-color: #83c2de
}
/*tables*/
.data-table-status {
  margin-top: .75em;
}
.data-table-status .title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.data-table-status .amount {
  font-size: 20px;
}
/*overwrites js table sorting borders*/
.table-bordered,
.data-table .table-bordered td,
.data-table .table-bordered th {
   border: none;
}
.data-table .shadow, .click-through-detail .shadow {
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.5);
  background-color: #fff;
}
.data-table .table td,
.data-table .table th {
    font-size: 11px;
    border-top: none;
}
.data-table .table thead,
.data-table .table thead tr,
.data-table .table thead th {
    background-color: #0e5e96;
}
.data-table .table thead th {
  color: #fff;
  text-transform: uppercase;
  border: 0;
}
.data-table .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f0f8fa;
}

/*padding reduced for iPhone 5 and smaller*/
@media (max-width: 359.98px) {
.data-table .table td,
.data-table .table th {
    padding: .3rem;
  }
}
/*overwrites js header alignment*/
.bootstrap-table .fixed-table-container .table thead th {
   vertical-align: middle;
}
.bootstrap-table .fixed-table-container .table td {
    vertical-align: top;
}
/*removes sorting icons from smaller screens*/
@media (max-width: 768px) {
  .bootstrap-table .fixed-table-container .table thead th {
    vertical-align: top;
  }
  .bootstrap-table .fixed-table-container .table thead th .both {
    background-image: none;
  }
  .bootstrap-table .fixed-table-container .table thead th .sortable {
      padding-right: 0!important;
  }
  .bootstrap-table .fixed-table-container .table thead th .th-inner {
      white-space: normal;
  }
}

/*makes additional data columns visible for tablets+*/
.data-table th.col-vis,.data-table td.col-vis {
    display:none;
  }
@media (min-width: 768px) {
.data-table th.col-vis, .data-table td.col-vis {
    display: table-cell;
  }
}
/*mobile click-through detail*/
.click-through-detail {
  font-size: 12px;
}
.click-through-detail .title {
  text-transform: uppercase;
  font-weight: bold;
}

/*schedule a's*/
span.sep {
  color: #ccc;
}
.fader {
  opacity: 1;
  transition: none;
}
.fader.fadeout {
  opacity: 0;
  transition: 2.0s opacity;
}
