/*--------------------------------------------------------------
	Base
--------------------------------------------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
	Global
--------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  width: 100%;
  overflow-x: hidden; }

html, html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

body {
  background: #ffffff; }

body,
button,
input,
select,
textarea {
  font-size: 0.9em;
  color: #666666;
  font-family: "Open Sans", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "museo-sans";
  color: #545b6b;
  font-weight: normal;
  margin-bottom: 0.5em;
  font-weight: 900; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.8em; }

h3 {
  font-size: 1.6em; }

h4 {
  font-size: 1.4em; }

h5 {
  font-size: 1.2em; }

h6 {
  font-size: 1em; }

p {
  font-size: 1em;
  margin: 0 0 1.5em 0;
  line-height: 1.6em; }

a {
  -webkit-transition: .60s;
  transition: .60s;
  color: #4e9ef0;
  text-decoration: none; }

a:hover,
a:focus,
a:active {
  outline: 0;
  outline: 0;
  color: #0076ef; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out; }

a img {
  border: 0; }

b, strong {
  font-weight: 700; }

dfn, cite, em, i {
  font-style: italic; }

.btn a,
a.btn,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  width: auto;
  padding: 18px 50px 15px 50px;
  margin: 0 0 20px 0;
  text-decoration: none;
  -webkit-transition: .60s;
  transition: .60s;
  color: #4e9ef0;
  font-family: "museo-sans";
  font-weight: 700;
  font-size: 2em;
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  border: 1px solid #4e9ef0;
  background: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px; }

.btn a:hover, a.btn:hover, .button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  color: #0076ef;
  border: 1px solid #0076ef; }

input[type="submit"].search-submit {
  border: 1px solid #333333;
  padding: 5px;
  text-transform: none; }

.desktop-only {
  display: none; }

.mobile-only {
  display: block; }

.container {
  position: relative;
  max-width: 1028px;
  margin: 0 auto;
  padding: 0 20px; }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

@media all and (min-width: 768px) {
  h1 {
    font-size: 3em; }

  body.page-id-1318 h1 {
    font-size: 2.5em; }

  .desktop-only {
    display: block; }

  .mobile-only {
    display: none; }

  .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em; }

  .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em; }

  .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto; } }
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
.wf-loading h1 {
  visibility: hidden; }

.wf-active h1 {
  visibility: visible; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/* Image (full width). */
.image-full-width img {
  height: auto;
  max-width: 100%; }

/* Image (left and right) */
.image-aligned-left .image img, .image-aligned-right .image img {
  height: auto;
  max-width: 100%; }

/*	12 COLUMN : RESPONSIVE GRID SYSTEM
	DEVELOPER : DENIS LEBLANC
	URL : http://responsive.gs
	VERSION : 3.0
	LICENSE : GPL & MIT */
/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
.container:after,
.row:after,
.col:after,
.clr:after,
.group:after {
  content: "";
  display: table;
  clear: both; }

/* 	DEFAULT ROW STYLES 
	Set bottom padding according to preference */
/* DEFAULT COLUMN STYLES */
.col {
  display: block;
  float: left;
  width: 100%; }

.gutters .col {
  margin: 0 0 2.5% 0;
  /*background: yellow;*/ }

@media all and (min-width: 768px) {
  .gutters .col {
    margin: 0 0 0 2.5%; }

  .gutters .col:first-child {
    margin: 0 0 0 0; }

  .gutters .new-row {
    margin: 0; }

  /*	COLUMN WIDTH ON DISPLAYS +768px 
  	You might need to play with media queries here to suite your design. */
  .span_1 {
    width: 8.33333333333%; }

  .span_2 {
    width: 16.6666666667%; }

  .span_2-4 {
    width: 20%; }

  .span_3 {
    width: 25%; }

  .span_4 {
    width: 33.3333333333%; }

  .span_5 {
    width: 41.6666666667%; }

  .span_6 {
    width: 50%; }

  .span_7 {
    width: 58.3333333333%; }

  .span_8 {
    width: 66.6666666667%; }

  .span_9 {
    width: 75%; }

  .span_10 {
    width: 83.3333333333%; }

  .span_11 {
    width: 91.6666666667%; }

  .span_12 {
    width: 100%; }

  .gutters .span_1 {
    width: 6.0416666667%; }

  .gutters .span_2 {
    width: 14.583333333%; }

  .gutters .span_2-4 {
    width: 18%; }

  .gutters .span_3 {
    width: 23.125%; }

  .gutters .span_4 {
    width: 31.666666667%; }

  .gutters .span_5 {
    width: 40.2083335%; }

  .gutters .span_6 {
    width: 48.75%; }

  .gutters .span_7 {
    width: 57.2916665%; }

  .gutters .span_8 {
    width: 65.8333333333%; }

  .gutters .span_9 {
    width: 74.375%; }

  .gutters .span_10 {
    width: 82.9166667%; }

  .gutters .span_11 {
    width: 91.4583333%; }

  .gutters .span_12 {
    width: 100%; }

  .gutters .col {
    padding: 0; } }
