/* FONTS */

@import url(https://fonts.googleapis.com/css?family=Lora:400,400italic|Karla:400,700);

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 25px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

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


/* -----------------------------------------------------------
--------------------------------------------------------------
ALL SIZES
--------------------------------------------------------------
----------------------------------------------------------- */
body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Lora', serif;
    color: #282828;
	background-image: url(../images/bg-pattern.gif);
	background-repeat: repeat;
  	overflow-x: hidden;
	width:100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
}
.lora {
    font-family: 'Lora', serif;
}

.karla {
    font-family: 'Karla', sans-serif;
}

.container-fluid {
    max-width: 1640px;
    padding-left: 40px;
    padding-right: 40px;
}

.container {
    padding-right: 40px;
    padding-left: 40px;
}

.container.narrow {
	max-width: 1000px;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.vert-center {
    position: absolute;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    z-index: 15;
}
.ie9 .vert-center {
	top:15px;
}
.ie9 .vert-center h3{
	margin-top:50px;
}
.vert-bottom {
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 15;
}

h1,
.h1 {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 80px;
    letter-spacing: 1px;
}

h2,
.h2 {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 55px;
}

h3,
.h3 {
    font-family: 'Lora', serif;
    font-style: italic;
    font-size: 45px;
    margin-top: 0;
}

h4,
.h4 {
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #5d7388;
    text-transform: uppercase;
    font-style: normal;
    margin-top: 4px;
    ;
}

h5,
.h5 {
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    font-style: normal;
    margin-top: 0;
    letter-spacing: 0.5px;
}
h6{
	
}

p, li {
    line-height: 1.85;
    font-size: 16px;
}
p {
	margin-bottom: 30px;
}
.padded li {
	margin-bottom: 15px;
}
.sidebar li {
	margin-bottom: 0px;
}
a {
    transition: all 0.3s;
}

a:hover,
a:focus {
    transition: all 0.3s;
}

.btn {
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    background: #5d7388;
    border: 2px solid #5d7388;
    line-height: 1;
    padding: 15px 30px;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: 15px;
}

.btn:hover,
.btn:focus {
    background: #385169;
    border-color: #385169;
}

.btn-transparent {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.btn-transparent:hover,
.btn-transparent:focus {
    background: #fff;
    color: #282828;
    border-color: #282828;
}

.btn-red {
    background: #df5b4c;
    border: #df5b4c;
    color: #fff;
    margin-top: 10px;
}

.btn-red:hover,
.btn-red:focus {
    background: #c14c3f;
    border: #c14c3f;
    color: #fff;
}


/* -----------------------------
Navigation
----------------------------- */

.navbar {
    position: absolute;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid #fff;
}

.navbar-nav>li>a {
    color: #fff;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background: transparent;
}

.navbar-brand {
    height: auto;
}

.navbar-brand img {
    max-height: 60px;
    margin-top: 10px;
}

.navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-right {
    margin-right: 0;
}

#main-nav {
    margin-top: 27px;
}

.navbar-collapse>.track-login {
    float: right;
    margin-right: -15px;
	margin-left: 15px;
}

.navbar-collapse>.track-login .btn {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.navbar-collapse>.track-login .btn:hover,
.navbar-collapse>.track-login .btn:focus {
    color: #fff;
}

.globe {
    /*
    width: 30px;
    height: 30px;
    display: inline-block;
*/
    vertical-align: middle;
    /*    margin: 0 30px 0 15px;*/
}

.globe svg {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.track {
    margin-right: 10px;
}

.track svg,
.login svg {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-bottom: -2px;
    fill: #fff;
    transition: all 0.3s;
}

.login:hover svg,
.track:hover svg {
    fill: #fff;
    transition: all 0.3s;
}

.navbar-nav.locations-nav {
    float: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.locations-nav>li>a {
    padding: 0;
    margin-right: 15px;
    margin-left: 15px;
}

.locations-nav ul.sub-menu {
    top: 45px;
    left: -20px;
}

.navbar-header .locations-nav {
    display: none;
}
.hero h4 {
    color: white;
}
.hero a {
	color:#ccc;
}.hero a:hover {
	color:white;
}
ul.sub-menu {
    position: absolute;
    left: 0;
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 0;
    border-top: 0;
    border-radius: 5px;
    z-index: 10;
}

ul.sub-menu:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    content: '';
    top: -10px;
    left: 25%;
}

ul.sub-menu li {
    min-width: 160px;
    float: left;
    /*    border-top: 1px solid #ccc;*/
}

ul.sub-menu a {
    display: block;
    min-height: 15px;
    padding: 8px 15px;
    color: #282828;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
	border-radius: 0;
}

ul.sub-menu a:hover,
ul.sub-menu a:focus {
    text-decoration: none;
    background: #5d7388;
    color: #fff;
	
}

ul.sub-menu li:first-of-type a {
    padding: 15px 15px 8px;
}

ul.sub-menu li:last-of-type a {
    padding: 8px 15px 15px;
}

ul.sub-menu li:first-of-type a:hover,
ul.sub-menu li:first-of-type a:focus {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

ul.sub-menu li:last-of-type a:hover,
ul.sub-menu li:last-of-type a:focus {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

nav.navbar .menu-item-has-children>a {
    /*    margin-right: 10px;*/
}

nav.navbar .menu-item-has-children>a:after {
    content: '\f0d7';
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 10px;
    vertical-align: middle;
    /*    transition: transform 0.3s;*/
    /*    position: absolute;*/
}

nav.navbar .menu-item-has-children>a:hover:after {
    /*    transform: rotate(180deg);*/
    /*    transition: transform 0.3s;*/
}


/* -----------------------------
Animated Mobile Menu Link
----------------------------- */

.navbar-toggle {
    border: none;
    background: transparent !important;
    margin-bottom: 18px;
    margin-top: 18px;
}

.navbar-toggle:hover {
    background: transparent !important;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}
.menu-footer {
    display: none;
}


/* -----------------------------
Footer
----------------------------- */

footer {
    background: #d6d0c5;
    color: #989287;
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 14px;
    text-align: center;
    font-family: 'Karla', sans-serif;
}
.pg-logo{
    width: 70px;
    position: relative;
    top: -9px;
    left: 15px;
}
footer a {
    color: #fff;
    font-weight: 300;
}

footer a:hover,
footer a:focus {
    color: #989287;
}

footer .logos img {
    max-height: 50px;
    margin-right: 20px;
}

footer .logos a:last-of-type img {
    margin-right: 0;
}

footer .copyright a {
    color: #989287;
}

footer .copyright a:hover,
footer .copyright a:focus {
    color: #fff;
}

footer .social {
    margin-top: 20px;
    margin-bottom: 20px;
}

footer .social .fa {
    font-size: 2.5em;
    margin-right: 10px;
}

footer .social a:last-of-type .fa {
    margin-right: 0
}


/* -----------------------------
Homepage
----------------------------- */

.hero {
    position: relative;
    z-index: 0;
    /*    height: 60vh;*/
    padding: 230px 0 0;
    overflow: hidden;
    color: #fff;
    font-size: 26px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height:645px;
}

.blog .hero {
	max-height:unset;
}

.hero-slider {
    position: absolute !important;
    top: 0;
	height: 100%;
}

.navigation {
	width:100%;text-align:center;
}

.navigation a {
	color:black;
}

.arrow-down {
    position: absolute;
    z-index: 2;
    font-size: 6rem;
    bottom: 20px;
    left: 0;
    right: 0;
	text-align: center;
}
.arrow-down a {
	color: white;
}
.arrow-down a:hover {
	color: #ccc;
}
#location-archive.hero {
	height: 660px;
}
#map {
	width: 100%;    
	max-width: 1026px;
	margin: auto;
}
#map>svg {
	height: 484px;
}
.hero:after {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
}

.hero .row {
    position: relative;
    z-index: 10;
	margin-bottom: 140px;
}

.hero .btn {
    background: #fff;
    color: #282828;
    border-color: #fff;
    margin-top: 20px;
}

.hero .btn:hover,
.hero .btn:focus {
    background: transparent;
    color: #fff;
}

#services,
#about,
.home-footer {
    margin: 50px 0 0 0;
}

#location{
    margin: 0;
}
#location.hero:after {
    display: none;
}
#services .container .row {
    margin-bottom: 40px;
}


