/*
Theme Name: Slait Consulting
Theme URI: http://slaitconsulting.com
Description: Theme for Slait Consulting
Author: Helium Studio
Author URI: http://heliumstudio.com
Version: 1.0

This website was proudly designed and built by
 _   _        _  _                    ____   _               _  _        
| | | |  ___ | |(_) _   _  _ __ ___  / ___| | |_  _   _   __| |(_)  ___  
| |_| | / _ \| || || | | || '_ ` _ \ \___ \ | __|| | | | / _` || | / _ \ 
|  _  ||  __/| || || |_| || | | | | | ___) || |_ | |_| || (_| || || (_) |
|_| |_| \___||_||_| \__,_||_| |_| |_||____/  \__| \__,_| \__,_||_| \___/ 

*/

/* ===================================================================== */
/* =============================== Style =============================== */
/* ===================================================================== */

/* ==================== 
	- HTML5 Reset
	- Layout
	- Navigation
	- General
	- Forms & Buttons
	- Fonts
	- Hides & Fixes
	- Media:Mobile
	- Media:Print
   ====================
Swatches -

orange - e36f1e
slait - 455560
light slait - 889197

*/


/* ========================================== 

    HTML5 Reset 

========================================== */

*,*:before,*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 100%; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
a { outline: none; text-decoration: none;}


/* ========================================== 

    Layout 

========================================== */

html { font-size: 62.5%;}
body {
	font-size: 16px;
	font-size: 1.6rem;
	background: #f9fcfe;
	color: #455560;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	overflow-x: hidden;
}

::selection {
    background: #000;
    color: #fff;
}
::-moz-selection {
    background: #000;
    color: #fff;
}

/* ------------------------------------------ 

    Rows

------------------------------------------ */

.row {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	*zoom: 1;
}
.row:before,
.row:after { content: ""; display: table; }
.row:after { clear: both; }
.row.full { max-width: 100% !important; padding: 0;}

/* ------------------------------------------ 

    Columns 

------------------------------------------ */

.col,
.mcol,
.scol {
	position: relative;
	float: left;
	margin: 0 1.5%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.one	{ width: 5.33333%;}
.two	{ width: 13.66667%;}
.three	{ width: 22%;}
.four	{ width: 30.33333%;}
.five	{ width: 38.66667%;}
.six	{ width: 47%;}
.seven	{ width: 55.33333%;}
.eight	{ width: 63.66667%;}
.nine	{ width: 72%;}
.ten	{ width: 80.33333%;}
.eleven	{ width: 88.66667%;}
.twelve	{ width: 97%;}

.col.flush-left,
.mcol.flush-left,
.scol.flush-left {
    margin: 0 3% 0 0;
}
.col.flush-right,
.mcol.flush-right,
.scol.flush-right {
    margin: 0 0 0 3%;
}

/* ------------------------------------------ 

    Panels 

------------------------------------------ */



.panel80 { min-height: 700px!important;}
.panel70 { min-height: 650px;}
.panel60 { min-height: 500px;}
.panel {
    max-height: 800px;
    min-height: 600px;
}

/* ========================================== 

    Header 

========================================== */

header {
    position: fixed!important;
    top: 0;
    background-color: #455560;
    height: 135px;
    border-bottom: 10px solid #222a2f;
    z-index: 9000;
    transition: all .5s;
}
#logo {
    background-image: url(images/slait-logo.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 169px;
    height: 75px;
    position: relative;
    display: block;
    text-indent: -9999px;
    float: left;
    top: 30px;
}
.lt-ie9 #logo {
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://www.slaitconsulting.com/wp-content/themes/Slait%20Consulting/images/slait-logo.png', sizingMethod='scale');    
}


/* ------------------------------------------ 

    Sticky Header

------------------------------------------ */

header.sticky {
    height: 70px;
    background-color: #222a2f;
}
header.sticky #logo {
    background-size: 90px;
    width: 90px;
    height: 40px;
    top: 12px;
}
header.sticky #main-nav ul li a,
header.sticky #search-trigger {
    padding-top: 20px!important;
    height: 70px!important;
}
header.sticky .flyout {
    top: 70px!important;
    background-color: #0c1317;
}
header.sticky .social a { top: -8px!important;}

header.sticky #main-nav ul li:hover a::after,
header.sticky #main-nav ul li.current_page_item a::after,
header.sticky #main-nav ul li.current-page-ancestor a::after {
    bottom: 0px;
    border-color: transparent transparent #0c1317 transparent;
}
header.sticky #search-trigger {
    padding-top: 20px!important;
    height: 70px!important;
}
header.sticky #search-wrapper {
    background-color: #222a2f;
    height: 60px!important;
}
header.sticky #search-wrapper #s {
    height: 60px!important;
    font-size: 40px;
    font-size: 4rem;
}
header.sticky #search-wrapper #searchsubmit { top: 10px;}
header.sticky #search-wrapper #search-close { top: -8px;}

/* ========================================== 

    Navigation 

========================================== */

/* ------------------------------------------ 

    Main-nav (desktop) 

------------------------------------------ */

#main-nav { float: right;}
#main-nav ul li {
    display: inline-block;
    margin-right: 16px;
}
#main-nav ul li a {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    display: block;
    color: #ffffff;
    font-weight: 400;
    padding-top: 65px;
    padding-left: 10px;
    padding-right: 10px;
    height: 135px;
    display: block;
    float: left;
    position: relative;
    transition: color .3s;
}
#main-nav ul li:hover a,
#main-nav ul li.current_page_item a,
#main-nav ul li.current-page-ancestor a,
#main-nav ul li .flyout li.current_page_item a { color: #e36f1e;}
#main-nav ul li:hover > a::after,
#main-nav ul li.current_page_item > a::after,
#main-nav ul li.current-page-ancestor > a::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -12px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 11px 12px;
    border-color: transparent transparent #303b43 transparent;
}

/* ------------------------------------------ 

    Flyout 

------------------------------------------ */

.flyout {
    width: 100%;
    position: absolute;
    top: 135px;
    background-color: #222a2f;
    display: none;
    left: 50%;
    padding-top: 60px;
    padding-bottom: 70px;
    color: #fff;
    box-shadow: 0px 10px 10px rgba(0,0,0,.6);
}
#main-nav ul li .flyout ul li {
    display: block;
    margin: 0;
}
#main-nav ul li .flyout ul li a,
header.sticky #main-nav ul li .flyout ul li a {
    color: #ffffff;
    padding: 0!important;
    height: auto!important;
    display: inline-block;
    float: none;
    transition: color 0s;
    font-weight: 300;
    position: relative;
}
#main-nav ul li .flyout ul li a::before {
    content: "A";
    font-family: 'icons-slait';
    font-size: 30px;
    font-size: 3rem;
    color: #ffffff;
    margin-right: 0;
    top: 2px;
    position: relative;
}
#main-nav ul li .flyout ul li a::after {
    display: block;
}

#main-nav ul li .flyout ul li a:hover,
#main-nav ul li .flyout ul li a:hover::before,
header.sticky #main-nav ul li .flyout ul li a:hover,
header.sticky #main-nav ul li .flyout ul li a:hover::before,
#main-nav ul li .flyout li.current_page_item a::before { color: #e36f1e;}

#main-nav ul li .flyout ul li { margin-bottom: 10px!important;}
#main-nav ul li:hover .flyout ul li a::after {
    display: none!important;
}

/* ------------------------------------------ 

    Mobile-nav 

------------------------------------------ */

#mobile-nav-trigger,
#mobile-search-trigger {
    color: #fff;
    font-size: 50px;
    font-size: 5rem;
    right: 75px;
    top: 40px;
    display: block;
    position: absolute;
    cursor: pointer;
    padding: 0 2px;
    line-height: 40px;
    transition: color .3s;
}
#mobile-search-trigger {
    font-size: 35px;
    font-size: 3.5rem;
    right: 25px;
}
#mobile-nav-trigger.triggered {
    color: #e36f1e;
    border-color: #e36f1e;
}
#mobile-nav-trigger::before { margin-left: -1px;}
#mobile-nav {
    background: #222a2f;
    position: relative;
    z-index: 9999;
    min-height: 0;
    box-shadow: inset 0px 0px 25px 0 #0c1317;
}
#mobile-nav nav { border-bottom: 1px solid #0c1317;}
#mobile-nav nav,
#mobile-nav ul.sub-menu {
    display: none;
}
#mobile-nav > nav > ul > li {
    border-bottom: 1px solid #0c1317;
    position: relative;
}
#mobile-nav > nav > ul > li:last-child { border-bottom: none;}
#mobile-nav > nav > ul > li > a {
    font-family: 'Oswald', serif;
    padding: 20px 25px;
    display: block;
    font-weight: 400;
    font-size: 20px;
    font-size: 2rem;
    text-transform: uppercase;
    color: #ffffff;
}
li.mnav-trigger > a::after {
    font-family: "icons-slait";
    font-style: normal;
    font-weight: normal;
    speak: none; 
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    content: '\41';
    position: absolute;
    top: 13px;
    right: 25px;
    font-size: 40px;
    font-size: 4rem;
    transition: all .3s;
}
li.mnav-trigger { transition: all .3s;}
li.mnav-trigger.open {    
    background: #455560;
    border-bottom: 1px solid #0c1317!important;
}
li.mnav-trigger.open > a {
    color: #ffffff!important;
    border-bottom: 1px solid #222a2f;
}
li.mnav-trigger.open > a::after { transform: rotate(90deg);}
#mobile-nav > nav > ul > li > ul { background: #2b3439;}
#mobile-nav > nav > ul > li > ul > li { border-bottom: 1px solid #0c1317;}
#mobile-nav > nav > ul > li > ul > li > a {
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
}
#mobile-nav > nav > ul > li > ul > li > a::before {
    content: "-";
    margin-right: 10px;
}

