/*
    Theme Name: Miller Thomson
    Theme URI: http://millerthomson.com
    Description: Custom theme for millerthomson.com
    Version: 1.0
    Author: DentsuBos
    Author URI: http://dentsubos.com
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    font-size:62.5%;
}
body {
    background-color: #282828;
    color: #444;
    font: 300 11px/1.4 'Open Sans', Helvetica, Arial, sans-serif;
    min-width: 300px;
}
body.noscroll {
    overflow: hidden;
}
/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
img {
    max-width: 100%;
*   vertical-align: bottom;
}
a {
    color: inherit;
    text-decoration: underline;
    -webkit-transition: color 100ms ease-in-out, text-decoration-color 100ms ease-in-out;
       -moz-transition: color 100ms ease-in-out, text-decoration-color 100ms ease-in-out;
        -ms-transition: color 100ms ease-in-out, text-decoration-color 100ms ease-in-out;
            transition: color 100ms ease-in-out, text-decoration-color 100ms ease-in-out;
}
a:hover,
a:focus,
a:active {
    text-decoration-color: #70d0f6;
	/*border: 1px #ffff00 solid;*/
}
body.highlight-red a:hover,
body.highlight-red a:focus,
body.highlight-red a:active {
    text-decoration-color: #f05251;
}
body.highlight-yellow a:hover,
body.highlight-yellow a:focus,
body.highlight-yellow a:active {
    text-decoration-color: #ffd053;
}
input:focus {
    border: 1px solid #04A4CC;
    outline: 0;
}
input[type="text"],
input[type="search"] {
    -webkit-appearance: none;
}
input:not([type="submit"]),
select {
    background: transparent;
    border: 2px solid #acacac;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-sizing: border-box;
    color: #000;
    font-size: 1em;
    font-weight: bold;
    padding: 0.5em;
    display: block;
    width: 100%;
}
select {
    -webkit-appearance: menulist;
    padding: 0.435em 0.31em;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
@media only screen and (max-width:960px) {
    form > section {
        float: none;
        width: 100%;
    }
    form > section:nth-of-type(odd),
    form > section:nth-of-type(even) {
        padding: 0;
    }
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    background-color: #f4f4f4;
    color: #5a5a5a;
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    width: 100%;
}
.print-element {
    display: none;
}
/* header and logo */
.header {
    background: #1a1a1a;
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}
.header:not(.placeholder):not(.fullpage-nav) {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 12;
}
.header.placeholder {
    visibility: hidden;
}
.header .logo {
    width: 30em;
}
.header .logo > a {
    display: block;
    padding: 1em 3em;
}
.header .logo-img {
    width: 100%;
}
.header .logo-dark {
    display: none;
    width: 25em;
}
.header .language-toggle {
    bottom: 0;
    color: #fff;
    padding: 0 2em;
    position: absolute;
    right: 7rem;
    top: 0;
}
.header .language-toggle ul {
    display: table;
    font-size: 1.5em;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.header .language-toggle ul li {
    display: table-cell;
    vertical-align: middle;
}
.header .language-toggle ul li a {
    text-decoration: none;
}
.header .nav-toggle {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.header .nav-toggle a {
    display: inline-block;
    height: 100%;
    width: 7rem;
}
.header .nav-toggle a img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    padding: 1em;
    position: absolute;
    right: 0;
    top: 0;
}
@media only screen and (max-width:960px) {
    .header .logo {
        width: 25em;
    }
    .header .logo > a {
        padding: 1em;
    }
}
@media only screen and (max-width:600px) {
    .header .logo {
        width: 20em;
    }
    .header .nav-toggle a {
        width: 5rem;
    }
    .header .language-toggle {
        bottom: auto;
        left: auto;
        padding: 0 1em 1em;
        position: relative;
        right: auto;
        top: auto;
    }
    .header .language-toggle ul {
        font-size: 1em;
    }
}
/* nav */
.nav {
    background-color: #282828;
    bottom: 0;
    display: none;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: -webkit-transform 250ms ease-in-out;
       -moz-transition: -moz-transform 250ms ease-in-out;
        -ms-transition: -ms-transform 250ms ease-in-out;
            transition: transform 250ms ease-in-out;
    z-index: 20;
}
.nav > div {
    background: #1a1a1a;
    margin: 0 auto;
    max-width: 1280px;
    min-height: 100vh;
    width: 100%;
}
.nav > div > div {
    position: relative;
}
.nav > div > div > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav .fullpage-nav a {
    color: #fff;
    text-decoration: none;
}
.nav .fullpage-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.nav .navigation-top {
    margin: 2em 7rem;
}
.nav .navigation-top ul {
    display: inline-block;
    font-size: 1.4em;
}
.nav .navigation-top ul:not(:first-child) {
    margin-left: 2em;
}
.nav .navigation-top ul li {
    display: inline-block;
}
.nav .navigation-top ul li:not(:first-child) {
    margin-left: 2em;
}
.nav .navigation-top-mobile {
    display: none;
}
.nav .navigation-search {
    margin: 0 7rem;
    position: relative;
}
.nav .navigation-search .search-input {
    background: transparent;
    border: none;
    /*border-bottom: 1px solid #ffd053;*/
	border: 1px solid #ffd053;
    box-sizing: border-box;
    color: #ffd053;
    font-size: 3em;
    padding-left: 5px;
    padding-right: 7rem;
    width: 100%;
}
.nav .navigation-search .search-input::-webkit-input-placeholder {
    color: #ffd053;
}
.nav .navigation-search .search-input::-moz-placeholder {
    color: #ffd053;
}
.nav .navigation-search .search-input:-ms-input-placeholder {
    color: #ffd053;
}
.nav .navigation-search .search-input:-moz-placeholder {
    color: #ffd053;
}
.nav .navigation-search .search-input:placeholder {
    color: #ffd053;
}
.nav .navigation-search .search-submit {
    background: #ffd053;
    border: none;
    bottom: 0;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 12rem; /* 7rem */
}
.nav .navigation-search .search-submit img {
    bottom: 0;
    margin: auto;
    max-height: 100%;
    padding: 0 0 -1.0em 0; /* 0.5em 0 0.5em 1em */
    position: absolute;
    right: 0;
    top: 0;
}
.nav .takeover-main {
    margin: 2em 7rem;
}
.nav .takeover-main:after {
    clear: both;
    content: '';
    display: block;
}
.nav .takeover-main > ul {
    float: left;
    margin: 2em 0;
    width: 33%;
}
.nav .takeover-main > ul:nth-child(3n+1) {
    clear: both;
}
.nav .takeover-main > ul > li:not(.menu-item-has-children):not(:last-child) {
    margin-bottom: 1em;
}
.nav .takeover-main > ul > li > a,
.nav .takeover-main > ul > li > span {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
}
.nav .takeover-main ul.sub-menu {
    font-size: 1.4em;
}
.nav .navigation-bottom {
    border-top: 1px solid #fff;
    margin: 2em 7rem 0;
    padding: 1em 0;
}
.nav .navigation-bottom:after {
    border-top: 1px solid #fff;
    content: '';
    display: block;
    margin-top: 1em;
}
.nav .navigation-bottom > ul:after {
    clear: both;
    content: '';
    display: block;
}
.nav .navigation-bottom > ul > li {
    float: left;
    font-size: 1.4em;
    text-transform: uppercase;
    width: 20%;
}
.nav .navigation-bottom > ul > li {
    padding: 0 0.25em;
}
.nav .navigation-bottom > ul > li:first-child {
    padding: 0 0.25em 0 0;
}
.nav .navigation-bottom > ul > li:last-child {
    padding: 0 0 0 0.25em;
}
.nav .navigation-bottom > ul > li > a,
.nav .navigation-bottom > ul > li > span {
    color: #fff;
}
.nav .navigation-bottom > ul > li > .sub-menu > li {
    display: inline-block;
    font-size: 0.8em;
}
.nav .navigation-bottom > ul > li > .sub-menu > li:first-child {
    padding-right: 0.25em
}
.nav .navigation-bottom > ul > li > .sub-menu > li:not(:first-child) {
    border-left: 1px solid #fff;
    padding-left: 0.6em;
}
.nav .navigation-social {
    margin: 1em 7rem 0;
    padding: 1em 0 2em;
}
.nav .navigation-social > ul {
    text-align: right;
}
.nav .navigation-social > ul > li {
    color: #ffd053;
    display: inline-block;
    font-size: 1.5em;
    font-weight: bold;
    margin-right: 0.5em;
    text-transform: uppercase;
    vertical-align: middle;
}
.nav .navigation-social > ul > li:last-child {
    margin-right: 0;
}
@media only screen and (max-width:960px) {
    .nav .fullpage-nav .navigation-top,
    .nav .fullpage-nav .navigation-search,
    .nav .fullpage-nav .takeover-main,
    .nav .fullpage-nav .navigation-bottom {
        font-size: 0.8em;
    }
    .nav .navigation-top {
        margin: 2em 3rem;
    }
    .nav .navigation-search {
        margin: 0 3rem;
    }
    .nav .navigation-search .search-input {
        padding-right: 5rem;
    }
    .nav .navigation-search .search-submit {
        width: 5rem;
    }
    .nav .takeover-main {
        margin: 2em 3rem;
    }
    .nav .navigation-bottom {
        margin: 2em 3rem 0;
    }
    .nav .navigation-social {
        margin: 0 3rem;
    }
}
@media only screen and (max-width:600px) {
    .nav .fullpage-nav .navigation-top,
    .nav .fullpage-nav .navigation-top-mobile,
    .nav .fullpage-nav .navigation-search,
    .nav .fullpage-nav .takeover-main,
    .nav .fullpage-nav .navigation-bottom {
        font-size: 0.8em;
    }
    .nav .navigation-top {
        margin: 2em 1rem;
    }
    .nav .navigation-search .search-input {
        font-size: 1.7em;
        padding-left: 0;
        padding-right: 3rem;
    }
    .nav .navigation-top #menu-takeover-top-menu,
    .nav .navigation-top #menu-takeover-top-menu-french {
        display: none;
    }
    .nav .navigation-top-mobile {
        display: block;
        margin: 2em 1rem;
    }
    .nav .navigation-top-mobile ul {
        font-size: 1.4em;
    }
    .nav .navigation-top-mobile ul li a {
        display: block;
        padding: 1em 0;
    }
    .nav .navigation-search {
        margin: 0 1rem;
    }
    .nav .takeover-main {
        margin: 2em 1rem;
    }
    .nav .takeover-main > ul {
        display: block;
        float: none;
        margin: 0;
        width: auto;
    }
    .nav .takeover-main > ul > li {
        border-bottom: 1px solid #fff;
        padding: 0.5em 0;
    }
    .nav .takeover-main > ul > li a,
    .nav .takeover-main > ul > li span {
        display: block;
        padding: 0.5em 1.2em 0.5em 0;
    }
    .nav .takeover-main > ul > li.menu-item-has-children > span {
        background-image: url('img/icon-menu-closed.png');
        background-position: center right;
        background-repeat: no-repeat;
        background-size: auto;
    }
    .nav .takeover-main > ul > li.menu-item-has-children.active > span {
        background-image: url('img/icon-menu-open.png');
    }
    .nav .takeover-main > ul > li:not(.menu-item-has-children):not(:last-child) {
        margin-bottom: 0;
    }
    .nav .takeover-main > ul > li ul.sub-menu {
        display: none;
    }
    .nav .takeover-main ul.sub-menu li a {
        display: block;
        padding: 1em 0;
    }
    .nav .navigation-bottom {
        margin: 2em 1rem 0;
    }
    .nav .navigation-bottom > ul > li {
        display: block;
        float: none;
        width: auto;
    }
    .nav .navigation-bottom > ul > li {
        padding: 0;
    }
    .nav .navigation-bottom > ul > li:first-child {
        padding: 0;
    }
    .nav .navigation-bottom > ul > li:last-child {
        padding: 0;
    }
    .nav .navigation-bottom > ul > li a {
        display: block;
        padding: 1em 0;
    }
    .nav .navigation-bottom > ul > li.menu-item-has-children > a {
        display: inline-block;
    }
    .nav .navigation-bottom > ul > li > .sub-menu {
        display: inline-block;
        margin-left: 1em;
    }
    .nav .navigation-bottom > ul > li > .sub-menu > li a {
        padding: 0;
    }
    .nav .navigation-social {
        margin: 2em 1rem 0;
    }
}
/* main */
main {
    overflow: hidden;
    padding-bottom: 5em;
    position: relative;
}
main > section {
    font-size: 1.4em;
    font-weight: 400;
}
main.has-sidebar > section {
    margin-right: 7rem;
}
main > section > header {
    overflow: hidden;
    padding: 4em 0 2em 0;
    position: relative;
    z-index: 1;
}
main > section > header .breadcrumbs {
    margin: 0;
    max-width: 70%;
    padding: 0 5rem;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
main > section > header .breadcrumbs a {
    text-decoration: none;
}
main > section > header .breadcrumbs span:first-child {
    margin: 0 0.2em 0 0;
}
main > section > header .breadcrumbs span:not(:first-child) {
    margin: 0 0.2em;
}
main > section > header .breadcrumbs span[property="name"] {
    display: inline-block;
    max-width: 20em;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}
main > section > header .breadcrumbs span[property="name"]:hover,
main > section > header .breadcrumbs span[property="name"]:focus,
main > section > header .breadcrumbs span[property="name"]:active {
    display: inline;
    max-width: none;
    white-space: normal;
}
main > section > header .post-thumbnail {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
main > section > header .post-thumbnail:before {
    background: linear-gradient(90deg, #fff 25%, rgba(255, 255, 255, 0.3));
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    opacity: 0.9;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
main > section > header img {
    bottom: 0;
    height: auto;
    margin: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: -1;
}
main > section h1 {
    color: #3f4040;
    font-size: 3em;
    line-height: 1.1em;
    margin: 0.2em 0;
    max-width: 70%;
    position: relative;
    padding: 0 5rem;
    z-index: 1;
}
main > section h1:after {
    background: #70d0f6;
    content: '';
    display: block;
    height: 0.2em;
    margin-top: 0.15em;
    width: 3.5em;
}
body.highlight-red main > section h1:after {
    background: #f05251;
}
body.highlight-yellow main > section h1:after {
    background: #ffd053;
}
main div.filter {
    padding: 1em 5rem;
}
main div.filter section {
    display: inline-block;
}
main div.filter section label {
    display: block;
    padding: 0.2em 0;
}
main article.in-place-filters .in-place {
    display: inline-block;
    margin: 0.5em 0;
}
main article.in-place-filters .in-place span {
    display: inline-block;
    vertical-align: middle;
}
main article.in-place-filters .in-place span.remove {
    cursor: pointer;
    margin-right: 2em;
    padding: 0.5em;
}
main article.in-place-filters .in-place span.remove img {
    display: block;
    width: 0.8em;
}
main div#map-canvas {
    height: 25em;
    margin: 2em 0;
    padding: 0;
    width: 100%;
}
.google-map-marker {
    line-height: 1.4em;
    margin: 0;
}
.google-map-marker span {
    float: left;
    width: 65%;
}
.google-map-marker span:first-child {
    margin-right: 1em;
    width: 60px;
}
.google-map-marker span.link {
    clear: both;
    display: block;
    float: none;
    padding-top: 1em;
    text-align: right;
    width: 100%;
}
main div.office-contact {
    line-height: 1.6em;
}
main div.office-contact > div {
    display: inline-block;
    vertical-align: top;
}
main div.office-contact > div:not(:first-child) {
    margin-left: 5em;
}
main div.office-contact > div > p {
    margin: 0;
}
main section > div.displaying {
    margin: 0.5em 0;
    padding: 0 5rem;
}
main > section h2 {
    color: #3f4040;
    font-size: 1.8em;
    margin: 0.5em 0;
}
main > section h3 {
    color: #7c7c7c;
    font-size: 1.3em;
    margin: 0.5em 0;
}
main > section > article {
    font-size: 1.1em;
    line-height: 1.8em;
}
main > section > article > * {
    padding: 0 25rem 0 5rem;
}
main > section > article > ul,
main > section > article > ol {
    margin: 0 0 0 2em;
}
main section.list > article.list-item:before {
    border-top: 1px solid #acacac;
    content: '';
    display: block;
    margin: 1em 5rem;
}
main section.list > article.list-item:first-of-type:before {
    margin: 0 5rem 1em;
}
main section.list > article.list-item:last-of-type:after {
    border-bottom: 1px solid #acacac;
    content: '';
    display: block;
    margin: 1em 5rem 0;
}
main section.list > article.list-item:after {
    clear: both;
    content: '';
    display: block;
}
main section.list > article.list-item .breadcrumbs {
    margin: 0;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
main section.list > article.list-item .breadcrumbs span:first-child {
    margin: 0 0.2em 0 0;
}
main section.list > article.list-item .breadcrumbs span:not(:first-child) {
    margin: 0 0.2em;
}
main section.list > article.list-item .breadcrumbs span[property="name"] {
    display: inline-block;
    max-width: 20em;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}
main section.list > article.list-item .breadcrumbs span[property="name"]:hover,
main section.list > article.list-item .breadcrumbs span[property="name"]:focus,
main section.list > article.list-item .breadcrumbs span[property="name"]:active {
    display: inline;
    max-width: none;
    white-space: normal;
}
main section.list > article.list-item > div {
    display: table;
    padding: 0 5rem;
    width: 100%;
}
main section.list > article.list-item > div > section.thumbnail {
    display: table-cell;
    overflow: hidden;
    padding-right: 3em;
    position: relative;
    vertical-align: top;
    width: 14em;
}
main section.list > article.list-item > div > section.thumbnail.hide-image img {
    visibility: hidden;
}
main section.list > article.list-item > div > section.thumbnail > div {
    position: relative;
}
main section.list > article.list-item > div > section.thumbnail .date {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
main section.list > article.list-item > div > section.thumbnail .date > div {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
main section.list > article.list-item > div > section.thumbnail .date span {
    color: #fff;
    display: block;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
}
main section.list > article.list-item > div > section.thumbnail .date span.month {
    font-size: 2.2em;
}
main section.list > article.list-item > div > section.thumbnail .date span.day {
    font-size: 4em;
}
main section.list > article.list-item > div > section.thumbnail .date span.year {
    font-size: 1.9em;
}
main section.list > article.list-item > div > section.thumbnail img.size-list {
    display: block;
}
main section.list > article.list-item > div > section.thumbnail img.size-featured {
    display: none;
}
main section.list > article.list-item.featured > div > section.thumbnail {
    width: 50%;
}
main section.list > article.list-item.featured > div > section.thumbnail img.size-list {
    display: none;
}
main section.list > article.list-item.featured > div > section.thumbnail img.size-featured {
    display: block;
}
main section.list > article.list-item > div > section.content {
    display: table-cell;
    vertical-align: top;
    word-break: break-word;
}
main section.list > article.list-item img {
    height: auto;
    width: 100%;
}
main section.list > article.list-item h2 {
    margin: 0;
}
main section.list > article.list-item h3 {
    margin: 1em 0 0 0;
}
main section.list > article.list-item div.post-details {
    font-weight: bold;
}
main section.list > article.list-item p {
    margin: 0;
}
main section.list > article.list-item p.more {
    margin-top: 1em;
}
main section.tab-content.list {
    padding: 0;
}
main section.tab-content.list > article > * {
    padding: 0 5rem;
}
main section #readmore p:first-child {
    margin-top: 0;
}
main > section figure {
    padding: 0;
    width: 100%;
}
main > section figure > div {
    background: #acacac;
    text-align: center;
}
main > section figure figcaption {
    font-size: 0.9em;
    font-style: italic;
    padding: 0 5rem;
    width: 70%;
}
main > section figure figcaption > p {
    margin: 0.5em 0;
    padding: 0;
}
main > section figure figcaption > p:last-child {
    border-bottom: 1px solid #acacac;
    padding-bottom: 0.5em;
}
main > section div.images:after {
    clear: both;
    content: '';
    display: block;
}
main > section div.images img {
    float: left;
    width: 50%;
}
main > section div.images img {
    margin-bottom: 1em;
}
main > section div.images img:nth-child(even) {
    padding-left: 0.5em;
}
main > section div.images img:nth-child(odd) {
    padding-right: 0.5em;
}
@media only screen and (max-width:960px) {
    main.has-sidebar > section {
        margin-right: 0;
    }
    main > section > header .breadcrumbs {
        padding: 0 3rem;
        max-width: none;
    }
    main > section h1 {
        font-size: 2.5em;
        padding: 0 3rem;
        max-width: none;
    }
    main > section > header .post-thumbnail:before {
        background: rgba(255, 255, 255, 0.75);
        opacity: 1;
    }
    main div.filter {
        padding: 1em 3rem;
    }
    main section > div.displaying {
        padding: 0 3rem;
    }
    main > section > article > * {
        padding: 0 15rem 0 3rem;
    }
    main section.list > article.list-item:before {
        margin: 1em 3rem;
    }
    main section.list > article.list-item:first-of-type:before {
        margin: 0 3rem 1em;
    }
    main section.list > article.list-item:last-of-type:after {
        margin: 1em 3rem 0;
    }
    main section.list > article.list-item > div {
        padding: 0 3rem;
    }
    main section.list > article.list-item > div > section.thumbnail {
        padding-right: 1em;
        width: 12em;
    }
    main section.list > article.list-item.featured > div > section.thumbnail {
        width: 60%;
    }
    main section.tab-content.list > article > * {
        padding: 0 3rem;
    }
    main > section figure {
        padding: 0;
    }
    main > section figure figcaption {
        padding: 0 3rem;
        width: 100%;
    }
}
@media only screen and (max-width:600px) {
    main > section > header {
        padding: 1em 0;
    }
    main > section > header .breadcrumbs {
        display: none;
    }
    main > section h1 {
        font-size: 2em;
        margin-right: 1.6em;
        padding: 0 1rem;
    }
    main > section > header.thumbnail h1 {
        padding: 0 1rem 1em 1rem;
    }
    main div.filter {
        padding: 1em 1rem;
    }
    main div.filter.mobile-accordion {
        padding: 1em 0;
    }
    main div#map-canvas {
        height: 15em;
    }
    main div.office-contact > div {
        display: block;
    }
    main div.office-contact > div:not(:first-child) {
        margin-left: 0;
        margin-top: 1em;
    }
    main section > div.displaying {
        padding: 0 1rem;
    }
    main > section > article > * {
        padding: 0 1rem;
    }
    main > section h2 {
        font-size: 1.5em;
    }
    main section.list > article.list-item:before {
        margin: 1em 1rem;
    }
    main section.list > article.list-item:first-of-type:before {
        margin: 0 1rem 1em;
    }
    main section.list > article.list-item:last-of-type:after {
        margin: 1em 1rem 0;
    }
    main section.list > article.list-item > div {
        display: block;
        padding: 0;
    }
    main section.list > article.list-item > div.breadcrumbs {
        display: none;
    }
    main section.list > article.list-item > div > section.thumbnail {
        display: none;
    }
    main section.list > article.list-item.mobile-image-display > div > section.thumbnail {
        display: block;
        margin-bottom: 1em;
        padding: 0;
        width: 100%;
    }
    main section.list > article.list-item > div > section.thumbnail img.size-list {
        display: none;
    }
    main section.list > article.list-item > div > section.thumbnail img.size-featured {
        display: block;
    }
    main section.list > article.list-item > div > section.content {
        display: block;
        padding: 0 1rem;
    }
    main section.tab-content.list > article > * {
        padding: 0 1rem;
    }
    main > section figure {
        padding: 0;
    }
    main > section figure figcaption {
        padding: 0 1rem;
    }
    main > section div.images img {
        float: none;
        width: auto;
    }
    main > section div.images img:nth-child(even) {
        padding-left: 0;
    }
    main > section div.images img:nth-child(odd) {
        padding-right: 0;
    }
}
/* sidebar */
.sidebar-chevron {
    background: #70d0f6;
    bottom: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 7rem;
    z-index: 5;
}
body.highlight-red .sidebar-chevron {
    background: #f05251;
}
body.highlight-yellow .sidebar-chevron {
    background: #ffd053;
}
.sidebar-chevron > a {
    background-color: transparent;
    display: block;
    position: relative;
    z-index: 50;
}
.sidebar-chevron > a > img {
    padding: 1.5em;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.sidebar {
    background: #70d0f6;
    bottom: 0;
    color: #222;
    font-weight: 400;
    padding: 9em 2em;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 250ms ease-in-out, visibility 250ms linear 250ms;
       -moz-transition: -moz-transform 250ms ease-in-out, visibility 250ms linear 250ms;
        -ms-transition: -ms-transform 250ms ease-in-out, visibility 250ms linear 250ms;
            transition: transform 250ms ease-in-out, visibility 250ms linear 250ms;
    visibility: hidden;
    width: 25em;
    z-index: 5;
}
body.highlight-red .sidebar {
    background: #f05251;
}
body.highlight-yellow .sidebar {
    background: #ffd053;
}
.sidebar.active {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-delay: 0ms;
       -moz-transition-delay: 0ms;
        -ms-transition-delay: 0ms;
            transition-delay: 0ms;
    visibility: visible;
}
.sidebar .sidebar-chevron {
    background: none;
    bottom: auto;
}
.sidebar .sidebar-chevron > a > img {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
}
.sidebar .sidebar-close {
    font-size: 1.2em;
    margin-top: 2em;
    text-align: right;
}
.sidebar h3 {
    border-bottom: 1px solid #222;
    font-size: 2em;
    margin: 0.2em 0;
    text-transform: uppercase;
}
.sidebar .widget_contact_groups_widget {
    margin-bottom: 2em;
}
.sidebar .widget_contact_groups_widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar .widget_contact_groups_widget ul > li {
    border-bottom: 1px solid #222;
}
.sidebar .widget_contact_groups_widget ul > li:first-child {
    border-top: none;
}
.sidebar .widget_contact_groups_widget ul > li > div.accordion-header {
    display: block;
    margin: 0 0 0.2em 0;
}
.sidebar .widget_contact_groups_widget ul > li > div.accordion-header h4 {
    font-size: 1.4em;
    margin: 0;
}
.sidebar .widget_contact_groups_widget ul > li > div.accordion-header h4 span {
    display: inline-block;
    margin-right: 0.3em;
}
.sidebar .widget_contact_groups_widget ul > li > div.accordion-header h4 span:last-child {
    margin-right: 0;
}
.sidebar .widget_contact_groups_widget ul > li > div.accordion-header .title {
    margin: 0;
}
.sidebar .widget_contact_groups_widget ul > li > div.content > div {
    display: table;
    width: 100%;
}
.sidebar .widget_contact_groups_widget ul > li > div.content .thumbnail {
    display: table-cell;
    margin-right: 1em;
    overflow: hidden;
    vertical-align: middle;
    width: 5em;
}
.sidebar .widget_contact_groups_widget ul > li > div.content .thumbnail > div {
    height: 5em;
    overflow: hidden;
    position: relative;
}
.sidebar .widget_contact_groups_widget ul > li > div.content .thumbnail img {
    height: auto;
    left: -100%;
    margin: 0 auto;
    max-width: none;
    position: absolute;
    right: -100%;
    top: -15%;
    width: 300%;
}
.sidebar .widget_contact_groups_widget ul > li > div.content .vcard {
    display: table-cell;
    padding-left: 1em;
    vertical-align: middle;
}
.sidebar .widget_sidebar_ctas_widget .cta a {
    display: block;
    font-size: 1.2em;
}
.sidebar .widget_related_expertise_widget ul {
    font-size: 1.4em;
    list-style: none;
    margin: 0;
    padding: 0;
}
.sidebar .widget_related_expertise_widget ul li {
    margin: 1em 0;
}
.sidebar .widget_related_expertise_widget ul li a {
    text-decoration: none;
}
.sidebar .widget_related_expertise_widget ul li a:focus,
.sidebar .widget_related_expertise_widget ul li a:hover,
.sidebar .widget_related_expertise_widget ul li a:active {
    text-decoration-color: initial;
    text-decoration: underline;
}
@media only screen and (max-width:960px) {
    .sidebar-chevron {
        background: none;
        bottom: auto;
    }
    body.highlight-red .sidebar-chevron {
        background: none;
    }
    body.highlight-yellow .sidebar-chevron {
        background: none;
    }
    .sidebar-chevron a {
        background: #70d0f6;
    }
    body.highlight-red .sidebar-chevron a {
        background: #f05251;
    }
    body.highlight-yellow .sidebar-chevron a {
        background: #ffd053;
    }
}
@media only screen and (max-width:600px) {
    .sidebar-chevron {
        width: 5rem;
    }
    .sidebar {
        padding-top: 6em;
    }
}
/* footer */
.footer {
    background: #1a1a1a;
    color: #fff;
    display: table;
    position: relative;
    width: 100%;
    z-index: 8;
}
.footer > p {
    display: table-cell;
    margin: 0;
    padding: 3em 5rem;
    vertical-align: middle;
}
.footer > div {
    display: table-cell;
    margin: auto;
    padding: 1em;
    text-align: center;
    vertical-align: middle;
    width: 7rem;
}
@media only screen and (max-width:960px) {
    .footer > p {
        padding: 3em 3rem;
    }
}
@media only screen and (max-width:600px) {
    .footer > p {
        padding: 3em 1rem;
    }
    .footer > div {
        width: 5rem;
    }
}

/* YouTube video embed. */
.youtube {
    margin: 0 5rem;
    padding: 0;
    max-width: 900px;
}
.videowrapper {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}
.youtube iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
@media only screen and (max-width:960px) {
    .youtube {
        margin: 0;
        max-width: none;
    }
}

/* CTA */
.cta a {
    background: #000;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin-top: 0.5em;
    padding: 0.5em 1em;
    text-decoration: none;
    text-align: center;
    -webkit-transition: color 250ms ease-in-out;
       -moz-transition: color 250ms ease-in-out;
        -ms-transition: color 250ms ease-in-out;
            transition: color 250ms ease-in-out;
}
.cta a:focus,
.cta a:hover,
.cta a:active {
    color: #ffd053;
    outline: none;
}
.cta_top a {
    background: #000;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin-top: 0.5em;
    padding: 0.5em 1em;
    text-decoration: none;
    text-align: center;
    -webkit-transition: color 250ms ease-in-out;
       -moz-transition: color 250ms ease-in-out;
        -ms-transition: color 250ms ease-in-out;
            transition: color 250ms ease-in-out;
}
.cta_top a:focus,
.cta_top a:hover,
.cta_top a:active {
    color: #ffd053;
    outline: none;
}

@media only screen and (max-width:600px) {
    .cta a {
        display: block;
    }
    .cta_top a {
        display: block;
    }
}

/* Accordions */
.accordion .accordion-content:first-child {
    border-top: 1px solid #acacac;
}
.accordion .accordion-content {
    border-bottom: 1px solid #acacac;
}
.accordion .accordion-content > div.accordion-header {
    background-image: url('img/icon-menu-closed-black.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto;
    cursor: pointer;
    display: block;
    padding: 0.3em 2em 0.3em 0;
}
.accordion .accordion-content > div.accordion-header h3 {
    color: #3f4040;
}
.accordion .accordion-content.active > div.accordion-header {
    background-image: url('img/icon-menu-open-black.png');
    cursor: pointer;
}
.accordion .accordion-content > div.content {
    display: none;
    margin-bottom: 0.5em;
}

/* Pagination */
.pagination {
    margin: 0 5rem 1em;
}
.pagination > * {
    padding: 0.0em; /* padding: 0.2em; */
}
@media only screen and (max-width:960px) {
    .pagination {
        margin: 0 3rem 1em;
    }
}
@media only screen and (max-width:600px) {
    .pagination {
        margin: 0 1rem 1em;
    }
}

/* Accordion */
.accordion.hidden {
    display: none;
    padding-bottom: 1px;
    padding-top: 1px;
}
.link span {
    color: inherit;
    cursor: pointer;
    text-decoration: underline;
    -webkit-transition: color 100ms ease-in-out, text-decoration-color 100ms ease-in-out;
       -moz-transition: color 100ms ease-in-out, text-decoration-color 100ms ease-in-out;
        -ms-transition: color 100ms ease-in-out, text-decoration-color 100ms ease-in-out;
            transition: color 100ms ease-in-out, text-decoration-color 100ms ease-in-out;
}
.link span:hover {
    color: #3f4040;
    text-decoration-color: #70d0f6;
}
body.highlight-red .link span:hover {
    text-decoration-color: #f05251;
}
body.highlight-yellow .link span:hover {
    text-decoration-color: #ffd053;
}
.link span:focus {
    color: #3f4040;
    text-decoration-color: #70d0f6;
    outline: 0;
}
body.highlight-red .link span:focus {
    color: #3f4040;
    text-decoration-color: #f05251;
    outline: 0;
}
body.highlight-yellow .link span:focus {
    color: #3f4040;
    text-decoration-color: #ffd053;
    outline: 0;
}
.link span:hover,
.link span:active {
    color: #3f4040;
    text-decoration-color: #70d0f6;
    outline: 0;
}
body.highlight-red .link span:hover,
body.highlight-red .link span:active {
    color: #3f4040;
    text-decoration-color: #f05251;
    outline: 0;
}
body.highlight-yellow .link span:hover,
body.highlight-yellow .link span:active {
    color: #3f4040;
    text-decoration-color: #ffd053;
    outline: 0;
}
.link .open {
    display: none;
}
.link.active .open {
    display: inline;
}
.link.active .closed {
    display: none;
}

/* Grid, 3 on desktop, 2 on tablet, 1 on mobile */
.grid {
    margin: 1em 0;
    padding: 0 5rem;
}
.grid:after {
    clear: both;
    content: '';
    display: block;
}
.grid > article {
    float: left;
    margin: 1em 0;
    width: 33%;
}
.grid > article:nth-child(3n+1) {
    clear: both;
    padding: 0 3em 0 0;
}
.grid > article:nth-child(3n+2) {
    padding: 0 1.5em;
}
.grid > article:nth-child(3n) {
    padding: 0 0 0 3em;
}
.grid > article div:first-of-type img {
    height: auto;
    width: 100%;
}
.grid > article h2 {
    font-size: 1.5em;
    margin: 0;
}
.grid > article div h2 {
    margin-top: 0.3em;
}
.grid > article div h2 a {
    text-decoration: none;
}
.grid > article div p {
    margin-top: 0;
}
.grid > article div p span {
    display: block;
}
@media only screen and (max-width:960px) {
    .grid {
        padding: 0 3rem;
    }
    .grid > article {
        width: 50%;
    }
    .grid > article:nth-child(2n+1) {
        clear: both;
        padding: 0 2em 0 0;
    }
    .grid > article:nth-child(2n) {
        clear: none;
        padding: 0 0 0 2em;
    }
}
@media only screen and (max-width:600px) {
    .grid {
        padding: 0 1rem;
    }
    .grid > article {
        clear: none;
        padding: 0;
        width: 100%;
    }
    .grid > article:nth-child(n) {
        clear: none;
        padding: 0;
    }
}

/* Navigation blocks. */
.navigation-block > h2 {
    display: none;
}

/* Content that transitions to an accordion on mobile. */
.mobile-accordion > article > h2 {
    display: none;
}
@media only screen and (max-width:600px) {
    .mobile-accordion {
        padding: 0;
    }
    .mobile-accordion > article {
        margin: 0;
    }
    .mobile-accordion > article:last-of-type:after {
        border-bottom: 1px solid #acacac;
        content: '';
        display: block;
        margin: 0 1rem;
    }
    .mobile-accordion > article > h2 {
        background-image: url('img/icon-menu-closed-black.png');
        background-position: center right;
        background-repeat: no-repeat;
        background-size: auto;
        border-top: 1px solid #acacac;
        display: block;
        margin: 0 1rem;
        padding: 0.5em 1.2em 0.5em 0;
    }
    .mobile-accordion > article.active > h2 {
        background-image: url('img/icon-menu-open-black.png');
    }
    .mobile-accordion > article > div.details {
        display: none;
    }
    .mobile-accordion > article > div.details > h2 {
        display: none;
    }
    .mobile-accordion > article > div.details > p,
    .mobile-accordion > article > div.details > form {
        padding: 0 1rem;
    }
    .mobile-accordion > article > div.details > p:first-of-type {
        margin-top: 0.5em;
    }
    .mobile-accordion > article > div.details > form {
        margin-bottom: 1em;
    }
}

/* Carousel */
.carousel {
    margin: 1em 0;
    padding: 0;
}
.carousel:before,
.carousel:after {
    border-bottom: 1px solid #acacac;
    content: '';
    display: block;
    margin: 0 5rem;
}
.carousel > div {
    margin: 1em 0;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
.carousel > div > article {
    display: inline-block;
    padding: 0 5rem;
    vertical-align: top;
    white-space: normal;
    width: 100%;
}
.carousel > div > article > div {
    display: table;
    min-height: 18em;
    width: 100%;
}
.carousel > div > article > div > div {
    display: table-cell;
    padding-right: 1.5em;
    position: relative;
    vertical-align: middle;
}
.carousel > div > article > div > div:first-child {
    overflow: hidden;
    width: 50%;
}
.carousel > div > article > div > div:first-child > div {
    bottom: 0;
    height: 100%;
    left: 0;
    min-height: 18em;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
}
.carousel > div > article > div > div:last-child {
    padding-left: 3em;
    width: 50%;
}
.carousel > div > article > div > div img {
    bottom: 0;
    height: auto;
    left: -100%;
    margin: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    right: -100%;
    top: 0;
    width: auto;
}
.carousel > div > article > div > div.image-right img {
    left: auto;
    right: 0;
}
.carousel > div > article > div > div h2 {
    font-size: 1.5em;
    margin: 0;
}
.carousel > div > article > div > div h3 {
    color: #3f4040;
    font-size: 1em;
    margin: 1em 0;
}
.carousel > div > article > div > div p {
    line-height: 1.3em;
    margin: 0 0 1em;
}
.carousel > .indicators {
    display: block;
    list-style: none;
    margin: 1em 0;
    padding: 0;
    text-align: center;
}
.carousel > .indicators li {
    background: #acacac;
    cursor: pointer;
    border-radius: 50%;
    display: inline-block;
    height: 1em;
    margin: 0 0.5em;
    width: 1em;
}
.carousel > .indicators li.active {
    background: #70d0f6;
}
body.highlight-red .carousel > .indicators li.active {
    background: #f05251;
}
body.highlight-yellow .carousel > .indicators li.active {
    background: #ffd053;
}
@media only screen and (max-width:960px) {
    .carousel:before,
    .carousel:after {
        margin: 0 3rem;
    }
    .carousel > div > article {
        padding: 0 3rem;
    }
    .carousel > div > article > div > div:first-child {
        min-height: 20em;
        padding-right: 0.33em;
    }
    .carousel > div > article > div > div:last-child {
        padding-left: 1em;
    }
}
@media only screen and (max-width:600px) {
    .carousel:before,
    .carousel:after {
        border: none;
    }
    .carousel > div > article {
        padding: 0;
    }
    .carousel > div > article > div {
        display: block;
        height: auto;
    }
    .carousel > div > article > div > div {
        display: block;
        min-height: auto;
        padding-right: 0;
        position: relative;
    }
    .carousel > div > article > div > div:first-child {
        padding: 0;
        width: 100%;
    }
    .carousel > div > article > div > div:first-child > div {
        position: absolute;
    }
    .carousel > div > article > div > div:last-child {
        padding: 0 1rem;
        width: 100%;
    }
}

/* Tab navigation */
nav.tabs {
    position: relative;
}
nav.tabs > h2,
nav.tabs > div {
    display: none;
}
nav.tabs > h2 {
    margin-bottom: 0.2em;
}
nav.tabs > div {
    background-color: #70d0f6;
    color: #000;
    font-weight: bold;
    position: relative;
}
body.highlight-red nav.tabs > div {
    background-color: #f05251;
}
body.highlight-yellow nav.tabs > div {
    background-color: #ffd053;
}
nav.tabs > div:before {
    background-image: url('img/icon-menu-closed-black.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    margin: 0 1rem;
    position: absolute;
    right: 0;
    top: 0;
}
nav.tabs.active > div:before {
    background-image: url('img/icon-menu-open-black.png');
}

nav.tabs.single > div:before,
nav.tabs.active.single > div:before {
    background-image: none;
}
nav.tabs > ul {
    list-style: none;
    margin: 2em 0;
    padding: 0;
}
nav.tabs > ul li {
    display: inline-block;
    margin-right: 2em;
}
nav.tabs > ul li.active {
    font-weight: bold;
}
nav.tabs > ul li a {
    text-decoration: none;
}

section.tab-content {
    display: none;
    margin-bottom: 2em;
}
section.tab-content.active {
    display: block;
}
@media only screen and (max-width:600px) {
    nav.tabs {
        margin-bottom: 2em;
        padding: 0;
    }
    nav.tabs > h2,
    nav.tabs > div {
        display: block;
    }
    nav.tabs > h2 {
        padding: 0 1rem;
    }
    nav.tabs > div {
        padding: 0.5em 2em 0.5em 1rem;
    }
    nav.tabs > ul {
        background-color: #70d0f6;
        color: #000;
        display: none;
        margin: 0;
        position: absolute;
        width: 100%;
        z-index: 2;
    }
    body.highlight-red nav.tabs > ul {
        background-color: #f05251;
    }
    body.highlight-yellow nav.tabs > ul {
        background-color: #ffd053;
    }
    nav.tabs > ul li {
        display: block;
        margin: 0;
    }
    nav.tabs > ul li.active {
        display: none;
    }
    nav.tabs > ul li a {
        display: block;
        padding: 0.5em 1rem;
    }
}

/* Spotlights */
.spotlight {
    background-color: #70d0f6;
    display: table;
    margin: 1em 0;
    width: 100%;
}
.spotlight:last-of-type {
    margin-bottom: 0;
}
body.highlight-red .spotlight {
    background-color: #f05251;
}
body.highlight-yellow .spotlight {
    background-color: #ffd053;
}
.spotlight > div {
    background-position: center center;
    background-size: cover;
    display: table-cell;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 50%;
}
.spotlight > div:first-of-type {
    padding-bottom: 2em;
    padding-right: 2em;
    padding-top: 2em;
}
.spotlight h2 {
    font-size: 1.5em;
    margin-top: 0;
}
@media only screen and (max-width:600px) {
    .spotlight > div {
        display: block;
    }
    .spotlight > div {
        display: block;
        width: 100%;
    }
    .spotlight > div:last-of-type {
        margin-bottom: 1em;
        min-height: 15em;
    }
}

/* Disclaimer */
.disclaimer {
    font-size: 0.9em;
    line-height: 1.3em;
    margin-top: 5em;
}
.disclaimer h4 {
    margin-bottom: 0;
}
.disclaimer p {
    margin-top: 0;
}

/* Password protected form. */
.post-password-required .password-error {
    color: #ff0000;
}
.post-password-form .cta {
    background: #000;
    border: none;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin-top: 0.5em;
    padding: 0.5em 1em;
    text-decoration: none;
    text-align: center;
    -webkit-transition: color 250ms ease-in-out;
       -moz-transition: color 250ms ease-in-out;
        -ms-transition: color 250ms ease-in-out;
            transition: color 250ms ease-in-out;
}
.post-password-form .cta:focus,
.post-password-form .cta:hover,
.post-password-form .cta:active {
    color: #ffd053;
    outline: none;
}
@media only screen and (max-width:600px) {
    .post-password-form .cta {
        display: block;
        width: 100%;
    }
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* Home */
.home a {
    text-decoration: none;
}
.home .wrapper {
    background-color: transparent;
}
.home.header {
    background: transparent;
    left: 0;
    margin: 0 auto;
    max-width: 1280px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}
.home.header .logo {
    background: #1a1a1a;
    width: 40em;
}
.home.header .logo > a {
    display: block;
    padding: 2em 5em;
}
.home.header .logo-img {
    width: 100%;
}
.home.header .language-toggle {
    background: #1a1a1a;
}
.home .footer > div {
    display: none;
}
.home .yellow {
    color: #ffd053;
}
.home .semibold {
    font-weight: 600;
}
#home-nav {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    max-width: 1280px;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}
#home-nav.hidden {
    visibility: hidden;
}
#home-nav > ul {
    padding-top: 10.95em; /* inserted upgrade 2021 */
	list-style: none;
    margin: 0;
    /*padding: 0;*/
    position: absolute;
    right: 60%;
    text-align: right;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
#home-nav > ul > li {
    background-color: #1a1a1a;
    clear: right;
    float: right;
    margin: 0.2em 0;
}
#home-nav > ul > li > a {
    display: inline-block;
    font-size: 2em;
    font-weight: bold;
    padding: 0.5em;
    text-transform: uppercase;
    -webkit-transition: color 250ms ease-in-out, font-size 250ms ease-in-out, padding 250ms ease-in-out;
       -moz-transition: color 250ms ease-in-out, font-size 250ms ease-in-out, padding 250ms ease-in-out;
        -ms-transition: color 250ms ease-in-out, font-size 250ms ease-in-out, padding 250ms ease-in-out;
            transition: color 250ms ease-in-out, font-size 250ms ease-in-out, padding 250ms ease-in-out;
}
#home-nav.active > ul > li:not(.active) > a {
    font-size: 1.2em;
}
#home-nav > ul > li > a,
#home-nav > ul > li > a:hover {
    color: #fff;
}
#home-nav > ul > li.active > a,
#home-nav > ul > li.active > a:hover,
#home-nav > ul > li > a:focus,
#home-nav > ul > li > a:hover,
#home-nav > ul > li > a:active {
    color: #ffd053;
    outline: none;
}
#home-nav > ul > li .sub-menu {
    display: none;
    list-style: none;
    padding: 0.5em 0;
}
#home-nav > ul > li .sub-menu > li > a {
    color: #fff;
    display: block;
    font-size: 1.2em;
    padding: 1em;
    -webkit-transition: color 250ms ease-in-out;
       -moz-transition: color 250ms ease-in-out;
        -ms-transition: color 250ms ease-in-out;
            transition: color 250ms ease-in-out;
}
#home-nav > ul > li .sub-menu > li > a:focus,
#home-nav > ul > li .sub-menu > li > a:hover,
#home-nav > ul > li .sub-menu > li > a:active {
    color: #ffd053;
    outline: none;
}
.home section.parallax {
    background-position: 50% 50%;
    background-size: cover;
    height: 100vh;
    min-height: 700px;
    overflow: hidden;
    position: relative;
}
.home section#meet-new {
    background-image: url('/wp-content/themes/millerthomson/img/background-section1.jpg');
}
.home section#news-and-events {
    background-image: url('/wp-content/themes/millerthomson/img/background-section2.jpg');
}
.home section#expertise {
    background-image: url('/wp-content/themes/millerthomson/img/background-section3.jpg');
}
.home section#client-work {
    background-image: url('/wp-content/themes/millerthomson/img/background-section4.jpg');
}
.home section#help {
    background-image: url('/wp-content/themes/millerthomson/img/background-section5.jpg');
}
.home section.parallax > article {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 45%;
    max-width: 60em;
    padding-right: 3em;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
}
.home section.parallax > article > div {
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.home section.parallax > article h1 {
    color: #fff;
    font-size: 7em;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 0.2em 0;
    text-transform: uppercase;
}
.home section.parallax > article h2 {
    color: #fff;
    font-size: 4em;
    line-height: 1.3em;
    margin-top: 0;
}
.home section.parallax > article ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.home section.parallax > article ul > li:before,
.home section.parallax > article ul > li:last-child:after {
    border-top: 0.5em solid #fff;
    content: '';
    display: block;
    width: 11em;
}
.home section.parallax > article ul > li > a {
    color: #fff;
    display: inline-block;
    font-size: 2em;
    font-weight: 600;
    padding: 0.3em 0;
    -webkit-transition: color 100ms ease-in-out;
       -moz-transition: color 100ms ease-in-out;
        -ms-transition: color 100ms ease-in-out;
            transition: color 100ms ease-in-out;
}
.home section.parallax > article ul > li > a:focus,
.home section.parallax > article ul > li > a:hover,
.home section.parallax > article ul > li > a:active {
    color: #ffd053;
    outline: none;
}
.home section.parallax > article p {
    color: #fff;
    font-size: 3em;
    line-height: 1.2em;
    margin: 0.5em 0;
}
.home section.parallax > article p.home-spark {
    color: #ffd053;
    font-size: 2.9em;
    font-weight: 600;
    line-height: 1em;
    margin: 1em 0 0;
}
.home section.parallax > article p.home-spark img {
    height: 2em;
    margin-left: 0.5em;
    vertical-align: middle;
}
.home section.parallax > article p a {
    border-bottom: 0 solid transparent;
    color: #ffd053;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: border-bottom 100ms ease-in-out;
       -moz-transition: border-bottom 100ms ease-in-out;
        -ms-transition: border-bottom 100ms ease-in-out;
            transition: border-bottom 100ms ease-in-out;
}
.home section.parallax > article p a:focus,
.home section.parallax > article p a:hover,
.home section.parallax > article p a:active {
    border-bottom: 0.15em solid #ffd053;
    outline: none;
}
.home section .next {
    bottom: 0;
    padding: 3em 1em;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    z-index: 11;
}
.home section .top {
    bottom: 0;
    padding: 3em 1em;
    position: absolute;
    right: 0;
    z-index: 11;
}
@media only screen and (max-width:960px) {
    body.home #parallax-full {
        font-size: 7px;
    }
    .home.header {
        background: #1a1a1a;
    }
    .home.header .logo {
        width: 25em;
    }
    .home.header .logo > a {
        padding: 1em;
    }
    #home-nav > ul {
        font-size: 0.6em;
    }
}
@media only screen and (max-width:600px) {
    body.home #parallax-full {
        font-size: 6px;
    }
    .home.header .logo {
        width: 20em;
    }
    #home-nav {
        display: none;
    }
    .home section.parallax {
        min-height: 400px;
    }
    .home section.parallax > article {
        left: 0;
        max-width: none;
        padding: 0 5em;
    }
}

