@import url("//hello.myfonts.net/count/316603");
@charset "UTF-8";

/* =========================================================================

    Project: IPP
    Author: Xfive
    Last updated: Tue Oct 25 2016 09:07:05


   ========================================================================= */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Remove default margin.
 */

body {
    margin: 0;
}


/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}


/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}


/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}


/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}


/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}


/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}


/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */
}


/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}


/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}


/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


/**
 * @license
 * MyFonts Webfont Build ID 3231231, 2016-06-10T01:18:16-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed ../fonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: NovelSansRdPro-ExtraLight by Atlas Font Foundry
 * URL: http://www.myfonts.com/fonts/atlas-font-foundry/novel-sans-rounded-pro/extra-light/
 *
 * Webfont: NovelSansRdPro-Light by Atlas Font Foundry
 * URL: http://www.myfonts.com/fonts/atlas-font-foundry/novel-sans-rounded-pro/light/
 *
 * Webfont: NovelSansRdPro-Bold by Atlas Font Foundry
 * URL: http://www.myfonts.com/fonts/atlas-font-foundry/novel-sans-rounded-pro/bold/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3231231
 * Licensed pageviews: 10,000
 * ../fonts copyright: Copyright (c) 2012 by Christoph Dunst. All rights reserved.
 *
 * © 2016 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */

@font-face {
    font-family: 'NovelSansRdPro-ExtraLight';
    src: url("../fonts/316603_0_0.eot");
    src: url("../fonts/316603_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/316603_0_0.woff2") format("woff2"), url("../fonts/316603_0_0.woff") format("woff"), url("../fonts/316603_0_0.ttf") format("truetype"), url("../fonts/316603_0_0.svg#wf") format("svg");
}

@font-face {
    font-family: 'NovelSansRdPro-Light';
    src: url("../fonts/316603_1_0.eot");
    src: url("../fonts/316603_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/316603_1_0.woff2") format("woff2"), url("../fonts/316603_1_0.woff") format("woff"), url("../fonts/316603_1_0.ttf") format("truetype"), url("../fonts/316603_1_0.svg#wf") format("svg");
}

@font-face {
    font-family: 'NovelSansRdPro-Bold';
    src: url("../fonts/316603_2_0.eot");
    src: url("../fonts/316603_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/316603_2_0.woff2") format("woff2"), url("../fonts/316603_2_0.woff") format("woff"), url("../fonts/316603_2_0.ttf") format("truetype"), url("../fonts/316603_2_0.svg#wf") format("svg");
}

.header-bar:after,
.header-content:after,
.footer-bar:after,
.people-list:after,
.wwd-list:after,
.image-text-block:after,
.three-columns:after,
.two-columns:after,
.articles-list:after,
.team-list:after,
.portfolio-list:after,
.news-wrapper:after,
.contactus-wrapper:after {
    content: "";
    display: table;
    clear: both;
}


/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */


/* clearfix */

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}


/* display none until init */

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}


/* mouse grab icon */

.grabbing {
    cursor: url(grabbing.png) 8 8, move;
}


/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}


/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    background-image: url(../img/icon-arrows-slider.svg);
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 70px;
    width: 39px;
    height: 150px;
    top: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
}

@media screen and (min-width: 1100px) {
    .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: -56px;
    }
}

.owl-theme .owl-controls .owl-buttons .owl-next {
    background-position: -31px center;
    right: 0;
}

@media screen and (min-width: 1100px) {
    .owl-theme .owl-controls .owl-buttons .owl-next {
        right: -56px;
    }
}


/* Clickable class fix problem with hover on touch devices */


/* Use it for non-touch hover action */


/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    opacity: 0.5;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
}


/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 30px;
}


/* preloading images */

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}


/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}


/* fade */

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}


/* backSlide */

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}


/* goDown */

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}


/* scaleUp */

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}


/* Keyframes */


/*empty*/

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

@keyframes empty {
    0% {
        opacity: 1;
    }
}

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

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

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

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

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

[class*="huge_it_slideshow_image_gallery_"] {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

html {
    font-size: 62.5%;
    box-sizing: border-box;
}

html *,
html *:before,
html *:after {
    box-sizing: inherit;
}

body {
    font-family: "NovelSansRdPro-Light", sans-serif;
    font-size: 1.6em;
    line-height: 1.4;
    word-spacing: 2px;
}

a {
    color: #009681;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

hr {
    display: block;
    width: 100%;
    height: 1px;
    margin: 30px 0;
    border: 0;
    background: #c4beb9;
}

b,
strong {
    font-family: "NovelSansRdPro-Bold", sans-serif;
    font-weight: 400;
}

@-webkit-keyframes zoom-in {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoom-in {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.8, 0.8, 0.8);
        transform: scale3d(0.8, 0.8, 0.8);
    }
    50% {
        opacity: 1;
    }
}


/* Hide visually but not from screen readers */

.hide {
    position: absolute !important;
    left: -9999em !important;
}


/* Image Replacement */

.ir {
    display: block;
    position: relative;
    overflow: hidden;
}

.ir span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}


/* Acessibility navigation */

.accessibility-nav {
    position: absolute;
    top: 0;
    left: -9999em;
    z-index: 1000;
}

.accessibility-nav a {
    position: absolute;
    top: 0;
    white-space: nowrap;
}

.accessibility-nav a:active,
.accessibility-nav a:focus {
    left: 9999em;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.valign-helper {
    display: table-cell;
    vertical-align: middle;
}


/* Container */

.container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}

@media screen and (min-width: 1024px) {
    .container {
        width: 980px;
    }
}

@media screen and (min-width: 1300px) {
    .container.wide {
        width: 1140px;
    }
}