/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
header.site-header {
  position: static;
  width: 100%;
  height: 80px;
  margin: 0;
  padding: 0;
  transition: all 0.4s ease;
  z-index: 5000;
  top: 0;
  background: #ffffff; }

header.show-header {
  background: #ffffff; }

header.hide-header {
  top: -100px !important; }

body.admin-bar .site-header {
  top: 46px; }

.site-header .container {
  padding: 0 10px; }

.logo-main {
  width: 150px;
  padding: 10px 0;
  transition: all 0.4s ease; }

.header-top {
  position: absolute;
  z-index: 10000;
  width: 100%;
  left: 0;
  padding: 0 0 0 10px;
  border-bottom: 1px solid white;
  background: #ffffff; }

.logo-main img {
  width: 100%; }

.site-header .phone-mobile {
  position: absolute;
  right: 90px;
  top: 12px;
  z-index: 10000; }

.site-header .phone-mobile a {
  display: block;
  color: #4264ad;
  font-size: 2em;
  padding: 5px; }

@media all and (min-width: 768px) {
  header.site-header {
    height: 120px; }

  body.admin-bar .site-header {
    top: 30px; }

  .site-header .container {
    padding: 0 20px; }

  .header-top {
    position: static;
    z-index: normal;
    width: auto;
    left: auto;
    padding: 0;
    background: none; }

  .logo-main {
    float: left;
    padding: 10px 0 0 0;
    width: 240px; }

  .site-header .phone {
    position: absolute;
    right: 20px;
    top: 25px; }

  .site-header .social-icons {
    position: absolute;
    right: 230px;
    top: 30px; }

  .site-header .phone h2 {
    float: right;
    color: #4264ad;
    margin: 8px 0 0 0; } }
/*--------------------------------------------------------------
	Navigation
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  font-size: 1.2em;
  font-family: #545b6b; }

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation li {
  float: none;
  border-bottom: 1px solid white;
  position: relative; }

.main-navigation a {
  color: #545b6b;
  display: block;
  padding: 20px 0;
  font-weight: 700;
  text-decoration: none;
  /*background: red;*/ }

/* Hover */
.main-navigation li.menu-item-has-children:hover a,
.main-navigation a:hover {
  color: #000000;
  /*background: #66666c;*/ }

/* Current */
.main-navigation li.current-menu-item a,
.main-navigation li.current-menu-ancestor a {
  color: #4264ad;
  /*background: #66666c;*/ }

/* Current hover */
.main-navigation li.current-menu-item a:hover,
.main-navigation li.current-menu-ancestor a:hover {
  /*background: #88888c;*/
  /*color: #ffffff;*/ }

/* Dropdown */
.main-navigation ul.sub-menu {
  left: 20px;
  top: 50px; }

.main-navigation ul ul {
  display: none;
  float: left;
  position: absolute;
  z-index: 99999; }

.main-navigation ul ul a {
  width: 260px;
  padding: 15px; }

.main-navigation ul ul ul {
  left: 100%;
  top: 0; }

.main-navigation ul ul li {
  font-weight: normal;
  padding: 0; }

.main-navigation li.menu-item-has-children:hover ul.sub-menu li a {
  background: #000000;
  padding: 10px 15px; }

.main-navigation li.menu-item-has-children:hover ul.sub-menu li a:hover {
  background: #222222; }

/* Dropdown - Active */
.main-navigation li.menu-item-has-children:hover ul.sub-menu li.current-menu-item a {
  color: #cccccc; }

/* Dropdown - Active hover */
/* MOBILE */
#nav-icon {
  z-index: 10000;
  width: 40px;
  height: 22px;
  position: absolute;
  right: 10px;
  margin: 0 auto 0 auto;
  margin-top: 29.62963px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #4264ad;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#nav-icon span:nth-child(1) {
  top: 0px; }

#nav-icon span:nth-child(2) {
  top: 9px; }

#nav-icon span:nth-child(3) {
  top: 9px; }

#nav-icon span:nth-child(4) {
  top: 18px; }

