@charset "UTF-8";
/* ==========================================================================
Normalise
========================================================================== */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url(bootstrap-min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700");
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
Bootstrap
========================================================================== */
/* ==========================================================================
Section Styling
========================================================================== */
/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* ==========================================================================
Base Styles, Colors, Fonts, Mixins
========================================================================== */
/* ---------------------
COLORS
------------------------*/
/* ---------------------
FONTS
------------------------*/
@font-face {
  font-family: 'montheavy';
  src: url("../fonts/webfontkit-20181021-190521/fontfabric_-_mont_heavy_-_copy-webfont.woff2") format("woff2"), url("../fonts/webfontkit-20181021-190521/fontfabric_-_mont_heavy_-_copy-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* ----------------------
MIXINS
------------------------*/
.fullwidth-image {
  width: 100%;
}

/* ==========================================================================
Theme Style Sheet
========================================================================== */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

section {
  width: 100%;
  height: 100%;
  position: relative;
}

header {
  background: #fff;
  padding: 25px 0px 0px;
}
header a {
  width: 168px;
  height: 46px;
  cursor: pointer;
  display: inline-block;
}
header a img {
  width: 168px;
  height: 46px;
}

header {
  padding-top: 0;
}
header a.fit2work_logo {
  margin-top: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  header a.fit2work_logo {
    display: none;
  }
}
header .top-menu {
  background-color: #201637;
}
header .top-menu ul.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  text-align: center;
  padding-top: 5px;
  height: 46px;
}
header .top-menu ul.menu li {
  list-style: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 18px;
}
header .top-menu ul.menu li:last-child {
  margin-right: 0;
}
header .top-menu ul.menu li a {
  color: #fff;
  display: block;
  line-height: 3.3em;
  float: left;
  text-decoration: none;
  width: auto;
  font-size: .8rem;
}
header .top-menu ul.menu li a:hover {
  color: #f06037;
  text-decoration: none;
}
header .top-menu ul.menu li a.active {
  color: #f06037;
}
header .top-menu .right {
  float: right;
  display: inline-block;
  text-align: right;
  line-height: 0;
  padding: 0;
  margin: 0;
  margin-right: 20px;
}
header .top-menu .right a {
  color: #fff;
  display: block;
  font-size: 14px;
  width: auto;
  height: auto;
  padding-top: 22px;
  padding-bottom: 15px;
  position: relative;
  z-index: 100;
  padding-left: 15px;
}
header .top-menu .left {
  float: right;
  display: inline-block;
  margin-right: 20px;
  padding-top: 17px;
  padding-bottom: 12px;
}

.left.contact-btn {
    margin-right: 0 !important;
    position: relative;
}
header .top-menu .left button.dropbtn {
  position: relative;
  background: transparent;
  box-shadow: 0;
  border: 0;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: .8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
header .top-menu .left button.dropbtn span {
  display: inline-block;
  padding-left: 5px;
  top: 2px;
  color: #5f73ad;
  font-size: 10px;
}

header .top-menu .left button.dropbtn1 {
  position: relative;
  background: transparent;
  box-shadow: 0;
  border: 0;
  text-align: center;
  color: #fff;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: .8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
header .top-menu .left button.dropbtn1 span {
  display: inline-block;
  padding-left: 5px;
  top: 2px;
  color: #5f73ad;
  font-size: 10px;
}
header .top-menu .left ul.dropdown-content {
  width: auto;
  position: absolute;
  display: block;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  background-color: #d1d7ea;
  margin: 0;
  top: 100%;
  right: -30px;
  z-index: 90;
  opacity: 0;
  height: 1px;
  overflow: hidden;
  padding: 0 23px;
}
@media screen and (max-width: 768px) {
  header .top-menu .left ul.dropdown-content {
    right: 29px;
  }
}
header .top-menu .left ul.dropdown-content.open {
  display: block;
  opacity: 1;
  padding: 10px 23px;
  height: 76px;
}
header .top-menu .left ul.dropdown-content .square {
  width: 15px;
  height: 15px;
  background-color: #d1d7ea;
  position: absolute;
  top: -8%;
  left: 47%;
  transform: rotate(45deg);
}
header .top-menu .left ul.dropdown-content li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
  line-height: 1px;
}
header .top-menu .left ul.dropdown-content li a {
  padding-bottom: 11px;
  padding-top: 16px;
  margin: 0;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  color: #201637;
  width: auto;
  height: auto;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-font-weight: bold;
  text-decoration: none;
}
header .top-menu .left ul.dropdown-content li a:hover {
  color: #f06037;
}

header .top-menu .left ul.dropdown-content1 {
    width: auto;
    position: absolute;
    display: block;
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    background-color: #d1d7ea;
    margin: 0;
    top: 100%;
    right: -20px;
    z-index: 90;
    opacity: 0;
    height: 1px;
    overflow: hidden;
    padding: 0 23px;
}
header .top-menu .left ul.dropdown-content1.open {
    display: block;
    opacity: 1;
    padding: 10px 23px;
    height: 76px;
}
header .top-menu .left ul.dropdown-content1 .square {
  width: 15px;
  height: 15px;
  background-color: #d1d7ea;
  position: absolute;
  top: -8%;
  left: 47%;
  transform: rotate(45deg);
}
header .top-menu .left ul.dropdown-content1 li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
  line-height: 1px;
}
header .top-menu .left ul.dropdown-content1 li a {
  padding-bottom: 11px;
  padding-top: 16px;
  margin: 0;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  color: #201637;
  width: auto;
  height: auto;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  font-font-weight: bold;
  text-decoration: none;
}
header .top-menu .left ul.dropdown-content1 li a:hover {
  color: #f06037;
}
.container.main-header-strip {
  margin-bottom: 20px;
}

.navbar {
  margin-bottom: 0;
  margin-top: 30px;
  background: none;
  border: none;
}
.navbar li {
  margin-right: 20px;
  color: #201637;
}
.navbar li:last-child {
  margin-right: 0;
}
.navbar li a {
  text-align: center;
  padding: 0;
  line-height: 3rem;
  display: inline;
  color: #201637;
}
.navbar li a span.glyphicon-chevron-down {
  margin-left: 5px;
  font-size: 0.8rem;
}

.navbar-default .navbar-nav > li.active a {
  background-color: transparent;
}
.navbar-default .navbar-nav > li.active a:hover {
  background: transparent;
}

.navbar-default .navbar-nav > li > a {
  color: #201637;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #201637;
}

a.fit2work_logo.mobile_logo {
  display: none;
}
@media screen and (max-width: 767px) {
  a.fit2work_logo.mobile_logo {
    display: block;
    margin-top: 0;
  }
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none;
}

.container-fluid.breadcrumbs {
  padding: 20px 0;
  background: #f8f8f9;
}
.container-fluid.breadcrumbs .breadcrumb {
  padding: 0;
  margin: 0;
  background-color: transparent;
  list-style: none;
  border-radius: 0;
  display: inline;
}
@media screen and (max-width: 768px) {
  .container-fluid.breadcrumbs .breadcrumb {
    padding-left: 7%;
  }
}
.container-fluid.breadcrumbs .breadcrumb li.active {
  color: #838180;
  font-family: "Open Sans", sans-serif;
  font-size: .8rem;
}
.container-fluid.breadcrumbs .breadcrumb li a {
  width: auto;
  height: auto;
  color: #838180;
  font-family: "Open Sans", sans-serif;
  font-size: .8rem;
}

@media screen and (max-width: 768px) {
  body.home header a.fit2work_logo {
    display: block;
    text-align: center;
    margin: 0;
    margin: 20px auto;
  }
}

section.hero .container-fluid {
  padding: 0;
}
section.hero .container-fluid .row {
  margin: 0;
  background: #2a388f;
}
section.hero .container-fluid .row .col-sm-6 {
  padding: 0;
}
section.hero .container-fluid .row .col-sm-6 .content {
  position: relative;
  display: block;
  height: auto;
  flex-direction: column;
  justify-items: none;
  padding: 50px;
}
section.hero .container-fluid .row .col-sm-6 .content .img-block.bg {
  width: 100%;
  height: 100%;
  background: red;
}
section.hero .container-fluid .row .col-sm-6 .content h1 {
  font-family: "montheavy", serif;
  font-size: 2.3125rem;
  color: #fff;
  line-height: 1.2em;
  margin: 0;
}
section.hero .container-fluid .row .col-sm-6 .content p {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: 300;
  color: #fff;
  padding-right: 100px;
}
section.hero .container-fluid .row .col-sm-6 .content a {
  margin-top: 20px;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "montheavy", serif;
  line-height: 1.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #2a388f;
  color: #fff;
  border: 0;
  border: 2px solid #fff;
  text-transform: lowercase;
  padding: 7px 36px;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "montheavy", serif;
  text-decoration: none;
}
section.hero .container-fluid .row .col-sm-6 .content a:hover {
  background: #f06037;
  border: 2px solid #f06037;
  color: #fff;
}

section.features {
  background: #f8f8f9;
  padding: 70px 0 50px 0px;
}
section.features .feature-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
}
section.features .feature-wrapper .img-block {
  width: 90px;
}
section.features .feature-wrapper .img-block.pig {
  width: 65px;
}
section.features .feature-wrapper .img-block img {
  width: 100%;
}
section.features .feature-wrapper .content {
  margin-left: 20px;
}
section.features .feature-wrapper .content h4 {
  margin-top: 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #677dbb;
  margin-bottom: 6px;
}
section.features .feature-wrapper .content p {
  margin-top: 0;
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 16px;
}

section.cta {
  padding: 70px 0px 80px;
  background-color: #fff;
  background-image: url("/fit2work/sites/all/themes/fit2work/assets/img/PrePrintSample400X565.jpg");
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: calc(100% - 98%) calc(100% - 157%);
  background-size: 34%;
}
section.cta h2 {
  font-size: 1.75rem;
  font-family: "montheavy", serif;
  color: #201637;
  text-align: left;
}
section.cta p {
  color: #201637;
  text-transform: left;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
}
section.cta a {
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "montheavy", serif;
  line-height: 1.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #f06037;
  color: #fff;
  border: 0;
  margin-top: 50px;
  border: 2px solid #f06037;
  text-transform: lowercase;
  padding: 7px 36px;
  text-decoration: none;
  font-size: 1.2rem;
  font-family: "montheavy", serif;
}
section.cta a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #f06037;
  border: 2px solid #f06037;
}
section.cta a.reverse {
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "montheavy", serif;
  line-height: 1.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #fff;
  color: #f06037;
  border: 0;
  margin-top: 50px;
  border: 2px solid #f06037;
  padding: 7px 36px;
  text-decoration: none;
  font-size: 1.2rem;
  margin-left: 20px;
  font-amily: "montheavy", serif;
}
section.cta a.reverse:hover {
  text-decoration: none;
  background-color: #f06037;
  color: #fff;
  border: 2px solid #f06037;
}