@media screen and (min-width: 1300px) {
    .container.hero {
        width: 1280px;
    }
}


/* Header */

.header {
    font-family: "NovelSansRdPro-Bold", sans-serif;
    font-size: 11px;
    color: #000;
}

.header .container {
    position: static;
    padding: 0;
}

@media screen and (min-width: 1024px) {
    .header .container {
        padding: 0 20px;
        width: 980px;
    }
}

.header-content {
    position: relative;
    padding: 24px 0;
}

@media screen and (min-width: 1024px) {
    .header-content {
        padding: 14px 0 0 0;
    }
}

.header-bar {
    background: #e1dcd7;
    padding: 6px 0;
}

.header-bar .sep {
	display: none !important;
    position: relative;
    top: 3px;
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #797979;
    margin: 0 10px;
}

.header-bar a {
    color: #797979;
    -webkit-transition: 250ms color ease-in-out;
    transition: 250ms color ease-in-out;
}

.header-bar a:hover,
.header-bar a:focus {
    color: #000;
    text-decoration: none;
}

.header .btn-contact,
.header .btn-newsletter {
	display : none !important;
    position: relative;
    top: 2px;
}

.site-name {
    width: 212px;
    height: 70px;
    text-indent: -9999px;
    float: left;
    margin-left: 20px;
}

@media screen and (min-width: 1024px) {
    .site-name {
        margin-left: 0;
    }
}

.site-name span {
    background: url(../img/logo.png) no-repeat;
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .site-name span {
        background-image: url("../img/logo@2x.png");
        background-size: 212px auto;
    }
}


/* Navigation */

.navigation {
    display: none;
    text-transform: uppercase;
    padding: 25px 0 0 0;
    clear: both;
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
}

.navigation.open {
    display: block;
}

@media screen and (min-width: 1024px) {
    .navigation {
        display: block;
        float: right;
        clear: none;
        font-size: 11px;
        padding: 0;
    }
}

.navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.navigation a {
    color: #000;
    display: block;
    padding: 20px 10px 15px 20px;
    -webkit-transition: 250ms background ease-in-out, 250ms color ease-in-out;
    transition: 250ms background ease-in-out, 250ms color ease-in-out;
    border-top: 1px solid #e6e2df;
}

@media screen and (min-width: 1024px) {
    .navigation a {
        padding: 15px 10px 40px 10px;
        border: 0;
    }
}

.navigation a:hover,
.navigation a:focus {
    text-decoration: none;
}

.navigation li {
    position: relative;
    display: block;
    -webkit-transition: 250ms background ease-in-out;
    transition: 250ms background ease-in-out;
}

@media screen and (min-width: 1024px) {
    .navigation li {
        display: inline-block;
    }
    .navigation li:hover,
    .navigation li:focus {
        background: #009681;
    }
    .navigation li:hover a,
    .navigation li:focus a {
        color: #fff;
    }
    .navigation li:hover .sub-menu,
    .navigation li:focus .sub-menu {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }
}

.navigation .sub-menu {
    display: none;
    background: #f2f1ef;
}

.navigation .sub-menu li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 1px;
    background: #009681;
}

.navigation .sub-menu li:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 1px;
    background: #009681;
}

.navigation .sub-menu .sub-menu {
    position: relative;
}

.navigation .sub-menu .sub-menu li {
    padding: 0;
}

.navigation .sub-menu .sub-menu a:before {
    display: inline;
    content: '- '
}

.navigation .sub-menu.visible {
    display: block;
}

@media screen and (min-width: 1024px) {
    .navigation .sub-menu {
        display: block;
        -webkit-transition: 250ms all ease-in-out;
        transition: 250ms all ease-in-out;
        opacity: 0;
        background: #009681;
        position: absolute;
        z-index: 50;
        visibility: hidden;
        pointer-events: none;
        margin: 0;
        padding: 0;
    }
}

@media screen and (min-width: 1024px) {
    .navigation .sub-menu li a:hover,
    .navigation .sub-menu li a:focus {
        background: #157e6e;
    }
}

.navigation .sub-menu a {
    min-width: 160px;
    border-top: 1px solid #e6e2df;
    padding: 20px 10px 15px 40px;
    color: #000;
}

@media screen and (min-width: 1024px) {
    .navigation .sub-menu a {
        padding: 16px 10px 11px 10px;
        color: #fff;
    }
}

.navigation .sub-menu-open .btn-opensubmenu:before,
.navigation .sub-menu-open .btn-opensubmenu:after {
    display: block;
}


/* Content */


/* Sidebar */


/* Footer */

.footer {
    clear: both;
    font-family: "NovelSansRdPro-Light", sans-serif;
}

.footer-contact {
    background: #009681;
    text-align: center;
    padding: 50px 0 70px 0;
    color: #fff;
    font-size: 15px;
    line-height: 26px;
}

.footer-contact p {
    margin: 0;
}

.footer-bar {
    background: #e1dcd7;
    font-size: 11px;
    color: #797979;
    padding: 10px 0 8px 0;
}

.footer-nav {
    font-family: "NovelSansRdPro-Bold", sans-serif;
}

.footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-nav li {
    display: inline-block;
}

.footer-nav li:before {
    content: '';
    margin: 0 5px;
    width: 1px;
    height: 10px;
    background: #797979;
}

.footer-nav a {
    color: #797979;
    text-transform: uppercase;
    -webkit-transition: 250ms color ease-in-out;
    transition: 250ms color ease-in-out;
}

.footer-nav a:hover,
.footer-nav a:focus {
    color: #000;
    text-decoration: none;
}