/* Search Results */
.results-search {
    margin: 0 5rem 2em;
    position: relative;
    width: 70%;
}
.results-search .search-input {
    background: transparent;
    border: 2px solid #2e2925; /* border: 2px solid #acacac; */
    box-sizing: border-box;
    color: #000;
    font-size: 0.9em;
    font-weight: bold;
    padding: 0.5em 5rem 0.5em 0.5em;
    width: 100%;
}
.results-search .search-input::-webkit-input-placeholder {
    color: #000;
    font-weight: bold;
}
.results-search .search-input::-moz-placeholder {
    color: #000;
    font-weight: bold;
}
.results-search .search-input:-ms-input-placeholder {
    color: #000;
    font-weight: bold;
}
.results-search .search-input:-moz-placeholder {
    color: #000;
    font-weight: bold;
}
.results-search .search-input:placeholder {
    color: #000;
    font-weight: bold;
}
.results-search .search-submit {
    background: none;
    border: none;
    bottom: 0;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 15rem; /* 5rem */
}
.results-search .search-submit img {
    bottom: 0;
    margin: auto;
    max-height: 100%;
    padding: -0.5em; /* 0.5em */
    position: absolute;
    right: 0;
    top: 0;
}
@media only screen and (max-width:960px) {
    .results-search {
        margin: 0 3rem 2em;
        width: auto;
    }
}
@media only screen and (max-width:600px) {
    .results-search {
        margin: 0 1rem 2em;
    }
}

