/*
Theme Name:     Quantum Stainless
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: #FFE9A1; color: #000; text-shadow: none; }

::selection { background: #FFE9A1; color: #000; text-shadow: none; }

a { color: #6d2a88; 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 { text-decoration: underline; }

a:focus { outline: none; }

h1, h2, h3, h4, h5, h6 { margin: 64px 0 32px; font-family: "CooperHewitt", Helvetica, Arial, sans-serif; font-weight: 400; color: #34174e; 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: 20px; font-size: 1rem; margin-bottom: 45px; font-weight: 600; text-transform: uppercase; }

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

h3 { font-size: 20px; font-size: 1rem; }

h4 { font-size: 16px; font-size: 0.8rem; font-weight: 600; margin: 0 0 10px; }

h5 { font-size: 16px; font-size: 0.8rem; margin: 0 0 10px; }

h6 { font-size: 16px; font-size: 0.8rem; margin: 0 0 10px; font-style: italic; }

.block-title { margin: 50px 0; padding: 15px; background: #34174e; color: #FFF; text-transform: uppercase; font-weight: 600; font-size: 20px; font-size: 1rem; }

.block-title:first-child { marign-top: 0; }

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 #34174e; font-style: italic; color: #34174e; }

blockquote footer, blockquote small, blockquote cite { display: block; color: #34174e; 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; font-size: 16px; font-size: 0.8rem; }

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

.table th { font-weight: 700; }

.table thead th { vertical-align: bottom; background-color: #34174e; color: #FFF; }

.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; }

form { font-size: 16px; font-size: 0.8rem; }

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[multiple=multiple], textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; padding: 10px; outline: none; font-size: 16px; font-size: 0.8rem; color: #333; border: none; background: #DDD; border-radius: 0; box-shadow: none; }

.styled-select { overflow: hidden; padding: 0; margin: 0; background: #e2e5ec; border-radius: 0; cursor: pointer; position: relative; }

.styled-select select { width: 100% !important; position: relative; z-index: 1; background-color: transparent; background-image: none; border: none; box-shadow: none; outline: none; padding: 10px 20px 10px 10px; line-height: 1; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-size: 16px; font-size: 0.8rem; }

.styled-select:after { content: '\f107'; font-family: FontAwesome; font-size: 16px; position: absolute; right: 10px; top: 10px; color: #999; line-height: 1; }

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[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: 14px 25px; display: inline-block; font-weight: 600; font-family: "CooperHewitt", Helvetica, Arial, sans-serif; vertical-align: middle; cursor: pointer; color: #34174e; text-align: center; text-decoration: none; text-transform: uppercase; font-size: 13px; font-size: 0.65rem; line-height: 1; border: none; border-radius: 0; outline: none; background: #AAA; -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: #34174e; }

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 10px; }

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

.alert-success, .gform_confirmation_message { background: #DFF0D8; color: #529138; }

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

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

div.wpcf7-validation-errors { text-align: center; border-radius: 1px; margin: 0px !important; color: #898137; padding: 10px !important; background-color: #FFFFE0 !important; border: 1px solid #E6DB55 !important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 1.3; }

span.wpcf7-not-valid-tip, .ajax-loader { display: none !important; }

div.wpcf7-mail-sent-ok { background-color: #EBFFE0 !important; border: 1px solid #73D042 !important; border-radius: 2px 2px 2px 2px !important; color: #568937 !important; font-size: 10pt !important; margin: 0px !important; padding: 13px !important; text-align: center !important; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.wpcf7-not-valid { background-color: #FFE0E0 !important; border: 1px solid #E65555 !important; }

.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_nav_menu ul, .widget_pages ul, .widget_categories ul, .widget_recent_entries ul, .widget_meta ul, .widget_archive ul, .widget_product_categories ul, .widget_recent_comments ul { margin: 0; line-height: 1.2; }

.widget_nav_menu ul li, .widget_pages ul li, .widget_categories ul li, .widget_recent_entries ul li, .widget_meta ul li, .widget_archive ul li, .widget_product_categories ul li, .widget_recent_comments ul li { display: block; margin: 10px 0 0; padding-left: 15px; position: relative; }

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

.widget_nav_menu ul li a:before, .widget_pages ul li a:before, .widget_categories ul li a:before, .widget_recent_entries ul li a:before, .widget_meta ul li a:before, .widget_archive ul li a:before, .widget_product_categories ul li a:before, .widget_recent_comments ul li a:before { content: '\f0da'; font-family: FontAwesome; font-size: 13px; position: absolute; left: 0; top: 1px; }

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

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

.widget_nav_menu ul li ul li, .widget_pages ul li ul li, .widget_categories ul li ul li, .widget_recent_entries ul li ul li, .widget_meta ul li ul li, .widget_archive ul li ul li, .widget_product_categories ul li ul li, .widget_recent_comments ul li ul li { padding-left: 0; }

.widget_nav_menu ul li ul li a:before, .widget_pages ul li ul li a:before, .widget_categories ul li ul li a:before, .widget_recent_entries ul li ul li a:before, .widget_meta ul li ul li a:before, .widget_archive ul li ul li a:before, .widget_product_categories ul li ul li a:before, .widget_recent_comments ul li ul li a:before { display: none; }

.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 { height: 100%; font-size: 20px; }

body { height: 100%; background: #FFF; color: #333; line-height: 1.612; font-family: "CooperHewitt", Helvetica, Arial, sans-serif; font-weight: 300; }

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

#wrapper { width: 100%; height: 100%; position: relative; }

#header { width: 100%; position: relative; z-index: 500; background: #FFF; border-bottom: 1px solid #e2e5ec; }

#header .mobile-menu { padding: 15px 20px; background: #34174e; cursor: pointer; }

#header .mobile-menu .hamburger { width: 22px; }

#header .mobile-menu .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; }

#header .mobile-menu .hamburger span:first-child { margin-top: 0; }

#header .mobile-menu.open .hamburger span { opacity: 0; }

#header .mobile-menu.open .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); }

#header .mobile-menu.open .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); }

#header .inner { padding: 30px 20px; position: relative; }

#header .inner::after { clear: both; content: ""; display: table; }

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

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

#header nav { margin: 0 0 50px; }

#header nav ul { margin: 0; list-style: none; font-size: 16px; font-size: 0.8rem; font-family: "CooperHewitt", Helvetica, Arial, sans-serif; font-weight: 600; line-height: 1.2; text-transform: uppercase; text-align: center; border-bottom: 1px solid #e2e5ec; }

#header nav ul li { display: block; margin: 0; position: relative; border-top: 1px solid #e2e5ec; }

#header nav ul li a { display: block; padding: 13px 0; color: #6d2a88; text-decoration: none !important; }

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

#header nav ul li a:hover { background: #6d2a88; color: #FFF; }

#header nav ul li ul { display: none; }

#header .contractor-login { width: 100%; max-width: 360px; height: 50px; line-height: 50px; display: block; margin: 0 auto 10px; padding: 0 20px; background: #34174e; -webkit-transition: none; -moz-transition: none; transition: none; -webkit-transition: background 0.2s ease; -moz-transition: background 0.2s ease; transition: background 0.2s ease; }

#header .contractor-login:hover { background: #6d2a88; }

#header .social-icons { max-width: 360px; min-height: 50px; margin: 0 auto; padding: 0 10px; border: 1px solid #e2e5ec; text-align: center; line-height: 47px; font-size: 20px; }

#header .social-icons a { margin: 0 10px; vertical-align: middle; }

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

#header .social-icons a .fa-twitter { color: #25ade9; }

#header .social-icons a .fa-instagram { color: #547fa2; }

#header .social-icons a .fa-linkedin { color: #197cb2; }

#header .social-icons a:hover { opacity: 0.8; }

#header .logos, #header .copyright { display: none; }

#main { position: relative; background: url(images/bg.jpg) no-repeat center center/cover; }

#main .page-wrapper { padding: 60px 20px; background: rgba(255, 255, 255, 0.90); }

#main .page-wrapper .content::after { clear: both; content: ""; display: table; }

#main .page-wrapper .content-narrow { max-width: 780px; }

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

.sub-nav { margin: 0 0 60px; background: #6d2a88; }

.sub-nav ul { margin: 0; text-transform: uppercase; font-weight: 600; font-size: 11px; font-size: 0.55rem; }

.sub-nav ul::after { clear: both; content: ""; display: table; }

.sub-nav ul li { display: block; margin: 0; float: left; }

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

.sub-nav ul li a:hover { background: #5d2475; text-decoration: none; }

.sub-nav ul li.current > a, .sub-nav ul li.current-cat > a, .sub-nav ul li.current_page_item > a { background: #6d2a88; }

.tiles-container { margin-top: 50px; }

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

.tiles-container:first-child { margin-top: 0; }

.tile { max-width: 293px; margin: 0 auto 50px; }

.tile a { display: block; text-decoration: none !important; }

.tile a:hover img { -webkit-transform: scale(1.08); -moz-transform: scale(1.08); -ms-transform: scale(1.08); -o-transform: scale(1.08); transform: scale(1.08); }

.tile a:hover h3 { color: #6d2a88; }

.tile div { margin: 0 0 20px; overflow: hidden; }

.tile img { width: 100%; -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; transition: all 0.8s ease; }

.tile h3 { margin: 0; color: #34174e; -webkit-transition: color 0.2s ease; -moz-transition: color 0.2s ease; transition: color 0.2s ease; }

.tile p, .tile br { display: none; }

.tiles-tight .tile { margin: 0 auto 20px; }

.carousel .slides { overflow: hidden; }

.carousel .slick-list { margin: 0 -20px; }

.carousel .slide { outline: none; }

.carousel .slide .inner { margin: 0 20px; }

.carousel .slide .inner a { text-decoration: none !important; }

.carousel .slide .inner a:hover img { -webkit-transform: scale(1.08); -moz-transform: scale(1.08); -ms-transform: scale(1.08); -o-transform: scale(1.08); transform: scale(1.08); }

.carousel .slide .inner div { overflow: hidden; margin: 0 0 20px; }

.carousel .slide .inner img { width: 100%; -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; transition: all 0.8s ease; }

.carousel .slide .inner h3 { margin: 0; color: #6d2a88; font-size: 20px; font-size: 1rem; }

.carousel .slick-arrow { width: 30px; height: 30px; line-height: 30px; display: block; text-align: center; color: #9faebb; font-size: 30px; cursor: pointer; position: absolute; top: 50%; margin-top: -15px; }

.carousel .slick-arrow.fa-angle-left { left: -50px; }

.carousel .slick-arrow.fa-angle-right { right: -50px; }

.carousel .slick-arrow:hover { color: #6d2a88; }

.og-grid { margin: 0; list-style: none; position: relative; font-size: 0; text-justify: distribute-all-lines; text-align: center; }

.og-grid li { height: 280px; display: inline-block; vertical-align: top; margin: 0; text-align: left; font-size: 20px; font-size: 1rem; }

.og-grid li a { display: block; border: none; outline: none; position: relative; }

.og-grid li img { width: 100%; }

.og-grid li .photo { -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; }

.og-grid li .og-expander { position: absolute; background: #FFF; top: auto; left: 0; width: 100%; text-align: left; height: 0; overflow: hidden; }

.og-grid li .og-expander-inner { padding: 30px; height: 100%; }

.og-grid li .og-expander-inner .profile { margin-bottom: 32px; }

.og-grid li .og-expander-inner h3 { margin: 0 0 10px; font-size: 30px; font-size: 1.5rem; }

.og-grid li .og-expander-inner .position { font-size: 11px; font-size: 0.55rem; color: #9eaebb; text-transform: uppercase; font-weight: 600; }

.og-grid li .og-close { width: 30px; height: 30px; line-height: 30px; position: absolute; top: 0; right: 0; cursor: pointer; background: #6d2a88; color: #FFF; text-align: center; font-size: 16px; }

.og-grid li.og-expanded .photo { -webkit-filter: grayscale(0%); filter: grayscale(0%); }

.og-grid li.og-expanded > a:before { content: ''; width: 100%; height: 5px; display: block; background: #34174e; position: absolute; top: 0; left: 0; z-index: 2; }

.contact-map { height: 0; max-height: 400px; padding-bottom: 50%; margin-bottom: 50px; position: relative; overflow: hidden; background: #EEE; }

.contact-content .contacts { margin: 0; }

.contact-content .contacts li { display: block; margin: 0; }

.contact-content .contacts li span { width: 60px; display: inline-block; margin-right: 20px; }

.contact-content .contacts li.email { margin-bottom: 30px; }

.contact-content .contact-form { max-width: 400px; }

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

.archive-post { max-width: 293px; margin: 0 auto 50px; }

.archive-post figure { margin: 0 0 25px; }

.archive-post figure a:hover img { -webkit-transform: scale(1.08); -moz-transform: scale(1.08); -ms-transform: scale(1.08); -o-transform: scale(1.08); transform: scale(1.08); }

.archive-post figure div { overflow: hidden; }

.archive-post figure img { width: 100%; -webkit-transition: all 0.8s ease; -moz-transition: all 0.8s ease; transition: all 0.8s ease; }

.archive-post header h2 { margin: 0 0 20px; font-size: 20px; font-size: 1rem; }

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

.post-meta { font-size: 11px; font-size: 0.55rem; color: #9eaebb; text-transform: uppercase; font-weight: 600; }

.post-meta span { margin: 0 3px; }

.post-meta a { color: #9eaebb; }

.post-meta a:hover { color: #34174e; text-decoration: none; }

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

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

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

.post-tags { font-size: 16px; font-size: 0.8rem; }

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

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

.post-nav .page-numbers { width: 30px; height: 30px; line-height: 30px; margin-left: 2px; text-align: center; display: inline-block; vertical-align: middle; color: #9eaebb; border: 1px solid #9eaebb; }

.post-nav .next, .post-nav .prev { font-size: 16px; font-size: 0.8rem; }

.post-nav .current { background: #6d2a88; border-color: #6d2a88; color: #FFF; }

.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: #34174e; text-align: center; font-style: normal; font-size: 20px; font-size: 1rem; }

.attention { margin: 50px 0; color: #34174e; line-height: 1.4; font-weight: 300; font-size: 30px; font-size: 1.5rem; }

.attention:first-child { margin-top: 0; }

.files { margin: 60px 0; }

.files h2, .files h3 { margin: 0 0 20px; }

.files ul { margin: 0; border-top: 1px solid #9eaebb; font-weight: 600; font-size: 16px; font-size: 0.8rem; }

.files ul li { display: block; margin: 0; border-bottom: 1px solid #9eaebb; }

.files ul li a { display: block; padding: 17px 15px; color: #34174e; }

.files ul li a span { display: block; margin-top: 5px; color: #6d2a88; text-transform: uppercase; font-size: 11px; font-size: 0.55rem; -webkit-transition: color 0.2s ease; -moz-transition: color 0.2s ease; transition: color 0.2s ease; }

.files ul li a span:before { font-family: FontAwesome; margin-right: 5px; }

.files ul li a[href$=".pdf"] span:before { content: '\f1c1'; }

.files ul li a[href$=".doc"] span:before, .files ul li a[href$=".docx"] span:before { content: '\f1c2'; }

.files ul li a[href$=".xls"] span:before { content: '\f1c3'; }

.files ul li a:hover { text-decoration: none; background: #34174e; color: #FFF; }

.files ul li a:hover span { color: #FFF; }

.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; border-bottom: 1px solid #DDD; }

.accordion .accordion-item { border-top: 1px solid #DDD; }

.accordion .accordion-item .accordion-handle { cursor: pointer; position: relative; }

.accordion .accordion-item .accordion-handle h3 { padding: 15px 50px 15px 20px; margin: 0; font-size: 20px; font-size: 1rem; font-family: "CooperHewitt", Helvetica, Arial, sans-serif; font-weight: 700; color: #34174e; position: relative; }

.accordion .accordion-item .accordion-handle h3:after { font-family: FontAwesome; content: "\f107"; font-size: 20px; position: absolute; right: 20px; top: 16px; -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; font-size: 16px; font-size: 0.8rem; }

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

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

.accordion .accordion-item.selected .accordion-handle { background: #6d2a88; }

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

.accordion .accordion-item.selected .accordion-handle h3:after { -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: 700; font-size: 16px; font-size: 0.8rem; }

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

.tabbed-content .tab-nav li a { display: block; padding: 10px 20px; color: #FFF; background: #6d2a88; border-width: 0 1px 1px 1px; border-style: solid; border-color: #FFF; }

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

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

.tabbed-content .tab-nav li:first-child a { border-width: 1px; }

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

.tabbed-content .tab-window .tab-panel { padding: 30px 20px; background: #FFF; border-width: 0 1px 1px 1px; border-style: solid; border-color: #DDD; font-size: 16px; font-size: 0.8rem; }

.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: 12px; height: 12px; display: block; border: 1px solid #FFF; border-radius: 50%; background: none; cursor: pointer; overflow: hidden; text-indent: 101%; white-space: nowrap; }

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

.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) { .tile { width: 47.5%; max-width: none; margin-left: 5%; float: left; }
  .tile:nth-of-type(2n+1) { margin-left: 0; clear: left; }
  .tiles-tight .tile { width: 49%; margin-left: 2%; margin-bottom: 2%; }
  .tiles-tight .tile:nth-of-type(2n+1) { margin-left: 0; clear: left; }
  .archive-post { width: 47.5%; max-width: none; margin-left: 5%; float: left; }
  .archive-post:nth-child(2n+1) { margin-left: 0; clear: left; }
  .files ul li a { padding: 17px 100px 17px 15px; position: relative; }
  .files ul li a span { margin: 0; position: absolute; right: 15px; top: 22px; } }

@media (min-width: 768px) { #header .logo { margin: 0; float: left; }
  #header nav { padding-top: 30px; clear: both; }
  #header .contractor-login { width: 160px; position: absolute; top: 40px; right: 20px; }
  #header .social-icons { position: absolute; top: 40px; right: 200px; }
  .tile { width: 30%; margin-left: 5%; }
  .tile:nth-of-type(2n+1) { margin-left: 5%; clear: none; }
  .tile:nth-of-type(3n+1) { margin-left: 0; clear: left; }
  .tiles-tight .tile { width: 32%; margin-left: 2%; }
  .tiles-tight .tile:nth-of-type(2n+1) { margin-left: 2%; clear: none; }
  .tiles-tight .tile:nth-of-type(3n+1) { margin-left: 0; clear: left; }
  .carousel { position: relative; }
  .carousel .slick-list { margin: 0 -25px; }
  .carousel .slide .inner { margin: 0 25px; }
  .contact-info { position: relative; }
  .contact-map { width: 47%; height: 100%; max-height: none; margin: 0; padding: 0; position: absolute; top: 0; right: 0; }
  .contact-content { width: 47%; float: left; }
  .archive-post { width: 30%; margin-left: 5%; }
  .archive-post:nth-of-type(2n+1) { margin-left: 5%; clear: none; }
  .archive-post:nth-of-type(3n+1) { margin-left: 0; clear: left; }
  .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; }
  .attention { font-size: 36px; font-size: 1.8rem; }
  .accordion .accordion-item .accordion-handle h3 { padding: 25px 60px 25px 30px; }
  .accordion .accordion-item .accordion-handle h3:after { top: 26px; right: 30px; }
  .accordion .accordion-item .accordion-content { padding: 45px 50px 30px; }
  .tabbed-content .tab-nav { display: table; border-collapse: collapse; line-height: 1.2; font-size: 20px; font-size: 1rem; }
  .tabbed-content .tab-nav li { display: table-cell; vertical-align: bottom; text-align: center; }
  .tabbed-content .tab-nav li a { padding: 20px 30px; border-width: 1px 1px 0 0; }
  .tabbed-content .tab-nav li:first-child a { border-width: 1px 1px 0 0; }
  .tabbed-content .tab-window .tab-panel { padding: 45px 50px 30px; border-width: 1px; } }

@media (min-width: 960px) { #wrapper { border-top: 50px solid #34174e; }
  #header { max-width: 360px; height: 100%; position: absolute; overflow: auto; }
  #header .mobile-menu { display: none; }
  #header .inner { padding: 50px 13.88889%; }
  #header .logo { margin: 0 0 50px; padding: 0; float: none; }
  #header .header-items { padding-top: 0; }
  #header nav { padding: 0; }
  #header .contractor-login { width: 100%; position: static; }
  #header .social-icons { position: static; }
  #header .logos { display: block; margin: 50px 0; text-align: justify; text-justify: distribute-all-lines; font-size: 0; }
  #header .logos div { display: inline-block; vertical-align: middle; }
  #header .logos div img { -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; transition: all 0.2s ease; }
  #header .logos div:hover img { -webkit-filter: grayscale(0%); filter: grayscale(0%); }
  #header .logos:after { content: ''; display: inline-block; width: 100%; }
  #header .copyright { display: block; color: #34174e; font-size: 13px; font-size: 0.65rem; }
  #header .copyright span { display: block; color: #9eaebb; font-size: 11px; font-size: 0.55rem; }
  #header .copyright span a { color: #9eaebb; }
  #main { height: 100%; margin-left: 360px; overflow: auto; }
  #main .page-wrapper { width: 100%; max-width: 1200px; min-height: 100%; padding: 0; }
  #main .content { padding: 8.33333%; }
  .tile { width: 47.5%; margin-left: 5%; }
  .tile:nth-of-type(2n+1) { margin-left: 0 !important; clear: left !important; }
  .tile:nth-of-type(3n+1) { margin-left: 5%; clear: none; }
  .tiles-tight .tile { width: 49%; margin-left: 2%; }
  .tiles-tight .tile:nth-of-type(2n+1) { margin-left: 0 !important; clear: left !important; }
  .tiles-tight .tile:nth-of-type(3n+1) { margin-left: 2%; clear: none; }
  .contact-map { width: 100%; height: 0; max-height: 400px; padding-bottom: 50%; margin-bottom: 50px; position: static; }
  .contact-content { width: auto; float: none; }
  .archive-post { width: 47.5%; margin-left: 5%; }
  .archive-post:nth-child(2n+1) { margin-left: 0 !important; clear: left !important; }
  .archive-post:nth-child(3n+1) { margin-left: 5%; clear: none; } }

@media (min-width: 1240px) { .tile { width: 29.3%; margin-left: 6%; }
  .tile:nth-of-type(2n+1) { margin-left: 6% !important; clear: none !important; }
  .tile:nth-of-type(3n+1) { margin-left: 0 !important; clear: left !important; }
  .tiles-tight .tile { width: 32%; margin-left: 2%; margin-bottom: 2%; }
  .tiles-tight .tile:nth-of-type(2n+1) { margin-left: 2% !important; clear: none !important; }
  .tiles-tight .tile:nth-of-type(3n+1) { margin-left: 0 !important; clear: left !important; }
  .og-grid li .og-expander-inner { padding: 50px; }
  .og-grid li .og-expander-inner .og-details::after { clear: both; content: ""; display: table; }
  .og-grid li .og-expander-inner .profile { width: 23.33333%; margin: 0; float: left; }
  .og-grid li .og-expander-inner .text { width: 71.11111%; padding-left: 7.93651%; float: right; border-left: 1px solid #9eaebb; }
  .contact-map { width: 47%; height: 100%; max-height: none; margin: 0; padding: 0; position: absolute; top: 0; right: 0; }
  .contact-content { width: 47%; float: left; }
  .archive-post { width: 29.3%; margin-left: 6%; }
  .archive-post:nth-child(2n+1) { margin-left: 6% !important; clear: none !important; }
  .archive-post:nth-child(3n+1) { margin-left: 0 !important; clear: left !important; }
  .post-content { position: relative; }
  .post-header { width: 33%; margin: 0; padding-bottom: 80px; float: left; }
  .post-entry { width: 65.5%; padding-left: 5%; float: right; border-left: 1px solid #9eaebb; }
  .backtoblog { clear: both; }
  .backtoblog .btn { margin-top: -75px; } }

@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; } }