.footer .pull-left,
.footer .pull-right {
    float: none;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .footer .pull-left,
    .footer .pull-right {
        text-align: left;
    }
}

.footer .pull-left {
    margin-bottom: 10px;
}

@media screen and (min-width: 1024px) {
    .footer .pull-left {
        float: left;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .footer .pull-right {
        float: right;
    }
}

.contact-links {
    position: relative;
    display: inline-block;
    padding: 0 20px 5px 20px;
    text-align: center;
    margin: 40px 0 0 0;
    line-height: 1;
}

.contact-links a {
    display: inline-block;
    margin: 0 15px;
}

.contact-links a .icon {
    vertical-align: bottom;
}

.contact-links .left-line {
    position: absolute;
    width: 14px;
    height: 100%;
    left: 0;
    top: 0;
}

.contact-links .left-line span {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background: #2bb99d;
}

.contact-links .left-line:before {
    position: absolute;
    top: -12px;
    left: 0;
    content: '';
    width: 14px;
    height: 12px;
    background: url(../img/bg-corner-marine-top-left.png) no-repeat;
}

.contact-links .left-line:after {
    position: absolute;
    bottom: -12px;
    left: 0;
    content: '';
    width: 14px;
    height: 12px;
    background: url(../img/bg-corner-marine-bottom-left.png) no-repeat;
}

.contact-links .right-line {
    position: absolute;
    width: 14px;
    height: 100%;
    right: 0;
    top: 0;
}

.contact-links .right-line span {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background: #2bb99d;
}

.contact-links .right-line:before {
    position: absolute;
    top: -12px;
    right: 0;
    content: '';
    width: 14px;
    height: 12px;
    background: url(../img/bg-corner-marine-top-right.png) no-repeat;
}

.contact-links .right-line:after {
    position: absolute;
    bottom: -12px;
    right: 0;
    content: '';
    width: 14px;
    height: 12px;
    background: url(../img/bg-corner-marine-bottom-right.png) no-repeat;
}

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

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

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

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

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

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

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

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

.wp-caption {
    padding: 5px 3px 0 3px;
    max-width: 96%;
    /* Image does not overflow the content area */
    text-align: center;
    background: transparent;
    border: none;
}

.wp-caption.aligncenter {
    margin: 5px auto 20px auto;
}

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

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

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

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

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

body .ngg-imagebrowser .pic,
body .ngg-imagebrowser-nav .back,
body .ngg-imagebrowser-nav .next {
    border: 0;
}

body .ngg-imagebrowser-nav .next {
    padding: 3px 0 3px 7px;
}

body .ngg-imagebrowser-nav .back {
    padding: 3px 7px 3px 0;
}

body .ngg-imagebrowser-nav .counter {
    display: none;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: 250ms all ease-in-out;
    transition: 250ms all ease-in-out;
}

.icon-linkedin {
    width: 15px;
    height: 14px;
    background: url(../img/icon-linkedin.png) no-repeat;
    text-indent: -9999px;
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .icon-linkedin {
        background-image: url("../img/icon-linkedin@2x.png");
        background-size: 15px 14px;
    }
}

.icon-linkedin-white {
    width: 21px;
    height: 20px;
    background: url(../img/icon-linkedin-white.png) no-repeat;
    text-indent: -9999px;
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .icon-linkedin-white {
        background-image: url("../img/icon-linkedin-white@2x.png");
        background-size: 21px 20px;
    }
}

.icon-linkedin-black {
    width: 21px;
    height: 20px;
    background: url(../img/icon-linkedin-black.png) no-repeat;
    text-indent: -9999px;
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .icon-linkedin-black {
        background-image: url("../img/icon-linkedin-black@2x.png");
        background-size: 21px 20px;
    }
}

.icon-linkedin-marine {
    width: 21px;
    height: 20px;
    background: url(../img/icon-linkedin-marine.png) no-repeat;
    text-indent: -9999px;
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .icon-linkedin-marine {
        background-image: url("../img/icon-linkedin-marine@2x.png");
        background-size: 21px 20px;
    }
}

.icon-email {
    width: 22px;
    height: 14px;
    background: url(../img/icon-email.png) no-repeat;
    text-indent: -9999px;
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .icon-email {
        background-image: url("../img/icon-email@2x.png");
        background-size: 22px 14px;
    }
}

.icon-email-black {
    width: 22px;
    height: 14px;
    background: url(../img/icon-email-black.png) no-repeat;
    text-indent: -9999px;
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .icon-email-black {
        background-image: url("../img/icon-email-black@2x.png");
        background-size: 22px 14px;
    }
}

.icon-email-marine {
    width: 22px;
    height: 14px;
    background: url(../img/icon-email-marine.png) no-repeat;
    text-indent: -9999px;
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .icon-email-marine {
        background-image: url("../img/icon-email-marine@2x.png");
        background-size: 22px 14px;
    }
}

.icon-arrow-left {
    width: 14px;
    height: 15px;
    background: url(../img/icon-arrow-left.png) no-repeat;
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .icon-arrow-left {
        background-image: url("../img/icon-arrow-left@2x.png");
        background-size: 14px 15px;
    }
}

.icon-arrow-down {
    width: 16px;
    height: 18px;
    background: url(../img/icon-arrow-down.png) no-repeat;
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .icon-arrow-down {
        background-image: url("../img/icon-arrow-down@2x.png");
        background-size: 16px 18px;
    }
}

.icon-arrow-down-black {
    width: 16px;
    height: 18px;
    background: url(../img/icon-arrow-down-black.png) no-repeat;
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .icon-arrow-down-black {
        background-image: url("../img/icon-arrow-down-black@2x.png");
        background-size: 16px 18px;
    }
}

.icon-menu {
    display: block;
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 21px;
    margin-right: 0.3em;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    text-indent: -9999px;
    float: right;
    left: 0;
    top: 39px;
    margin: 0 auto;
    right: 0;
}

@media screen and (min-width: 1024px) {
    .icon-menu {
        display: none;
    }
}

.icon-menu:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    width: 100%;
    border-top: 3px solid #000;
}