section.how-it-works {
  background: #f8f8f9;
  padding: 75px 0 90px 0px;
}
section.how-it-works .row {
  margin-bottom: 70px;
}
section.how-it-works .row .content-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  section.how-it-works .row .content-wrapper {
    flex-direction: column;
  }
}
section.how-it-works .row .content-wrapper .left-block {
  flex: 0 1 35%;
  align-self: stretch;
  background: #cfcfd6;
  padding: 40px;
  background-repeat: no-repeat;
  background-attachment: inherit;
  background-position: calc(100% - 101%) calc(100% - 41%);
  overflow: hidden;
}
section.how-it-works .row .content-wrapper .left-block h2 {
  font-family: "montheavy", serif;
  font-size: 2rem;
  color: #201637;
  margin: 0;
  width: 85%;
  line-height: 1.2em;
  position: relative;
}
@media screen and (max-width: 540px) {
  section.how-it-works .row .content-wrapper .left-block h2 {
    width: 100%;
    text-align: center;
  }
}
section.how-it-works .row .content-wrapper .left-block h2:before {
  position: absolute;
  content: '';
  background-image: url("/fit2work/sites/all/themes/fit2work/assets/img/lines_bg.svg");
  background-size: cover;
  width: 132px;
  height: 127px;
  left: 0;
  top: 0;
  transform: translate(-27%, 78%);
}
section.how-it-works .row .content-wrapper .right-block {
  flex: 0 1 65%;
  align-self: stretch;
  background: #fff;
  padding: 50px 50px 55px;
}
@media screen and (max-width: 540px) {
  section.how-it-works .row .content-wrapper .right-block {
    padding: 50px 20px 55px;
  }
}
section.how-it-works .row .content-wrapper .right-block a {
  color: #201637;
  text-decoration: none;
}
section.how-it-works .row .content-wrapper .right-block a.cta {
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "montheavy", serif;
  line-height: 1.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #f06037;
  color: #fff;
  border: 0;
  margin-top: 20px;
  border: 2px solid #f06037;
  text-transform: lowercase;
  padding: 7px 36px;
  text-decoration: none;
  font-size: 1.2rem;
  font-family: "montheavy", serif;
}
section.how-it-works .row .content-wrapper .right-block a.cta:hover {
  text-decoration: none;
  background-color: #fff;
  color: #f06037;
  border: 2px solid #f06037;
}
section.how-it-works .row:last-child {
  margin-bottom: 0;
}
section.how-it-works .row:last-child .content-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  section.how-it-works .row:last-child .content-wrapper {
    flex-direction: column;
  }
}
section.how-it-works .row:last-child .content-wrapper .left-block {
  flex: 0 1 35%;
  align-self: stretch;
  background: #cfcfd6;
  padding: 40px;
  background-repeat: no-repeat;
  background-position: calc(100% - 101%) calc(100% - 72%);
  background-attachment: unset;
  overflow: hidden;
}
section.how-it-works .row:last-child .content-wrapper .left-block h2 {
  font-family: "montheavy", serif;
  font-size: 2rem;
  color: #201637;
  margin: 0;
  width: 70%;
  line-height: 1.2em;
  position: relative;
}
section.how-it-works .row:last-child .content-wrapper .left-block h2:before {
  position: absolute;
  content: '';
  background-image: url("/fit2work/sites/all/themes/fit2work/assets/img/lines_bg.svg");
  background-size: cover;
  width: 132px;
  height: 127px;
  left: 0;
  top: 0;
  transform: translate(-27%, 44%);
}
section.how-it-works .row:last-child .content-wrapper .right-block {
  flex: 0 1 65%;
  align-self: stretch;
  background: #fff;
  padding: 25px 25px 10px;
}
section.how-it-works .row:last-child .content-wrapper .right-block .panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-color: #EEEEEE;
}
section.how-it-works .row:last-child .content-wrapper .right-block .panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #FAFAFA;
  border-color: #EEEEEE;
}
section.how-it-works .row:last-child .content-wrapper .right-block .panel-title {
  font-size: 14px;
}
section.how-it-works .row:last-child .content-wrapper .right-block .panel-title > a {
  display: block;
  padding: 15px;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1.4em;
}
section.how-it-works .row:last-child .content-wrapper .right-block .more-less {
  float: right;
  color: #f06037;
  font-size: 0.7rem;
  line-height: 2em;
}
section.how-it-works .row:last-child .content-wrapper .right-block .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE;
  font-size: 1rem;
}