/* original */

.individual-service {
    position: relative;
    z-index: 0;
    text-align: center;
    height: 275px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 15px 0;
    /*    cursor: url(../images/cursor.png), auto;*/
}

.individual-service:after {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
}

.individual-service .content {
    background: rgba(255, 255, 255, 0);
    width: 90%;
    height: 90%;
    color: #fff;
    transition: background 0.5s 0.3s, color 0.5s 0.3s;
}

.individual-service .content.vert-center .vert-center {
    width: 89%;
    word-wrap: break-word;
}

.individual-service .content:after {
    content: '';
    left: 0;
    right: 0;
    top: 0;
    width: 90%;
    height: 75%;
    background: #fff;
    bottom: 0;
    position: absolute;
    margin: auto;
    opacity: 0;
    transition: opacity 0.5s 0.3s;
}

.individual-service .btn-transparent {
    transition: all 0.5s 0.3s;
    font-size: 14px;
    margin-top: 10px;
    border-width: 1px;
    padding: 14px 35px;
    font-weight: normal;
}

.individual-service:hover .content,
.individual-service:focus .content {
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.3s 0.3s;
    color: #282828;
}

.individual-service:hover .content:after,
.individual-service:focus .content:after {
    opacity: 1;
    transition: opacity 0.3s 0.3s;
}

.individual-service:hover .btn-transparent,
.individual-service:focus .btn-transparent {
    border-color: #282828;
    color: #282828;
    transition: all 0.3s 0.3s;
}

.individual-service:hover .btn-transparent:hover,
.individual-service:hover .btn-transparent:focus,
.individual-service:focus .btn-transparent:hover,
.individual-service:focus .btn-transparent:focus {
/*
    border-color: #df5b4c;
    color: #df5b4c;
*/
    border-color: #282828;
    color: #282828;
}


/* map */

#map {
    padding: 40px 80px;
    position: relative;
}

#map.load>svg {
    opacity: 0;
    transition: opacity 1.2s;
}

#map>svg {
    opacity: 1;
    transition: opacity 1.2s;
    max-width: 100%;
}
.single_job_listing .company {
	padding: 10px 20px 25px 10px;
}
.location-grid {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 40px 80px;
}

.location-dot .info-box {
    /*    display: inline-block;*/
    position: absolute;
    width: 350px;
    background: #5d7388;
    border-radius: 5px;
    color: #fff;
    z-index: -100;
    opacity: 0;
    transition: opacity 0.3s 0.3s linear, transform 0.3s 0.3s ease-in-out, z-index 0.7s step-end;
    left: -290px;
    bottom: 35px;
    transform: rotate(330deg) translate(-70px, 40px);
}
.location-dot.north .info-box {
	transform: rotate(330deg) translate(60px, 80px);
}
.location-dot.single .info-box {
    bottom: 26px;
	width: 400px;
	left: -330px;
}

.location-dot.qty2 .info-box {
    bottom: 56px;
}

.location-dot.qty3 .info-box {
    bottom: 62px;
}

.location-dot.qty4 .info-box {
    bottom: 72px;
}

.location-dot.qty5 .info-box {
    bottom: 77px;
}

.location-dot .info-box:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #5d7388 transparent transparent transparent;
    position: absolute;
    content: '';
    bottom: -10px;
    left: 80%;
}

.location-dot.north .info-box:before {
    border-width: 0 10px 10px 10px;
    border-color:transparent transparent #5d7388 transparent;
	bottom: auto;
	top: -10px;
}
.location-dot.north .info-box {
    bottom: auto;
    top: 30px;
}

.location-dot.west .info-box:before {
    left: auto;
    right: 80%;
}

