/* -----------------------------------------------------------------------------------
        Theme Name: Rebel WP Child
        Theme URI: http://www.m-themes.eu
        Description:Versitale theme for business with multipurpose design. Great for portfolios and modern agency sites
        Author: Marcin Michalak
        Author URI: http://themeforest.net/user/maarcin
        Template: rebel
        Tags: custom-menu, custom-header, featured-images, translation-ready, full-width-template, post-formats, theme-options
        Version: 1.0.7
        Text Domain: rebel-child
        Designed and developed by Marcin Michalak. For more please visit http://themeforest.net/user/maarcin
----------------------------------------------------------------------------------- */
/*@import url("../rebel/style.css");*/
/* =Theme customization starts here
-------------------------------------------------------------- */

body {
  background-color: #f4f4f4;
}

/* Typography baseline */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 20px 0;
  line-height: 110%;
}

p {
  line-height: 140%;
  font-weight: 300;
  color: #000;
}

/* global colours for group, pharma and direct */
/* Site wide */

.button {
  color: #ffffff !important;
  padding: 10px 30px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
}

.checkout-button.button.alt.wc-forward,
.checkout-button.button.alt.wc-forward:hover,
div.coupon>input.button,
td.actions input.button,
div.coupon>input.button:hover,
td.actions input.button:hover,
#place_order,
#place_order:hover,
button.single_add_to_cart_button.button.alt,
button.single_add_to_cart_button.button.alt:hover,
a.button.wc-forward,
a.button.wc-forward:hover {
  background-color: #1d81b7;
  border-radius: 3px;
}

button.single_add_to_cart_button.button.alt {
  margin-bottom: 5px;
}

input#wp-submit {
  background-color: #1d81b7;
  border-radius: 5px;
  color: #ffffff;
  padding: 10px;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0;
  padding-right: 30px;
  padding-left: 30px;
}

.button:hover,
.button:focus,
.button:active {
  color: #ffffff !important;
}

input#wp-submit:hover {
  background-color: #1e9de2;
}

.btn.background-blue:hover {
  background-color: #1e9de2 !important;
}

.font-color-blue,
.font-color-blue:hover {
  color: #1d81b7 !important;
}

.font-color-grey {
  color: #707070 !important;
}

.request-account-widget .font-color-blue:hover,
.manufacturer-container .font-color-blue:hover {
  color: #f4f4f4 !important;
}

.background-blue {
  background-color: #1d81b7 !important;
}

.background-grey {
  background-color: #f4f4f4;
}

.font-color-white,
.font-color-white:hover {
  color: #ffffff;
}

.background-color {
  background-color: #c6dfed;
}

.blue-button:hover {
  color: #ffffff;
}

.no-padding {
  padding: 0;
}

.page-banner {
  background-position: center;
  background-repeat: no-repeat;
  height: 158px;
}

.page-banner .container {
  padding: 0 33px;
}

div.page-banner-text {
  width: 40%;
  padding-top: 15px;
  padding-left: 15px;
}

.font-roboto {
  font-family: Roboto, Arial, Helvetica, sans-serif;
}

.font-montserrat {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.white-underlined-link:link,
.white-underlined-link:visited,
.white-underlined-link:hover,
.white-underlined-link:active,
.white-underlined-link:focus {
  color: #fff;
  text-decoration: underline;
}

.box-shadow {
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
}

.bold-text {
  font-weight: 500;
}

.bold-text-400 {
  font-weight: 400;
}

.normal-text {
  font-weight: normal;
}

.page-left-small-padding-right {
  padding-right: 30px;
  padding-left: 0;
}

.no-margin {
  margin: 0;
}

.font-color-black,
.font-color-black:hover {
  color: #000;
}

.table-bg-blue {
  background-color: #d9e7f5;
}

.enquire-now-btn {
  margin-top: 20px;
}

.table-container {
  overflow-x: auto;
}

.simple .tooltip {
  margin-top: 15px;
  margin-left: 108px;
}


@media only screen and (max-width: 1200px) {
  div.page-banner-text {
    width: 50%;
  }
}

@media only screen and (max-width: 992px) {
  div.banner-text {
    width: 45% !important;
  }

  div.page-banner-text h3 {
    font-size: 22px;
  }

  .no-padding-mobile.content.container {
    padding: 40px 10px;
  }

  .no-padding-mobile.content.container .no-padding-mobile {
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .page-left-small-padding-right {
    padding-right: 0 !important;
  }

  .no-padding-mobile {
    padding: 0 !important;
  }

  .has-mobile-padding {
    padding: 0 15px !important;
  }
}

@media only screen and (max-width: 500px) {
  div.page-banner {
    height: 130px;
  }
}

/* Login Checkbox */

div.header-login-cont div.col-sm-4 .login-remember>label,
div#home-login-cont div.col-sm-4 .login-remember>label {
  color: #1d81b7;
}


input[type=checkbox].remember-me-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=checkbox].remember-me-checkbox+label.remember-me-label {
  padding-left: 35px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox].remember-me-checkbox:checked+label.remember-me-label {
  background-position: 0 -30px;
}