/* Our people */
.page-template-page-our-people section > article > section {
    margin-bottom: 2em;
}
.page-template-page-our-people section > article > section:before {
    border-top: 1px solid #acacac;
    content: '';
    display: block;
}
.page-template-page-our-people section > article > section ul {
    display: table;
    padding: 0;
    table-layout: fixed;
    text-align: center;
    width: 100%;
}
.page-template-page-our-people section > article > section ul > li {
    display: table-cell;
}
.page-template-page-our-people section > article > section ul > li a {
    display: block;
    margin: 0 0.5em;
    text-decoration: none;
}
.page-template-page-our-people section > article > section.details form {
    width: 60%;
}
.page-template-page-our-people section > article > section.details label {
    display: block;
    margin-bottom: 0.2em;
    margin-top: 0.5em;
}
.page-template-page-our-people section > article > section.categories .accordion .accordion-content:first-child {
    border-top: none;
}
.page-template-page-our-people section > article > section.categories div.checkbox {
    display: inline-block;
    margin: 0.5em 0;
    vertical-align: top;
    width: 33%;
}
.page-template-page-our-people section > article > section.categories div.checkbox input {
    display: none;
}
.page-template-page-our-people section > article > section.categories div.checkbox label {
    cursor: pointer;
    display: block;
    min-height: 1.5em;
    padding: 0.2em 1em 0.2em 2.5em;
    position: relative;
}
.page-template-page-our-people section > article > section.categories div.checkbox label:before {
    background: #fff;
    border: 1px solid #acacac;
    content: '';
    display: block;
    height: 1.5em;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0.2em;
    width: 1.5em;
}
.page-template-page-our-people section > article > section.categories div.checkbox label:after {
    content: '\2713';
    display: none;
    font-size: 1.7em;
    height: 1em;
    left: 0;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0.02em;
    width: 0.9em;
}
.page-template-page-our-people section > article > section.categories div.checkbox.checked label:after {
    display: block;
}
.page-template-page-our-people section > article > section.categories div.filter {
    padding: 0;
}
.page-template-page-our-people section > article > section.categories div.filter div.checkbox {
    display: none;
}
.page-template-page-our-people section > article > section.categories div.filter div.checkbox.visible {
    display: inline-block;
}
.page-template-page-our-people section > article > section.categories .accordion-content > div.content:after {
    clear: both;
    content: '';
    display: block;
}
.page-template-page-our-people section > article > section div.buttons {
    margin-top: 1em;
}
.page-template-page-our-people section > article > section div.buttons:after {
    clear: both;
    content: '';
    display: block;
}
.page-template-page-our-people section > article > section button {
    background: none;
    border: none;
    display: inline;
    outline: none;
    padding: 0;
    text-decoration: underline;
    -webkit-transition: text-decoration-color 100ms ease-in-out;
       -moz-transition: text-decoration-color 100ms ease-in-out;
        -ms-transition: text-decoration-color 100ms ease-in-out;
            transition: text-decoration-color 100ms ease-in-out;
}
.page-template-page-our-people section > article > section button:hover,
.page-template-page-our-people section > article > section button:focus,
.page-template-page-our-people section > article > section button:active {
    text-decoration-color: #70d0f6;
}
body.highlight-red.page-template-page-our-people section > article > section button:hover,
body.highlight-red.page-template-page-our-people section > article > section button:focus,
body.highlight-red.page-template-page-our-people section > article > section button:active {
    text-decoration-color: #f05251;
}
body.highlight-yellow.page-template-page-our-people section > article > section button:hover,
body.highlight-yellow.page-template-page-our-people section > article > section button:focus,
body.highlight-yellow.page-template-page-our-people section > article > section button:active {
    text-decoration-color: #ffd053;
}
.page-template-page-our-people section > article > section input[type="submit"] {
    background: #000;
    border: none;
    color: #fff;
    float: right;
    padding: 0.5em 2em;
}
@media only screen and (max-width:960px) {
    .page-template-page-our-people section > article > section ul {
        display: block;
    }
    .page-template-page-our-people section > article > section ul:after {
        clear: both;
        content: '';
        display: block;
    }
    .page-template-page-our-people section > article > section ul > li {
        display: inline-block;
        float: left;
        width: 3em;
    }
    .page-template-page-our-people section > article > section.details form {
        width: 80%;
    }
    .page-template-page-our-people section > article > section.categories section.accordion {
        float: none;
        width: 100%;
    }
    .page-template-page-our-people section > article > section.categories div.checkbox {
        width: 49%;
    }
}
@media only screen and (max-width:600px) {
    .page-template-page-our-people section > article > section.details form {
        width: 100%;
    }
    .navigation-blocks {
        padding: 0 1rem;
    }
    .page-template-page-our-people section > article > section.categories div.checkbox {
        clear: none;
        padding: 0;
        width: 100%;
    }
    .page-template-page-our-people section > article > section button {
        display: block;
    }
    .page-template-page-our-people section > article > section input[type="submit"] {
        display: block;
        margin-top: 0.5em;
        width: 100%;
    }
}