.location-dot.west .info-box {
    left: -60px;
    transform: rotate(30deg) translate(70px, 40px);
}

.location-dot.west.north .info-box {
	transform: rotate(30deg) translate(-70px, 80px);
}

.location-dot.west.single .info-box {
	left:-70px;
}
.cat-image {
    height: 100%;
    width: 33.33%;
    position: absolute;
    background: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.single .cat-image{
	width: 40%;
}
.info-content {
    width: 66.66%;
    float: left;
    height: 100%;
    padding: 20px;
    text-align: center;
    margin-left: 33.333%;
    font-family: 'Karla', sans-serif;
    font-size: 18px;
}
.single .info-content {
	text-align: left;
	width: 60%;
	margin-left: 40%;
}
.single .info-content h5{
	margin-bottom: 20px;
}
.single .info-content p{
	margin-bottom: 5px;
}
.single .info-content p:last-of-type{
	margin-bottom: 0;
}
.single .info-content p span{
	font-weight: 700;
}
.west .cat-image {
    right: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 5px;
}

.west .info-content {
    margin-left: auto;
    margin-right: 33.333%;
}

.west.single .info-content {
    margin-left: auto;
    margin-right: 40%;
}

.info-content p {
    line-height: 1.3;
}

.info-content h5 {
    text-transform: none;
    font-size: 24px;
    line-height: 1;
    /*    margin-bottom: 0;*/
}

.info-content .btn-red {
    margin-top: 0;
    margin-bottom: 4px;
}

.location-dot {
    position: absolute;
    /*
    width: 40px;
    height: 40px;
    transform: translate(-50%,-50%);
*/
    cursor: pointer;
}

.location-dot:hover .info-box,
.location-dot:focus .info-box {
    z-index: 100;
    opacity: 1;
    transform: rotate(360deg) translate(0, 0);
    transition: z-index 0.1s step-start, opacity 0.3s linear, transform 0.3s ease-in-out;
}

.location-dot.west:hover .info-box,
.location-dot.west:focus .info-box {
    transform: rotate(0) translate(0, 0);
}

.location-dot.load,
.location-dot.load .dot,
.location-dot.load .pulse {
    width: 0 !important;
    height: 0 !important;
    border-width: 0;
    transition: all 0.5s;
}

.location-dot .dot {
    width: 60px;
    height: 60px;
    border: 6px solid #df5b4c;
    border-radius: 50%;
    opacity: 0.5;
    background-color: transparent;
    z-index: 10;
    transform: translate(-50%, -50%);
    position: absolute;
    transition: all .5s;
}

.location-dot .pulse {
    border: 2px solid #df5b4c;
    background: transparent;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin-left: -50%;
    margin-right: -50%;
    margin-top: -50%;
    margin-bottom: -50%;
    animation: pulse 2s ease-in;
    animation-iteration-count: infinite;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s;
}

.location-dot.single .dot,
.location-dot.single .pulse{
	width: 20px;
    height: 20px;
    transition: all 0.4s;
}
.location-dot.single .pulse{
	animation: pulseSm 2s ease-in;
    animation-iteration-count: infinite;
}

.location-dot.qty2 .dot,
.location-dot.qty2 .pulse {
    width: 80px;
    height: 80px;
    transition: all 0.5s;
}

.location-dot.qty3 .dot,
.location-dot.qty3 .pulse {
    width: 90px;
    height: 90px;
    transition: all 0.6s;
}

.location-dot.qty4 .dot,
.location-dot.qty4 .pulse {
    width: 110px;
    height: 110px;
    transition: all .7s;
}

.location-dot.qty5 .dot,
.location-dot.qty5 .pulse {
    width: 120px;
    height: 120px;
    transition: all .8s;
}

.location-dot.qty2 .pulse,
.location-dot.qty3 .pulse {
    animation: pulseMd 2s ease-in;
    animation-iteration-count: infinite;
}

.location-dot.qty4 .pulse,
.location-dot.qty5 .pulse {
    animation: pulseLg 2s ease-in;
    animation-iteration-count: infinite;
}

/*SERVICE SINGLE*/

.padded {
    padding:50px 0;
}
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	/*max-width: 1000px;*/
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	/*min-width: 320px;*/
	/*max-width: 480px;*/
	/*max-height: 360px;*/
	width: 48%;
	background: #5d7388;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

.light-gray{
	padding-top:5%;
    background: #f6f6f6;
}
.service-box {
    margin-top:100px;
}
.service-box h4 {
    font-size:1.8rem;
}
/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
	background-color: #5d7388;
	height: 400px;
}

figure.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.75s, -webkit-transform 0.75s;
	transition: opacity 0.75s, transform 0.75s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
	width: 100%;
}