/* ========================================== 

    Search 

========================================== */

#search-trigger {
    font-size: 25px;
    font-size: 2.5rem;
    text-transform: uppercase;
    display: block;
    color: #ffffff;
    padding-top: 65px;
    padding-left: 10px;
    padding-right: 10px;
    height: 135px;
    display: block;
    float: left;
    position: relative;
    top: -2px;
    cursor: pointer;
    transition: color .3s;
}
.lt-ie9 #search-trigger {
    background-image: url(images/graphic-magnifying-white.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    font-size: 0;
}
#search-wrapper {
    z-index: 9999;
    border: none;
    background-color: #222a2f;
    display: none;
    position: absolute!important;
    bottom: 0;
    height: 125px;
}
#search-wrapper #s {
    height: 125px;
    background: transparent;
    border: none;
    color: #e36f1e;
    font-size: 40px;
    font-size: 4rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    outline: none;
    width: 100%;
    padding-right: 150px;
}
.lt-ie9 #search-wrapper #s {
    padding: 25px 0 0 0;
}
#s:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #222a2f inset;
    -webkit-text-fill-color: #e36f1e !important;
}
#search-wrapper #searchsubmit {
    color: #e36f1e;
    font-size: 45px;
    font-size: 4.5rem;
    position: absolute;
    top: 40px;
    right: 120px;
    -webkit-appearance: none;
    border: none;
    z-index: 9999;
    width: 45px;
    height: 45px;
    background: transparent;
    font-family: 'icons-slait';
}
.lt-ie9 #search-wrapper #searchsubmit {
    background-image: url(images/graphic-magnifying-orange.png);
    background-repeat: no-repeat;
    width: 33px;
    height: 34px;
    font-size: 0;
}
#search-wrapper #search-close {
    color: #4e5559;
    font-size: 65px;
    font-size: 6.5rem;
    position: absolute;
    top: 21px;
    right: 60px;
    -webkit-appearance: none;
    border: none;
    z-index: 9999;
    width: 60px;
    height: 60px;
    background: transparent;
}
.lt-ie9 #search-wrapper #search-close {
    top: 41px;
}
::-webkit-input-placeholder {color: #e36f1e;}
:-moz-placeholder { color: #e36f1e;}
::-moz-placeholder { color: #e36f1e;}
:-ms-input-placeholder { color: #e36f1e;}

/* ========================================== 

    Social 

========================================== */

.social { margin-right: 0!important;}
.social a {
    font-size: 25px!important;
    font-size: 2.5rem!important;
    text-transform: none!important;
    color: #adafb0!important;
    top: -40px;
    height: auto!important;
    padding: 0!important;
    display: block!important;
}
.lt-ie9 .social a {
    top: -45px;
}
.social a:hover { color: #e36f1e!important;}
.social:hover a::after { display: none!important;}

/* ========================================== 

    Feature Slider 

========================================== */

#feature-slider ul,
#page-slider ul {
    list-style: none;
    list-style-type: none;
    margin: 0;
    background: #222a2f;
}
#feature-slider ul li,
#page-slider ul li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#feature-slider .slide-content {
    position: absolute;
    top: 300px;
    z-index: 7000;
    color: #ffffff;
    max-width: 1280px;
    width: 100%;
    left: 50%;
    margin-left: -640px;
    text-align: center;
}
#feature-slider .slide-content h1 span.top-line,
#feature-slider .slide-content h1 span.btm-line {
    background-color: #22292f;
    background-color: rgba(34,41,47,.9);  
    padding: 10px;
    font-size: 55px;
    font-size: 5.5rem;
    line-height: 55px;
    line-height: 5.5rem;
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    box-shadow: 0px 3px 5px rgba(0,0,0,.5);
}
#feature-slider .slide-content h1 span.top-line { margin-bottom: 10px;}
#feature-slider .slide-content h1 span.btm-line { margin-bottom: 30px;}
#feature-slider .slide-content a,
#page-slider .slide-content a {
    background-color: #ccc;
    background: rgba(255,255,255,.75);
    color: #455560;
    display: inline-block;
    padding: 20px;
    font-size: 25px;
    font-size: 2.5rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    transition: background .3s;
}
#feature-slider .slide-content a:hover,
#page-slider .slide-content a:hover {
    background: rgba(255,255,255,1);
}

/* ========================================== 

    Feature Header 

========================================== */

#feature-header {
    background-color: #cccccc;
    min-height: 450px;
    max-height: 500px;
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: fixed;
    overflow-y: hidden;
}
#feature-header .inner,
#page-slider .slide-content {
    position: absolute;
    top: 250px;
    z-index: 7000;
    color: #ffffff;
    max-width: 1280px;
    width: 100%;
    left: 50%;
    margin-left: -640px;
    text-align: center;
}
#feature-header .inner h1,
#page-slider .slide-content h1 {
    background-color: #22292f;
    background-color: rgba(34,41,47,.9);       
    padding: 10px 30px;
    font-size: 55px;
    font-size: 5.5rem;
    line-height: 55px;
    line-height: 5.5rem;
    font-family: 'Oswald', sans-serif;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    box-shadow: 0px 3px 5px rgba(0,0,0,.5);
}
#page-slider .slide-content h1 {
    margin-bottom: 20px;
}

#feature-header .inner h1.archive-title {
    padding: 10px 30px 10px 20px;
}
#feature-header .inner.double-liner,
#page-slider .slide-content.double-liner { top: 225px;}

#page-slider .slide-content.single.wbutton { top: 210px;}
#page-slider .slide-content.double-liner.wbutton { top: 175px;}

#feature-header .inner.double-liner h1,
#page-slider .slide-content.double-liner h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
}

#feature-header .inner.double-liner h1 span,
#page-slider .slide-content.double-liner h1 span {
    display: block;
    margin-bottom: 10px;
    position: relative;
    background-color: #22292f;
    background-color: rgba(34,41,47,.9);
    padding: 10px 30px;
    box-shadow: 0px 3px 5px rgba(0,0,0,.5);
}


/* ========================================== 

    Calls to Action 

========================================== */

#calls-to-action h1 {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 30px;
    font-family: 'Oswald';
    text-transform: uppercase;
    color: #455560;
    text-align: center;
    font-weight: 400;
}
#calls-to-action h3 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 70px;
    color: #455560;
    text-align: center;
    font-weight: 400;
}
.cta { display: block;}

.cta-img {
    width: 100%;
    min-height: 100px;
    margin-bottom: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50%;
    transition: background .5s;
}
.cta:hover .cta-img { background-size: 120%;}

.cta h2 {
    position: absolute;
    top: -15px;
    left: 0;
    display: inline-block;
    background: #c16220;
    text-align: center;
    padding: 15px 30px;
    color: #ffffff;
    box-shadow: 0px 2px 7px rgba(0,0,0,.6);
    font-weight: 400;
    font-family: 'Oswald';
    text-transform: uppercase;
    z-index: 1;
}
.cta p {
    color: #64666c;
    font-weight: 400;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 24px;
    font-size: 2.4rem;
}

/* ========================================== 

    Video Panel 

========================================== */

#video-main iframe {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
/*#video-main {
    display: none;
}*/

#video-main,
#vslider {
    max-height: 800px;
    min-height: 600px;
}
#vslider { opacity: 0;}
#video-main ul > li {
    background-color: #455560;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 50%;
    background-attachment: scroll;
    max-height: 800px;
    min-height: 600px;
    text-align: center;
    padding-top: 160px;
}

#video-main ul > li.unlinked {
    padding-top: 340px;
}

#video-main .video-trigger {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
#video-main h1 {
    font-size: 46px;
    font-size: 4.6rem;
    margin-bottom: 20px;
    font-family: 'Oswald';
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;   
}
#video-main .icon-play,
#video-main .icon-arrow {
    font-size: 300px;
    font-size: 30rem;
    color: rgba(255, 255, 255, .3);
    transition: color .3s;
}
#video-main .video-trigger:hover .icon-play,
#video-main .news-trigger:hover .icon-arrow { color: rgba(255, 255, 255, .75);}
#video-main .close-video {
    display: none;
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 46px;
    line-height: 4.6rem;
    height: 46px;
    width: 46px;
    text-align: center;
    background: #ffffff;
    opacity: .2;
    position: absolute;
    z-index: 8000;
    top: 50px;
    right: 50px;
    transition: opacity .5s;
}
#video-main .close-video:hover { opacity: 1;}

/* ========================================== 

    Upcoming Events 

========================================== */

#upcoming-events {
    padding-top: 80px;
    padding-bottom: 110px;
}
#upcoming-events > .row > h1 {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 70px;
    font-family: 'Oswald';
    text-transform: uppercase;
    color: #c16220;
    text-align: center;
    font-weight: 400;
    text-align: center;
}
#upcoming-events .event { width: 22%;}

/* Center Posts */
#upcoming-events.event-col1 article:first-of-type{ 
    margin-left: 39%;
}
#upcoming-events.event-col2 article:first-of-type { 
    margin-left: 26%;
}
#upcoming-events.event-col3 article:first-of-type { 
    margin-left: 14%;
}

#upcoming-events #event-archive .event {
    width: 30.33333%;
    margin-bottom: 30px;
}

#event-archive .post-content {
    margin-bottom: 50px;
}

