﻿/* line 1, ../sass/include/_reset.scss */

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}
/* line 8, ../sass/include/_reset.scss */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
careers,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* line 14, ../sass/include/_reset.scss */

article,
aside,
details,
careers,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
/* line 18, ../sass/include/_reset.scss */

body {
    line-height: 1;
}
/* line 22, ../sass/include/_reset.scss */

ol,
ul {
    list-style: none;
    list-style-type: none;
}
/* line 27, ../sass/include/_reset.scss */

blockquote,
q {
    quotes: none;
}
/* line 32, ../sass/include/_reset.scss */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* line 37, ../sass/include/_reset.scss */

sup,
sub {
    line-height: 0;
}
/* line 42, ../sass/include/_reset.scss */

a img {
    outline: none;
    border: 0;
}
.clearfix() {
  .cf:before,
  .cf:after {
      content: " "; /* 1 */
      display: table; /* 2 */
  }

  .cf:after {
      clear: both;
  }

  .cf {
    clear:both;
  }

  /**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
  .cf {
      *zoom: 1;
  }
}
/* line 48, ../sass/include/_reset.scss */

.hidden {
    visibility: hidden;
}
/* line 51, ../sass/include/_reset.scss */

.clear,
globalNetwork .clear {
    clear: both;
    width: 100%;
    height: 1px;
}
/* line 57, ../sass/include/_reset.scss */

.last-child {
    margin-right: 0 !important;
}
/* line 61, ../sass/include/_reset.scss */

.mobile-only {
    display: none;
}
/* line 2, ../sass/new.styles.scss */

html {
    height: 100%;
    font-size: 100.01%;
}
/* line 7, ../sass/new.styles.scss */

body {
    .clearfix();
    background-color: #333333;
    background-image: url('../App_Resources/wall1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: "museo-sans-rounded", quicksand, Arial, sans-serif;
    font-size: 100%;
    color: #333333;
    background-size: cover;
}
/* line 1, ../sass/include/_typography.scss */

::selection {
    color: #f6f5f2;
    background: #003e7e;
}
/* line 5, ../sass/include/_typography.scss */

::-moz-selection {
    color: #f6f5f2;
    background: #003e7e;
}
/* line 10, ../sass/include/_typography.scss */

.button {
    display: inline-block;
    background: #f6f5f2;
    padding: 8px 16px 8px 20px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    zoom: 1;
    *display: inline;
}
/* line 49, ../sass/include/_variables.scss */

.button:link,
.button:visited {
    font-size: 1.25em;
    text-decoration: none;
    color: #666666;
}
/* line 54, ../sass/include/_variables.scss */

.button:hover {
    background: #003e7e;
    text-decoration: none;
    color: #f6f5f2;
}
.button-alt,
.button-alt:link,
.button-alt:visited {
    background: #003e7e;
    color: #f6f5f2;
}
p .button-alt,
p .button-alt:link,
p .button-alt:visited {
    font-size: 1.5em;
}
.button-alt:hover {
    background: #333333;
}
@media all and (max-width: 660px) {
    /* line 10, ../sass/include/_typography.scss */
    
    .button {
        padding: 4px 8px 6px 10px;
    }
    /* line 60, ../sass/include/_variables.scss */
    
    .button:link,
    .button:visited {
        font-size: 1em;
    }
}

/* line 24, ../sass/include/_typography.scss */

h2 {
    font-size: 2.3em;
    font-weight: 100;
}
/* line 27, ../sass/include/_typography.scss */

h2.stagger-headline {
    margin-bottom: 0 !important;
}
/* line 29, ../sass/include/_typography.scss */

h2.stagger-headline:nth-child(2) {
    margin-left: 60px;
}

/* line 33, ../sass/include/_typography.scss */

h2 span {
    display: inline-block;
    background: rgba(0, 0, 0, 0.7);
    padding: 2px 20px 6px 20px;
    color: #f6f5f2;
    zoom: 1;
    *display: inline;
    margin-bottom: 4px;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000)";
    /* IE8 */
    
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#B2000000, endColorstr=#B2000000);
    /* IE6 & 7 */
    
    zoom: 1;
}
/* line 43, ../sass/include/_typography.scss */

h2,
p {
    margin-bottom: 20px;
    line-height: 1.5;
}
/* line 52, ../sass/include/_typography.scss */

h4 {
    font-size: 1.5em;
    margin-bottom: 16px;
}
.globalNetwork-hide {
    position: absolute;
    float: right;
}
#globalNetwork {
    background: ;
    height: 0px;
    overflow: hidden;
    transition: height .1s linear;
    -moz-transition: height .1s linear;
    /* Firefox 4 */
    
    -webkit-transition: height .1s linear;
    /* Safari and Chrome */
    
    -o-transition: height .1s linear;
    /* Opera */
    
    margin-left: -888px;
    padding-top: 50px;
}
heading4 a.showLink,
a.hideLink {
    text-decoration: none;
    background: transparent url('down.gif') no-repeat left;
} 
heading4 a.hideLink {
    background: transparent url('up.gif') no-repeat left;
}
/*****  *****/
/* line 57, ../sass/include/_typography.scss */

p {
    font-size: 1em;
}

/* line 69, ../sass/include/_typography.scss */

p span a:link,
p span a:visited {
    text-decoration: none;
    color: #f6f5f2;
}
/* line 73, ../sass/include/_typography.scss */

p span a:hover {
    text-decoration: none;
    color: #f78f1e;
}
/* line 80, ../sass/include/_typography.scss */

em {
    font-style: italic;
}
/* line 83, ../sass/include/_typography.scss */

address {
    font-size: .875em;
    line-height: 1.25;
}
/* line 87, ../sass/include/_typography.scss */

strong {
    font-weight: 700;
}
/* line 92, ../sass/include/_typography.scss */

sup {
    vertical-align: super;
    font-size: 50%;
}
@media all and (max-width: 1259px) {
    /* line 97, ../sass/include/_typography.scss */
    
    h2 {
        font-size: 2.75em;
    }
    /* line 100, ../sass/include/_typography.scss */
    
    h2.stagger-headline:nth-child(2) {
        margin-left: 40px;
    }
    /* line 105, ../sass/include/_typography.scss */
    
    p {
        font-size: .875em;
    }
    .desktop-only {
        display: none;
    }
    .desktop-tablet {
        display: block;
    }
    .mobile-only {
        display: none;
    }
}
@media all and (max-width: 979px) {
    .desktop-only {
        display: none;
    }
    .desktop-tablet {
        display: block;
    }
    .mobile-only {
        display: none;
    }
    /* line 110, ../sass/include/_typography.scss */
    
    h2,
    h3,
    p {
        margin-bottom: 16px;
    }
    /* line 113, ../sass/include/_typography.scss */
    
    h3 {
        font-size: 1.5em;
    }
    #globalNetwork-show {
        display: none;
    }
}
@media all and (max-width: 660px) {
    /* line 118, ../sass/include/_typography.scss */
    
    h2 {
        font-size: 2em;
    }
    /* line 121, ../sass/include/_typography.scss */
    
    h2.stagger-headline:nth-child(2) {
        margin-left: 20px;
    }
    /* line 125, ../sass/include/_typography.scss */
    
    h2 span {
        display: inline-block;
        background: rgba(0, 0, 0, 0.7);
        padding: 2px 8px 4px 8px;
        margin-bottom: 2px;
    }
    /* line 132, ../sass/include/_typography.scss */
    
    h3 {
        font-size: 1em;
    }
    /* line 135, ../sass/include/_typography.scss */
    
    p {
        font-size: .8em;
    }
    /* line 137, ../sass/include/_typography.scss */
    
    p span {
        background: rgba(0, 0, 0, 0.7);
        padding: 2px 8px;
        margin-bottom: 2px;
        /*display: none;*/
    }
    /* line 142, ../sass/include/_typography.scss */
    
    p span:first-child,
    p span:nth-child(2) {
        display: inline-block;
    }
    /* line 144, ../sass/include/_typography.scss */
    /*p span:first-child:after, p span:nth-child(2):after {

    content: 'â€¦';

  }*/
}
/* line 16, ../sass/new.styles.scss */