/* Our People search results */
.our-people-search section.list article.list-item > div {
    padding: 0 5rem;
}
.our-people-search section.list article.list-item > div .name-mobile {
    display: none;
}
.our-people-search section.list article.list-item > div > div {
    display: table;
    width: 100%;
}
.our-people-search section.list article.list-item > div > div section {
    display: table-cell;
    vertical-align: middle;
}
.our-people-search section.list article.list-item > div .name-mobile .title,
.our-people-search section.list article.list-item > div > div .name .title {
    font-weight: bold;
}
.our-people-search section.list article.list-item > div .name-mobile h2,
.our-people-search section.list article.list-item > div > div .name h2 {
    font-size: 1.4em;
}
.our-people-search section.list article.list-item > div .name-mobile h2 a,
.our-people-search section.list article.list-item > div > div .name h2 a {
    text-decoration: none;
}
.our-people-search section.list article.list-item > div > div .thumbnail {
    height: 10em; /* original value for our-people is 10em */
    margin-right: 1em;
    overflow: hidden;
    width: 10em;
	border: 1px transparent solid;
	background: transparent;
}
.our-people-search section.list article.list-item > div > div .thumbnail img {
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
    -webkit-transform: scale(2);
       -moz-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
	-webkit-transform-origin: 50% 15%;
       -moz-transform-origin: 50% 15%;
        -ms-transform-origin: 50% 15%;
            transform-origin: 50% 15%;
	-webkit-filter: brightness(1);
	filter: brightness(1);
	image-rendering: -moz-crisp-edges;         /* Firefox */
	image-rendering:   -o-crisp-edges;         /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: bicubic; /* IE (non-standard property) */
    image-rendering: optimizeQuality; /* IE (non-standard property) */
/*
	-webkit-transform-origin: 50% 15%;
       -moz-transform-origin: 50% 15%;
        -ms-transform-origin: 50% 15%;
            transform-origin: 50% 15%;
*/
    width: 100%;
}
.our-people-search section.list article.list-item > div > div .name h2 a,
.our-people-search section.list article.list-item > div .name-mobile h2 a {
    font-size: 0.8em;
    text-decoration: underline;
}
body.our-people-search section.list article.list-item > div > div .name h2 a:hover,
body.our-people-search section.list article.list-item > div > div .name h2 a:focus,
body.our-people-search section.list article.list-item > div > div .name h2 a:active,
body.our-people-search section.list article.list-item > div .name-mobile h2 a:hover,
body.our-people-search section.list article.list-item > div .name-mobile h2 a:focus,
body.our-people-search section.list article.list-item > div .name-mobile h2 a:active {
    text-decoration-color: #70d0f6;
}
body.highlight-red.our-people-search section.list article.list-item > div > div .name h2 a:hover,
body.highlight-red.our-people-search section.list article.list-item > div > div .name h2 a:focus,
body.highlight-red.our-people-search section.list article.list-item > div > div .name h2 a:active,
body.highlight-red.our-people-search section.list article.list-item > div .name-mobile h2 a:hover,
body.highlight-red.our-people-search section.list article.list-item > div .name-mobile h2 a:focus,
body.highlight-red.our-people-search section.list article.list-item > div .name-mobile h2 a:active {
    text-decoration-color: #f05251;
}
body.highlight-yellow.our-people-search section.list article.list-item > div > div .name h2 a:hover,
body.highlight-yellow.our-people-search section.list article.list-item > div > div .name h2 a:focus,
body.highlight-yellow.our-people-search section.list article.list-item > div > div .name h2 a:active,
body.highlight-yellow.our-people-search section.list article.list-item > div .name-mobile h2 a:hover,
body.highlight-yellow.our-people-search section.list article.list-item > div .name-mobile h2 a:focus,
body.highlight-yellow.our-people-search section.list article.list-item > div .name-mobile h2 a:active {
    text-decoration-color: #ffd053;
}
.our-people-search section.list article.list-item > div > div .name,
.our-people-search section.list article.list-item> div > div .email {
    padding: 0 1em;
}
.our-people-search section.list article.list-item> div > div .email,
.our-people-search section.list article.list-item > div > div .vcard {
    width: 25%;
}
.our-people-search section.list article.list-item > div > div .vcard {
    padding-left: 1em;
    text-align: right;
}
.our-people-search section.list article.list-item > div > div .vcard .phone {
    display: none;
}
.our-people-search section.list article.list-item > div .email-mobile {
    display: none;
}
@media only screen and (max-width:960px) {
    .our-people-search section.list article.list-item > div {
        padding: 0 3rem;
    }
    .our-people-search section.list article.list-item > div > div {
        display: block;
    }
    .our-people-search section.list article.list-item > div > div:after {
        clear: both;
        content: '';
        display: block;
    }
    .our-people-search section.list article.list-item > div > div section {
        display: block;
        margin-left: 10em;
    }
    .our-people-search section.list article.list-item > div > div .thumbnail {
        float: left;
        margin-left: 0;
    }
    .our-people-search section.list article.list-item > div > div .email {
        margin-top: 1em;
    }
    .our-people-search section.list article.list-item > div > div .vcard {
        padding: 0 1em;
        text-align: left;
    }
    .our-people-search section.list article.list-item> div > div .email,
    .our-people-search section.list article.list-item > div > div .vcard {
        width: auto;
    }
}
@media only screen and (max-width:600px) {
    .our-people-search section.list article.list-item > div {
        padding: 0 1rem;
    }
    .our-people-search section.list article.list-item > div .name-mobile {
        display: block;
        margin: 0 0 0.2em 0;
    }
    .our-people-search section.list article.list-item > div > div {
        display: table;
    }
    .our-people-search section.list article.list-item > div > div .thumbnail {
        display: table-cell;
        height: 6em;
        width: 6em;
    }
    .our-people-search section.list article.list-item > div > div .name {
        display: none;
    }
    .our-people-search section.list article.list-item > div > div .email {
        display: none;
    }
    .our-people-search section.list article.list-item > div > div .vcard {
        display: table-cell;
        padding: 0;
        width: 100%;
    }
    .our-people-search section.list article.list-item > div > div .vcard .phone {
        display: block;
    }
    .our-people-search section.list article.list-item > div .email-mobile {
        clear: both;
        display: block;
        margin: 0;
        padding-top: 0.2em;
    }
}

