/* ==========================================================================
   SUG Screen Master CSS
   ========================================================================== */
/* Import Compass Mixins */
/* line 17, ../../../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* Import SUG Variables & Mixins */
/* ==========================================================================
   SUG Variables
   ========================================================================== */
/*
|   Set the primary variables in the theme, this should be
|	edited for each new client and will change the look and feel.
*/
/* ==========================================================================
   Background Images
   ========================================================================== */
/* ==========================================================================
   Colours
   ========================================================================== */
/* Set the Primary Colour (highlight colour for text, backgrounds etc) */
/* Set the Secondary Colour (body text colour e.g P text etc) */
/* Set the Tertiary Colour */
/* Header top background colour */
/* Header top text colour */
/* Header middle background colour */
/* Inner bar background colour */
/* Inner bar text colour */
/* Content background colour */
/* Footer top background colour */
/* Footer top text colour */
/* Footer middle background colour */
/* Footer middle box background color */
/* Footer middle link colour - e.g. read more and sublime tweets icons */
/* Bottom bar background colour */
/* ==========================================================================
   Fonts
   ========================================================================== */
/* line 63, ../sass/variables.scss */
.social-icons li a, .header-contact .tel a, body a {
  color: #252528;
}
/* line 65, ../sass/variables.scss */
.social-icons li a:hover, .header-contact .tel a:hover, body a:hover {
  color: #f94bd5;
}

/* line 70, ../sass/variables.scss */
body p,
article .cms-content li, .gform_description,
.form-bottom-text p {
  margin: 15px 0 20px;
  font-size: 1.7em;
  color: #6f6f6f;
  line-height: 1.4em;
  font-family: "proxima-nova", sans-serif;
}

/* line 78, ../sass/variables.scss */
body h1 {
  margin: 0 0 10px;
  font-weight: 600;
  font-size: 6.4em;
  color: black;
  text-transform: none;
  line-height: 0.8em;
}

/* line 87, ../sass/variables.scss */
body h2, .gform_heading h3 {
  margin: 0 0 10px;
  font-weight: 200;
  font-size: 4.3em;
  color: black;
  font-family: "proxima-nova", sans-serif;
  text-transform: none;
}

/* line 96, ../sass/variables.scss */
body h3 {
  margin: 8px 0;
  font-weight: 400;
  font-size: 1.9em;
  color: black;
  text-transform: uppercase;
}

/* line 104, ../sass/variables.scss */
body h4, .widget-contact-box p {
  margin: 8px 0;
  font-weight: 400;
  font-size: 1.5em;
  text-transform: uppercase;
  color: #535353;
  font-family: "proxima-nova", sans-serif;
}

/* line 113, ../sass/variables.scss */
.blog-slider p.post-title a {
  font-weight: 400;
  font-size: 0.8em;
  text-transform: uppercase;
  line-height: 0.9em;
  color: #535353;
}

/* ==========================================================================
   Nav
   ========================================================================== */
/* line 129, ../sass/variables.scss */
.main-nav li a {
  color: white;
  font-size: 1.7em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 30px;
}

