/*
        Theme Name: PEB
        Theme URI: https://www.poulerikbech.dk
        Description:
        Version: 1.0
        Author:
        Author URI:
*/

/*------------------------------------*\
    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 {
    font:300 15px/1.4 AvenirNext, Helvetica, Arial, sans-serif;
    color:#444;
    background-color: #f3f3f3;
    margin: 0 auto;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
    vertical-align:bottom;
}
a {
    color: #003366;
    text-decoration: none;
    font-weight: bold;
}
a:hover {
    opacity: .8;
}
a:focus {
    outline:0;
}
a:hover,
a:active {
    outline:0;
}
input:focus {
    outline:0;
}

ul {
    padding-left: 25px;
}

p:last-child {
    margin-bottom: 0px;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    /*max-width:1280px;*/
    margin:0 auto;
    position:relative;
}

body {
    margin-top: 110px;
}

/* header */
.header {
    padding: 0 20px;
    position: fixed;
    z-index: 1000;
    right: 0;
    left: 0;
    top: 0;
    background-color: #F3F3F3;
}

.admin-bar .header {
    top: 32px;
}

.header.animated {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform,opacity;
}

.header.animated.slideDown {
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown;
}

.header.animated.slideUp {
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp;
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes slideDown {
    0% {
        -moz-transform: translateY(-100%)
    }
    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes slideDown {
    0% {
        -o-transform: translateY(-100%)
    }
    100% {
        -o-transform: translateY(0)
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0)
    }
}

.animated.slideDown {
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes slideUp {
    0% {
        -moz-transform: translateY(0)
    }
    100% {
        -moz-transform: translateY(-100%)
    }
}

@-o-keyframes slideUp {
    0% {
        -o-transform: translateY(0)
    }
    100% {
        -o-transform: translateY(-100%)
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-100%)
    }
}

.animated.slideUp {
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp
}

.header .inner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.header .logo {
    float: left;
    display:flex;
    align-items: center;
    height: 110px;
}

.header.slideUp .tt-menu {
    display: none !important;
}

.header .tt-menu {
    left: auto !important;
    right: 0 !important;
    max-height: 500px;
    overflow-y: auto;
    background-color: red;
    width: 400px;
}

.header span.twitter-typeahead .tt-suggestion {
    white-space: normal;
}

/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
    background: #ffffff;
    width: 100%;
    margin-top: 2em;
    padding: 30px 0px;
}

.footer ul {
    -webkit-column-count: 3;
    column-count: 3;
    list-style-type: none;
    margin: 0;
}

.footer a {
    color: #878787;
}

.footer ul li a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}

.footer-content {
    display: -ms-flexbox;
    display: flex;
}