label.remember-me-label {
  background-image: url(https://forte-uk.pdm42.com/wp-content/uploads/2015/12/checkbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Group */
.bg-color-group,
.hover-color-group:hover {
  background-color: #e71d72;
}

.font-color-group,
.anchor-hover-group:hover {
  color: #e71d72;
}

/* Pharma */
.bg-color-pharma,
.hover-color-pharma:hover {
  background-color: #9e4090;
}

.font-color-pharma,
.anchor-hover-pharma:hover {
  color: #9e4090;
}

/* Direct */
.bg-color-direct,
.hover-color-direct:hover {
  background-color: #1ba6b4;
}

.font-color-direct,
.anchor-hover-direct:hover {
  color: #1ba6b4;
}

/* Sector pages */
body.page-id-38 div.sector-about-text td,
body.parent-pageid-19 div.sector-about-text td,
body.page-id-528 div.sector-about-text td {
  padding: 10px;
}

/* div.sector-about-text{
    padding-right: 130px;
    padding-left: 0;
} */
div.sector-about-text h4,
div.page-left-small-padding-right h4 {
  padding-top: 0;
}

div.sector-login-container {
  display: none;
}

div.sector-login-container p.forgot {
  padding-left: 5px;
}

div.sector-login-container p.login-remember {
  padding-left: 10px;
  margin-bottom: 0;
}

div.sector-login-container h3 {
  padding: 0;
}

div.sector-login-container p.login-username,
div.sector-login-container p.login-password {
  line-height: 15px;
  margin-bottom: 0;
}

div.sector-login-container p.login-username {
  padding-right: 5px;
}

div.sector-login-container p.login-password {
  padding-left: 5px;
}

div.sector-login-container div.remember-cont {
  margin-bottom: 0;
}

div.sector-login-container div.forgot-cont,
div.sector-login-container p.login-submit {
  padding-top: 15px;
}

div.sector-login-container p.login-submit,
div.sector-login-container div.submit-cont {
  margin-bottom: 0;
  padding-right: 5px;
}

div.right-sector-about {
  padding: 10px 5px 15px;
  border-radius: 5px;
  margin-top: 20px;
}

div.loggedin.right-sector-about {
  padding: 10px 10px 15px;
}

div.sector-login-container h3.sector-login-title {
  padding-left: 5px;
}

div.loggedin-text-con {
  padding: 0 10px 40px;
  font-size: 17px;
}

div.loggedin-text-con p {
  font-weight: 500;
  margin: 0;
  padding: 0;
}

div.sector-loggedin-buttons a.logout-link {
  margin-right: 0;
}

.logged-in-buttons {
  width: 100%;
  text-align: right;
}

div.loggedin-text-con p.training-opportunities-title {
  padding-top: 40px;
}

div.mobile-sector-banner {
  padding: 20px;
  background-position: center;
}

h3.mobile-sector-welcome-text {
  width: 240px;
  padding: 10px;
}

div.col-sm-4 .login-remember>label {
  color: white;
}

@media only screen and (max-width: 992px) {
  div.sector-about-text {
    padding-right: 30px;
  }

  div.sector-login-container p.login-password {
    padding-left: 0;
  }

  div.sector-login-container p.login-username {
    padding-right: 0;
  }

  div.sector-login-container {
    padding: 0 10px;
  }

  div.sector-login-container p.login-submit {
    padding-right: 0;
  }

  div.col-sm-4,
  div.col-sm-4 .login-submit.pull-right {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  div.sector-about-text {
    padding: 0 15px;
    margin-bottom: 0;
  }

  div.sector-about-container {
    padding: 0;
  }

  div.right-sector-about,
  div.next-meeting-outer-con,
  div.right-sector-about-container {
    margin: 0 !important;
  }

  div.right-sector-about,
  div.next-meeting-outer-con {
    border-radius: 0;
  }
}

/* Direct sector */

div.direct-suppliers-content td {
  padding: 5px;
}

div.pdfemb-poweredby {
  display: none !important;
}

button.start-shopping {
  margin-top: 20px;
  display: block;
  font-size: 22px;
  padding: 15px 30px;
}

div.request-account-widget {
  margin: 20px 0;
  border-radius: 5px;
  padding: 10px;
}

div.request-account-widget h3,
div.request-account-widget p {
  padding: 0;
}

div.request-account-widget p {
  padding-top: 10px;
}

button.pdf-actions {
  margin: 20px 10px 20px 0;
}

@media only screen and (max-width: 768px) {
  div.request-account-widget {
    margin: 0 0 1px;
    border-radius: 0;
  }
}

/* Pharma sector */
div.join-meeting-widget {
  padding: 15px;
  border-radius: 5px;
  margin: 20px 0;
}

div.join-meeting-widget p {
  padding: 0;
  font-size: 17px;
  margin: 0 0 10px;
}

div.meet-now-con table {
  background-size: 100% 100% !important;
  margin: 0 auto;
}

div.join-meeting-widget input {
  color: #000;
}

@media only screen and (max-width: 768px) {
  div.join-meeting-widget {
    margin: 0;
    border-radius: 0;
  }
}

/* Banners */
div.page-banner-text h3 {
  color: #fff;
}

/* Meetings */
div.next-meeting-outer-con {
  background-color: #f4f4f4;
  padding: 0;
  border-radius: 5px;
  margin: 20px 0;
}

div.next-meeting-con {
  border-top: 1px solid #e71d72;
  border-bottom: 1px solid #e71d72;
  background-color: #f4f4f4;
  padding: 0;
}

h3.next-meeting-title {
  padding: 20px 15px 15px;
  font-weight: 500;
}

h1.meeting-day,
h3.meeting-month {
  border-left: 4px solid #e71d72;
  padding: 0;
  text-align: right;
  padding-right: 25px;
}

h1.meeting-day {
  padding-top: 5px;
  font-size: 36px;
}

h3.meeting-month {
  padding-bottom: 5px;
}

p.location-category {
  font-weight: 500;
  margin-bottom: 0;
}

div.meeting-details {
  line-height: 21px;
  padding: 5px 0;
}

div.view-schedule-btn-con {
  padding: 10px;
}

p.meeting-content {
  margin: 0;
}

h5.upcoming-sub-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  padding: 0 15px 25px;
}

div.meeting-con-wrap,
a.meeting-con-link {
  float: left;
  width: 100%;
}

div.meeting-con-wrap {
  padding: 8px 0;
  min-height: 175px;
}

body.page-id-21 div.meeting-con-wrap {
  height: 180px;
}

body.page-id-56 div.meeting-con-wrap {
  height: 180px;
}

div.meeting-con-wrap:hover {
  transition: all 0.5s ease-in-out;
  background: #fff;
}

div.meeting-con-wrap:nth-child(2) {
  border-top: 1px solid #e71d72;
  border-bottom: 1px solid #e71d72;
}

div.year-container {
  margin-top: 20px;
}

h3.year-meetings-title {
  padding: 20px;
}

div.year-container div.column-1 {
  padding: 0 10px 0 0;
}

div.year-container div.column-2 {
  padding: 0 0 0 10px;
}

div.year-container div.meeting-con-wrap {
  border-bottom: none;
  border-top: 1px solid #e71d72;
}

@media only screen and (max-width: 1200px) {

  h1.meeting-day,
  h3.meeting-month {
    padding-left: 10px !important;
  }

  body.page-id-21 div.meeting-con-wrap {
    height: 200px;
  }
}

@media only screen and (max-width: 992px) {
  div.column-con {
    margin: 0;
    padding: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  h3.next-meeting-title {
    text-align: center;
  }

  div.view-schedule-btn-con button {
    width: 100%;
  }

  div.meeting-details {
    margin-bottom: 0;
  }

  h1.meeting-day,
  h3.meeting-month {
    border: none !important;
  }

  div.educational-meetings-content {
    padding: 0 15px;
  }
}

/* Header section */

.row.ticker-row {
  background: #ffffff;
}

.container.ticker {
  padding-bottom: 10px;
  margin-top: -10px;
}

.page_item.page-item-540,
.page_item.page-item-560,
li.page_item.page-item-218856 {
  display: none;
}

.sf-menu>li.current-menu-item>a,
.sf-menu>li.current-menu-parent>a,
.sf-menu>li.current-page-ancestor>a {
  border-bottom: 2px solid #ffffff;
}

.sf-menu>li>a:hover {
  border-bottom: 2px solid #fff;
  transition: none;
}

i.underline {
  display: none !important;
}

div.related-menu-container a {
  font-weight: 400;
}

#mt-main-nav {
  float: inherit;
  padding: 0;
}

div.related-menu-container>ul.sf-menu>li>a {
  margin-left: 0;
  border-bottom: 2px solid transparent;
}

div.related-menu-container>ul.sf-menu>li>a:hover {
  border-bottom: 2px solid #fff;
}

div.related-menu-container li.current_page_item>a {
  font-weight: bold;
  border-bottom: 1px solid #fff !important;
}

div.related-cont-cont ul.sf-menu>li>a {
  padding: 15px 16px;
}

div.related-menu-container {
  padding-left: 30px;
}

ul.sf-menu>li>a {
  margin-left: 0;
  text-align: center;
}

div.header-bottom-wrapper ul.sf-menu>li>a {
  padding: 15px 25px;
}

div.related-cont-cont {
  padding: 0;
}

div.header-bottom-wrapper .sf-menu li {
  padding: 0;
}

li.call-us-link {
  float: right !important;
  margin-right: -75px;
}

.sf-menu ul.children a,
.sf-menu ul.children a:hover {
  color: #000000;
  background: inherit;
  /* border-bottom: 1px solid #1d81b7; */
}

.sf-menu li:hover ul.children {
  top: 50px;
  padding: 0 10px;
}

div.related-menu-container ul.sf-menu li a {
  text-transform: none;
}

li.phone>a {
  text-transform: none;
}

div.header-top-wrapper {
  background-color: #ffffff;
  padding-top: 10px;
  height: 134px;
}

a.logo {
  padding-top: 20px;
}

.fa-twitter {
  background: #62cdf1;
  color: #ffffff;
  padding: 10px 10px;
}

.fa-linkedin {
  background: #91cadd;
  color: #ffffff;
  padding: 10px 10px;
}

.circle {
  border-radius: 50%;
  margin: 0.15em;
  font-size: 15px;
}

.fa.fa-linkedin.circle {
  margin-right: 5px;
}

label {
  color: black;
}

div.social-cont {
  float: right;
}

.call-us-link,
.call-us-link span.header-info>a {
  color: #ffffff;
  font-weight: bold;
  padding-top: 15px;
  font-size: 20px;
}

div.header-bottom-wrapper {
  height: 52px;
}

div.container.top-container {
  padding: 0 30px;
}

#nav-toggle {
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 50px;
  background: #1d81b7;
  position: absolute;
  display: block;
  content: '';
}

#nav-toggle span.bg-color-group,
#nav-toggle span.bg-color-group:before,
#nav-toggle span.bg-color-group:after {
  background: #e71d72;
}

#nav-toggle span.bg-color-pharma,
#nav-toggle span.bg-color-pharma:before,
#nav-toggle span.bg-color-pharma:after {
  background: #9e4090;
}

#nav-toggle span.bg-color-direct,
#nav-toggle span.bg-color-direct:before,
#nav-toggle span.bg-color-direct:after {
  background: #1ba6b4;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  transition: all 1000ms ease-in-out;
}

#nav-toggle.active span {
  background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

div.header-bottom-wrapper li.menu-item a {
  text-transform: uppercase;
}

/* div.related-cont-cont.bg-color-group{
    border-bottom: 1px solid #d5166a;
} */
div.related-cont-cont.bg-color-pharma,
body.page-id-525 div.related-cont-cont {
  border-bottom: 1px solid #933b85;
  background-color: #933b85;
}

div.related-cont-cont.bg-color-direct {
  border-bottom: 1px solid #1a9aa6;
}

.woocommerce .quantity .qty {
  border: 1px solid #CBD9D3;
  border-radius: 5px;
}

body.page-id-404 .woocommerce .quantity .qty {
  padding: 5px 2px;
}

.quantity-label {
  color: #666;
  font-weight: normal;
}

.single .product_meta {
  border-bottom: 1px solid #CBD9D3;
  margin-bottom: 10px;
}

div.woocommerce-message .button.wc-forward {
  display: none !important;
}

@media only screen and (max-width: 1300px) {
  li.call-us-link {
    margin-right: -60px;
  }
}

@media only screen and (max-width: 1200px) {
  div.header-bottom-wrapper ul.sf-menu>li>a {
    padding: 15px 14px;
  }

  li.call-us-link {
    margin-right: 0px;
  }

  li.call-us-link span.phone {
    padding: 0;
  }

  div.related-cont-cont ul.sf-menu>li>a {
    padding: 15px 8px;
  }
}

@media only screen and (min-width: 993px) {

  li.page_item.page-item-96,
  li.page_item.page-item-129,
  li.page_item.page-item-122 {
    display: none;
  }

  ul.children {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 280px;
    margin-top: 2px;
  }

  ul.children li:last-child a,
  ul.children li:last-child a:hover {
    border-bottom: none;
  }

  div.related-menu-container .sf-menu ul.children a {
    /* border-bottom: 1px solid #1d81b7 !important; */
    padding: 10px 15px;
    font-weight: 400;
    color: white;
  }

  div.related-menu-container .sf-menu ul.children li:last-child a {
    border-bottom: none !important;
  }

  /* div.bg-color-group div.related-menu-container .sf-menu ul.children li.current_page_item a{
        color: #e71d72;
    }
    div.bg-color-pharma div.related-menu-container .sf-menu ul.children li.current_page_item a{
        color: #9e4090;
    }
    div.bg-color-direct div.related-menu-container .sf-menu ul.children li.current_page_item a{
        color: #1ba6b4;
    } */
}

/* header log in */
a.logout-link {
  margin-right: 20px;
}

div.social-cont {
  float: right;
  margin-right: 0px;
  top: 30px;
}

div.social-not-logged-in {
  padding-top: 40px;
}

div.forgot-cont {
  padding-top: 5px;
}

p.logged-in {
  color: #000000;
  display: inline;
}

#rememberme {
  font-weight: 300;
}

@media (max-width: 900px) {
  .social-cont {
    display: none;
  }
}