figure.effect-ruby:hover img {
	opacity: 0.2;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-ruby h2 {
	margin-top: 10%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-ruby p {
	margin: 1em 0 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
	font-size:1.6rem;
} 

figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

/*CASE STUDIES*/
.problem-images img, .solution-images img, .about-images img {
    border:10px solid white;
}
.problem-images img:nth-of-type(1) {
    position: relative;
    top: 30px;
    z-index:2;
}
.problem-images img:nth-of-type(2) {
    position: absolute;
    right: 30px;
    z-index:1;
}
.problem-images img:nth-of-type(3) {
    position: absolute;
    right: 90px;
    bottom: -70px;
    z-index: 3;
}
.solution-images img:nth-of-type(1) {
    position: relative;
    right:-30px;
    z-index:1;
}
.solution-images img:nth-of-type(2) {
    position: absolute;
    left: 0px;
    top: 200px;
    z-index: 2;
}

/*ABOUT US*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}

/*BLOG*/
.archive .home-footer {
	display: none;
}
.blog h3, .archive h3 {
	font-size: 24px;
}
.blog-grid {
    padding:50px 0;
}
.blog .hero {
    margin-bottom: 50px;
}
input#searchsubmit {
    width: auto;
    padding: 5px 7px;
}
input#s {
    padding: 3px;
    border: 0;
    position: relative;
    top: -1px;
	max-width: 64%;
}
.ie9 .sidebar input#s {
	width: 160px;
}
.widget li {
    list-style: none;
}
.widget li a {
     display:block;
    border-bottom:1px solid #fff;
    padding:5px;
}
.widget li a:hover {
    background:#c7beac;
    text-decoration:none;
}
.widget ul {
    padding-left:0;
}
.sidebar {
    background: #d6d0c5;
    padding: 15px;
}
h4.widgettitle {
    margin-top:15px;
}
.panel-title {
	font-size: 24px;
}
.panel-title>a:hover, .panel-title>a:focus {
	text-decoration: none;
	color:#337ab7 !important;
}
.panel-group .panel {
	text-align: left;
}
.panel-default>.panel-heading {
	background:#ccc;
	color:#5d7388;
}
.panel-title a, .panel-title a:visited {
	color:#5d7388;
}
.panel-default>.panel-heading:hover {
	background:#5d7388;
	color:#fff !important;
}
.panel-title a:hover {
	color:#fff !important;
}
.panel-heading {
	padding:15px;
}
.page-id-9 .padded li {
	list-style: none;
}
.page-id-9 .padded li a{
	font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #5d7388;
    text-transform: uppercase;
    font-style: normal;
    margin-top: 4px;
}
.page-id-17 h3 {
	font-size:32px;
}
a.email {
    border: 1px solid white;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    top: -9px;
    margin-left: 6px;
	letter-spacing: 1px;
}
a:hover.email {
	text-decoration: none;
	border-color:#989287;
	color:#989287;
}

/*Sitemap*/
li.page_item.page-item-841, li.page_item.page-item-845, li.page_item.page-item-664, li.page_item.page-item-665, li.page_item.page-item-668, li.page_item.page-item-669, li.page_item.page-item-670, li.page_item.page-item-9.current_page_item {
	display: none;
}

@media (min-width: 600px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
h4.name {
	font-size:18px;
	margin-top:24px;
	margin-bottom:0;
}
p.title {
	font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #5d7388;
    text-transform: uppercase;
    font-style: normal;
    margin-top: 0px;
	margin-bottom:0;
}
p.title:after {
	content:'';
	background:#5d7388;
	display:block;
	width: 40px;
    height: 2px;
    margin: 7px 0;
}
.owl-nav {
	position:relative;
	top:30px;
}
.about-images img:nth-of-type(1) {
    position: relative;
    top: 0px;
    right:0;
    z-index:1;
}
.page-template-page-aboutus .home-footer {
	margin-top:0;
}
.bump-up {
	position: relative;
	top: -75px;
}
.grayish {
	background:#f6f6f6;
	display:block;
	width:100%;
}
.grayish img {
    width: 100%;
	}
.about-images img:nth-of-type(2) {
    position: absolute;
    left: -80px;
    z-index: 2;
    top: 300px;
}
.about-images img:nth-of-type(3) {
    position: absolute;
    left: 0px;
    z-index: 2;
    top: 600px;
}
.about-images img:nth-of-type(4) {
    position: absolute;
    left: -80px;
    z-index: 2;
    top: 900px;
}
h4.board {
    background: #5d7388;
    color: white;
    text-align: center;
    padding: 10px;
}
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}
/* * Animations * */

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        opacity: 0.3;
    }
    25% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.4;
    }
    75% {
        -moz-transform: scale(1.2);
        opacity: 0.6;
    }
    100% {
        -moz-transform: scale(1.3);
        opacity: 0.0;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        opacity: 0.3;
    }
    25% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.4;
    }
    75% {
        -webkit-transform: scale(1.2);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: scale(1.3);
        opacity: 0.0;
    }
}


/*
@-keyframes pulse {
 0% {
    transform: scale(1);
    opacity: 0.1;
 }
 25% {
    opacity: 0.1;
 }
 50% {
     opacity: 0.3;
 }
 75% {
    transform: scale(1.2);
    opacity: 0.5;
 }
 100% {
    transform: scale(1.3);
    opacity: 0.0;
 }
}
*/

@-moz-keyframes pulseSm {
    0% {
        -moz-transform: scale(1);
        opacity: 0.3;
    }
    25% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.4;
    }
    75% {
        -moz-transform: scale(1.3);
        opacity: 0.6;
    }
    100% {
        -moz-transform: scale(1.4);
        opacity: 0.0;
    }
}

@-webkit-keyframes pulseSm {
    0% {
        -webkit-transform: scale(1);
        opacity: 0.3;
    }
    25% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.4;
    }
    75% {
        -webkit-transform: scale(1.3);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: scale(1.4);
        opacity: 0.0;
    }
}


@-moz-keyframes pulseMd {
    0% {
        -moz-transform: scale(1);
        opacity: 0.3;
    }
    25% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.4;
    }
    75% {
        -moz-transform: scale(1.1);
        opacity: 0.6;
    }
    100% {
        -moz-transform: scale(1.2);
        opacity: 0.0;
    }
}

@-webkit-keyframes pulseMd {
    0% {
        -webkit-transform: scale(1);
        opacity: 0.3;
    }
    25% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.4;
    }
    75% {
        -webkit-transform: scale(1.1);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: scale(1.2);
        opacity: 0.0;
    }
}

@-moz-keyframes pulseLg {
    0% {
        -moz-transform: scale(1);
        opacity: 0.3;
    }
    25% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.4;
    }
    75% {
        -moz-transform: scale(1.07);
        opacity: 0.6;
    }
    100% {
        -moz-transform: scale(1.14);
        opacity: 0.0;
    }
}

@-webkit-keyframes pulseLg {
    0% {
        -webkit-transform: scale(1);
        opacity: 0.3;
    }
    25% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.4;
    }
    75% {
        -webkit-transform: scale(1.07);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: scale(1.14);
        opacity: 0.0;
    }
}


/* Mobile Locations */

#locations-by-state {
    margin-bottom: 10px;
    box-shadow: none;
}