/* Biography pages */
body.biography main > section > header {
    background: #c7ccd5;
    min-height: 40em;
    padding-bottom: 0;
}
body.biography main > section > header h1 {
    margin-top: 1em;
    width: 50%;
}
body.biography main > section > header h1 span {
    display: inline-block;
}
body.biography main > section > header p {
    font-size: 1.2em;
    margin: 0.5em 0;
    padding: 0 5rem;
    width: 50%;
}
body.biography main > section > header p.share {
    margin-top: 1.2em;
}
body.biography main > section > header p.share .share-icon a {
    background-image: url(img/icons/icon-share-vcard.gif);
    background-position: 0 0;
    display: inline-block;
    height: 32px;
    vertical-align: middle;
    width: 32px;
}
body.biography main > section > header p.share .share-icon.twitter a {
    background-image: url(img/icons/icon-share-twitter.gif);
}
body.biography main > section > header p.share .share-icon.facebook a {
    background-image: url(img/icons/icon-share-facebook.gif);
}
body.biography main > section > header p.share .share-icon.linkedin a {
    background-image: url(img/icons/icon-share-linkedin.gif);
}
#s-share-buttons.s-share-w-c a.s3-print {
    background-image: url(img/icons/icon-share-print.gif);
}
body.biography main > section > header img {
    height: 100%;
    left: auto;
    max-width: none;
    min-width: 0;
    right: -15%;
}
body.biography article.page ul {
    list-style: disc;
}
body.biography .accordion .accordion-content {
    border-top: 1px solid #acacac;
    border-bottom: none;
}
body.biography .accordion .accordion-content:last-child {
    border-bottom: 1px solid #acacac;
}
body.biography .accordion .accordion-content > div.content {
    padding: 1em 0;
}
body.biography .accordion .accordion-content > div.content > ul {
    margin: 0;
}
body.biography .accordion .accordion-content > div.content > ul > li > p {
    margin: 0;
}
@media only screen and (max-width:1350px) {
    body.biography main > section > header img {
        height: auto;
        margin: 0;
        max-height: 100%;
        max-width: 80%;
        min-height: 0;
        top: auto;
    }
}
@media only screen and (max-width:960px) {
    body.biography main > section > header p {
        padding: 0 3rem;
    }
    body.biography main > section > header img {
        max-width: 100%;
        right: -25%;
    }
}
@media only screen and (max-width:600px) {
    body.biography main > section > header {
        min-height: auto;
    }
    body.biography main > section > header h1 {
        margin-top: initial;
        width: auto;
    }
    body.biography main > section > header p {
        font-size: 1em;
        padding: 0 1rem;
        width: auto;
    }
    body.biography main > section > header p.share {
        margin-bottom: 0;
    }
    body.biography main > section > header img {
        bottom: auto;
        display: block;
        height: auto;
        left: -20%;
        max-height: none;
        max-width: none;
        min-height: 0;
        min-width: 0;
        position: relative;
        right: -20%;
        top: auto;
        width: 140%;
    }
}