.btn {
    background: none;
}

.btn.equal {
    display: block;
    margin-bottom: 20px;
}

@media screen and (min-width: 1024px) {
    .btn.equal {
        float: left;
        width: 48.5%;
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0;
    }
    .btn.equal+.btn.equal {
        float: right;
    }
}

.btn-default,
.btn-expertise {
    display: inline-block;
    font-family: "NovelSansRdPro-Bold", sans-serif;
    font-size: 16px;
    color: #009681;
    letter-spacing: 0.12em;
    border: 1px solid #009681;
    -webkit-transition: 250ms all ease-in-out;
    transition: 250ms all ease-in-out;
    text-transform: uppercase;
    padding: 20px 40px 15px 40px;
    text-align: center;
}

.btn-default--active,
.btn-default:hover,
.btn-expertise--active,
.btn-expertise:hover {
    background: #009681;
    color: #fff;
    text-decoration: none;
}

.btn-filter,
.btn-expertise {
    font-size: 12px;
    padding: 10px 15px 7.5px;
    font-family: "NovelSansRdPro-Light", sans-serif;
    letter-spacing: 0;
}

.btn-white {
    color: #fff;
    border-color: #fff;
}

.btn-white:hover,
.btn-white:focus {
    background: #fff;
    color: #009681;
    text-decoration: none;
}

.btn-black {
    color: #000;
    border-color: #000;
}

.btn-black:hover,
.btn-black:focus {
    background: #000;
    color: #009681;
    text-decoration: none;
}

.btn-back {
    display: block;
    max-width: 400px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.btn-portfolio {
    display: block;
    max-width: 400px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    border: none;
}

.btn-back span,
.btn-portfolio span {
    vertical-align: middle;
}

.btn-back .icon,
.btn-portfolio .icon {
    margin-right: 15px;
    -webkit-transition: 250ms background ease-in-out;
    transition: 250ms background ease-in-out;
}

.btn-back:hover .icon-arrow-left,
.btn-back:focus .icon-arrow-left {
    background: url(../img/icon-arrow-left-hover.png) no-repeat;
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .btn-back:hover .icon-arrow-left,
    .btn-back:focus .icon-arrow-left,
    .btn-portfolio:hover .icon-arrow-left,
    .btn-portfolio:focus .icon-arrow-left {
        background-image: url("../img/icon-arrow-left-hover@2x.png");
        background-size: 14px 15px;
    }
}

.btn-download-news {
    margin: 30px 0;
}

.btn-subscribe {
    width: 100%;
}

.btn-closecard,
.btn-closenewsletter {
    display: block;
    position: absolute;
    right: 0;
    width: 83px;
    height: 83px;
    top: -80px;
    background: #fff;
    text-indent: -9999px;
    -webkit-transition: 250ms all ease-in-out;
    transition: 250ms all ease-in-out;
}

.btn-closecard:before,
.btn-closecard:after,
.btn-closenewsletter:before,
.btn-closenewsletter:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -1px;
    background: #009681;
    -webkit-transition: 250ms all ease-in-out;
    transition: 250ms all ease-in-out;
}

.btn-closecard:before,
.btn-closenewsletter:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-closecard:after,
.btn-closenewsletter:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn-closecard:hover,
.btn-closecard:focus,
.btn-closenewsletter:hover,
.btn-closenewsletter:focus {
    background: #009681;
}

.btn-closecard:hover:before,
.btn-closecard:hover:after,
.btn-closecard:focus:before,
.btn-closecard:focus:after,
.btn-closenewsletter:hover:before,
.btn-closenewsletter:hover:after,
.btn-closenewsletter:focus:before,
.btn-closenewsletter:focus:after {
    background: #fff;
}

.btn-closenewsletter {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
}

.btn-closenewsletter:before,
.btn-closenewsletter:after {
    width: 26px;
    margin-left: -13px;
}

.btn-menu {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    width: 80px;
    z-index: 100;
    border-left: 1px solid transparent;
}

@media screen and (min-width: 1024px) {
    .btn-menu {
        display: none;
    }
}

.btn-menu.open {
    border-color: #e6e2df;
    height: 103px;
    background: #fff;
}

.btn-opensubmenu {
    position: absolute;
    display: inline-block;
    background: url(../img/icon-arrow-menu.png) center center no-repeat #e1dcd7;
    background-size: 18px 10px;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    right: 15px;
    top: 11px;
}

.btn-opensubmenu:before,
.btn-opensubmenu:after {
    display: none;
    content: '';
    position: absolute;
    width: 18px;
    height: 1px;
    top: 50%;
    left: 50%;
    margin-left: -9px;
    margin-top: -1px;
    background: #009681;
    -webkit-transition: 250ms all ease-in-out;
    transition: 250ms all ease-in-out;
}

.btn-opensubmenu:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-opensubmenu:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn-opensubmenu.open {
    background: #009681;
}

.btn-opensubmenu.open:before,
.btn-opensubmenu.open:after {
    background: #fff;
}

@media screen and (min-width: 1024px) {
    .btn-opensubmenu {
        display: none;
    }
}

.btn-linkedin:hover,
.btn-linkedin:focus {
    text-decoration: none;
}