#locations-by-state:focus {
    border-color: #c14c3f;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(193, 76, 63, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(193, 76, 63, 0.6);
}

.btn.btn-results {
    width: 100%;
    padding: 25px;
    border: none;
    background: #fff;
    color: #5d7388;
    display: flex;
    align-items: center;
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    transition: all 0.5s;
}

.btn-results.selected {
    max-height: initial;
    padding-top: 25px;
    padding-bottom: 25px;
    transition: all 0.5s;
    border-bottom: 1px solid #ccc;
    opacity: 1;
}

.results .selected:last-of-type {
    border-bottom: none;
}

.btn.btn-results:hover,
.btn.btn-results:focus {
    background: #c14c3f;
    color: #fff;
}

.btn-results .results-info {
    text-align: left;
    float: left;
    width: 100%;
}

.btn-results .results-info .address {
    text-transform: none;
    font-size: 13px;
    font-family: 'Lora', serif;
    font-weight: normal;
    line-height: 1.2;
    margin-top: 4px;
    display: block;
}

.btn-results .fa {
    float: right;
    font-size: 2em;
    opacity: .4;
    /*    transition: 0.1s 0.2s opacity;*/
}

.btn-results:hover .fa,
.btn-results:focus .fa {
    opacity: 1;
    transition: 0.1s 0.2s opacity;
}

.results {
    border-radius: 5px;
    border: 1px solid #ccc;
    overflow: hidden;
}


/* home footer */
.home table.foobar-container {
	background:url('/wp-content/uploads/2017/02/COMFWD_SL_0224_1900x785_Expo-Peng.jpg') no-repeat top center !important;
	background-size: contain !important;
}
.foobar-wrapper.fb-bottom.x-white .foobar-close-button {
   
	background:transparent !important;
}
.foobar-wrapper.fb-bottom.x-white .foobar-close-button::before {
 content: "\f00d"; 
  	font-family: FontAwesome;
	color:white;
	font-size: 3.5rem;
}
.home-footer {
/*    background: #f5ede2;*/
	background: transparent;
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: center;
}

.home-footer .gform_wrapper {
    display: inline-block;
    width: 75%;
}

.home-footer .gform_wrapper form {
    text-align: center;
}

.home-footer .gform_wrapper .gform_body {
    float: left;
    width: 75%;
}

.home-footer .gform_wrapper li.gfield {
    margin: 0 !important;
    padding: 0 !important;
}

.home-footer .gform_wrapper .top_label .gfield_label {
    display: none;
}

.home-footer .gform_wrapper .gform_footer {
    float: left;
    clear: none;
    padding: 0;
    margin: 0;
    width: 25%;
}

.home-footer .gform_wrapper .top_label div.ginput_container {
    display: block;
    margin: 0;
}

.home-footer .gform_wrapper .gform_footer input.button, input[type="submit"] {
    margin: 0;
    width: 100%;
    padding: 20px;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    background: #5d7388;
    border: 0;
    line-height: 1 !important;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: 16px;
    outline: 0;
    transition: all 0.3s;
}
.page-id-668 input[type="submit"] {
    width:auto;
}
.home-footer .gform_wrapper .gform_footer input.button:hover,
.home-footer .gform_wrapper .gform_footer input.button:focus, input[type="submit"]:hover {
    background: #385169;
    transition: all 0.3s;
}

.home-footer .gform_wrapper .top_label input.large {
    padding: 18px !important;
    border: 0;
    outline: 0;
    font-family: 'Karla', sans-serif !important;
}


/* -----------------------------------------------------------
--------------------------------------------------------------
Locations - Archive
--------------------------------------------------------------
----------------------------------------------------------- */
#location-archive.hero{
padding: 100px 0 0px;
}
#location-archive.hero:after{
	display: none;
}
#location-archive.hero .row {
	margin-bottom: 0;
}
#location-archive h1{
	display: none;
}
#locations-ours {
	margin: 60px 0 0;
}
#locations-agents{
	margin: 0 0 40px;
}
#locations-ours h4, #locations-agents h4{
	text-transform: none;
	margin-bottom: 20px;
}
#locations-ours hr{
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #e1e1e1;
}
ul.locations-archive-list{
	margin: -8px;
	padding: 0;
	list-style: none;
}
ul.locations-archive-list li{
	background-color: #385169;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	    width: calc(25% - 16px);
	    height: 180px;
	position: relative;
	float: left;
	margin: 8px;
}
ul.locations-archive-list li a{
width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	line-height: 1;
	font-size: 19px;
	font-style: italic;
	color: #3e5469;
	letter-spacing: 0.02em;
}
ul.locations-archive-list li a:hover, ul.locations-archive-list li a:focus{
text-decoration: none;
	color: #282828;
}
ul.locations-archive-list li a div{
	width: 70%;
	display: block;
/*	margin: 50px auto;*/
	background: #fff;
/*	border: 10px solid rgba(255,255,255,0.4);*/
	position: relative;
	z-index: 10;
	padding: 20px 0;
}
ul.locations-archive-list li a div:after{
	content: '\00a0';
    position: absolute;
    margin: 0 -7px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    z-index: -1;
    background: rgba(255,255,255,0.4);
    display: block;
    padding: 27px 0px;
}
.job-manager-application-wrapper {
    display: none;
}
/* -----------------------------------------------------------
--------------------------------------------------------------
Locations - Individual
--------------------------------------------------------------
----------------------------------------------------------- */
.single-locations .owl-theme .owl-dots .owl-dot span {
	display: none !important;
}
#location-slider {
    position: absolute;
    top: 0;
    /* bottom: 0; */
    /* right: 0; */
    /* left: 0; */
    height: 100%;
}
#location-slider:after {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
}
#location-slider .owl-stage-outer {
    height: 100%;
}
#location-slider .owl-stage {
    height: 100%;
}
#location-slider .owl-item{
	height: 100%;
}

.bg-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.left-half{
	padding-right: 50px;
	margin-right: 35px;
	border-right: 1px solid #b2c4d4;
	width: calc(50% - 35px);
}
.right-half{
	
}