/* Expertise */
body.page-template-page-our-services .tab-content ul {
    list-style: none;
}
body.page-template-page-our-services .tab-content div > ul {
    padding: 0;
}
body.page-template-page-our-services article .search-header {
    margin-top: 1.2em;
}
body.page-template-page-our-services article .search {
    margin: 0 5rem 2em;
    padding: 0;
    position: relative;
    width: 70%;
}
body.page-template-page-our-services article .search .search-input {
    background: transparent;
    border: 2px solid #acacac;
    box-sizing: border-box;
    color: #000;
    font-size: 1em;
    font-weight: bold;
    padding: 0.5em 5rem 0.5em 0.5em;
    width: 100%;
}
body.page-template-page-our-services article .search .search-input::-webkit-input-placeholder {
    color: #acacac;
    font-weight: bold;
}
body.page-template-page-our-services article .search .search-input::-moz-placeholder {
    color: #acacac;
    font-weight: bold;
}
body.page-template-page-our-services article .search .search-input:-ms-input-placeholder {
    color: #acacac;
    font-weight: bold;
}
body.page-template-page-our-services article .search .search-input:-moz-placeholder {
    color: #acacac;
    font-weight: bold;
}
body.page-template-page-our-services article .search .search-input:placeholder {
    color: #acacac;
    font-weight: bold;
}
body.page-template-page-our-services article .search .search-submit {
    background: none;
    border: none;
    bottom: 0;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 5rem;
}
body.page-template-page-our-services article .search .search-submit img {
    bottom: 0;
    margin: auto;
    max-height: 100%;
    padding: 0.5em;
    position: absolute;
    right: 0;
    top: 0;
}
@media only screen and (max-width:960px) {
    body.page-template-page-our-services article .search {
        margin: 0 15rem 2em 3rem;
        width: auto;
    }
}
@media only screen and (max-width:600px) {
    body.page-template-page-our-services article .search {
        margin: 0 1rem 2em;
    }
}