#upcoming-events .event .event-img {
    width: 100%;
    height: 120px;
    background-size: cover;
    margin-bottom: 15px;
    background-position: 50% 50%;
}
#upcoming-events .event date {
    position: absolute;
    top: -15px;
    left: 0;
    display: inline-block;
    background: #c16220;
    text-align: center;
    padding: 10px 25px;
    color: #ffffff;
    box-shadow: 0px 2px 7px rgba(0,0,0,.6);
    font-weight: 400;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-size: 19px;
    font-size: 1.9rem;
}
#upcoming-events .event h1 {
    font-family: 'Oswald';
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 15px;
    color: #c16220;
    font-weight: 400;
    text-transform: uppercase;
}
#upcoming-events .event p {
    color: #6a767f;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
}
#upcoming-events .event ul.socialize {
    list-style: none;
    margin: 0;
}
#upcoming-events .event ul.socialize li {
    display: inline-block;
    float: left;
    font-size: 25px;
    color: #bec4c8;
    margin-right: 5px;
}
#upcoming-events .event ul li a { color: #bec4c8;}
#upcoming-events .event ul li a:hover { color: #c16220;}
.all-events,
.all-partners {
    text-align: center;
    display: block;
    width: 200px;
    margin: 30px auto 0;
    color: #c16220;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Oswald';
}

/* ========================================== 

    About Sidebar 

========================================== */

#sidebar {
    background-color: #222a2f;
    padding: 20px;
}

#sidebar h2 {
    font-size: 25px;
    font-size: 2.5rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: 'Oswald';
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    border-bottom: 1px solid #6a767f;
}

#sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#sidebar ul li a {
    color: #fff;
    display: block;
    padding: 10px;
    margin-bottom: 1px;
    transition: background .3s;
}

#sidebar ul li.current_page_item a,
#sidebar ul li:hover a {
    background: #455560;
}
#sidebar ul li a:after {
    content: '\41';
    font-size: 20px;
    position: relative;
    top: 2px;
    left: 0;
    font-family: "icons-slait";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: left .3s;
}

#sidebar ul li.current_page_item a:after,
#sidebar ul li:hover a:after {
    left: 15px;
}




/* ========================================== 

    Testimonials 

========================================== */

#testimonial-wrap,
#partner-feature {
    background-color: #ebeef0;
    padding-top: 110px;
    padding-bottom: 80px;
}
#testimonial-wrap h1,
#partner-feature h1 {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 30px;
    font-family: 'Oswald';
    text-transform: uppercase;
    color: #455560;
    text-align: center;
    font-weight: 400;
}
.testimonial {
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    font-size: 2.4rem;
}
.testimonial p {
    color: #455560;
    max-width: 80%;
    margin: 0 auto 20px;
}
.testimonial-author {
    text-align: right;
    color: #6d7a83!important;
}

/* ========================================== 

    Partner Feature 

========================================== */

#partner-feature {
    background-color: #ffffff;
    text-align: center;
}

#partner-feature p {
    font-weight: 400;
    font-style: italic;
    font-size: 24px;
    font-size: 2.4rem;
    color: #455560;
    max-width: 80%;
    margin: 0 auto 20px;
}

/* Carousel: Partners */
.slait-partners {
    width: 100%;  
    margin: 0 auto;  
    position: relative;  
}
.slait-partners ul.slides li .inner {
    padding: 0 20px;
}
#home-page .slait-partners.flexslider .flex-viewport {
    max-width: 1100px;
}
.slait-partners.flexslider .flex-viewport {
    position: relative;
    max-width: 800px;
    height: 90px;
    overflow: hidden;
    margin: 0 auto;
}

/* Arrows */
.slait-partners.flexslider ul.flex-direction-nav li {
    list-style-type: none !important;
    padding: 0;
    margin: 0;
}
.slait-partners.flexslider .flex-direction-nav a {
    opacity: 1;
    width: inherit; 
    height: inherit; 
    top: 45%;
    font-size: 60px;
    font-size: 6rem;
}
.slait-partners.flexslider .flex-direction-nav .flex-disabled {
    opacity: .7!important;
}

.slait-partners.flexslider .flex-direction-nav .flex-prev {
    left: -1%;
    list-style-type: none !important;
}
.slait-partners.flexslider .flex-direction-nav .flex-next {
    right: -1%;
    list-style-type: none !important;
}

/* Videos */
#video-feed .mcol.item {
    text-align: center;    
    margin-bottom: 50px;
}
#video-feed .mcol.item img {
    margin: 0 0 10px 0;
    max-width: 100%;
    height: auto;
}
#video-feed .mcol.item h3 {
    color: #c16220;
    font-weight: 500;
    padding: 5px 0 0 0;
}
#video-feed .mcol.item a {
    display: block;
    text-align: center;
    position: relative;
    color: #c16220;    
    height: 180px;
    background-size: cover;
}
#video-feed .mcol.item a .icon-play {
    color: rgba(255,255,255,.7);
    font-size: 90px;
    font-size: 9rem;
    position: absolute;
    z-index: 5;    
    left: 37%;
    top: 25px;
}
#video-feed .mcol.item a:hover .icon-play {
    color: rgba(255,255,255,1);
    
}

/* ========================================== 

    Section Nav 

========================================== */

#sect-nav-placeholder {
    height: 70px;
    position: relative;
    display: none;
}
#sect-nav-placeholder.anchor { display: block;}
#sect-nav.anchor.show {
    z-index: 8090;
}
#sect-nav {
    background-color: #c16220;
    padding: 14px 0 0;
    height: 70px;
    z-index: 8090;
    transition: all .5s;
}
#sect-nav.pre-anchor { z-index: 9010;}
#sect-nav.anchor {
    position: fixed!important;
    top: 0px;
}
#sect-nav ul {
    list-style: none;
    top: 9px;
    position: relative;
}
#sect-nav ul li {
    display: inline-block;
    float: left;
    margin-right: 5px;
}
#sect-nav ul li a {
    color: #fff;
    font-family: 'Oswald';
    font-size: 17px;
    font-size: 1.7rem;
    text-transform: uppercase;
    padding: 5px 10px;
}
#sect-nav ul li:hover a,
#sect-nav ul li.current a {
    background: #c77237;
}
#sect-nav .select-wrap {
    float: right;
    width: 50%;
    max-width: 400px;
    position: relative;
}
#sect-nav .select-wrap select {
    -webkit-appearance: none;
    background: #c77237;
    color: #fff;
    font-size: 20px;
    font-size: 2rem;
    padding: 10px 10px 10px 15px;
    width: 100%;
    border-radius: 0;
    border: none;
    outline: none;
}
#sect-nav .select-wrap .icon-arrow {
    top: -2px;
    right: 5px;
    font-size: 40px;
    font-size: 4rem;
    position: absolute;
    color: #ffffff;
    transform: rotate(90deg);
}
.lt-ie9 #sect-nav .select-wrap .icon-arrow {
    background-image: url(images/graphic-arrow-down.png);
    background-repeat: no-repeat;
    background: transparent;
    border: none;
    font-size: 0;
    width: 20px;
    height: 13px;
    position: absolute;
    top: -2px;
    right: 5px;
    display: block;
}

/* ------------------------------------------ 

    Sect Nav - service pages 

------------------------------------------ */


#sect-nav.service-page {
    background-color: #f8fbfd;
    padding: 0!important;
    height: 90px;
    box-shadow: 0px 5px 15px rgba(0,0,0,.5);
}

#sect-nav.service-page.anchor {
    height: 70px;
}

#sect-nav.service-page ul {
    display: block;
    list-style: none;
    top: 0px;
    position: absolute;
    left: 0;
    text-align: center;
    max-width: 1280px;
}
#sect-nav.service-page ul li {
    display: inline-block;
    float: left;
    margin-right: 0px!important;
    height: 90px;
}
#sect-nav.service-page ul li a {
    color: #c16220;
    background: transparent;
    font-family: 'Oswald';
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
    padding: 25px 30px 0;
    display: block;
    height: 90px;
}
#sect-nav.service-page.anchor ul li { height: 70px;}
#sect-nav.service-page.anchor ul li a {
    font-size: 20px;
    font-size: 2rem;
    padding: 18px 30px 0;
    height: 70px;
}
#sect-nav.service-page ul li:hover a {
    background: rgba(69,85,96,.15);
}
#sect-nav.service-page ul li.current a {
    background: #c16220;
    color: #ffffff;
}

/* ========================================== 

    Blog Feed (Archive page) 

========================================== */
#blog-feed.sect-pad {
    padding-top: 85px !important;
}
#blog-feed a {
    color: #c16220;
}
.blog-post h1 {
    font-family: 'Oswald';
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 500;
}
.blog-post a h1  {
    color: #455560;
}
.blog-post a:hover  h1{
    color: #c16220;
}

/* Social */
#blog-feed .container-gray {
    position: relative;
}
#blog-feed .container-gray a.icon-printer {
    display: block;
    position: absolute;
    right: 15px;
    top: 5px;
    color: #b2b2b2;
    font-size: 35px;
    font-size: 3.5rem;
    width: 35px;
    height: 35px;
}
#blog-feed .container-gray .socialize {
    text-align: left;
    margin-bottom: 0;
}
#blog-feed .container-gray .socialize a {
    color: #b2b2b2;
    font-size: 35px;
    font-size: 3.5rem;
    width: 35px;
    height: 35px;
}
#blog-feed .container-gray .socialize a:hover {
    color: #c16220;
}

/* Author */
.author-info {
    border-top: none;
    border-bottom: 1px dotted #999999;
    padding: 10px 0 0 0;
    margin: 10px 0;
}
.author-description {
    padding: 15px 0 0 0;
}
.author-description p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    line-height: 2.2rem;
    padding: 0 0 20px 0;
}
h3.author-title {
    font-weight: normal;
    padding: 0 0 15px 0;
}
.pic-author {
    max-width: 180px;
    width: 100%;
    padding: 0 20px 20px 0;
    float: left;
}