#nav-icon.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%; }

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%; }

.menu-toggle {
  float: right;
  vertical-align: top;
  color: #fff;
  line-height: 1.4em;
  font-size: 1.1em;
  margin: 18px 0 0 0;
  padding: 0 0 0 0;
  text-transform: uppercase; }

.menu-toggle .label {
  display: inline-block;
  vertical-align: top;
  margin: 3px 0 0 0;
  font-size: 0.9em;
  padding: 0; }

.main-navigation .nav-menu {
  position: absolute;
  clear: both;
  z-index: 200;
  left: 110%;
  width: 100%;
  padding: 120px 40px 40px 40px;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  background-color: #eeeeee; }

.main-navigation.toggled .nav-menu {
  display: block;
  z-index: 5000;
  transform: translateX(-110%);
  -webkit-transform: translateX(-110%); }

/* Hide sub menu on mobile */
.main-navigation ul li:hover > ul {
  display: none; }

@media all and (min-width: 768px) {
  .menu-toggle {
    display: none; }

  .main-navigation {
    float: right;
    padding: 0;
    margin: 60px 0 0 0; }

  .main-navigation .nav-menu {
    position: static;
    min-height: auto;
    z-index: normal;
    top: auto;
    bottom: auto;
    left: auto;
    width: auto;
    padding: 0;
    height: auto;
    transition-property: transform;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    background: none; }

  .main-navigation li {
    float: left;
    padding: 0 0 0 20px;
    border-bottom: none; }

  .main-navigation a {
    padding: 15px 0 20px 0; }

  .main-navigation ul li:hover > ul {
    display: block; }

  .main-navigation.toggled .nav-menu {
    display: block;
    z-index: 5000;
    transition-property: transform;
    transition-duration: 0.25s;
    transition-timing-function: ease-in-out;
    transform: translateX(0);
    -webkit-transform: translateX(0); }

  		/*
  			
  		*** IF TABS ***
  		.main-navigation li a {
  			-webkit-border-top-left-radius: 3px;
  			-webkit-border-top-right-radius: 3px;
  			-moz-border-radius-topleft: 3px;
  			-moz-border-radius-topright: 3px;
  			border-top-left-radius: 3px;
  			border-top-right-radius: 3px;
  		}
  	
  		.main-navigation li li a {
  
  			-webkit-border-top-left-radius: 0;
  			-webkit-border-top-right-radius: 0;
  			-moz-border-radius-topleft: 0;
  			-moz-border-radius-topright: 0;
  			border-top-left-radius: 0;
  			border-top-right-radius: 0;	
  		}
  		
  		*/ }
@media all and (min-width: 768px) and (max-width: 880px) {
  .main-navigation {
    font-size: 1em; }

  .main-navigation li {
    float: left;
    padding: 0 0 0 10px;
    border-bottom: none; } }
/*--------------------------------------------------------------
	Sidebar
--------------------------------------------------------------*/
.sidebar-widget {
  margin: 0 0 20px 0; }

ul.side-menu {
  padding: 0;
  margin: 0; }

ul.side-menu li {
  list-style: none;
  border-bottom: 1px solid #eeeeee; }

ul.side-menu li a {
  display: block;
  padding: 10px 0;
  text-decoration: none; }

ul.side-menu li.current_page_item a, body.page-parent ul.side-menu li:first-child a {
  color: #373446; }

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.clients {
  margin-top: 50px;
  padding: 80px 0;
  text-align: center;
  background: #142548; }

body.home .clients {
  margin: 0; }

.clients h2 {
  font-size: 1.8em;
  color: #ffffff;
  font-weight: 500;
  margin: 0 0 30px 0; }

button.slick-next, button.slick-prev {
  display: none !important; }

footer.site-footer {
  color: #ffffff;
  min-height: 400px;
  padding: 70px 0;
  text-align: center;
  background: #4264ad; }

.logo-footer {
  width: 150px;
  margin: 0 0 10px 0; }

footer.site-footer a {
  color: #ffffff; }

footer.site-footer a:hover {
  color: #4e9ef0; }

footer.site-footer ul.menu,
footer.site-footer .menu li {
  list-style: none;
  margin: 0;
  padding: 0; }

footer.site-footer ul.menu {
  font-family: "museo-sans";
  font-size: 1.1em;
  margin: 15px 0 0 0; }

footer.site-footer .menu .children {
  display: none; }

footer .phone h2 {
  font-size: 2em;
  color: #ffffff;
  margin: 0; }

.footer-layout-a .social-icons {
  margin: 0 0 15px 0; }

@media all and (min-width: 768px) {
  footer.site-footer {
    text-align: left; }

  footer.site-footer .span_6 {
    text-align: right; }

  footer.site-footer .menu {
    float: right; }

  footer.site-footer .menu li {
    float: left;
    padding: 0 0 0 20px; }

  .logo-footer {
    width: 194px;
    margin: 0 10px 0 0; }

  footer .phone h2 {
    font-size: 2.6em;
    float: right; }

  .clients h2 {
    font-size: 2.2em; } }
/*--------------------------------------------------------------
	Page
--------------------------------------------------------------*/
.page-header {
  margin: 0 0 50px 0;
  padding: 100px 0 60px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #1ea2d2; }

.page-header h1 {
  color: #ffffff;
  margin-bottom: 0; }

.segment {
  padding: 40px 0; }

.segment .btn a {
  margin: 0; }

body.page-id-1318 .page-header {
  background: #40b0d9;
  text-align: center;
  padding: 50px 0;
  margin: 0; }

body.page-id-1318 .content-blocks {
  text-align: center; }

body.page-id-1318 .content-blocks-2 h2 {
  font-weight: 300; }

body.page-id-1318 .content-blocks-4 {
  padding-bottom: 0; }

body.page-id-1318 .content-blocks img {
  padding: 20px; }

@media all and (min-width: 768px) {
  body.page-id-1318 .content-blocks-3 {
    display: none; }

  .page-header {
    padding: 200px 0 200px 0; }

  body.blog .page-header,
  body.single-post .page-header {
    padding: 60px 0; }

  .page-content {
    padding-top: 20px; }

  body.page-id-1318 .content-blocks .col {
    padding: 0 30px; } }
/*--------------------------------------------------------------
	Page
--------------------------------------------------------------*/
body.home .content-blocks-2 {
  padding: 80px 0;
  background: #4264ad; }
  body.home .content-blocks-2 h2 {
    color: #ffffff; }
  body.home .content-blocks-2 .btn a {
    background: #7dc8e5;
    color: #ffffff;
    border: none; }
  body.home .content-blocks-2 .btn a:hover {
    background: #142548;
    border: none; }

body.home .content-blocks-2,
body.home .content-blocks-4 {
  text-align: center; }

body.home .content-blocks-4 {
  padding-top: 0; }

body.home .content-blocks-5 {
  font-size: 1.4em;
  padding: 80px 0 150px 0;
  background: #f0f0f0 url(../images/common/tailored-background.jpg) center bottom no-repeat;
  background-size: 100% auto; }

body.home .content-blocks-5 h2 {
  font-weight: 300;
  margin-bottom: 40px; }

body.home .content-blocks-5 p {
  font-family: "museo-sans";
  color: #545b6b;
  text-align: center;
  font-weight: 300; }

body.home .content-blocks-5 .fa-check {
  color: #77c62f; }

body.home .content-blocks-6 {
  padding-top: 30px; }

.testimonial-slider div {
  text-align: center;
  font-size: 1.1em;
  font-style: italic; }

body.home .content-blocks-2 h2 {
  font-weight: 300;
  font-size: 2.2em; }

@media all and (min-width: 768px) {
  body.home .content-blocks-2 h2 {
    font-size: 1.8em;
    padding: 0 60px 20px 0; }

  body.home .content-blocks-5 {
    padding: 80px 0 200px 0; }

  body.home .content-blocks-5 p {
    font-size: 1.4em;
    text-align: left; }

  body.home .content-blocks-5 {
    padding: 80px 0 300px 0;
    background: #ececec url(../images/common/tailored-background.jpg) center bottom no-repeat; } }
/*--------------------------------------------------------------
	Contact
--------------------------------------------------------------*/
.contact-content {
  padding-top: 20px; }

#map-canvas-1,
#map-canvas-2,
#map-canvas-3,
#map-canvas-4 {
  width: 100%;
  height: 300px;
  margin: 0 0 20px 0; }

@media all and (min-width: 768px) {
  .project-listing h2 {
    padding-left: 0; }

  .single-projects .bx-wrapper {
    display: block; }

  .project-content {
    padding: 20px 0 0 0; } }
/*--------------------------------------------------------------
	Gallery
--------------------------------------------------------------*/
.gallery-content {
  padding-top: 20px; }

.gallery .gutters .col {
  margin-bottom: 2.5%; }

/*--------------------------------------------------------------
	Project
--------------------------------------------------------------*/
.project-listing img {
  margin: 0 0 10px 0; }

.project-listing img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.project-listing h2 {
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 1em; }

.single-projects .bx-wrapper {
  display: none; }

.project-content {
  padding-top: 20px; }

.project-content {
  clear: both;
  padding: 20px; }

/*--------------------------------------------------------------
Blog / Posts / Categories
--------------------------------------------------------------*/
.blog .post h2 {
  font-size: 2em; }

.blog .post time {
  text-transform: uppercase; }

/* Single Blog post */
.single .entry-content {
  margin-top: 0; }

/* Comments */
.single .comments-area {
  margin-top: 2em; }

#comments ol {
  list-style-type: none;
  margin-left: 0; }

.comment {
  padding: 1.5em 0 0 0; }

.comment p {
  margin: 1em 0; }

.comment-metadata {
  font-size: 1em; }

#comments .comment-author .avatar {
  float: left;
  margin-right: 24px;
  height: auto;
  width: 50px; }

#comments .comment-content {
  padding-left: 70px; }

#comments .reply {
  display: none; }

#comments .comment-form-comment {
  margin-bottom: 0.5em; }

.comment-form-comment label {
  display: none; }

.comment-form .form-allowed-tags {
  display: none; }

.comment-content a {
  word-wrap: break-word; }

/* Small menu */
.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

@media all and (min-width: 768px) {
  .blog .post {
    margin: 0 0 40px 0; }

  .blog .entry-content {
    /*padding: 0 100px;	*/ }

  .single .entry-content {
    margin-top: 25px; } }
/*--------------------------------------------------------------
	Block Content
--------------------------------------------------------------*/
.content-blocks-4 h2 .fa {
  font-size: 2.4em; }

/*--------------------------------------------------------------
Slider
--------------------------------------------------------------*/
.slideshow-1 {
  background: #545b6b; }

.images-only {
  padding: 60px 0; }

.slider-bg {
  position: relative;
  width: 100%;
  height: 300px;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: -140px center; }

.slider-bg:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */ }

.slide-content {
  text-align: center;
  vertical-align: middle;
  color: #ffffff; }

body.page-id-1318 .bx-pager {
  display: none; }

body.page-id-1318 .slide-content {
  display: inline-block;
  width: 99%; }

body.page-id-1318 .slideshow-1 {
  display: none;
  background: none; }

body.page-id-1318 .slider-bg {
  background-position: -240px center;
  height: 400px;
  background-repeat: repeat-x; }

.inner-content {
  float: right;
  max-width: 500px; }

.slide-content h1, .slide-content h2 {
  margin: 0 0 10px 0;
  color: #ffffff;
  font-size: 2.2em;
  transition: all 0.4s; }

.slide-content h2 {
  margin-bottom: 30px; }

.slide-content h1 a, .slide-content h2 a {
  color: #ffffff; }

.slide-content h1 a:hover, .slide-content h2 a:hover {
  color: #4e9ef0; }

.slide-content p {
  font-size: 1.2em; }

.slide-content .btn,
.slide-content .btn a,
.slide-content .button {
  color: #ffffff;
  border-color: #ffffff; }

.slide-content .btn:hover,
.slide-content .btn a:hover {
  color: #4e9ef0;
  border-color: #4e9ef0; }

.bx-wrapper {
  position: relative;
  *zoom: 1; }

.bx-wrapper div.slide {
  width: 100%;
  height: 640px;
  text-align: center;
  background: #ffffff; }

.bx-wrapper img {
  max-height: 640px;
  width: auto !important; }

/* PAGER */
#bx-pager {
  margin-top: 30px; }

#bx-pager .col {
  margin-left: 1px; }

.single-projects .bx-wrapper {
  border: 1px solid #eeeeee; }

.bx-wrapper .bx-pager {
  position: absolute;
  bottom: 90px;
  z-index: 1000;
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  width: 100%; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ffffff;
  text-indent: -9999px;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #4264ad; }

.testimonial-slider .bx-pager {
  display: none; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  display: none; }

.bx-wrapper .bx-prev {
  left: 40px;
  /*background: url(../images/controls.png) no-repeat 0 -32px;*/ }

.bx-wrapper .bx-next {
  right: 40px;
  /*background: url(../images/controls.png) no-repeat -43px -32px;*/ }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  outline: 0;
  width: 32px;
  height: 32px;
  font-size: 5em;
  z-index: 1000;
  color: #ffffff; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

@media all and (min-width: 700px) and (max-width: 850px) {
  .slider-bg {
    background-position: -40px center; } }
@media all and (min-width: 768px) {
  body.page-id-1318 .slideshow-1 {
    display: block; } }
@media all and (min-width: 960px) {
  .bx-wrapper .bx-prev,
  .bx-wrapper .bx-next {
    display: inline-block; }

  .images-only {
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 240px; }

  .slider-bg {
    height: 600px;
    background-position: center center; }

  body.page-id-1318 .slider-bg {
    height: 550px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center; }

  body.home .slide-content {
    float: right;
    max-width: 500px; }

  .slide-content h1, .slide-content h2 {
    font-size: 2.6em; } }
@media all and (min-width: 1240px) {
  body.page-id-1318 .slider-bg {
    height: 660px;
    background-size: 1844px 660px; } }
/*--------------------------------------------------------------
	Button Groups
--------------------------------------------------------------*/
.call-to-action {
  padding: 0 40px;
  text-align: center; }

.call-to-action .btn {
  width: 240px;
  margin: 0 10px 20px 10px; }

@media all and (min-width: 960px) {
  .call-to-action {
    padding: 0; } }
/*--------------------------------------------------------------
	Pull Out Quote
--------------------------------------------------------------*/
.pull-out-quote {
  border-left: 10px solid #444;
  margin: 0 50px;
  font-size: 1.4em;
  font-weight: bold; }

.pull-out-quote p {
  margin-bottom: 0;
  padding: 0 20px; }

/*---------------------------------------------------------------
	Infinite scroll
---------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
	Social
--------------------------------------------------------------*/
.social {
  display: inline-block;
  margin: 0 1px 3px 1px; }

.social a {
  display: block;
  font-size: 1.4em;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }

.social .facebook {
  background: #3b579d; }

.social .twitter {
  background: #5ea9dd; }

.social .linkedin {
  background: #00649a; }

.social .google-plus {
  background: #de4a32; }

.social .pinterest {
  background: #cb1a13; }

.social .youtube {
  background: #d12122; }

.social .soundcloud {
  background: #ff5500; }

.social .soundcloud .fa {
  font-size: 0.8em; }

.social .instagram {
  background: #447297; }

/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */ }

select {
  -webkit-appearance: menulist-button;
  height: 30px;
  border: 1px solid #ccc; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding: 15px !important;
  color: #666;
  border: 2px solid #ccc; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111; }

textarea {
  max-width: 100%;
  width: 100% !important; }

/* Contact Gravity Forms Styles
 ========================================================================== */
.gform_wrapper {
  max-width: 100% !important; }

.gform_wrapper .gform_heading {
  width: 100% !important; }

.page .gfield_label {
  display: none !important; }

/* Place Holder Styling  */
.gform_wrapper ::-webkit-input-placeholder {
  color: #77777b; }

.gform_wrapper :-moz-placeholder {
  /* Firefox 18- */
  color: #77777b; }

.gform_wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: #77777b; }

.gform_wrapper :-ms-input-placeholder {
  color: #77777b; }

.gform_wrapper .top_label .gfield_error input.large, .gform_wrapper .top_label .gfield_error select.large, .gform_wrapper .top_label .gfield_error textarea.textarea, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield_html, .gform_wrapper div.validation_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield_html {
  width: 100% !important;
  max-width: 100% !important; }

.page .gform_wrapper li.gfield.gfield_error, .page .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #ffffff !important;
  margin-bottom: 6px !important;
  border-top: 1px solid #ffffff !important;
  border-bottom: none; }

.page .gform_wrapper div.validation_error {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center; }

.page .gform_wrapper .top_label .gfield_description.validation_message, .page .gform_wrapper .gfield_description.validation_message {
  padding: 0px !important; }

.page .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding-left: 0px !important;
  padding: 0px !important; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-left: 0 !important; }

.gfield {
  padding: 0 0 15px 0; }

img.gform_ajax_spinner {
  padding-top: 30px;
  margin: 0 auto; }

.gform_wrapper .top_label .gfield_error, .gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
  width: 100% !important; }

.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
  color: #3abe96; }

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