.wrapper {
    position: relative;
    width: 100%;
    max-width: 1660px;
    margin: 0 auto;
}
/* line 24, ../sass/new.styles.scss */

/* line 27, ../sass/new.styles.scss */

.wrapper.home {
    max-width: 2000px;
    padding-top: 4em;
}
/* line 69, ../sass/include/_variables.scss */

.container.absolute {
    position: absolute;
    /*margin: -120px !important;*/
    
    left: 0;
}
@media all and (max-width: 1259px) {
    /* line 31, ../sass/new.styles.scss */
    
    .container {
        width: 940px;
    }
}
@media all and (max-width: 979px) {
    /* line 31, ../sass/new.styles.scss */
    
    .container {
        width: 100%;
        margin: 0;
    }
    /* line 80, ../sass/include/_variables.scss */
    
    .container.absolute {
        position: absolute;
        margin: 0 !important;
        left: 0;
    }
    .adviceCol {
        width: 95% !important;
    }
}
@media all and (max-width: 959px) {
    .applyCol {
        margin-right: 0 !important;
        width: auto !important;
        float: none !important;
    }
    .applyCol p {
        margin: 0 0 20px 0 !important;
        width: auto !important;
    }
}
@media all and (max-width: 639px) {
    iframe {
        margin-right: -2px;
    }
    .applyCol {
        /*    display: none;*/
    }
}
/* line 1, ../sass/include/_header.scss */

header {
    z-index: 999;
}
/* line 11, ../sass/include/_header.scss */

header .border-right {
    width: 1px;
    height: 80px;
    background-color: #999999;
    position: absolute;
    top: 0;
    right: 0;
}
/* line 20, ../sass/include/_header.scss */

header .mobile-header,
header .mobile-nav {
    display: none;
}
/* line 25, ../sass/include/_header.scss */

.menu-item {
  background-color: #384047;
}

.menu-item.active {
  background-color: #003e7e;
}

header .skew {
    position: absolute;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
    transform: skew(21deg, 0deg);
    -webkit-transform: skew(21deg, 0deg);
    transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
}
/* line 33, ../sass/include/_header.scss */

header .skew a:link,
header .skew a:visited {
    transform: skew(-21deg, 0deg);
    -webkit-transform: skew(-21deg, 0deg);
    height: 80px;
    text-align: center;
    color: #333333;
    font-size: 1.125em;
    text-decoration: none;
}
/* line 41, ../sass/include/_header.scss */

header .skew a:link:hover,
header .skew a:visited:hover {
    color: #003e7e;
}
/* line 46, ../sass/include/_header.scss */

header .skew.logo {
    width: 240px;
    left: -15.5px;
    height: 80px;
}
header .skew.logo a {
  width: 194px;
  text-align: left;
}
/* line 52, ../sass/include/_header.scss */

header .skew.logo a:link {
    display: block;
}
/* line 54, ../sass/include/_header.scss */

header .skew.logo a:link img {
    height: 100%;
    margin-left: 24px;
}
/* line 61, ../sass/include/_header.scss */

.menu-item:hover, .menu-item:active {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(171, 171, 171, 0) 33%, rgba(0, 0, 0, 0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(33%, rgba(171, 171, 171, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(171, 171, 171, 0) 33%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(171, 171, 171, 0) 33%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(171, 171, 171, 0) 33%, rgba(0, 0, 0, 0.1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(171, 171, 171, 0) 33%, rgba(0, 0, 0, 0.1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#1a000000', GradientType=0);
    background-color: rgba(246, 245, 242, 0.8);
    height: 78px;
    border: solid 1px #999999;
}

/* line 70, ../sass/include/_header.scss */

header .skew.about,
header .skew.contact,
header .skew.careers {
    width: 208px;
}
/* line 72, ../sass/include/_header.scss */

header .skew.about:hover,
header .skew.contact:hover,
header .skew.careers:hover {
    background-color: #f6f5f2;
}
/* line 76, ../sass/include/_header.scss */

header .skew.about a:link,
header .skew.contact a:link,
header .skew.careers a:link {
    width: 210px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
/* line 84, ../sass/include/_header.scss */

header .skew.about {
    left: 232px;
}
/* line 87, ../sass/include/_header.scss */

header .skew.contact {
    left: 448px;
}
header .skew.careers {
    left: 664px;
}
/* line 90, ../sass/include/_header.scss */

header .skew.spacer {
    left: 880px;
    /*664*/
    
    width: 440px;
    /*680*/
}
/* line 96, ../sass/include/_header.scss */

header .social-nav {
    width: 230px;
    /*170*/
    
    height: 30px;
    position: absolute;
    right: 0;
    top: 28px;
}
/* line 103, ../sass/include/_header.scss */

.social-nav a:link,
.social-nav a:visited {
    display: block;
    float: left;
    margin-right: 10px;
}
/* line 106, ../sass/include/_header.scss */

.social-nav a:link.social-icon,
.social-nav a:visited.social-icon {
    font-size: 0;
    width: 28px;
    height: 30px;
    background-image: url(../img/social-spritex4.png);
    /*spritex2*/
    
    background-repeat: no-repeat;
    background-size: 120px;
    /*90px 90px*/
}
/* line 113, ../sass/include/_header.scss */

.social-nav a:link.social-icon#facebook,
.social-nav a:visited.social-icon#facebook {
    background-position: 0 0;
}
/* line 115, ../sass/include/_header.scss */

.social-nav a:link.social-icon#facebook:hover,
.social-nav a:visited.social-icon#facebook:hover {
    background-position: 0 -30px;
}
/* line 118, ../sass/include/_header.scss */

.social-nav a:link.social-icon#facebook:active,
.social-nav a:visited.social-icon#facebook:active {
    background-position: 0 -60px;
}
/* line 122, ../sass/include/_header.scss */

.social-nav a:link.social-icon#twitter,
.social-nav a:visited.social-icon#twitter {
    background-position: -30px 0;
}
/* line 124, ../sass/include/_header.scss */

.social-nav a:link.social-icon#twitter:hover,
.social-nav a:visited.social-icon#twitter:hover {
    background-position: -30px -30px;
}
/* line 127, ../sass/include/_header.scss */

.social-nav a:link.social-icon#twitter:active,
.social-nav a:visited.social-icon#twitter:active {
    background-position: -30px -60px;
}
/**/
/*EXPANDED SOCIAL MEDIA*/
/**/
/* line , ../sass/include/_header.scss */