/* Posts */
.blog-post img {
    max-width: 100%;
    height: auto;
}
.container-gray {
    margin: 15px 0;
    padding: 10px 0 10px 10px;
    background-color: #f5f5f5;
}
#blog-feed .container-meta {
    padding: 0 0 20px;
}
#blog-feed article {
    padding: 0;
    display: block;
    border-bottom: 1px dotted #999999;
    margin: 10px 0;
    padding: 10px 0;
}
#blog-feed .blog-pic {
    float: left;
    margin: 0 15px 10px 0;
}
#blog-feed .blog-tags ul li {
    text-align: right;
    display: inline-block;
    padding: 0 0 0 10px;
    list-style-type: none;
}
#blog-feed .blog-tags ul li a {
    color: #999999;
}
#blog-feed .blog-tags ul li a:hover {
    color: #c16220;
}
#blog-feed .blog-tags {
    padding: 0;
    margin: 10px 0 0 0;
    text-align: right;
}
.container-meta ul.cats {
    display: inline-block;
}
.container-meta ul.cats li {
    list-style-type: none;
    padding: 0 0 0 5px;
    display: inline-block;
}

/* Search */
#blog #sect-nav {
    height: 65px;
}
#sect-nav ::-webkit-input-placeholder {color: #ffffff;}
#sect-nav :-moz-placeholder { color: #ffffff;}
#sect-nav ::-moz-placeholder { color: #ffffff;}
#sect-nav :-ms-input-placeholder { color: #ffffff;}

#search-blog input[type="text"] {
    font-family: 'Lato', sans-serif;
    width: 100%;
    border: none;
    color: #ffffff;
    border: none;
    background-color: #ce7d3e;
    padding: 10px;
}
#search-blog input[type="submit"].icon-search {
    color: #ffffff;
    border: none;
    font-size: 30px;
    font-size: 3rem;
    font-family: "icons-slait";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    background: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;    
}
#blog-feed .blog-tags a {
    color: #999999;
    padding: 0 0 0 10px;
}

/* Sidebar */
#blog-feed aside a {
    color: #999999;
}
#blog-feed aside a:hover {
    color: #c16220;
}
.container-cat,
.container-author {
    background-color: #f5f5f5;
    margin: 0 0 20px 0;
}
.container-cat ul {
    padding: 0;
}
.container-cat ul li.subhead,
.container-author ul li.subhead {
    font-weight: 500;
    background-color: #ffffff;
    padding: 10px 20px;
    border-bottom: none;
    webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
}
.container-cat ul li,
.container-author ul li {
    list-style-type: none;
    padding: 0 20px;
    border-bottom: 1px solid #cccccc;
}
.container-cat ul li:last-of-type,
.container-author ul li:last-of-type {
    border-bottom: none;
}
.container-cat ul li a,
.container-author ul li a {
    color: #455560;
    padding: 10px 0;
    display: inline-block;
}
.container-cat ul li.cat-item-none {
    padding: 10px 20px;
}

.container-tag-cloud,
.container-archive {
    padding: 0 0 30px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #999999;
}
.container-tag-cloud h3,
.container-archive h3 {
    font-family: 'Oswald'; 
    font-weight: 500;
    font-size: 21px;
    font-size: 2.1rem; 
    padding: 0 0 10px 0;  
}
/*.container-tag-cloud ul li,*/
.container-archive ul li {
    padding: 0;
    list-style-type: none;
}
/*.container-tag-cloud ul li,*/
.post_tags a {
    display: inline-block;
    padding: 0 20px 0 0;
}
.container-archive ul li {
    padding: 0 0 10px 0;
}
.container-archive ul li:last-of-type {
    padding: 0;
}
/* Container Text */
.container-text {
    margin: 0 0 20px 0;
}
.container-text h3 {
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 21px;
    font-size: 2.1rem;
    padding: 0 0 5px 0;
}
/* Container Image */
.container-image img {
    margin: 0 0 20px 0;
    max-width: 100%;
    height: auto;
    display: block;
}
/* Container Recent */
.container-recent {
    margin: 0 0 20px 0;
}
.container-recent h3 {
    font-family: 'Oswald';
    font-weight: 500;
    font-size: 21px;
    font-size: 2.1rem;
    padding: 0 0 5px 0;
}
.container-recent h4 {
    font-weight: 500;
    padding: 0 0 5px 0;
}
.container-recent h4 a {
    display: block;
}

/* ========================================== 

    News Feed (Posts page) 

========================================== */

.news-article {
    width: 30.33333%;
    background-color: #ffffff;
    border: 1px solid #a5aeb4;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0px 3px 5px rgba(0,0,0,.25);
    transition: all .3s;
}
.news-article:hover {
    border: 1px solid #e36f1e;
    box-shadow: 0px 5px 10px rgba(0,0,0,.5);
}
.news-article > a {
    padding: 25px 20px;
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
}

.news-article h1 {
    font-family: 'Oswald';
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 5px;
    color: #c16220;
    font-weight: 400;
}

.news-article date {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    color: #888888;
    margin-bottom: 15px;
}

.news-article p {
    color: #455560;
    line-height: 20px;
    line-height: 2rem;
    font-size: 14px;
    font-size: 1.4rem;
}

.read-more {
    margin-top: 10px;
    display: block;
    color: #455560;
    transition: color .5s;
}
.read-more .icon-arrow {
    display: inline-block;
    font-size: 20px;
    font-size: 2rem;
    top: 3px;
    left: 0px;
    position: relative;
    transition: left .5s;
}
.news-article:hover .read-more { color: #c16220;}
.news-article:hover .read-more .icon-arrow { left: 10px;}

/* ========================================== 

    Pagination 

========================================== */

#pagination {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
}
#pagination a { color: #7f8b93;}
#pagination span.current,
#pagination a:hover { color: #c16220;}

#pagination a,
#pagination span.current {
    margin-right: 10px;
    display: inline-block;
}

/* ========================================== 

    Flex Panels 

========================================== */


.flex-panel {
   min-height: 500px;
   background-color: #fff;
}