/* line 138, ../sass/variables.scss */
.main-nav li ul {
  width: 200px;
  background: rgba(255, 255, 255, 0.85);
  -moz-border-radius-bottomleft: 12px;
  -webkit-border-bottom-left-radius: 12px;
  border-bottom-left-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* line 157, ../sass/variables.scss */
ul.sub-menu li.current-menu-item > a {
  color: white;
}
/* line 161, ../sass/variables.scss */
ul.sub-menu li a {
  color: black;
}
/* line 162, ../sass/variables.scss */
ul.sub-menu li a:last-child {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-radius-bottomleft: 12px;
  -webkit-border-bottom-left-radius: 12px;
  border-bottom-left-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
/* line 168, ../sass/variables.scss */
ul.sub-menu li a:hover {
  color: #2aa9f9;
}

/* line 176, ../sass/variables.scss */
.main-nav li a:hover {
  color: white;
  background-color: #3ca9e0;
  border-radius: 30px;
}

/* ==========================================================================
   Form
   ========================================================================== */
/* Form background colour */
/* Form text colour */
/* ==========================================================================
   Blog
   ========================================================================== */
/* Mouse over blog thumbnail read more background colour */
/* ==========================================================================
   CMS List Style
   ========================================================================== */
/* line 199, ../sass/variables.scss */
article .cms-content li:before {
  content: "\f05d";
  color: #f94bd5;
  font-size: 1.2em;
  font-family: FontAwesome;
}

/* line 206, ../sass/variables.scss */
ul li {
  font-family: "proxima-nova", sans-serif;
}

/* ==========================================================================
   Mixins
   ========================================================================== */
/* ==========================================================================
   Img hover
   ========================================================================== */
/* ==========================================================================
   Buttons
   ========================================================================== */
/* line 251, ../sass/variables.scss */
.btn-first-priority, .btn-second-priority, .inner-banner a, .btn-third-priority, input[type=submit],
input[type=image], input[type="submit"] {
  font-family: "proxima-nova", sans-serif;
  box-shadow: none;
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  padding: 17px 12px;
  font-weight: 800;
  font-size: 1.9em;
  line-height: 1em !important;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -moz-border-radius-bottomleft: 12px;
  -webkit-border-bottom-left-radius: 12px;
  border-bottom-left-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-right-radius: 12px;
  border-bottom-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -webkit-border-top-left-radius: 12px;
  border-top-left-radius: 12px;
  -moz-border-radius-topright: 12px;
  -webkit-border-top-right-radius: 12px;
  border-top-right-radius: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 270, ../sass/variables.scss */
.btn-first-priority:hover, .btn-second-priority:hover, .inner-banner a:hover, .btn-third-priority:hover, input[type=submit]:hover,
input[type=image]:hover, input[type="submit"]:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 273, ../sass/variables.scss */
.btn-first-priority:after, .btn-second-priority:after, .inner-banner a:after, .btn-third-priority:after, input[type=submit]:after,
input[type=image]:after, input[type="submit"]:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* line 282, ../sass/variables.scss */
.btn-first-priority {
  /* Normal, low profile button */
  color: white;
  background: #F84BD5;
}
/* line 287, ../sass/variables.scss */
.btn-first-priority:hover {
  color: white;
  background-color: #fa7ce0;
}

/* line 293, ../sass/variables.scss */
.btn-second-priority, .inner-banner a {
  /* Important, call to action button */
  color: white;
  background: #f94bd5;
}
/* line 298, ../sass/variables.scss */
.btn-second-priority:hover, .inner-banner a:hover {
  color: white;
  background-color: #fb7ce1;
}

/* line 304, ../sass/variables.scss */
.btn-third-priority, input[type=submit],
input[type=image], input[type="submit"] {
  /* Very important, form submit button */
  color: white;
  background: #f94bd5;
  -webkit-appearance: none;
  -moz-border-radius-bottomleft: 30px;
  -webkit-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  -webkit-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -webkit-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-border-radius-topright: 30px;
  -webkit-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
}
/* line 314, ../sass/variables.scss */
.btn-third-priority:hover, input[type=submit]:hover,
input[type=image]:hover, input[type="submit"]:hover {
  color: white;
  background-color: #fa64db;
}

/* Import SUG Theme Layout */
/* ==========================================================================
   SUG Base Theme Styles
   ========================================================================== */
/* line 17, ../../../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../usr/lib/ruby/gems/1.8/gems/compass-0.12.3/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 7, ../sass/base.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 12, ../sass/base.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
|  Micro clear fix for modern browsers.
|  to use just do @extend %clearfix on the first line
|  within a class, that's all we need to make it work.
*/
/* line 22, ../sass/base.scss */
.clearfix, .gform_wrapper {
  *zoom: 1;
}
/* line 25, ../sass/base.scss */
.clearfix:before, .gform_wrapper:before, .clearfix:after, .gform_wrapper:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 32, ../sass/base.scss */
.clearfix:after, .gform_wrapper:after {
  clear: both;
}

/* line 41, ../sass/base.scss */
body, input, textarea, select, button {
  font-family: "proxima-nova", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* line 51, ../sass/base.scss */
.inner-banner {
  background-image: url("/wp-content/uploads/2014/09/banner-8.jpg");
}

/* line 55, ../sass/base.scss */
.inner {
  background-color: white;
}

/* line 70, ../sass/base.scss */
.cta-link,
.recent-post .post-title,
.header-contact .tel,
#blog-sidebar li.widget_archive li,
.testimonial-info strong,
.cms-content h4,
.inner-page .testimonial a,
.consultation-landing-page .features .wysiwyg-content h3,
.contact-page .wysiwyg-content h3,
.team-page .team-info h4,
.team-page .team-info strong,
.success-page .row2 p {
  font-family: "proxima-nova", sans-serif;
}

/* line 74, ../sass/base.scss */
a:hover img {
  opacity: 0.8;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
/* ==========================================================================
   Layerslider fixes
   ========================================================================== */
/* line 98, ../sass/base.scss */
.ls-container a {
  background-color: transparent !important;
}

/* line 102, ../sass/base.scss */
.ls-container img {
  width: auto !important;
  height: auto !important;
}

@media (max-width: 768px) {
  /* line 109, ../sass/base.scss */
  .ls-container,
  .ls-wp-fullwidth-container {
    display: none !important;
  }
}
/* ==========================================================================
   Alignment
   ========================================================================== */
/* line 118, ../sass/base.scss */
article img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

/* line 123, ../sass/base.scss */
article img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

/* line 128, ../sass/base.scss */
article img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 134, ../sass/base.scss */
.alignright {
  float: right;
}

/* line 138, ../sass/base.scss */
.alignleft {
  float: left;
}

/* line 142, ../sass/base.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*
 * Padding
 */
/* line 153, ../sass/base.scss */
.default-padding-tb .inner {
  padding: 35px 0;
}

/*
 * A better looking default horizontal rule
 */
/* line 162, ../sass/base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
/* line 180, ../sass/base.scss */
audio,
canvas,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 188, ../sass/base.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 198, ../sass/base.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
/* line 206, ../sass/base.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 1em;
  font-size: 1.5em;
}

/* line 214, ../sass/base.scss */
#menufication-outer-wrap.light li, #menufication-non-css3-outer-wrap.light li {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #E8E7E7;
}

/* ==========================================================================
   Responsive Grid
   ========================================================================== */
/* line 223, ../sass/base.scss */
#menufication-page-holder.at4-hide {
  display: block !important;
  opacity: 1.0 !important;
  /* Responsive Bug Fix */
}

/* line 230, ../sass/base.scss */
#menufication-outer-wrap.light #wrapper li, #menufication-non-css3-outer-wrap.light #wrapper li,
#menufication-outer-wrap.light #wpadminbar li, #menufication-non-css3-outer-wrap.light #wpadminbar li {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

/* line 235, ../sass/base.scss */
#menufication-inner-wrap {
  z-index: inherit !important;
}

/* line 239, ../sass/base.scss */
#menufication-top #menufication-header-logo, #menufication-non-css3-top #menufication-non-css3-header-logo {
  margin-top: 10px;
  max-height: 32px !important;
}

/* line 244, ../sass/base.scss */
.inner {
  margin: 0 auto;
}

/* line 248, ../sass/base.scss */
header .row {
  padding-bottom: 0 !important;
}

/* line 252, ../sass/base.scss */
.col {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/* line 258, ../sass/base.scss */
.row .col:first-child {
  margin-left: 0;
}

/* line 262, ../sass/base.scss */
.col img {
  width: 100%;
  height: auto;
}

@media all and (max-width: 768px) {
  /* line 268, ../sass/base.scss */
  .col {
    float: none;
    width: 100% !important;
    margin-left: 0 !important;
  }
}
/* ==========================================================================
   General Styles
   ========================================================================== */
/* 
 *  Body
 */
/* line 283, ../sass/base.scss */
body {
  font-size: 10px;
  overflow-x: hidden;
  background-position: 50% 0;
}

/* line 289, ../sass/base.scss */
em {
  font-style: italic;
}

@media (max-width: 1050px) {
  /* line 294, ../sass/base.scss */
  body {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  /* line 300, ../sass/base.scss */
  body {
    font-size: 9.5px;
  }
}
@media (max-width: 480px) {
  /* line 306, ../sass/base.scss */
  body {
    font-size: 9px;
  }
}
/*
  @media (max-width: 320px) {
    body { font-size: 8px; }
  }
*/
/* ==========================================================================
   XPERT inner-banner
   ========================================================================== */
/* line 321, ../sass/base.scss */
#xpert-home .inner-banner {
  padding: 90px 0px 30px 0px;
}

/* ==========================================================================
   SUG Structure Styles
   ========================================================================== */
/*
|   Used to set the structural elements of the website,
|   like the grids, nav styling and page containers.
*/
/* ==========================================================================
   Header Top & Logo
   ========================================================================== */
/* line 14, ../sass/structure.scss */
.header-top {
  background: #3f97c3;
  padding: 6px 0;
}

/* line 19, ../sass/structure.scss */
.header-top .inner {
  background-color: transparent;
}

/* line 23, ../sass/structure.scss */
h1#logo {
  margin: 0;
}

/* line 27, ../sass/structure.scss */
#logo a {
  display: block;
}

@media (max-width: 768px) {
  /* line 32, ../sass/structure.scss */
  header img {
    float: none !important;
  }

  /* line 35, ../sass/structure.scss */
  .type-logo {
    display: none;
  }

  /* line 38, ../sass/structure.scss */
  header #logo a {
    text-align: center;
  }
}
/* ==========================================================================
   Header Middle
   ========================================================================== */
/* line 48, ../sass/structure.scss */
.header-middle {
  background: transparent;
}
/* line 49, ../sass/structure.scss */
.header-middle .inner {
  background: transparent;
}

/* ==========================================================================
   XPERT Header Top & Logo
   ========================================================================== */
/* line 60, ../sass/structure.scss */
.header-middle {
  background-color: transparent;
  position: absolute;
  z-index: 10000;
  width: 100%;
  top: 75px;
}

/* ==========================================================================
   Header Nav
   ========================================================================== */
/* line 72, ../sass/structure.scss */
.nav ul, .main-nav {
  list-style: none;
}

/* line 76, ../sass/structure.scss */
.main-nav li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

