/*$pink: #aa56c6;*/
/*$pink: #cb83cf;*/
html {
  font-size: 100%;
  /*border-bottom: 8px solid #009ee3;*/
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 81.25%;
  padding: 0;
  margin: 0;
  color: #666666;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #5e5ec5;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: underline;
}

p > a,
li > a {
  border-bottom: 1px solid #5e5ec5;
}
p > a:hover, p > a:active,
li > a:hover,
li > a:active {
  text-decoration: none;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.material-symbols-outlined {
    position: absolute;
    left: 4px;
    top: 5px;
    color: #fff;
    font-size: 32px !important;
}

figure {
  margin: 0;
}

ul {
  list-style: disc;
  margin: 1em 0;
  padding: 0 0 0 1em;
}

li {
  margin: 0 0 0.5em;
}

.hide {
  position: absolute;
  height: 0;
  text-indent: -9999px;
}

.main,
.header-wrap,
.site-footer {
  clear: both;
}

.main,
.header-wrap {
  padding: 0 18px;
}

.main {
  clear: both;
}

.site-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav__list__item a {
    color: #007DB3;
}

.site-nav__list__item a:link,
.site-nav__list__item a:visited {
  border: 0;
}

.awards {
  font-size: 2em;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

h2 {
  font-size: 1.3846em;
  line-height: 1.1667em;
  margin: 1.75005em 0 0.58335em;
}

h1, h2, h3 {
  color: #007DB3;
}

hgroup h2 + h3 {
  margin-top: 0;
}

h3 {
  font-size: 1.1538em;
  line-height: 1.4em;
  text-transform: uppercase;
  margin: 2.1em 0 0.7em;
}

h4, h5 {
  font-size: 1.1538em;
  margin: 1.4em 0;
}

p {
  line-height: 1.6154em;
  margin: 0 0 1.6154em 0;
}

ul {
  list-style: none;
}

.main li {
  line-height: 1.6154em;
  margin: 0 0 1.6154em 0;
  padding-left: 30px;
  position: relative;
}
.main li:before {
  position: absolute;
  content: " ";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: rgba(0, 153, 204, 0.4);
  border-radius: 50%;
  top: -1px;
  left: -8px;
}
.main li:after {
  position: absolute;
  content: " ";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: rgba(0, 153, 204, 0.4);
  border-radius: 50%;
  top: 3px;
  left: 0px;
}

img {
  margin: 18px 0;
}

b {
  font-weight: 600;
}

.fluidImage img {
  width: 100%;
}

.panel {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.site-footer {
  padding: 18px;
  color: #007DB3;
}

.site-footer__contact {
  float: left;
}

.site-footer__contact p {
  margin-bottom: 0;
}

.site-footer__contact a {color:#007DB3}

ul.site-footer__social__links {
  margin: 0;
}

ul.site-footer__social__links li > a {
  border: 0;
}

.site-footer__social__links li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.site-footer__social__links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.site-footer__social--twitter {
  background: url(../images/social-Twitter.png) no-repeat 50% 50%;
}

.site-footer__social--linkedIn {
  background: url(../images/social-LinkedIn3.png) no-repeat 50% 50%;
  filter: hue-rotate(100deg) saturate(0.7) brightness(1.2);
}

.site-footer__social--youTube {
  background: url(../images/social-youTube4.png) no-repeat 50% 50%;
    filter: hue-rotate(-20deg) saturate(4) brightness(1.6);
}

.profile__image {
  border-radius: 50%;
}

.profile__additional .main__content {
  margin: 18px 0;
  background: #d4e9f2;
  padding: 18px;
}
.profile__additional .main__content > h3 {
  margin-top: 1em;
  color: #666666;
}

.profile__link {
  position: relative;
  border-bottom: 0;
  display: inline-block;
  padding: 0.3em 3em 0.3em 0;
}

.profile__link--discs {
    font-size: 0.9rem;
    font-weight: bold;
    color: #D14200 !important;
}

.profile__link--cv:before {
background: #d8d7fd;
}

.profile__link--discs:before {
      background: #D14200;
      opacity: 0.3;
}

.profile__link--cv:after {
 border-top: 6px solid #5e5ec5;
}

.profile__link--discs:after {
    border-top: 6px solid #D14200;
}

.profile__link--cv.open:after {
      border-bottom: 7px solid #5e5ec5;
}

.profile__link--discs.open:after {
      border-bottom: 7px solid #D14200;
}

.profile__link:before {
  content: " ";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0.2em;
  right: 0;
  border-radius: 50%;
}

.profile__link:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0.8em;
  right: 0.4em;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.profile__link.open:after {
  top: 0.7em;
  border-top: 0;
}

.course__link {
  margin-top: -1em;
}

.home-driver {
  display: block;
  height: 245px;
  width: 245px;
  position: relative;
}

.home-driver__image img {
  border-radius: 50%;
  background: #ddd;
  height: 235px;
  width: 235px;
  position: absolute;
  margin:0;
}

@media all and (min-width:768px and max-width: 879px) {
    .home-driver__image img {
        height: 225px;
        width: 225px;
    }
}

@media all and (min-width:880px) {
    .home-driver__image img {
        height: 265px;
        width: 265px;
        margin: -20px 0;
    }
    .main--home-2-wrap {
        height: 230px;
    }
}
@media all and (max-width:767px) {

.main--home-2-wrap {
	padding-top: 10px;
}
}
@media all and (min-width:768px) {
	.main--home-2 .panel-third {
	margin-bottom:0;
}
.main--home-2-wrap {
	padding-bottom:0 !important;
}
}

.home-driver__title {
  border-radius: 50%;
  background: #5e5ec5;
  /*opacity: 0.88;*/
  height: 135px;
  width: 135px;
  position: absolute;
  top: 95px;
  left: 130px;
}
.home-driver__title span {
  display: block;
  width: 125px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 48px;
  left: 5px;
  font-size: 0.9em;
}

.circles {
  position: relative;
}
.circles p {
  width: 100%;
  font-size: 18px;
  color: #007DB3;
  font-style: italic;
  line-height: 1.4em;
    color:#33872C;
}

.circle {
  border-radius: 50%;
  position: absolute;
}

.circle--1 {
  top: 0;
  background: rgba(63, 165, 53,0.05);

}

a.home-drivers-links {
  font-size: 1.4em;
  border-bottom: 1px solid #5e5ec5;
  display: inline-block;
  text-decoration: none;
}

.home-intro {
  font-style: normal;
}
.testimonial--home {
    margin-left: auto;
    margin-right:auto;
                transition: all 0.5s;
            width:100%;
}
.main--home-3 .panel {
    padding-left:0;
    text-align:center;
    width:100%;
    height: 150px;
}
.testimonial--home blockquote {
    background:rgba(0, 158, 227,0.1);
    border-radius: 60px;
    padding: 6px;


}

.testimonial--home blockquote p {
     background: transparent;
        border-radius: 60px;
        padding: 16px 20px;
        color:#007DB3;

       
}
.testimonial--home .testimonial__author { color:#007DB3;}
.testimonial--home .testimonial__author:before {border-top-color: rgba(0, 158, 227,0.1);}
@media all and (min-width:768px) and  (max-width:1000px){
    .testimonial--home {
     /* margin-right:72px;*/
     
    }
}
@media all and (min-width:1001px) {
    .testimonial--home {
    /*  margin-right:150px;*/
        width: 75%;
    }
    .testimonial--home p {
        font-size: 18px;
    }
}
.testimonial--home {
  font-style: italic;
}
.testimonial--home .testimonial__quote p {
  margin-bottom: 0;
}
.testimonial--home .testimonial__author {
  float: right;
}

.video-container {
  position: relative;
  clear: both;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 38px;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.client .testimonial {
  margin-top: 28px;
  margin-bottom: 55px;
}

.testimonial {
  font-size: 110%;
}

.testimonial--small {
  font-size: 100%;
}

.testimonial__quote,
blockquote p {
  background: #d4e9f2;
  padding: 12px;
  margin: 0;
  border-radius: 20px;
}
.testimonial__quote p,
blockquote p p {
  margin: 0 0 0.75em 0;
}

.testimonial__author,
blockquote strong {
  display: block;
  float: right;
  padding-top: 20px;
  padding-bottom: 1.5em;
  position: relative;
  text-align: right;
}
.testimonial__author:before,
blockquote strong:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 80px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #d4e9f2;
}

blockquote {
  margin: 0;
}

blockquote:before,
blockquote:after {
  content: "";
  display: table;
}

blockquote:after {
  clear: both;
}

blockquote strong {
  margin-top: 12px;
}

.faq-page h2 {
  margin-top: 48px;
}

@media all and (max-width: 480px) {
  body {
    min-width: 320px;
  }

  h1, h2, h3 {
    text-align: center;
  }

  h1 {
    font-size: 2.2em;
    line-height: 1.4em;
    margin: 0.5em 0 0;
    padding-bottom: 0.4038em;
  }

  .profile {
    text-align: center;
  }

  .profile__bio,
  .profile__additional .main__content,
  .profile__additional .main__content *,
  .client__work,
  .testimonial {
    text-align: left;
  }

  .profile__image {
    margin: 0 auto;
  }

  .client,
  .profile {
    margin-top: 27px;
    border-top: 3px solid #d4e9f2;
    padding-top: 18px;
  }

  .client__name,
  .profile__name,
  .profile--main h2 {
    margin-top: 9px;
  }

  .site-footer p span {
    display: block;
  }

  p.home-intro {
    font-size: 1.2em;
  }

  .home-driver {
    margin-top: 10px;
  }

  .logo {
    width: 100%;
    text-align: center;
  }
}
.client__logo {
    max-width: 120px;
}
 @media all and (max-width: 768px) { 
 .client__logo {
    margin: 0 auto;
  }
    .client {
    text-align: center;
  }
 }
@media all and (min-width: 769px) {
  .client {
    padding-left: 171px;
    margin-bottom: 36px;
    max-width: 670px;
  }
  .client__logo {
    float: left;
    margin-left: -171px;
    margin-top: 0;
  }
}
@media all and (max-width: 480.98px) {
  .profile__image {
    width: 120px;
  }
}
@media all and (min-width: 481px) {
  .site-info {
    margin-top: 10px;
  }

  .main,
  .site-footer {
    margin: 0 auto;
    max-width: 1100px;
  }

  h1 {
    font-size: 2.8em;
    line-height: 1.6154em;
    margin: 0.8077em 0 0;
    padding-bottom: 0.4038em;
  }

 /* h1,*/
  h1 + p {
    border-left: 9px solid #007DB3;
    margin-left: -27px;
    padding-left: 18px;
  }

  h1 + p {
    font-size: 1.230769em;
    line-height: 1.6875em;
    font-style: italic;
  }

  .profile-indent {
    padding-left: 165px;
  }

  .profile {
    margin-bottom: 36px;
    padding-left: 165px;
  }

  .profile__image {
    float: left;
    margin-right: 18px;
    margin-top: -2.5em;
    margin-left: -165px;
    width: 150px;
  }

  .profile--main .profile__image {
    margin-top: -63px;
  }

  .profile__links {
    clear: both;
  }

  .float-right {
    float: right;
    margin-left: 18px;
  }

  .site-footer p span {
    display: inline;
  }
  .site-footer p span:first-child {
    padding-right: 0.75em;
    margin-right: 0.75em;
    border-right: 1px solid #007DB3;
  }

  .main--home-2-wrap {
   /* background: #d4e9f2;*/
    padding-bottom: 5px;
    background: rgba(0, 158, 227,0.1);
  }

  .logo {
    float: left;
    margin-right: 10px;
  }
  .logo:last-child {
    margin-right: 0;
  }
}
@media all and (max-width: 767px) {
  .panel {
    margin-bottom: 36px;
    width: 100%;
  }

  .circles,
  .home-driver {
    margin-left: auto;
    margin-right: auto;
  }

  .circles {
    /*width: 210px;*/
    height: 60px;
  }
  /*
  .circles p {
    left: 30px;
    top: 50px;
  }*/

  .circle--1 {
    width: 210px;
    height: 210px;
    left: 0;
  }

  .circle--2 {
    display: none;
  }

  a.home-drivers-links {
    margin-left: auto;
    margin-right: auto;
  }

  a.home-clients-links {
    font-size: 1.2em;
    border-bottom: 1px solid #5e5ec5;
  }
}
@media all and (min-width: 768px) {
  .panel-wrap {
    margin-left: -72px;
    height: 1%;
    width: 100%;
  }

  .panel {
    float: left;
    margin-bottom: 18px;
    padding-left: 72px;
  }
  .panel .panel {
    padding-left: 0;
  }

  .panel-full {
    width: 100%;
  }

  .panel-third {
    width: 33.333%;
  }

  .panel-twothirds {
    width: 66.666%;
  }

  .panel-half {
    width: 50%;
  }

  .panel-quarter {
    width: 25%;
  }

  .panel-threequarters {
    width: 75%;
  }

  .circles {
    height: 185px;
   /* width: 185px;*/
  }
  .circles p {
    top: 45px;
    /*left: 20px;*/
    position:absolute;
  }



  .circle--2 {
    /*height: 165px;
    width: 165px;
    top: 10px;
    left: 70px;
    background: #d4e9f2;
    opacity: 0.6;*/
    display:none;
  }

  .panel.faq-panel-one {
    width: 40%;
  }

  .panel.faq-panel-two {
    width: 60%;
  }
}

@media all and (min-width: 1281px) {
      .circle--1 {
    height: 125px;
    width: 420px;
    left: -50px;
    top:20px;
    border-radius: 70px;
  }
    .circles p {

    width: 400px;
  }
}
@media all and (max-width: 1280px) {
      .circle--1, .circle--2 {
    display:none;
  }
}
@media all and (max-width: 789px) {
  .site-nav__list__item {
    display: block;
    border-bottom: 1px solid #007DB3;
  }
  .site-nav__list__item a {
    display: block;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    color: #007DB3;
  }
  .site-nav__list__item a:hover, .site-nav__list__item a:active {
    text-decoration: none;
  }

  .site-info {
    margin-top: 18px;
  }

  .site-nav {
    transition: all 0.5s ease;
    height: 250px;
    opacity: 1;
    margin-bottom: 40px;
  }

  .site-nav.hidden {
    height: 0;
    opacity: 0;
    display: none;
  }

  .header-wrap {
    position: relative;
  }

  .mobileNavToggle {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    right: 22.5px;
    display: block;
    background: #007DB3;
    width: 55px;
    height: 55px;
    padding: 18px 0;
    border-radius: 50%;
    text-align: center;
    vertical-align: center;
  }
  .mobileNavToggle:link, .mobileNavToggle:visited, .mobileNavToggle:hover, .mobileNavToggle:active {
    color: #fff;
  }

  a.home-drivers-links {
    margin-top: 27px;
  }
}
@media all and (min-width: 790px) {
  .header-wrap {
    margin: 0 auto;
    max-width: 1100px;
  }

  .header-wrap {
    position: relative;
  }

  .site-header {
    position: absolute;
  }

  .site-nav {
    padding: 44px 0;
    text-align: right;
    text-transform: uppercase;
  }

  .site-nav__list__item {
    display: inline-block;
    margin-right: 12px;
    font-size: 13px;
  }
  /*
  .site-nav__list__item a:hover, .site-nav__list__item a:active {
    border-bottom: 2px solid #5e5ec5;
    text-decoration: none;
  }
  */
  .site-nav__list__item:last-child {
      margin-left: 28px;
  }
  
  .site-nav__list__item a {
   border-bottom: 2px solid white;
    }

  .site-nav__list--activeHome .site-nav__list__item:first-child a  {
       border-bottom: 2px solid #33872C;
  }
    .site-nav__list--activeWhoWeAre .site-nav__list__item:nth-child(2) a  {
       border-bottom: 2px solid #33872C;
  }
      .site-nav__list--activeWhatWeDo .site-nav__list__item:nth-child(3) a  {
       border-bottom: 2px solid #33872C;
  }
        .site-nav__list--activeClients .site-nav__list__item:nth-child(4) a  {
       border-bottom: 2px solid #33872C;
  }
        .site-nav__list--activeFAQs .site-nav__list__item:nth-child(5) a  {
       border-bottom: 2px solid #33872C;
  }
  h1.home-heading {
    font-size: 2.8em;
    line-height: 1.2em;
    margin-top: 1em;
  }

  .home-intro {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  a.home-drivers-links {
    margin: 1.5em 0 1.75em;
    float: right;
  }
  a.home-drivers-links:hover, a.home-drivers-links:active {
    text-decoration: none;
  }

  .home-clients-links {
    float: right;
    border-bottom: 1px solid #5e5ec5;
  }
  .home-clients-links:hover, .home-clients-links:active {
    text-decoration: none;
  }

  .faq-page {
    max-width: 900px;
  }

  .faq-list {
    font-size: 1.2em;
  }
}
@media all and (max-width: 954px) {
  .site-footer .panel {
    width: 100%;
    clear: both;
    text-align: center;
  }
}
@media all and (min-width: 955px) {
  .circle--2 {
    left: 100px;
  }

  .site-footer__additional p {
    margin-top: 22.5px;
  }

  .logo {
    margin-right: 20px;
  }

  .site-nav__list__item {
    font-size: 16px;
  }
}
@media all and (min-width: 1155px) {
  .site-info {
    margin-left: -18px;
  }

  .logo {
    margin-right: 40px;
  }
}

.logo-line { display: flex;}
.logo-line__logo { margin: 0 15px 15px;}
.logo-line__logo img { width: 100%; }

@media all and (max-width: 600px) {
    .logo-line { flex-direction: column; align-items: center;}
}
@media all and (min-width: 601px) {
    .logo-line { justify-content: center; }
}

.site-info img { height: 110px; margin:0;}

.call-to-action { background: #D14200; color: white; border-radius: 16px;}

.site-nav__list__item a { display: inline-block; padding: 5px 4px 3px; }
.site-nav__list__item.call-to-action a:link,
.site-nav__list__item.call-to-action a:visited,
.site-nav__list__item.call-to-action a:hover,
.site-nav__list__item.call-to-action a:active { color: white !important; padding: 5px 11px;}

.home-driver--1 .home-driver__title{
    background: #D14200;
}

.home-driver--2 .home-driver__title{
    background: #33872C;
}
.home-driver--3 .home-driver__title{
    background: #007DB3;
}


.site-footer__links p {margin-bottom: 0; }
.site-footer__links a:link,
.site-footer__links a:visited { border-bottom: none; color:#007DB3;}
.site-footer__links a:hover,
.site-footer__links a:active { color:#007DB3; }

.lozenge { padding-left: 50px;position: relative; width:190px;text-align:left;margin-left:auto;margin-right:auto;}
.lozenge:before { content: ""; display:block; height:40px; width:40px; background: #D14200; border-radius: 50%;position: absolute;left:0;top:0;}
/*.lozenge:after {content: ""; display:block; height:40px; width:40px;position: absolute;left:0; top:0;background-image: url(/images/phone.png); background-size: 70%;background-position: 50% 50%; background-repeat: no-repeat;}*/
@media all and (min-width:955px) {
    .lozenge {margin-left:0}
    .site-footer__links {text-align:right;padding-left:62px;}
}

.main--home-3 { padding-top: 60px;}

.cookie {
	position: fixed;
	bottom: 0;
	background: #007DB3;
	color: #f3f3f3;
	z-index:100;
	transition: all 1s ease;
	padding: 15px;
}
.cookie p { margin:0}
.cookie a:link,.cookie a:visited { color: white !important;border-bottom-color:white;}
.cookie a.cookie__accept:link,.cookie a.cookie__accept:visited { color: black !important;border-bottom-color:white;}
.cookie__accept {
	display: inline-block;
	margin-top:10px;
	background: #f3f3f3;
	padding: 5px 10px;
	color: #000 !important;
}
.cookie--closed {
	margin-bottom: -100%;
}