.flex-panel h1 {
    color: #c16220;
    font-size: 53px;
    font-size: 5.3rem;
    margin-bottom: 50px;
    font-family: 'Oswald';
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.flex-panel .button-wrap {
    text-align: center;
    padding-top: 30px;
}
.flex-panel .button-wrap .btn {
    display: inline-block;
    text-align: center;
    padding: 20px 30px;
    font-family: 'Oswald', sans-serif;
    margin: 0 auto;
    font-size: 30px;
    font-size: 3rem;
    box-shadow: 0px 3px 5px rgba(0,0,0,.5);
    text-transform: uppercase;
}

.flex-panel .btn {
    background-color: #c16220;
    color: #ffffff;
    box-shadow: 0px 3px 5px rgba(0,0,0,.5);
    transition: background .3s;
}
.flex-panel .btn:hover { background-color: #94450e;}

/* ------------------------------------------ 

    Panel Background Colors
    
    White
    Light Grey - #ebeef0
    Dark Grey - #455560
    Orange -  

------------------------------------------ 
    Light Grey 
------------------------------------------ */
.flex-panel.light-grey {
    background-color: #ebeef0;
    color: #455560;
}
.flex-panel.light-grey h1 { color: #c16220;}

/* ------------------------------------------ 
    Dark Grey 
------------------------------------------ */
.flex-panel.dark-grey {
    background-color: #455560;
    color: #ffffff;
}
.flex-panel.dark-grey h1 { color: #c16220;}

/* ------------------------------------------ 
    Orange 
------------------------------------------ */
.flex-panel.orange {
    background-color: #c16220;
    color: #ffffff;
}
.flex-panel.orange h1 { color: #ffffff;}
.flex-panel.orange .post-content ul li::before { background-color: #455560;}
.flex-panel.orange .btn { background-color: #455560;}
.flex-panel.orange .btn:hover { background-color: #222a2f;}

/* ------------------------------------------ 

    Splash 

------------------------------------------ */

.flex-panel.splash,
.flex-panel.packages {
    padding-top: 70px;
    padding-bottom: 50px;
    text-align: center;
}
.flex-panel.splash h1,
.flex-panel.packages h1 {
    margin-bottom: 20px;
}
.flex-panel.splash h3,
.flex-panel.packages h3,
.flex-panel.flex-video h3 {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 300;
}
.flex-panel.splash .post-content p,
.flex-panel.packages .post-content p,
.flex-panel.flex-video .post-content p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 25px;
    line-height: 2.5rem;
    margin-bottom: 25px;
}
.flex-panel.splash .service-attributes,
.flex-panel.packages .service-package { padding-top: 30px;}
.flex-panel.splash .service-attributes .service-attr,
.slait-partners.four-column .partner { margin-bottom: 50px;}
.flex-panel.splash .service-attributes.three-column .service-attr {
    width: 30.33333%;
    padding: 0 50px;
}
.flex-panel.splash .service-attributes.four-column .service-attr,
.slait-partners.four-column .partner {
    width: 22%;
    padding: 0 20px;
}
.slait-partners.five-column .partner {
    width: 17%;
    padding: 0 20px;
}

.slait-partners.four-column .partner :before,
.slait-partners.four-column .partner_before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.flex-panel.splash .service-attributes .service-attr img { margin-bottom: 10px;}
.flex-panel.splash .service-attributes .service-attr strong {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #455560;
    margin-bottom: 5px;
}
.flex-panel.splash .service-attributes .service-attr p {
    font-size: 18px;
    font-size: 1.8rem;
    color: #7c8b95;
}

/* ------------------------------------------ 

    Packages 

------------------------------------------ */

.flex-panel.packages .service-packages {
    margin-top: 40px;
}

.flex-panel.packages .service-packages .package {
    background-color: #fff;
    padding: 60px 30px 30px;
    text-align: left;
    color: #222;
}

.flex-panel.packages .service-packages .package h2 {
    background-color: #ccc;
    color: #fff;
    position: absolute;
    top: -20px;
    left: 0;
    padding: 10px 25px;
    font-family: 'Oswald';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
    font-size: 2.4rem;
    box-shadow: 0px 2px 5px rgba(0,0,0,.5);
}



/* ------------------------------------------ 

    Flex-Content 

------------------------------------------ */

.flex-panel.flex-content {
    padding-top: 70px;
    padding-bottom: 80px;
}

.flex-panel.flex-content h3 {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 10px;
    font-weight: 300;
}
.flex-panel.flex-content img {
    width: 100%;
    height: auto;
}

/* ------------------------------------------ 

    Panel Slider 

------------------------------------------ */

.flex-panel.panel-slider {
    background: rgba(0,0,0,.1);
    padding-top: 120px;
    padding-bottom: 140px;
}

.flex-panel.panel-slider h1 {
    z-index: 2;
}

.flex-panel.panel-slider > .panel-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .1;    
}

.flex-panel.panel-slider .slides h1 {
    margin-bottom: 0px;
    color: #6a767f;
    margin-top: 0;
}

.flex-panel.panel-slider .slides h3 {
    font-size: 24px;
    font-size: 2.4rem;
    font-style: italic;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.flex-panel.panel-slider .slides li .row {
    padding: 0 100px!important;
}

/* ------------------------------------------ 
    Flex panel nav 
------------------------------------------ */
ol.flex-panel-nav {
    text-align: center;
    position: absolute;
    bottom: 1px;
    z-index: 7010;
    left: 0;
    width: 100%;
}
ol.flex-panel-nav li {
    display: block;
    float: left;
    margin: 0!important;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
.flex-panel.panel-slider.two-slides ol.flex-panel-nav li { width: 50%;}
.flex-panel.panel-slider.three-slides ol.flex-panel-nav li { width: 33.3333%;}
.flex-panel.panel-slider.four-slides ol.flex-panel-nav li { width: 25%;}
.flex-panel.panel-slider.five-slides ol.flex-panel-nav li { width: 20%;}
.flex-panel.panel-slider.six-slides ol.flex-panel-nav li { width: 16.6666%;}

ol.flex-panel-nav li a {
    cursor: pointer;
    width: 100%;
    padding: 15px 0;
    border-radius: 0;
    text-indent: 0;
    background-color: transparent;
    position: relative;
    display: block;
    color: #455560;
    font-size: 20px;
    font-size: 2rem;
    border-bottom: 5px solid #455560;
}
ol.flex-panel-nav li a.flex-active,
ol.flex-panel-nav li:hover a {
    color: #c16220;
    border-bottom-color: #c16220;
}

/* ------------------------------------------ 
    Flex direction nav 
------------------------------------------ */

.flex-direction-nav {*height: 0;}
.flex-direction-nav a  {
    font-family: 'icons-slait';
    display: block;
    width: 120px;
    height: 120px;
    margin: -20px 0 0;
    position: absolute;
    top: 40%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    font-size: 120px;
    font-size: 12rem;
    opacity: 0;
    color: #455560;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
    left: -50px;
}
.flex-direction-nav .flex-next {
    right: -50px;
}
.flexslider:hover .flex-prev { left: 10px; opacity: 1;}
.flexslider:hover .flex-next { right: 10px; opacity: 1;}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    color: #c16220;
}
.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter:alpha(opacity=0);
    cursor: default;
}

/* ------------------------------------------ 

    Flex Video 

------------------------------------------ */

.flex-panel.flex-video {
    padding-top: 70px;
    padding-bottom: 80px;
    text-align: center;
}

.flex-panel.flex-video .iframe-wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 50%;
}

.flex-panel.flex-video .iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.flex-panel.flex-video .video-trigger {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    
}
.flex-panel.flex-video .icon-play {
    margin-top: 170px;
    font-size: 300px;
    font-size: 30rem;
    color: rgba(255, 255, 255, .3);
    transition: color .3s;
}
.flex-panel.flex-video .video-trigger:hover .icon-play { color: rgba(255, 255, 255, .75);}
.flex-panel.flex-video .close-video {
    display: none;
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 46px;
    line-height: 4.6rem;
    height: 46px;
    width: 46px;
    text-align: center;
    background: #ffffff;
    opacity: .2;
    position: absolute;
    z-index: 8000;
    top: 20px;
    right: 60px;
    color: #000000;
    transition: opacity .5s;
}
.flex-panel.flex-video .close-video:hover { opacity: 1;}


/* ========================================== 

    Footer 

========================================== */

footer {
    background-color: #222a2f;
    padding-top: 40px!important;
    padding-bottom: 100px!important;
    color: #fff;
}

/* ------------------------------------------ 

    Locations 

------------------------------------------ */

#locations,
ul.social-footer {
    list-style: none;
    list-style-type: none;
}
#locations li {
    width: 20%!important;
    float: left;
    padding: 0 20px;
}
#locations li h5 {
    font-family: 'Oswald';
    font-size: 14px;
    font-size: 1.4rem;
}
#locations li p {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 10px;
}

#locations li p a {
    color: #fff;
}
#locations li p a:hover {
    color: #fff;
}

/* ------------------------------------------ 

    Social Footer 

------------------------------------------ */

ul.social-footer {
    margin-bottom: 10px;
}
ul.social-footer li {
    float: left;
    display: inline-block;
    margin-right: 5px;
}
ul.social-footer li a {
    color: #ffffff;
    font-size: 25px;
    font-size: 2.5rem;
}
ul.social-footer li a:hover { color: #c16220;}

/* ------------------------------------------ 

    Copyright 

------------------------------------------ */

.copyright {
    font-family: 'Oswald';
    color: #c16220;
    text-transform: uppercase;
}
#privacy-link {
    font-size: 11px;
    font-size: 1.1rem;
    color: #fff;
    font-family: 'Oswald';
    text-transform: uppercase;
}

/* ========================================== 

    General 

========================================== */

.sect-pad {
    padding-top: 40px!important;
    padding-bottom: 70px!important;
}


/* ------------------------------------------ 

    Tab System 

------------------------------------------ */

.tab-body {
    position: relative;
    overflow: hidden;
}
.tab {
    height: 0!important;
    position: relative;
    top: 0;
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.tab .col {
    float: none;
}
.tab.active {
    padding-top: 30px;
    height: auto !important;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.tab.active .col {
    float: left;
}
    
/* ------------------------------------------ 
    IE Tab System 
------------------------------------------ */

html.lt-ie9 .tab,
html[data-useragent*='MSIE 10.0'] .tab { display: none;}
html.lt-ie9 .tab.active,
html[data-useragent*='MSIE 10.0'] .tab.active { display: block;}

/* ========================================== 

    Team 

========================================== */

#team-filters ul,
#team-list {
    list-style: none;
    list-style-type: none;
}
#team-list,
#team-filters { margin-bottom: 30px;}
#team-filters h1 {
    font-size: 53px;
    font-size: 5.3rem;
    margin-bottom: 20px;
    font-family: 'Oswald';
    color: #c16220;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}
#team-filters ul {
    text-align: center;
}
#team-filters ul li {
    margin-right: 30px;
    color: #bdbcbc;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    font-size: 2.4rem;
}
#team-filters ul li.selected { color: #666666;}
#team-filters ul li:last-of-type { margin-right: 0;}
#team-list { padding: 0 80px;}

/* ------------------------------------------ 

    Team Member 

------------------------------------------ */

.team-member {
  width: 30.33333%;
  position: relative;
  float: left;
  margin: 0 1.5% 50px;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.team-member img {
    width: 100%;
    height: auto;
}
.team-member h2 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 900;
    color: #455560;
}
.team-member h4 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    color: #455560;
    margin-bottom: 10px;
}
.team-member img {
  max-width: 100%;
  margin-bottom: 20px;
}
div.team-member.clearfix,
div.bod.clearfix,
div.exec.clearfix {
    width: 100%!important;
    float: left!important;
    margin: 0!important;
    height: 0!important;
}
div.bod.clearfix,
div.exec.clearfix,
.leader-bio {
  display:none;
}
.member-bio {
  display:none;
}
.more-bio {
    color: #c16220;
    font-weight: 900;
    cursor: pointer;
}


/* ========================================== 

    Forms & Buttons 

========================================== */
#post-content .gform_body  ul li::before,
#post-content .gform_body  ul li::before  {
    background-color: transparent !important;
}


#contact-top {
    padding-top: 160px!important;
}

#registration-form,
#contact-form {
    background-color: #ebeef0;
    color: #455560;
    padding: 40px 0 60px;
}

#contact-form {
    padding: 10px 20px;
}

#gform_confirmation_message_1,
#gform_confirmation_message_2 {
    text-align: center;
}

#gform_wrapper_1 .gform_title,
#gform_confirmation_message_1 h3,
#gform_wrapper_2 .gform_title,
#gform_confirmation_message_2 h3 {
   font-size: 36px;
   font-size: 3.6rem;
   margin-bottom: 10px;
   font-family: 'Oswald';
   color: #c16220;
   text-align: center;
   font-weight: 400; 
}
.gf_step_number {
    display: none!important;
    visibility: hidden!important;
}

.gform_wrapper .gf_step {
  width: auto!important;
  margin: 0 13px 0 0!important;
  font-size: 18px!important;
  font-size: 1.8rem!important;
  height: auto!important;
  line-height: 1.25!important;
  filter: alpha(opacity=20);
  -moz-opacity: 1!important;
  -khtml-opacity: 1!important;
  opacity: 1!important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}

.gform_next_button,
.gform_previous_button,
#gform_submit_button_1,
#gform_submit_button_2 {
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 15px 20px!important;
    display: inline-block!important;
}