.social-nav a:link.social-icon#linkedin,
.social-nav a:visited.social-icon#linkedin {
    background-position: -60px 0;
}
/* line  ../sass/include/_header.scss */

.social-nav a:link.social-icon#linkedin:hover,
.social-nav a:visited.social-icon#linkedin:hover {
    background-position: -60px -30px;
}
/* line , ../sass/include/_header.scss */

.social-nav a:link.social-icon#linkedin:active,
.social-nav a:visited.social-icon#linkedin:active {
    background-position: -60px -60px;
}
/* line 131, ../sass/include/_header.scss */

.social-nav a:link.social-icon#google,
.social-nav a:visited.social-icon#google {
    background-position: -90px 0;
}
/* line, ../sass/include/_header.scss */

.social-nav a:link.social-icon#google:hover,
.social-nav a:visited.social-icon#google:hover {
    background-position: -90px -30px;
}
/* line , ../sass/include/_header.scss */

.social-nav a:link.social-icon#google:active,
.social-nav a:visited.social-icon#google:active {
    background-position: -90px -60px;
}
/* line 144 ../sass/include/_header.scss */

.social-nav a:link#login,
.social-nav a:visited#login {
    font-size: 1em;
    color: #333333;
    text-decoration: none;
    height: 23px !important;
    padding-top: 7px;
    padding-left: 9px;
    margin-left: 10px;
    border-left: solid 1px #999999;
}
/* line 150, ../sass/include/_header.scss */

.social-nav a:link#login:hover,
.social-nav a:visited#login:hover {
    color: #003e7e;
}
@media all and (max-height: 1025px) {
    /* line 1, ../sass/include/_header.scss */
    
    header {
        height: 68px;
        top: 10px;
    }
    /* line 160, ../sass/include/_header.scss */
    
    header .border-right {
        height: 60px;
    }
    /* line 165, ../sass/include/_header.scss */
    
    header .skew a:link,
    header .skew a:visited {
        height: 60px;
        font-size: 1em;
    }
    /* line 170, ../sass/include/_header.scss */
    
    header .skew.logo {
        height: 60px;
    }
    /* line 173, ../sass/include/_header.scss */
    
    header .skew.about,
    header .skew.contact,
    header .skew.careers,
    header .skew.spacer {
        height: 58px;
    }
    /* line 177, ../sass/include/_header.scss */
    
    header .social-nav {
        top: 16px;
    }
}
@media all and (max-width: 1259px) {
    /* line 1, ../sass/include/_header.scss */
    
    header {
        width: 940px;
        margin-left: -470px;
    }
    /* line 185, ../sass/include/_header.scss */
    
    header .skew.logo {
        width: 200px;
    }
    /* line 190, ../sass/include/_header.scss */
    
    header .skew.about {
        left: 192px;
    }
    /* line 193, ../sass/include/_header.scss */
    
    header .skew.contact {
        left: 336px;
    }
    header .skew.careers {
        left: 480px;
    }
    /* line 196, ../sass/include/_header.scss */
    
    header .skew.spacer {
        left: 624px;
    }
    /* line 200, ../sass/include/_header.scss */
    
    header .social-nav {
        top: 16px;
    }
    header .skew.about,
    header .skew.contact,
    header .skew.careers {
        width: 133px;
    }
}
@media all and (max-width: 979px) {
    /* line 1, ../sass/include/_header.scss */
    
    header {
        width: 100%;
        margin-left: 0;
        top: 0;
        left: 0;
        position: fixed;
    }
    /* line 210, ../sass/include/_header.scss */
    
    header .border-right {
        display: none;
    }
    /* line 214, ../sass/include/_header.scss */
    
    header .skew.about,
    header .skew.contact,
    header .skew.spacer {
        height: 59px;
        border-top: none;
    }
    /* line 218, ../sass/include/_header.scss */
    
    header .skew.about,
    header .skew.contact {
        width: 168px;
    }
    /* line 221, ../sass/include/_header.scss */
    
    header .skew.contact {
        left: 368px;
    }
    /* line 224, ../sass/include/_header.scss */
    
    header .skew.spacer {
        left: 544px;
    }
    /* line 228, ../sass/include/_header.scss */
    
    header .social-nav {
        top: 18px;
    }
}
@media all and (max-width: 979px) {
    /* line 1, ../sass/include/_header.scss */
    
    header {
        height: 51px;
    }
    /* line 234, ../sass/include/_header.scss */
    
    header.opened {
        height: 255px;
    }
    /* line 237, ../sass/include/_header.scss */
    
    header .mobile-header,
    header .mobile-nav {
        display: block;
    }
    /* line 240, ../sass/include/_header.scss */
    
    header .mobile-header,
    header .mobile-button {
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(171, 171, 171, 0) 33%, rgba(0, 0, 0, 0.1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(33%, rgba(171, 171, 171, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(171, 171, 171, 0) 33%, rgba(0, 0, 0, 0.1) 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(171, 171, 171, 0) 33%, rgba(0, 0, 0, 0.1) 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(171, 171, 171, 0) 33%, rgba(0, 0, 0, 0.1) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(171, 171, 171, 0) 33%, rgba(0, 0, 0, 0.1) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#1a000000', GradientType=0);
        background-color: rgba(246, 245, 242, 0.8);
        display: block;
        border-bottom: solid 1px #333333;
        height: 51px;
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    /* line 249, ../sass/include/_header.scss */
    
    header .mobile-header {
        position: absolute;
        top: 0;
    }
    /* line 254, ../sass/include/_header.scss */
    
    header .mobile-header a:link.mobile-logo,
    header .mobile-header a:visited.mobile-logo {
        width: 140px;
        height: 50px;
        display: block;
        text-align: center;
        background: url(../img/logo-bckgd.png) no-repeat top right transparent;
        position: absolute;
        top: 0;
        left: 0;
        background-size: auto 100%;
    }
    /* line 264, ../sass/include/_header.scss */
    
    header .mobile-header a:link.mobile-logo img,
    header .mobile-header a:visited.mobile-logo img {
        height: 100%;
        margin-right: 10px;
    }
    /* line 271, ../sass/include/_header.scss */
    
    header .mobile-header .mobile-menu {
        position: absolute;
        top: 10px;
        right: 10px;
        height: 30px;
        width: 30px;
        background: url(../img/icon-sprite.png) no-repeat 0 0 transparent;
        background-size: auto 30px;
    }
    /* line 279, ../sass/include/_header.scss */
    
    header .mobile-header .mobile-menu.close-it {
        background-position: -30px 0;
    }
    /* line 284, ../sass/include/_header.scss */
    
    header .mobile-nav {
        height: 163px;
        position: absolute;
        top: 51px;
        width: 100%;
        left: -100%;
        transition: left 0.2s ease-in-out;
        -moz-transition: left 0.2s ease-in-out;
        -webkit-transition: left 0.2s ease-in-out;
        -o-transition: left 0.2s ease-in-out;
    }
    /* line 291, ../sass/include/_header.scss */
    
    header .mobile-nav.opened {
        left: 0;
    }
    /* line 296, ../sass/include/_header.scss */
    
    header .mobile-nav a:link.mobile-button,
    header .mobile-nav a:visited.mobile-button {
        color: #333333;
        text-decoration: none;
        padding: 17px 20px;
        position: relative;
    }
    /* line 301, ../sass/include/_header.scss */
    
    header .mobile-nav a:link.mobile-button div,
    header .mobile-nav a:visited.mobile-button div {
        height: 30px;
        width: 30px;
        position: absolute;
        z-index: 2;
        top: 10px;
        right: 10px;
        background: url(../img/icon-sprite.png) no-repeat -60px 0 transparent;
        background-size: auto 30px;
    }
    /* line 314, ../sass/include/_header.scss */
    
    header .mobile-nav ul {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 10px 20px !important;
        display: block;
    }
    /* line 318, ../sass/include/_header.scss */
    
    header .mobile-nav ul li {
        display: block;
        float: left;
    }
    /* line 322, ../sass/include/_header.scss */
    
    header .mobile-nav ul li a:link,
    header .mobile-nav ul li a:visited {
        height: 30px;
        width: 30px;
        display: block;
        background-image: url(../img/social-spritex4.png);
        background-repeat: no-repeat;
        background-size: 90px 90px;
    }
    /* line 329, ../sass/include/_header.scss */
    
    header .mobile-nav ul li a:link#mobile-facebook,
    header .mobile-nav ul li a:visited#mobile-facebook {
        background-position: 0 0;
    }
    /* line 332, ../sass/include/_header.scss */
    
    header .mobile-nav ul li a:link#mobile-twitter,
    header .mobile-nav ul li a:visited#mobile-twitter {
        background-position: -30px 0;
    }
    /* line 335, ../sass/include/_header.scss */
    
    header .mobile-nav ul li a:link#mobile-linkedin,
    header .mobile-nav ul li a:visited#mobile-linkedin {
        background-position: -60px 0;
    }
    /* line , ../sass/include/_header.scss */
    
    header .mobile-nav ul li a:link#mobile-google,
    header .mobile-nav ul li a:visited#mobile-google {
        background-position: -90px 0;
    }
    /* line 343, ../sass/include/_header.scss */
    
    header .social-nav {
        display: none;
    }
    /* line 346, ../sass/include/_header.scss */
    
    header .skew {
        display: none;
    }
}