footer {
  position: relative;
  padding: 80px 0px;
  background: #201637;
}
footer a.chat {
  width: 51px;
  height: 51px;
  display: block;
  position: absolute;
  top: -9%;
  right: 9%;
}
footer a.chat img {
  width: 51px;
  height: 52px;
}
footer .row ul.left-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .row ul.left-menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  padding: 1px 12px;
  border-right: 1px solid #fff;
}
footer .row ul.left-menu li:first-child {
  padding-left: 0;
}
footer .row ul.left-menu li:last-child {
  padding-right: 0;
  border-right: none;
}
footer .row ul.left-menu li a {
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  display: block;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8rem;
}
footer .row ul.left-menu li a:hover {
  color: #f06037;
  text-decoration: none;
}
footer .row:nth-child(2) ul.icons {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right;
}
footer .row:nth-child(2) ul.icons li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 7px;
}
footer .row:nth-child(2) ul.icons li:last-child {
  margin-right: 0;
}
footer .row:nth-child(2) ul.icons li a {
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}
footer .row:nth-child(2) ul.icons li a i {
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  color: #201637;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto;
}
footer .row:nth-child(2) ul.icons li a i:hover {
  color: #f06037;
}
footer .row:nth-child(3) {
  margin-top: 30px;
}
footer .row:nth-child(3) p {
  letter-spacing: .5px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8rem;
}

body.home section.hero {
  background-color: #201637;
  background-image: url("/fit2work/sites/all/themes/fit2work/assets/img/home__graphic_left.svg"), url("/fit2work/sites/all/themes/fit2work/assets/img/home__graphic_right.svg");
  background-position: 0% 105%, 100% 24%;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, inherit;
  padding: 60px 0 160px 0;
}
@media screen and (max-width: 992px) {
  body.home section.hero {
    background-image: none;
    padding: 25px 0 30px 0;
  }
}
body.home section.hero h1 {
  font-family: "montheavy", serif;
  font-size: 2.5625rem;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
body.home section.hero .items {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  padding: 0 20%;
  align-content: space-between;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 992px) {
  body.home section.hero .items {
    padding: 0 2%;
  }
}
@media screen and (max-width: 540px) {
  body.home section.hero .items {
    flex-direction: column;
  }
}
body.home section.hero .items .item {
  flex: 0 1 38%;
  color: #fff;
  display: flex;
  align-content: unsafe;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 540px) {
  body.home section.hero .items .item {
    flex: 0 1 100%;
    margin-bottom: 110px;
    padding: 0 50px;
  }
}
body.home section.hero .items .item .img-box {
  display: block;
  margin: 0 auto;
}
body.home section.hero .items .item .content {
  width: 100%;
  position: relative;
}
body.home section.hero .items .item .content h3 {
  font-size: 1.5rem;
  font-family: "montheavy", serif;
  text-align: center;
}
body.home section.hero .items .item .content p {
  font-size: .8rem;
  font-family: "Open Sans", sans-serif;
  padding: 0 79px;
}
@media screen and (max-width: 768px) {
  body.home section.hero .items .item .content p {
    padding: 0;
  }
}
body.home section.hero .items .item .content a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "montheavy", serif;
  line-height: 1.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #f06037;
  color: #fff;
  border: 0;
  margin-top: 15px;
  border-left: 7px solid #a20a35;
  padding: 6px 22px;
  position: absolute;
  transform: translate(-50%, 220%);
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 540px) {
  body.home section.hero .items .item .content a {
    top: 0;
  }
}
body.home section.hero .items .item:nth-child(1) h3, body.home section.hero .items .item:nth-child(1) p {
  color: #d1d7ea;
}
body.home section.hero .items .item:nth-child(3) h3, body.home section.hero .items .item:nth-child(3) p {
  color: #80cfd3;
}
body.home section.hero span.divider {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(0%, 50%);
  transform: translate(50%, -51%);
  height: 228px;
  width: 0;
  border: 1px dotted #4a3380;
}
@media screen and (max-width: 540px) {
  body.home section.hero span.divider {
    display: none;
  }
}

