/*
Theme Name: Red-Jacket-Consulting
Theme URI: #
Author: the Red-Jacket-Consulting team
Author URI: #
Description: In 2016,
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Black,

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*====================================== reset.css is here ========================================*/
body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #3a3a3a;
  font-size: 16px;
  line-height: 1.5em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Crimson Text', sans-serif;
  color: #083a57;
  font-size: 3em;
  line-height: 1.1em;
  font-weight: 400;
}

h2 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: 'Crimson Text', sans-serif;
  color: #083a57;
  font-size: 2.5em;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: 'Crimson Text', sans-serif;
  color: #7b868f;
  font-size: 1.8em;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 30px;
  margin-bottom: 15px;
  color: #222;
  font-size: 1.2em;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #222;
  font-size: 0.83em;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #222;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  color: #727578;
  font-size: 1em;
  line-height: 1.65em;
}

a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #7b868f;
  font-size: 1em;
  text-decoration: none;
}

a:hover {
  color: #ec1d32;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
}

.container {
  display: block;
  width: 60%;
  margin: 100px auto 0px;
  background-color: transparent;
}

.block {
  height: 30px;
  background-color: #eee;
}

.block.m10 {
  margin-bottom: 10px;
}

.block.m20 {
  margin-bottom: 20px;
}

.block.m30 {
  margin-bottom: 30px;
}

.block.m40 {
  margin-bottom: 40px;
}

.block.m50 {
  margin-bottom: 50px;
}

.block.m60 {
  margin-bottom: 60px;
}

.block.m70 {
  margin-bottom: 70px;
}

.block.m80 {
  margin-bottom: 80px;
}

.block.m90 {
  margin-bottom: 90px;
}

.block.m100 {
  margin-bottom: 100px;
}

.colour-block {
  height: 30px;
  margin-bottom: 30px;
  background-color: #eee;
}

.colour-block.cyan {
  background-color: #2f96f4;
}

.colour-block.navy {
  background-color: #083a57;
}

.colour-block.lgrey {
  background-color: #f8f8f8;
}

.colour-block.white {
  background-color: #fff;
}

.intro-text {
  margin-bottom: 30px;
  font-family: 'Crimson Text', sans-serif;
  font-size: 1.8em;
  line-height: 1.4em;
  font-weight: 400;
}

.intro-text.white {
  margin-bottom: 0px;
  font-size: 2em;
  line-height: 1.45em;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-grey {
  background-color: #f8f8f8;
}

.button {
  margin-top: 25px;
  padding-top: 12px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 2px;
  background-color: #ec1d32;
  -webkit-transition: background-color 200ms cubic-bezier(.645, .045, .355, 1);
  transition: background-color 200ms cubic-bezier(.645, .045, .355, 1);
  color: #fff;
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #da1a2e;
  color: #fff;
}

.button.contact {
  margin-top: 0px;
  float: right;
}

.button-tiny {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 2px;
  font-size: 0.7em;
  text-transform: uppercase;
}

.g-overlay {
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .7), transparent);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .7), transparent);
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  padding-top: 100px;
  background-color: rgba(0, 0, 0, .8);
  text-align: center;
}

.modal-offer-wrapper {
  display: block;
  width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding: 42px;
  background-color: #fff;
}

.button-tag {
  padding: 3px 8px 2px;
  border-radius: 2px;
  font-size: 0.8em;
  font-weight: 700;
}