/* Communiques */
body.page-template-page-communiques-and-updates section.grid article img {
    height: auto;
}
body.page-template-page-communiques-and-updates section.grid article p {
    line-height: 1.3em;
    margin: 1em 0;
}

/* Communique Taxonomy Pages */
body.tax-communique_issue main section.list > article.list-item section.content p {
    margin: 1em 0;
}

/* 404 */
.error404 a {
    text-decoration: none;
}
.error404 .wrapper {
    background-color: transparent;
}
.error404 .footer > div {
    display: none;
}
.error404 section.parallax {
    background-position: 50% 50%;
    background-size: cover;
    height: 100vh;
    min-height: 700px;
    overflow: hidden;
    position: relative;
}
.error404 section#meet-new {
    background-image: url('/wp-content/themes/millerthomson/img/background-section1.jpg');
}
.error404 section.parallax > article {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 45%;
    max-width: 50em;
    padding-right: 3em;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 8;
}
.error404 section.parallax > article > div {
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.error404 section.parallax > article p {
    color: #fff;
    font-size: 2.5em;
    font-weight: normal;
    line-height: 1.2em;
    margin: 1em 0;
}
.error404 section.parallax > article p a {
    text-decoration: underline;
    -webkit-transition: color 250ms ease-in-out;
       -moz-transition: color 250ms ease-in-out;
        -ms-transition: color 250ms ease-in-out;
            transition: color 250ms ease-in-out;
}
.error404 section.parallax > article p a:focus,
.error404 section.parallax > article p a:hover,
.error404 section.parallax > article p a:active {
    color: #ffd053;
    outline: none;
}
.error404-search {
    margin-top: 1em;
    position: relative;
}
.error404-search .search-input {
    background: #ffd053;
    border: none;
    box-sizing: border-box;
    color: #000;
    font-size: 2.5em;
    font-weight: bold;
    padding: 0.5em 5rem 0.5em 0.5em;
    width: 100%;
}
.error404-search .search-input::-webkit-input-placeholder {
    color: #000;
    font-weight: bold;
}
.error404-search .search-input::-moz-placeholder {
    color: #000;
    font-weight: bold;
}
.error404-search .search-input:-ms-input-placeholder {
    color: #000;
    font-weight: bold;
}
.error404-search .search-input:-moz-placeholder {
    color: #000;
    font-weight: bold;
}
.error404-search .search-input:placeholder {
    color: #000;
    font-weight: bold;
}
.error404-search .search-submit {
    background: none;
    border: none;
    bottom: 0;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 5rem;
}
.error404-search .search-submit img {
    bottom: 0;
    margin: auto;
    max-height: 100%;
    padding: 1em;
    position: absolute;
    right: 0;
    top: 0;
}

.icon-search-black {
    background: none;
    border: none;
    bottom: 0;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 15rem;
}
.icon-search-black img {
    bottom: 0;
    margin: auto;
    max-height: 100%;
    padding: 1em;
    position: absolute;
    right: 0;
    top: 0;
}


@media only screen and (max-width:960px) {
    body.error404 #parallax-full {
        font-size: 7px;
    }
    .error404-search .search-input {
        font-size: 2em;
    }
}
@media only screen and (max-width:600px) {
    body.error404 #parallax-full {
        font-size: 6px;
    }
    .error404 section.parallax {
        min-height: 400px;
    }
    .error404 section.parallax > article {
        left: 0;
        max-width: none;
        padding: 0 5em;
    }
    .error404-search .search-input {
        padding: 0.5em 3rem 0.5em 0.5em;
    }
}

/* Social media buttons. */
#s-share-buttons {
    margin: 1em 0;
}
#s-share-buttons.s-share-w-c a.s3-facebook {
    background-image: url('img/icons/icon-share-facebook.gif');
    background-position: 0 0;
}
#s-share-buttons.s-share-w-c a.s3-twitter {
    background-image: url('img/icons/icon-share-twitter.gif');
    background-position: 0 0;
}
#s-share-buttons.s-share-w-c a.s3-linkedin {
    background-image: url('img/icons/icon-share-linkedin.gif');
    background-position: 0 0;
}
#s-share-buttons.s-share-w-c a.s3-email {
    background-image: url('img/icons/icon-share-email.gif');
    background-position: 0 0;
}
#s-share-buttons.s-share-w-c a.s3-subscribe {
    background-image: url('img/top-subscribe-icon_yellowbg.gif');
    background-position: 0 0;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
    only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}