section.intro {
  background: #fff;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  section.intro .col-sm-7 {
    padding-left: 0;
  }
}
section.intro h2 {
  font-family: "montheavy", serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 41px;
  color: #201637;
}
@media screen and (max-width: 540px) {
  section.intro h2 {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  section.intro .col-sm-4 {
    padding-right: 0;
  }
}
section.intro .col-sm-4 img {
  width: 100%;
}
section.intro a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "montheavy", serif;
  line-height: 1.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #f06037;
  color: #fff;
  border: 0;
  margin-top: 15px;
  border-left: 7px solid #a20a35;
  padding: 6px 22px;
  margin-top: 30px;
}
@media screen and (max-width: 540px) {
  section.intro a {
    text-align: center;
    margin: 0 auto;
    width: 150px;
    display: block;
    margin: 30px auto;
  }
}

section.products {
  padding: 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section.products .container-fluid {
    padding: 0;
  }
}
section.products .row.product-1 [class*=�col-�] {
  padding: 0;
}
section.products .row.product-1 .img-box {
  width: 100%;
  display: table;
  background: url("/fit2work/sites/all/themes/fit2work/assets/img/girl_smiling.jpg") center center no-repeat;
  background-size: cover;
}
section.products .row .content-wrapper {
  overflow: hidden;
  width: 100%;
  display: flex;
}
section.products .row .content-wrapper .left {
  width: 35%;
  padding: 40px;
  float: left;
  background-color: #2a388f;
}
@media screen and (max-width: 768px) {
  section.products .row .content-wrapper .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
section.products .row .content-wrapper .left .img-wrapper {
  display: block;
  width: 100px;
  margin-bottom: 10px;
}
section.products .row .content-wrapper .left .img-wrapper .img {
  width: 100%;
}
section.products .row .content-wrapper .left h3 {
  font-size: 1.5rem;
  font-family: "montheavy", serif;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  section.products .row .content-wrapper .left h3 {
    text-align: center;
  }
}
section.products .row .content-wrapper .left p {
  font-size: .8rem;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
section.products .row .content-wrapper .left a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "montheavy", serif;
  line-height: 1.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #2a388f;
  color: #fff;
  border: 0;
  margin-top: 20px;
  border: 1px solid #fff;
  font-weight: 300;
  text-decoration: none;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
}
section.products .row .content-wrapper .left a:hover {
  background: #f06037;
  border: 1px solid #f06037;
  color: #fff;
}
section.products .row .content-wrapper .right {
  width: 65%;
  background: #677dbb;
  float: left;
  padding: 20px 120px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  section.products .row .content-wrapper .right {
    width: 100%;
    padding: 20px 9px 20px 20px;
  }
}
section.products .row .content-wrapper .right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.products .row .content-wrapper .right ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  padding: 10px;
  border-bottom: 1px dotted #80cfd3;
}
section.products .row .content-wrapper .right ul li:last-child {
  border-bottom: 0;
}
section.products .row .content-wrapper .right ul li a {
  color: #fff;
  font-family: "montheavy", serif;
  font-size: 1rem;
  font-text-align: left;
  font-display: block;
  font-cursor: pointer;
}
section.products .row .content-wrapper .right ul li a:hover {
  text-decoration: none;
  color: #f06037;
}
section.products .row .content-wrapper .right ul li a span {
  float: right;
  color: #fff;
}
section.products .row.product-2 {
  margin-top: 30px;
  margin-bottom: 60px;
}
section.products .row.product-2 [class*=�col-�] {
  padding: 0;
}
section.products .row.product-2 .img-box {
  width: 100%;
  display: table;
  background: url("/fit2work/sites/all/themes/fit2work/assets/img/guy_smiling.jpg") center center no-repeat;
  background-size: cover;
}
section.products .row .content-wrapper.product-2 {
  overflow: hidden;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  section.products .row .content-wrapper.product-2 {
    display: block;
    overflow: visible;
  }
}
section.products .row .content-wrapper.product-2 .left {
  width: 35%;
  padding: 40px;
  float: left;
  background-color: #117a75;
}
@media screen and (max-width: 768px) {
  section.products .row .content-wrapper.product-2 .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
section.products .row .content-wrapper.product-2 .left .img-wrapper {
  display: block;
  width: 100px;
  margin-bottom: 10px;
}
section.products .row .content-wrapper.product-2 .left .img-wrapper .img {
  width: 100%;
}
section.products .row .content-wrapper.product-2 .left h3 {
  font-size: 1.5rem;
  font-family: "montheavy", serif;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  section.products .row .content-wrapper.product-2 .left h3 {
    text-align: center;
  }
}
section.products .row .content-wrapper.product-2 .left p {
  font-size: .8rem;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
section.products .row .content-wrapper.product-2 .left a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "montheavy", serif;
  line-height: 1.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #117a75;
  color: #fff;
  border: 0;
  margin-top: 20px;
  border: 1px solid #fff;
  font-weight: 300;
  text-decoration: none;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
}
section.products .row .content-wrapper.product-2 .left a:hover {
  background: #f06037;
  border: 1px solid #f06037;
  color: #fff;
}
section.products .row .content-wrapper.product-2 .right {
  width: 65%;
  background: #419591;
  float: left;
  padding: 20px 120px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  section.products .row .content-wrapper.product-2 .right {
    width: 100%;
    padding: 20px 9px 20px 20px;
  }
}
section.products .row .content-wrapper.product-2 .right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.products .row .content-wrapper.product-2 .right ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  padding: 10px;
  border-bottom: 1px dotted #80cfd3;
}
section.products .row .content-wrapper.product-2 .right ul li:last-child {
  border-bottom: 0;
}
section.products .row .content-wrapper.product-2 .right ul li a {
  color: #fff;
  font-family: "montheavy", serif;
  font-size: 1rem;
  font-text-align: left;
  font-display: block;
  font-cursor: pointer;
}
section.products .row .content-wrapper.product-2 .right ul li a:hover {
  text-decoration: none;
  color: #f06037;
}
section.products .row .content-wrapper.product-2 .right ul li a span {
  float: right;
  color: #fff;
}