.gf_step_label,
.gform_next_button,
.gform_previous_button,
#gform_submit_button_1,
#gform_submit_button_2,
.gform_wrapper .gform_footer input.button {
    display: block;
    padding: 15px 15px 0 20px;
    font-family: 'Oswald';
    color: #455560;
    opacity: 1;
    height: 52px;
    position: relative;
    background: #cfd4d7;
}
.gform_wrapper .gform_footer input.button {
    padding: 0 15px 0 20px;
    border: none;
}
.gf_step_label::before {
    content: "";
    width: 15px;
    height: 52px;
    position: absolute;
    left: -15px;
    top: 0;
    z-index: 1;
    display: block;
    background: #cfd4d7;
}
.gf_step_label::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 0 26px 15px;
    border-color: transparent transparent transparent #cfd4d7;
    -webkit-transform:rotate(360deg);
    position: absolute;
    right: -15px;
    top: 0;
    z-index: 2;
}
.gf_step_first .gf_step_label::before { display: none!important;}

.gf_step_last .gf_step_label,
.gf_step_last .gf_step_label::before {background: #b1b8bc;}
.gf_step_last .gf_step_label::after { border-color: transparent transparent transparent #b1b8bc;}

.gf_step_active .gf_step_label,
.gf_step_active .gf_step_label::before,
.gform_next_button {
    background: #c16220!important;
    color: #fff!important;
}
.gf_step_active .gf_step_label::after {
    border-color: transparent transparent transparent #c16320!important;
}

.gf_step_completed .gf_step_label,
#gform_submit_button_1,
.gf_step_completed .gf_step_label::before {
    background: #18a726!important;
    color: #fff!important;
}
#gform_submit_button_2,
.gform_wrapper .gform_footer input.button {
    background: #c16220!important;
    color: #fff!important;
}

.gf_step_completed .gf_step_label::after { border-color: transparent transparent transparent #18a726!important;}

.gform_wrapper .gf_page_steps {
    width: 100%!important;
    margin: 0 0 10px!important;
    padding: 0!important;
    border-bottom: 2px solid #c16220!important;
}

.gform_wrapper .gf_step_clear {
    height: 0px!important;
}

.gform_wrapper .gform_page_footer {
    text-align: center;
}

/* ========================================== 

    Main 

========================================== */

#main h1 {
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 30px;
    font-family: 'Oswald';
    color: #455560;
    text-align: center;
    font-weight: 400;
}
#main a { color: #e36f1e;}
#main .post-meta {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 20px;
}

#main .post-meta a,
#main .post-meta date {
    display: inline-block;
}
#main .post-meta date { color: #666666;}
#main .post-meta .return-link::after,
#main .post-meta date::after {
    content: "•";
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 10px;
    color: #666666;
    position: relative;
    top: -2px;
}
#main #post-content {
    padding: 0 80px;
}

.lt-ie9 #post-content ul li, 
.lt-ie9 #post-content ol li, 
.lt-ie9 .post-content ul li, 
.lt-ie9 .post-content ol li {
    list-style: disc;
    list-style-type: disc;
}

/* ------------------------------------------ 

    Events single 

------------------------------------------ */

.single-slait_events #main .post-meta,
.single-slait_events #main h1,
.single-slait_events #main .socialize {
    text-align: left;
}

.single-slait_events #main #post-content {
    padding: 0;
}

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

.acf-map.marker {
    display: none!important;
}

#invite-only { color: #bec4c8;}


/* ------------------------------------------ 

    Socialize 

------------------------------------------ */

#main .socialize,
.container-gray .socialize {
    list-style: none;
    margin: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
#main .socialize a,
.container-gray .socialize a {
    display: inline-block;
    font-size: 25px;
    font-size: 2.5rem;
    color: #bec4c8;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    font-family: 'icons-slait';
}
#main .socialize a:hover,
.container-gray  .socialize a:hover { 
    color: #c16220;
}

#main .socialize a.twitter::before,
.container-gray .socialize a.twitter::before { 
    content: '\74'; 
}
#main .socialize a.facebook::before,
.container-gray .socialize a.facebook::before { 
    content: '\66'; 
}
#main .socialize a.googlepluse::before,
.container-gray .socialize a.googlepluse::before { 
    content: '\67'; 
}
#main .socialize a.mail::before,
.container-gray .socialize a.mail::before { 
    content: '\65'; 
}

.lt-ie9 .icon-twitter {
    background-image: url(images/graphic-twitter.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    font-size: 0;
}
.lt-ie9 ul.social-footer .icon-twitter {
    background-image: url(images/graphic-twitter-white.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    font-size: 0;
}
.lt-ie9 .icon-facebook {
    background-image: url(images/graphic-fb.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 23px;
    font-size: 0;
}
.lt-ie9 ul.social-footer .icon-facebook {
    background-image: url(images/graphic-fb-white.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    font-size: 0;
}
.lt-ie9 .icon-linkedin {
    background-image: url(images/graphic-linkedin.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 23px;
    font-size: 0;
}
.lt-ie9 ul.social-footer .icon-linkedin {
    background-image: url(images/graphic-in-white.png);
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    font-size: 0;
}
.lt-ie9 #search-wrapper #search-close {
    background-image: url(images/graphic-close.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    font-size: 0;
}

hr.orange {
    background-color: #c16220;
    height: 5px;
    margin: 0!important;
}

/* ========================================== 

    Location Map 

========================================== */

.location-map {
	width: 100%;
	height: 100%;
	border: #ccc solid 1px;
}
.location-map a {
    color: #00ffff;
}



/* ------------------------------------------ 

    Office Locations 

------------------------------------------ */

#office-locations {
    text-align: center;
}
#office-locations .post-content h1 {
    text-align: center;
}

.office-location {
    width: 17%;
    padding: 0 20px;
    text-align: left;
    vertical-align: top;
}

#sidebar > ul > li.contact-office {
    color: #fff;
    border-bottom: 1px solid #404950;
    padding: 10px 0;
}
#sidebar > ul > li.contact-office p {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 5px;
}


/* ========================================== 

    Flexslider

========================================== */

.flexslider {
    margin: 0;
    padding: 0;
}
ul.slides {
    list-style: none;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img { width: 100%; display: block;}
.flex-pauseplay span { text-transform: capitalize;}
.slides:after { 
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* ------------------------------------------ 

    Control Nav 

------------------------------------------ */

ol.flex-control-nav {
    text-align: center;
    position: absolute;
    bottom: 70px;
    z-index: 7010;
    left: 50%;
}
#page-slider ol.flex-control-nav {
    bottom: 40px;
}
ol.flex-control-nav li {
    display: inline-block;
    margin-right: 10px;
}
ol.flex-control-nav li:last-of-type {
    margin-right: 0;
}
ol.flex-control-nav li a {
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #ffffff;
    position: relative;
    display: block;
}
ol.flex-control-nav li a.flex-active,
ol.flex-control-nav li:hover a {
    background-color: #c16220;
}

/* FANCYBOX */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

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

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(images/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

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

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background-image: url(images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

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

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(images/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(images/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.fancybox-nav {
    width: 60px;       
}
.fancybox-nav span {
    visibility: visible;
}
.fancybox-next {
    right: -60px;
}	
.fancybox-prev {
    left: -60px;
}


/* ========================================== 

    Hides & Fixes 

========================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.desktop { display: block; visibility: visible;}
.mobile { display: none; visibility: hidden;}
.small { display: none; visibility: hidden;}
.print-only { display: none; visibility: hidden;}


/* ========================================== 

    Media: Mobile 

========================================== */

/* ------------------------------------------ 

    Desktop less than 1280px 

------------------------------------------ */
@media screen
and (max-width: 1280px) {
    
/* ------------------------------------------ 
    Header 
------------------------------------------ */
    #logo {
      background-size: 140px;
      width: 140px;
      height: 65px;
    }
	#main-nav ul li a {
	  font-size: 16px;
	  font-size: 1.6rem;
	  padding-left: 0px;
	  padding-right: 0px;
	}
	
/* ------------------------------------------ 
    Slider 
------------------------------------------ */
	.slide-content,
	#feature-header .inner,
	#sect-nav.service-page ul {
	    left: auto!important;
	    margin-left: 0px!important;
	}
	
	#sect-nav.service-page ul {
	    width: 100%;
	}
	#sect-nav.service-page ul li {
	    float: none!important;
	}
    
    /* ------------------------------------------ 
        Flex Panels 
    ------------------------------------------ */
        .flex-panel.flex-video .icon-play { margin-top: 5%;}
    	
    }
    
    /* ------------------------------------------ 
        Partners
    ------------------------------------------ */
    #home-page .slait-partners.flexslider .flex-viewport {
        max-width: 800px;
    }


/* ------------------------------------------ 

    Desktop less than 1024px 

------------------------------------------ */
@media screen
and (max-width: 1024px) {
    
/* ------------------------------------------ 
    Layout 
------------------------------------------ */
    .desktop { display: none; visibility: hidden;}
    .mobile { display: block; visibility: visible;}
    
    #event-archive {
        width: 100% !important;
        margin: 0 0 20px 0!important;
        float: none!important;        
    }
    #upcoming-events {
        background: #f9fcfe;
        position: relative;
        z-index: 100;
    }
    
/* ------------------------------------------ 
    Header 
------------------------------------------ */
    
    header { position: relative!important;}
    #search-wrapper #s { padding-right: 120px;}
    #search-wrapper #searchsubmit { right: 80px;}
    #search-wrapper #search-close { right: 20px;}
    
    #contact-top { padding-top: 60px!important;}
    
/* ------------------------------------------ 
    Slider 
------------------------------------------ */
    
    #feature-slider,
    #feature-slider .panel80 {
        height: 500px!important;
        min-height: 0px!important;
    }
    #feature-slider .slide-content,
    #feature-header .inner,
    #page-slider .slide-content { top: 130px!important;}
    ol.flex-control-nav { bottom: 30px;}
    
    /* Carousel */
    .slait-partners.flexslider .flex-viewport {
        max-width: 600px;
    }
    #home-page .slait-partners.flexslider .flex-viewport {
        max-width: 700px;
        height: inherit;
    }
        
