/*
Theme Name:     Skill Hire
Description:    
Author:         Argon Design
Author URI:     http://www.argondesign.com.au
Version:        1.0
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after 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, 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/11, Safari, and Firefox < 22. */
[hidden], template { display: none; }

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

/** Improve readability when focused and also mouse hovered in all browsers. */
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 { -moz-box-sizing: content-box; 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 (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }

/** 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; }

::-moz-selection { background: #ed174c; color: #FFF; text-shadow: none; }

::selection { background: #ed174c; color: #FFF; text-shadow: none; }

a { color: #ed174c; text-decoration: none; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

a:hover { color: #f89d1c; text-decoration: none; }

a:focus { outline: none; }

h1, h2, h3, h4, h5, h6 { margin: 64px 0 32px; font-family: "Asap", Helvetica, Arial, sans-serif; font-weight: 400; color: #231f20; line-height: 1.2; text-rendering: optimizelegibility; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child { margin-top: 0; }

h1 { font-size: 48px; font-size: 2.4rem; }

h2 { font-size: 36px; font-size: 1.8rem; color: #8dc63f; }

h3 { font-size: 30px; font-size: 1.5rem; }

h4 { font-size: 24px; font-size: 1.2rem; margin: 0 0 20px; }

h5 { font-size: 20px; font-size: 1rem; margin: 0 0 10px; color: #8dc63f; }

h6 { font-size: 20px; font-size: 1rem; margin: 0 0 10px; color: #8dc63f; font-style: italic; }

p { margin: 0 0 32px; }

ul { padding: 0; margin: 0 0 32px 32px; }

ul li { margin-bottom: 15px; }

ul li ul { margin-top: 15px; }

ol { padding: 0; margin: 0 0 32px 32px; }

ol li { margin-bottom: 15px; }

ol li ol { margin-top: 15px; }

strong { font-weight: 700; }

em { font-style: italic; }

abbr { cursor: help; }

hr { height: 0; margin: 60px 0; border: 0; border-top: 1px solid #DDD; border-bottom: 1px solid transparent; }

blockquote { padding: 40px 0 8px 50px; margin: 60px 0; background: none; border-left: 10px solid #00add4; font-style: italic; color: #00add4; }

blockquote footer, blockquote small, blockquote cite { display: block; color: #00add4; font-weight: 700; font-style: normal; }

blockquote footer span, blockquote small span, blockquote cite span { font-weight: normal; }

address { display: block; margin-bottom: 32px; font-style: normal; }

table { max-width: 100%; border-collapse: collapse; border-spacing: 0; }

.table { width: 100%; margin: 0 0 32px; border-radius: 20px; background-color: #FFF; }

.table th, .table td { padding: 20px; text-align: left; vertical-align: top; }

.table th { font-weight: 400; }

.table thead th { vertical-align: bottom; background-color: #8dc63f; color: #FFF; font-size: 24px; font-size: 1.2rem; }

.table thead th:first-child { border-radius: 20px 0 0 0; }

.table thead th:last-child { border-radius: 0 20px 0 0; }

.table tbody tr th, .table tbody tr td { border-bottom: 1px solid #DDD; }

.table tbody tr:nth-child(even) th, .table tbody tr:nth-child(even) td { background-color: #F5F5F5; }

.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td { border-top: 0; }

.table tbody + tbody { border-top: 2px solid #DDD; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea, select, select[multiple=multiple] { -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; padding: 15px 20px !important; outline: none; font-size: 16px; font-size: 0.8rem; color: #555; border: 1px solid #CCC; background: #FFF; border-radius: 30px; box-shadow: none; }

input[type="color"].wpcf7-not-valid, input[type="date"].wpcf7-not-valid, input[type="datetime"].wpcf7-not-valid, input[type="datetime-local"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, input[type="month"].wpcf7-not-valid, input[type="number"].wpcf7-not-valid, input[type="password"].wpcf7-not-valid, input[type="search"].wpcf7-not-valid, input[type="tel"].wpcf7-not-valid, input[type="text"].wpcf7-not-valid, input[type="time"].wpcf7-not-valid, input[type="url"].wpcf7-not-valid, input[type="week"].wpcf7-not-valid, input:not([type]).wpcf7-not-valid, textarea.wpcf7-not-valid, select.wpcf7-not-valid, select[multiple=multiple].wpcf7-not-valid { border-color: red; }

input[type="color"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, select[multiple=multiple]::-webkit-input-placeholder { color: #AAA; }

input[type="color"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, select[multiple=multiple]::-moz-placeholder { color: #AAA; }

input[type="color"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input:not([type]):-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder, select[multiple=multiple]:-moz-placeholder { color: #AAA; }

input[type="color"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, select[multiple=multiple]:-ms-input-placeholder { color: #AAA; }

input[type="radio"], input[type="checkbox"] { margin: 0; cursor: pointer; }

input[type="search"] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; }

textarea { width: 100%; height: 150px; resize: vertical; overflow: auto; }

select { padding-right: 55px; background: #FFF url(images/select.png) no-repeat right center; }

select[multiple], select[size] { height: auto; }

::-moz-focus-inner { border: 0; padding: 0; }

button, input[type="button"], input[type="reset"], input[type="submit"], button, .button, .btn { padding: 10px 20px; display: inline-block; font-weight: 400; vertical-align: middle; cursor: pointer; color: #ed174c; text-align: center; text-decoration: none; text-transform: uppercase; font-size: 13px; font-size: 0.65rem; line-height: 1; border: 1px solid #ed174c; border-radius: 50px; outline: none; background: none; letter-spacing: 1px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }

button.btn-fa-left .fa, input[type="button"].btn-fa-left .fa, input[type="reset"].btn-fa-left .fa, input[type="submit"].btn-fa-left .fa, button.btn-fa-left .fa, .button.btn-fa-left .fa, .btn.btn-fa-left .fa { margin-right: 5px; }

button.btn-fa-right .fa, input[type="button"].btn-fa-right .fa, input[type="reset"].btn-fa-right .fa, input[type="submit"].btn-fa-right .fa, button.btn-fa-right .fa, .button.btn-fa-right .fa, .btn.btn-fa-right .fa { margin-left: 5px; }

button:hover, button:active, input[type="button"]:hover, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:active, button:hover, button:active, .button:hover, .button:active, .btn:hover, .btn:active { color: #FFF; text-decoration: none; background: #ed174c; }

button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled, button:disabled, .button:disabled, .btn:disabled { cursor: not-allowed; opacity: 0.5; }

input[type="image"] { border: 0; }

.form-row { margin: 0 0 32px; }

.form-inline .form-row::after { clear: both; content: ""; display: table; }

.form-inline .form-row label { width: 30%; padding-top: 5px; float: left; }

.form-inline .form-row .inputs { margin-left: 33%; }

.form-inline .form-row .inputs label { width: auto; float: none; }

.form-inline .form-actions { padding-left: 33%; }

.form-help { display: block; padding-top: 3px; color: #999; font-style: italic; font-size: 0.9em; clear: both; }

.form-actions input, .form-actions button { margin: 0 5px 0 0; }

div.wpcf7 img.ajax-loader { display: inline-block; margin-left: 10px; }

.alert-success, .alert-warning, .alert-error, .gform_confirmation_message, div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors, #cancel-comment-reply-link { display: block; margin: 0 0 32px; padding: 10px 20px; border: none; border-radius: 3px; font-size: 16px; font-size: 0.8rem; }

.alert-success, div.wpcf7-mail-sent-ok, .gform_confirmation_message { background: #DFF0D8; color: #529138; }

.alert-warning { background: #FCF8E3; color: #caad16; }

.alert-error, div.wpcf7-validation-errors, #cancel-comment-reply-link { background: #F2DEDE; color: #c77070; }

span.wpcf7-not-valid-tip { display: block; padding: 5px 0 0; color: red; font-size: 0.8em; }

.gform_wrapper { width: 100% !important; margin: 60px 0 !important; }

.gform_wrapper br { display: none; }

.gform_wrapper .validation_error { font-size: 20px !important; line-height: 1.2; }

.gform_wrapper .gform_body .gform_fields .gfield { margin: 0 0 20px; }

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label { font-weight: 400; font-size: 24px; font-size: 1.2rem; }

.gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required { display: none; }

.gform_wrapper .gform_body .gform_fields .gfield.gf-hidden-label .gfield_label { display: none; }

.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=radio]:checked + label { font-weight: 300; }

.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox]:checked + label { font-weight: 300; }

.gform_wrapper .gform_body .gform_fields .gfield .gform_button_select_files { margin: 0 10px; background: #CCC; font-size: 13px; font-size: 0.65rem; }

.gform_wrapper .gform_body .gform_fields .gfield select option.gf_placeholder { color: #AAA; }

.gform_wrapper .gform_footer { padding: 0 !important; text-align: center; }

.gform_wrapper .gform_footer .gform_button { width: 200px; max-width: 100%; padding: 20px 40px; border-width: 2px; font-size: 16px !important; }

.gform_wrapper .gform_footer .gform_ajax_spinner { display: inline-block; vertical-align: middle; }

#gform_wrapper_1 { max-width: 840px !important; padding: 60px 5%; background: #FFF; border-radius: 50px; box-shadow: 0 0 50px rgba(0, 0, 0, 0.03); }

#gform_wrapper_1 .gform_footer { margin: 60px 0 0 !important; }

#gform_wrapper_1 .gform_footer .gform_button { padding: 20px; }

.wp-caption { text-align: center; }

.wp-caption-text { color: #999; font-weight: 700; margin: 0; padding: 10px 0 0; font-size: 13px; font-size: 0.65rem; }

.widget_recent_entries ul li .post-date { display: block; font-size: 0.8em; color: #AAA; }

#sitemap ul { margin-bottom: 10px; margin-top: 10px; }

@-webkit-viewport { width: device-width; }

@-moz-viewport { width: device-width; }

@-ms-viewport { width: device-width; }

@-o-viewport { width: device-width; }

@viewport { width: device-width; }

*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 20px; }

body { background: #FFF; color: #555; line-height: 1.612; font-family: "Asap", Helvetica, Arial, sans-serif; }

img { max-width: 100%; height: auto; display: block; }

.container { max-width: 1200px; margin: 0 auto; }

.container::after { clear: both; content: ""; display: table; }

.row::after { clear: both; content: ""; display: table; }

.colour-strip { width: 100%; }

.colour-strip::after { clear: both; content: ""; display: table; }

.colour-strip div { width: 25%; height: 5px; float: left; }

.colour-strip .colour-1 { background: #ed174c; }

.colour-strip .colour-2 { background: #8dc63f; }

.colour-strip .colour-3 { background: #f89d1c; }

.colour-strip .colour-4 { background: #00add4; }

#header { width: 100%; padding: 25px 5%; }

#header .header-search { margin-bottom: 20px; position: relative; padding-right: 25px; border-bottom: 1px solid #CCC; }

#header .header-search form::after { clear: both; content: ""; display: table; }

#header .header-search input { height: 25px; padding: 0 !important; float: left; border: none; background: none; font-size: 13px; font-size: 0.65rem; }

#header .header-search button { width: 25px; height: 25px; line-height: 25px; padding: 0; position: absolute; top: 0; right: 0; background: none; border: none; font-size: 15px; text-align: center; color: #231f20; }

#header .header-search button:hover { color: #ed174c; background: none; }

#header .header-r { text-align: right; }

#header .header-r .rto { display: inline-block; vertical-align: middle; font-size: 13px; font-size: 0.65rem; }

#header .header-r .social-icons { display: inline-block; vertical-align: middle; font-size: 30px; line-height: 1; }

#header .header-r .social-icons a { margin: 0 0 0 7px; }

#header .header-r .social-icons a .fa-facebook-square { color: #3e5a95; }

#header .header-r .social-icons a .fa-linkedin-square { color: #197cb3; }

#header .logo { padding: 30px 0; }

#header .logo img { margin: 0 auto; }

#header .header-buttons .btn { width: 100%; display: block; margin-bottom: 10px; padding: 9px 15px; }

#header.header-alt .header-text { color: #231f20; text-align: center; }

#nav { width: 100%; position: relative; z-index: 500; background: #231f20; }

#nav .menu-collapser .collapse-button { padding: 12px 20px; cursor: pointer; }

#nav .menu-collapser .collapse-button::after { clear: both; content: ""; display: table; }

#nav .menu-collapser .collapse-button .menu-collapser-text { display: block; float: left; color: #FFF; line-height: 17px; text-transform: uppercase; font-size: 13px; font-size: 0.65rem; }

#nav .menu-collapser .collapse-button .hamburger { width: 22px; margin-right: 10px; float: left; }

#nav .menu-collapser .collapse-button .hamburger span { display: block; height: 3px; margin-top: 4px; background: #FFF; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }

#nav .menu-collapser .collapse-button .hamburger span:first-child { margin-top: 0; }

#nav .menu-collapser.open .collapse-button .hamburger span { opacity: 0; }

#nav .menu-collapser.open .collapse-button .hamburger span:first-child { opacity: 1; -webkit-transform: translateY(7px) rotate(-45deg); -moz-transform: translateY(7px) rotate(-45deg); -ms-transform: translateY(7px) rotate(-45deg); -o-transform: translateY(7px) rotate(-45deg); transform: translateY(7px) rotate(-45deg); }

#nav .menu-collapser.open .collapse-button .hamburger span:last-child { opacity: 1; -webkit-transform: translateY(-7px) rotate(45deg); -moz-transform: translateY(-7px) rotate(45deg); -ms-transform: translateY(-7px) rotate(45deg); -o-transform: translateY(-7px) rotate(45deg); transform: translateY(-7px) rotate(45deg); }

#nav ul { margin: 0; list-style: none; font-size: 14px; font-size: 0.7rem; line-height: 1.2; text-transform: uppercase; }

#nav ul li { display: block; margin: 0; position: relative; }

#nav ul li a { display: block; padding: 12px 20px; color: #FFF; }

#nav ul li a[href="#"] { cursor: default; }

#nav ul li ul { display: none; background: #ed174c; }

#nav ul li ul li ul { background: #da1143; }

#nav ul li ul li .sub-collapser { background: #da1143; }

#nav ul li .sub-collapser { width: 48px; height: 100%; position: absolute; right: 0; top: 0; text-align: center; z-index: 999; cursor: pointer; background: #ed174c; font-size: 20px; }

#nav ul li .sub-collapser > i { color: #FFF; line-height: 42px; }

#nav ul li .sub-collapser:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }

#nav ul li .sub-collapser.expanded { height: 42px; }

.hero { padding: 60px 5%; background-color: #231f20; background-repeat: no-repeat; background-position: center center; background-size: cover; }

.hero h1 { margin: 0; color: #FFF; text-align: center; }

.main { padding: 60px 5%; background: #FFF url(images/main_bg.png) no-repeat left top; }

.main .content { margin-bottom: 70px; }

.main .content::after { clear: both; content: ""; display: table; }

.main .content-narrow { max-width: 840px; margin: 0 auto; }

.main .content-narrow::after { clear: both; content: ""; display: table; }

.main .sidebar { font-size: 16px; font-size: 0.8rem; }

.main .sidebar .widget { margin-bottom: 30px; padding: 0 30px; }

.main .sidebar .widget .widget-title { margin: 0 -30px 30px; padding: 20px 30px; color: #00add4; border-bottom: 1px solid #EEE; font-weight: 400; font-size: 20px; font-size: 1rem; }

.main .sidebar .widget_nav_menu ul, .main .sidebar .widget_pages ul, .main .sidebar .widget_categories ul, .main .sidebar .widget_recent_entries ul, .main .sidebar .widget_meta ul, .main .sidebar .widget_archive ul, .main .sidebar .widget_product_categories ul, .main .sidebar .widget_recent_comments ul { margin: 0; line-height: 1.2; }

.main .sidebar .widget_nav_menu ul li, .main .sidebar .widget_pages ul li, .main .sidebar .widget_categories ul li, .main .sidebar .widget_recent_entries ul li, .main .sidebar .widget_meta ul li, .main .sidebar .widget_archive ul li, .main .sidebar .widget_product_categories ul li, .main .sidebar .widget_recent_comments ul li { display: block; margin: 23px 0 0; position: relative; }

.main .sidebar .widget_nav_menu ul li a, .main .sidebar .widget_pages ul li a, .main .sidebar .widget_categories ul li a, .main .sidebar .widget_recent_entries ul li a, .main .sidebar .widget_meta ul li a, .main .sidebar .widget_archive ul li a, .main .sidebar .widget_product_categories ul li a, .main .sidebar .widget_recent_comments ul li a { color: #999; }

.main .sidebar .widget_nav_menu ul li a:hover, .main .sidebar .widget_pages ul li a:hover, .main .sidebar .widget_categories ul li a:hover, .main .sidebar .widget_recent_entries ul li a:hover, .main .sidebar .widget_meta ul li a:hover, .main .sidebar .widget_archive ul li a:hover, .main .sidebar .widget_product_categories ul li a:hover, .main .sidebar .widget_recent_comments ul li a:hover { color: #f89d1c; text-decoration: none; }

.main .sidebar .widget_nav_menu ul li ul, .main .sidebar .widget_pages ul li ul, .main .sidebar .widget_categories ul li ul, .main .sidebar .widget_recent_entries ul li ul, .main .sidebar .widget_meta ul li ul, .main .sidebar .widget_archive ul li ul, .main .sidebar .widget_product_categories ul li ul, .main .sidebar .widget_recent_comments ul li ul { padding: 0 0 0 5px; font-size: 13px; font-size: 0.65rem; }

.main .sidebar .widget_nav_menu ul li ul li, .main .sidebar .widget_pages ul li ul li, .main .sidebar .widget_categories ul li ul li, .main .sidebar .widget_recent_entries ul li ul li, .main .sidebar .widget_meta ul li ul li, .main .sidebar .widget_archive ul li ul li, .main .sidebar .widget_product_categories ul li ul li, .main .sidebar .widget_recent_comments ul li ul li { margin-top: 12px; }

.main .sidebar .widget_nav_menu ul li.current-cat > a, .main .sidebar .widget_nav_menu ul li.current_page_item > a, .main .sidebar .widget_pages ul li.current-cat > a, .main .sidebar .widget_pages ul li.current_page_item > a, .main .sidebar .widget_categories ul li.current-cat > a, .main .sidebar .widget_categories ul li.current_page_item > a, .main .sidebar .widget_recent_entries ul li.current-cat > a, .main .sidebar .widget_recent_entries ul li.current_page_item > a, .main .sidebar .widget_meta ul li.current-cat > a, .main .sidebar .widget_meta ul li.current_page_item > a, .main .sidebar .widget_archive ul li.current-cat > a, .main .sidebar .widget_archive ul li.current_page_item > a, .main .sidebar .widget_product_categories ul li.current-cat > a, .main .sidebar .widget_product_categories ul li.current_page_item > a, .main .sidebar .widget_recent_comments ul li.current-cat > a, .main .sidebar .widget_recent_comments ul li.current_page_item > a { color: #f89d1c; }

.main.no-bg { background: #FFF; }

#testimonials { padding: 60px 5% 40px; background: #F5F5F5 url(images/testimonials_bg.png) no-repeat center center; text-align: center; color: #231f20; }

#testimonials .container { max-width: 960px; }

#testimonials p { font-family: "Merriweather", "Asap", Helvetica, Arial, sans-serif; font-style: italic; font-size: 20px; font-size: 1rem; }

#testimonials .name { margin: 0 0 5px; color: #999; text-transform: uppercase; font-size: 16px; font-size: 0.8rem; }

#testimonials .company { color: #999; font-size: 13px; font-size: 0.65rem; }

#testimonials .flex-control-nav { margin: 20px 0 0; position: static; }

.cta-section { padding: 60px 5%; background: url(images/subscribe.jpg) no-repeat center center/cover; text-align: center; }

.cta-section .container { max-width: 1000px; }

.cta-section .cta-text { max-width: 400px; margin: 0 auto 30px; color: #FFF; line-height: 1.3; font-size: 24px; font-size: 1.2rem; }

.cta-section .cta-button .btn { width: 300px; max-width: 100%; padding: 15px 30px; border: none; background: #ed174c; color: #FFF; font-size: 20px; font-size: 1rem; }

.cta-section .cta-button .btn:hover { background: #f89d1c; }

#footer .bottom-menus { padding: 60px 5%; background: #231f20; font-size: 15px; font-size: 0.75rem; }

#footer .bottom-menus a { color: #AAA; }

#footer .bottom-menus a:hover { color: #ed174c; }

#footer .bottom-menus nav ul { margin: 0; }

#footer .bottom-menus nav ul li { display: block; margin: 0 0 30px; }

#footer .bottom-menus nav ul li ul { margin-top: 10px; font-size: 13px; font-size: 0.65rem; }

#footer .bottom-menus nav ul li ul li { margin: 0 0 10px; }

#footer .bottom-menus nav ul li ul li a { color: #999; }

#footer .bottom-menus nav ul li ul li ul { margin-top: 5px; font-size: 11px; font-size: 0.55rem; }

#footer .bottom-menus nav ul li ul li ul li { margin: 0 0 5px; }

#footer .bottom-menus nav ul li ul li ul li a { color: #777; }

#footer .footer-bottom { padding: 60px 5%; background: #000; color: #777; font-size: 15px; font-size: 0.75rem; }

#footer .footer-bottom a { color: #777; }

#footer .footer-bottom a:hover { color: #ed174c; }

#footer .footer-bottom nav { margin: 0 0 60px; }

#footer .footer-bottom nav ul { margin: 0; }

#footer .footer-bottom nav ul::after { clear: both; content: ""; display: table; }

#footer .footer-bottom nav ul li { display: block; margin: 0 18px 0 0; padding: 0 20px 0 0; float: left; position: relative; }

#footer .footer-bottom nav ul li:after { content: '|'; position: absolute; right: 0; }

#footer .footer-bottom nav ul li:last-child { margin-right: 0; padding-right: 0; }

#footer .footer-bottom nav ul li:last-child:after { display: none; }

#footer .footer-bottom .footer-logos { margin: 0 0 20px; }

#footer .footer-bottom .footer-logos::after { clear: both; content: ""; display: table; }

#footer .footer-bottom .footer-logos h4 { margin: 0 0 20px; color: #6d6e71; font-size: 15px; font-size: 0.75rem; }

#footer .footer-bottom .footer-logos ul { margin: 0; padding: 0; font-size: 0; }

#footer .footer-bottom .footer-logos ul li { display: block; width: 33.33333%; display: inline-block; vertical-align: middle; padding: 0 5px; }

#footer .footer-bottom .footer-logos img { margin: 0 auto; }

#footer .footer-bottom .copyright { font-size: 11px; font-size: 0.55rem; }

#footer .footer-bottom .copyright span { margin-right: 10px; font-size: 13px; font-size: 0.65rem; }

.page-template-template-home .main .sidebar { border: none; }

.slider { background: #231f20; }

.slider .slides li { min-height: 200px; max-height: 600px; padding-bottom: 30%; background-repeat: no-repeat; background-position: center center; background-size: cover; position: relative; }

.slider .slides li a { width: 100%; height: 100%; display: block; text-decoration: none !important; position: absolute; bottom: 0; left: 0; }

.slider .slides li .caption { width: 100%; position: absolute; bottom: 0; left: 0; opacity: 0; -webkit-transition: opacity 1s ease; -moz-transition: opacity 1s ease; transition: opacity 1s ease; }

.slider .slides li .caption .text { max-width: 570px; padding: 5%; float: left; color: #FFF; background: rgba(141, 198, 63, 0.9); }

.slider .slides li .caption .text .line-1 { font-size: 20px; font-size: 1rem; }

.slider .slides li .caption .text .line-2 { font-size: 13px; font-size: 0.65rem; }

.slider .slides li.flex-active-slide .caption { opacity: 1; }

.latest-news article { margin: 0 0 20px; }

.latest-news article a { display: block; text-decoration: none !important; }

.latest-news article a::after { clear: both; content: ""; display: table; }

.latest-news article a:hover header h4 { color: #ed174c; }

.latest-news article figure { width: 80px; margin: 0; float: left; }

.latest-news article header { margin-left: 100px; padding-top: 5px; }

.latest-news article header h4 { margin: 0 0 8px; color: #231f20; font-size: 16px; font-size: 0.8rem; -webkit-transition: color 0.3s ease; -moz-transition: color 0.3s ease; transition: color 0.3s ease; }

.latest-news article header time { color: #ed174c; font-style: italic; font-family: "Merriweather", "Asap", Helvetica, Arial, sans-serif; font-size: 11px; font-size: 0.55rem; }

.quicklinks .quicklink a { display: block; position: relative; text-decoration: none !important; }

.quicklinks .quicklink a:hover { text-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.quicklinks .quicklink a:hover img { opacity: 1; -webkit-filter: grayscale(0%); filter: grayscale(0%); }

.quicklinks .quicklink img { width: 100%; opacity: 0.5; -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }

.quicklinks .quicklink .title { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

.quicklinks .quicklink .title div { width: 100%; height: 100%; display: table; }

.quicklinks .quicklink .title div h3 { width: 100%; height: 100%; display: table-cell; vertical-align: middle; margin: 0; padding: 20px; color: #FFF; text-align: center; font-size: 24px; font-size: 1.2rem; }

.quicklinks .quicklink.red { background: #ed174b; }

.quicklinks .quicklink.green { background: #8dc63f; }

.quicklinks .quicklink.orange { background: #f89d1c; }

.quicklinks .quicklink.blue { background: #00add4; }

.logos { padding: 60px 5%; background: #FFF; }

.logos .logo-scroller .logo { display: inline-block; }

.logos .logo-scroller.slick-initialized .slick-slide { height: 145px; line-height: 145px; display: block; text-align: center; outline: none; }

.logos .logo-scroller.slick-initialized .slick-slide img { display: inline-block; vertical-align: middle; }

.landing-banners { padding: 60px 5% 40px; background-color: #231f20; background-repeat: no-repeat; background-position: center center; background-size: cover; }

.landing-banners .container { max-width: 1520px; }

.landing-banners .banner { margin-bottom: 20px; padding: 30px; background: rgba(141, 198, 63, 0.9); color: #FFF; text-align: center; }

.landing-banners .banner p { margin: 0 0 20px; }

.landing-banners .banner .btn { border-color: #FFF; color: #FFF; }

.landing-banners .banner .btn:hover { background: #FFF; color: #8dc63f; }

.landing-banners .banner:nth-of-type(even) { background: rgba(0, 173, 212, 0.9); }

.landing-banners .banner:nth-of-type(even) .btn:hover { color: #00add4; }

.landing-cta { padding: 60px 5%; background: #ed174c; color: #FFF; text-align: center; line-height: 1.2; font-size: 20px; font-size: 1rem; }

.landing-cta .line-1 { margin: 0 0 20px; }

.landing-cta .line-2 { margin: 0 0 15px; font-size: 36px; font-size: 1.8rem; }

.landing-cta .line-2 span { white-space: nowrap; }

.landing-cta .line-2 a { color: #FFF; }

.landing-cta .or { margin: 0 0 20px; }

.landing-cta .btn { border-color: #FFF; color: #FFF; }

.landing-cta .btn:hover { background: #FFF; color: #ed174c; }

.archive-post { margin: 0 0 60px; }

.archive-post figure { max-width: 200px; margin: 0 0 32px; padding: 0; float: left; }

.archive-post .text { clear: left; font-size: 16px; font-size: 0.8rem; }

.archive-post .text header { margin: 0 0 20px; }

.archive-post .text header h2 { margin: 0; font-size: 30px; font-size: 1.5rem; }

.archive-post .text header h2 a { color: #8dc63f; text-decoration: none !important; }

.archive-post .text header h2 a:hover { color: #ed174c; }

.archive-post .text .read-more { white-space: nowrap; font-style: italic; font-family: "Merriweather", "Asap", Helvetica, Arial, sans-serif; font-size: 13px; font-size: 0.65rem; }

.post-figure { margin: 0 0 50px; }

.post-figure img { margin: 0 auto; }

.post-header { margin: 0 0 15px; }

.post-header .post-meta { margin: 0 0 35px; }

.post-header h2 { margin: 0; font-size: 30px; font-size: 1.5rem; }

.post-meta { padding: 7px; border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; color: #999; font-style: italic; font-family: "Merriweather", "Asap", Helvetica, Arial, sans-serif; font-size: 11px; font-size: 0.55rem; }

.post-meta::after { clear: both; content: ""; display: table; }

.post-meta .time { width: 48%; float: left; }

.post-meta .categories { width: 48%; float: right; text-align: right; }

.post-meta .categories a { margin-left: 10px; color: #999; }

.post-meta .categories a:hover { color: #ed174c; }

.post-tags { font-size: 13px; font-size: 0.65rem; }

.post-nav { clear: both; text-align: right; font-size: 13px; font-size: 0.65rem; }

.post-nav a:hover { text-decoration: none; background: #f89d1c; color: #FFF; }

.post-nav .page-numbers { width: 30px; height: 30px; line-height: 30px; margin: 0 0 5px 5px; text-align: center; display: inline-block; vertical-align: middle; color: #FFF; background: #00add4; border-radius: 100%; }

.post-nav .current { background: #f89d1c; }

.styled-list ul { margin-left: 0; list-style-type: none; }

.styled-list ul li { display: block; margin: 0 0 10px; padding: 0 0 0 40px; position: relative; }

.styled-list ul li:before { content: ''; width: 20px; height: 5px; display: block; background: #8dc63f; position: absolute; top: 12px; left: 0; }

.page-links { margin: 60px 0; }

.page-links ul { margin: 0; line-height: 1.2; font-size: 20px; font-size: 1rem; }

.page-links ul li { display: block; margin: 0 0 10px; }

.page-links ul li a { min-height: 60px; display: block; padding: 17px 70px 10px 30px; color: #FFF; background: #00add4; border-radius: 30px; position: relative; }

.page-links ul li a:after { width: 50px; height: 50px; display: block; line-height: 50px; font-family: FontAwesome; content: "\f061"; font-size: 20px; position: absolute; right: 5px; top: 5px; text-align: center; background: #FFF; color: #00add4; border-radius: 100%; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }

.page-links ul li a:hover { background: #f89d1c; }

.page-links ul li a:hover:after { color: #f89d1c; }

.page-links ul:first-child { margin-top: 0; }

.page-links ul:last-child { margin-bottom: 0; }

.screen-reader { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }

.mfp-bg { background: #FFF !important; opacity: 1 !important; }

.mfp-wrap .mfp-container { padding: 50px 20px; }

.mfp-wrap .mfp-container .mfp-figure:after { box-shadow: none; }

.mfp-wrap .mfp-container .mfp-close { width: 44px; height: 45px; padding: 0; line-height: 1; background: url(images/lightbox_close.png) no-repeat 0 0; text-indent: -9999px; text-align: left; overflow: hidden; right: 0; top: -20px; opacity: 1; }

.mfp-wrap .mfp-arrow { width: 30px; height: 57px; margin: -28px 0 0; background: url(images/lightbox_nav.png) no-repeat; opacity: 1; position: fixed; }

.mfp-wrap .mfp-arrow.mfp-arrow-left { background-position: 0 0; left: 50px; }

.mfp-wrap .mfp-arrow.mfp-arrow-right { background-position: -30px 0; right: 50px; }

.mfp-wrap .mfp-arrow:before, .mfp-wrap .mfp-arrow:after { display: none; }

.mfp-wrap .mfp-arrow:hover, .mfp-wrap .mfp-arrow:focus, .mfp-wrap .mfp-arrow:active { margin: -28px 0 0; }

.mfp-wrap .mfp-title { padding: 20px 0; color: #8dc63f; text-align: center; font-style: italic; font-size: 20px; font-size: 1rem; }

.contacts { margin: 0 0 32px; }

.contacts li { display: block; padding-left: 30px; margin: 0; position: relative; }

.contacts li a { color: #555; }

.contacts li a:hover { color: #f89d1c; }

.contacts li:before { width: 25px; display: block; position: absolute; left: 0; font-family: FontAwesome; text-align: center; }

.contacts li.address:before { content: '\f041'; }

.contacts li.phone:before { content: '\f095'; }

.contacts li.fax:before { content: '\f1ac'; }

.contacts li.email:before { content: '\f003'; }

.contacts li.facebook:before { content: '\f09a'; }

.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth { position: relative; margin-bottom: 32px; }

.alignright, .alignleft, .aligncenter, .alignnone { margin: 0 0 32px; display: block; }

.alignright:first-child, .alignleft:first-child, .aligncenter:first-child, .alignnone:first-child { margin-top: 0; }

.accordion { margin: 0 0 32px; }

.accordion .accordion-item { margin: 0 0 10px; border-radius: 30px; }

.accordion .accordion-item .accordion-handle { cursor: pointer; position: relative; background: #00add4; border-radius: 30px; -webkit-transition: background 0.2s ease; -moz-transition: background 0.2s ease; transition: background 0.2s ease; }

.accordion .accordion-item .accordion-handle h3 { min-height: 60px; padding: 17px 60px 15px 30px; margin: 0; font-size: 20px; font-size: 1rem; font-weight: 400; color: #FFF; position: relative; }

.accordion .accordion-item .accordion-handle h3:after { width: 50px; height: 50px; display: block; line-height: 50px; font-family: FontAwesome; content: "\f063"; font-size: 20px; position: absolute; right: 5px; top: 5px; text-align: center; background: #FFF; color: #00add4; border-radius: 100%; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }

.accordion .accordion-item .accordion-content { padding: 30px 20px; border-width: 0 5px 5px 5px; border-style: solid; border-color: #f89d1c; border-radius: 0 0 30px 30px; font-size: 16px; font-size: 0.8rem; }

.accordion .accordion-item .accordion-content::after { clear: both; content: ""; display: table; }

.accordion .accordion-item .accordion-content h5 { margin: 0; font-size: 16px; font-size: 0.8rem; }

.accordion .accordion-item.selected { border-top: none; background-color: #FFF; }

.accordion .accordion-item.selected .accordion-handle { background: #f89d1c; border-radius: 30px 30px 0 0; }

.accordion .accordion-item.selected .accordion-handle h3 { color: #FFF; }

.accordion .accordion-item.selected .accordion-handle h3:after { color: #f89d1c; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.tabbed-content { margin: 0 0 32px; clear: both; }

.tabbed-content .tab-nav { margin: 0; font-weight: 400; font-size: 16px; font-size: 0.8rem; }

.tabbed-content .tab-nav li { display: block; margin: 0 0 2px; }

.tabbed-content .tab-nav li a { display: block; padding: 10px 20px; color: #FFF; background: #00add4; }

.tabbed-content .tab-nav li a br { display: none; }

.tabbed-content .tab-nav li a:hover { text-decoration: underline; }

.tabbed-content .tab-nav li.active a { background: #f89d1c; color: #FFF; }

.tabbed-content .tab-window .tab-panel { padding: 30px 20px; background: #F5F5F5; }

.tabbed-content .tab-window .tab-panel::after { clear: both; content: ""; display: table; }

.flexslider { margin: 0; padding: 0; position: relative; }

.flexslider .slides { margin: 0; list-style: none; }

.flexslider .slides::after { clear: both; content: ""; display: table; }

.flexslider .slides li { margin: 0; }

.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }

.flexslider .slides img { width: 100%; display: block; }

.flexslider .flex-control-nav { width: 100%; margin: 0; position: absolute; bottom: 5%; z-index: 50; text-align: center; }

.flexslider .flex-control-nav li { display: inline-block; margin: 0 5px; }

.flexslider .flex-control-nav li a { width: 10px; height: 10px; display: block; border-radius: 50%; background: #999; cursor: pointer; overflow: hidden; text-indent: 101%; white-space: nowrap; }

.flexslider .flex-control-nav li a.flex-active { background: #ed174c; }

.flexslider .flex-direction-nav { margin: 0; *height: 0; list-style: none; }

.flexslider .flex-direction-nav li { margin: 0; }

.flexslider .flex-direction-nav a { text-decoration: none; display: block; width: 50px; height: 50px; margin: -25px 0 0; position: absolute; top: 50%; z-index: 50; overflow: hidden; cursor: pointer; text-align: center; color: #FFF; opacity: 0; }

.flexslider .flex-direction-nav a:before { width: 100%; height: 100%; display: inline-block; line-height: 50px; font-family: FontAwesome; font-size: 40px; background: rgba(0, 0, 0, 0.4); }

.flexslider .flex-direction-nav a.flex-prev { left: 0; }

.flexslider .flex-direction-nav a.flex-prev:before { content: '\f104'; border-radius: 0 4px 4px 0; }

.flexslider .flex-direction-nav a.flex-next { right: 0; }

.flexslider .flex-direction-nav a.flex-next:before { content: '\f105'; border-radius: 4px 0 0 4px; }

.flexslider .flex-direction-nav a.flex-disabled { opacity: 0 !important; filter: alpha(opacity=0); cursor: default; }

.flexslider:hover .flex-direction-nav a { opacity: 1; }

html[xmlns] .slides { display: block; }

* html .slides { height: 1%; }

.no-js .slides > li:first-child { display: block; }

@media (min-width: 480px) { #footer .bottom-menus nav { width: 47.5%; margin-left: 5%; float: left; }
  #footer .bottom-menus nav:nth-of-type(2n+1) { margin-left: 0; clear: left; } }

@media (min-width: 600px) { #header .header-search { width: 250px; margin-left: 20px; margin-top: 3px; margin-bottom: 0; float: right; }
  #header .header-r { float: right; }
  #header .logo { clear: both; }
  #header .header-buttons { text-align: center; }
  #header .header-buttons .btn { width: auto; display: inline-block; margin: 0 3px 10px; }
  #header.header-alt { padding: 30px 5%; }
  #header.header-alt .logo { padding: 0; clear: left; float: left; }
  #header.header-alt .header-r { margin: -20px 0 5px; }
  #header.header-alt .header-text { padding: 0; clear: right; float: right; text-align: right; line-height: 1.2; }
  .hero { height: 300px; padding: 0 5%; }
  .hero h1 { width: 100%; height: 100%; display: table; }
  .hero h1 span { width: 100%; height: 100%; display: table-cell; vertical-align: middle; }
  .quicklinks::after { clear: both; content: ""; display: table; }
  .quicklinks .quicklink { width: 50%; float: left; }
  .landing-banners .container { display: -webkit-box; display: -moz-box; display: box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .landing-banners .banner { padding: 30px 20px; width: 43.42105%; margin-left: 13.15789%; float: left; }
  .landing-banners .banner:nth-of-type(2n+1) { margin-left: 0; clear: left; }
  .archive-post::after { clear: both; content: ""; display: table; }
  .archive-post figure { width: 30%; margin: 0 5% 0 0; float: left; }
  .archive-post .text { width: 65%; clear: none; float: left; } }

@media (min-width: 768px) { .colour-strip div { height: 10px; }
  #header.header-alt .header-text { font-size: 30px; font-size: 1.5rem; }
  #nav .menu-collapser, #nav .sub-collapser { display: none; }
  #nav ul { text-transform: none; text-align: center; font-size: 15px; font-size: 0.75rem; }
  #nav ul li { display: inline-block; margin: 0 15px; }
  #nav ul li a { padding: 15px 0; text-decoration: none; }
  #nav ul li a:hover { color: #ed174c; }
  #nav ul li ul { width: 190px; position: absolute; top: 100%; left: 0; z-index: 1; background: rgba(35, 31, 32, 0.9); text-transform: none; text-align: left; font-size: 13px; font-size: 0.65rem; }
  #nav ul li ul li { display: block; margin: 0; }
  #nav ul li ul li a { padding: 10px 15px; }
  #nav ul li ul li a:hover { color: #FFF; background: #ed174c; }
  #nav ul li ul li ul { top: 0; left: 190px; z-index: 2; background: #ed174c; }
  #nav ul li ul li ul li a:hover { background: #da1143; }
  #nav ul li ul li:hover > a { color: #FFF; background: #ed174c; }
  #nav ul li ul li.current-menu-item > a, #nav ul li ul li.current-menu-ancestor > a { position: static; }
  #nav ul li ul li.current-menu-item > a:after, #nav ul li ul li.current-menu-ancestor > a:after { display: none; }
  #nav ul li:hover > a { color: #ed174c; }
  #nav ul li.current-menu-item > a, #nav ul li.current-menu-ancestor > a { position: relative; }
  #nav ul li.current-menu-item > a:after, #nav ul li.current-menu-ancestor > a:after { content: ''; width: 100%; height: 5px; display: block; background: #ed174c; position: absolute; bottom: 0; left: 0; }
  .hero { height: 350px; }
  #testimonials { padding-top: 80px; }
  #testimonials p { font-size: 24px; font-size: 1.2rem; }
  .cta-section { padding: 100px 5%; }
  .cta-section .cta-text { width: 58%; margin: 0; float: left; max-width: none; text-align: left; }
  .cta-section .cta-button { width: 30%; padding-top: 6px; float: right; }
  #footer .bottom-menus nav { width: 30%; margin-left: 5%; float: left; }
  #footer .bottom-menus nav:nth-of-type(2n+1) { margin-left: 5%; clear: none; }
  #footer .bottom-menus nav:nth-of-type(3n+1) { margin-left: 0; clear: left; }
  #footer .footer-bottom nav { width: 65.83333%; float: left; }
  #footer .footer-bottom .footer-logos { width: 29.16667%; margin: 0; float: right; }
  #footer .footer-bottom .copyright { clear: left; }
  .slider .slides li .caption .text .line-1 { font-size: 30px; font-size: 1.5rem; }
  .slider .slides li .caption .text .line-2 { font-size: 20px; font-size: 1rem; }
  .logos { padding: 80px 5%; }
  .landing-banners .banner { padding: 30px; }
  .landing-banners .banner p { line-height: 1.2; font-size: 30px; font-size: 1.5rem; }
  .landing-cta { font-size: 30px; font-size: 1.5rem; }
  .landing-cta .line-1 { margin: 0 0 10px; }
  .landing-cta .line-2 { margin: 0 0 10px; font-size: 60px; font-size: 3rem; }
  .landing-cta .or { margin: 0 0 25px; }
  .landing-cta .btn { padding: 20px 35px; border-width: 2px; font-size: 16px; font-size: 0.8rem; }
  .archive-post .text { font-size: 20px; font-size: 1rem; }
  .alignright { float: right; margin: 0 0 60px 60px; }
  .alignleft { float: left; margin: 0 60px 60px 0; }
  .aligncenter { margin: 60px auto; }
  .alignnone { margin: 60px 0; }
  .one-half { width: 47.5%; }
  .one-third { width: 30%; }
  .two-third { width: 65%; }
  .one-fourth { width: 21.25%; }
  .three-fourth { width: 73.75%; }
  .one-fifth { width: 16%; }
  .two-fifth { width: 37%; }
  .three-fifth { width: 58%; }
  .four-fifth { width: 79%; }
  .one-sixth { width: 12.5%; }
  .five-sixth { width: 82.5%; }
  .one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth { margin-right: 5%; margin-bottom: 0; float: left; }
  .last { margin-right: 0 !important; clear: right; }
  .accordion .accordion-item .accordion-content { padding: 45px 50px 30px; }
  .tabbed-content .tab-nav { margin-left: -5px; display: table; border-collapse: collapse; line-height: 1.2; font-size: 20px; font-size: 1rem; }
  .tabbed-content .tab-nav li { margin: 0; display: table-cell; vertical-align: bottom; text-align: center; }
  .tabbed-content .tab-nav li a { padding: 20px 30px; border-radius: 20px 20px 0 0; border-width: 5px 5px 0 5px; border-color: #FFF; border-style: solid; }
  .tabbed-content .tab-window .tab-panel { padding: 45px 50px 30px; }
  .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox::after { clear: both; content: ""; display: table; }
  .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li { width: 48%; margin-left: 4%; float: left; }
  .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li:nth-of-type(2n+1) { margin-left: 0; clear: left; }
  #gform_wrapper_1 { padding: 100px 13%; } }

@media (min-width: 960px) { #header { padding: 20px 5% 30px; }
  #header .header-search { margin-bottom: 25px; }
  #header .header-r { margin-bottom: 25px; }
  #header .logo { padding: 10px 0 0; float: left; clear: left; }
  #header .header-buttons { float: right; clear: right; text-align: right; }
  #header .header-buttons .btn { margin: 0 0 0 6px; }
  .main .content { width: 70%; margin-bottom: 0; float: left; }
  .main .sidebar { width: 25%; float: right; border-left: 1px solid #DDD; }
  .cta-section .cta-text { font-size: 36px; font-size: 1.8rem; }
  .cta-section .cta-button { padding-top: 20px; }
  .slider .slides li .caption .text .line-1 { font-size: 36px; font-size: 1.8rem; }
  .landing-banners { padding: 90px 5% 70px; }
  .landing-banners .banner { padding: 50px 60px; }
  .landing-banners .banner p { font-size: 36px; font-size: 1.8rem; }
  .landing-banners .banner .btn { padding: 20px 35px; border-width: 2px; }
  .archive-post figure { width: 23.80952%; margin: 0; }
  .archive-post .text { width: 69.04762%; float: right; } }

@media (min-width: 1240px) { .main { padding: 100px 5%; }
  #footer .bottom-menus { padding: 90px 5% 60px; }
  #footer .bottom-menus nav { width: 16%; margin-left: 5%; float: left; }
  #footer .bottom-menus nav:nth-of-type(2n+1), #footer .bottom-menus nav:nth-of-type(3n+1), #footer .bottom-menus nav:nth-of-type(4n+1) { margin-left: 5%; clear: none; }
  #footer .bottom-menus nav:nth-of-type(5n+1) { margin-left: 0; clear: left; }
  #footer .footer-bottom { padding: 90px 5%; }
  .slider .slides li .caption .text .line-1 { margin: 0 0 10px; font-size: 48px; font-size: 2.4rem; }
  .quicklinks .quicklink { width: 25%; }
  .landing-banners .banner p { margin: 0 0 30px; font-size: 48px; font-size: 2.4rem; } }

@media print { * { background: transparent !important; color: black !important; box-shadow: none !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
  @page { margin: 0.5cm; }
  h2, h3 { orphans: 3; widows: 3; page-break-after: avoid; }
  p { orphans: 3; widows: 3; }
  pre, blockquote { border: 1px solid gray; page-break-inside: avoid; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  img { max-width: 100% !important; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr { page-break-inside: avoid; } }