.btn-linkedin:hover .icon-linkedin,
.btn-linkedin:focus .icon-linkedin {
    background: url(../img/icon-linkedin-hover.png) no-repeat;
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .btn-linkedin:hover .icon-linkedin,
    .btn-linkedin:focus .icon-linkedin {
        background-image: url("../img/icon-linkedin-hover@2x.png");
        background-size: 15px 14px;
    }
}

.btn-createdby {
    -webkit-transition: 250ms color ease-in-out;
    transition: 250ms color ease-in-out;
}

.btn-createdby:hover,
.btn-createdby:focus {
    text-decoration: none;
    color: #000;
    text-decoration: none;
}

.btn-email:hover,
.btn-email:focus {
    text-decoration: none;
}

.btn-email:hover .icon,
.btn-email:focus .icon {
    background: url(../img/icon-email-black.png) no-repeat;
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .btn-email:hover .icon,
    .btn-email:focus .icon {
        background-image: url("../img/icon-email-black@2x.png");
        background-size: 22px 14px;
    }
}

.btn-linkedin-big:hover,
.btn-linkedin-big:focus {
    text-decoration: none;
}

.btn-linkedin-big:hover .icon,
.btn-linkedin-big:focus .icon {
    background: url(../img/icon-linkedin-black.png) no-repeat;
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .btn-linkedin-big:hover .icon,
    .btn-linkedin-big:focus .icon {
        background-image: url("../img/icon-linkedin-black@2x.png");
        background-size: 21px 20px;
    }
}

.btn-vcard {
    -webkit-transition: 250ms color ease-in-out;
    transition: 250ms color ease-in-out;
}

.btn-vcard:hover,
.btn-vcard:focus {
    text-decoration: none;
    color: #000;
}

.btn-vcard:hover .icon,
.btn-vcard:focus .icon {
    background: url(../img/icon-arrow-down-black.png) no-repeat;
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .btn-vcard:hover .icon,
    .btn-vcard:focus .icon {
        background-image: url("../img/icon-arrow-down-black@2x.png");
        background-size: 16px 18px;
    }
}

.btn-newsarchive {
    -webkit-transition: 250ms color ease-in-out;
    transition: 250ms color ease-in-out;
}

.btn-newsarchive .title {
    position: relative;
    top: 2px;
}

.btn-newsarchive:hover,
.btn-newsarchive:focus {
    text-decoration: none;
    color: #000;
}

.btn-newsarchive:hover .icon,
.btn-newsarchive:focus .icon {
    background: url(../img/icon-arrow-down-black.png) no-repeat;
}

@media (min--moz-device-pixel-ratio: 1.3),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .btn-newsarchive:hover .icon,
    .btn-newsarchive:focus .icon {
        background-image: url("../img/icon-arrow-down-black@2x.png");
        background-size: 16px 18px;
    }
}

.module {
    padding: 60px 0 20px 0;
}

.module h2 {
    font-size: 33px;
    line-height: 43px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}