/* line 2, ../sass/include/_home-page.scss */

article.home-page-content {
    width: 100%;
    overflow: hidden;
    /* height: 100%;*/
}
/* line 10, ../sass/include/_home-page.scss */

img.home-slide {
    position: absolute;
    z-index: 0;
}
/* line 15, ../sass/include/_home-page.scss */

.home-text {
    position: absolute;
    z-index: 1;
    bottom: 30%;
}
@media all and (max-height: 800px) {
    /* line 15, ../sass/include/_home-page.scss */
    
    .home-text {
        bottom: 10%;
    }
}
@media all and (max-height: 1030px) and (orientation: portrait) {
    /* line 15, ../sass/include/_home-page.scss */
    
    .home-text {
        bottom: 15%;
    }
}
@media all and (max-width: 660px) {
    /* line 15, ../sass/include/_home-page.scss */
    /*.home-text {

    bottom: 20px;

  }*/
}
.globalMap {
    width: 1260px;
    height: 598px;
    top: 800px;
    margin: 0 auto;
}
/* line 32, ../sass/include/_home-page.scss */

.rsNav {
    height: 20px;
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
    z-index: 1;
}
/* line 39, ../sass/include/_home-page.scss */

.rsNav .rsTab {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    display: inline-block;
    text-align: center;
    background-image: url(../img/bullet-sprite.png);
    background-repeat: no-repeat;
    background-size: 20px 60px;
    background-color: transparent;
    background-position: 0 0;
    zoom: 1;
    *display: inline;
}
/* line 52, ../sass/include/_home-page.scss */

.rsNav .rsTab:last-child {
    margin-right: 0;
}
/* line 55, ../sass/include/_home-page.scss */

.rsNav .rsTab:hover {
    cursor: pointer;
    background-position: 0 -40px;
}
/* line 60, ../sass/include/_home-page.scss */

.rsNav .rsNavSelected {
    cursor: defaultfault;
    background-position: 0 -20px;
}
/* line 63, ../sass/include/_home-page.scss */

.rsNav .rsNavSelected:hover {
    background-position: 0 -20px;
}
@media all and (max-width: 1259px) {
    /* line 32, ../sass/include/_home-page.scss */
    
    .rsNav {
        height: 16px;
        bottom: 30px;
    }
    /* line 70, ../sass/include/_home-page.scss */
    
    .rsNav .rsTab {
        width: 16px;
        height: 16px;
        margin-right: 16px;
        background-size: 16px 48px;
    }
    /* line 75, ../sass/include/_home-page.scss */
    
    .rsNav .rsTab:hover {
        cursor: pointer;
        background-position: 0 -32px;
    }
    /* line 80, ../sass/include/_home-page.scss */
    
    .rsNav .rsNavSelected {
        cursor: default;
        background-position: 0 -16px;
    }
    /* line 83, ../sass/include/_home-page.scss */
    
    .rsNav .rsNavSelected:hover {
        background-position: 0 -16px;
    }
}

/* line 1, ../sass/include/_about.scss */

.city-slider,
.careers-slider {
    height: 400px;
    position: absolute;
    z-index: 1;
    width: 100%;
}
/* line 7, ../sass/include/_about.scss */

.city-slider img.about-slide {
    height: 100%;
}
/* About Page */