#location-services {
	margin: 60px 0;
}
#location-services h5{
	color: #5d7388;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 5px;
}
.follow-us{
	margin-top: 40px;
	font-size: 20px;
	font-family: 'Karla', sans-serif;
	line-height: 1;
    padding-bottom: 0;
    margin-bottom: 5px;
}
.follow-us-links{
	font-size: 34px;
}

.follow-us-links a{
	color: #5d7388;
}

.follow-us-links a:hover, .follow-us-links a:focus{
	color: #385169;
}

.acf-map {
	width: 100%;
	height: 178px;
	margin: 30px 0 20px;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.gform_wrapper label.gfield_label {
	font-family: 'Karla', sans-serif;
	line-height: 1 !important;
	color: #69839c !important;
	font-size: 18px !important;
	margin-bottom: 0 !important;
}
.gform_wrapper *{
	font-family: 'Karla', sans-serif;
}
.gform_wrapper .gfield_required{
	color: #df5b4c !important;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label{
	display: none !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper textarea {
	border-radius: 5px !important;
	background: #fff !important;
	border: 1px solid #b2c4d4 !important;
	padding: 10px 10px !important;
	font-size: 16px;
	max-height: 200px;
}

.gfield.no-label label.gfield_label {
	display: none !important;
}


.gform_wrapper input::-webkit-input-placeholder { /* Chrome */
  color: #b2c4d4;
}
.right-half .gform_wrapper input:-ms-input-placeholder { /* IE 10+ */
  color: #b2c4d4;
}
.gform_wrapper input::-moz-placeholder { /* Firefox 19+ */
  color: #b2c4d4;
  opacity: 1;
}
.gform_wrapper input:-moz-placeholder { /* Firefox 4 - 18 */
  color: #b2c4d4;
  opacity: 1;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]{
    background: #df5b4c;
    margin-top: 10px;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #df5b4c;
    line-height: 1;
    padding: 20px 40px;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: 16px;
	transition: all 0.3s;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input.button:focus{
background: #c14c3f;
    border-color: #c14c3f;
	transition: all 0.3s;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
	border-radius: 5px !important;
	background-color: #fff !important;
	border: 1px solid #b2c4d4 !important;
	padding: 10px 10px !important;
	font-size: 16px;
    background-image: url(../images/down.png);
    background-position: right 0;
    background-size: contain;
    background-repeat: no-repeat;
    color: #69839c;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-appearance: none;
    cursor: pointer;
    -moz-appearance: none;
	font-weight: 700;
}

ul.logo-list {
	list-style: none;
	display:table-row;
}
ul.logo-list li {
	display: table-cell;
	vertical-align: middle;
    border: 1px solid #ccc;
    width: 33.33%;
    float: left;
    background: #fff;
    text-align: center;
    position: relative;
	margin-bottom: 0;
	
}
ul.logo-list.partners li {
    padding: 4%;
	height: 200px;
}

#location-contact{
	margin-bottom: 20px;
}
fieldset.fieldset-candidate_photo, fieldset.fieldset-candidate_video, fieldset.fieldset-links {
    display:none !important;
}
/* -----------------------------------------------------------
--------------------------------------------------------------
RESPONSIVE SIZES
--------------------------------------------------------------
----------------------------------------------------------- */


/* -----------------------------
1480
----------------------------- */

@media screen and (max-width: 1481px) {
    .navbar-collapse>.track-login .btn {
        font-size: 14px;
    	padding: 20px 10px;
    }
    .locations-nav>li>a {
        margin-right: 0;
        margin-left: 0;
    }
    .globe svg {
        width: 25px;
        height: 25px;
    }
    nav.navbar .menu-item-has-children>a:after{
        margin-left: 5px;
    }
    .navbar-nav>li>a.globe{
        padding: 0 8px !important;
    }
    .track {
    margin-right: 8px;
}
    .navbar-nav>li>a {
        font-size: 14px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .locations-nav ul.sub-menu {
        left: -27px;
    }
    .navbar-collapse>.track-login {
/*        margin-top: 5px;*/
    }
    .track svg,
    .login svg {
        width: 13px;
        height: 13px;
        margin-right: 5px;
    }
    h3,
    .h3 {
        font-size: 40px;
    }
}


/* -----------------------------
1270
----------------------------- */

@media screen and (max-width: 1271px) {
/*
    #main-nav {
        margin-top: 12px;
    }
    .navbar-right {
        margin-right: -25px;
        clear: right;
    }
*/
    #main-nav {
    margin-top: 20px;
}
    .navbar-nav>li>a {
    font-size: 14px;
    padding-right: 8px;
    padding-left: 8px;
    }
    .navbar-brand img {
    max-height: 50px;
    margin-top: 20px;
}
    .individual-service h3 {
        font-size: 36px;
    }
    .navbar-brand img {
    margin-top: 10px;
    }
}


/* -----------------------------
Medium
----------------------------- */

@media screen and (max-width: 1199px) {
    .individual-service h3 {
        font-size: 30px;
    }
    .location-dot .dot {
        width: 30px;
        height: 30px;
/*        border: 2px solid #df5b4c;*/
    }
    .location-dot .pulse {
/*        border: 2px solid #df5b4c;*/
        height: 30px;
        width: 30px;
    }
    .location-dot.qty2 .dot,
    .location-dot.qty2 .pulse {
        width: 60px;
        height: 60px;
    }
    .location-dot.qty3 .dot,
    .location-dot.qty3 .pulse {
        width: 70px;
        height: 70px;
    }
    .location-dot.qty4 .dot,
    .location-dot.qty4 .pulse {
        width: 90px;
        height: 90px;
    }
    .location-dot.qty5 .dot,
    .location-dot.qty5 .pulse {
        width: 100px;
        height: 100px;
    }
    
     .navbar-header .locations-nav {
        display: inline-block;
    }
    .navbar-nav.locations-nav {
        float: right !important;
        margin-top: 44px;
        border: none;
    }
    .navbar-nav.locations-nav>li {
        border: none;
    }
    .navbar-nav.locations-nav>li>a:hover,
    .navbar-nav.locations-nav>li>a:focus {
        background: transparent;
        color: #fff;
    }
    .navbar-nav.locations-nav .sub-menu {
        right: 0;
        left: auto;
        margin-top: 5px;
    }
    .navbar-nav.locations-nav .sub-menu:before {
        top: -10px;
        left: 65%;
    }
    #main-nav {
    margin-top: 12px;
    }

   #menu-main-navigation ul.sub-menu{
    position: static;
    border-radius: 0;
    }
   #menu-main-navigation ul.sub-menu:before{
        display: none;
    }

   #menu-main-navigation ul.sub-menu li {
    min-width: inherit;
    float: none;
     border-top: 1px solid #ccc; 
    }
    #main-nav>.track-login{
        display: none;
    }
    .menu-footer{
        display: block;
    }
	ul.locations-archive-list li a div{
	width: 75%;
	}
	button.navbar-toggle {
		position: fixed;
		right: 0;
	}
    
