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

body {
  font-family: "Open Sans", sans-serif;
  font-size: 81.25%;
  padding: 0;
  margin: 0;
  color: #666666;
  border-top: 8px solid #0099cc;
}

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;
}

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: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: #0099cc;
}

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: #0099cc;
}

.site-footer__contact {
  float: left;
}

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

ul.site-footer__social__links {
  margin: 0;
}

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

.site-footer__social__links li {
  display: inline-block;
}

.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-LinkedIn.png) no-repeat 50% 50%;
}

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

.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:before {
  content: " ";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0.2em;
  right: 0;
  border-radius: 50%;
  background: #d8d7fd;
}

.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;
  border-top: 6px solid #5e5ec5;
}

.profile__link.open:after {
  top: 0.7em;
  border-bottom: 7px solid #5e5ec5;
  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;
}

.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 {
  position: absolute;
  width: 190px;
  font-size: 18px;
  color: #0099cc;
  font-style: italic;
  line-height: 1.4em;
}

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

.circle--1 {
  top: 0;
  background: #d4e9f2;
  opacity: 0.6;
}

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 {
  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,
  .client {
    text-align: center;
  }

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

  .profile__image,
  .client__logo {
    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;
  }
}
@media all and (min-width: 481px) {
  .site-info {
    margin-top: 9px;
  }

  .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 #0099cc;
    margin-left: -27px;
    padding-left: 18px;
  }

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

  .client {
    padding-left: 171px;
    margin-bottom: 36px;
    max-width: 670px;
  }

  .client__logo {
    float: left;
    margin-left: -171px;
    margin-top: 0;
  }

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

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

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

  .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 #0099cc;
  }

  .main--home-2-wrap {
    background: #d4e9f2;
    padding-bottom: 5px;
  }

  .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: 250px;
    height: 250px;
  }
  .circles p {
    left: 30px;
    top: 75px;
  }

  .circle--1 {
    width: 250px;
    height: 250px;
    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: 235px;
    width: 235px;
  }
  .circles p {
    top: 65px;
    left: 50px;
  }

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

  .circle--2 {
    height: 185px;
    width: 185px;
    top: 10px;
    left: 70px;
    background: #d4e9f2;
    opacity: 0.6;
  }

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

  .panel.faq-panel-two {
    width: 60%;
  }
}
@media all and (max-width: 789px) {
  .site-nav__list__item {
    display: block;
    border-bottom: 1px solid #0099cc;
  }
  .site-nav__list__item a {
    display: block;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    color: #0099cc;
  }
  .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: #0099cc;
    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: 54px 0;
    text-align: right;
    text-transform: uppercase;
  }

  .site-nav__list__item {
    display: inline-block;
    margin-right: 18px;
    font-size: 13px;
  }
  .site-nav__list__item a:hover, .site-nav__list__item a:active {
    border-bottom: 2px solid #5e5ec5;
    text-decoration: none;
  }

  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: 70px; margin:0;}