/* line 84, ../sass/structure.scss */
.main-nav li:last-child {
  margin-right: 0;
}

/* line 92, ../sass/structure.scss */
.main-nav li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 106, ../sass/structure.scss */
.main-nav li ul {
  float: left;
  margin: 0;
  padding: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 35px;
  visibility: hidden;
  z-index: 1000;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 122, ../sass/structure.scss */
.main-nav li:hover ul {
  opacity: 1;
  top: 44px;
  visibility: visible;
}

/* line 128, ../sass/structure.scss */
.main-nav li ul li {
  float: none;
  display: block;
  margin-right: 0;
  width: 100%;
}

@media (max-width: 768px) {
  /* line 136, ../sass/structure.scss */
  .header-middle {
    display: none;
  }
}
/* ==========================================================================
   Footer Styling
   ========================================================================== */
/* line 145, ../sass/structure.scss */
.row.last .inner {
  /* Pad last row before footer */
}

/* line 150, ../sass/structure.scss */
.footer-top {
  text-align: center;
  background: #090e14;
}

/* line 155, ../sass/structure.scss */
.footer-top a {
  line-height: 1.75em;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  font-size: 2.1em;
  font-weight: 700;
}

/* line 164, ../sass/structure.scss */
.footer-top a.btn {
  position: relative;
  margin-top: -3px;
}

/* line 168, ../sass/structure.scss */
.footer-middle {
  background: #252525;
}

/* line 173, ../sass/structure.scss */
.footer-middle .newsletter-form,
.footer-middle #sbttr-user-timeline-0 {
  background: #090e14 !important;
}

/* line 178, ../sass/structure.scss */
.footer-middle .sbttr-user-timeline,
.footer-middle #sbttr-user-timeline-0 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 !important;
  max-width: none;
  width: 100%;
  padding: 5% !important;
}

@media (max-width: 768px) {
  /* line 190, ../sass/structure.scss */
  .footer-middle .sbttr-user-timeline,
  .footer-middle #sbttr-user-timeline-0 {
    margin-bottom: 10px !important;
  }
}
/* line 195, ../sass/structure.scss */
.footer-middle .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 201, ../sass/structure.scss */
.footer-top .inner, .footer-middle .inner, .footer-bottom .inner {
  background: transparent;
}

/* line 206, ../sass/structure.scss */
.footer-top,
.footer-middle {
  padding: 25px 0;
}

/* line 210, ../sass/structure.scss */
.footer-middle h3 {
  color: #FFF;
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 218, ../sass/structure.scss */
.footer-middle .type-text p,
.footer-middle .type-text h3 {
  margin-top: 0;
}

/* line 223, ../sass/structure.scss */
.footer-middle p,
.footer-middle a {
  color: #FFF;
  text-decoration: none;
  margin-bottom: 0;
}

/* line 229, ../sass/structure.scss */
.footer-middle p.post-title {
  text-transform: uppercase;
}

/* line 234, ../sass/structure.scss */
.footer-middle a.read-more,
.widget-recent-posts a.read-more {
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

/* line 245, ../sass/structure.scss */
.footer-middle a.read-more,
.widget-recent-posts a.read-more,
.footer-middle #sbttr-user-timeline-0 .sbttr-user-timeline-action-reply,
.footer-middle #sbttr-user-timeline-0 .sbttr-user-timeline-action-rt,
.footer-middle #sbttr-user-timeline-0 .sbttr-user-timeline-action-favorite,
.footer-middle #sbttr-user-timeline-0 .sbttr-user-timeline-item-timestamp {
  color: white !important;
}

/* line 252, ../sass/structure.scss */
.footer-middle #sbttr-user-timeline-0 .sbttr-user-timeline-action-reply:hover,
.footer-middle #sbttr-user-timeline-0 .sbttr-user-timeline-action-rt:hover,
.footer-middle #sbttr-user-timeline-0 .sbttr-user-timeline-action-favorite:hover,
.footer-middle #sbttr-user-timeline-0 .sbttr-user-timeline-item-timestamp:hover {
  color: #FFF !important;
}

/* line 256, ../sass/structure.scss */
.footer-middle .recent-post img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 85px;
}

/* line 263, ../sass/structure.scss */
.footer-middle .recent-post .span8 {
  padding-left: 2%;
}

@media (max-width: 768px) {
  /* line 268, ../sass/structure.scss */
  .footer-middle .recent-post img {
    margin-bottom: 10px;
    width: 100%;
    max-height: none;
  }
}
/* line 275, ../sass/structure.scss */
.footer-middle li.row {
  margin-bottom: 15px;
}

/* line 279, ../sass/structure.scss */
.footer-middle hr {
  margin: 0.5em 0;
}

/* line 283, ../sass/structure.scss */
.bottom-bar {
  background-color: #090e14;
  padding: 20px 0;
}

/* line 288, ../sass/structure.scss */
.bottom-bar .inner {
  background-color: transparent;
}

/* line 292, ../sass/structure.scss */
.bottom-bar .row {
  margin-bottom: 0;
}

/* line 297, ../sass/structure.scss */
.bottom-bar .branded,
.bottom-bar .copyright {
  color: #FFF;
  font-size: 1.3em !important;
}

/* line 302, ../sass/structure.scss */
.bottom-bar .branded img {
  margin-right: 10px;
  display: inline-block;
  float: left;
  width: auto;
}

/* line 308, ../sass/structure.scss */
.bottom-bar .branded p {
  color: #FFF;
  float: left;
  padding: 0;
  font-size: 1em;
  margin: 10px 0;
}

/* line 313, ../sass/structure.scss */
.bottom-bar .branded p a {
  color: #FFF;
  text-decoration: none;
}

@media (max-width: 768px) {
  /* line 318, ../sass/structure.scss */
  .bottom-bar .branded span {
    display: block;
  }

  /* line 321, ../sass/structure.scss */
  .bottom-bar .branded span.div {
    display: none;
  }
}
/* ==========================================================================
   SUG Module Styles
   ========================================================================== */
/*
|   This section contains styling for the website modules,
|   widgets and anything similar. The focus should be to make
|   everything modular and reusable. Rather than "Sidebar Gravity Form"
|   instead we would use "Small Gravity Form".
*/
/* ==========================================================================
   Social Icons
   ========================================================================== */
/* line 16, ../sass/modules.scss */
.social-icons {
  list-style: none;
}

/* line 20, ../sass/modules.scss */
.social-icons li a {
  font-size: 3em;
  color: white;
}

/* line 26, ../sass/modules.scss */
.social-icons li a img {
  width: auto;
}

/* line 30, ../sass/modules.scss */
header .social-icons li {
  display: inline-block;
  margin-right: 8px;
  float: left;
}

@media (max-width: 768px) {
  /* line 37, ../sass/modules.scss */
  .text-and-services {
    background: none !important;
  }

  /* line 40, ../sass/modules.scss */
  header .social-icons {
    float: none !important;
    text-align: center;
    margin-top: 10px;
  }

  /* line 45, ../sass/modules.scss */
  header .social-icons li {
    float: none !important;
  }
}
/* ==========================================================================
   Header Contact
   ========================================================================== */
/* line 54, ../sass/modules.scss */
.header-contact {
  list-style: none;
}

/* line 58, ../sass/modules.scss */
.header-contact li {
  display: inline-block;
}