.module .section-title {
    font-size: 33px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.module .section-subtitle {
    font-size: 20px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 40px 0;
}

.module .text-block {
    padding: 0;
}

.text-block {
    text-align: center;
    padding: 50px 0;
    font-size: 16px;
    line-height: 24px;
}

.text-block-wrapper {
    position: relative;
    padding: 50px 20px;
}

@media screen and (min-width: 1024px) {
    .text-block-wrapper {
        padding: 50px 100px;
    }
}

.text-block-content {
    max-width: 790px;
    margin: 0 auto 40px auto;
}

.text-block h2 {
    color: #009681;
}

.text-block.wwa {
    background: #e1dcd7;
}

.text-block.la {
    background: #009681;
    color: #fff !important;
    padding: 10px 0px;
}

.text-block.wwd {
    background: #fff;
}

.text-block.wwd h2 {
    color: #131a21;
}

.text-block.market-news.module {
	display: none !important;
    background: #e1dcd7;
}

.latest-articles {
	display: none !important;
    background: #131a21;
    color: #fff;
    padding: 100px 0;
}

.latest-articles h2 {
    color: #009681;
}

.people-list .people-single {
    padding: 0 10px;
}

.people-list .people-single a:hover,
.people-list .people-single a:focus {
    text-decoration: none;
}

.people-list img {
    display: block;
    border-radius: 100%;
}

.people-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.people-list li {
    margin-bottom: 20px;
}

@media screen and (min-width: 480px) {
    .people-list li {
        width: 48%;
        float: left;
        margin-left: 4%;
    }
    .people-list li:nth-child(2n+1) {
        margin-left: 0;
    }
}

@media screen and (min-width: 768px) {
    .people-list li {
        width: 13.12%;
        float: left;
        margin-left: 4.25%;
        margin-bottom: 0;
    }
    .people-list li:nth-child(2n+1) {
        margin-left: 4.25%;
    }
    .people-list li:first-child {
        margin-left: 0;
    }
}

.people-img {
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.people-name {
    color: #009681;
    text-transform: uppercase;
    font-family: "NovelSansRdPro-Bold", sans-serif;
    letter-spacing: 0.04em;
    font-size: 15px;
    padding: 0 10px;
    line-height: 20px;
    margin-bottom: 3px;
}

.people-desc {
    color: #131a21;
    font-size: 12px;
    text-transform: uppercase;
}

.wwd-list+* {
    margin-top: 40px;
}

.wwd-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wwd-list li {
    width: 100%;
    font-family: "NovelSansRdPro-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    color: #131a21;
    margin-bottom: 0;
    padding: 10px 0;
}

.wwd-list li a {
    color: #131a21;
}

@media screen and (min-width: 768px) {
    .wwd-list li {
        margin-bottom: 20px;
    }
}

.wwd-list li .vertical-center {
    display: table;
    width: 100%;
    height: 100%;
}

.wwd-list li .valign-helper {
    display: table-cell;
    vertical-align: middle;
}

@media screen and (min-width: 768px) {
    .wwd-list li {
        width: 18.93%;
        float: left;
        margin: 0 0 0 1.30%;
        padding: 30px 2%;
    }
    .wwd-list li:first-child {
        margin-left: 0;
    }
}

.wwd-list li:before {
    display: none;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 14px;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    border: 1px solid #2bb99d;
    border-bottom: 0;
}

@media screen and (min-width: 768px) {
    .wwd-list li:before {
        display: block;
    }
}

.wwd-list li:nth-child(2n+1):before {
    display: none;
    bottom: 0;
    top: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 1px solid #2bb99d;
    border-top: 0;
    border-bottom-left-radius: 110px;
    border-bottom-right-radius: 110px;
}

@media screen and (min-width: 768px) {
    .wwd-list li:nth-child(2n+1):before {
        display: block;
    }
}

.rounded-bottom-line {
    width: 90%;
    height: 14px;
    border-bottom-left-radius: 110px;
    border-bottom-right-radius: 110px;
    border: 1px solid #c4beb9;
    border-top: 0;
    margin: 80px auto 40px auto;
}

.rounded-left-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    border-top-left-radius: 110px;
    border-bottom-left-radius: 110px;
    border: 1px solid #c4beb9;
    border-right: 0;
}

.rounded-right-line {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    border-top-right-radius: 110px;
    border-bottom-right-radius: 110px;
    border: 1px solid #c4beb9;
    border-left: 0;
}

.image-text-block {
    font-size: 15px;
    margin-bottom: 40px;
}

.image-text-block .pull-left {
    float: none;
    text-align: center;
    margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
    .image-text-block .pull-left {
        float: left;
        width: 48.5%;
        margin-bottom: 0;
    }
}

.image-text-block .pull-right {
    float: none;
}

@media screen and (min-width: 768px) {
    .image-text-block .pull-right {
        float: right;
        width: 48.5%;
    }
}

.image-text-block h4 {
    margin-top: 0;
    margin-bottom: 15px;
}

.full-image {
    margin-bottom: 40px;
}

.three-columns {
    font-size: 15px;
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .three-columns .column-item {
        float: left;
        width: 31%;
        margin-left: 3.5%;
    }
    .three-columns .column-item:first-child {
        margin-left: 0;
    }
}

.two-columns {
    font-size: 15px;
    margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
    .two-columns .column-item {
        float: left;
        width: 48%;
        margin-left: 4%;
    }
    .two-columns .column-item:first-child {
        margin-left: 0;
    }
}

.gray-section {
    background: #e1dcd7;
    overflow: hidden;
    padding: 50px 0;
    color: #000;
}

.gray-section .three-columns {
    color: #000;
}

.gray-section h2 {
    color: #009681;
}

.gray-section h3 {
    color: #000;
}

.marine-section {
    background: #009681;
    overflow: hidden;
    color: #fff;
    padding: 50px 0;
}

.marine-section hr {
    background: #2bb99d;
}

.marine-section .two-columns {
    color: #fff;
}

.marine-section h2 {
    color: #131a21;
}

.marine-section h3 {
    color: #fff;
}

.white-section {
    padding: 50px 0;
}

.white-section h2 {
    color: #009681;
}

.white-section h4 {
    color: #000;
}

.navy-section {
    background: #131a21;
    color: #797979;
    overflow: hidden;
    padding: 50px 0;
}

.navy-section h2 {
    color: #009681;
}

.navy-section h3 {
    color: #797979;
}

@media screen and (min-width: 1024px) {
    .section-wrapper {
        padding: 0 70px;
    }
}

.hero-wrapper {
    background: #131a21;
    text-align: center;
}

.hero-wrapper img {
    display: block;
    margin: 0 auto;
}

.hero-wrapper .container {
    padding: 0;
}

.hero-title {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: "NovelSansRdPro-Bold", sans-serif;
    font-size: 18px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

@media screen and (min-width: 768px) {
    .hero-title {
        font-size: 34px;
    }
}

.hero-title span {
    position: relative;
    display: inline-block;
    padding: 10px 50px;
}

.hero-title span:before,
.hero-title span:after {
    content: '';
    position: absolute;
    top: 0;
    width: 18px;
    height: 100%;
}

.hero-title span:before {
    border-top-left-radius: 110px;
    border-bottom-left-radius: 110px;
    border: 3px solid #fff;
    border-right: 0;
    left: 0;
}

.hero-title span:after {
    border-top-right-radius: 110px;
    border-bottom-right-radius: 110px;
    border: 3px solid #fff;
    border-left: 0;
    right: 0;
}

.hero-title-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(29, 29, 27, 0) 0%, rgba(29, 29, 27, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(29, 29, 27, 0) 0%, rgba(29, 29, 27, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1d1d1b', endColorstr='#1d1d1b', GradientType=0);
}

.no-hero {
    height: 250px;
}

.no-hero .hero-title-wrapper {
    background: none;
}

.article-item {
    margin-bottom: 25px;
    padding-top: 25px;
    border-top: 1px solid #c4beb9;
}

.article-item:first-child {
    border-top: 0;
    padding-top: 0;
}

@media screen and (min-width: 768px) {
    .article-item {
        float: left;
        width: 49%;
        margin-bottom: 80px;
        padding-top: 0;
        border: 0;
    }
    .article-item:nth-child(2n) {
        margin-left: 2%;
    }
}

.article-img {
    margin-bottom: 20px;
}

.article-img img {
    display: block;
    border: 1px solid #e1dcd7;
}

.article-title {
    margin: 0 0 5px 0;
}

.article-title a {
    color: #009681;
}

.article-excerpt {
    color: #797979;
    font-size: 16px;
    margin: 20px 0 30px 0;
}

.article-hero {
    text-align: center;
    margin-bottom: 40px;
}

.article-hero img {
    display: inline-block;
}

.article-wrapper {
    max-width: 630px;
    margin: 0 auto;
}

.article-single {
    background: #e1dcd7;
    padding: 100px 0;
}

.article-single .article-date,
.article-single .article-title {
    text-align: center;
}

.article-single .article-title {
    color: #009681;
}

.article-single .entry-content {
    margin: 40px 0;
}

.article-single .entry-content p {
    margin: 15px 0;
}

.articles-section {
    background: #ffffff;
    padding: 80px 0;
    color: #000;
}

.articles-section .article-title {
    color: #009681;
}

.articles-section .article-excerpt {
    color: #000;
}

.team-card {
    background: #e1dcd7;
    padding: 120px 0 80px 0;
    text-align: center;
}

.team-card .team-img {
    margin-bottom: 15px;
}

.team-card .team-name {
    font-size: 28px;
    letter-spacing: 0.14em;
}

.team-card .team-desc {
    font-size: 20px;
    letter-spacing: 0.14em;
    margin-bottom: 15px;
}

.team-tools {
    display: inline-block;
    position: relative;
    padding: 5px 22px 10px 22px;
}

.team-tools a {
    display: inline-block;
    font-family: "NovelSansRdPro-Bold", sans-serif;
    font-size: 14px;
    margin: 5px 10px;
    color: #009681;
}

.team-tools a:hover,
.team-tools a:focus {
    text-decoration: none;
}

.team-tools a .icon {
    vertical-align: bottom;
}

.team-tools a span:not(.icon) {
    position: relative;
    margin-left: 6px;
    top: 2px;
}

.team-tools .rounded-left-line,
.team-tools .rounded-right-line {
    border-color: #c4beb9;
    width: 14px;
}

.team-content {
    text-align: left;
    border-top: 1px solid #c4beb9;
    padding-top: 15px;
}

.team-list {
    padding: 100px 0;
    text-align: center;
}

.team-img {
    display: inline-block;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    height: 150px;
}

.team-img img {
    display: block;
    border-radius: 100%;
}

.team-desc {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 12px;
    color: #000;
    text-align: center;
    min-height: 36px;
}

.team-name {
    font-family: "NovelSansRdPro-Bold", sans-serif;
    text-transform: uppercase;
    color: #009681;
    margin-bottom: 5px;
    text-align: center;
    min-height: 25px;
}

.team-single {
    display: block;
    margin-bottom: 40px;
    -webkit-transition: 250ms background ease-in-out;
    transition: 250ms background ease-in-out;
    padding: 30px 7%;
}

.team-single:hover,
.team-single:focus {
    text-decoration: none;
    background: #e1dcd7;
}

.team-single:hover .btn,
.team-single:focus .btn {
    background: #009681;
    color: #fff;
}

.team-single--animate {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-name: zoom-in;
    animation-name: zoom-in;
}

@media screen and (min-width: 480px) {
    .team-single {
        width: 50%;
        float: left;
        margin-bottom: 10%;
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .team-single {
        width: 33.33%;
    }
}

.team-single .btn {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.portfolio-section {
    padding: 100px 0;
}

.portfolio-section h2 {
    font-size: 28px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
    color: #009681;
}

.portfolio-section h3 {
    font-size: 20px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    text-align: center;
    color: #797979;
    margin: 0 0 40px 0;
}

.portfolio-item {
    margin-bottom: 40px;
    text-align: center;
}

@media screen and (min-width: 480px) {
    .portfolio-item {
        width: 48%;
        margin-left: 4%;
        margin-bottom: 6%;
        float: left;
        text-align: left;
    }
    .portfolio-item:nth-child(2n+1) {
        margin-left: 0;
    }
}

@media screen and (min-width: 768px) {
    .portfolio-item {
        width: 31.92%;
        margin-left: 2.12%;
        margin-bottom: 6%;
        float: left;
    }
    .portfolio-item:nth-child(2n+1) {
        margin-left: 2.12%;
    }
    .portfolio-item:nth-child(3n+1) {
        margin-left: 0;
    }
}

.portfolio-img {
    display: inline-block;
    margin-bottom: 15px;
}

.portfolio-img img {
    display: block;
}

.portfolio-title {
    font-size: 19px;
    color: #009681;
    margin-bottom: 5px;
}

.portfolio-title a {
    color: #009681;
}

.portfolio-desc {
    font-size: 14px;
    color: #797979;
}

.news-section {
    padding: 100px 0;
}

.news-excerpt {
    color: #797979;
}

.news-wrapper {
    position: relative;
    padding: 20px;
}

@media screen and (min-width: 768px) {
    .news-wrapper {
        padding: 40px 70px;
    }
}

.news-wrapper h2 {
    font-size: 33px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    margin-bottom: 40px;
    color: #009681;
    margin: 0 0 25px 0;
}

.news-wrapper h3 {
    color: #000;
}

.news-wrapper .pull-left {
    float: none;
}

@media screen and (min-width: 768px) {
    .news-wrapper .pull-left {
        float: left;
        width: 59.78%;
    }
}

.news-wrapper .pull-right {
    float: none;
}

@media screen and (min-width: 768px) {
    .news-wrapper .pull-right {
        float: right;
        width: 33.15%;
    }
}

.news-list {
    border-top: 1px solid #e1dcd7;
    padding-top: 20px;
}

.news-past-list {
    font-family: "NovelSansRdPro-Bold", sans-serif;
    font-size: 15px;
}

.news-past-list h4 {
    font-size: 21px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #009681;
    margin: 15px 0 26px 0;
}

.news-past-list ul {
    margin: 0;
    padding: 25px 0 0 0;
    list-style: none;
    border-top: 1px solid #e1dcd7;
}

.news-past-list li {
    margin-bottom: 5px;
}

.news-past-list a {
    color: #009681;
}

.news-past-list span {
    vertical-align: middle;
}

.news-past-list .icon {
    margin-right: 10px;
}

.news-past-list .btn-subscribe {
    margin: 40px 0;
}

.contactus-section {
    background: #009681;
    padding: 80px 0;
}

.contactus-wrapper {
    padding: 20px;
    position: relative;
}

@media screen and (min-width: 1024px) {
    .contactus-wrapper {
        padding: 40px 80px;
    }
}

.contactus-wrapper .pull-left {
    float: none;
}

@media screen and (min-width: 768px) {
    .contactus-wrapper .pull-left {
        float: left;
        width: 23.40%;
    }
}

.contactus-wrapper .pull-right {
    float: none;
}

@media screen and (min-width: 768px) {
    .contactus-wrapper .pull-right {
        float: right;
        width: 74.06%;
    }
}

.contactus-wrapper iframe {
    width: 100%;
}

.contactus-wrapper .rounded-left-line,
.contactus-wrapper .rounded-right-line {
    border-color: #2bb99d;
}

.contactus-wrapper hr {
    background: #2bb99d;
}

.contactus-wrapper p {
    margin: 0;
}

.contactus-wrapper a[href^='mailto:'] {
    word-break: break-all;
}

.contactus-wrapper h3 {
    text-transform: uppercase;
}

.contactus-wrapper h4 {
    font-size: 18px;
    margin: 0 0 15px 0;
}

.contactus-wrapper a {
    color: #fff;
}

.contact-list {
    color: #fff;
}

.contact-item {
    color: #fff;
    margin-bottom: 20px;
}

input[type="text"],
input[type="email"] {
    display: block;
    border: 1px solid #000;
    padding: 22px 10px 18px 10px;
    width: 100%;
    text-align: center;
    margin: 0 auto 50px auto;
    font-family: 'NovelSansRdPro-Bold';
    font-size: 16px;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
    color: #000;
    text-transform: uppercase;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder {
    color: #000;
    opacity: 1;
    text-transform: uppercase;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
    color: #000;
    opacity: 1;
    text-transform: uppercase;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
    color: #000;
    text-transform: uppercase;
}

.newsletter-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 14px;
    overflow: scroll;
    z-index: 100;
}

@media screen and (min-width: 768px) {
    .newsletter-popup {
        overflow: auto;
    }
}

.newsletter-popup h2 {
    font-size: 33px;
    line-height: 43px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    color: #009681;
}

.newsletter-popup p {
    margin-bottom: 30px;
}

.newsletter-popup-content {
    display: table;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px 30px 60px 30px;
}

@media screen and (min-width: 768px) {
    .newsletter-popup-content {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 50%;
        height: 50%;
    }
}

.newsletter-container {
    max-width: 400px;
    margin: 0 auto;
}

.newsletter-form-errors {
    color: #EF4C23;
    margin-bottom: 15px;
    top: -16px;
    position: relative;
}

.newsletter-form-errors img {
    display: none;
}

.password-form {
    text-align: center;
    padding: 60px 0;
}

.password-form p {
    margin: 25px 0;
}

.password-form label {
    vertical-align: middle;
}

.password-form input[type="password"] {
    margin: 0 5px;
    border: 1px solid #009681;
    padding: 7px;
    vertical-align: middle;
    font-size: 20px;
    background: #fff;
}

.password-form input[type="submit"] {
    display: inline-block;
    font-family: "NovelSansRdPro-Bold", sans-serif;
    font-size: 16px;
    color: #009681;
    letter-spacing: 0.12em;
    background: transparent;
    border: 1px solid #009681;
    -webkit-transition: 250ms all ease-in-out;
    transition: 250ms all ease-in-out;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 20px 8px 20px;
    vertical-align: middle;
    top: -1px;
    position: relative;
    margin: 10px 0;
}

.password-form input[type="submit"]:hover {
    background: #009681;
    color: #fff;
    text-decoration: none;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 8px 8px 3px 8px;
    border: 1px solid #009681;
    -webkit-transition: 250ms all ease-in-out;
    transition: 250ms all ease-in-out;
    text-align: center;
    color: #009681;
}

.pagination .page-numbers:hover,
.pagination .page-numbers:focus,
.pagination .page-numbers.current {
    background: #009681;
    color: #fff;
    text-decoration: none;
}

td,
th {
    padding: 6px 8px 2px 8px;
    border: 1px solid #009681;
}

.filter-nav,
.expertise-nav {
    text-align: center;
    margin-top: 40px;
}

.filter-nav ul,
.filter-nav li,
.filter-nav__head,
.expertise-nav ul,
.expertise-nav li,
.expertise-nav__head {
    margin: 0;
    padding: 0;
}

.filter-nav ul,
.expertise-nav ul {
    list-style: none;
    margin: -5px 0;
}

.filter-nav li,
.expertise-nav li {
    display: inline-block;
    padding: 5px 2.5px;
}

.filter-nav a,
.expertise-nav a {
    display: block;
}

.filter-nav__head,
.expertise-nav__head {
    color: #797979;
    font-family: "NovelSansRdPro-Bold", sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    padding-bottom: 15px;
}

.filter-nav {
    margin-top: 0;
    margin-bottom: 40px;
}


/*# sourceMappingURL=main.css.map */