.hero-section {
  padding-top: 160px;
  padding-bottom: 180px;
  background-color: #eee;
  background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .49)), url('images/Hero.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.wide-container {
  display: block;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.content-section {
  padding-top: 100px;
  padding-bottom: 110px;
  background-color: transparent;
}

.content-section.gradient1 {
  background-image: -webkit-linear-gradient(270deg, #f8f8f8 88%, #fcfcfc);
  background-image: linear-gradient(180deg, #f8f8f8 88%, #fcfcfc);
}

.navbar {
  padding-top: 38px;
  padding-bottom: 30px;
  background-color: #fff;
}

.hero-content-container {
  width: 50%;
  float: left;
}

.col-reset {
  padding-right: 0px;
  padding-left: 0px;
}

.benefits-row-container {
  margin-top: 100px;
}

.benefits-header-box {
  height: 370px;
  padding: 35px 30px 30px 35px;
  background-color: #ec1d32;
  font-size: 16px;
}

.benefits-content-box {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
}

.benefits-content-box.margin-top {
  height: 370px;
  margin-top: 30px;
}

.benefits-content-box.middle {
  position: relative;
  z-index: 1;
}

.services-header-wrapper {
  margin-bottom: 25px;
  padding: 20px;
  border-top: 1px solid hsla(210, 4%, 58%, .7);
  background-color: #f8f8f8;
}

.services-row {
  margin-top: 50px;
}

.approach-section {
  position: static;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #083a57;
  background-image: url('images/overlay.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.approach-headerbox {
  width: 25%;
  height: 250px;
  padding: 35px 20px 20px 35px;
  float: left;
  background-color: #ec1d32;
}

.approach-content-right {
  width: 75%;
  padding: 35px;
  float: right;
  background-color: #083a57;
}

.approach-box-wrapper {
  padding: 20px 0px;
  border-top: 2px solid hsla(0, 0%, 100%, .5);
  color: #fff;
}

.approach-row {
  margin-top: 50px;
}

.approach-intro-container {
  padding: 0px 0px 35px;
}

.assignments {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f8f8f8;
}

.assignment-box-wrapper {
  height: 320px;
  padding: 40px;
  border-left: 3px solid #ec1d32;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .05);
}

.assignments-header-container {
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.assignments-row {
  margin-top: 30px;
}

.slim-container {
  display: block;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.contact-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-section.contact {
  padding-bottom: 120px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fafafa);
  background-image: linear-gradient(180deg, #fff, #fafafa);
}

.contact-formwrapper {
  margin-top: 50px;
}

.footer {
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-link {
  display: inline-block;
  margin-left: 20px;
  float: right;
  color: #7b868f;
}

.about-slideshow-wrapper {
  padding-right: 20px;
}

.body {
  background-color: #f4f4f4;
}

.body-maxwidth-wrapper {
  display: block;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
}

.logo-container {
  width: 246px;
  padding-top: 3px;
}

.white {
  color: #fff;
}

.hero-statement {
  margin-bottom: 30px;
  color: #fff;
  font-size: 3.5em;
  line-height: 1.2em;
  letter-spacing: 0.5px;
}

.nav-link {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: color 200ms cubic-bezier(.68, -.55, .265, 1.55), border-radius 200ms ease;
  transition: color 200ms cubic-bezier(.68, -.55, .265, 1.55), border-radius 200ms ease;
  color: #888;
  font-size: 1.1em;
}

.nav-link:hover {
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: 3px solid #ec1d32;
  color: #ec1d32;
}

.nav-cta {
  display: block;
  width: 148px;
  margin-top: 15px;
  margin-left: 20px;
  float: right;
  color: #ec1d32;
  font-size: 0.9em;
  font-weight: 700;
  text-transform: uppercase;
}

.nav-cta:hover {
  opacity: 0.8;
}

.hero-introtext {
  color: hsla(0, 0%, 100%, .7);
  font-size: 1.2em;
}

.slide1 {
  height: 440px;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-wrapper {
  height: 440px;
  background-color: #f8f8f8;
}

.mask {
  height: 440px;
}

.slider-waypoint {
  color: #ec1d32;
  font-size: 10px;
}

.red-block-title {
  margin-bottom: 15px;
  color: #fff;
  font-size: 2.4em;
}

.white-underline {
  width: 40px;
  height: 2px;
  background-color: #fff;
}

.benefits-subhead {
  font-size: 1.6em;
}

.service-icon-header {
  width: 30px;
  float: left;
}

.service-icon-header.procurement {
  width: 26px;
}

.service-icon-header.training {
  width: 26px;
}

.services-box-heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 10px;
  float: left;
  font-size: 1.6em;
}

.col-pad1 {
  padding-right: 20px;
  padding-left: 0px;
}

.col-pad2 {
  padding-right: 10px;
  padding-left: 10px;
}

.col-pad3 {
  padding-right: 0px;
  padding-left: 20px;
}

.section-title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 2.5em;
}

.about-content-wrapper {
  padding-left: 20px;
}

.approach-box-subhead {
  margin-top: 0px;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: 600;
}

.reversed-text {
  color: #b9d5e6;
}

.assignment-img {
  float: left;
}

.assignment-box-subhead {
  display: block;
  width: 72%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  float: right;
  font-size: 1.6em;
  line-height: 1.2em;
}

.contact-textlink {
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 0px;
  color: #ec1d32;
}

.contact-textlink.grey {
  color: #7b868f;
}

.contact-text-link-wrapper {
  margin-top: 20px;
}

.text-field {
  width: 95%;
  height: 45px;
  margin-bottom: 15px;
}

.text-field-tall {
  overflow: auto;
  max-height: 165px !important;
  float: none;
}

.footer-logo {
  width: 250px;
}

.footer-copyright {
  margin-top: 45px;
  color: #7b868f;
  font-size: 12px;
  text-align: right;
}

.success-wrapper {
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
  font-size: 16px;
}

.header-button {
  float: right;
}

html.w-mod-js *[data-ix="modal-interaction"] {
  display: none;
  opacity: 0;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

html.w-mod-js *[data-ix="fade-in-left"] {
  opacity: 0;
  -webkit-transform: translate(-49px, 0px);
  -ms-transform: translate(-49px, 0px);
  transform: translate(-49px, 0px);
}

html.w-mod-js *[data-ix="fade-down"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-up"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="burst"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="bump-up"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

@media (max-width: 991px) {
  .hero-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: 0px 0px, -223px 0px;
  }
  .wide-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .content-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .content-section.gradient1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .navbar {
    padding-top: 30px;
  }
  .hero-content-container {
    width: 80%;
  }
  .benefits-row-container {
    margin-top: 60px;
  }
  .benefits-header-box {
    height: auto;
  }
  .benefits-content-box.margin-top {
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .services-box-wrapper {
    margin-bottom: 40px;
  }
  .services-row {
    margin-top: 0px;
  }
  .approach-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .approach-headerbox {
    width: auto;
    height: auto;
    float: none;
  }
  .approach-content-right {
    width: auto;
    float: none;
  }
  .approach-box-wrapper {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .approach-row {
    margin-top: 0px;
  }
  .approach-intro-container {
    margin-bottom: 50px;
    padding-bottom: 0px;
  }
  .assignments {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .assignment-box-wrapper {
    height: auto;
    margin-bottom: 10px;
  }
  .assignments-row {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .slim-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .contact-section.contact {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .footer-link {
    margin-right: 10px;
    margin-left: 10px;
    float: none;
  }
  .about-slideshow-wrapper {
    margin-bottom: 50px;
    padding-right: 0px;
  }
  .nav-link {
    color: #fff;
  }
  .nav-cta {
    margin-top: 30px;
  }
  .col-pad1 {
    padding-right: 0px;
  }
  .col-pad2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .col-pad3 {
    padding-left: 0px;
  }
  .section-title {
    margin-bottom: 50px;
  }
  .section-title.contact {
    margin-bottom: 30px;
  }
  .about-content-wrapper {
    padding-left: 0px;
  }
  .assignment-box-subhead {
    width: 85%;
  }
  .footer-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-copyright {
    text-align: center;
  }
  .hamburger-icon {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    color: #7b868f;
    font-size: 44px;
  }
  .footer-nav-block {
    margin-top: 35px;
    text-align: center;
  }
  .hamburger-nav-wrapper {
    z-index: 999;
    padding-top: 30px;
    padding-right: 60px;
    padding-left: 30px;
    background-color: #083a57;
  }
}

@media (max-width: 767px) {
  .intro-text.white {
    font-size: 1.8em;
  }
  .button:hover {
    color: #fff;
  }
  .hero-section {
    padding-top: 80px;
    background-image: -webkit-linear-gradient(270deg, transparent, rgba(0, 0, 0, .8)), url('images/Hero.png');
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .8)), url('images/Hero.png');
    background-position: 0px 0px, -223px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .wide-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .content-section {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .approach-section {
    padding-bottom: 60px;
  }
  .assignments {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .slim-container {
    text-align: left;
  }
  .contact-section.contact {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .footer {
    padding-bottom: 40px;
  }
  .logo-container.w--current {
    padding-left: 0px;
  }
  .hero-statement {
    font-size: 3em;
  }
  .red-block-title {
    font-size: 2em;
  }
  .section-title {
    margin-bottom: 40px;
  }
  .assignment-box-subhead {
    width: 80%;
  }
  .contact-textlink {
    margin-right: 25px;
    margin-left: 0px;
  }
  .footer-copyright {
    margin-top: 20px;
  }
  .footer-nav-block {
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    line-height: 2em;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 2.1em;
  }
  .intro-text {
    font-size: 1.6em;
  }
  .intro-text.white {
    font-size: 1.6em;
  }
  .button {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-section {
    padding-top: 50px;
    padding-bottom: 60px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .8)), url('images/Hero.png');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .05), rgba(0, 0, 0, .8)), url('images/Hero.png');
    background-position: 0px 0px, 44% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .wide-container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .content-section {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .content-section.gradient1 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .navbar {
    padding-top: 28px;
    padding-bottom: 23px;
  }
  .hero-content-container {
    width: auto;
  }
  .assignment-box-wrapper {
    padding: 30px;
  }
  .slim-container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .contact-section.contact {
    padding-bottom: 40px;
  }
  .footer {
    padding-top: 50px;
  }
  .footer-link {
    display: block;
  }
  .about-slideshow-wrapper {
    margin-bottom: 35px;
  }
  .logo-container.w--current {
    width: 190px;
  }
  .hero-statement {
    font-size: 2.1em;
  }
  .hero-introtext {
    color: hsla(0, 0%, 100%, .8);
    font-size: 1em;
  }
  .slide1 {
    height: 330px;
  }
  .slider-wrapper {
    height: 330px;
  }
  .mask {
    height: 330px;
  }
  .services-box-heading {
    font-size: 1.4em;
  }
  .section-title {
    font-size: 2em;
  }
  .approach-box-subhead {
    font-size: 1.4em;
  }
  .assignment-img {
    width: 30%;
  }
  .assignment-box-subhead {
    width: 60%;
    margin-left: 0px;
    font-size: 1.4em;
  }
  .contact-textlink {
    display: block;
    margin-bottom: 5px;
  }
  .footer-logo {
    width: 220px;
  }
  .hamburger-icon {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 5px;
  }
  .footer-nav-block {
    margin-top: 25px;
  }
  .icon {
    padding-right: 0px;
  }
}

