@charset "UTF-8";
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal; }
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

html {
  font-family: 'Open Sans', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background-color: #FFF; }

a {
  color: #2b2b2b;
  font-weight: bold;
  text-decoration: none; }

a.hovering, a.touching {
  color: #b3141f; }

blockquote {
  margin: 10px;
  padding: 10px;
  border-left: 5px solid #CCC;
  quotes: "“" "”" "‘" "’"; }
  blockquote span {
    font-size: 20px; }
  blockquote span:before {
    margin: 0 0.15em 0 0;
    content: open-quote;
    color: #CCC;
    font-size: 3.5em;
    line-height: 0.1em;
    vertical-align: -0.4em; }
  blockquote span:after {
    margin: 0 0 0 0.15em;
    content: close-quote;
    color: #CCC;
    font-size: 3.5em;
    line-height: 0.1em;
    vertical-align: -0.42em; }
  blockquote footer {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777; }
    blockquote footer:before {
      content: '\2014 \00A0'; }

h2 {
  display: block;
  font-size: 35px;
  font-weight: 600;
  margin: 0; }

h3 {
  margin: 10px 0 15px 0;
  font-size: 25px;
  font-weight: 400; }

p, ul li {
  font-size: 16px;
  line-height: 24px;
  color: #575756; }

.emphasize {
  font-weight: 700; }

.quote-citation {
  float: right;
  margin-top: 20px;
  color: #666666; }
  .quote-citation:before {
    content: '\2014 \00A0'; }

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

.container {
  width: 100%; }

.container-line-shadow:nth-child(2n) {
  background: url("../img/container-line-with-shadow-right.png") no-repeat center bottom; }
.container-line-shadow:nth-child(2n+1) {
  background: url("../img/container-line-with-shadow-left.png") no-repeat center bottom; }

.header-outer {
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  background: transparent;
  z-index: 100; }
  .header-outer .header-inner {
    position: relative;
    width: 100%;
    height: 80px;
    background-color: #FFF; }
    .header-outer .header-inner .logo {
      float: left;
      margin: 12px; }
      .header-outer .header-inner .logo img {
        height: 55px; }
    .header-outer .header-inner .nav-toggle {
      position: relative;
      float: right;
      padding: 9px 10px;
      margin: 23px 15px;
      background-color: transparent;
      border: 1px solid transparent;
      border-radius: 4px;
      border-color: #b3141f; }
      .header-outer .header-inner .nav-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #b3141f; }
        .header-outer .header-inner .nav-toggle .icon-bar:not(:first-child) {
          margin-top: 4px; }
      .header-outer .header-inner .nav-toggle.hovering, .header-outer .header-inner .nav-toggle.touching {
        background-color: #b3141f;
        cursor: pointer; }
        .header-outer .header-inner .nav-toggle.hovering .icon-bar, .header-outer .header-inner .nav-toggle.touching .icon-bar {
          background-color: white; }
    .header-outer .header-inner .nav {
      position: absolute;
      width: 100%;
      top: 80px;
      display: none; }
      .header-outer .header-inner .nav a {
        display: block;
        padding: 20px 0;
        background-color: white;
        text-align: center;
        border-bottom: 1px solid black; }
      .header-outer .header-inner .nav a.hovering, .header-outer .header-inner .nav a.touching {
        color: white;
        background-color: #b3141f; }

.home-carousel {
  position: relative;
  width: 100%;
  height: 360px;
  margin: 80px 0 0;
  overflow-x: hidden;
  z-index: 0; }
  .home-carousel .carousel-bg {
    width: 100%;
    height: 100%;
    background: url("../img/layout_720/main_carousel.jpg") center top; }

.home-section:nth-child(2n) {
  background-color: #fff; }
  .home-section:nth-child(2n) .section-header {
    color: #000000; }
  .home-section:nth-child(2n) .section-content, .home-section:nth-child(2n) p {
    color: #000000; }
.home-section:nth-child(2n+1) {
  background-color: #2b2b2b; }
  .home-section:nth-child(2n+1) .section-header {
    color: #b3141f; }
  .home-section:nth-child(2n+1) .section-content, .home-section:nth-child(2n+1) p {
    color: #eeeeee; }

.section-container {
  width: 100%;
  margin: 0 auto;
  padding: 20px 25px;
  max-width: 1200px; }
  .section-container .section-content {
    margin: 20px 0; }
    .section-container .section-content .section-header {
      width: 100%;
      margin-bottom: 25px;
      text-align: center;
      text-transform: uppercase; }

#services .service-listing {
  float: left;
  width: 100%;
  margin: 15px 0; }
  #services .service-listing .icon-image {
    width: 190px;
    height: 190px;
    margin: 0 auto 25px auto; }
    #services .service-listing .icon-image img {
      width: 164px;
      height: 164px;
      margin: 13px 0 0 13px; }
  #services .service-listing h3 {
    text-align: center; }
  #services .service-listing p {
    text-align: justify; }
  #services .service-listing .service-link {
    margin: 20px 0;
    text-align: center; }
    #services .service-listing .service-link a {
      text-decoration: none; }
  #services .service-listing.hovering a, #services .service-listing.touching a {
    color: #b3141f; }

#introduction .introduction-message p.quote {
  text-align: justify; }
#introduction .introduction-mug {
  display: none; }

#testimony .testimony-container {
  position: relative; }
#testimony .slick-prev-arrow:before, #testimony .slick-next-arrow:before {
  font-family: FontAwesome;
  font-size: 40px;
  line-height: 1;
  color: #b3141f;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
#testimony .slick-prev-arrow:hover, #testimony .slick-next-arrow:hover {
  cursor: pointer; }
  #testimony .slick-prev-arrow:hover:before, #testimony .slick-next-arrow:hover:before {
    color: black; }
#testimony .slick-prev-arrow {
  position: absolute;
  top: 18%;
  left: 10%; }
  #testimony .slick-prev-arrow:before {
    content: "\f053"; }