/* Small devices (tablets max 992px) */
@media (max-width: 992px) {
  nav.navigation-wrapper {
    padding: 10px;
    margin: 0;
  }

  div.header-bottom-wrapper {
    background-color: #ffffff;
  }

  .mt-mobile-nav-trigger.btn.btn-default.btn-lg {
    color: #1d81b7;
    background-color: transparent;
    font-size: 15px;
    position: absolute;
    top: 19px;
    right: 12%;
    box-shadow: none;
  }

  .page-id-329610 .right-sector-about-container {
    width: 235px;
    position: relative;
    left: 14px;
    top: 12px;
  }

  .user-logo-cont.pull-right.hidden-md.hidden-lg {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .stretch {
    display: inline-block;
    -webkit-transform: scale(1.6, 1);
    /* Safari and Chrome */
    -moz-transform: scale(1.6, 1);
    /* Firefox */
    -ms-transform: scale(1.6, 1);
    /* IE 9 */
    -o-transform: scale(1.6, 1);
    /* Opera */
    transform: scale(1.6, 1);
    /* W3C */
  }

  .img-responsive.mobile-logo {
    /*max-width: 50%;*/
    height: 40px;
    /*min-width: 145px;*/
    max-height: 70px;
  }

  ul.sf-menu-mobile {
    border: none;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0;
  }

  ul.sf-menu-mobile li.home-menu-item {
    padding: 0;
  }

  ul.sf-menu-mobile li.home-menu-item a {
    border-bottom: none;
  }

  ul.sf-menu-mobile li.home-menu-item a {
    background-color: #1d81b7 !important;
  }

  ul.sf-menu-mobile,
  ul.sf-menu-mobile li a:hover {
    background-color: #1d81b7;
  }

  ul.sf-menu-mobile li {
    padding: 0 10px;
  }

  ul.sf-menu-mobile li a {
    color: #fff !important;
    border-bottom: 1px solid #fff;
  }

  ul.sf-menu-mobile li:last-child a {
    border-bottom: none;
  }

  ul.sf-menu-mobile li.current-menu-item>a {
    background-color: #1d81b7;
  }

  ul.bg-color-group.sf-menu-mobile,
  ul.bg-color-group.sf-menu-mobile li a:hover {
    background-color: #e71d72;
  }

  ul.bg-color-group.sf-menu-mobile li.current-menu-item>a {
    background-color: #e71d72;
  }

  ul.bg-color-pharma.sf-menu-mobile,
  ul.bg-color-pharma.sf-menu-mobile li a:hover {
    background-color: #9e4090;
  }

  ul.bg-color-pharma.sf-menu-mobile li.current-menu-item>a {
    background-color: #9e4090;
  }

  ul.bg-color-direct.sf-menu-mobile,
  ul.bg-color-direct.sf-menu-mobile li a:hover {
    background-color: #1ba6b4;
  }

  ul.bg-color-direct.sf-menu-mobile li.current-menu-item>a {
    background-color: #1ba6b4;
  }

  ul.sf-menu-mobile li.page_item_has_children {
    padding: 0;
  }

  ul.sf-menu-mobile li.page_item_has_children ul.children {
    padding: 0;
    background-color: #f4f4f4;
  }

  ul.sf-menu-mobile li.page_item_has_children ul.children li a {
    background-color: transparent;
    color: #444 !important;
    border-bottom: 1px solid #1d81b7;
    padding: 10px 0;
    margin: 0 10px;
  }

  /* ul.bg-color-group.sf-menu-mobile li.page_item_has_children ul.children li.current_page_item a{
        color: #e71d72 !important;
    }
    ul.bg-color-pharma.sf-menu-mobile li.page_item_has_children ul.children li.current_page_item a{
        color: #9e4090 !important;
    }
    ul.bg-color-direct.sf-menu-mobile li.page_item_has_children ul.children li.current_page_item a{
        color: #1ba6b4 !important;
    } */
  ul.sf-menu-mobile li.page_item_has_children ul.children li:last-child a {
    border-bottom: none;
  }

  ul.sf-menu-mobile li.page_item_has_children ul.children li a:before {
    content: '';
  }

  ul.sf-menu-mobile li.page_item_has_children ul.children li {
    padding: 0;
  }

  div.col-xs-12.hidden-sm.hidden-md.hidden-lg {
    padding-bottom: 40px;
  }

  div.container.top-container {
    padding-left: 0;
    padding-right: 0;
  }

  div.header-bottom-wrapper {
    height: auto;
  }

  div.mobile-home-banner {
    background-size: 100% auto;
    background-position: 100% 100%;
    background-color: #0e71b8;
    background-repeat: no-repeat;
  }
}


/* Login form */
#user_login,
#user_pass,
.sector-selector {
  color: black;
  border: 1px solid #1d81b7;
  border-radius: 5px;
  padding: 5px;
  height: 35px;
  width: 100%;
}

.form-group.sector-selector-cont.col-sm-4 {
  padding-top: 23px;
  height: 57px;
}

.form-group,
.login-username,
.login-password {
  margin-bottom: 10px;
}

#home-login-cont .form-group,
#home-login-cont .login-username,
#home-login-cont .login-password {
  margin-bottom: 5px;
}

.sector-selector.form-control {
  width: 100% !important;
}

.placeholder {
  color: #767676;
}

.login-remember>label {
  color: #1d81b7;
  font-weight: 400;
}

p.forgot {
  text-decoration: underline;
  margin-bottom: 0px;
  padding-left: 15px;
}

p.forgot>a {
  text-decoration: underline;
  color: #1d81b7;
  font-weight: 400;
}

.form-control:focus,
#user_login:focus,
#user_pass:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

h5.loggedIn {
  display: inline;
  font-size: 16px;
}

/*Front page*/
div.home-sectors-cont.container {
  padding-bottom: 40px;
}

p.home-sector-text {
  color: black;
  font-weight: 300;
  height: 189px;
}

p.home-sector-text>span:nth-child(n) {
  font-weight: 600;
}

div.grey-section {
  background-color: #f4f4f4;
  padding-top: 20px;
}

div.col-sm-8.home-content,
div.home-logos-cont,
div.home-sectors-cont.container,
h2.home-login {
  text-align: center;
}

.btn.sector-btn {
  color: #ffffff;
  text-transform: none;
}

.btn {
  border-radius: 5px;
  text-transform: none;
}

#home-login-cont {
  padding: 5px 0 80px;
}

div.banner-text-con {
  position: relative;
}

div.banner-text {
  position: absolute;
  left: 0;
  top: 20px;
  width: 40%;
  padding-left: 33px;
}

ul.slick-dots {
  position: absolute;
  text-align: left;
  bottom: -10px;
  left: 0;
  right: 0;
  padding: 0 33px;
}

.slick-slider {
  margin-bottom: 0;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li button {
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.slick-dots li.slick-active button {
  background: #ccdaec;
}

h3.mobile-home-top {
  /*    background-color: #1d81b7;*/
  padding: 30px;
}

h1.home-page-title {
  padding: 0;
}

div.home-content p {
  padding: 10px 0 30px 0;
}

div.sector-active-con {
  padding: 0 33px;
}

div.sector-active {
  height: 10px;
}

p.home-sector-text {
  padding-bottom: 35px;
}

@media only screen and (max-width: 1200px) {
  div.home-banner-text-con {
    width: 50% !important;
  }

  p.home-banner-text {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  div.home-banner-text-con h3 {
    padding-top: 0;
  }

  div.home-sectors-cont .col-sm-4 {
    padding: 0 15px;
  }

  p.home-sector-text {
    min-height: 270px;
  }
}

@media only screen and (max-width: 768px) {
  div.home-logos-cont {
    padding-left: 20px;
    text-align: left !important;
  }

  div.home-sectors-cont.container,
  h2.home-login {
    padding: 0 !important;
  }

  select.sector-selector.form-control {
    width: 66% !important;
  }

  div#home-login-cont {
    padding: 5px 0;
  }

  h2.home-login {
    padding: 0 15px !important;
    text-align: left !important;
    font-size: 24px;
  }

  div#home-login-cont div.remember-cont,
  p.login-remember {
    margin-bottom: 0;
  }

  div#home-login-cont p.forgot {
    padding-left: 0;
  }

  div#home-login-cont div.remember-cont {
    padding-top: 15px;
  }

  div#home-login-cont div.forgot-cont {
    padding-top: 10px;
  }

  div#home-login-cont p.login-submit {
    padding-top: 15px;
  }

  div#home-login-cont p.login-submit,
  div#home-login-cont p.login-submit input {
    width: 100%;
  }

  div.no-padding-mobile.content.container {
    padding-bottom: 20px;
  }
}

/*Footer*/
.rainbow-stripe {
  line-height: 0;
}

@media only screen and (min-width: 768px) {
  .footer-bottom-wrapper {
    background-color: #fff;
  }
}

.footer-container {
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .footer-container {
    text-align: initial;
  }

  .footer-container>div>div:last-child {
    text-align: right;
  }
}

.footer-container {
  padding: 20px 15px;
}

footer .image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
  flex-flow: row wrap;
}

footer .image-container {
  width: 30%;
}

footer .image-container.nwos {
  width: 28%;
}

footer .image-container.alvita {
  width: 27%;
}

footer .image-container.almus {
  width: 33%;
}

footer .gutter {
  height: 2rem;
  width: 2rem;
}

@media only screen and (max-width: 575px) {
  footer .image-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  footer .image-container {
    width: 66%;
  }
  footer .image-container:not(.forte) {
    padding-bottom: 3rem;
  }  
  footer .image-container.nwos {
    width: 50%;
  }
  footer .image-container.alvita {
    width: 50%;
  }
  footer .image-container.almus {
    width: 58%;
  }
}