/* line 63, ../sass/modules.scss */
.header-contact .tel span,
.header-contact .tel a {
  position: relative;
  top: 2px;
  font-weight: 400;
  color: white;
}

/* line 70, ../sass/modules.scss */
.header-contact .tel a {
  text-decoration: none;
}

/* line 75, ../sass/modules.scss */
.header-contact .tel img {
  width: auto !important;
  height: 30px;
  margin-right: 10px;
}

/* line 81, ../sass/modules.scss */
.header-contact .tel span {
  margin-right: 10px;
  color: #abbd3d;
}

@media (max-width: 768px) {
  /* line 91, ../sass/modules.scss */
  .header-contact {
    float: none !important;
  }

  /* line 94, ../sass/modules.scss */
  .header-contact {
    text-align: center;
  }
}
/* ==========================================================================
   Inner Bar / Global CTA Links
   ========================================================================== */
/* line 103, ../sass/modules.scss */
.inner-bar {
  background: black;
  color: white;
  padding: 20px 0;
  font-weight: 700;
  font-size: 2em;
  text-transform: uppercase;
  text-align: center;
}

/* line 113, ../sass/modules.scss */
.inner-bar .inner {
  background: transparent;
  padding-bottom: 0 !important;
}

/* line 118, ../sass/modules.scss */
.inner-bar a {
  line-height: 1.75em;
  color: white;
  text-decoration: none;
  font-size: 1.1em;
  width: 100%;
}

/* line 126, ../sass/modules.scss */
.inner-bar a.btn {
  position: relative;
  margin-top: -3px;
}

@media (max-width: 768px) {
  /* line 132, ../sass/modules.scss */
  .inner-bar .col {
    margin-bottom: 5px;
  }

  /* line 135, ../sass/modules.scss */
  .inner-bar a {
    display: block;
    margin: 0 auto;
  }
}
/* line 141, ../sass/modules.scss */
.row3 .inner {
  padding-top: 10px;
}

/* line 145, ../sass/modules.scss */
.full-width {
  max-width: 100% !important;
}

/* ==========================================================================
   CTA Boxes / button
   ========================================================================== */