#testimony .slick-next-arrow {
  position: absolute;
  top: 18%;
  right: 10%; }
  #testimony .slick-next-arrow:before {
    content: "\f054"; }
#testimony .user-profile {
  text-align: center; }
  #testimony .user-profile .user-photo img {
    margin: 0 auto; }
  #testimony .user-profile .user-name {
    margin: 20px 0 5px;
    font-size: 20px;
    font-weight: bold;
    font-style: italic; }
  #testimony .user-profile .user-company {
    color: #b3141f;
    line-height: 22px; }
#testimony .user-testimony {
  position: relative;
  width: 100%;
  margin: 50px auto 0;
  padding: 0px;
  background: #2b2b2b; }
  #testimony .user-testimony:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 23px 23px;
    border-color: #2b2b2b transparent;
    display: block;
    width: 0;
    z-index: 1;
    margin-left: -23px;
    top: -23px;
    left: 50%; }
  #testimony .user-testimony p {
    padding: 30px;
    color: #eeeeee;
    text-align: center; }
    #testimony .user-testimony p:before {
      content: "\f10d";
      margin-right: 10px;
      font-family: FontAwesome; }
    #testimony .user-testimony p:after {
      content: "\f10e";
      margin-left: 10px;
      font-family: FontAwesome; }

#contact .contact-content {
  width: 80%;
  margin: 0 auto; }
  #contact .contact-content .contact-details {
    margin: 20px auto;
    text-align: center; }
    #contact .contact-content .contact-details p {
      font-size: 20px;
      line-height: 32px; }

#clients .clients-content {
  width: 80%;
  margin: 0 auto; }
  #clients .clients-content .client-logo {
    width: 100%; }
    #clients .clients-content .client-logo img {
      display: block;
      max-width: 100%;
      margin: 30px auto; }
  #clients .clients-content .client-text {
    width: 100%;
    text-align: center;
    line-height: 28px; }

#courses .course-container {
  padding: 35px 0; }
  #courses .course-container p {
    margin: 15px 0; }
  #courses .course-container:first-of-type {
    padding-top: 15px; }
  #courses .course-container .course-icon {
    width: 100%;
    margin-bottom: 30px;
    text-align: center; }
    #courses .course-container .course-icon img {
      width: 164px;
      height: 164px;
      margin: 13px 0 0; }
  #courses .course-container .course-icon-left {
    float: left; }
  #courses .course-container .course-icon-right {
    float: right; }
  #courses .course-container .no-icon {
    display: none; }
  #courses .course-container .course-information {
    text-align: justify;
    line-height: 24px; }
    #courses .course-container .course-information h3 {
      text-align: center; }
    #courses .course-container .course-information ul {
      margin-left: 40px;
      list-style-type: disc; }

@media (min-width: 480px) {
  #testimony .slick-prev-arrow {
    left: 17%; }
  #testimony .slick-next-arrow {
    right: 17%; }

  #clients .clients-content .client-logo {
    display: inline-block;
    width: 45%; }
    #clients .clients-content .client-logo:nth-child(2n) {
      float: right; }
    #clients .clients-content .client-logo:nth-child(2n+1) {
      float: left; }
    #clients .clients-content .client-logo img {
      display: block;
      max-width: 100%; }

  #courses .no-icon {
    display: block; } }