::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}
::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    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:5px 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%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    @page {
        size: auto;
        margin: 15mm;
    }
    hr {
        display: none !important;
    }
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
        font-family: 'Arial', sans-serif !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    .print-element {
        display: block;
    }
    /*a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }       */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    
    nav.tabs > ul {
        margin: 0 !important;
    }
    .breadcrumbs, .nav-toggle, .sidebar-chevron, #s-share-buttons {
        display: none !important;
    }
    .accordian-content {
        border-top: 0;
    }
    .accordion-content div {
        display: block !important;
        width: 100%;
    }
    a[href]:after {
        content: none !important;
    }
    main > section > header img {
        max-height: 250px;
        max-width: 250px;
        position: relative;
    }
    body.biography main > section > header {
        height: auto;
        margin-bottom: 1em;
        margin-top: 1em;
        min-height: 0em;
    }
    body.biography main > section > header img {
        right: 0 !important;
    }
    .logo,
    #logo {
        display: none !important;
    }

    html {
        font-size: initial;
    }
    body {
        font-size: 6pt;
    }
    .nav {
        display: none !important;
    }
    .header:not(.placeholder):not(.fullpage-nav) {
        display: block;
        position: relative;
    }
    .header .logo-dark {
        display: block;
    }
    .language-toggle {
        display: none;
    }
    main {
        padding-bottom: 0;
    }
    main.has-sidebar > section {
        margin-right: 0;
    }
    main div#map-canvas {
        display: none;
    }
    main > section > header {
        font-size: 0.8em;
        padding: 0;
    }
    main > section h1 {
        font-size: 2em;
        margin: 1em 0;
        max-width: none;
        padding: 0;
    }
    main > section h1:after {
        display: none;
    }
    main > section h2 {
        font-size: 1.5em;
        margin: initial;
    }
    main > section > article {
        font-size: 1em;
        line-height: 1.3em;
        word-break: break-word;
    }
    main > section > article > * {
        padding: 0;
    }
    main > section > article > section p {
        text-align: justify;
    }
    main > section > article > section #readmore {
        text-align: justify;
    }
    main section > div.displaying {
        padding: 0;
    }
    main > section h3 {
        margin: 0;
    }
    main section.list > article.list-item:before,
    main section.list > article.list-item:last-of-type:after,
    main section.list > article.list-item:first-of-type:before {
        margin-left: 0;
        margin-right: 0;
    }
    main section.list > article.list-item > div {
        padding: 0;
    }
    main section.list > article.list-item > div > section.thumbnail {
        display: none;
    }
    main section.tab-content.list > article > * {
        padding: 0;
    }
    main div.filter {
        padding-left: 0;
        padding-right: 0;
    }
    .pagination {
        margin: 0 0 1em;
    }
    .grid {
        padding: 0;
    }
    .grid > article h2 {
        font-size: 1.2em;
    }
    .cta a {
        padding: 0;
        text-align: left;
    }
    .carousel:before,
    .carousel:after {
        margin: 0;
    }
    .carousel > div > article {
        padding: 0;
    }
    .carousel > div > article > div {
        height: 20em;
    }
    .carousel > div > article > div > div:first-child {
        width: 50%;
    }
    .carousel > div > article > div > div:last-child {
        padding-left: 1em;
        width: 50%;
    }
    .carousel > .indicators {
        display: none;
    }
    .spotlight > div:first-of-type {
        padding-bottom: 1em;
        padding-right: 0;
        padding-top: 0;
        width: 100%;
    }
    .spotlight > div:last-of-type {
        display: none;
    }
    .sidebar,
    .sidebar.active {
        background: transparent;
        padding: 0;
        position: relative;
        -webkit-transform: translateX(0);
           -moz-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        visibility: visible;
        width: auto;
    }
    .sidebar .sidebar-close {
        display: none;
    }
    .sidebar h3 {
        border-bottom: none;
        font-size: 1.5em;
    }
    .sidebar h3:not(:first-child) {
        margin-top: 1em;
    }
    .sidebar .widget_related_expertise_widget ul li {
        margin: 0.3em 0;
    }
    nav.tabs > ul li:not(.active) {
        display: none;
    }
    nav.tabs > ul li.active {
        font-size: 1.3em;
    }
    body.page-template-page-our-services article .search {
        margin: 0 0 2em;
    }
    .our-people-search section.list article.list-item > div {
        padding: 0;
    }
    .our-people-search section.list article.list-item > div > div {
        display: block;
    }
    .our-people-search section.list article.list-item > div > div:after {
        clear: both;
        content: '';
        display: block;
    }
    .our-people-search section.list article.list-item > div > div section {
        display: block;
        margin-left: 10em;
    }
    .our-people-search section.list article.list-item > div > div .thumbnail {
        float: left;
        margin-left: 0;
    }
    .our-people-search section.list article.list-item > div > div .email {
        margin-top: 1em;
    }
    .our-people-search section.list article.list-item > div > div .vcard {
        padding: 0 1em;
        text-align: left;
    }
    .our-people-search section.list article.list-item> div > div .email,
    .our-people-search section.list article.list-item > div > div .vcard {
        width: auto;
    }
    body.biography main > .sidebar {
        float: right;
        margin: 2em 0 2em 2em;
        width: 28%;
    }
    body.biography main > section p {
        page-break-inside: avoid;
        text-align: justify;
    }
    body.biography main > section > header {
        border-bottom: 1px solid #acacac;
        padding: 2em 0;
    }
    body.biography main > section > header > div.main-header {
        float: right;
        padding-left: 2em;
        width: 70%;
    }
    body.biography main > section > header h1 {
        margin: 0;
    }
    body.biography main > section > header h1,
    body.biography main > section > header p {
        padding: 0;
        width: 100%;
    }
    body.biography main > section > header p.title {
        font-weight: bold;
    }
    body.biography main > section > header p.share {
        display: none;
    }
    body.biography main > section > header a {
        text-decoration: none;
    }
    body.biography main > section > header > div:not(.main-header) {
        display: inline-block;
        min-height: 0px;
        overflow: hidden;
        width: 30%;
    }
    body.biography main > section > header > div:not(.main-header) img {
        float: none;
        height: auto;
        margin: 0;
        min-height: 0px;
        padding: 0;
        -webkit-transform: scale(2);
           -moz-transform: scale(2);
            -ms-transform: scale(2);
                transform: scale(2);
        -webkit-transform-origin: 50% 15%;
           -moz-transform-origin: 50% 15%;
            -ms-transform-origin: 50% 15%;
                transform-origin: 50% 15%;
        width: 100%;
    }
    body.biography main > section > header:after {
        clear: both;
        content: '';
        display: block;
    }
    body.biography .accordion .accordion-content {
        border-top: none;
        page-break-inside: avoid;
    }
    body.biography .accordion .accordion-content:last-child {
        border-bottom: none;
    }
    body.biography .accordion .accordion-content > div.content {
        padding: 0;
    }
    body.single-communique .print-header-communique {
        overflow: hidden;
        padding: 0;
        position: relative;
        z-index: 1;
    }
    body.single-communique .print-header-communique h2 {
        font-size: 4.5em;
        font-weight: bold;
        line-height: 1.1em;
        margin: 1.5em 1em;
        max-width: none;
        padding: 0;
        position: relative;
        z-index: 1;
    }
    body.single-communique .print-header-communique h2:after {
        content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH4AAAAHCAYAAADODvmBAAAAKUlEQVR42u3RQREAMAgAoNl4UU3jV3N4QgXiZ/XjnBAvHvGIRzziWW4ANFQWexjY7LkAAAAASUVORK5CYII=);
        display: block;
        height: 0.2em;
        line-height: 0;
        margin-top: 0.15em;
        width: 3.5em;
    }
    body.highlight-red.single-communique .print-header-communique h2:after {
        content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH4AAAAHCAYAAADODvmBAAAAKUlEQVR42u3RAREAQAQAsBfx9Q+hATmcrcKi8vfjnBAvHvGIRzziWW4AGAASBo36xdgAAAAASUVORK5CYII=);
    }
    body.highlight-yellow.single-communique .print-header-communique h2:after {
        content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH4AAAAHCAYAAADODvmBAAAAJklEQVR42u3RAQ0AAAQAMDIqrhE5zF/hOV0TvJPixSMe8YhHPMct7M8V7/Yq5ZQAAAAASUVORK5CYII=);;
    }
    body.single-communique .print-header-communique .post-thumbnail {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
    }
    body.single-communique .print-header-communique .post-thumbnail img {
        bottom: 0;
        height: auto;
        margin: auto;
        max-height: none;
        max-width: none;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: auto;
        z-index: -1;
    }
    body.single-communique .print-header-communique .post-thumbnail img.gradient {
        right: auto;
        z-index: 0;
    }
    body.single-communique .sidebar {
        display: none;
    }
    body.single-service_areas a,
    body.single-industries a,
    body.single-focus_areas a,
    body.single-service_areas a *,
    body.single-industries a *,
    body.single-focus_areas a * {
        text-decoration: none;
    }
    body.single-service_areas main > section h1,
    body.single-industries main > section h1,
    body.single-focus_areas main > section h1 {
        font-size: 4em;
    }
    body.single-service_areas main > section h1:after,
    body.single-industries main > section h1:after,
    body.single-focus_areas main > section h1:after {
        background: none;
        content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH4AAAAHCAYAAADODvmBAAAAKUlEQVR42u3RQREAMAgAoNl4UU3jV3N4QgXiZ/XjnBAvHvGIRzziWW4ANFQWexjY7LkAAAAASUVORK5CYII=);
        display: block;
        height: 0.2em;
        line-height: 0;
        margin-top: 0.15em;
        width: 3.5em;
    }
    body.highlight-red.single-service_areas main > section h1:after,
    body.highlight-red.single-industries main > section h1:after,
    body.highlight-red.single-focus_areas main > section h1:after {
        content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH4AAAAHCAYAAADODvmBAAAAKUlEQVR42u3RAREAQAQAsBfx9Q+hATmcrcKi8vfjnBAvHvGIRzziWW4AGAASBo36xdgAAAAASUVORK5CYII=);
    }
    body.highlight-yellow.single-service_areas main > section h1:after,
    body.highlight-yellow.single-industries main > section h1:after,
    body.highlight-yellow.single-focus_areas main > section h1:after {
        content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAH4AAAAHCAYAAADODvmBAAAAJklEQVR42u3RAQ0AAAQAMDIqrhE5zF/hOV0TvJPixSMe8YhHPMct7M8V7/Yq5ZQAAAAASUVORK5CYII=);;
    }
    body.single-service_areas nav.tabs,
    body.single-industries nav.tabs,
    body.single-focus_areas nav.tabs {
        display: none;
    }
    body.single-service_areas .accordion-content,
    body.single-industries .accordion-content,
    body.single-focus_areas .accordion-content {
        border-bottom: none;
    }
    body.single-service_areas .accordion-content:first-child,
    body.single-industries .accordion-content:first-child,
    body.single-focus_areas .accordion-content:first-child {
        border-top: none;
    }
    body.single-service_areas .spotlight,
    body.single-industries .spotlight,
    body.single-focus_areas .spotlight {
        display: none;
    }
    body.single-service_areas .sidebar,
    body.single-industries .sidebar,
    body.single-focus_areas .sidebar {
        float: right;
        margin: 2em 0 2em 2em;
        width: 28%;
    }
    body.single-service_areas .sidebar .widget_contact_groups_widget ul > li,
    body.single-industries .sidebar .widget_contact_groups_widget ul > li,
    body.single-focus_areas .sidebar .widget_contact_groups_widget ul > li {
        border-bottom: none;
    }
    body.single-service_areas .sidebar .cta,
    body.single-industries .sidebar .cta,
    body.single-focus_areas .sidebar .cta {
        display: none;
    }
    body.single-service_areas .sidebar .widget_contact_groups_widget ul > li > div.content .thumbnail,
    body.single-industries .sidebar .widget_contact_groups_widget ul > li > div.content .thumbnail,
    body.single-focus_areas .sidebar .widget_contact_groups_widget ul > li > div.content .thumbnail {
        display: none;
    }
    body.single-service_areas .sidebar .widget_contact_groups_widget ul > li > div.content .vcard,
    body.single-industries .sidebar .widget_contact_groups_widget ul > li > div.content .vcard,
    body.single-focus_areas .sidebar .widget_contact_groups_widget ul > li > div.content .vcard {
        display: block;
        padding-left: 0;
    }
    body.single-service_areas .sidebar .widget_contact_groups_widget ul > li > div.content .vcard p:last-child,
    body.single-industries .sidebar .widget_contact_groups_widget ul > li > div.content .vcard p:last-child,
    body.single-focus_areas .sidebar .widget_contact_groups_widget ul > li > div.content .vcard p:last-child {
        display: none;

    }
    body.single-service_areas .sidebar .widget_contact_groups_widget ul > li > div.content .vcard p.phone,
    body.single-industries .sidebar .widget_contact_groups_widget ul > li > div.content .vcard p.phone,
    body.single-focus_areas .sidebar .widget_contact_groups_widget ul > li > div.content .vcard p.phone {
        margin: 0;
    }
    body.single-service_areas .sidebar .widget_contact_groups_widget ul > li > div.content .email p:last-child,
    body.single-industries .sidebar .widget_contact_groups_widget ul > li > div.content .email p:last-child,
    body.single-focus_areas .sidebar .widget_contact_groups_widget ul > li > div.content .email p:last-child {
        display: none;

    }
    #readmore {
        display: block;
    }
    #toggle-readmore {
        display: none;
    }
    .footer {
        margin-top: 2em;
    }
    .footer > p {
        padding: 0;
    }
    .footer > div {
        display: none;
    }
}


@media screen and (max-width: 380px) {

	.seminars {
		}
	.speaking_engagements {
		white-space: normal;
		width: 90%;
		padding-right: 5%;
		}
	.mobile_heading {
		white-space: normal;
		width: 90%;
		padding-right: 5%;
		}

}