.about-us .column h4 {
    display: block;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #D0CFCC;
}
@media all and (max-width: 939px) {
    .about-us .column h4 {
        font-size: 1.1em;
        padding: 0 0 6px 0;
    }
}
.about-us .column h4 a {
    float: right;
    width: 25px;
    height: 25px;
    background: #003e7e;
    background: url('../img/about-us-sprite.png') -42px 0px;
}
.about-us .column h4 a:hover {
    background: url('../img/about-us-sprite.png') -42px -80px;
}
.about-us section {
    position: relative;
    clear: both;
    margin: 20px auto;
}
.about-us section nav {
    background: #fff;
    margin: 0 0 20px 0;
}
.about-us section h4,
.about-us section nav ul,
.about-us section nav ul li {
    display: inline-block;
}
.about-us section h4.nav-header {
    padding: 15px 15px;
    margin: 0 0 20px 0;
    background: #003e7e;
    font-size: 2.4em;
    color: #fff;
    float: left;
    min-width: 31%;
}
.about-us section nav ul {
    padding: 25px 0 17px 0;
    margin: 0 0 0 20px;
}
.about-us section nav ul li {
    margin: 0 0 0 30px;
    padding: 0 0 5px 0;
    font-size: 1.1em;
    cursor: pointer;
}
@media all and (max-width: 1259px) {
    .about-us section nav ul li {
        font-size: 1em;
    }
    .about-us section nav ul {
        padding: 26px 0 18px 0;
    }
}
.about-us section nav ul li:hover {
    border-bottom: 3px solid #003e7e;
}
.about-us section nav ul li.active {
    border-bottom: 3px solid #FF9000;
}
.about-us div.sub-section {
    position: relative;
    display: none;
    width: 100%;
}
.about-us div.sub-section > img {
    display: block;
    margin: 0 auto;
}
.about-us div.sub-section.two-column img,
.about-us div.sub-section.two-column iframe {
    display: inline-block;
    float: right;
    margin-left: 5%;
    width: 66.7%;
}
@media all and (max-width: 1259px) {
    .about-us div.sub-section.two-column iframe {
        height: 470px;
    }
}
@media all and (max-width: 979px) {
    .about-us div.sub-section.two-column iframe {
        height: 384px;
    }
    .about-us div.sub-section.two-column img {
        display: block;
        float: none;
        margin-left: 0;
        width: 100%;
    }
    .about-us div.sub-section.two-column p {
        float: left;
    }
}
.about-us div.active {
    display: block;
}
.about-us a.back-to-top {
    float: right;
    color: #ACACAC;
    margin: 40px 0 60px 0;
    width: 89px;
    padding-top: 23px;
    text-align: center;
    background: url('../img/about-us-sprite.png') -67px 0px;
}
.about-us a.back-to-top:hover {
    color: #003e7e;
    background: url('../img/about-us-sprite.png') -67px -80px;
}
.about-us a.back-to-top:hover {
    text-decoration: none;
}
ul#about-us-executives {
    width: 100%;
}
ul#about-us-executives li {
    float: left;
    width: 19%;
    display: inline-block;
    margin: 0 0 0 7.95%;
    cursor: pointer;
}
ul#about-us-executives li:first-child {
    margin-left: 12%;
}
ul#about-us-executives li img {
    width: 100%;
    margin-bottom: -3px;
}
ul#about-us-executives li span {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #555555;
}
ul#about-us-executives li h4 {
    margin: 0;
    padding: 10px 0;
    display: block;
    border-top: 3px solid transparent;
    text-align: center;
}
ul#about-us-executives li:hover h4 {
    border-top: 3px solid #FF9000;
    color: #333333 !important;
}
ul#about-us-executives li.inactive:hover h4 {
    border-top: 3px solid transparent;
}
ul#about-us-executives li:hover span {
    color: #555555 !important;
}
ul#about-us-executives li.active h4 {
    border-top: 3px solid #FF9000;
}
ul#about-us-executives li:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}
div.bio-box {
    display: none;
    position: absolute;
    width: 88%;
    top: 0;
    background: #ffffff;
    padding: 5% 7% 5% 5%;
    overflow: hidden;
}
div.bio-box p {
    overflow: auto;
}
div.bio-box .close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 18px;
    height: 18px;
    background: url('../img/about-us-sprite.png') -42px -25px;
    cursor: pointer;
}
div.bio-box .close:hover {
    background: url('../img/about-us-sprite.png') -42px -105px;
}
div.bio-box img {
    width: 16.4%;
    float: left;
    margin: 0 4.6% 0 0;
}
div.bio-box h4 {
    display: block;
    margin: 0 0 5px 0;
    color: #003e7e;
}
div.bio-box span {
    background: none;
    color: #333333;
    display: block;
    border-bottom: 6px solid #FF9000;
    padding: 0 0 13px 0;
    margin: 0 0 23px 0;
}
div.bio-box span.bio-text {
    background: none;
    color: #333333;
    border: none;
    display: block;
    padding: 0;
    margin: 0;
}
.jvectormap-container,
.jvectormap-map-div {
    float: left;
}
#jvectormap-offices,
#jvectormap-hubs,
#jvectormap-international {
    width: 100%;
    overflow: hidden;
    height: 400px;
}
.jvectormap-label {
    position: absolute;
    display: none;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: transparent;
    color: transparent;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
    z-index: 1000;
}
.jvectormap-label-cahg {
    font-family: museo-sans-rounded, quicksand, Arial, sans-serif;
    color: black;
    text-transform: none;
    padding: 10px 10px 30px 15px;
    position: relative;
    top: -5px;
    background: url('../img/about-us-map-bubble.png') bottom center;
}
.jvectormap-label-cahg span {
    color: #ACACAC;
    font-weight: bold;
}
.jvectormap-label-cahg b {
    font-weight: bold;
}
.jvectormap-zoomin,
.jvectormap-zoomout {
    position: absolute;
    left: 10px;
    width: 42px;
    height: 40px;
    cursor: pointer;
    color: transparent;
}
.jvectormap-zoomin {
    top: 10px;
    background: url('../img/about-us-sprite.png') 0 0;
}
.jvectormap-zoomout {
    top: 50px;
    background: url('../img/about-us-sprite.png') 0 -40px;
}
.jvectormap-zoomin:hover {
    background: url('../img/about-us-sprite.png') 0 -80px;
}
.jvectormap-zoomout:hover {
    background: url('../img/about-us-sprite.png') 0 -120px;
}
p.jvectormap-p {
    position: absolute;
    top: 130px;
    left: 11px;
    width: 30%;
}
/* line 14, ../sass/include/_about.scss */

article.careers,
article.about-us {
    position: relative;
    z-index: 1;
    padding-top: 360px;
}
@media all and (max-width: 979px) {
    article.careers,
    article.about-us {
        padding-top: 226px;
    }
    .about-us div.sub-section.two-column p {
        float: none;
        padding: 12px;
    }
}
@media all and (max-width: 660px) {
    .rsABlock {
        top: 65px;
        height: 300px !important;
        position: absolute;
    }
    .rsNav {
        display: none;
    }
    article.careers,
    article.about-us {
        padding-top: 146px;
    }
    .about-us div.sub-section.two-column p {
        float: none;
        padding: 8px;
    }
}
@media all and (max-width: 400px) {
    article.careers,
    article.about-us {
        padding-top: 96px;
    }
}
/* line 19, ../sass/include/_about.scss */

article.about-us .bio-wrapper,
article.careers .bio-wrapper,
{
    display: block;
}
/* line 20, ../sass/include/_about.scss */

article.about-us .bio-wrapper h4#mobile-exec-headline,
article.careers .bio-wrapper h4#mobile-exec-headline,
globalMap .bio-wrapper h4#mobile-exec-headline {
    text-align: center;
    border-bottom: 1px solid #999999;
    padding-bottom: 20px;
}
/* line 25, ../sass/include/_about.scss */