section.top {
  padding: 0;
  background-color: #fff;
}
section.top {
    padding-top: 30px;
}
@media screen and (min-width: 768px) {
  section.top .container-fluid {
    padding: 0;
  }
}
section.top .row.item [class*=�col-�] {
  padding: 0;
}
section.top .row.item .img-box {
  width: 100%;
  display: table;
  background: url("/fit2work/sites/all/themes/fit2work/assets/img/girl_smiling.jpg") center center no-repeat;
  background-size: cover;
}
section.top .row .content-wrapper {
  overflow: hidden;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  section.top .row .content-wrapper {
    display: inline;
    width: 100%;
    overflow: visible;
  }
}
section.top .row .content-wrapper .left {
  width: 60%;
  padding: 40px;
  float: left;
  background-color: #2a388f;
  padding-left: 8%;
}
@media screen and (max-width: 768px) {
  section.top .row .content-wrapper .left {
    width: 100%;
  }
}
section.top .row .content-wrapper .left .img-wrapper {
  display: block;
  width: 100px;
  margin-bottom: 10px;
}
section.top .row .content-wrapper .left .img-wrapper .img {
  width: 100%;
}
section.top .row .content-wrapper .left h2 {
  font-size: 2.2rem;
  font-family: "montheavy", serif;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 30px;
}
section.top .row .content-wrapper .left p {
  font-size: .8rem;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
section.top .row .content-wrapper .left a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "montheavy", serif;
  line-height: 1.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #2a388f;
  color: #fff;
  border: 0;
  margin-top: 20px;
  border: 1px solid #fff;
  font-weight: 300;
  text-decoration: none;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
}
section.top .row .content-wrapper .left a:hover {
  background: #f06037;
  border: 1px solid #f06037;
  color: #fff;
}
section.top .row .content-wrapper .right {
  width: 40%;
  background: #677dbb;
  float: left;
  padding: 20px 120px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  section.top .row .content-wrapper .right {
    padding: 20px;
    width: 100%;
  }
}
section.top .row .content-wrapper .right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.top .row .content-wrapper .right ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  padding: 10px;
  border-bottom: 1px dotted #80cfd3;
}
section.top .row .content-wrapper .right ul li:last-child {
  border-bottom: 0;
}
section.top .row .content-wrapper .right ul li a {
  color: #fff;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  font-family: "montheavy", serif;
  font-size: 1rem;
  font-text-align: left;
  font-display: block;
  font-cursor: pointer;
}
section.top .row .content-wrapper .right ul li a:hover {
  color: #201637;
  text-decoration: none;
}
section.top .row .content-wrapper .right ul li a span {
  float: right;
  color: #fff;
}

body.studentLanding header {
  padding: 20px 0;
}
body.studentLanding section.hero {
  overflow: hidden;
}
body.studentLanding section.hero .col-sm-6.col-sm-push-6.equalheight.bg {
  background: url("../img/topimg.jpeg") center center no-repeat;
  background-size: cover;
}

body.foryou.badges section.hero .row .col-sm-6:nth-child(1) {
  background: url("../img/badges_hero_bg.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  body.foryou.badges section.hero .row .col-sm-6:nth-child(1) {
    height: 370px !important;
  }
}
@media screen and (max-width: 540px) {
  body.foryou.badges section.hero .row .col-sm-6:nth-child(1) {
    height: 200px !important;
  }
}

body.foryou.policeCheck.international section.hero .row .col-sm-6:nth-child(1) {
  background: url("../img/policeCheckHero.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  body.foryou.policeCheck.international section.hero .row .col-sm-6:nth-child(1) {
    height: 370px !important;
  }
}
@media screen and (max-width: 540px) {
  body.foryou.policeCheck.international section.hero .row .col-sm-6:nth-child(1) {
    height: 200px !important;
  }
}

body.foryou.policeCheck section.hero .row .col-sm-6:nth-child(1) {
  background: url("../img/policeCheckHero.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  body.foryou.policeCheck section.hero .row .col-sm-6:nth-child(1) {
    height: 370px !important;
  }
}
@media screen and (max-width: 540px) {
  body.foryou.policeCheck section.hero .row .col-sm-6:nth-child(1) {
    height: 200px !important;
  }
}