@media (min-width: 720px) {
  .header-outer {
    height: 125px; }
    .header-outer .header-inner {
      width: 100%;
      height: 125px;
      max-width: 1200px;
      margin: 0 auto;
      background: url("../img/layout_1024/header_bg.png") left top no-repeat; }
      .header-outer .header-inner .logo {
        margin: 23px 30px; }
        .header-outer .header-inner .logo img {
          height: 70px; }
      .header-outer .header-inner .nav-toggle {
        display: none; }
      .header-outer .header-inner .nav {
        float: right;
        position: relative;
        top: 0;
        width: auto;
        display: block;
        margin: 0 10px 0 0; }
        .header-outer .header-inner .nav a {
          display: inline;
          padding: 29px 15px;
          background-color: transparent;
          border: none;
          line-height: 80px; }
        .header-outer .header-inner .nav a.hovering, .header-outer .header-inner .nav a.touching, .header-outer .header-inner .nav a.current {
          border: none; }
      .header-outer .header-inner .header-left {
        position: absolute;
        width: 500%;
        height: 125px;
        top: 0;
        left: -500%;
        background: url("../img/layout_1024/header_bg-left.png") top repeat-x; }
      .header-outer .header-inner .header-right {
        position: absolute;
        width: 500%;
        height: 125px;
        top: 0;
        right: -500%;
        background: url("../img/layout_1024/header_bg-right.png") top repeat-x; }

  .home-carousel {
    height: 470px; }
    .home-carousel .carousel-bg {
      background: url("../img/layout_1024/main_carousel.jpg") center top; }
    .home-carousel .carousel-bottom {
      position: absolute;
      width: 100%;
      height: 35px;
      bottom: 0;
      background: url("../img/layout_1024/header_bg-bottom.png") right bottom no-repeat; }

  .section-container .section-content .section-header {
    margin-bottom: 35px; }

  #services .service-listing {
    width: 50%;
    margin: 10px 0;
    padding: 0 20px; }
    #services .service-listing p {
      text-align: center; }
    #services .service-listing .service-link {
      margin: 20px 0; }
      #services .service-listing .service-link a {
        text-decoration: none; }

  #introduction .introduction-message {
    float: left;
    width: 70%; }
    #introduction .introduction-message .section-header {
      color: #b3141f; }
    #introduction .introduction-message p.quote {
      text-align: left; }
  #introduction .introduction-mug {
    float: left;
    width: 30%;
    display: block; }
    #introduction .introduction-mug img {
      float: right;
      max-width: 210px;
      width: 80%;
      margin-right: 15px; }

  #testimony .user-testimony {
    width: 95%; }
  #testimony .slick-prev-arrow {
    left: 30%; }
  #testimony .slick-next-arrow {
    right: 30%; }

  #courses .course-container {
    padding: 35px 20px;
    min-height: 340px; }
    #courses .course-container:first-of-type {
      padding-top: 15px; }
    #courses .course-container .course-icon {
      width: auto;
      margin: 50px 35px 0 0;
      text-align: center; }
      #courses .course-container .course-icon img {
        width: auto;
        height: auto;
        margin: 0 auto; }
    #courses .course-container.course-layout-left .course-icon {
      float: left; }
    #courses .course-container.course-layout-left .course-information {
      margin-left: 225px; }
    #courses .course-container.course-layout-right .course-icon {
      float: right;
      margin: 50px 0 0 35px; }
    #courses .course-container.course-layout-right .course-information {
      margin-right: 225px; }
    #courses .course-container .course-information {
      text-align: justify;
      line-height: 24px; }
      #courses .course-container .course-information h3 {
        text-align: center; }

  #clients .clients-content .client-logo {
    width: 30%;
    margin: 0 1.65%; }
    #clients .clients-content .client-logo:nth-child(2n) {
      float: left; }
    #clients .clients-content .client-logo:nth-child(2n+1) {
      float: left; } }
@media (min-width: 1024px) {
  .home-carousel .carousel-bg {
    background: url("../img/layout_1920/main_carousel.jpg") center top; }

  #services .section-container {
    padding: 20px 0; }
  #services .service-listing {
    width: 25%;
    margin: 0; }
    #services .service-listing h3 {
      font-size: 20px; }
    #services .service-listing p {
      font-size: 15px; }
    #services .service-listing .service-link {
      margin: 20px 0; }
      #services .service-listing .service-link a {
        text-decoration: none; }

  #introduction .introduction-content {
    width: 85%;
    margin: 0 auto; }
    #introduction .introduction-content .introduction-message {
      width: 75%; }
    #introduction .introduction-content .introduction-mug {
      width: 25%; }
      #introduction .introduction-content .introduction-mug img {
        margin-top: -10px;
        margin-right: 0; }

  #testimony .user-testimony {
    width: 90%; }

  #clients .clients-content .client-logo {
    width: 21%;
    margin: 0 2%; } }
@media (min-width: 1210px) {
  .service-listing h3 {
    font-size: 24px; } }

/*# sourceMappingURL=style.css.map */