article.about-us .bio-wrapper #inline_content.bio-content,
article.careers .bio-wrapper #inline_content.bio-content,
globalMap .bio-wrapper #inline_content.bio-content {
    padding: 20px;
    display: none;
}
/* line 27, ../sass/include/_about.scss */

article.about-us .bio-wrapper #inline_content.bio-content h4.name-goes-here {
    color: #fff;
}
/* line 28, ../sass/include/_about.scss */

article.about-us .bio-wrapper #inline_content.bio-content h5.title-goes-here {
    color: #fff;
    display: block;
}
/* line 29, ../sass/include/_about.scss */

article.about-us .bio-wrapper #inline_content.bio-content p.bio-goes-here {
    color: #fff;
    display: block;
}
/* line 30, ../sass/include/_about.scss */

article.about-us .bio-wrapper #inline_content.bio-content .close {
    display: block;
    background-image: url("../img/close_btn.gif");
    height: 50px;
    width: 50px;
    float: right;
    background-repeat: no- repeat;
}
/* line 33, ../sass/include/_about.scss */

article.about-us .bio-wrapper #inline_content.bio-content .bio-stage {
    background-color: transparent;
    display: none;
}
/* line 36, ../sass/include/_about.scss */

article.about-us .bio-wrapper #inline_content.bio-content .bio-stage .bio {
    width: 100%;
    display: block;
}
/* line 37, ../sass/include/_about.scss */

article.about-us .bio-wrapper #inline_content.bio-content .bio-stage .bio .arrow-slider {
    display: block;
    width: 232px;
}
/* line 38, ../sass/include/_about.scss */

article.about-us .bio-wrapper #inline_content.bio-content .bio-stage .bio .arrow-slider .arrow {
    background-image: url("../img/bio-arrow.gif");
    height: 28px;
    width: 232px;
    float: right;
    background-repeat: no-repeat;
}
/* line 43, ../sass/include/_about.scss */

article.about-us .bio-wrapper .image-wrapper {
    display: block;
}
/* line 46, ../sass/include/_about.scss */

article.about-us .bio-wrapper .image-wrapper .bio-image {
    float: left;
    margin-right: 25px;
    /*a.inline img:hover{

  background-color:#000;

  background-image:url('../img/img-overlay.png');

  height:470px; width:232px;

  }*/
}
/* line 49, ../sass/include/_about.scss */

article.about-us .bio-wrapper .image-wrapper .bio-image a.inline {
    display: block;
    position: relative;
}
/* line 50, ../sass/include/_about.scss */

article.about-us .bio-wrapper .image-wrapper .bio-image a.inline img {
    width: 232px;
    height: 470px;
    display: block;
}
/* line 53, ../sass/include/_about.scss */

article.about-us .bio-wrapper .image-wrapper .bio-image a.inline .inline_hover {
    display: none;
    width: 232px;
    height: 470px;
    position: absolute;
    text-align: center;
    top: 0px;
}
/* line 54, ../sass/include/_about.scss */

article.about-us .bio-wrapper .image-wrapper .bio-image a.inline .inline_hover.active {
    display: block;
}
/* line 55, ../sass/include/_about.scss */

article.about-us .bio-wrapper .image-wrapper .bio-image a.inline .inline_hover .copy {
    margin-top: 230px;
    display: block;
    width: 230px;
}
/* line 56, ../sass/include/_about.scss */

article.about-us .bio-wrapper .image-wrapper .bio-image a.inline .inline_hover h4.name-goes-here-x {
    color: #fff;
    font-weight: bold;
}
/* line 57, ../sass/include/_about.scss */

article.about-us .bio-wrapper .image-wrapper .bio-image a.inline .inline_hover h5.title-goes-here-x {
    color: #fff;
    display: block;
    font-weight: bold;
}
/* line 66, ../sass/include/_about.scss */

article.about-us .bio-wrapper .image-wrapper .bio-image.last-child {
    margin-right: 0px;
}
/* line 73, ../sass/include/_about.scss */

article.about-us .container .text-wrapper {
    /* border-bottom: solid 1px #999999; */
    
    margin-bottom: 20px;
}
article.careers .container .text-wrapper {
    border-bottom: solid 1px #999999;
    margin-bottom: 20px;
}
@media all and (max-width: 979px) {
    article.about-us .container .text-wrapper {
        padding: 0 2.75%;
    }
}
/* line 76, ../sass/include/_about.scss */

article.about-us .container .text-wrapper .column {
    width: 30%;
    margin-right: 5%;
    float: left;
}
@media all and (max-width: 979px) {
    article.about-us .container .text-wrapper .column {
        margin-right: 2.75%;
        width: 31.5%;
    }
}
@media all and (max-width: 759px) {
    article.about-us .container .text-wrapper .column {
        width: 100%;
        margin: 0;
    }
}
/* line 80, ../sass/include/_about.scss */

article.about-us .container .text-wrapper .column.last-child {
    margin-right: 0;
    padding-bottom: 40px;
}
#contact-form-success {
    display: none;
}
article.careers #vertLine {
    width: 0;
    border: 1px solid #999999;
    height: 450px;
    margin-left: -40px;
    float: left;
    zoom: 1;
    filter: alpha(opacity=20);
    opacity: 0.2;
}
article.careers #thumbWrapper {
    background: #DBE0EC;
    height: 140px;
    border: 1px solid #2A437F;
    clear: both;
}
.adviceCol {
    width: 45%;
    margin-right: 5%;
    float: left;
    padding: 10px;
    text-align: left;
}
/* line 80, ../sass/include/_about.scss */

.applyCol {
    margin-right: 0;
    width: 45%;
    float: right;
    text-align: left;
    padding: 10px;
}
article.careers .applyCol form .buttonStyle {
    background-image: url('/assets/img/sendResumebutton.png');
    background-repeat: no-repeat;
    background-color: transparent;
    height: 51px;
    width: 300px;
    border: none;
    display: block;
    padding: 10px;
    cursor: pointer;
    text-indent: -9999px;
}
article.careers .form {
    padding-left: 30px;
    padding: 15px;
}
/* line 1, ../sass/include/_footer.scss */

footer {
    color: rgba(246, 245, 242, 0.8);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 40px 0;
}

/* line 11, ../sass/include/_footer.scss */

footer p strong {
    font-size: 1.16666em;
    color: #f6f5f2;
}

/* line 18, ../sass/include/_footer.scss */

footer .back-to-top a {
    text-align: center;
}
/* line 28, ../sass/include/_footer.scss */

footer .contact-links ul li.last-item {
    clear: both;
}
footer .contact-links h6 {
    font-size: .875em;
    line-height: 1.25;
}
/* line 30, ../sass/include/_footer.scss */

footer .contact-links h6 {
    margin-bottom: 20px;
}
/* line 32, ../sass/include/_footer.scss */

footer .contact-links h6 strong,
footer .contact-links h6 a {
    width: 100%;
}
/* line 37, ../sass/include/_footer.scss */

footer .address-lockup {
    width: 50%;
}
/* line 39, ../sass/include/_footer.scss */

footer .address-lockup ul {
    float: left;
    display: block;
}
/* line 42, ../sass/include/_footer.scss */