body.aboutus header a.fit2work_logo {
  margin-bottom: 0;
}
body.aboutus section.intro {
  padding-top: 60px;
}
@media (max-width: 540px) {
  body.aboutus section.intro {
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  body.aboutus section.intro .first .col-sm-5 {
    padding-right: 0;
  }
}
body.aboutus section.intro .second {
  margin-top: 50px;
  margin-bottom: 30px;
}
body.aboutus section.intro .second .col-sm-5 {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  body.aboutus section.intro .second .col-sm-5 {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  body.aboutus section.intro .pullit {
    padding-left: 8%;
  }
}

section.points {
  padding-bottom: 25px;
}
section.points p {
  font-size: .9rem;
  font-family: "Open Sans", sans-serif;
  color: #000;
}
@media screen and (max-width: 768px) {
  section.points p {
    text-align: center;
  }
}
section.points .row.second {
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  section.points .row.second {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  section.points .item {
    margin-bottom: 40px;
  }
  section.points .item .img-responsive {
    width: 100px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}

section.details {
  padding: 20px 0 60px 0;
}
@media screen and (min-width: 768px) {
  section.details .container-fluid {
    padding: 0;
  }
}
section.details .flex-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: space-between;
  align-items: stretch;
}
@media (max-width: 768px) {
  section.details .flex-wrapper {
    display: block;
  }
}
section.details .flex-wrapper .left {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 68%;
  -ms-flex: 0 1 70%;
  flex: 0 1 70%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background: #f8f8f9;
  padding: 20px;
  padding-left: 95px;
  margin-right: 2%;
}
@media screen and (max-width: 540px) {
  section.details .flex-wrapper .left {
    display: inline-block;
    padding-left: 20px;
  }
}
section.details .flex-wrapper .left h2 {
  font-family: "montheavy", serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 41px;
  color: #201637;
}
section.details .flex-wrapper .left .block {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  clear: left;
  margin-bottom: 20px;
}
section.details .flex-wrapper .left .block .img-box {
  width: 78px;
  display: block;
  float: left;
}
@media screen and (max-width: 540px) {
  section.details .flex-wrapper .left .block .img-box {
    display: inline-block;
  }
}
section.details .flex-wrapper .left .block .img-box .img {
  width: 100%;
}
section.details .flex-wrapper .left .block .content {
  float: left;
  width: 80%;
  margin-left: 20px;
}
@media screen and (max-width: 540px) {
  section.details .flex-wrapper .left .block .content {
    float: right;
    width: 66%;
  }
}
section.details .flex-wrapper .left .block .content h4 {
  font-family: "montheavy", serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
  color: #201637;
}
section.details .flex-wrapper .left .block .content p {
  font-size: .9rem;
  font-family: "Open Sans", sans-serif;
  color: #000;
}
@media screen and (max-width: 540px) {
  section.details .flex-wrapper .left .block .content p {
    text-align: left;
  }
}
section.details .flex-wrapper .right {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 30%;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background: #f8f8f9;
  padding: 20px;
  padding-right: 95px;
}
@media screen and (max-width: 540px) {
  section.details .flex-wrapper .right {
    padding-right: 20px;
    margin-top: 30px;
  }
  section.details .flex-wrapper .right * {
    text-align: left;
  }
}
section.details .flex-wrapper .right h2 {
  font-family: "montheavy", serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #201637;
}
section.details .flex-wrapper .right .block {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  clear: left;
}
section.details .flex-wrapper .right .block p {
  font-size: .9rem;
  font-family: "Open Sans", sans-serif;
  font-color: #000;
}
section.details .flex-wrapper .right .block a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "montheavy", serif;
  line-height: 1.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #f06037;
  color: #fff;
  border: 0;
  margin-top: 15px;
  border-left: 7px solid #a20a35;
  padding: 6px 22px;
  margin-top: 30px;
}

section.top-3blocks {
  padding: 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section.top-3blocks .container-fluid {
    padding: 0;
  }
}
section.top-3blocks .row.item [class*=�col-�] {
  padding: 0;
}
section.top-3blocks .row .content-wrapper {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  /* NEW, Spec - Firefox, Chrome, Opera */
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  section.top-3blocks .row .content-wrapper {
    flex-direction: column;
  }
}
section.top-3blocks .row .content-wrapper .left {
  order: 0;
  flex: 0 1 30%;
  align-self: auto;
}
@media screen and (max-width: 768px) {
  section.top-3blocks .row .content-wrapper .left {
    flex: 0 1 100%;
    height: 300px;
  }
}
section.top-3blocks .row .content-wrapper .left .img-box {
  display: table;
  width: 100%;
  height: 100%;
  background: url("/fit2work/sites/all/themes/fit2work/assets/img/girl_smiling.jpg") center center no-repeat;
  background-size: cover;
}
section.top-3blocks .row .content-wrapper .middle {
  order: 0;
  flex: 0 1 40%;
  align-self: auto;
  padding: 66px 40px;
  float: left;
  background-color: #2a388f;
}
@media screen and (max-width: 768px) {
  section.top-3blocks .row .content-wrapper .middle {
    flex: 0 1 100%;
    padding: 40px;
  }
}
section.top-3blocks .row .content-wrapper .middle h2 {
  font-size: 2.2rem;
  font-family: "montheavy", serif;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  section.top-3blocks .row .content-wrapper .middle h2 {
    text-align: center;
  }
}
section.top-3blocks .row .content-wrapper .middle p {
  font-size: .8rem;
  font-family: "Open Sans", sans-serif;
  color: #fff;
}
section.top-3blocks .row .content-wrapper .middle a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "montheavy", serif;
  line-height: 1.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #2a388f;
  color: #fff;
  border: 0;
  margin-top: 20px;
  border: 1px solid #fff;
  font-weight: 300;
  text-decoration: none;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
}
section.top-3blocks .row .content-wrapper .middle a:hover {
  background: #f06037;
  border: 1px solid #f06037;
  color: #fff;
}
section.top-3blocks .row .content-wrapper .right {
  order: 0;
  flex: 0 1 30%;
  align-self: auto;
  background: #677dbb;
  float: left;
  padding: 20px 120px 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  section.top-3blocks .row .content-wrapper .right {
    padding: 20px 20px 20px 20px;
  }
}
section.top-3blocks .row .content-wrapper .right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section.top-3blocks .row .content-wrapper .right ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  padding: 10px;
  border-bottom: 1px dotted #80cfd3;
}
section.top-3blocks .row .content-wrapper .right ul li:last-child {
  border-bottom: 0;
}
section.top-3blocks .row .content-wrapper .right ul li a {
  color: #fff;
  transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  font-family: "montheavy", serif;
  font-size: 1rem;
  font-text-align: left;
  font-display: block;
  font-cursor: pointer;
}
section.top-3blocks .row .content-wrapper .right ul li a:hover {
  color: #201637;
  text-decoration: none;
}
section.top-3blocks .row .content-wrapper .right ul li a span {
  float: right;
  color: #fff;
}

section.badges {
  padding: 60px 0;
  text-align: center;
}
section.badges h2 {
  font-family: "montheavy", serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 41px;
  color: #201637;
}
.view.view-checks.view-id-checks.view-display-id-block, section.badges .row:nth-child(3) {
  padding: 30px 0;
}
.view.view-checks.view-id-checks.view-display-id-block .block-wrapper, section.badges .row:nth-child(3) .block-wrapper {
  background: #f8f8f9;
  padding: 40px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 250px;
}
.view.view-checks.view-id-checks.view-display-id-block .block-wrapper img, section.badges .row:nth-child(3) .block-wrapper img {
  width: 53%;
  margin: 0 auto;

    min-height: 118px;
}
.view.view-checks.view-id-checks.view-display-id-block .block-wrapper h3, section.badges .row:nth-child(3) .block-wrapper h3 {
  font-family: "montheavy", serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #2a388f;
}
.view.view-checks.view-id-checks.view-display-id-block .block-wrapper.cta, section.badges .row:nth-child(3) .block-wrapper.cta {
  background-color: #e7ebf4;
}
.view.view-checks.view-id-checks.view-display-id-block .block-wrapper.cta h3, section.badges .row:nth-child(3) .block-wrapper.cta h3 {
  color: #201637;
  margin-bottom: 10px;
  margin-top: 0;
}
.view.view-checks.view-id-checks.view-display-id-block .block-wrapper.cta a, section.badges .row:nth-child(3) .block-wrapper.cta a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "montheavy", serif;
  line-height: 1.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #f06037;
  color: #fff;
  border: 0;
  margin-top: 10px;
  border-left: 7px solid #a20a35;
  padding: 6px 22px;
}
section.badges .row:nth-child(3) {
  padding-top: 0;
}