/* ------------------------------------------ 
    Video 
------------------------------------------ */
    
    #video-main > iframe  {
        height: 500px!important;
        min-height: 0!important;
    }
    #video-main {
        max-height: 100%;
        min-height: 0px;
        height: inherit!important;
        padding-top: 50px;
    }
    #video-main h1 {
      font-size: 36px;
      font-size: 3.6rem;
      margin-bottom: 0;
    }
    #video-main .icon-play {
      font-size: 250px;
      font-size: 25rem;
      color: rgba(255, 255, 255, .75);
    }
/* ------------------------------------------ 
    Feature Header 
------------------------------------------ */
    #feature-header {
      min-height: 0!important;
      height: 350px!important;
      background-size: 1990px;
      background-repeat: no-repeat;
      background-position: top;
    }
    #feature-header .inner { top: 150px;}

/* ------------------------------------------ 
    News 
------------------------------------------ */
    #news-feed .news-article,
    .team-member {
        width: 47%;
    }
    
/* ------------------------------------------ 
    Main 
------------------------------------------ */
    #main #post-content,
    #team-list { padding: 0 20px;}

/* ------------------------------------------ 
    Service Page 
------------------------------------------ */
    #sect-nav.service-page,
    #sect-nav.service-page ul li { height: 50px;}   
    
    #sect-nav.service-page ul li a {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 14px 15px 0;
        height: 50px;
    }
    .flex-panel.splash .service-attributes .service-attr {
        padding: 0 20px!important;
    }
}




/* ------------------------------------------ 

    Desktop less than 900px 

------------------------------------------ */
@media screen
and (max-width: 900px) { 
    #video-feed .mcol.item {
        width: 47%;
    }
    /* ------------------------------------------ 
        Partners
    ------------------------------------------ */
    #home-page .slait-partners.flexslider .flex-viewport {
        max-width: 600px;
        height: inherit;
    }
}



/* ------------------------------------------ 

    Desktop less than 800px 

------------------------------------------ */
@media screen
and (max-width: 800px) { 
    
    #upcoming-events.event-col1 article:first-of-type {
        margin-left: 0;
    }
    .slait-partners.five-column .partner {
        width: 47%;
        padding: 0;
        margin: 0;
    }
}

/* ------------------------------------------ 

    Desktop less than 768px 

------------------------------------------ */
@media screen
and (max-width: 768px) { 
    
/* ------------------------------------------ 
    Layout 
------------------------------------------ */
    .col,
    .col.flush-left,
    .col.flush-right {
        width: 100% !important;
        margin: 0 0 20px 0!important;
        float: none!important;
    }
    
/* ------------------------------------------ 
    Slider 
------------------------------------------ */
    #feature-slider
    #feature-slider .panel80 {
        height: 400px!important;
    }
    #feature-slider .slide-content { top: 80px!important;}
    .slide-content h1 span.top-line,
    .slide-content h1 span.btm-line,
    #feature-header .inner h1 {
        font-size: 40px;
        font-size: 4rem;
        line-height: 40px;
        line-height: 4rem;
    }
    .slide-content a {
      background: rgba(255,255,255,1);
      padding: 10px;
      font-size: 20px;
      font-size: 2rem;
    }
    
/* ------------------------------------------ 
    Events 
------------------------------------------ */
    #upcoming-events .event,
    #upcoming-events #event-archive .event {
        width: 47%;
        margin-bottom: 50px;
    }
    
/* ------------------------------------------ 
    Video 
------------------------------------------ */
   /* #video-main,*/
    #video-main > iframe {
        height: 400px!important;
    }
    #video-main {
        padding-top: 50px;
        background-attachment: scroll;
        background-size: 100%;
        background-position-y: 0;    
    }
    #video-main h1 {
      font-size: 30px;
      font-size: 3rem;
      margin-bottom: 0;
    }
    #video-main .icon-play {
      font-size: 200px;
      font-size: 20rem;
    }

/* ------------------------------------------ 
    Service Page 
------------------------------------------ */
    .flex-panel.panel-slider .flex-panel-nav {
        display: none!important;
        visibility: hidden;   
    }
    
    .flex-direction-nav a  {
        width: 100px;
        height: 100px;
        top: 400px;
        font-size: 100px;
        font-size: 10rem;
        opacity: 1;
        color: #455560;
    }
    .flex-panel.panel-slider .slides h1 { margin-top: 0px;}
    .flex-direction-nav .flex-prev { left: -20px!important;}
    .flex-direction-nav .flex-next { right: -20px!important;}
    .flex-panel.flex-content img {
        width: 70%!important;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .flex-panel.flex-video .icon-play {
      font-size: 200px;
      font-size: 20rem;
    }
    
    
}

/* ------------------------------------------ 

    Desktop less than 640px 

------------------------------------------ */
@media screen
and (max-width: 640px) {
    
    /* ------------------------------------------ 
        Layout 
    ------------------------------------------ */    
    .mobile { display: none; visibility: hidden;}
    .small { display: block!important; visibility: visible!important;}
    .mcol,
    .mcol.flush-left,
    .mcol.flush-right {
        width: 100% !important;
        margin: 0 0 20px 0!important;
        float: none!important;
    }
    
    
    /* Carousel */
    .slait-partners.flexslider .flex-viewport {
        max-width: 450px;
    }

/* ------------------------------------------ 
    Slider 
------------------------------------------ */
    #feature-slider .slide-content { top: 50px!important;}
    #feature-slider .slide-content h1 span.top-line, 
    #feature-slider .slide-content h1 span.btm-line {
        font-size: 45px;
        font-size: 4.5rem;
    }
    .slide-content h1 span.top-line,
    .slide-content h1 span.btm-line,
    #feature-header .inner h1 {
        font-size: 25px;
        font-size: 2.5rem;
        line-height: 25px;
        line-height: 2.5rem;
    }
    .slide-content a {
      font-size: 14px;
      font-size: 1.4rem;
    }
    
    #feature-header .inner, #page-slider .slide-content {
        top: 90px!important;
    }

/* ------------------------------------------ 
    Calls To Action 
------------------------------------------ */    
    #calls-to-action .cta { margin-bottom: 40px!important;}
    .cta-img {
        height: 160px!important;
        min-height: 0!important;
    }
    #calls-to-action { padding-bottom: 10px;}
    
/* ------------------------------------------ 
    Events 
------------------------------------------ */
    #upcoming-events { padding-bottom: 50px;}
    #upcoming-events .event { margin-bottom: 70px!important;}
    .all-events { margin: 0 auto;}
    
/* ------------------------------------------ 
    Testimonials 
------------------------------------------ */
    #testimonial-wrap {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    
/* ------------------------------------------ 
    Video 
------------------------------------------ */
    /*#video-main,*/
    #video-main > iframe {
        height: 300px!important;
    }
    #video-main {
        padding-top: 40px;
        background-size: 100%;
    }
    #video-main .icon-play {
        font-size: 160px;
        font-size: 16rem;
    }
    #video-main h1 {
        font-size: 25px;
        font-size: 2.5rem;
    }
    
    #video-feed .mcol.item a .icon-play {
        left: 42%;
    }
/* ------------------------------------------ 
    Sect Nav 
------------------------------------------ */
    #sect-nav {
        height: auto!important;
        padding: 20px 0!important;
    }
    #sect-nav ul {
        top: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    #sect-nav ul li {
      display: inline-block;
      float: none;
      margin-right: 5px;
    }
    #sect-nav .select-wrap {
        float: none;
        width: 100%;
        max-width: 100%;
    }
    
    #sect-nav.service-page ul { position: relative;}
    #sect-nav.service-page ul li { display: block;}

/* ------------------------------------------ 

    Team Members 

------------------------------------------ */
    #team-filters ul li {
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 25px;
    }
    .team-member {
      width: 100%;
      float: none;
      margin: 0 0 40px;
      padding: 0 20px;
      text-align: center;
    }
    .team-member img {
      max-width: 100%;
      width: 60%;
      margin-bottom: 20px;
    }
    
    div.team-member.clearfix,
    div.bod.clearfix,
    div.exec.clearfix,
    .member-excerpt,
    .more-bio {
        display: none !important;
        visibility: hidden !important;
    }
    .member-bio {
        display: block!important;
        padding-bottom: 20px;
        border-bottom: 2px solid #e6e6e6;
    }

/* ------------------------------------------ 
    Service Page 
------------------------------------------ */
    .flex-panel h1 {
        font-size: 40px;
        font-size: 4rem;
        margin-bottom: 30px;
    }
    .flex-panel.panel-slider .slides li .row { padding: 0 30px!important;}
    .flex-direction-nav a { top: 110px;}
    .flex-panel.panel-slider .slides h1 {
        font-size: 35px;
        font-size: 3.5rem;
    }
    .flex-panel.panel-slider .slides h3 {
        font-size: 18px;
        font-size: 1.8rem;
    } 
    .flex-panel.splash .service-attributes { padding-top: 40px;}
    .flex-panel.splash .service-attributes .service-attr { width: 47%!important;}
    .flex-panel.flex-content img {
        width: 90%!important;
        margin-top: 20px;
    }
    .flex-panel.flex-video .icon-play {
      margin-top: 0;
      font-size: 150px;
      font-size: 15rem;
    }
    .flex-panel.flex-video .close-video {
        top: 0px;
        right: 0px;
        color: #000000;
    }
    
    /* ------------------------------------------ 
    Partners
    ------------------------------------------ */
    #home-page .slait-partners.flexslider .flex-viewport {
        max-width: 450px;
    }
    .flex-direction-nav .flex-prev { left: -40px!important;}
    .flex-direction-nav .flex-next { right: -40px!important;}
    
    /* ------------------------------------------ 
        Footer 
    ------------------------------------------ */
        #locations li {
            width: 50%!important;
            margin-bottom: 20px;
        }
        #locations li:nth-child(odd) { padding-left: 0!important;}
}