/* line 153, ../sass/modules.scss */
.cta-box {
  position: relative;
  background-size: 100%;
  min-height: 1em;
  display: table;
  overflow: hidden;
  text-align: center;
  width: 100%;
  background-color: #f0f0f0;
  text-decoration: none;
  color: #535353;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 154, ../sass/modules.scss */
.cta-box h3 {
  margin: 0 0 5px 0;
  font-weight: 900;
  line-height: 0.9em;
  font-size: 2.6em;
  text-transform: uppercase;
  color: #535353;
}
/* line 163, ../sass/modules.scss */
.cta-box:hover span {
  opacity: 1.0;
}
/* line 167, ../sass/modules.scss */
.cta-box span {
  display: table;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  background-size: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* line 196, ../sass/modules.scss */
.show-text-hover h3,
.show-text-hover p {
  display: none;
}

/* line 200, ../sass/modules.scss */
.cta-box div.valign {
  display: table-cell;
  vertical-align: middle;
}

/* line 206, ../sass/modules.scss */
.show-text-hover:hover h3,
.show-text-hover:hover p {
  display: block;
}

/* line 210, ../sass/modules.scss */
.cta-box .cta-text {
  font-size: 1.5em;
  margin: 0;
}

/* line 215, ../sass/modules.scss */
.cta-box .cta-link {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #535353;
  font-weight: 700;
}

/* line 222, ../sass/modules.scss */
.cta-button-wrap {
  text-align: center;
}

/* line 226, ../sass/modules.scss */
.content-box {
  padding: 2%;
}

/* ==========================================================================
   Home / Inner Banner
   ========================================================================== */
/* line 234, ../sass/modules.scss */
.inner-banner {
  padding: 8rem 0 !important;
  background-position: 50% 0%;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  background-size: cover !important;
}

@media (max-width: 768px) {
  /* line 244, ../sass/modules.scss */
  .inner-banner h1 {
    font-size: 5em !important;
  }

  /* line 247, ../sass/modules.scss */
  .inner-banner {
    padding: 25px 0;
  }
}
/* line 254, ../sass/modules.scss */
.home .inner-banner {
  text-align: left;
  padding: 135px 0 45px 0;
}
/* line 255, ../sass/modules.scss */
.home .inner-banner h2 {
  font-size: 3em;
  color: white;
}

/* line 264, ../sass/modules.scss */
.inner-banner .text-container {
  padding: 20px 0;
}

/* line 268, ../sass/modules.scss */
.home .inner-banner .text-container {
  padding: 0;
}

/* line 272, ../sass/modules.scss */
.inner-banner .inner {
  background: transparent;
  padding-bottom: 0 !important;
}

/* line 278, ../sass/modules.scss */
.home .inner-banner h1 {
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 283, ../sass/modules.scss */
.inner-banner h1 strong {
  font-weight: 800;
}

@media (max-width: 768px) {
  /* line 292, ../sass/modules.scss */
  .inner-banner,
  .inner-banner h1 {
    text-align: center !important;
  }
}
@media (min-width: 1350px) {
  /* line 298, ../sass/modules.scss */
  .inner-banner {
    background-size: 100%;
  }

  /* line 301, ../sass/modules.scss */
  .home .inner-banner {
    background-size: auto;
  }
}
/* line 306, ../sass/modules.scss */
.inner-banner a {
  display: inline-block;
  max-width: 395px;
  margin: 0 auto;
  font-size: 1.9em;
  text-decoration: none;
  padding: 15px 25px;
  margin: 0;
}

/* line 318, ../sass/modules.scss */
.banner-cta-box {
  background-repeat: no-repeat;
  background-position: 94% 16%;
  background-color: #bed441;
  padding: 5%;
  min-height: 340px;
  width: 80%;
  float: right;
  position: relative;
}
/* line 319, ../sass/modules.scss */
.banner-cta-box a {
  margin-top: 20px;
  float: left;
  width: 70%;
  padding: 19px 25px;
}
/* line 328, ../sass/modules.scss */
.banner-cta-box h2 {
  text-align: left;
  font-size: 4em;
}
/* line 332, ../sass/modules.scss */
.banner-cta-box h3 {
  text-align: left;
  font-weight: 200;
  font-family: "proxima-nova", sans-serif;
  color: white;
}
/* line 338, ../sass/modules.scss */
.banner-cta-box ul {
  padding-left: 32px;
  padding-top: 10px;
}
/* line 339, ../sass/modules.scss */
.banner-cta-box ul li {
  font-family: "proxima-nova", sans-serif;
  text-align: left;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.4em;
}
/* line 340, ../sass/modules.scss */
.banner-cta-box ul li:before {
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  content: "\f00c";
  color: white;
  font-size: 1.2em;
  left: 27px;
}

@media (max-width: 768px) {
  /* line 370, ../sass/modules.scss */
  .banner-cta-box {
    padding: 0;
    width: 100%;
  }
  /* line 371, ../sass/modules.scss */
  .banner-cta-box .row {
    padding: 26px;
  }

  /* line 377, ../sass/modules.scss */
  .blog-box {
    display: none;
  }

  /* line 381, ../sass/modules.scss */
  .text-and-services .inner {
    padding: 0;
    margin: 0;
  }
  /* line 382, ../sass/modules.scss */
  .text-and-services .inner .span6 {
    padding: 25px;
  }
}
/* ==========================================================================
   CMS Content
   ========================================================================== */
/* line 396, ../sass/modules.scss */
.inner-page .row3,
.inner-page #sidebar {
  margin-top: 20px;
}

/* line 425, ../sass/modules.scss */
article .cms-content li.widget {
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 429, ../sass/modules.scss */
article .cms-content ul {
  list-style: none;
}

/* line 433, ../sass/modules.scss */
article .cms-content li {
  position: relative;
  padding-left: 24px;
  margin: 0 0 20px;
}

/* line 439, ../sass/modules.scss */
article .cms-content li:before {
  font-family: FontAwesome;
  position: absolute;
  left: 0;
}

/* line 447, ../sass/modules.scss */
article .cms-content.wysiwyg-content,
article .cms-content.textarea-content {
  margin-bottom: 10px;
}

/* line 452, ../sass/modules.scss */
.home article .cms-content.wysiwyg-content,
.home article .cms-content.textarea-content {
  margin-bottom: 0;
}

/* ==========================================================================
   Testimonial Box (Inner Page)
   ========================================================================== */
/* line 460, ../sass/modules.scss */
.testimonial-box {
  background: #EDEDED;
  padding: 4%;
}

/* line 465, ../sass/modules.scss */
.testimonial-box i {
  color: #FFF;
}

/* line 469, ../sass/modules.scss */
.testimonial-box a {
  margin-bottom: 5px;
}

/* ==========================================================================
   Form
   ========================================================================== */
/* line 477, ../sass/modules.scss */
.cta-form {
  padding: 5%;
  background: #5b5058;
}

/* line 485, ../sass/modules.scss */
.cta-form .gform_wrapper h3.gform_title,
.gform_wrapper .gform_description,
.cta-form p,
.gform_wrapper label {
  color: white;
}

/* line 490, ../sass/modules.scss */
.form-content h3,
.form-content p {
  margin: 0;
}

/* line 494, ../sass/modules.scss */
.gform_wrapper img {
  width: auto !important;
}

/* line 502, ../sass/modules.scss */
.gform_wrapper ul {
  list-style: none;
}

/* line 506, ../sass/modules.scss */
.gform_heading {
  margin-bottom: 10px;
}

/* line 521, ../sass/modules.scss */
input,
select,
textarea {
  width: 100%;
  font-family: "proxima-nova";
  font-size: 1.5em;
  padding: 8px 7px;
  margin-bottom: 10px;
  border: 0;
  background: #FFF;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.17) inset;
  -moz-box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.17) inset;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.17) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 535, ../sass/modules.scss */
input[type=checkbox],
input[type=radio],
input[type=file] {
  width: auto;
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 541, ../sass/modules.scss */
select {
  padding: 9px 7px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 547, ../sass/modules.scss */
article .cms-content .gform_wrapper li {
  font-size: 1.5em;
  padding-left: 0;
}

/* line 548, ../sass/modules.scss */
article .cms-content .gform_wrapper li:before {
  display: none;
}

/* line 552, ../sass/modules.scss */
.gfield_error input,
.gfield_error select,
.gfield_error textarea {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #a94442;
}

/* line 559, ../sass/modules.scss */
.validation_message,
.validation_error {
  display: none;
}

/* line 568, ../sass/modules.scss */
.ginput_complex .ginput_left {
  width: 49%;
  float: left;
}

/* line 573, ../sass/modules.scss */
.ginput_complex .ginput_right {
  width: 49%;
  float: right;
}

/* line 579, ../sass/modules.scss */
.gform_validation_container,
.ginput_complex label {
  display: none;
}

/* ==========================================================================
   Widgets
   ========================================================================== */
/* line 587, ../sass/modules.scss */
.widgets_on_page ul {
  list-style: none;
}

/* ==========================================================================
   @contact-box | Widget: Contact Box
   ========================================================================== */
/* line 596, ../sass/modules.scss */
.widget-contact-box h2 {
  padding: 3%;
  margin-bottom: 0;
  background: #b4b4b4;
  color: #FFF;
  text-transform: uppercase;
}
/* line 602, ../sass/modules.scss */
.widget-contact-box .contact-box-content {
  padding: 3%;
  background: #5b5058;
}
/* line 606, ../sass/modules.scss */
.widget-contact-box a {
  margin: 5px 0 15px;
}
/* line 609, ../sass/modules.scss */
.widget-contact-box p {
  color: #FFF;
}
/* line 613, ../sass/modules.scss */
.widget-contact-box p a {
  display: block;
  text-decoration: none;
  font-family: "proxima-nova", sans-serif;
  color: white;
  font-size: 3em;
}

/* ==========================================================================
   @blog-slider | Widget: Blog Slider
   ========================================================================== */
/* line 624, ../sass/modules.scss */
article .row-blog-slider .inner {
  padding-bottom: 30px;
}

/* line 628, ../sass/modules.scss */
.blog-slider ul {
  padding: 0;
}

/* line 632, ../sass/modules.scss */
.blog-slider li {
  list-style: none;
}

/* line 636, ../sass/modules.scss */
.blog-slider p.post-title {
  min-height: 40px;
  margin-bottom: 0;
  margin-top: 0;
}

/* line 642, ../sass/modules.scss */
.blog-slider p.post-title a {
  text-decoration: none;
}

/* line 647, ../sass/modules.scss */
.blog-slider p.post-desc {
  margin-top: 0;
  font-size: 1em;
}

/* line 652, ../sass/modules.scss */
.blog-slider .post-thumb a {
  position: relative;
  display: block;
}

/* line 657, ../sass/modules.scss */
.blog-slider .post-thumb a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
  color: rgba(254, 254, 254, 0.9);
  font-size: 3.5em;
  background: rgba(0, 0, 0, 0.53);
}

/* line 670, ../sass/modules.scss */
.blog-slider .post-thumb a span i {
  padding: 20.5% 0 0;
  font-size: 1.5em;
}

/* line 675, ../sass/modules.scss */
.blog-slider .post-thumb a:hover span {
  display: block;
}

/* line 679, ../sass/modules.scss */
.blog-slider a.more {
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  background: #f0f0f0;
  font-size: 1.4em;
  font-weight: 700;
  color: #535353;
}

@media (max-width: 768px) {
  /* line 691, ../sass/modules.scss */
  .blog-slider {
    display: none;
  }
}
/*
 * Responsive Google Maps Fix
 */
/* line 700, ../sass/modules.scss */
.contact-page .small_map_container {
  height: 300px !important;
  margin-bottom: 0;
}

/*
 * Recent Posts Widget 
 */
/* line 709, ../sass/modules.scss */
.widget-recent-posts ul {
  margin: 0;
  padding: 0;
}

/* line 714, ../sass/modules.scss */
.widget-recent-posts li.recent-post {
  margin-top: 15px;
}

/* line 718, ../sass/modules.scss */
.widget-recent-posts li.recent-post a {
  text-decoration: none;
}

/* line 722, ../sass/modules.scss */
.widget-recent-posts li.recent-post .post-title {
  margin-top: 0;
  display: block;
  text-transform: uppercase;
}

/* line 728, ../sass/modules.scss */
.widget-recent-posts li.recent-post a.read-more {
  display: block;
}

/* line 732, ../sass/modules.scss */
.widget-recent-posts hr {
  display: block;
  background: #a3a3a3;
  height: 1px;
  border: 0 !important;
}

/* ==========================================================================
   Success Stories / Testimonials
   ========================================================================== */
/* line 746, ../sass/modules.scss */
.odd .success-story .testimonial-info,
.odd .success-story .testimonial-image,
.odd .team .team-info,
.odd .team .team-image {
  float: left;
}

/* line 753, ../sass/modules.scss */
.even .success-story .testimonial-info,
.even .success-story .testimonial-image,
.even .team .team-info,
.even .team .team-image {
  float: right;
}

/* ==========================================================================
   Tabs
   ========================================================================== */
/* line 761, ../sass/modules.scss */
.tab-titles {
  margin-top: 0 !important;
}

/* line 765, ../sass/modules.scss */
.tab-titles li a {
  display: block;
}

/* line 769, ../sass/modules.scss */
.tab-titles li a:hover {
  background: #25b5cf;
}

/* ==========================================================================
   Landing Page / Campaign
   ========================================================================== */
/* line 777, ../sass/modules.scss */
.single-campaign h1 {
  font-size: 3.5em;
}

/* line 781, ../sass/modules.scss */
.single-campaign h2 {
  text-align: center;
  margin: 20px 0;
}

/* line 786, ../sass/modules.scss */
.single-campaign .cta-form h3.gform_title {
  line-height: 1em;
  text-align: center;
}

/* line 791, ../sass/modules.scss */
.single-campaign .cta-form .gform_wrapper h3.gform_title span {
  font-weight: 900;
}

/* line 795, ../sass/modules.scss */
.single-campaign .cta-form .gform_description {
  text-align: center;
  display: block;
}

/* line 800, ../sass/modules.scss */
.single-campaign .cta-form .gform_description p {
  font-size: 1.1em;
  font-weight: 600;
}

/* line 805, ../sass/modules.scss */
.single-campaign .cta-form .gform_description img {
  width: auto !important;
  max-width: 60px;
  margin: 10px auto;
}

/* ==========================================================================
   Blog
   ========================================================================== */
/* line 815, ../sass/modules.scss */
#blog-sidebar {
  list-style: none;
}

/* line 819, ../sass/modules.scss */
#blog-sidebar h2 {
  background: #b4b4b4;
  padding: 10px 0;
  font-size: 2em;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}

/* line 830, ../sass/modules.scss */
#blog-sidebar p.post-title a,
#blog-sidebar li.widget_archive li a {
  text-decoration: none;
}