@media only screen and (min-width: 992px) {
  .image-container {
    float: left;
  }

  .rainbow-stripe-bottom {
    display: none;
  }
}

.footer-bottom>div:first-child {
  margin-bottom: 25px;
}

footer.footer-bottom-wrapper a {
  color: #037ed5;
}

footer p {
  color: #666;
}

ul.footer-menu>li.current_page_item>a {
  text-decoration: underline;
}

.footer-bottom a,
div.copyright>p,
ul.footer-menu>li,
ul.footer-menu>li>a,
p.pwt-credits {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 25px;
}

ul.footer-menu li {
  margin-bottom: -5px;
}


/* Contact Page Styles */
div.contact-primary-con {
  text-align: left;
  padding-left: 0;
}

div.contact-primary-con>div:nth-child(5) {
  padding: 0;
}

div.contact-primary-con>div:nth-child(6) {
  padding-right: 0;
}

div.contact-primary-con>h4 {
  padding: 20px 0 0;
}

ul#contact-page-info-list li {
  list-style: none;
  font-size: 20px;
  color: #000;
}

ul#contact-page-info-list li::before {
  content: '.';
  color: #e71d72;
  font-weight: 800;
  vertical-align: initial;
  padding-right: 5px;
  line-height: 1.2em;
  font-size: 30px;
}

ul#contact-page-info-list {
  padding-left: 0;
}

div.form-box {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 0 10px;
  border: 1px solid #ddd;
}

div.form-box h2 {
  /*color: #e71d72;*/
  font-size: 19px;
  padding-bottom: 0;
  font-weight: 500;
}

div.form-box input,
div.form-box textarea {
  padding: 5px 0;
  text-indent: 10px;
  background: #fff;
  border: 2px solid #77cbef;
  color: #000;
}

div.form-box input::after {
  content: '*';
  color: red;
}

span.required {
  color: red;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  margin-top: 14px;
  right: 10px;
}

div.form-box input::selection,
div.form-box textarea::selection {
  background-color: #ddd;
  color: #428bca;
}

div.form-box input::-moz-selection,
div.form-box textarea::-moz-selection {
  background-color: #ddd;
  color: #428bca;
}

div.form-box input:focus,
div.form-box textarea:focus {
  background: #fff;
  border-color: #77cbef;
  color: #000;
}

hr.form-break {
  border-top: 1px solid skyblue;
  margin: 12px 0;
}

div.form-box h4 {
  font-size: 13px;
  font-weight: 300;
  /*color: #e71d72;*/
  padding: 0 0 2px;
}

div.form-box input[type="submit"] {
  background: #1d81b7;
  border-radius: 7px;
  text-align: center;
  color: #fff;
  text-indent: 0;
  font-family: inherit;
  text-transform: none;
  float: right;
  font-size: 16px;
  font-weight: 400;
}

div.form-box p {
  line-height: 1;
  margin: 0;
}

div.form-box textarea {
  height: 150px;
  resize: none;
}

div.contact-primary-con h5 {
  font-size: 15px;
  font-weight: 600;
  padding: 0;
}

div.contact-primary-con>div:nth-child(6) p {
  margin: 0;
}

div.contact-primary-con>div:nth-child(6) table {
  width: 100%;
}

#contact-info-tab td:nth-child(n+2) {
  text-align: right;
  color: #000;
}

#contact-info-tab td>a {
  color: #000;
}

table#contact-info-tab {
  margin-top: 14px;
  width: 100%;
}

div.contact-primary-con>div:nth-child(3)>p {
  margin: 0;
}

div.contact-primary-con>div:nth-child(3) {
  padding-right: 0;
}

div.wpcf7-mail-sent-ok {
  float: left;
  width: 100%;
  text-align: center;
  white-space: pre;
  margin: 10px 0;
}

img.contact-map-img {
  width: 116%;
  padding-top: 30px;
  max-width: 116%;
}

div.wpcf7-validation-errors {
  border: 2px solid #ff1100;
  float: left;
  width: 100%;
  margin: 10px 0;
  color: #000;
  background: rgba(177, 33, 33, 0.2);
}

input.wpcf7-not-valid {
  border-color: #ff1100 !important;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  position: absolute;
  top: -62px;
  width: 100%;
  white-space: pre;
  padding: 10px;
  background: rgba(233, 176, 176, 1);
  border: 2px solid rgba(200, 44, 44, 0.6);
  display: none;
  transition: all 0.3s ease-in-out;
}

/* Industry news */
body.single-post div.sector-about-text td {
  padding: 10px;
}

div.industry-news {
  padding-top: 20px;
  padding-bottom: 70px;
}

h2.news-title {
  padding-bottom: 30px;
}

a.home-view-more {
  text-decoration: underline;
  font-weight: 500;
}

div.industry-news a.font-color-blue:hover {
  color: #1d81b7;
}

h3.home-news {
  padding: 10px 0;
  font-size: 22px;
  min-height: 75px;
}

div.home-news-text {
  padding: 0 10px;
}

div.mobile-industry-news {
  background-color: #fff;
}

button.more-news-btn {
  width: 100%;
}

div.news-article-container {
  padding: 0;
}

div.cat-filter-btns {
  padding-top: 20px;
}

div.news-cat-btn a {
  color: #000;
  font-size: 18px;
  text-align: left;
}

div.cat-nav-btn ul {
  width: 100%;
}

div.cat-nav-btn ul,
div.cat-nav-btn li {
  float: left;
  padding: 0;
  list-style: none;
  color: #000;
}

div.cat-nav-btn li {
  width: 33.3%;
  text-align: center;
}

div.cat-nav-btn li>a {
  color: #000;
}

div.news-parent-con {
  padding: 25px 0 30px;
  border-top: 1px solid #1d81b7;
  cursor: pointer;
}

div.news-parent-con a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 31rem;
}

div.news-parent-con a .img-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div.news-parent-con a img {
  max-height: 30rem;
  max-width: 15rem;
  width: auto;
}

@media only screen and (max-width: 767px) {
  div.news-parent-con a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  div.news-parent-con a img {
    max-height: 15rem;
  }
}

@media only screen and (max-width: 575px) {
  div.news-parent-con a {
    height: 40rem;
  }
}

div.img-col>img {
  width: 100%;
  height: auto;
}

div.text-col h3.group {
  color: #d5166a;
}

img.aligncenter.size-medium.wp-image-218024 {
  padding-bottom: 10px;
}

p.news-read-more {
  text-decoration: underline;
}

p.news-article-excerpt {
  padding: 10px 0;
}

div.news-text-con {
  padding-right: 0;
}

a.news-filter-inline:first-child {
  padding-left: 0;
}

a.news-filter-inline {
  display: inline-block;
  padding: 0 20px;
}