/* -----------------------------
OVERRIDING BOOTSTRAP Mobile Menu
----------------------------- */

.navbar-header {
    float: none;
    position: relative;
}

.navbar-toggle {
    display: block;
    margin: 40px 0 0 0;
        z-index: 100;
/*    position: fixed;*/
    right: -15px;
    position: relative;
}
    .navbar-toggle.collapsed{
        position: relative;
		right: 0;
    }
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.navbar-collapse {
    position: fixed;
    right: -30px;
    background: #5d7388;
    top: -15px;
    padding-top: 93px;
    bottom: 0;
    z-index: 1;
    width: 0;
    transition: all 0.3s;
}

.navbar-collapse.in {
    display: block !important;
}

.navbar-nav {
    float: none !important;
    margin: 0 -15px 25px;
    border-top: 1px solid #385169;
}

.navbar-nav>li {
    float: none;
    border-bottom: 1px solid #385169;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    color: #385169;
    background: #fff;
}

.menu-footer .track,
.menu-footer .login {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 12px 10px 11px;
}

.menu-footer .social {
    margin-top: 15px;
    font-size: 2.2em;
}

.menu-footer .social a {
    color: #fff;
}

.menu-footer .social a:hover,
.menu-footer .social a:focus {
    color: #385169;
}

.navbar-collapse.slide {
    display: block;
    width: 0;
    transition: all 0.3s;
}

.navbar-collapse.slide.out {
    display: block;
    width: 0;
    right: -30px;
    transition: all 0.3s;
}

.navbar-collapse.expanded {
    display: block;
    width: auto;
    transition: all 0.3s;
    margin: 0;
    right: 0;
    overflow: scroll;
}

nav.navbar .menu-item-has-children>a:after {
    float: right;
    margin-top: 3px;
	}
    
}


/* -----------------------------
Medium - Alt
----------------------------- */

@media screen and (max-width: 1024px) {
	.home .hero {
	    padding: 130px 0 0;
	}
	.home .hero .owl-carousel .owl-item img{
		height: 90vh;
	}

	figure.effect-ruby p {
		font-size: 1.4rem;
		margin: 0;
		line-height: 1.6;
	}
	.sidebar input#s {
		max-width: 100%;
		width: 100%;
	}
	.sidebar input#searchsubmit {
		width: 100%;
	}
}


/* -----------------------------
Small
----------------------------- */

@media screen and (max-width: 991px) {
    h1,
    .h1 {
        font-size: 60px;
    }
	.about-images img:nth-of-type(2), .about-images img:nth-of-type(3), .about-images img:nth-of-type(4) {
		display: none;
	}
    .problem-images img:nth-of-type(1), .solution-images img:nth-of-type(1) {
        position: relative;
        top: 0px;
        right:0px;
        left:0px;
    }
    .problem-images img:nth-of-type(2), .problem-images img:nth-of-type(3), .solution-images img:nth-of-type(2), .solution-images img:nth-of-type(3) {
        display:none !important;
    }
    .element-item { width: 50% !important;
    }
    .btn {
        font-size: 14px;
/*        padding: 12px 25px 10px;*/
        padding: 20px 25px;
    }
    .container,
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .individual-service h3 {
        font-size: 36px;
    }
    .individual-service {
        margin: 1px -15px;
/*        height: 200px;*/
    }
    .individual-service:hover .content,
    .individual-service:focus .content {
        transition: all 0.3s;
    }
    .individual-service:hover .content:after,
    .individual-service:focus .content:after {
        transition: opacity 0.3s;
    }
   
.left-half{
	border-right: 0;
	border-bottom: 1px solid #b2c4d4;
	padding-bottom: 30px;
	margin-bottom: 30px;
	width: 100%;
	margin-right: 0;
	padding-right: 15px;
}
    ul.locations-archive-list li {
    width: calc(33.333% - 16px);
}

}
.videoholder {
	background:#d6d0c5;
}
.videoholder iframe {
		border: 8px solid #989287;
	}
.videodiv {
	padding:56.25% 0 0 0;
	position:relative;
	margin: 0 auto -9% auto;
	
}
.hustle-ui .hustle-optin .hustle-checkbox:last-child {
	margin-bottom: 10px !important;
}
/* -----------------------------
Xta Small
----------------------------- */
@media screen and (max-width: 769px) {
	.home .hero .owl-carousel .owl-item img{
		height: auto;
	}
	
    #home .h1 {
        font-size: 30px;
        line-height: 1.3;
    }
	#location-archive.hero {
		height: auto;
	}
	.about-images img:nth-of-type(2) {
		display:none;
	}
    
    #home h3 {
		padding-top:30px;