footer .address-lockup ul li {
    padding: 0 20px 20px 20px;
    display: block;
    float: left;
    border-right: solid 1px rgba(255, 255, 255, 0.2);
}
/* line 47, ../sass/include/_footer.scss */

footer .address-lockup ul li:first-child {
    padding-left: 0;
}
/* line 50, ../sass/include/_footer.scss */

footer .address-lockup ul li:last-child {
    border: none;
    padding-right: 0;
}
/* line 60, ../sass/include/_footer.scss */

footer .copyright-lockup img,
footer .copyright-lockup p {
    float: left;
}
/* line 63, ../sass/include/_footer.scss */

footer .copyright-lockup img {
    margin-right: 20px;
}
/* line 66, ../sass/include/_footer.scss */

footer .copyright-lockup p {
    margin-top: 12px;
}
#resume-mobile {
    display: none;
    visibility: hidden;
}
@media all and (max-width: 1259px) {
    footer .contact-links {
        width: 100%;
    }
    footer .contact-links li {
        width: 30%;
    }
    footer .address-lockup {
        width: 100%;
    }
}
@media all and (max-width: 979px) {
    /* line 71, ../sass/include/_footer.scss */
    
    footer .copyright-lockup,
    footer .address-lockup,
    footer .contact-links {
        width: 100%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        clear: right;
        float: left;
    }
    /* line 77, ../sass/include/_footer.scss */
    
    footer .address-lockup,
    footer .contact-links {
        padding-bottom: 0;
    }
    /* line 82, ../sass/include/_footer.scss */
    
    footer .address-lockup ul {
        float: left;
    }
    /* line 86, ../sass/include/_footer.scss */
    
    footer .copyright-lockup {
        padding: 20px;
    }
    .city-slider,
    .careers-slider {
        height: 300px;
    }
    article.careers,
    article.about {
        padding-top: 260px;
    }
}
@media all and (max-width: 660px) {
    /* line 1, ../sass/include/_footer.scss */
    
    footer {
        padding: 20px 0;
    }
    /* line 93, ../sass/include/_footer.scss */
    
    footer .copyright-lockup h3,
    footer .address-lockup h3,
    footer .contact-links h3 {
        text-align: center;
    }
    footer .contact-links ul li {
        width: 100%;
    }
    /* line 99, ../sass/include/_footer.scss */
    
    footer .contact-links h6 {
        text-align: center;
    }
    /* line 104, ../sass/include/_footer.scss */
    
    footer .copyright-lockup img {
        display: block;
        float: none;
        width: 40px;
        margin: 0 auto 10px;
    }
    /* line 110, ../sass/include/_footer.scss */
    
    footer .copyright-lockup p {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    /* line 117, ../sass/include/_footer.scss */
    
    footer .address-lockup ul {
        float: left;
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    /* line 122, ../sass/include/_footer.scss */
    
    footer .address-lockup ul li {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 80%;
        border-bottom: solid 1px rgba(255, 255, 255, 0.2);
        border-right: none;
        display: block;
        float: none;
        padding: 20px 0;
        margin: 0 auto;
        text-align: center;
    }
    .city-slider,
    .careers-slider {
        height: 200px;
    }
    article.careers,
    article.about {
        padding-top: 160px;
    }
    article.about .container .text-wrapper .column {
        width: 100%;
        margin-right: 5%;
        float: none;
        margin: 0 auto;
        padding-left: 0;
        text-align: center;
    }
    article.about .container .text-wrapper .column.last-child {
        padding-bottom: 0px;
    }
    #contact-form {
        display: none;
        width: 0;
    }
    .bio-wrapper {
        display: none;
    }
    .homepage-entry-last {
        display: none;
    }
    #main ul li {
        width: 100% !important;
        padding-bottom: 20px;
    }
    #main {
        text-align: center;
    }
    #newBusiness,
    #socialMedia {
        margin: 0 auto;
        padding-top: 0;
    }
    .contact-us-form-header {
        display: none;
    }
    .social-nav {
        height: 30px;
        width: 155px;
        margin: 0 auto;
    }
    #resume-mobile {
        display: block;
        visibility: visible;
    }
}
@media all and (max-width: 400px) {
    .rsContainer {} .rsABlock {
        top: 65px;
        height: 300px !important;
        position: absolute;
    }
    .rsNav {
        display: none;
    }
    .desktop-only {
        display: none;
    }
    .desktop-tablet {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .city-slider,
    .careers-slider {
        height: 150px;
    }
    article.careers,
    article.about {
        padding-top: 110px;
    }
    .home-text p {
        font-size: .80em;
    }
    #main ul li {
        width: 100% !important;
        padding-bottom: 20px;
    }
    footer .address-lockup ul li {
        border-bottom: solid 1px rgba(255, 255, 255, 0.2);
        border-right: none;
        display: block;
        float: none;
        padding: 20px 0;
        margin: 0 auto;
        text-align: center;
    }
    article.about .container .text-wrapper .column {
        width: 100%;
        margin-right: 5%;
        float: none;
        margin: 0 auto;
        padding-left: 0;
        text-align: center;
    }
    article.about .container .text-wrapper .column.last-child {
        padding-bottom: 0px;
    }
    #contact-form {
        display: none;
    }
    .bio-wrapper {
        display: none;
    }
    .homepage-entry-last {
        display: none;
    }
    #main {
        text-align: center;
    }
    #resume-mobile {
        display: block;
        visibility: visible;
    }
}
.homepage-entry-regular {} .homepage-entry-last a div {
    font-size: 16pt;
    color: #666666;
    
    text-decoration: none;
}
.homepage-entry-last a:hover {
    text-decoration: none;
}

.homepage-entry-last a:hover div {
    color: #ffffff;
}
/*-----------------------carrocar.css------------------*/
h1 {
    font-size: 60px;
}
header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #f6f5f2;
}
.header-content {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
header .skew.spacer {
    width: auto;
}
header .skew.logo img {
    height: 80px;
    margin-left: 70px;
}
header .skew.logo a {
    float: none;
    color: white;
    font-size: 24px;
    padding: 15px;
    margin-left: 10px;
}
header .skew.logo a:hover {
    color: white;
    font-weight: bold;
}
header .skew.about a {
    float: none;
    color: white;
    font-size: 24px;
    margin-top: 11px;
    padding: 5px;
}
header .skew.careers a {
    float: none;
    color: white;
    font-size: 24px;
    padding: 5px;
    margin-top: 11px;
}
header .skew.contact a {
    float: none;
    color: white;
    font-size: 24px;
    padding: 5px;
    margin-top: 11px;
}
header .skew.occasuions a {
    float: none;
    color: white;
    font-size: 24px;
    padding: 5px;
    margin-top: 10px;
}
header .social-nav {
    width: 100px;
}
header .skew.logo,
header .skew.about,
header .skew.contact,
header .skew.careers,
header .skew.spacer {
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0.3838640350354164, M21=0, M22=1, SizingMethod='auto expand')";
}
header .skew.logo a,
header .skew.about a,
header .skew.contact a,
header .skew.careers a,
header .skew.spacer a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
    float: left;
}
#w {
    padding-left: 10px;
    display: block;
    width: 50.35em;
    margin: 0 auto;
    margin-top: 70px;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
}
ul.imglist {
    display: inline-block;
    margin-bottom: 10px;
    width: 50.4em;
}
ul.imglist li {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 12px;
}
ul.imglist li a img {
    display: block;
}
ul.itmlist {
    list-style: disc;
    margin-bottom: 20px;
}
ul.itmlist li {
    margin-left: 20px;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 6px;
}
.clearfix:after {
    /* content: "."; */
    
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}