body.single div.sector-about-text img {
  padding-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fa-facebook {
  background: #203469;
  padding: 10px 13px;
  color: #fff;
}

h2.news-single-title {
  padding-bottom: 5rem;
  padding-top: 8rem;
}

h4.news-text {
  padding-bottom: 3rem;
}

p.news-text {
  padding-bottom: 30px;
  margin: 0;
}

p.reco-news-arti-title {
  text-decoration: none;
}

div.cat-links-col a:nth-child(-n+3) {
  padding-right: 15px;
}

div.other-news {
  width: 100vw;
  padding: 5rem 10rem;
  margin: none;
  background-color: #f4f4f4;
  margin-bottom: 10rem;
}

div.other-news-subheadings {
  padding-top: 15px;
}

div.industry-news-share {
  display: none;
}

body.single-post div.industry-news-share {
  display: block;
}

/* li.page_item.page-item-217962 , li.page_item.page-item-217974 {
    display: none;
} */
li.page_item.page-item-231794,
li.page_item.page-item-231794 {
  display: none;
}

li.page_item.page-item-227985,
li.page_item.page-item-227985 {
  display: none;
}

li.page_item.page-item-227985,
li.page_item.page-item-227985 {
  display: none;
}


form.forte-favourite {
  width: 300px;
  display: inline;
  float: left;
}

.news-parent {
  display: flex;
}

.news-thumbnail {
  display: flex;
  height: 179px;
  align-items: center;
  border-bottom: 2px solid #1d81b7;
  background-color: white;
  overflow: hidden;
  padding: 10px;
}

.news-subheading {
  font-size: 16px;
}

.news-excerpt {
  margin-bottom: 14px;
  font-size: 14px;
  min-height: 300px;
}

.news-story-container {
  margin: 12px;
  box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
  padding: 0;
  background-color: white;
}

.news-story-container:nth-of-type(1) {
  margin-left: 0;
}

.news-story-container:nth-of-type(4) {
  margin-right: 0;
}

.news-image img {
  padding-top: 25px;
  margin-left: unset !important;
  margin-right: unset !important;
}

.news-text-container {
  min-height: 250px;
}

.news-excerpt p,
.news-excerpt span {
  font-family: Roboto, Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
}



@media only screen and (max-width: 992px) {
  div.news-parent-con div.img-col {
    margin: 0;
  }

  div.news-parent-con {
    padding: 25px 0;
  }

  div.news-text-con,
  p.news-read-more {
    margin: 0;
    padding: 0;
  }

  div.news-text-con {
    padding-top: 25px;
  }
}

@media only screen and (max-width: 768px) {
  div.home-news-text {
    padding: 0;
  }

  div.industry-news {
    padding-bottom: 20px;
  }

  div.cat-nav-btn li {
    width: 100%;
    text-align: left;
  }

  div.cat-filter-btns {
    padding-top: 0;
  }

  div.filter-by-nav-label {
    padding-bottom: 15px !important;
  }

  a.mobile-filter {
    padding: 10px 0;
    margin-top: 10px;
  }

  div.other-news {
    padding: 15px;
    margin-bottom: 40px;
  }

  div.other-news-subheadings {
    display: none;
  }
}

/* Strength in numbers */
.strength-container {
  background-image: url('img/ForteStrengthInNumbers.jpg');
  background-repeat: no-repeat;
  background-position: right;
}

.col-md-6.strength-text {
  min-height: 290px;
}

h3.strength {
  font-weight: 700;
  padding-top: 40px;
}

div.strength-image {
  padding: 0;
}

p.strength {
  padding-bottom: 10px;
}

.strength-text .btn:hover,
.strength-text .btn:focus {
  color: #ffffff;
}

.strength-text .btn {
  line-height: 10px;
  text-transform: none;
}

@media only screen and (max-width: 1500px) {
  div.strength-container {
    background: none;
  }

  div.col-md-6.strength-text {
    width: 100%;
    min-height: 250px;
  }
}

/* Benefits */
div.benefits {
  background-color: #f4f4f4;
}

div.benefits-col {
  padding: 45px 15px 125px;
}

h3.benefits {
  font-weight: 500;
  padding: 10px 0;
}

h3.benefit-title {
  font-weight: 400;
  font-size: 19px;
}

button.benefit-btn {
  padding: 10px 50px;
}

button.strength-in-numbers-btn {
  padding: 15px 50px;
}

@media only screen and (max-width: 992px) {
  div.benefits-col {
    padding: 45px 15px 0;
  }
}

@media only screen and (max-width: 768px) {
  div.benefits-col {
    padding: 0;
  }

  div.benefits-inner-container {
    padding-top: 20px;
  }
}

/* 404 Page */
.min-height-404 {
  min-height: 221px;
}

.padding-left-right {
  padding: 0 15px;
}

.home-link-404 {
  font-weight: 400;
}

/* Training */
div.training-course {
  padding-bottom: 30px;
  color: black;
}

div.training-course:nth-child(2n+1) {
  padding-left: 30px;
}

div.training-course:nth-child(1n+2) {
  padding-right: 0;
}

div.training-course-inner {
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  padding: 10px;
  min-height: 420px;
}

div.training-course-inner a {
  position: absolute;
  bottom: 10px;
  float: right;
}


h4.training-course-title {
  padding-top: 10px;
}

div.trainers-con {
  padding-top: 30px;
}

div.trainer-con:nth-child(2n+1) {
  padding-left: 0;
}

div.trainer-con:nth-child(2n+2) {
  padding-right: 0;
}

img.trainer-picture {
  max-width: 100%;
  border-radius: 5px;
}

.form-box .subject {
  display: none;
}

@media only screen and (max-width: 992px) {
  div.training-course {
    padding: 0 !important;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  div.trainer-con {
    padding: 0;
  }
}

/* Single Event */
#tribe-events-pg-template {
  width: 100%;
  max-width: 100%;
}

h3.event-title {
  text-transform: uppercase;
}

div.event-description {
  padding-top: 40px;
}

img.event-trainer-picture {
  margin-bottom: 20px;
  padding-bottom: 0 !important;
}

p.event-location-title {
  padding-top: 20px;
}

div.event-numbers-con {
  padding-top: 30px;
}

div.overlay {
  background: transparent;
  position: relative;
  width: 100%;
  height: 500px;
  top: 500px;
  margin-top: -500px;
}

@media only screen and (max-width: 768px) {
  #tribe-events-pg-template {
    padding: 0;
  }
}

/* Widgets */
@media (min-width: 992px) and (max-width: 1199px) {
  body.page-id-96 div.sector-about-text {
    padding-right: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  div.right-sector-about button.button {
    width: 100%;
  }
}

/* MDS Schemes */
div.manufacturer-container {
  padding-bottom: 20px;
}

div.manufacturer-container:nth-child(2n+2) {
  padding: 0 15px 20px;
}

img.mds-manufacturer-logo {
  max-height: 100px;
  max-width: 100%;
}

button.view-mds-scheme {
  padding: 10px 15px;
  margin-top: 10px;
}

div.top-mds-page {
  padding-right: 130px;
  padding-bottom: 30px;
}

button.mds-page-buttons {
  padding: 10px;
  width: 215px;
}

div.mds-page-button-con-outer {
  position: relative;
}

div.mds-page-button-con {
  position: absolute;
  bottom: 0;
}

button.mds-back-button {
  margin-bottom: 15px;
}

button.mds-page-buttons {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

button.mds-page-buttons i {
  font-size: 22px !important;
  vertical-align: middle;
  margin-right: 5px;
}

img.mds-page-logo-hidden {
  opacity: 0;
}

table.mds-page-table {
  margin-top: 20px;
}

table.mds-page-table td {
  padding: 7px;
}

body.page-id-218136 td,
body.page-id-218154 td,
body.page-id-218171 td {
  padding: 10px;
}

tr.table-grey-bg {
  background-color: #f9f9f9;
}

.table-grey-border {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

table.mds-page-table .table-hidden {
  opacity: 0;
}

li.page_item.page-item-218136,
li.page_item.page-item-38,
li.page_item.page-item-528,
li.page_item.page-item-218154,
li.page_item.page-item-218171 {
  display: none;
}

div.mds-logo-con {
  padding-right: 11px;
}

.hidden-mds-field {
  display: none;
}

@media only screen and (max-width: 992px) {
  div.top-mds-page {
    padding: 0;
  }

  div.mds-logo-con {
    padding-right: 0;
    padding-left: 15px;
    padding-top: 7px;
  }
}

@media only screen and (max-width: 768px) {
  button.view-mds-scheme {
    width: 100%;
  }

  div.manufacturer-container {
    padding: 0 0 20px 0 !important;
  }

  div.mds-page-container {
    padding: 0 10px;
  }

  div.mds-logo-con {
    padding: 0;
  }

  button.mds-page-buttons {
    width: 100%;
  }

  div.mds-page-button-con {
    position: relative;
    padding-right: 10px;
  }

  img.mds-page-logo-hidden {
    display: none;
  }

  div.mds-logo-con {
    padding-right: 10px;
  }
}

/* Forte Direct Shop */

.col-xs-12.no-padding.shop-pagination-strip.text-right.pagination-bottom {
  padding-top: 20px;
}

p.shop-page-number {
  display: inline-block;
  margin: 0;
}

a.previous-page {
  padding-right: 20px;
}

a.next-page {
  padding-left: 20px;
}

div.shop-search-strip {
  padding-top: 3px;
  margin-top: 5px;
  padding-bottom: 1px;
  /* height: 35px; */
}

span.search-by-text {
  padding: 5px;
}

input.search-input {
  padding: 2px 10px;
  font-size: 14px;
  width: 255px;
}

span.shop-dropdown-caret {
  padding: 6px 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-left: -4px;
  vertical-align: middle;
  cursor: pointer;
}

a.view-all-link {
  padding: 2px 10px;
}

div.products-container table tr td {
  padding: 8px;
}

tr.product-color-bg {
  background-color: #e8f6f7;
}

tr.fav-hidden {
  display: none;
}

#add-fav-items {
  font-size: 16px;
  cursor: pointer;
}

i.stock-icon,
i.favourite-icon {
  font-size: 15px;
  vertical-align: middle;
}

form.deleteFavourite {
  display: inline;
}

button.delete-favourite {
  border: none;
  background: transparent;
}

button.shop-add-btn {
  padding: 10px 15px;
}

div.shop-bottom-pagination-strip {
  padding-top: 20px;
}

div.shop-widgets {
  /* border-radius: 5px; */
  margin-top: 20px;
  padding: 0 10px 10px 10px;
}

div.shop-widget-inner {
  padding-left: 10px;
}

a.shop-widget-link {
  text-decoration: underline;
}

button.shop-button {
  margin-top: 20px;
}

button.shop-button-left {
  margin-right: 10px;
}


/*forte direct shop*/
.button.ajax_add_to_cart.add_to_cart_button.product_type_simple.btn.background-blue.shop-add-btn.bold-text {
  background-color: #1d81b7;
}

.added_to_cart.wc-forward {
  display: none !important;
}

div.quantity,
form.cart {
  display: inline;
}

del>span.amount {
  display: none;
}

ins {
  text-decoration: none;
}

.wp-pagenavi {
  width: 45%;
  float: right;
}

a.previouspostslink {
  float: left;
  color: #1d81b7;
  font-weight: 500;
}

a.nextpostslink,
span.pages {
  padding-right: 15px;
  color: #1d81b7;
  font-weight: 500;
}

div.yith-ajaxsearchform-container {
  width: 65%;
  display: inline;
  float: left;
  margin-top: 3px;
}

.screen-reader-text {
  display: none;
  color: #ffffff;
  padding: 0 5px;
  position: absolute;
  padding-top: 2px;
}

#yith-searchsubmit {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  /* background-color: rgb(27, 166, 180); */
  background-color: rgb(43, 114, 185);
  color: rgb(255, 255, 255);
  font-size: 35px;
  padding-top: 4px;
  height: 28px;
  padding-left: 5px;
  padding-right: 40px;
  position: absolute;
  left: 390px;
  top: 15px;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  #yith-searchsubmit {
    padding-top: 4px;
  }
}

.autocomplete-suggestions {
  left: 90px;
  top: 35px;
}

input#yith-s {
  width: 300px;
  padding: 1px 5px;
  position: absolute;
  left: 90px;
  height: 28px;
  top: 15px;
}

td.product-thumbnail>a {
  display: none;
}

.woocommerce-cart table.cart .product-thumbnail {
  min-width: 0px;
}

.onsale {
  display: none;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 48%;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #000000;
  font-size: 1.25em;
}

.summary.entry-summary div:nth-child(-n+4) {
  display: inline-block;
}