section.left-cta-block {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  section.left-cta-block .content {
    padding-left: 60px;
  }
}
section.left-cta-block .content h2 {
  font-family: "montheavy", serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 41px;
  color: #201637;
  text-align: left;
}
section.left-cta-block .content p {
  font-family: "Open Sans", sans-serif;
}
section.left-cta-block .content a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "montheavy", serif;
  line-height: 1.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #f06037;
  color: #fff;
  border: 0;
  margin-top: 10px;
  border-left: 7px solid #a20a35;
  padding: 6px 22px;
  margin-top: 30px;
}
@media screen and (max-width: 540px) {
  section.left-cta-block .content a {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  section.left-cta-block img {
    width: 100%;
  }
}

section.reviews {
  padding: 30px 0 50px;
  background: #f8f8f9;
}
@media screen and (max-width: 768px) {
  section.reviews {
    padding: 0 0 50px;
  }
}
section.reviews h2 {
  font-family: "montheavy", serif;
  font-size: 3rem;
  font-weight: 700;
  color: #201637;
  text-align: center;
  line-height: 3em;
}
section.reviews .owl-carousel {
  position: relative;
  quotes: """ """ "'" "'";
}
section.reviews .owl-carousel:before {
  color: #ccc;
  content: open-quote;
  font-size: 6em;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-146%, -1%);
}
section.reviews .owl-carousel .owl-item {
  padding-top: 30px;
}
section.reviews .owl-carousel .owl-item > div > p {
  font-style: italic;
}
section.reviews .owl-carousel .owl-item > div > span {
  margin-top: 13px;
  display: inline-block;
}
section.reviews .owl-carousel .owl-nav {
  display: none;
}
section.reviews .owl-carousel .owl-dots {
  text-align: right;
}
section.reviews .owl-carousel .owl-theme .owl-dots .owl-dot span button.owl-dot.active span {
  background: #f06037;
}
section.reviews .owl-carousel .owl-theme .owl-dots .owl-dot span:hover {
  background: #f06037;
}
section.reviews .owl-theme .owl-dots .owl-dot span {
  width: 50px;
  height: 5px;
  border-radius: 0;
}
section.reviews .owl-theme .owl-dots .owl-dot.active span, section.reviews .owl-theme .owl-dots .owl-dot:hover span {
  background: #f06037;
}

section.banner-qtns {
  padding: 20px 0 10px;
  background: #2a388f;
}
section.banner-qtns h2 {
  font-family: "montheavy", serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 6.5rem;
  margin: 0;
}
@media screen and (max-width: 992px) {
  section.banner-qtns h2 {
    line-height: 3rem;
  }
}
section.banner-qtns a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "montheavy", serif;
  line-height: 1.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #2a388f;
  color: #fff;
  border: 0;
  padding: 6px 22px;
  margin-top: 30px;
  border: 2px solid #fff;
}
@media screen and (max-width: 992px) {
  section.banner-qtns a {
    display: block;
    margin-bottom: 20px;
  }
}

.node-type-checks section.left-cta-block {
  padding: 60px;
}
@media screen and (max-width: 540px) {
  .node-type-checks section.left-cta-block {
    padding: 40px 20px;
  }
}
.node-type-checks section.left-cta-block img {
  width: 100%;
  margin-bottom: 20px;
}

section.how-it-works form#country-search {
  position: relative;
  margin: 30px 0;
  width: 70%;
}
@media screen and (max-width: 540px) {
  body.policeCheck.international section.how-it-works form#country-search {
    width: 100%;
  }
}
section.how-it-works form#country-search input[type="text"] {
  height: 37px;
  width: 100%;
  padding: 12px 12px 12px 50px;
  background-color: #faeec8;
  color: #201637;
  font-family: "Open Sans", sans-serif;
  font-size: .8rem;
  appearance: none;
  -webkit-appearance: none;
  border: 0;
}
section.how-it-works form#country-search input[type="text"]:focus {
  outline: none;
}
section.how-it-works form#country-search button[type="submit"] {
  height: 34px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  top: 3px;
  left: 10px;
  border: none;
}

section.how-it-works .badges .row.costing-table table thead tr > th {
  text-align: center;
  height: 40px;
}
section.how-it-works .badges .row.costing-table table thead tr > th .img-box {
  display: block;
  width: 100%;
  margin: 0 auto;
}
section.how-it-works .badges .row.costing-table table thead tr > th .img-box img {
  width: 46%;
}
section.how-it-works .badges .row.costing-table table thead tr > th h4 {
  font-family: "montheavy", serif;
  font-size: 1.2rem;
  font-margin-bottom: 2px;
}
section.how-it-works .badges .row.costing-table table thead tr > th p {
  font-weight: 300;
}
section.how-it-works .badges .row.costing-table table thead tr > th p strong {
  font-weight: 700;
}
section.how-it-works .badges .row.costing-table table thead tr > th:not(:nth-child(1)) {
  width: 21.5%;
  background-color: #fff;
  min-height: 80px;
  height: 80px;
}
section.how-it-works .badges .row.costing-table table tbody tr {
  background-color: #f2f1f3;
  margin-bottom: 10px;
  border-bottom: 3px solid #fff;
}
section.how-it-works .badges .row.costing-table table tbody tr.pricing td {
  height: 60px;
  background-color: #fff;
}
section.how-it-works .badges .row.costing-table table tbody tr.pricing td a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "montheavy", serif;
  line-height: 1.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #f06037;
  color: #fff;
  border: 0;
  padding: 6px 22px;
  border-left: 7px solid #a20a35;
}
section.how-it-works .badges .row.costing-table table tbody tr.pricing td:first-child {
  visibility: hidden;
}
section.how-it-works .badges .row.costing-table table tbody tr > td {
  border-top: none !important;
  padding: 15px 0;
}
section.how-it-works .badges .row.costing-table table tbody tr > td:first-child {
  background: #cfcfd6;
  border-bottom: #f8f8f9;
}
section.how-it-works .badges .row.costing-table table tbody tr > td:not(:nth-child(1)) {
  text-align: center;
  padding: 0;
  vertical-align: middle;
}
section.how-it-works .badges .row.costing-table table tbody tr > td p {
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 10px;
  color: #201637;
  font-size: .9rem;
}
section.how-it-works .badges .row.costing-table table tbody tr > td span.glyphicon-ok {
  color: #201637;
}
section.how-it-works .badges .row.costing-table table tbody tr > td span.glyphicon-remove {
  opacity: 0.3;
}

