-------Dropdown styling-------*/
.sm-blue{
  top: -27px!important;
  font-size: 12px!important;
  font-family: century-gothic, sans-serif!important;
  font-size: 12px!important;
  font-weight: normal!important;
  font-style: normal!important;
  font-stretch: normal!important;
  line-height: normal!important;
  letter-spacing: normal!important;
  transition: all 0.3s ease!important;
  color: #6EC6D8!important;
}
.font-gothic {
  font-family: century-gothic, sans-serif ;
  font-weight: 400;
}
.btn-secondary {
  background-color: #fff0;
}
.btn-secondary:hover {
  background-color: #e6e6e600;
}
.btn-secondary:focus{
  background-color: #e6e6e600;
}
.btn-secondary:active{
  background-color: #e6e6e600;
}
.open>.btn-secondary.dropdown-toggle:focus{
  background-color: #e6e6e600;
}
.open>.btn-secondary.dropdown-toggle:hover {
  background-color: #e6e6e600;
}
..btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover, .open>.btn-secondary.dropdown-toggle.focus, .open>.btn-secondary.dropdown-toggle:focus, .open>.btn-secondary.dropdown-toggle:hover{
  background-color: #e6e6e600;
}
.open>.btn-secondary.dropdown-toggle{
  background-color: #e6e6e600;
}
.btn-secondary:active:focus{
  background-color: #e6e6e600;
}
label.drop-label-class {
  font-family: open-sans,sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #999999;
  margin: 0px 0px 0px 0px;
  position: relative;
  top: 4px;
  transition: all 0.3s ease!important;
}
.dropdown-item {
  font-family: open-sans,sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #999999;
  margin: -5px 0px -5px 0px;
  padding: 10px 0px 10px 25px;
}
.dropdown-item:hover {
  font-family: open-sans,sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
  margin: -5px 0px -5px 0px;
  padding: 10px 0px 10px 25px;
  border-left:5px solid #6EC6D8;
}
.meet-the-team-dropdown-menu {
  position: absolute;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: 100%;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  color: #373a3c;
  text-align: left;
  list-style: none;
  background-color: #F9F9F9;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #EBE8E8;
  border-radius: 0rem;
  border-bottom: 2px solid #6EC6D8;
}
.meet-the-team-dropdown-toggle {
  padding-left: 17px;
}
.border-bot {
  border-bottom: 2px solid #B2B2B2;
}
.meet-the-team-dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: .25rem;
  margin-left: .25rem;
  vertical-align: middle;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
  position: absolute;
  right: 5px;
  top: 11px;
}
.meet-the-team-dropdown {
  display: none;
}
button#dropdownMenuButton {
  border: none;
  width: 100%;
  text-align: left;
  padding-bottom: 30px;
  font-family: open-sans,sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #999999;
  margin: 0px 0px 0px 0px;
  position: relative;
  height: 25px;
}
button#dropdownMenuButton:focus {
  background-color: #e6e6e600;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}