.price-label {
  padding-right: 10px;
  color: #000000;
  font-size: 1.25em;
  font-weight: 400;
}

.product_title.entry-title {
  font-size: 1.25em;
  font-weight: 400;
  color: #000000;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  background: inherit;
  font-weight: 300;
}

.woocommerce-breadcrumb {
  display: none;
}

.woocommerce .woocommerce-message {
  border-top-color: #1BA6B4;
}

.woocommerce .woocommerce-message::before {
  color: #1BA6B4;
}

.woocommerce div.product .product_title {
  margin-top: 5px;
  padding: 15px 0 5px 0;
  border-top: 1px solid #CBD9D3;
  ;
}

.summary.entry-summary div:nth-child(5) {
  margin-top: 0px;
  /*border-top: 1px solid #CBD9D3;*/
  padding: 15px 0 5px 0;
}

.woocommerce div.product form.cart .button {
  float: right;
}

.woocommerce div.product form.cart div.quantity {
  float: left;
  /*padding-left: 140px;*/
  padding-top: 5px;
}

div.cat-nav-btn li {
  width: 100%;
  text-align: center;
}

.woocommerce-placeholder.wp-post-image {
  display: none;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
div.cat-nav-btn li>a {
  display: inline;
  font-weight: 400;
  font-size: 14px;
}

.quantity {
  display: block;
  text-align: right;
}

.total {
  text-align: right;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
ul.cart_list li.mini_cart_item {
  padding: 4px 0;
  margin: 0;
  list-style: none;
  text-align: left;
}

.tooltip {
  width: 150px;
  opacity: 1;
}

.woocommerce a.remove,
li.mini_cart_item a.remove {
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  padding: 0 5px;
}

li.mini_cart_item a.remove:hover {
  color: #fff !important;
  background: red;
}

/*forte direct shop tabs*/

#favourites caption h4 {
  float: left;
  clear: both;
  text-align: left;
}

#favourites caption h4,
#favourites caption div {
  width: 50%;
}

.tab-content,
.nav-tabs-shop .active a {
  color: #1D81B7 !important;
  font-weight: 700;
  background: linear-gradient(240deg, transparent 35px, #F4F4F4 0) top right !important;
}

.nav-tabs>li>a {
  border-radius: 0;
  background-color: #1D81B7;
  color: #ffffff;
  font-weight: 700;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #1D81B7 !important;
}

.shop-tabs {
  padding-top: 40px;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: #1D81B7 !important;
}

.shop-tabs {
  padding-top: 40px;
}

.tab-content,
.nav-tabs-shop .active a {
  background-color: transparent !important;
  color: #1D81B7 !important;
  font-weight: 700;
  font-size: 14px;
}

.nav-tabs>li>a {
  border-radius: 0;
  background-color: #1D81B7;
  color: #ffffff;
  font-weight: 700;
}

.nav>li>a:hover,
.nav>li>a:focus {
  text-decoration: none;
  background-color: transparent !important;
}

.shop-tabs {
  padding-top: 40px;
}

/*.tab-content, .nav-tabs-shop .active a {
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-top: 1px solid black;
}*/

.nav-tabs {
  border-bottom: 1px solid #ddd;
  margin-bottom: -1px;
}

/*.nav.active {
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}*/

li.nav a,
li.nav {
  background: linear-gradient(240deg, transparent 35px, #1D81B7 0) top right;
  border: none;
  width: 180px;
  margin-right: -10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

li.nav .active a,
li.nav.active {
  background: linear-gradient(240deg, transparent 35px, #F4F4F4 0) top right;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  border: none;
}

div#one,
div#two {
  background-color: #F4F4F4;
  padding: 10px;
  padding-top: 30px;
}

span.specials-title {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}

.specials-price {
  padding-left: 0;
}

div#one ul.products {
  padding-left: 0;
}

.col-xs-2.specials-button.button.btn.background-blue.shop-button {
  padding: 7px;
  margin-top: 0;
}

.button.btn.background-blue.shop-button {
  margin: 10px auto;
  display: block;
}

.quantity .qty {
  width: 3.631em;
  text-align: center;
  padding-left: 12px;
}

.col-xs-12.no-padding.products-container {
  padding-top: 20px;
  padding-right: 10px;
}

.no-padding.products-container {
  padding-top: 20px;
  padding-right: 10px;
}

/*form#yith-ajaxsearchform .screen-reader-text {
    display: block !important;
}*/

/* Shop Category Page */

div.cat-title-cont {
  background-color: #1D80B7;
}

p.cat-title {
  color: #ffffff;
  padding-left: 5px;
}

p.cat-title {
  color: #ffffff;
  padding-left: 5px;
  margin-bottom: 0px;
}

div.category-cont {
  padding-bottom: 30px;
}

.summary.entry-summary.full-width-product {
  width: 100% !important;
}

/*.summary.entry-summary.full-width-product div.quantity {
    padding-left: 65% !important;
}*/


.woocommerce>form,
.cart-collaterals {
  display: block;
  float: left;
}

.woocommerce>form {
  width: 100%;
}

body.page-id-404 .woocommerce>form {
  width: 70% !important;
  padding-top: 74px;
}

.cart-collaterals {
  width: 30% !important;
}

.cart_totals {
  width: 95% !important;
}

body.woocommerce-checkout div.col-1 {
  display: none;
}

body.woocommerce-checkout div.col-2 {
  width: 100% !important;
}

.woocommerce-shipping-fields>h3 {
  display: none;
}

tr.cart-subtotal {
  display: none;
}

div.checkout-terms-list {
  padding: 20px;
}

.button.wc-backward {
  background-color: #1D81B7 !important;
}

.button.checkout.wc-forward {
  margin-left: 35%;
}

.button.wc-forward {
  padding: .618em 1em;
}

ul.cart_list product_list_widget .total {
  padding-bottom: 20px;
}

.woocommerce-shipping-fields {
  padding: 15px;
}

#order_comments {
  padding: 5px;
}

.button.wc-backward {
  width: 100%;
  text-align: center;
}

#order_review_heading,
div.cart_totals>h2 {
  color: #1d81b7;
}

.basket.font-color-blue {
  padding-bottom: 0;
}

div.continue {
  padding-top: 40px;
}

body.archive.post-type-archive.post-type-archive-product .page-description {
  display: none;
}


img.contact-map-img {
  display: none;
}

/* membership page */

body.page-id-499 div.next-meeting-outer-con {
  display: none;
}

form.lost_reset_password input.button {
  background-color: #1d81b7;
  border-radius: 5px;
  color: #ffffff;
  padding: 10px;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0;
  padding-right: 30px;
  padding-left: 30px;
}

form.lost_reset_password input.button:hover {
  background-color: #1e9de2;
}

.about-account {
  margin-top: 20px;
  margin-bottom: 0;
}

.about-account-btn {
  padding: 15px 100px;
}


/* Basket Page */

/*table.shop_table.shop_table_responsive.cart {
    max-width: 60%;
}

div.woocommerce > form {
    width: 40%;
}*/

.favourite-button {
  background-color: #1d81b7;
  color: white;
  border-radius: 3px;
  border: none;
  padding: .618em 1em;
}

.table-cell-user-data-title {
  width: 300px;
  text-align: left;
  padding-left: 10px;

}

.table-cell-user-data {
  width: 200px;
  text-align: left;
  padding-left: 10px;

}

.table-cell-user-data-title-generics-out-of-stock {
  min-width: 185px;
  text-align: left;
  padding-left: 10px;

}

.table-cell-user-data-generics-out-of-stock {
  min-width: 185px;
  text-align: left;
  padding-left: 10px;

}

.table-cell-user-data-title-generics-force {
  min-width: 280px;
  text-align: left;
  padding-left: 10px;

}

.table-cell-user-data-generics-force {
  min-width: 280px;
  text-align: left;
  padding-left: 10px;

}

.table-cell-user-data-title-pi-optimisation {
  min-width: 250px;
  text-align: left;
  padding-left: 10px;

}

.table-cell-user-data-pi-optimisation {
  min-width: 890px;
  text-align: left;
  padding-left: 10px;

}

.table-cell-user-data-title-scheme_1 {
  min-width: 220px;
  text-align: left;
  padding: 5px;
  background-color: #ffff00;
  font-size: 12px;
  color: #000000;
  /*padding-left: 10px;*/

}

.table-cell-user-data-status_1 {
  min-width: 70px;
  text-align: left;
  padding: 5px;
  background-color: #ffff00;
  font-size: 12px;
  color: #000000;
  /*padding-left: 10px;*/

}

.table-cell-user-data-title-scheme_2 {
  min-width: 220px;
  text-align: left;
  padding: 5px;
  background-color: #c8aac3;
  font-size: 12px;
  color: #000000;
  /*padding-left: 10px;*/

}

.table-cell-user-data-status_2 {
  min-width: 70px;
  text-align: left;
  padding: 5px;
  background-color: #c8aac3;
  font-size: 12px;
  color: #000000;
  /*padding-left: 10px;*/

}


.table-cell-user-data-title-scheme_3 {
  min-width: 220px;
  text-align: left;
  padding: 5px;
  background-color: #e9e9e9;
  font-size: 12px;
  color: #000000;
  /*padding-left: 10px;*/

}

.table-cell-user-data-status_3 {
  min-width: 70px;
  text-align: left;
  padding: 5px;
  background-color: #e9e9e9;
  font-size: 12px;
  color: #000000;
  /*padding-left: 10px;*/

}

.table-cell-user-data-header-scheme_1 {
  min-width: 292px;
  text-align: left;
  padding: 5px;
  background-color: #ffff00;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1.4em;
  /*padding-left: 10px;*/

}

.table-cell-user-data-header-scheme_2 {
  min-width: 292px;
  text-align: left;
  padding: 5px;
  background-color: #c8aac3;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1.4em;
  /*padding-left: 10px;*/

}

.table-cell-user-data-header-scheme_3 {
  min-width: 292px;
  text-align: left;
  padding: 5px;
  background-color: #e9e9e9;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1.4em;
  /*padding-left: 10px;*/

}

.savings-text {
  color: #db0001;
}

body.page-id-218902 td.order-actions {
  padding: 5px;
}

body.page-id-406 h2.customer-details,
body.page-id-406 table.shop_table.customer_details {
  display: none;
}

/*
/*modern browsers page*/

body.page-id-219473 div.sector-about-text {
  padding: 0;
  padding-left: 15%;
  width: 83%;
}

div.ie_alert_bottom {
  height: 150px;
  padding-top: 50px;
  font-size: 20px;
  font-weight: 700;
}

.sf-menu ul {
  background: #e71872 !important;
  margin-top: 50px;
  border: 1px solid #e65698;
}

.sub-menu a,
.sub-menu a:hover {
  background: #e71872 !important;
}

.bg-color- {
  background: #2ea6b4 !important;
}

ul.children {
  margin-top: 0px !important;
}

/* COMBINED SITE STYLING */

#loginform .sector-selector,
.my-account-link {
  display: none !important;
}

.social-logged-in {
  float: left !important;
  margin-left: -70px;
  margin-top: -45px;
}

.login-submit {
  float: left !important;
  margin-top: -48px;
}

#subject {
  border-color: #76cbef;
}