/* line 835, ../sass/modules.scss */
.archive .row2 .inner,
.single .row2 .inner {
  padding-top: 20px;
}

/* line 839, ../sass/modules.scss */
.post {
  margin-bottom: 20px;
}

/* line 843, ../sass/modules.scss */
.post-thumb span span {
  background: #25b5cf;
}

/* line 847, ../sass/modules.scss */
.post h2 {
  margin: 10px 0;
}

/* line 851, ../sass/modules.scss */
.post h2 a {
  text-decoration: none;
}

/* line 856, ../sass/modules.scss */
.post .post-meta a,
#respond a {
  text-decoration: none;
}

/* line 860, ../sass/modules.scss */
.post-date {
  display: block;
  text-align: right;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  /* line 867, ../sass/modules.scss */
  .post-date {
    float: left;
  }

  /* line 872, ../sass/modules.scss */
  .post-prev,
  .post-next,
  .post-category {
    float: right;
    margin: 5px 0 0 5px;
  }
}
/* line 880, ../sass/modules.scss */
.post a.post-prev,
.post a.post-next,
.post a.post-category {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 8px;
}

/* line 886, ../sass/modules.scss */
.post-thumb {
  position: relative;
  display: block;
}

/* line 891, ../sass/modules.scss */
.post-thumb span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.53);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* line 906, ../sass/modules.scss */
.fancybox-inner .post-thumb span {
  display: none;
}

/* line 910, ../sass/modules.scss */
.post-thumb:hover span {
  opacity: 1;
  visibility: visible;
}

/* line 915, ../sass/modules.scss */
.post-thumb span span {
  width: auto;
  height: auto;
  padding: 10px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -20px;
  background: transparent;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.4em;
}

/* line 930, ../sass/modules.scss */
.post-thumb span span {
  background: #f94bd5;
}

/* line 935, ../sass/modules.scss */
#respond textarea {
  height: 100px;
}
/* line 938, ../sass/modules.scss */
#respond input[type=submit] {
  font-size: 1.1em;
}

/* line 943, ../sass/modules.scss */
.post a.more {
  display: block;
  float: left;
  padding: 5px 10px;
  color: #FFF;
}

/* line 950, ../sass/modules.scss */
.post .addthis_toolbox {
  margin: 15px 0;
}

/* line 955, ../sass/modules.scss */
.type-post .addthis_toolbox a.at300b,
.type-post .addthis_toolbox a.addthis_counter {
  float: left;
  margin-right: 5px;
}

/* ==========================================================================
   Fancybox
   ========================================================================== */
/* line 973, ../sass/modules.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 981, ../sass/modules.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 988, ../sass/modules.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 998, ../sass/modules.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 1002, ../sass/modules.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 1008, ../sass/modules.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 1012, ../sass/modules.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 1016, ../sass/modules.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 1020, ../sass/modules.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 1028, ../sass/modules.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 1034, ../sass/modules.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 1039, ../sass/modules.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox/fancybox_sprite.png");
}

/* line 1043, ../sass/modules.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 1055, ../sass/modules.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

/* line 1061, ../sass/modules.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 1071, ../sass/modules.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

/* line 1084, ../sass/modules.scss */
.fancybox-prev {
  left: 0;
}

/* line 1088, ../sass/modules.scss */
.fancybox-next {
  right: 0;
}

/* line 1092, ../sass/modules.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 1103, ../sass/modules.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 1108, ../sass/modules.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 1113, ../sass/modules.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 1117, ../sass/modules.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 1129, ../sass/modules.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 1134, ../sass/modules.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 1138, ../sass/modules.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 1142, ../sass/modules.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../images/fancybox/fancybox_overlay.png);
}

/* line 1152, ../sass/modules.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 1158, ../sass/modules.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 1165, ../sass/modules.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 1173, ../sass/modules.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 1177, ../sass/modules.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 1186, ../sass/modules.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 1203, ../sass/modules.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 1209, ../sass/modules.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 1213, ../sass/modules.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/* ==========================================================================
   Tabbed interface
   ========================================================================== */
/* line 1227, ../sass/modules.scss */
.tabbed-sections {
  padding: 0 0 50px 0;
}
/* line 1228, ../sass/modules.scss */
.tabbed-sections img {
  max-width: 400px;
  margin-top: 3%;
}