.telephone {
    
    position: absolute;
    top: 200px;
    left: 880px;
    width: 450px;
    font-size: 40px;
}
.telephone_bis {
    position: absolute;
    top: 230px;
    left: 880px;
    width: 450px;
    font-size: 50px;
}
.telephone_bis_bis {
    font-size: 40px;
}


.plaque {
    margin-top: 15px;
}
#facebook {
    margin-top: -5px;
}
#email_carro {
    margin-top: -45px;
    margin-left: 50px;
}

/*-----------------------MK------------------*/

h1 {
    color: #ffffff;
    z-index: 2;
    position: absolute;
    top: 0.5em;
    display: inline-block;
    background: rgba(0, 0, 0, 0.7);
    padding: 2px 20px 6px 20px;
}
.content {
    width: 1000px;
    margin: 0 auto;
}
.le-slider {
    height: 450px;
}
.le-slider li {
    position: relative;
}
.le-slider li .content {
    position: relative;
}
.le-slider li>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.le-slider li>img {
    width: 100%;
    height: auto;
    position: relative;
    top: -11em;
}
.slider {
    position: relative;
}
.slider h2 {
    margin-top: 3.5em;
}
.slider h3 {
    font-size: 1.6em;
    margin-bottom: 0.2em;
}
.slider-fix {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}
.slider-fix .content {
    position: relative;
}
.telephone_bis_bis {
    top: 0.8em;
    z-index: 2;
    position: absolute;
    right: 0;
}
.telephone_bis_bis span {
  width: 6.5em;
  padding: 0.2em;
  float: right;
  margin-bottom: 0.2em;
  background: rgba(0, 0, 0, 0.7);
}
.telephone_bis_bis p span a {
    font-size: 24px;
}
.telephone_bis_bis img {
    margin-right: 0.5em;
}
.more-button {
    background-color: #003e7e;
    color: #f6f5f2;
    padding: 0.5em 0.8em;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none; 
  border-radius: 5px;
}
.more-button:hover,.more-button:active {
  background-color: black;
  text-decoration: none;
}
.services {
  width: 30em;
}
.services a {
  background: rgba(0, 0, 0, 0.7);
  color: #f6f5f2;
  text-decoration: none;
  padding: 0.5em 0.8em;
  display: inline-block;
  width: 100%;
}
.services a:hover, .services a:active {
  background-color: black;
}
.plaque {
  width: 26em;
}
.plaque img {
  width: 100%;
  height: auto;
}
.baseline {
    font-size: 24px;
    text-shadow: 1px 1px 10px #000;
    color: #f6f5f2;
    margin-top: 4em;
}
.decalage-droite {
    position: absolute;
    right: 0;
    width: 14em;
    top: 20.2em;
    z-index: 4;
}

.decalage-droite img {
  width: 100%;
  height: auto;
}

.page-content {
  padding-top: 2em;
}
.page-content h2 {
  color: #f6f5f2;
  font-weight: 700;
}
.details {
    width: 58em;
    margin-bottom: 1.5em;
}
.details h3 {
    font-size: 1.1em;
    color: #f6f5f2;
    margin-bottom: 0.8em;
    display: inline-block;
}
.details li:before {
    content: "- ";
    color: #f6f5f2;
}
footer {
  background-color: black;
}
footer .back-to-top {
  float: right;
}
footer .back-to-top a {
    border-radius: 5px;
}
footer h2 {
  font-size: 1.875em;
}
footer h3 {
  color: #286090;
  margin-bottom: 1em;
  font-size: 22px;
  line-height: 1.2em;
}
footer h3 a {
  color: #286090;
  text-decoration: none;
}
.footer-phone {
  color: #f6f5f2;
  text-decoration: none;
}
.contact-links {
  clear: both;
}
.contact-links h3 {
    height: 2.2em;
}
footer .contact-links ul li {
    width: 19.29em;
    display: inline-block;
    vertical-align: top;
}
footer .contact-links ul li span {
  display: block;
}
footer .contact-links ul li a {
  text-decoration: none;
}
.email-horaires {
  margin-top: 3em;
}
.email-horaires h3 {
  font-size: 1.2em;
  color: #f6f5f2;
}
.email-horaires a {
  color: #f6f5f2;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
    display: inline-block;
    margin-bottom: 1em;
      font-size: 20px;
    font-size: 20px;
    padding: 1em 1.3em;
    background-color: #333333;
    border-radius: 5px;
}
.email-horaires h3 {
  margin-bottom: 0em;
}
.email-horaires a:hover, .email-horaires a:active {
  background-color: #f6f5f2;
  color: #333333;
}
.sdc {
    color: #f6f5f2;
    background-color: #337ab7;
    border-color: #2e6da4;
    padding: 12px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    text-align: center;
}
.sdc:hover {
    color: #f6f5f2;
    background-color: #286090;
    border-color: #204d74;
    text-decoration: none;
}
footer .copyright-lockup {
    padding: 3em 0 0;
}
/*----------GALLERIE-------------*/
a.fancybox img {
  border: none;
  box-shadow: 0 1px 7px rgba(0,0,0,0.6);
  -o-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.fancybox:hover img {
  position: relative;
  z-index: 2;
  -o-transform: scale(1.03,1.03);
  -ms-transform: scale(1.03,1.03);
  -moz-transform: scale(1.03,1.03);
  -webkit-transform: scale(1.03,1.03);
  transform: scale(1.03,1.03);
}
.outliner {
  display: none;
}
.page-galerie h2, .page-apropos h2 {
  color: #f6f5f2;
  margin-top: 1em;
  font-size: 50px;
  font-weight: 700;
}
/*----A PROPOS-----*/
body.page-apropos {
  background-image: url('../App_Resources/wall10.jpg');
}
.philosophie {
    background: rgba(0, 0, 0, 0.7);
    padding: 6px 20px;
    color: #f6f5f2;
    width: 40em;
    float: left;
    margin-bottom: 4em;
}
.philosophie p {
    font-size: 1.3em;
}
.philosophie-img {
  float: right;
}
footer {
  clear: both;
}
.a-propos-telephone span {
    padding: 0.5em;
    margin-bottom: 0.2em; 
    display: block;
    background: rgba(0, 0, 0, 0.7);
}
 
.a-propos-telephone {
    float: right;
    width: 18.7em;
}

.a-propos-telephone a {
  font-size: 24px;
}
.a-propos-telephone img {
  margin-right: 0.5em;
}