.home div.banner-text {
  top: 0px;
  width: 52%;
}

.home .panel-heading,
.home .panel-body {
  padding: 0px;
}

.home .panel-body h4 {
  color: white;
  background-color: #2c80b7;
  margin-top: -20px;
}

.home .panel-body img {
  vertical-align: top;
}

.home .panel {
  border: 1px solid #2b70b9;
}

.page-id-329409 .page-banner-text h3,
.page-id-25 .page-banner-text h3 {
  font-size: 23px;
}

.page-id-358086 .page-banner-text h3 {
  font-size: 19px;
}


.page-id-329610 div.next-meeting-outer-con {
  border-radius: 0px;
}

.p-tab {
  background-color: #e71e71;
  width: 180px;
  padding: 10px;
  color: white;
  line-height: 1.428571429;
  margin: 0px;
  font-weight: 500;
}

.page-id-329574 .table>tbody>tr>td {
  padding: 2px;
  padding-left: 5px;
  font-size: 15px;
  color: #1D81B7;
}

@media only screen and (min-width: 1800px) {
  .home-banner-text {
    font-size: 20px !important;
  }

  .page-id-329409 .page-banner-text h3 {
    font-size: 18px !important;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 1799px) {

  .home-banner-text,
  .page-id-329409 .page-banner-text h3 {
    font-size: 18px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .home-banner-text {
    font-size: 16px !important;
  }

  .page-id-329409 .page-banner-text h3 {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .page-id-329409 .page-banner-text h3 {
    font-size: 17px !important;
  }
}

.no-results p {
  margin-top: 55px;
}

.search-loader {
  border: 10px solid #f3f3f3;
  /* Light grey */
  border-top: 10px solid #e51971;
  /* Blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.view-all {
  display: block;
  color: #2c80b7;
  font-size: 18px;
  font-weight: 400;
  padding-top: 15px;
}

.page-id-404 .banner-con,
.page-id-404 .benefits-title-cont {
  display: none;
}

.default-msg,
.no-results {
  margin-top: 90px;
}

div.right-sector-about {
  display: none;
}

.accordion-link {
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 20px;
}

.post-type-archive .shop-tabs {
  display: none;
}

.qty-minus {
  padding: 5px;
  border: none;
  border-radius: 0px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #2aa72a !important;
  color: white !important;
}

.qty-plus {
  padding: 5px;
  border: none;
  border-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #2aa72a !important;
  color: white !important;
}

/*----- modal styling ----------*/

div.modal-dialog {
  width: 90%;
  max-width: 1200px;
  margin: 40px auto 0;
}

div.modal-content {
  padding: 20px;
}

div.modal-header {
  border-bottom: none;
}

div.modal-body {
  padding: 15px;
}

.modal-body * {
  color: #fff;
}

.frt-blue-panel {
  color: #fff;
  background-color: #003f72;
  margin: 0;
  padding: 10px 10px 0 10px;
}

@media (min-width: 992px) {
  .frt-blue-panel {
    padding: 10px;
  }
}

.frt-login-hidden {
  display: none;
}

.form-group {
  padding: 0;
}

@media (min-width: 768px) {
  .form-group {
    margin: 10px 0;
  }
}

@media (min-width: 992px) {
  .form-group {
    width: 100%
  }
}

#loginform .login-submit {
  margin-top: 0;
}

header input#wp-submit {
  background-color: #fff;
  color: #003f72;
  display: block;
  width: 120px;
  margin: auto;
}

header input#wp-submit:focus,
header input#wp-submit:hover {
  text-decoration: underline;
  background-color: #fff;
}

#loginform .frt-login-lostpss a:focus,
#loginform .frt-login-lostpss a:hover {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.frt-pink-panel {
  background-color: #e51971;
  margin: 0;
  padding: 10px 10px 0 10px;
  text-align: center;
}

@media (min-width: 991px) {
  .frt-pink-panel {
    padding-bottom: 20px;
  }
}

.frt-pink-panel ul {
  list-style: none;
  padding: 0;
}

.frt-pink-panel p:last-child {
  margin: auto;
  width: 120px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0;
  text-align: center;
  padding: 10px;
  background-color: #fff;
}

.frt-pink-panel p:last-child:hover,
.frt-pink-panel p:last-child:focus {
  text-decoration: underline;
}

.frt-pink-panel p>a {
  color: #e51971;
}

div.modal-footer {
  border-top: none;
  padding: 0;
}

.close {
  font-size: 55px;
}

.modal-header .close {
  margin-top: -70px;
}

.header-login-cont {
  top: 30px;
}

a.logout-link {
  margin-right: 0px;
}

.fa.fa-linkedin.circle {
  position: relative;
  top: 6px;
}

.modal-title {
  margin-left: 8px;
  font-size: x-large;
}

.modal {
  overflow-y: auto;
}

.modal-open {
  overflow: auto;
}

.remove-favourite,
.add-favourite {
  cursor: pointer;
}

.page-banner-text h4 {
  color: #fff
}

.post-type-archive .content {
  padding-top: 0px;
}

.fa-gbp {
  font-size: 20px;
}

.archive .nav-tabs>li.active>a,
.archive .nav-tabs>li.active>a:focus {
  background-color: #e71d72 !important;
  color: white;
  cursor: pointer;
  border-bottom: 2px solid #263f6b;
}

.archive .nav-tabs>li.active>a:hover {
  background-color: #e71d72 !important;
  color: white;
}

.archive .nav-tabs>li>a:hover {
  background-color: #1D81B7 !important;
  color: white;
}

.archive .nav-tabs>li>a {
  background-color: #3db8e8 !important;
  color: white;
}

table#contact-info-tab {
  max-width: 65%;
}

#btn-general {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 33%;
  background-color: #bcc5cd;
  margin-top: 10px;
  color: white;
  padding: 10px;
}

#form-territory {
  display: none;
}

#contact-form-cont {
  margin-top: 25px;
  display: none;
}

.direct-contact {
  margin-top: 10px;
  color: white;
  background-color: #605e61;
  display: block;
  min-width: 120px;
  font-size: 14px;
}

.bdm-details {
  display: inline-block;
  padding-top: 5px;
}

@media only screen and (min-width: 1600px) {
  .bdm-details {
    padding-top: 30px;
  }

  .direct-contact {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1300px) {
  .direct-contact {
    min-width: 140px;
    font-size: 16px;
  }
}



@media only screen and (max-width: 1899px) {
  #meet-the-team h3 {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 1399px) {
  #meet-the-team h3 {
    padding: 6px 0;
  }
}

@media only screen and (max-width: 1199px) {
  div.header-bottom-wrapper ul.sf-menu>li>a {
    padding: 15px 10px;
  }
}


/* MY ACCOUNT  */
#sale-banner {
  margin-top: 5px;
  width: 100%;
  height: auto;
  background: #45d1fa;
  /* Old browsers */
  background: -moz-linear-gradient(top, #45d1fa 0%, #3db8e8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #45d1fa 0%, #3db8e8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #45d1fa 0%, #3db8e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45d1fa', endColorstr='#3db8e8', GradientType=0);
  /* IE6-9 */
}

#accordion2 .panel-default {
  border-color: #d9e7f5;
}

#accordion2 .panel-default>.panel-heading {
  background: #d9e7f5;
}

#accordion2 a.accordion-link {
  color: #1d81b7;
}

#accordion2 .right-sector-about-container {
  margin-top: -25px;
}

#accordion2 .content {
  padding-top: 0px;
}

#accordion2 .panel-group .panel {
  border-radius: 0;
}

#accordion .btn {
  color: #fff;
}

#callToActionBtn {
  background-color: #e51971;
  border: 1px solid #000;
}

#callToActionBtn a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}

#callToActionBtn a:hover,
#callToActionBtn a:focus,
#callToActionBtn a:active {
  text-decoration: underline;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.page-id-33 .news-text-con p:first-child {
  display: none;
}

.logged-in-container {
  margin-top: -15px;
}

.switch-user-container {
  position: relative;
  top: -27px;
}