/* line 1235, ../sass/modules.scss */
#tabwrap {
  overflow: hidden;
  width: 100%;
  min-height: 300px;
}
/* line 1237, ../sass/modules.scss */
#tabwrap #content p {
  margin: 0 0 20px 0;
}
/* line 1240, ../sass/modules.scss */
#tabwrap #content #home.first {
  display: block;
}
/* line 1243, ../sass/modules.scss */
#tabwrap #content .current {
  display: block;
}
/* line 1246, ../sass/modules.scss */
#tabwrap #content > div {
  clear: both;
  padding: 20px;
  line-height: 19px;
  color: #666;
  display: none;
}
/* line 1254, ../sass/modules.scss */
#tabwrap .span6 {
  width: 48.5%;
  margin-top: 5%;
}
/* line 1258, ../sass/modules.scss */
#tabwrap .span5 {
  margin-top: 5%;
}
/* line 1261, ../sass/modules.scss */
#tabwrap h2 {
  margin-top: 40px;
  text-align: center;
  line-height: 1em;
}

/* line 1272, ../sass/modules.scss */
#tabs {
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
  display: table;
}
/* line 1273, ../sass/modules.scss */
#tabs li + li + li + li + li {
  display: none;
}
/* line 1276, ../sass/modules.scss */
#tabs li {
  list-style: none;
  display: table-cell;
  border-right: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
}
/* line 1277, ../sass/modules.scss */
#tabs li.current a {
  background: #fff;
  color: #bed441;
  border-bottom: 3px solid #bed441;
}
/* line 1282, ../sass/modules.scss */
#tabs li:first-child a {
  border-right: 0;
}
/* line 1285, ../sass/modules.scss */
#tabs li:hover {
  background: #F1F1F1;
}
/* line 1288, ../sass/modules.scss */
#tabs li a {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  display: block;
  padding: 20px;
  color: black;
  width: auto;
  text-decoration: none;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  min-height: 21px;
  color: #4a4a4a;
}
/* line 1302, ../sass/modules.scss */
#tabs li:before {
  content: none;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 1319, ../sass/modules.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 1324, ../sass/modules.scss */
  #fancybox-loading div {
    background-image: url("../images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* ==========================================================================
   Homepage
   ========================================================================== */
/* line 1338, ../sass/modules.scss */
.inner-banner h1 {
  text-align: left;
  text-transform: uppercase;
}

/* line 1343, ../sass/modules.scss */
.text-and-services {
  padding: 40px 0 !important;
  background: #3f97c3;
  /* Old browsers */
  background: -moz-linear-gradient(left, #3f97c3 50%, #e5e5e5 50%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #3f97c3), color-stop(50%, #e5e5e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #3f97c3 50%, #e5e5e5 50%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #3f97c3 50%, #e5e5e5 50%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #3f97c3 50%, #e5e5e5 50%);
  /* IE10+ */
  background: linear-gradient(to right, #3f97c3 50%, #e5e5e5 50%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f97c3', endColorstr='#e5e5e5',GradientType=1 );
  /* IE6-9 */
}
/* line 1344, ../sass/modules.scss */
.text-and-services .wysiwyg {
  background-color: #3f97c3;
}
/* line 1345, ../sass/modules.scss */
.text-and-services .wysiwyg h2, .text-and-services .wysiwyg p {
  color: white;
}
/* line 1349, ../sass/modules.scss */
.text-and-services .wysiwyg ul li {
  font-size: 2.3em;
  color: white;
  font-weight: 700;
  font-style: italic;
  line-height: 1.7em;
}
/* line 1350, ../sass/modules.scss */
.text-and-services .wysiwyg ul li:before {
  font-family: FontAwesome;
  content: "\f05d";
  color: #ff0072;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 200;
  color: #1e668a;
  margin-right: 8px;
}
/* line 1371, ../sass/modules.scss */
.text-and-services .carousel-container .title-container h3 {
  margin-top: 8px;
  text-align: center;
  color: #bed441;
  font-weight: 400;
  font-family: sans-serif;
}

/* line 1391, ../sass/modules.scss */
.fancybox {
  box-shadow: none;
  background: transparent;
  float: left;
  padding: 0;
  max-width: none;
}

/* line 1398, ../sass/modules.scss */
.process {
  background-image: url("/wp-content/uploads/2014/06/our-process-placeholder.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 6% 0;
}
/* line 1399, ../sass/modules.scss */
.process .btn-second-priority {
  display: inline-block;
  margin-top: 1%;
  font-size: 1.4em;
  padding: 19px 20px;
}
/* line 1406, ../sass/modules.scss */
.process .span12 h2 {
  font-size: 5em;
  margin-top: 0%;
  margin-bottom: 40px;
}
/* line 1412, ../sass/modules.scss */
.process h2 {
  text-align: center;
  margin-top: 20px;
  color: white;
}
/* line 1417, ../sass/modules.scss */
.process .inner {
  background-color: transparent;
}

/* line 1425, ../sass/modules.scss */
.row4 {
  padding: 2% 0;
}

/* line 1429, ../sass/modules.scss */
.img-with-blog {
  background-color: #f3f3f3;
  padding-bottom: 2%;
}
/* line 1430, ../sass/modules.scss */
.img-with-blog .row {
  padding-bottom: 30px;
}
/* line 1433, ../sass/modules.scss */
.img-with-blog .image-box {
  text-decoration: none;
}
/* line 1434, ../sass/modules.scss */
.img-with-blog .image-box h3 {
  background: white;
  margin: 0;
  text-align: center;
  padding: 14px 0 2px 0;
  text-transform: uppercase;
}
/* line 1441, ../sass/modules.scss */
.img-with-blog .image-box p {
  padding: 4px 0 16px;
  margin: 0;
  text-align: center;
  background-color: white;
  color: #57b4e3;
}
/* line 1450, ../sass/modules.scss */
.img-with-blog .blog-box {
  background-color: white;
  padding: 18px 18px 12px 18px;
  min-height: 324px;
}
/* line 1455, ../sass/modules.scss */
.img-with-blog .span4 {
  width: 31.666667%;
}
/* line 1458, ../sass/modules.scss */
.img-with-blog h2 {
  text-align: center;
  color: white;
  margin: 40px 0;
  text-transform: uppercase;
  font-size: 4em;
}
/* line 1466, ../sass/modules.scss */
.img-with-blog .blog-slider h3.title, .img-with-blog .blog-slider p.subtitle {
  display: none;
}
/* line 1469, ../sass/modules.scss */
.img-with-blog .blog-slider p.post-desc {
  font-size: 1.5em;
}
/* line 1472, ../sass/modules.scss */
.img-with-blog .blog-slider p.post-title {
  margin-top: 9px;
  min-height: 32px;
}
/* line 1473, ../sass/modules.scss */
.img-with-blog .blog-slider p.post-title a {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.2em;
  color: #bed441;
}
/* line 1481, ../sass/modules.scss */
.img-with-blog .blog-slider ul {
  list-style: none;
}
/* line 1483, ../sass/modules.scss */
.img-with-blog .blog-slider ul li:before {
  content: none;
}
/* line 1491, ../sass/modules.scss */
.img-with-blog .inner {
  background-color: transparent;
}
/* line 1494, ../sass/modules.scss */
.img-with-blog .team-home {
  background-color: #9d9c9d;
  padding: 5%;
  text-align: center;
}
/* line 1495, ../sass/modules.scss */
.img-with-blog .team-home a {
  text-decoration: none;
}
/* line 1498, ../sass/modules.scss */
.img-with-blog .team-home h3 {
  margin: 0;
  color: white;
}
/* line 1502, ../sass/modules.scss */
.img-with-blog .team-home p {
  margin: 5px 0;
  color: white;
}

/* .column-builder {
    ul{
        li{
            &:before{
                @extend %li-before;
                color: $primarycolour;
                font-weight: 200;
                margin-right: 6px;
            }
            font-size: 2em;
            font-weight: bold;
        }
    }
}

*/
/* line 1534, ../sass/modules.scss */
.inner-banner h1 {
  color: white;
  font-size: 4em;
  text-align: center;
  color: #FFF;
  line-height: 1em;
  font-size: 6.5em;
  max-width: 700px;
  margin: 0 auto;
}
/* line 1545, ../sass/modules.scss */
.inner-banner span {
  color: white;
  text-align: center;
  margin: 0 auto;
  display: block;
  line-height: 0.9em;
  font-size: 0.4em;
  font-weight: 200;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
}

/* line 1558, ../sass/modules.scss */
.fw-cta-form {
  background-color: #0d8098;
}
/* line 1559, ../sass/modules.scss */
.fw-cta-form .ebook-test {
  font-style: italic;
  color: white;
  font-weight: 400;
}
/* line 1565, ../sass/modules.scss */
.fw-cta-form .ebook-client {
  font-style: normal;
  font-weight: 600;
  color: white;
  padding-left: 80px;
  margin-bottom: 0px;
}
/* line 1573, ../sass/modules.scss */
.fw-cta-form input {
  width: 40%;
  float: left;
}
/* line 1578, ../sass/modules.scss */
.fw-cta-form ul li:before {
  content: none important;
}

/* line 1585, ../sass/modules.scss */
.content-left-images-right {
  padding: 7% 0 7% 0% !important;
}
/* line 1592, ../sass/modules.scss */
.content-left-images-right .services ul li {
  display: inline-block;
  padding: 10px;
}
/* line 1598, ../sass/modules.scss */
.content-left-images-right .services .process-services-1 {
  width: 30%;
  z-index: 1;
}
/* line 1603, ../sass/modules.scss */
.content-left-images-right .services .process-services-2 {
  width: 30%;
  z-index: 1;
}
/* line 1608, ../sass/modules.scss */
.content-left-images-right .services .process-services-3 {
  width: 30%;
  z-index: 1;
}
/* line 1613, ../sass/modules.scss */
.content-left-images-right .services .hover-services {
  display: none;
  width: 30%;
  z-index: 10;
}
/* line 1621, ../sass/modules.scss */
.content-left-images-right .paragraph-reduced {
  width: 95%;
}

/* line 1629, ../sass/modules.scss */
.our_process_image {
  padding: 4% 0% 4% 0% !important;
  background-size: cover;
}
/* line 1631, ../sass/modules.scss */
.our_process_image .our-process {
  width: 60%;
}
/* line 1635, ../sass/modules.scss */
.our_process_image .span3 {
  text-align: center;
}
/* line 1639, ../sass/modules.scss */
.our_process_image .title-our-process {
  color: #bed441;
  font-size: 3em;
  padding-top: 10px;
}
/* line 1645, ../sass/modules.scss */
.our_process_image .paragraph-our-process {
  color: #6f6f6f;
  font-family: "proxima-nova", sans-serif;
}

/* line 1655, ../sass/modules.scss */
.weight-change {
  padding: 4% 0% 4% 0% !important;
  text-align: center;
}
/* line 1657, ../sass/modules.scss */
.weight-change .testimonial-change {
  font-style: italic;
  font-family: "proxima-nova", sans-serif;
  width: 90%;
  text-align: center;
  font-size: 1.4em;
}
/* line 1668, ../sass/modules.scss */
.weight-change .client-name {
  font-style: normal;
  font-weight: 600;
}
/* line 1673, ../sass/modules.scss */
.weight-change .content-weight {
  height: 218px;
  background-color: #65cf52;
  padding-top: 20px;
}
/* line 1679, ../sass/modules.scss */
.weight-change .col {
  margin-left: 0% !important;
}
/* line 1683, ../sass/modules.scss */
.weight-change h3 {
  margin: 0px !important;
}
/* line 1687, ../sass/modules.scss */
.weight-change h4 {
  color: white;
}
/* line 1691, ../sass/modules.scss */
.weight-change .weight-difference {
  padding-top: 2%;
}
/* line 1693, ../sass/modules.scss */
.weight-change .weight-difference img {
  max-height: 238px;
}
/* line 1701, ../sass/modules.scss */
.weight-change .client-change, .weight-change .gain-change, .weight-change .duration-change {
  text-transform: uppercase;
  color: white;
  font-size: 1.6em;
  font-weight: 500;
  font-family: "proxima-nova", sans-serif;
  display: inline-block;
}
/* line 1711, ../sass/modules.scss */
.weight-change .client-change {
  border-bottom: 1px solid white;
  padding-bottom: 8px;
  font-weight: 800;
}
/* line 1717, ../sass/modules.scss */
.weight-change .gain-change {
  padding-top: 1em;
  text-transform: none;
}
/* line 1722, ../sass/modules.scss */
.weight-change .reduced-weight {
  font-weight: 500;
}
/* line 1726, ../sass/modules.scss */
.weight-change .duration-change {
  padding-top: 1em;
  text-transform: none;
}

/* line 1736, ../sass/modules.scss */
.map-edit .inner {
  max-width: none !important;
}
/* line 1740, ../sass/modules.scss */
.map-edit .map-first {
  padding-top: 20px;
  padding-left: 20px;
}

/* line 1746, ../sass/modules.scss */
.client-name-test {
  font-style: normal !important;
  text-transform: uppercase !important;
  color: #d2609d;
  font-weight: 600;
  font-size: 1.3em;
  padding-left: 100px;
}

/* line 1756, ../sass/modules.scss */
.inner-page .inner-banner {
  padding: 10% 0 5% 0 !important;
}

/* line 1760, ../sass/modules.scss */
#sbttr-user-timeline-0 .sbttr-user-timeline-item-desc {
  font-family: "proxima-nova", sans-serif;
  color: #000000 !important;
  font-size: 1.4em;
}

/* line 1766, ../sass/modules.scss */
.widget-title {
  font-family: "proxima-nova", sans-serif;
  margin-top: 12px;
}

/* line 1771, ../sass/modules.scss */
.form-bottom-text {
  font-size: 0.8em;
}

/* line 1774, ../sass/modules.scss */
.sbttr-user-timeline-item-username {
  font-family: "proxima-nova", sans-serif;
  color: #000000 !important;
  font-size: 1.4em;
}

/* line 1780, ../sass/modules.scss */
.header-contact span {
  color: #0e8098;
}

/* line 1784, ../sass/modules.scss */
#sbttr-user-timeline-0 .sbttr-user-timeline-item-desc {
  font-family: "proxima-nova", sans-serif;
}

/* line 1788, ../sass/modules.scss */
.map-edit .span6:first-child {
  background-image: url("/wp-content/uploads/2014/06/corefit-map.png") !important;
  min-height: 490px;
  background-size: cover;
}