/*        display: none;*/
    }
    
    #home {
        text-align: center;
    }
    
    h4,
    .h4 {
        font-size: 20px;
    }
    
    h5,
    .h5 {
        font-size: 16px;
    }
    
    #services,
    #about,
    .home-footer {
        text-align: center;
        margin: 30px 0;
    }
    
    #map {
        display: none;
    }
	#location-archive h1{
		display: block;
	}
	
	#location-archive.hero .row {
	margin-bottom: 50px;
	}
	
    .navbar-toggle {
        margin: 22px 15px 0 0 !important;
    }
    
    .navbar-brand img {
        max-height: 50px;
        margin-top: 0;
    }
    
    .navbar-collapse {
        padding-top: 83px !important;
    }
    .navbar-nav.locations-nav {
    margin-top: 26px;
    }
   
    .hero {
        padding: 90px 0 0;
    }
	.hero .row{
		margin-bottom: 50px;
	}
    p {
        line-height: 1.6;
        font-size: 15px;
    }
    
    .home-footer {
        padding: 40px 0 20px;
    }
    
    .home-footer .gform_wrapper {
        width: 100%;
    }
    
    .home-footer .gform_wrapper .gform_body {
        float: none;
        width: 100%;
    }
    
    .home-footer .gform_wrapper li.gfield {
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .home-footer .gform_wrapper .top_label .gfield_label {
        display: none;
    }
    
    .home-footer .gform_wrapper .gform_footer {
        float: none;
        margin-top: 15px;
        width: auto;
    }
    
    .home-footer .gform_wrapper .gform_footer input.button {
        width: auto;
        padding: 12px 25px 10px;
        font-size: 14px;
    }
	.home .home-footer {
		display: none;
	}
    
    .home-footer .gform_wrapper .top_label input.large {
        padding: 10px !important;
    }
    
    .individual-service h3 {
        font-size: 30px;
    }
    
    #location {
        background: #f0f0f0;
        padding-bottom: 30px;
    }
    
    .home-footer {
        margin-top: 0;
    }
	    ul.locations-archive-list li {
    width: calc(50% - 16px);
}
	#locations-ours{
		margin-top: 30px;
	}
	#location-services{
	margin: 30px 0;
}
	#locations-ours hr{
		margin-bottom: 30px;
	}
}

/* -----------------------------
Mobile
----------------------------- */
@media screen and (max-width: 481px) {
	li.page_item.page-item-9.current_page_item {
		width: 100%;
		height: auto;
	}

    .btn-results .results-info .address {
        font-size: 11px;
    }
	.owl-carousel .owl-item img {
		min-height: 420px;
		min-width: 800px;
	}
    .navbar-brand img{
            max-height: 40px;
    }
    .navbar-nav.locations-nav>li>a{
        padding: 10px 5px !important;
    }
    .navbar-toggle {
        margin-right: 10px !important;
    }
    .navbar-nav.locations-nav .menu-item-has-children>a:after{
        margin-left: 5px;
    }
    #main-nav {
    margin-top: 4px;
    }
    .navbar-nav.locations-nav {
        margin-top: 16px;
    }
		    ul.locations-archive-list li {
    width: calc(100% - 16px);
				height: 120px;
}
	.hero h1{
		font-size: 30px;
	}
	.row {
		margin: 0;
	}
	h2, .h2 {
		font-size: 30px;
	}
	
	button.button, .prev-posts a, .next-posts a {
		width:100% !important;
		display: block;
    	margin: 4px 0 !important;
	}
	.element-item { 
		width: 100% !important;
    }
	figure.effect-ruby {
		height: auto;
	}
	
}

/* -----------------------------
OVERRIDING BOOTSTRAP up to XS
----------------------------- */
@media screen and (min-width: 1199px) {
    /*
    nav ul li {
        display: inline-block;
        float: left;
        padding: 10px 7px;
        font-size: 1.2em;
    }
*/
    
    .navbar-nav>li>a{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .navbar-nav>li>a.globe{
        padding: 0;
    }
}


/* -----------------------------
OWL CAROUSEL
----------------------------- */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-dots{
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 5;
	text-align: center;
}

.owl-dot {
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50%;
	display: inline-block;
    margin: 0 5px 15px;
	opacity: 0.5;
	transition: all 0.3s;
}
.owl-dot:hover {
	opacity: 0.8;
	transition: all 0.3s;
}
.owl-dot.active{
	opacity: 1;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.element-item { width: 33.33%; 
    font-family: 'Karla', sans-serif;
    font-size: 18px;
    font-style: normal;
    margin-top: 3px;
    text-align: left;
}
.button-group.filters-button-group {
     font-family: 'Karla', sans-serif;
    font-size: 18px;
    font-style: normal;
    text-align: center;
    text-transform:uppercase;
}
button.button.is-checked {
    background: #df5b4c;
    border: 1px solid #ccc;
    padding: 5px;
    color: white;
    text-transform: uppercase;
    width: 120px;
    outline:none;
}
button.button {
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px;
    text-transform: uppercase;
    width: 120px;
    outline:none;
    margin:20px 0 40px;
}
button.button:hover {
    background:#ccc;
}
a.outlined-blue, a:visited.outlined-blue {
    border: solid 1px #5d7388;
    display: block;
    padding: 30px;
    font-family: 'Karla', sans-serif;
    font-size: 30px;
    font-weight:bold;
    text-align: center;
    text-transform:uppercase;
    color:#5d7388;
    margin:40px auto;
}
a:hover.outlined-blue, a:active.outlined-blue {
    background:#5d7388;
	color:white;
    text-decoration:none;
}
.prev-posts i, .next-posts i {
    padding:0 5px;
}
.prev-posts a, .next-posts a {
    background: #df5b4c;
    padding: 15px 30px;
    color: white;
    text-transform: uppercase;
    width: 120px;
    font-family: 'Karla', sans-serif;
    font-size:18px;
    font-weight:bold;
}
.prev-posts a:hover, .next-posts a:hover {
    background:#c4564a;
    text-decoration:none;
}
.bigger {
    font-size:2rem;
    line-height:2.1;
}
.well {
    background:#5d7388;
    color:white;
}
.well h4 {
    color:white;
    font-size:5rem;
}
.well .gform_wrapper label.gfield_label {
    color:white !important;
}