.switch-user-container-surgery {
  position: relative;
  top: -27px;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) and (min-width: 1500px) {
  svg {
    margin-top: 100px;
    width: 400px;
    height: 400px;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) and (min-width: 1300px) and (max-width: 1499px) {
  svg {
    margin-top: 80px;
    width: 330px;
    height: 350px;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) and (max-width: 1299px) {
  svg {
    margin-top: 90px;
    width: 300px;
    height: 300px;
  }
}

#action-error {
  display: none;
  color: white;
  background-color: red;
  padding: 5px 5px;
}

#action-success {
  display: none;
  color: white;
  background-color: green;
  padding: 5px 5px;
}

.switch-user-container {
  right: 394px;
  top: -26px;
}

.switch-user-container-surgery {
  right: 182px;
  top: -26px;
}

#new_surgery_user {
  height: 29px;
  /* width: 145px; */
}

.logged-in-buttons {
  top: -10px;
  position: relative;
}

.content-wrapper {
  width: 100%;
}

#mt-main-nav a:hover,
#sf-menu a:hover {
  text-decoration: none !important;
}

.next-meeting-outer-con {
  display: none !important;
}

.content {
  padding-top: 8px !important;
}

hr {
  margin-top: 5px;
  margin-bottom: 10px;
}

.panel>.panel-heading {
  padding: 5px;
}

.mds-page-button-con-outer {
  padding-top: 23px;
}

.basket-warning {
  font-size: 14px;
}

.my-account-title {
  font-size: 22px;
}

.front-page-wrapper {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.right-sidebar .empty-container {
  height: 11rem;
}

.right-sidebar div.news-parent-con:nth-child(2) {
  border-top: none;
}

.right-sidebar div.news-parent-con a {
  height: 23rem;
}

.right-sidebar div.news-parent-con a img {
  max-width: 10rem;
}

.right-sidebar div.news-parent-con .news-text-con h4 {
  font-size: 14px;
}

.right-sidebar div.news-parent-con .news-text-con p {
  font-size: 12px;
}

/**
 *  Styling for Simplified Ordering
 * 
 * */

#open-so-form {
  cursor: pointer;
}

#so-panel {
  display: none;
}

#so-panel hr {
  border-top: 1px solid #cfcfcf;
  margin-bottom: 0;
}

#so-panel table {
  width: 100%;
}

#so-panel table button {
  width: 100%;
}

.so-button-wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.so-button-wrapper .close {
  font-size: 2.5rem;
}

.so-gutter {
  height: 1.5rem;
}

.so-pip input {
  width: 11rem;
}

.so-qty input {
  width: 8rem;
}

.so-price {
  display: flex;
}

.loader-text,
.so-message-wrapper {
  font-size: small;
  line-height: 1.5rem;
}

.so-message-wrapper {
  margin-top: 5px;
  height: 1.5rem;
}

.so-alert,
.so-success {
  position: relative;
  padding: .15rem 1rem;
  border: 1px solid;
  border-radius: .25rem;
  margin-top: .5rem;
  text-align: center;
}

.so-alert {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.so-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;

}

.so-total {
  border-bottom: 1px solid #cfcfcf;
}

#so-panel .wc-forward {
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}

.account_menu {
  width: 102%;
}

@media only screen and (max-width: 1190px) {
  .account_menu ul {
    flex-direction: column;
  }

  .account_menu ul a {
    width: 100%;
  }

  .account_menu {
    margin-bottom: 3rem;
  }

  ul li {
    margin-bottom: 1rem;
  }
}

/*--- account dashboard menu ---*/
nav.account_dashboard_menu {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

div.account_menu ul,
nav.account_dashboard_menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style-type: none;
}

#centeredul {
  justify-content: center;
}

div.account_menu a,
nav.account_dashboard_menu a {
  padding: .5rem;
}

@media only screen and (max-width: 991px) {
  nav.account_dashboard_menu ul {
    flex-direction: column;
  }

  nav.account_dashboard_menu a {
    width: 100%;
  }

  nav.account_dashboard_menu li {
    margin-bottom: 1rem;
  }
}

div.account_menu ul .menu_item,
nav.account_dashboard_menu .menu_item {
  display: block;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  background: #9f4092;
  border-radius: 5px;
  padding: .5rem 1rem;
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  min-width: 140px;
  text-align: center;
}

.account_dashboard_content {
  font-weight: normal;
}

.account_dashboard_content h2 {
  padding: 5px 0;
}

.account_dashboard_content h4 {
  margin-top: 2rem;
}

.account_dashboard_content table td {
  padding: .75rem 2rem;
}

.account_dashboard_content table .table-darker {
  background-color: #1d81b7;
  color: #fff;
}

.account_dashboard_content table .table-contrast {
  background-color: #1d81b77a;
  color: #666;
}

/* @media only screen and (max-width: 991px) {

  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  table {
    height: 100% !important;
  }
} */

#order_comments_field {
  display: none;
}

.woocommerce-shipping-fields {
  padding-top: 0;
  padding-bottom: 0;
}

#so-panel .wc-forward {
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}

.premvan_preview {
  width: 100%;
  height: 1000px;
}

.red {
  font-weight: 700;
  color: red;
}

/* new modal styles */
#container1 {
  display: flex;
  justify-content: center;
}

#modal {
  position: relative;
  top: 25%;
  text-align: center;
  background: #ffffff;
  padding: 50px;
  width: 580px;
  color: #1d80b7;
  height: 50%;
  border-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  z-index: 2000000
}

.modal-top-row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.circle-for-x {
  border: 1px solid transparent;
  background: white;
  border-radius: 50%;
  width: 3.8rem;
  height: 3.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #1da1f2;
  font-size: 3rem;
}

.circle-for-x:hover {
  background: rgba(29, 161, 142, .1);
  -webkit-box-shadow: 5px 5px 39px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 5px 5px 39px 0px rgba(0, 0, 0, 0.35);
}

.opt_container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.modal-option {
  background: white;
  border: 1px solid darkcyan;
  border-radius: 5px;
  padding: 1rem;
  width: 10rem;
}

.modal-option:hover {
  -webkit-box-shadow: 5px 5px 39px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 5px 5px 39px 0px rgba(0, 0, 0, 0.35);
  background: #1d80b7;
  color: white;
}

#envelope-ico {
  font-size: 3rem;
}

.results {
  position: relative;
  top: 25px;
}

#inbox_redirect {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  text-decoration: none;
}

#inbox_redirect:hover {
  color: white;
}

.new-inbox-title {
  margin-top: 23px;
}

.prod-qty {
    text-align: left;
}

.cart_totals_div {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

@keyframes animate_right {
  from {
    transform: translateX(-100%);
  }
  to
  {
    transform: translateX(0);
  }
}

.animate_right {
  height: 100%;
  animation: animate_right 0.8s forwards;
  text-transform: capitalize;
}

.product-total {
  display: flex;
  justify-content: space-between;
}


/* new ticker */
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.ticker-wrap {
  width: 100%;
  overflow: hidden;
  height: 4rem;
  background-color: rgba(#000, 0.9);
  padding-left: 100%;
  box-sizing: content-box;
}

.order_issue_ticker {

  display: inline-block;
  height: 4rem;
  line-height: 4rem;  
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;

  -webkit-animation-iteration-count: infinite; 
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
 -webkit-animation-name: ticker;
         animation-name: ticker;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
}

.ticker__item {
  display: inline-block;
  font-size: 16px;
}

.ticker-container {
  overflow: hidden;
  background: white;
}

.ticker__item__response {
  text-transform: capitalize;
}

#new_surgery_user {
  border: none;
  text-transform: capitalize;
}

.fa-info-circle {
  color: red;
}

#otcd-total-sales-report-tab {
  display: none;
}

#category-form {
  float:right;
  margin-bottom:15px;
  width:100%;
}

#category-form #category {
  width:100% !important;
};

.fa-bell, .fa-star-o, .fa-star, .fa-bell-o {
  color: #e71d72;
  cursor: pointer;
}

.product-title {
  font-weight: 300;
  font-size: 16px;
}

.news-excerpt {
  max-height: 300px;
  overflow-y: scroll;
}

.news-text-container {
  min-height: 439px;
}

.sf-menu li a {
  font-size: 12.5px;
}

/* notifications stuff */

.modal-dialog {
  height: 100vh;
  display: flex;
  align-items: center;
  width: 50%;
  border-radius: 2rem;
  color: #1d80b7;
}

.modal-body>a {
  color: #e51971;
  text-decoration: underline;
}

.subtle_notification {
  position: fixed;
  bottom: 80px;
  left: 10px;
  background: white;
  padding: 1.5rem;
  border-radius: 2rem;
  color: black;
  line-height: 2rem;
  font-size: 13px;
  border: 1px solid #3db8e8;
  width: fit-content;
  transition: opacity 1s ease-in-out;
  font-weight: 400;
}

.subtle_notification>p {
  line-height: normal;
  margin-bottom: 0;
  font-weight: 400;
}

.modal-header .close {
  margin-top: 0;
}

.modal-dialog {
  display: flex;
  width: 50%;
}

#half_width_modal {
  width: 50%;
  display: flex;
}

#half_width_modal > div > div.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#half_width_modal > div {
  border-radius: 1.5rem;
}

.modal-title {
  color: #1d80b7;
}

.prod-stock > .fa-bell-o {
  color: #e71e71 !important;
}

.prod-stock > .fa-bell {
  color: #e71e71 !important;
}

.woocommerce a.button {
  background-color: #1d81b7 !important;  
}

.call_tooltip .tooltip-text {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  z-index: 10;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  text-align: center;
}

.call_tooltip .tooltip-text::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

.call_tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.prod-title {
  line-height: 1.5;
  min-height: 48px;
  display: flex;
  align-items: center;
}

.search-product-row {
  height: 88px;
}

.logo .retina-logo {
  height: auto;
}

.prod-qty > form.cart {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}