/* ------------------------------------------ 

    Desktop less than 500px 

------------------------------------------ */
@media screen
and (max-width: 500px) {
    /* Carousel */
    .slait-partners.flexslider .flex-viewport {
        max-width: 250px;
    }
     #home-page .slait-partners.flexslider .flex-viewport {
        max-width: 250px;
        
    }
    
    /* Video */
    #video-feed .mcol.item a .icon-play {
        left: 39%;
    }
}

/* ------------------------------------------ 

    Desktop less than 400px 

------------------------------------------ */
@media screen
and (max-width: 400px) {

/* ------------------------------------------ 
    Page
------------------------------------------ */  
	.service-packages .package .post-content {
		position:relative;
		top:30px;
	}
	.slait-partners.four-column .partner {
		float: none;
		width:100%;
		height:inherit!important;
	}	
    
    /* Slider */
    #feature-slider .slide-content h1 span.top-line, 
    #feature-slider .slide-content h1 span.btm-line {
        font-size: 35px;
        font-size: 3.5rem;
    }
    
    
/* ------------------------------------------ 
    Video 
------------------------------------------ */    
	#video-main .icon-play {
	  font-size: 140px;
	  font-size: 14rem;
	}
	#video-main {
	    padding-top: 20px;
	    background-size: 400px;
	}
	#close-video {
	    top: 20px;
	    right: 20px;
	}
	
/* ------------------------------------------ 
    Footer 
------------------------------------------ */
	#locations li {
	    width: 100%!important;
	    margin-bottom: 20px;
	    float: none;
	    padding: 0!important;
	}
	
	/* Video */
    #video-feed .mcol.item a .icon-play {
        left: 34%;
    }
}

/* ========================================== 

    Media: Print 

========================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  
  .print-only {
      display: block!important;
      visibility: visible!important;
  }
  .no-print {
      display: none!important;
      visibility: hidden!important;
  }
  pre, blockquote { page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }


    /* Hide */
    header, 
    #feature-slider,
    a.cta,
    #video-main,
    ul.social-footer,
    .copyright,
    #upcoming-events .event .event-img,
    .all-events,
    #sect-nav.service-page,
    #sect-nav,
    .flex-panel .button-wrap,
    #virtualization-panel,
    .flex-panel.flex-video,
    #sect-nav-placeholder,
    #sidebar,
    iframe,
    .location-map,
    .row.full.panel60,
    form,
    #contact-form,
    #blog-feed aside,
    #blog-feed .container-gray,
    #blog-feed .blog-tags {
        display: none !important;
    }  
    
    /* Reset */
    img.loggo {
        width: 100%;
        max-width: 150px !important;
        margin: 0 0 10px 0;
    }
    img {
        width: 100%;
        max-width: 250px!important;
        float: none!important;
    }
    .col, .mcol, .scol {
        width: 100% !important;
        float: none !important;
        display: block !important;
        margin: 0 !important;
    }
    .col.flush-right, 
    .mcol.flush-right, 
    .scol.flush-right {
        margin: 0!important;
    }  
    h1,h2,h3,h4,h5,h6 {
        font-weight: normal !important;
        text-transform: none !important;
        text-align: left !important;
    }
    .sect-pad {
        padding-top: 20px!important;
        padding-bottom: 20px!important;
    }
    .row,
    #calls-to-action h3 {
        text-align: left !important;
        margin: 0 !important;  
        text-transform: none !important;      
    }
    #feature-header {
        display: block;
        min-height: inherit !important;
        max-height: inherit !important;
        height: inherit !important;
        position: relative !important;
    }
    #feature-header .inner {
        position: relative !important;
        left: 0;
        top: 0;    
        margin-left: 0;    
        display: block;
        float: none;    
        text-align:left;
    }
    #feature-header .inner.double-liner {
        top: 0;
    }
    #feature-header .inner.double-liner h1 span {
        padding: 0;
        margin: 0 !important;
    }
    #feature-header .inner h1,
    #feature-header .inner.double-liner h1 {
      color: #000 !important;
      padding: 0 0 15px 20px;
      font-size: 21px !important;
      font-size: 2.1rem !important;
      line-height: normal !important;
      text-transform: none;
    }
    
    /* HOME */
    #calls-to-action h1 {
        font-size: 21px !important;
        font-size: 2.1rem !important;
        margin: 0 !important;
        text-align: left !important;
        text-transform: none !important;   
    }
    #calls-to-action h3 {
        font-size: 16px;
        font-size: 1.6rem;
        margin: 0;
    }
    #testimonial-wrap {
        padding: 20px 0 !important;
    }
    #testimonial-wrap h1 {
        text-align: left !important;
        font-size: inherit !important;
        text-transform: none !important;
    }
    .testimonial {
      font-size: 16px;
      font-size: 1.6rem;
    }
    
    #upcoming-events {
        padding-top: 20px!important;
        padding-bottom: 20px!important;
    }
    #upcoming-events .event date {
        position: relative;
        top: inherit;
        display: block ;
        float: none ;
        text-align: left;
        padding: 0 !important;
    }
    #upcoming-events > .row > h1 {
        text-align: left !important;
        font-size: inherit !important;
        text-transform: none !important;
        margin: 0 !important;
    }
    #upcoming-events .event h1 {
        font-size: inherit !important;
        text-transform: none !important;
        margin: 0 !important;
    }
    #upcoming-events .event {
        width: 100%;
    }
    #upcoming-events #event-archive .event {
        height: 80px !important;
    }
    #upcoming-events .event p {
        margin: 0 0 15px !important;
    }
    
    /* Security */
    .flex-panel {
        min-height: inherit !important;
    }
    .flex-panel.splash, 
    .flex-panel.packages {
        padding-top: 0;
        padding-bottom: 0;
    }
    .flex-panel.flex-content {
          padding-top: 15px;
          padding-bottom: 0;
    }
    .flex-panel.flex-content img {
        margin: 0 0 10px 0;
    }
    .flex-panel.splash, 
    .flex-panel.packages {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      text-align: left !important;
    }
    .flex-panel.splash h1, 
    .flex-panel.packages h1 {
        margin-bottom: 0;
    }
    .flex-panel h1 {
          font-size: 21px;
          font-size: 2.1rem;
          margin-bottom: 0;
          text-transform: none !important;
          text-align: left;
    }
    .flex-panel.splash h3, 
    .flex-panel.packages h3, 
    .flex-panel.flex-video h3 {
        font-size: 21px;
        font-size: 2.1rem;
        margin-bottom: 0;
    }
    .flex-panel.flex-content h3 {
        font-size: 21px;
        font-size: 2.1rem;
        margin-bottom: 0;
    }    
    #post-content ul, 
    #post-content ol, 
    .post-content ul, 
    .post-content ol {
       margin-left: 0;
       margin-bottom: 0;
       list-style: inherit; 
       list-style-type: disc;  
    }
    #post-content ul li, 
    #post-content ol li, 
    .post-content ul li, 
    .post-content ol li {
        list-style: inherit; 
       list-style-type: disc; 
    }
    
    /* Managed Services */
    .flex-panel.splash .service-attributes .service-attr img {
        max-width: 35px!important;
        width: 100%!important;
        margin: 0 0 0 25px !important;
    }
    .flex-panel.splash .service-attributes, 
    .flex-panel.packages .service-package {
        padding: 0!important;
    }
    .flex-panel.splash .service-attributes.three-column .service-attr {
        text-align: left;
        width: 47.5%!important;
        height: inherit !important;
        float: left!important;
        padding: 0!important;
        margin-bottom: 0!important;
    }
    .flex-panel.splash .service-attributes .service-attr strong,
    .flex-panel.splash .service-attributes .service-attr p {
          font-size: 16px;
          font-size: 1.6rem;
          text-transform: none;
          font-weight: normal;
          margin: 0 0 0 25px !important;
    }
    .flex-panel.splash .post-content p, 
    .flex-panel.packages .post-content p, 
    .flex-panel.flex-video .post-content p {
        font-size: 16px !important;
        font-size: 1.6rem !important;
        line-height: normal !important;
    }
    
    /* Help Desk */
    .flex-panel.packages .service-packages .package {
        height: inherit !important;
        padding: 0 !important;
    } 
    .flex-panel.packages .service-packages .package h2 {
        position: relative;
        top: 0;
        left: 0;
        float: none;
        display: block;
        padding: 0;
        text-transform: none;
        font-size: 21px;
        font-size: 2.1rem;
    }
    
    /* About */
    #post-content h1, 
    .post-content h1,
    #post-content h2, 
    .post-content h2,
    #post-content h3, 
    .post-content h3,
    #post-content h4, 
    .post-content h4 {
        font-size: 21px !important;
        font-size: 2.1rem !important;
        margin-bottom: 15px !important;
    }
    .slait-partners.four-column .partner.scol {
        width: 22% !important;
        height: inherit !important;
        padding: 0 20px !important;
        margin-bottom: 20px !important;
        float: left !important;
        display: inline-block !important;
    }
    .slait-partners.four-column {
        padding: 0 0 25px !important;
        float: none !important;
        display: block!important;
    }
    
    /* News */
    .row {
        max-width: 100% !important;
        width: 100% !important;
    }
    .news-article {
        width: 100% !important;
        float: none !important;
        height: inherit !important;
        display: block !important;
    }
    #contact-top {
        padding: 0 !important;
    }
    
    /* Blog */
    #blog-feed.sect-pad {
        padding: 0 !important;
    }
    #blog-feed .col .pic-author {
        max-width: 20% !important;
        width: 100% !important;
        padding: 0 20px 20px 0 !important;
        float: left !important;
    }
    #blog-feed .col .author-description {
        float: left;
        max-width: 75%;
    }
}