/* --------
Navigation with Search
---------------- */
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 1;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  z-index: 99999;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  left: 12%;
  color: #fff;
  background: transparent;
  font-size: 60px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  margin-right: 200px;
  margin-left: 200px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  padding-bottom: 15px;
  border-bottom: 2px dotted #f06037;
}
@media screen and (max-width: 540px) {
  #search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 8%;
    color: #fff;
    background: transparent;
    font-size: 32px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -76px;
    margin-right: 0;
    margin-left: 0px;
    padding-left: 0;
    padding-right: 0;
    outline: none;
    padding-bottom: 15px;
    border-bottom: 2px dotted #f06037;
  }
}

input::placeholder {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

#search .btn {
  position: absolute;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "montheavy", serif;
  line-height: 1.6em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  background-color: #f06037;
  color: #fff;
  border: 0;
  padding: 15px 40px;
  top: 0%;
  left: 0%;
  top: 50%;
  left: 50%;
  border-radius: 0;
  transform: translate(-55%, 123%);
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #f06037;
  border-color: transparent;
  opacity: 1;
  padding: 10px 17px;
  font-size: 16px;
}

/* ==========================================================================
Additional Inclusions
========================================================================== */
/*  OWL CAROUSEL  */
/* ==========================================================================
Media Queries
========================================================================== */
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  section.hero .container-fluid .row .col-sm-6 .content {
    padding: 60px;
  }
  section.hero .container-fluid .row .col-sm-6 .content p {
    padding-right: 0;
  }

  section.hero .container-fluid .row .col-sm-6 .content h1 {
    margin-bottom: 10px;
  }

  section.hero .container-fluid .row .col-sm-6 .content a {
    margin-top: 0;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  html, body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
  }

  .navbar-default .navbar-nav > li {
    margin-right: 0;
  }

  .navbar-default .navbar-nav > li > a {
    width: 100%;
    text-align: left;
    padding-left: 20px;
    display: block;
  }
  .navbar-default .navbar-nav > li > a:hover {
    background-color: #f06037;
    color: #fff;
  }

  .navbar-default .navbar-toggle {
    background-color: #201637;
  }
  .navbar-default .navbar-toggle:hover {
    background-color: #f06037;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-toggle {
    margin-top: 0;
  }

  body.studentLanding section.hero .container-fluid .row .col-sm-6:first-child {
    height: 200px !important;
    background: url("../img/topimg.jpeg") center center no-repeat;
    background-size: cover;
  }
  body.studentLanding section.hero .container-fluid .row .col-sm-6:last-child a {
    display: block;
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
  }

  body.studentLanding section.cta .content a {
    margin-left: 0;
  }

  section.hero .container-fluid .row .col-sm-6 .content {
    text-align: center;
  }

  section.features .col-sm-4 {
    margin-bottom: 50px;
  }
  section.features .col-sm-4:last-child {
    margin-bottom: 0;
  }

  section.how-it-works .row:nth-child(1) .content-wrapper {
    flex-direction: column;
  }
  section.how-it-works .row:nth-child(1) .content-wrapper > div {
    flex: 0 1 100%;
  }
  section.how-it-works .row:nth-child(1) .content-wrapper .left-block h2 {
    width: 100%;
    text-align: center;
  }

  section.cta {
    background-image: none;
    padding-top: 50px;
  }
  section.cta * {
    text-align: center;
  }
  section.cta h2 {
    font-size: 2.3125rem;
    text-align: center;
  }

  section.how-it-works {
    padding: 19px 0 19px 0px;
  }
  section.how-it-works .row:nth-child(2) {
    margin-top: 20px;
  }
  section.how-it-works .row:nth-child(2) .content-wrapper {
    flex-direction: column;
  }
  section.how-it-works .row:nth-child(2) .content-wrapper > div {
    flex: 0 1 100%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 540px) {
  section.how-it-works .row:nth-child(2) .content-wrapper > div {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  section.how-it-works .row:nth-child(2) .content-wrapper .right-block {
    padding: 0;
  }

  footer .row ul.left-menu {
    text-align: center;
  }

  footer .row:nth-child(2) ul.icons {
    text-align: center;
    margin-top: 30px;
  }

  footer .row:nth-child(3) p {
    text-align: center;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 540px) {
  p {
    text-align: center;
  }
}
/* Custom, iPhone Retina */

/*# sourceMappingURL=styles.css.map */


@media screen and (max-width: 767px) {
    header .top-menu .navbar-toggle {
        background: #fff;
        float: left;
        margin: 10px 10px 9px 10px;
        border: none;
        border-radius: 0;
    }
    header .top-menu ul.menu {
        position: relative;
        left: 0;
        z-index: 1000;
        background: #201637;
        height: initial;
        transition: height 0.2s ease-in-out;
        border-left: 5px solid #f06037;
    }
    header .top-menu ul.menu > li {
        display: block;
        float: left;
        width: 100%;
        background: #201637;
        text-align: center;
    }

    header .top-menu ul.menu li a {
        display: block;
        width: 100%;
    }

    header .top-menu .navbar-toggle .icon-bar {
        background: #201637;
    }

header .top-menu .navbar-collapse {
    padding: 0;
    position: absolute;
    top: 50px;
    width: 140px;
}

    .top-menu .col-xs-6 {
        padding: 0;
    }
}
span.hidden-hover p {
    font-size: 13px;
}

@media screen and (max-width: 768px) {
  header .top-menu .left ul.dropdown-content {
    right: 0;
  }
  header .top-menu .left ul.dropdown-content .square {
	    right: 21px;
	    left: initial;
	}
}
@media screen and (max-width: 768px) {
  header .top-menu .left ul.dropdown-content1 {
    right: 0;
  }
  header .top-menu .left ul.dropdown-content1 .square {
	    right: 21px;
	    left: initial;
	}
}
a.cotnact-btn-header {
    color: #fff;
    display: inline-block;
    font-size: .8rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    height: auto;
    width: auto;
}
.navbar-default .navbar-toggle {
    border-radius: 0;
    border: none;
}

@media screen and (max-width: 1199px) {
    .view.view-checks.view-id-checks.view-display-id-block .block-wrapper {
        margin-bottom: 20px;
    }

    .view.view-checks.view-id-checks.view-display-id-block .row {
        margin-bottom: 0;
    }
}
.left.contact-btn:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #d1d7ea;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 7.5px);
    transform: rotate(45deg);
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    opacity: 0;
}
.left.contact-btn:hover:before {
    opacity: 1;
}
.left.login-btn:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #d1d7ea;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 7.5px);
    transform: rotate(45deg);
    transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    opacity: 0;
}
.left.login-btn:hover:before {
    opacity: 1;
}

.left.login-btn {
    position: relative;
}