.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
/*-------End of dropdown-------*/
.mobile-title-sub {
  text-align: center;
}
.drop-hidden-div {
  background: #f9f9f9;
  border: 1px solid #EBE8E8;
  margin-top: -2px;
}
.dropdown-hidden-text {
  border-bottom: 1px solid #EBE8E8;
  padding: 10px 0px 10px 25px;
}
.dropdown-hidden-text:hover {
  color:#333333;
  border-left: 5px solid #6EC6D8;
  cursor: pointer;
}
.dropdown-hidden-text:last-child {
  border-bottom: 2px solid #6EC6D8;
}
.drop-text {
  padding-bottom: 5px;
  border-bottom: 2px solid #B2B2B2;
}
.drop-text:hover {
  cursor: pointer;
}
.show-div {
  display:block!important;
}
.hide-div {
  display:none!important;
}
.active-title {
  font-size: 23px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #6ec6d8;
}
.circle-img {
  position: absolute;
  top: -77px;
  width: 100%;
}
.leadership-box, .credit-box, .legal-box, .marketing-box, .tech-box {
  margin-bottom: 100px;
}
.per-box {
  border-bottom: 5px solid #eaeaea;
  border-radius: 3px;
  border-top: 5px solid #7dccdc;
  flex: 1;
  max-width: 266px;
  background: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  position: relative;
}
.our-team-content-box-inner {
  display: flex;
  justify-content: space-between;
  text-align: center;
  max-width: 908px;
  margin: auto;
}
.our-team-content-box-inner-rows-below {
  display: flex;
  justify-content: space-between;
  text-align: center;
  max-width: 908px;
  margin: 120px auto;
}
.meet-the-team-blank-box {
  width: 266px;
}
h4.our-team-h4 {
  margin-top: 75px;
  margin-bottom: 18px;
}
.path-negative {
  width: 1px;
  height: 12px;
  background: #6ec6d8;
  position: relative;
  top: 29px;
  left: 14px;
}
.path {
  width: 1px;
  height: 12px;
  background: #6ec6d8;
  position: relative;
  top: -13px;
  left: 14px;
}
.cyan-bullet-one-hover-marketing, .cyan-bullet-one-hover-legal, .cyan-bullet-one-hover-sales, .cyan-bullet-one-hover-technology, .cyan-bullet-one-hover-credit {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 1px #6ec6d8;
  position: relative;
  top: -84px;
  z-index: -1;
  right: 5px;
  display: none;
}
.cyan-bullet-one-hover-leadership {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 1px #6ec6d8;
  position: relative;
  top: -84px;
  z-index: -1;
  right: 5px;
}
h4.progress-title-text {
  position: relative;
  top: -60px;
}
h4.legal-text {
  position: relative;
  right: 163px;
}
h4.progress-title-text.credit-text {
  top: 60px;
  right: 27px;
}
h4.progress-title-text.sales-text {
  top: 60px;
  right: 19px;
}
h4.progress-title-text.marketing-text {
  top: 60px;
  right: 91px;
}
.tech-text {
  position: relative;
  right: 41px;
}
.space-div, .title-space-box{
  flex: 1;
}
.title-box {
  display: flex;
  justify-content: center;
}
.bullet-box-meet-team {
display: flex;
margin-left: 0px;
}
.meet-the-team-progress-bar {
  max-width: 1154px;
  height: 2px;
  background-color: #999999;
  position: relative;
  top: -11px;
  z-index: -2;
}
.progress-title-text {
  margin-bottom: 36px;
}
.cyan-bullet, .cyan-bullet-one {
  width: 20px;
  height: 20px;
  background: #6ec6d8;
  border-radius: 50%;
  white-space: nowrap;
}
.cyan-bullet, .cyan-bullet-one:hover {
  cursor: pointer;
}
.progress-box {
  margin: 147px 10px 205px 10px;
}
.top-pad{
  margin-top: 50px;
}
/*---------Style guides---------*/
h1:not(.site-title):before, h2:before {
  display:none;
}
/*THIS IS ONLY HERE TO CHANGE THE BACKGROUND COLOR ON THIS SPECIFIC PAGE AS THE BODY TAG WILL EFFECT ALL PAGES*/
.page-template-templatesmeet_the_team-php {
  background: #fff;
}
a {
  outline: 0!important;
}
a:hover {
  text-decoration:none!important;
  cursor:pointer;
}
.btn.focus, .btn:focus,
.btna.focus, .btna:focus{
  outline: 0;
  box-shadow: none;
  background: #6EC6D8;
}
a.visited {
  font-family: open-sans,sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.our-team-h2 {
  font-size: 34px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
  margin:50px 0px 0px 0px;
}
.meet-the-team-h4 {
  font-size: 23px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
  padding-bottom:15px;
  margin:0px 0px 36px 0px;
}
.cta-box-header {
  margin-top: 45px;
}
img {
  vertical-align: middle;
  border-style: none;
  position: relative;
  max-width: 100%;
  height: auto;
}
/*---------end of style guides---------*/
/*---------Mobile styling---------*/
@media (max-width: 760px) {
  .inner-container {
    margin-right: 10px;
    margin-left: 10px;
  }
  .meet-the-team-blank-box {
    width: 0px;
  }
}
/*footer styling*/
.first-module {
  height: 172px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.feefo-box{
  max-width:225px;
  margin: 0px 20px 0px 0px;
}
.brismo-box {
  max-width:189px;
  margin: 0px 10px 0px 10px;
}
.NACFB-box {
  max-width:365px;
  margin: 0px 0px 0px 20px;
}
.footer {
  padding: 130px 0px 25px 0px;
  background: #28314c!important;
}
.white-text-promo {
  color:#ffffff;
}
.footerbox {
  display:flex;
  margin-bottom:12px;
  justify-content:space-between;
}
.footer-box-inner-mobile-new {
  display:flex;
  justify-content:space-between;
}
.footer-box-inner-mobile-new:last-child {
  margin-top:35px;
}
.pftext {
  margin-bottom:15px;
}
.footer-text {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a9acb7!important;
  margin-bottom:15px;
  text-decoration:none;
}
.fa-map-marker, .fa-phone,.fa-clock-o, .fa-comments-o {
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a9acb7;
}
.fa-phone,.fa-clock-o, .fa-map-marker, .fa-comments-o  {
  margin-right:6px;
}
.footer-text-second {
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a9acb7!important;
  font-family: open-sans,sans-serif;
  text-decoration: none
}
.footer-box-inner {
  margin-right:40px;
}
.footer-box-inner:last-child {
  width:99px;
  margin-right:0px;
}
.sm-footer {
  flex:1;
  margin-right: 40px;
}
.sm-footer:last-child {
  margin-right: 0px;
}
.footerbox-mobile, .social-box-mobile {
  display: none;
}
.footer-li {
  display: inline-block;
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a9acb7;
}
.footer-li-second {
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a9acb7;
  font-family: open-sans,sans-serif;
}
.footer-ul-box {
  flex: 2;
}
.footer-ul {
  padding-left: 0rem;
  margin-bottom: 0rem;
}
.social-small-box {
  display: inline-block;
  height: 38px;
  width: 38px;
  background: #A9ACB7;
  text-align: center;
  border-radius: 50%;
  padding-top: 10px;
  margin-right:5px;
}
.social-small-box:last-child {
  margin-right:0px;
}
.social-small-box:first-of-type {
  margin-left: 5px;
}
.footer-inner-box {
  display: flex;
  justify-content:space-between;
}
.social-box:last-child {
  margin-right:0px;
  text-align: right;
  margin-top: 10px;
}
.social{
  font-size:17px;
  color:#28314C;
}
@media (max-width: 760px) {
  .footerbox-mobile {
    display: block;
    justify-content: space-between;
    margin-bottom:25px;
    text-align: center;
  }
  .social-box-mobile, .footer-inner-box {
    display: block;
  }
  .social-box, .footerbox{
    display: none;
  }
  .footer-inner-box {
    text-align:center;
  }
  .feefo-box, .brismo-box, .NACFB-box {
    margin: 50px auto;
  }
}
@media (max-width: 370px) {
  .footerbox {
    display:none;
  }
}
/*end of footer styling*/
/*Navigation styling*/
.inner-box {
  position: relative;
  z-index: 10;
}
.nav-bar {
  max-width: 1170px;
  margin: auto;
  height: 65px;
}
.nav-element-box {
  margin-block-start: 0em;
  margin-block-end: 0em;
  padding-top: 13px;
}
.nav-element {
  display: inline;
}
.nav-element-styling:hover {
  border-bottom: 3px solid #6ec6d8;
  color:#6ec6d8;
  transition:0.9s;
}
.nav-element-styling:visited {
  color: #999999!important;
}
.button-box {
  float: right;
  margin-right: 20px;
  margin-top: 7px;
}
.nav-element-styling {
  width: 68px;
  height: 20px;
  font-size: 15px;
  color: #999999;
  padding: 0px 15px 19px 15px;
  margin: 0px 2px 0px 2px;
  border-bottom: 3px solid transparent;
  font-family: open-sans,sans-serif;
  text-decoration: none;
}
.menu-bars-visual, .expanded-bar-visual {
  font-size: 20px;
  padding-left: 17px;
  color:#999999;
}
.expanded-bar-visual:hover {
  cursor:pointer;
}
.expanded-bar {
  position: relative;
  top: 30px;
  right: 9px;
}
i.fa.fa-sign-in {
  margin-right: 4px;
  font-size: 15px;
}
.menu-bars-visual:hover {
  color:#6ec6d8;
  transition:0.9s;
}
.nav-align-box {
  position:absolute;
  right:0;
  top:65px;
  width:100%;
}
.nav-align {
  position:relative;
}
.sub-menu {
  flex: 1;
  margin-right:55px;
}
.sub-menu:first-child {
  padding-left:50px;
}
.sub-menu:last-child {
  margin-right:0px;
  padding-right: 50px;
}
.h4nav {
  border-bottom: 3px solid #6ec6d8;
}
.p-nav {
  font-family: open-sans,sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #999999!important;
  text-decoration: none;
}
.p-nav:hover {
  color: #6ec6d8!important;
  transition:0.9s;
}
.p-nav-second {
  font-family: open-sans,sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #999999!important;
}
.p-nav-second:hover {
  color: #6ec6d8!important;
  transition:0.9s;
  background: #f9f9f9;
}
.divbox {
  max-width: 56px;
  height: 75px;
  box-shadow: -5px 0 5px -5px rgba(0, 0, 0, 0.5), 5px 0 5px -5px rgba(0, 0, 0, 0.5);
  background: #fff;
  text-align: center;
  z-index: 10;
  top: -6px!important;
}
.nav-menu {
  display: flex;
  justify-content: center;
  max-width: 994px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  padding:66px 0px 35px 0px;
  position: absolute;
  right: 0;
}
.nav-padding {
  margin-top: 15px;
}
.h4navtop {
  margin-top: 15px;
}
.last-p {
  margin-bottom: 0px;
}
@media (max-width: 760px) {
  .nav-bar  {
    display:none;
  }
  .first-module {
    height:auto;
    display:block;
    margin:130px 0px 130px 0px;
  }
}
@media (max-width: 1170px){
  .inner-container {
    margin-right: 10px;
    margin-left: 10px;
  }
}
/*End of navigation styling*/
/*Mobile nav styling*/
.mobile-hamburger {
  font-size: 30px;
  position: absolute;
  z-index: 10;
  top: 25%;
  left: 4%;
  color: #999999;
  cursor: pointer;
}
.mobile-hamburger:hover {
  transition:0.9s;
  color: #6EC6D8;
}
.mobile-nav-bar {
  height: 64px;
  position:relative;
}
.img-box {
  max-width: 224px;
  margin: auto;
}
i.fa.fa-times {
  position: absolute;
  top: 33px;
  right: 33px;
  color:#999999;
  cursor:pointer;
  z-index:100;
}
.mobile-logo-box {
  max-width: 248px;
  margin: auto;
}
img.mobile-nav-logo {
  margin: 40px 0px;
}
.p-nav-second {
  display: block;
  border-bottom:1px solid #D8D8D8;
  padding:20px 0px 20px 20px;
}
.mobile-login{
  color: #6EC6D8 !important;
}
i.fa.fa-sign-in {
  margin-right: 4px;
  font-size: 15px;
}
.menu-one, .menu-two, .menu-three {
  display: none;
}
.p-nab-back {
  background:#f9f9f9;
  border-bottom:0px;
}
.p-nab-back:last-child {
  background:#f9f9f9;
  border-bottom:1px solid #D8D8D8;
}
.mobile-menu {
  width: 80%;
  position: fixed;
  left: -80%;
  z-index: 10;
  background: #fff;
  height: 100%;
  top: 0;
  transition:0.9s;
  overflow-y: scroll;
}
.img-mobile-nav-logo-small {
  position: absolute;
  top: 20%;
}
.mobile-menu-expanded {
  width: 80%;
  left: 0px!important;
  background: #fff;
  height: 100%;
  top: 0;
  transition:0.9s;
  -moz-box-sizing: border-box;
  overflow:hidden;
  overflow-y: scroll;
}
.mobile-nav-bar-expanded {
  transition: all 1s!important;
  position:absolute;
  left:80%;
  -moz-box-sizing: border-box;
  overflow:hidden;
}
/*Mobile styling*/
@media (max-width: 820px) {
  .brake-class {
    display: block!important;
    right: 78px!important;
    margin-top: -28px;
  }
  .brake-class-one{
    display: none;
  }
  .per-box{
    max-width:100%;
    margin-top: 105px;
  }
  .our-team-content-box-inner, .our-team-content-box-inner-two, .our-team-content-box-inner-three {
    display: block;
  }
  .meet-the-team-dropdown{
    display: block!important;
    margin:50px 0px;
  }
}
@media (max-width: 760px) {
  .progress-box{
    display: none;
  }
}
@media (min-width: 761px) {
  .mobile-nav-bar, .mobile-title-sub, .dropdown {
    display:none;
  }
}
/*End of mobile styling