.footer-menu {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.social-links {
    width: 150px;
    text-transform: uppercase;
    color: #878787;
    font-size: 12px;
    letter-spacing: 1px;
}

.social-links a {
    font-size: 30px;
    font-weight: normal;
}

.social-links a:hover {
    opacity: 1;
}

.copyright {
    text-align: center;
    margin-top: 40px;
    font-size: 13px;
    color: #878787;
    letter-spacing: 1px;
}

.btn {
    background: #003366;
    color: #fff;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 20px;
    white-space: nowrap;
}

.center {
    text-align: center;
}

.ribbon {
    padding: 0 20px;
    margin-bottom: 18px;
}

.ribbon-content {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.heading-ribbon {
    background-color: #fff;
    margin-bottom: 18px;
    text-align: center;
}

.heading-ribbon h1 {
    padding: 20px 0px;
    font-size: 36px;
    line-height: 40px;
    display: inline-block;
    word-wrap: break-word;
}

.heading-ribbon.align-center > div {
    text-align: center;
}

.heading-ribbon.align-left > div {
    text-align: left;
}

.heading-ribbon.align-right > div {
    text-align: right;
}

.sub-heading-ribbon h2 {
    background: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    text-align: center;
}

.link-ribbon a {
    border-radius: 5px;
    padding: 20px;
    display: block;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
}

h1 {
    font-weight: bold;
    color: #003366;
    text-transform: uppercase;
    margin: 0px;
}

h2 {
    color: #00295b;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 0;
}

h3 {
    font-weight: bold;
    color: #003366;
    text-transform: uppercase;
}

blockquote {
    overflow: hidden;
    position: relative;
    font-style: italic;
}

blockquote p:first-child {
    margin-top: 0px;
}

.fa {
    color: inherit;
}

a:hover .fa-facebook {
    color: #3b5998;
}

a:hover .fa-linkedin {
    color: #0077b5;
}

a:hover .fa-twitter {
    color: #1da1f2;
}

a:hover .fa-youtube {
    color: #ff0000;
}

a:hover .fa-envelope {
    color: #e9bb1d;
}

.breadcrumbs {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 0 40px 40px 25px;
}

.breadcrumbs a {
    font-weight: normal;
}

.breadcrumbs i {
    margin: 0px 10px;
}

.article-tags {
    margin-bottom: 10px;
}

.article-tag {
    font-size: 13px;
}

.article-wrapper {
    padding-top: 20px;
}

.article-date {
    float: left;
    margin-bottom: .5em;
    font-weight: bold;
    text-transform: uppercase;
}

.article-social-share-links {
    float: right;
}

.article-social-share-links a {
    margin-left: 2px;
    font-size: 25px;
    font-weight: normal;
}

.article-title {
    margin-top: 0px;
    margin-bottom: 15px;
}

.article-excerpt {
    font-weight: bold;
}

.search-wrapper {
    float: right;
    height: 110px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.search-wrapper input {
    width: 200px;
    font-size: 14px;
    border: none;
    padding: 4px 25px 4px 10px;
    border-radius: 20px;
    border: 4px solid #eeeeee;
}

.search-wrapper:before {
    content: "\f002";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    color: #7C7A7A;
    position: absolute;
    right: 10px;
    z-index: 500;
}

.blue,
.blue:hover {
    color: #003366;
}

.orange,
.orange:hover {
    color: #f0a54c;
}

.white,
.white:hover {
    color: #ffffff;
}

.lightgrey,
.lightgrey:hover {
    color: #d3d3d3;
}

.darkgrey,
.darkgrey:hover {
    color: #878787;
}

.blue-bg {
    background-color: #003366;
}

.orange-bg {
    background-color: #f0a54c;
}

.white-bg {
    background-color: #ffffff;
}

.lightgray-bg {
    background-color: #d3d3d3;
}

.darkgrey-bg {
    background-color: #878787;
}

.slide-menu-btn-wrapper {
    display: none;
    position: absolute;
    top: 24px;
    right: 0px;
}

.slide-menu-btn {
    display: block;
    width: 24px;
    height: 19px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.slide-menu-btn span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #7c7a7a;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.slide-menu-btn:hover span {
    background-color: #555;
}

.slide-menu-btn span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.slide-menu-btn span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.slide-menu-btn span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.slide-menu-open .slide-menu-btn span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 3px;
    width: 23px;
}

.slide-menu-open .slide-menu-btn span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.slide-menu-open .slide-menu-btn span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0px;
    left: 3px;
    width: 23px;
}

.slide-menu {
    position: fixed;
    width: 100%;
    max-width: 100%;
    height: calc(100% - 140px);
    top: 70px;
    bottom: 70px;
    right: 0px;
    display: none;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    background: #f3f3f3;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    will-change: transform;
    z-index: 1000;
}

.admin-bar .slide-menu {
    top: 32px;
}

.slide-menu .slider {
    width: 100%;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    will-change: transform;
}

.slide-menu ul {
    padding-left: 0;
    list-style: none;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.slide-menu li {
    border-bottom: 1px solid #ddd;
}

.slide-menu li:first-child {
    border-top: 1px solid #ddd;
}

.slide-menu ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
}

.slide-menu ul a {
    display: block;
    padding: 12px 24px;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    font-size: 17px;
}

.slide-menu ul a:hover {
    background: #dedede;
}

.slide-menu .close-btn {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 40px;
}

.slide-menu.no-transition, .slide-menu.no-transition * {
    transition: none !important;
}

.quick-bar {
    position: fixed;
    bottom: 20px;
    right: 0;
    border: 1px solid #cccccc;
    border-right: 0;
    font-size: 18px;
    text-align: center;
    background: #fff;
    border-radius: 5px 0 0 5px;
    z-index: 999;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.quick-bar ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.quick-bar li {
    float: left;
    border-right: 1px solid #cccccc;
}

.quick-bar a {
    display: block;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
}

.quick-bar i {
    font-size: 20px;
    line-height: 30px;
}

.quick-bar li:last-child {
    border-right: 0;
}

.quick-bar a:hover {
    background-color: #eeeeee;
}

.nav-primary .nav-dropdown {
    position: absolute;
    min-width: 200px;
    max-height: 0;
    z-index: 9;
    padding: 20px 0 20px;
    opacity: 0;
    margin: 0;
    transition: opacity .25s;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    border: 2px solid #ddd;
    color: #777;
    background-color: #fff;
    text-align: left;
    display: table;
    left: -99999px
}

.nav-primary .nav-top-link {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .2em;
    color: #7C7A7A;
    border-bottom: 1px solid transparent;
}

.nav-primary .nav-top-link:hover {
    border-bottom-color: #aaa;
}

.nav-primary .nav-dropdown:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0
}

.nav-primary .nav-dropdown li {
    display: block;
    margin: 0;
    vertical-align: top
}

.nav-primary .nav-dropdown li ul {
    margin: 0;
    padding: 0
}

.nav-primary li.current-dropdown > .nav-dropdown {
    opacity: 1;
    max-height: inherit;
    left: -15px
}

.nav-primary .nav-column li > a,
.nav-primary .nav-dropdown > li > a {
    width: auto;
    display: block;
    padding: 5px 15px;
    line-height: 1.3
}

.nav-primary .nav-column > li:last-child:not(.nav-dropdown-col) > a,
.nav-primary .nav-dropdown > li:last-child:not(.nav-dropdown-col) > a {
    border-bottom: 0 !important
}

.nav-primary .nav-dropdown > li.nav-dropdown-col,
.nav-primary .nav-dropdown > li.image-column {
    text-align: left;
    display: table-cell;
    white-space: nowrap;
    width: 160px;
    min-width: 160px;
    border-right: 1px solid transparent
}

.nav-primary .nav-dropdown .menu-item-has-children>a,
.nav-primary .nav-dropdown .title>a,
.nav-primary .nav-dropdown .nav-dropdown-col>a {
    text-transform: uppercase;
    font-size: .8em;
    font-weight: bolder;
    color: #000
}

.nav-primary .nav-dropdown .nav-dropdown-col .menu-item-has-children {
    margin-top: 5px
}

.nav-primary .nav-dropdown-default .nav-column li > a,
.nav-primary .nav-dropdown.nav-dropdown-default > li > a {
    padding-left: 0;
    padding-right: 0;
    margin: 0 10px;
}

.nav-primary .nav-dropdown-default {
    padding: 10px
}

.nav-primary li.current-dropdown > .nav-dropdown-full,
.nav-primary li.has-dropdown:hover > .nav-dropdown-full {
    position: fixed;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: 50% !important;
    transition: opacity 0.3s !important;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto;
    width: 100%;
    max-width: 1150px !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.nav-primary .nav-dropdown-full > li.nav-dropdown-col {
    white-space: normal
}

.nav-primary {
    width: auto;
    height: 110px;
    margin: 0 auto !important;
    position: relative;
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.nav-primary a {
    color: inherit;
    font-weight: normal;
}

.nav-primary .nav {
    margin: auto;
    width: auto;
}

.nav-primary .nav > li {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin: 0 20px;
    transition: background-color .3s
}

.nav-primary .nav > li > a {
    padding: 0px;
    display: inline-block;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center
}

.nav-primary .nav-dropdown > li > a,
.nav-primary .nav-column > li > a {
    display: block
}

.nav-primary .nav > li > a:hover,
.nav-primary .nav > li.active > a,
.nav-primary .nav > li.current > a,
.nav-primary .nav > li > a.active,
.nav-primary .nav > li > a.current,
.nav-primary .nav-dropdown li.active>a,
.nav-primary .nav-column li.active>a,
.nav-primary .nav-dropdown>li>a:hover,
.nav-primary .nav-column li>a:hover {
    color: #aaa;
}

.nav-primary .nav li:first-child {
    margin-left: 0 !important
}

.nav-primary .nav li:last-child {
    margin-right: 0 !important
}

.nav-primary > ul > .current-menu-ancestor > a {
    border-bottom: 1px solid #7c7c7c;
}

.nav-secondary {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px;
}

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

.nav-secondary li {
    float: left;
    margin-left: 20px;
}

.nav-secondary a {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 11px;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
    color: inherit;
    font-weight: normal;
}

.nav-secondary .current-menu-item a {
    border-bottom-color: #7c7c7c;
}

.nav-secondary a:hover {
    color: #aaa;
    border-bottom-color: #aaa;
}

.twitter-typeahead,
.tt-hint,
.tt-input,
.tt-menu {
    width: 100%;
}

.tt-suggestion a {
    overflow: hidden;
    text-overflow: ellipsis;
}

.hover:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .4);
    opacity: .8;
}

.inline-form {
    margin-bottom: 10px;
}

.inline-form input {
    float: left;
    border: none;
    border-radius: 5px;
    padding: 8px;
    width: 200px;
    margin-right: 5px;
}

.inline-form button {
    float: left;
    padding: 8px 15px;
    border-radius: 5px;
    background: #003366;
    border: none;
    color: #fff;
}

.inline-form > div:not(.clear) {
    float: left;
}

.banner {
    position: relative;
    background-size: cover;
    background-position: center;
    margin-bottom: 2em;
    padding: 30px 20px;
}

.banner h1 {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.banner h2 {
    font-weight: bold;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}

.banner a {
    color: inherit;
    font-weight: normal;
}

.banner-1 {
    background-size: cover;
    background-position: center;
    line-height: 40px;
}

.banner-1.full-height {
    min-height: 450px;
}

.banner-1-text {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px
}

.banner-2 .ribbon-content {
    display: -ms-flexbox;
    display: flex;
}

.banner-2 h2 {
    width: 40%;
    margin-bottom: 10px;
}

.banner-2-links {
    width: 60%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.banner-2-link {
    transition: transform .1s;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner-2-link:hover {
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.banner-2-link-text {
    text-transform: uppercase;
    color: #878787;
    font-weight: bold;
    max-width: 180px;
    text-align: center;
    height: 42px;
    padding: 0px 20px;
}

.banner-2-link-image {
    display: block;
    margin: 0px 40px 10px 40px;
    width: 100px;
}

.banner-3 .ribbon-content {
    display: -ms-flexbox;
    display: flex;
}

.banner-3-item {
    display: -ms-flexbox;
    display: flex;
    width: calc(33.333333% - 1.333333px);
    padding: 0 40px;
}

.banner-3-item:hover {
    opacity: .6;
}

.banner-3-image {
    margin-left: 20px;
}

.banner-3-image img {
    width: 100px;
}

.banner-4 {
    padding-top: 0;
    padding-bottom: 0;
}

.banner-4 .ribbon-content {
    display: -ms-flexbox;
    display: flex;
}

.banner-4 h3 {
    margin-bottom: 10px;
}

.banner-4-text {
    margin-bottom: 10px;
}

.banner-4-left {
    width: 33.333333%;
    padding-right: 30px;
}

.banner-4-right {
    width: 66.666666%;
    height: 215px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.banner-4 a {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    color: #003366;
}

.banner-5 {
    background-position: center;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 50px 0px;
}

.banner-5.full-height {
    min-height: 450px;
}

.banner-5 .ribbon-content {
    text-align: center;
}

.banner-5 h2 {
    font-size: 44px;
    margin-bottom: 50px;
}

.banner-5-text {
    font-size: 18px;
}

.banner .divider {
    display: block;
    width: 2px;
    background: -moz-linear-gradient(top, rgba(181,181,181,0) 0%, rgba(181,181,181,1) 25%, rgba(181,181,181,1) 75%, rgba(181,181,181,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(181,181,181,0) 0%,rgba(181,181,181,1) 25%,rgba(181,181,181,1) 75%,rgba(181,181,181,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(181,181,181,0) 0%,rgba(181,181,181,1) 25%,rgba(181,181,181,1) 75%,rgba(181,181,181,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b5b5b5', endColorstr='#00b5b5b5',GradientType=0 ); /* IE6-9 */
}

.department-header {
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

.department-image {
    background-position: center top;
    background-size: cover;
    width: 50%;
}

.department-info {
    background: #fff;
    width: 50%;
    padding: 20px;
}

.department-info h2 {
    margin-top: 0px;
    margin-bottom: 5px;
}

.contacts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.department-contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    width: calc(33.333333% - 12px);
    margin-right: 18px;
    margin-bottom: 18px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    color: inherit;
    font-weight: normal;
}

.department-contact:nth-child(3n+0) {
    margin-right: 0px;
}

.department-contact-image {
    width: 100%;
    background-size: cover;
    background-position: top;
    height: 0px;
    padding-bottom: 56.25%;
}

.department-contact-content {
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;

}

.department-contact h3 {
    text-transform: uppercase;
    font-weight: bold;
    color: #003366;
    font-size: inherit;
    margin-top: 0px;
    margin-bottom: 5px;
}

.department-contact-info {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.department-contact-link {
    text-align: right;
    text-transform: uppercase;
    color: #003366;
    font-weight: bold;
}

.department-search,
.employee-search {
    width: 100%;
    max-width: 500px;
    padding: 10px;
    border-radius: 5px;
    border: none;
}

.departments-more-results,
.employees-more-results {
    display: none;
    margin-top: 1em;
    margin: auto;
    text-align: center;
}

.employee-tab-wrapper {
    display: none;
}

.employee-contact {
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    width: calc(33.333333% - 12px);
    margin-right: 18px;
    margin-bottom: 18px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    color: inherit;
    font-weight: normal;
}

.employee-contact:nth-child(3n+0) {
    margin-right: 0px;
}

.employee-contact-image {
    min-width: 149px;
    width: 149px;
    height: 200px;
    background-size: cover;
    background-position: center;
}

.employee-contact-info {
    width: 100%;
    padding: 10px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: auto;
}

.employee-contact-name {
    margin-top: 0px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #003366;
    font-weight: bold;
}

.employee-contact-title {
    margin-bottom: 6px;
}

.employee-contact-email {
    font-weight: bold;
    color: #003366;
}

.employee-contact-read-more {
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
    color: #003366;
}

.project-box {
    border-radius: 5px; 
    background: #fff; 
    overflow: hidden;
}

.project-facts {
    border-collapse: collapse; 
    margin: 10px;
}

.project-facts td {
    word-break: break-all;
}

.project-facts-label {
    color: #003366; 
    width: 120px; 
    font-weight: bold; 
    vertical-align: top;
}

.tabs {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.tab {
    display: block;
    width: 50%;
    border-bottom: 1px solid #777;
    text-transform: uppercase;
    color: #777;
    padding: 10px;
}

.tab:hover {
    color: #003366;
    border-bottom-color: #003366;
}

.tab.active:hover {
    color: #003366;
}

.tab.active {
    color: #003366;
    font-weight: bold;
    border-bottom-width: 2px;
    border-bottom-color: #003366;
}

.tab.right {
    text-align: right;
    padding-right: 20px;
}

.tab.left {
    padding-left: 20px;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    cursor: pointer;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background: #e6e6e6;
    border-radius: 3px;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

.control input:checked ~ .control__indicator {
    background: #003366;
}

.control:hover input:not([disabled]):checked ~ .control__indicator {
    background: #234f7b;
}

.control input:disabled ~ .control__indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control__indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control__indicator:after {
    display: block;
}

.control--checkbox,
.control--radio {
    display: inline-block;
    margin-right: 18px;
}

.control--checkbox:hover {
    color: #878787;
}

.control--checkbox .control__indicator:after {
    left: 7px;
    top: 4px;
    width: 5px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.control--radio .control__indicator:after {
    left: 6px;
    top: 6px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}

.control--radio input:disabled ~ .control__indicator:after {
    background: #7b7b7b;
}

.connected-page-box {
    margin-right: 18px;
    border-radius: 5px;
    background-repeat: no-repeat;
    padding: 25px 35px;
    position: relative;
    overflow: hidden;
    color: inherit;
    font-weight: normal;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    background-size: cover;
}

.connected-page-box.full-height {
    height: 300px;
}

.connected-page-box h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: .5em;
    z-index: 100;
    position: relative;
}

.connected-page-box .excerpt {
    z-index: 100;
    position: relative;
}

.connected-page-box:last-child {
    margin-right: 0;
}

.connected-page-box.gradient:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom,#003366,transparent);
    opacity: .8;
    z-index: 100;
}

.connected-page-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2em;
}

.connected-page-box .fa-arrow-circle-right {
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.connected-page-box.internal:hover .fa-arrow-circle-right,
.connected-page-box.internal.active .fa-arrow-circle-right {
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.connected-page-box.active .fa-arrow-circle-right {
    color: #f0a54c;
}

.connected-page-box.active.orange-bg .fa-arrow-circle-right {
    color: #003366;
}

.text-ribbon h1, .text-ribbon h2, .text-ribbon h3,
.article-wrapper h1, .article-wrapper h2, .article-wrapper h3 {
	text-transform: none;
}

.text-ribbon {
    display: -ms-flexbox;
    display: flex;
}

.text-ribbon h2 {
    font-size: 26px;
    margin: 0;
    margin-bottom: .5em;
}

.text-ribbon-text {
    -ms-flex-positive: 0;
    flex-grow: 1;
}

.link-boxes {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40%;
    margin-left: 50px;
}

.link-box {
    display: block;
    font-weight: normal;
    color: inherit;
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 25px 75px 25px 35px;
    margin-bottom: 18px;
}

.link-box-arrow {
    color: #003366;
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-size: 24px;
}

.link-box-heading {
    color: #003366;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.link-box.has-text .link-box-heading {
    margin-bottom: 5px;
}

.boxes {
    display: -ms-flexbox;
    display: flex;
}

.boxes .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-right: 18px;
    border-radius: 5px;
    font-weight: normal;
    overflow: hidden;
    width: calc(33.333333% - 12px);
}

.boxes.fill-parent .box {
    width: auto;
    flex-basis: 100%;
}

.boxes.fill-parent .box:last-child {
    margin-right: 0px;
}

.boxes .box h3 {
    margin: 0;
    color: inherit;
}

.boxes .box:nth-child(3) {
    margin-right: 0px;
}

.boxes .box-content {
    padding: 20px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.boxes .box-image {
    height: 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

.boxes .box-image.video:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f04b";
    font-family: 'Font Awesome\ 5 Free';
    font-size: 80px;
    font-weight: 900;
    color: #fff;
    opacity: .8;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

.boxes .box-text {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.boxes .box-link-text {
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
}

.boxes.two-boxes .box-image {
    padding-bottom: 33.333333%;
}

.boxes.three-boxes .box-image {
    padding-bottom: 50.773120%;
}

.jobs-ribbon a + h2 {
    margin-top: 10px;
}

.jobs-ribbon h2 {
    border-bottom: 1px solid #444;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.form-ribbon {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.form-ribbon .gform_wrapper .gsection {
    padding: 0px;
    margin-bottom: 5px;
    border-bottom: none;
}

.form-ribbon .gform_wrapper h2.gsection_title {
    font-size: inherit;
}

.form-ribbon .gform_wrapper input {
    border: none;
    border-bottom: 1px solid #ccc;
}

.form-ribbon .gform_wrapper input:focus {
    border-bottom-color: #003366;
}

.form-ribbon .gform_wrapper select {
    border: none;
    border-bottom: 1px solid #ccc;
}

.form-ribbon .gform_wrapper .gfield_checkbox label {
    font-weight: normal;
    text-transform: none;
    color: inherit;
}

.form-ribbon .gform_wrapper .gform_footer {
    text-align: center;
}

.form-ribbon .gform_wrapper .gform_button {
    padding: 7px 50px;
    background-color: #003366;
    border-radius: 5px;
    color: #fff;
}

.form-ribbon .gform_wrapper .gfield {
    padding-right: 0px;
}

.form-ribbon .gform_wrapper .gf_left_half {
    margin-right: 18px;
}

.form-ribbon .gform_wrapper .top_label li.gfield.gf_left_half,
.form-ribbon .gform_wrapper .top_label li.gfield.gf_right_half {
    width: calc(50% - 9px);
    padding-right: 0px;
}

.form-ribbon .gform_wrapper .animated-label {
    position: relative;
}

.form-ribbon .gform_wrapper .animated-label label {
    position: absolute;
    top: 15px;
    left: 5px;
    bottom: 0px;
    z-index: 2;
    width: 100%;
    font-weight: 300;
    opacity: .5;
    cursor: text;
    transition: 0.2s ease all;
    margin: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-weight: normal;
}

.form-ribbon .gform_wrapper .animated-label .ginput_container {
    position: relative;
}

.form-ribbon .gform_wrapper .animated-label .ginput_container:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 1px;
    width: 10px;
    visibility: hidden;
    background-color: #003366;
    transition: 0.4s ease all;
    z-index: 10000;
}

.form-ribbon .gform_wrapper .animated-label.not-empty label {
    top: -5px;
    font-size: 12px;
    z-index: 1;
}

.form-ribbon .gform_wrapper .animated-label input {
    position: relative;
    z-index: 1;
    border-radius: 0;
    border-width: 0 0 1px;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    height: auto;
    padding: 3px 0 5px;
}

.form-ribbon .gform_wrapper .animated-label.focus {
    box-shadow: none;
    border-bottom-color: rgba(0, 0, 0, 0.12);
 }

.form-ribbon .gform_wrapper .animated-label.focus label {
    top: -5px;
    opacity: 1;
    color: #003366;
    font-size: 12px;
}

.form-ribbon .gform_wrapper .animated-label.focus.gfield_error label {
    color: #790000;
}

.form-ribbon .gform_wrapper .animated-label.focus .ginput_container:after {
    visibility: visible;
    width: 100%;
}

.form-ribbon .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0px;
}

.form-ribbon .gform_wrapper li.gfield.gfield_error {
    padding-top: 0px;
    background-color: transparent;
    border: none;
}

.form-ribbon .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border: none;
    border-bottom: 1px solid #c89797;
}

.form-ribbon .gform_wrapper.gf_browser_chrome .gfield_error input[type=text] {
    margin-bottom: 0px;
}

.form-ribbon .gform_wrapper .animated-label.gfield_error .ginput_container:after {
    background-color: #790000;
}

.form-ribbon .gform_wrapper .field_description_below .gfield_description {
    padding-top: 5px;
}

.autocomplete-container {
    position: relative;
    width: 100%;
}

.autocomplete-container input {
    width: 100%;
    box-sizing: border-box;
}

.dawa-autocomplete-suggestions {
    margin: 0.3em 0 0 0;
    padding: 0;
    text-align: left;
    border-radius: 0.3125em;
    background: #fff;
    box-shadow: 0 0.0625em 0.15625em rgba(0,0,0,.15);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    overflow-y: auto;
    box-sizing: border-box;
}

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion {
    margin: 0;
    list-style: none;
    cursor: pointer;
    padding: 0.4em 0.6em;
    color: #333;
    border: 0.0625em solid #ddd;
    border-bottom-width: 0;
}

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    border-bottom-width: 0.0625em;
}

.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion.dawa-selected,
.dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:hover {
    background: #f0f0f0;
}

.meet-employee-box {
    float: left;
    margin-right: 18px;
    margin-bottom: 18px;
    border-radius: 5px;
    overflow: hidden;
    width: 500px;
}

.meet-employee-box-image {
    background-size: cover;
    background-position: center;
    height: 0px;
    padding-bottom: 56.25%;
}

.meet-employee-box-content {
    background-color: #fff;
    padding: 20px;
}

.meet-employee-box-name {
    text-transform: uppercase;
    font-weight: bold;
    color: #003366;
}

.small-banner-wrapper {
    display: -ms-flexbox;
    display: flex;
}

.small-banner {
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 9px);
    margin-right: 18px;
    border-radius: 5px;
    overflow: hidden;
    flex-direction: column;
    font-weight: normal;
}

.small-banner:last-child {
    margin-right: 0px;
}

.small-banner h2 {
    color: inherit;
}

.small-banner-content {
    padding: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.small-banner-text {
    margin-bottom: 10px;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.small-banner-img {
    height: 0;
    padding-bottom: 31.811%;
    background-size: cover;
}

.small-banner-link {
    text-transform: uppercase;
    font-weight: bold;
    text-align: right;
}

.text-2-columns-ribbon {
    display: -ms-flex;
    display: flex;
}

.text-2-columns-left,
.text-2-columns-right {
    width: calc(50% - 20px);
}

.text-2-columns-left {
    margin-right: 40px;
}

.news-item-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-item {
    width: calc(33.333333% - 12px);
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border-radius: 5px;
    margin-right: 18px;
    margin-bottom: 18px;
    color: inherit;
    font-weight: normal;
}

.news-item:nth-child(3n+0) {
    margin-right: 0px;
}

.news-item-image {
    background-position: center;
    background-size: cover;
    height: 0px;
    padding-bottom: 56.25%;
    position: relative;
}

.news-item-date {
    margin-bottom: .5em;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.news-item h3 {
    margin-top: 0;
    margin-bottom: .5em;
}

.news-more-results {
    display: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #003366;
}

.news-search-wrapper {
    margin-bottom: 18px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

.news-search {
    width: 100%;
    max-width: 500px;
    padding: 10px;
    border-radius: 5px;
    border: none;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
        TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: AvenirNext;
    src: url('fonts/AvenirNextLTPro-Regular.woff') format('woff');
}

@font-face {
    font-family: AvenirNext;
    font-weight: bold;
    src: url('fonts/AvenirNextLTPro-Bold.woff') format('woff');
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 1024px) {
    body {
        margin-top: 70px;
    }

    .quick-bar {
        display: none;
    }

    .slide-menu-open .quick-bar {
        display: block;
        position: fixed;
        bottom: 0px;
        background: #fff;
        width: 100%;
        height: 70px;
        z-index: 200;
        border-radius: 0px;
        border: none;
        border-top: 1px solid #cccccc;
    }

    .quick-bar ul {
        display: -ms-flexbox;
        display: flex;
    }

    .quick-bar ul > li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .quick-bar ul > li > a {
        width: 100%;
    }

    .slide-menu-btn-wrapper {
        display: block;
    }

    .slide-menu-open {
        overflow: hidden;
    }

    h1 {
        font-size: 26px;
        word-break: break-word;
    }

    .nav-primary {
        display: none;
    }

    .nav-secondary {
        display: none;
    }

    .search-wrapper {
        display: none;
    }

    .header .logo {
        height: 70px;
    }

    .header .logo img {
        width: 170px;
    }

    .heading-ribbon h1 {
        font-size: 24px;
        line-height: 28px;
    }

    .connected-page-wrapper {
        display: block;
    }

    .connected-page-box {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        overflow: hidden;
        margin-bottom: 18px;
        background-size: cover;
        background-image: none !important;
    }

    .connected-page-box.full-height {
        height: auto;
    }

    .connected-page-box.gradient:before {
        background-image: none;
    }

    .connected-page-box h3 {
        font-size: 18px;
    }

    .banner-1 h2 {
        font-size: 24px;
        line-height: 28px;
        word-wrap: break-word;
    }

    .banner-2 .ribbon-content {
        display: block;
    }

    .banner-2 h2 {
        width: 100%;
        text-align: center;
    }

    .banner-2-links {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .banner-3-item {
        display: block;
        text-align: center;
    }

    .banner-3-image {
        text-align: center;
        margin-top: 10px;
        margin-left: 0px;
    }

    .banner-5 h2 {
        font-size: 30px;
    }

    .text-ribbon {
        display: block;
    }

    .text-ribbon h2 {
        font-size: 24px;
    }

    .link-boxes {
        margin-left: 0px;
        width: 100%;
    }

    .department-contact,
    .employee-contact {
        width: calc(50% - 9px);
    }

    .department-contact:nth-child(3n+0),
    .employee-contact:nth-child(3n+0) {
        margin-right: 18px;
    }

    .department-contact:nth-child(2n+0),
    .employee-contact:nth-child(2n+0) {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .header {
        padding-left: 10px;
    }

    .footer ul {
        -webkit-column-count: 1;
        column-count: 1;
    }

    .ribbon {
        padding-left: 10px;
        padding-right: 10px;
    }

    .department-contact,
    .employee-contact {
        width: 100%;
    }

    .department-contact,
    .employee-contact,
    .department-contact:nth-child(3n+0),
    .employee-contact:nth-child(3n+0) {
        margin-right: 0px;
    }

    .department-header {
        display: block;
    }

    .department-image {
        width: 100%;
        height: 0px;
        padding-bottom: 56.25%;
    }

    .department-info {
        width: 100%;
    }
    
    .banner-1.full-height {
        min-height: 200px;
    }

    .banner-2-links {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .banner-2-link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin: 20px 0px;
    }

    .banner-2-link .text {
        height: auto;
        max-width: none;
    }

    .banner-3 .ribbon-content {
        display: block;
    }

    .banner-3-item {
        width: 100%;
        text-align: center;
    }

    .banner-2 .divider,
    .banner-3 .divider {
        width: 100%;
        height: 2px;
        background: -moz-linear-gradient(left, rgba(181,181,181,0) 0%, rgba(181,181,181,1) 25%, rgba(181,181,181,1) 75%, rgba(181,181,181,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(181,181,181,0) 0%,rgba(181,181,181,1) 25%,rgba(181,181,181,1) 75%,rgba(181,181,181,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(181,181,181,0) 0%,rgba(181,181,181,1) 25%,rgba(181,181,181,1) 75%,rgba(181,181,181,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b5b5b5', endColorstr='#00b5b5b5',GradientType=1 ); /* IE6-9 */
    }

    .banner-4 .ribbon-content {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .banner-4-left {
        width: 100%;
        margin-right: 0px;
        -ms-flex-order: 2;
        order: 2;
    }

    .banner-4-right {
        width: 100%;
        height: 0;
        padding-bottom: 26.875%;
        -ms-flex-order: 1;
        order: 1;
    }

    .boxes {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .boxes .box {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 18px;
    }

    .boxes .box:last-child {
        margin-bottom: 0px;
    }

    .job-categories-container {
        display: block;
    }

    .job-category {
        width: 100%;
        margin-right: 0;
    }

    .inline-form input,
    .inline-form button,
    .inline-form div,
    .inline-form div:not(.clear) {
        float: none;
        margin-bottom: 5px;
        width: 100%;
    }

    .inline-form button {
        width: auto;
    }

    .gform_wrapper .gf_left_half,
    .gform_wrapper .gf_right_half {
        width: 100% !important;
    }

    .control--checkbox,
    .control--radio {
        display: block;
        margin-right: 0px;
    }

    .meet-employee-box {
        float: none;
        margin-right: 0px;
        width: 100%;
    }

    .small-banner-wrapper {
        display: block;
    }

    .content-margin {
        margin: 0 10px;
    }

    .small-banner {
        width: 100%;
        margin: 0;
        margin-bottom: 1em;
    }

    .text-2-columns-ribbon {
        display: block;
    }

    .text-2-columns-left,
    .text-2-columns-right {
        width: 100%;
    }

    .text-2-columns-left {
        margin-right: 0px;
    }

    .news-item-ribbon {
        display: block;
    }

    .news-item {
        width: 100%;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 782px) {
    .admin-bar .header {
        top: 46px;
    }

    .admin-bar .slide-menu {
        top: 116px;
    }
}

@media only screen and (min-width: 1024px) {
    .slide-menu {
        display: none !important;
    }
}

/*------------------------------------*\
    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;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    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;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}
