  html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%
}

body {
    font-size: 14px;
    height: 100%;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    overflow-y: scroll;
}

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

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

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

[hidden],
template {
    display: none
}

a {
    background: transparent
}

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

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

input {
    line-height: normal
}

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #000
}

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

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

.w-100 {
    width: 100%;
}

.red-hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
    height: 2px;
    background-color: red;
    border-top: 0;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 400, from(red), to(rgba(0, 0, 0, 0)));
    background: -moz-linear-gradient(left, #000000 0%, #F40000 33%, #F40000 66%, #000000 100%);
    /* FF3.6+ */
    background: -o-linear-gradient(left, #000000 0%, #F40000 33%, #F40000 66%, #000000 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #000000 0%, #F40000 33%, #F40000 66%, #000000 100%);
    /* IE10+ */
    background: linear-gradient(left, #000000 0%, #F40000 33%, #F40000 66%, #000000 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#F40000', GradientType=1);
    /* IE6-9 */
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.user-template {
    margin: 0 auto;
    padding: 10px 0 20px;
    min-height: 400px;
    position: relative
}

.user-content {
    line-height: 1.15;
    font-size: 16px
}

.user-content a:hover {
    text-decoration: underline
}

/* ========================================================
Area51 ==================================================== 
======================================================== */

ul.file.images {
    list-style: none outside none;
    padding: 0px;
}

/* start main nav */

.navbar {
    padding: 5px;
}

.navbar a {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

.navbar .brand {
    color: #999;
    font-size: 2em;
    display: block;
    padding: 10px;
}

.navbar .brand:hover {
    color: #FFF;
}

/* these are the rules we want applied to the menu only in desktop mode
  unsetting all of them was a bigger pain then creating an IE 8 (and less) stylesheet.
  IE8 and below can't handle these media queries and ignores this block.
  Any changes here should be mirrored in ie8.css!
*/

.social-svg {
    font-size: 34px;
    margin: 0 5px;
}

/* CTAS */

div.cta {
    display: block;
}

div.cta div.wrapper {
    background-color: #eee;
    border: 1px solid #999;
    border-radius: 2px;
    margin: 3px;
}

div.cta .title {
    margin: 3px;
    font-weight: bold;
}

div.cta .image {
    display: none;
}

div.cta .description {
    margin: 3px;
}

/* styles specific for AAC */

header {
    /* so that the menu will be above the homeslides */
    z-index: 151;
    position: relative;
    margin: 0px auto;
    width: 100%;
}

footer {
    font-size: .85em;
    width: 100%;
    background-color: aqua;
}

iframe {
    max-width: 100%;
}

.brand img {
    width: 151px;
    height: 186px;
}

/* this is the mainblock element for all the content between header and footer blocks */

div.container {
    background-color: #fff;
    width: 100%;
}

.fit-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.fit-imgc {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.footer-social {
    width: 60px;
    display: inline-block;
}

.nav-social {
    height: 40px;
    display: inline-block;
}

.contact-social {
    height: 50px;
    width: 50px;
    display: block;
}

/* media block */

.mb-image {
    float: left;
}

.mb-image .fit-img {
    margin: 0 auto;
}

.mb {
    overflow: hidden;
}

.mb-content {
    overflow: hidden;
}

.homepage-slides-wrap {
    display: block;
}

.homepage-slide {
    /*max-width:100%;
	max-height:560px;*/
    width: 100%;
    max-height: 560px;
}

.homepage-slides-wrap img,
.content-slides-wrap img {
    height: auto;
    width: 100%;
    max-height: 500%;
}

.main-body-wrap {
    display: block;
}

.slide-body-wrap {
    display: block;
    background-color: rgba(0, 25, 45, 0.4);
    padding: 15px;
}

.homepage-cta-wrap {
    display: block;
}

div.main-content {
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.01em;
    color: #4f4f4f;
    font-size: 1em;
    padding: 20px;
    position: relative;
}

.main-content:after {
    content: "";
    display: table;
    clear: both;
}

h1 {
    font-weight: normal;
}

div.main-content h1,
div.main-content h2,
div.main-content h3,
div.main-content h4 {
    padding: 0;
    margin: 0 0 16px;
    display: block;
    letter-spacing: 0.03em;
}

div.main-content h1 {
    font-size: 2em;
}

div.main-content h2 {
    font-size: 1.7em;
}

div.main-content h3 {
    font-size: 1.4em;
}

div.main-content h4 {
    font-size: 1.2em;
}

div.main-content a {
    color: #de6815;
    text-decoration: none;
}

div.main-content a:hover {
    color: #de6815;
    text-decoration: underline;
}

.h-thin {
    font-family: 'Lato', sans-serif;
    font-weight: 100;
}

/** !!mainnav */

.dropdown-arrow {
    display: none;
}

.mainnav-home {
    float: left;
    width: 60px;
    height: 40px;
    background: url('/assets/images/ui/icon-home.png') 50% 50% no-repeat;
}

/** !!site stuff */

.site-button {
    color: #FFF;
    font-size: 1.2em;
    display: inline-block;
    padding: 10px;
    border: solid 1px #fff;
    text-transform: uppercase;
    line-height: normal;
    cursor: pointer;
    text-decoration: none;
}

.site-button:hover,
a.site-button:hover {
    text-decoration: none
}

.site-button2 {
    display: inline-block;
    text-decoration: none !important;
    height: 42px;
    color: #FFF !important;
    border: none;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    padding: 0 60px 0 15px;
    cursor: pointer;
    line-height: 42px;
    min-width: 200px;
    text-align: left;
    text-transform: uppercase;
    overflow: hidden;
    white-space: nowrap;
    background: #DA5700 url('/assets/images/ui/icon-button.png') 100% -2px no-repeat;
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5) inset;
}

/* end site stuff */

/** !home video */

.view-home-video {
    width: 1020px;
    max-width: 100%;
    margin: 1em auto;
    color: #004677;
    text-align: center;
}

.more-videos {
    margin-top: 1em;
}

/** !!homeslides */

.homeslide-slide {
    width: 100%;
    padding: 220px 0 40px;
    width: 100%;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    -ms-behavior: url(/assets/javascript/backgroundsize.min.htc);
    behavior: url(/assets/javascript/backgroundsize.min.htc);
}

.homeslide-content-wrap {
    color: #fff;
    text-align: center;
    background-color: rgba(0, 25, 45, 0.4);
    padding: 15px;
}

.homeslide-content-wrap p {
    text-transform: none;
}

.homeslide-content-wrap b {
    float: right;
    color: #DE6815;
}

.homeslides-controls {
    display: none;
    position: absolute;
    bottom: 30px;
    z-index: 101;
    left: 50%;
    margin-left: -300px;
}

.homeslide-control {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    background: #DA5700;
    border-radius: 5px;
    margin: 0 2px;
    cursor: pointer;
}

.homeslide-control.cycle-pager-active {
    border-color: #DA5700;
    background-color: #fff;
}

/* end homeslides */

/* awards styles */

.awards-wrap {
    list-style: none;
    margin: 0 0 -20px;
    padding: 0;
    max-width: 100%
}

.awards-wrap.awards-single {
    width: 470px
}

.award-category {
    margin-bottom: 10px
}

.award-category h2 {
    text-align: center
}

.awards {
    list-style: none;
    margin: 10px 0;
    padding: 0;
    text-align: center
}

.award {
    width: 980px;
    max-width: 95%;
    display: inline-block;
    text-align: left;
    background: #da5700;
    position: relative;
    padding: 0 70px;
    margin: 0 2.5% 1em;
    vertical-align: top;
    color: #FFF;
    cursor: pointer;
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) inset
}

.award-short {
    padding: 17px 0 17px 20px;
    min-height: 90px;
    border-left: solid 1px #a64200
}

.award-icon {
    position: absolute;
    top: 50%;
    left: 16px;
    margin-top: -21px
}

.award-chev {
    position: absolute;
    right: 24px;
    top: 50%;
    margin-top: -19px
}

.pretitle {
    font-size: .7em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #002640;
    font-family: 'Montserrat', sans-serif
}

.award-details .pretitle {
    color: #da5700;
    margin: 1em 0
}

.award-title {
    margin: 5px 0 8px;
    font-family: 'Lato', sans-serif;
    font-size: 1.25em;
    text-align: center;
}

.award-details-wrap {
    display: none
}

.award-details {
    min-width: 280px
}

.award-pdf-button,
.award-project-button {
    color: #da5700;
    border-color: #da5700
}

.award-pdf-button {
    float: right
}

.award-project-button {
    float: left
}

ul.awards-single h2 {
    display: none
}

.awards-single .award-category {
    margin: 0
}

/* end awards  */

/* !!쿴Ƭҹ categories and items */

.equipment-categories,
.equipment-items {
    list-style: none;
    margin: 1.5em 0;
    padding: 0;
    text-align: center;
}

.equipment-category {
    width: 440px;
    max-width: 100%;
    aspect-ratio: 1.35;
    min-width: 300px;
    margin: 0 auto 2em;
    padding: 0;
    display: block;
    position: relative;
    background: #DA5700;
    overflow: hidden;
    font-size: 18px
}

.equipment-category-title {
    position: relative;
    color: #FFF;
    text-transform: uppercase;
    padding: .5em 2%;
    background: rgba(0, 0, 0, 0.25);
    margin: 18% 0 0
}

.equipment-category-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity .5s
}

.equipment-category-button {
    margin-top: 1em;
    position: relative
}

.equipment-category:hover .equipment-category-img {
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.equipment-category:hover .equipment-category-title {
    margin: 2.5em 0 1em;
    font-size: 1.5em;
    padding: .5em 10px;
    text-decoration: none;
    background: none
}

.equipment-category-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

div.main-content a.equipment-category-link:hover {
    text-decoration: none
}

.equipment-item {
    width: 95%;
    margin: 0 auto 2em;
    font-size: 18px;
    position: relative
}

.equipment-item-img {
    background-color: #DA5700;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -ms-behavior: url(/assets/javascript/backgroundsize.min.htc);
    behavior: url(/assets/javascript/backgroundsize.min.htc);
    padding: 0 0 66.66%;
    display: block;
    position: relative;
    overflow: hidden
}

.equipment-item-info {
    background: #DA5700;
    padding: .75em 1em;
    color: #FFF;
    overflow: hidden;
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) inset
}

.equipment-item-title {
    float: left;
    height: 3em;
    overflow: hidden;
    max-width: 260px;
    text-align: left
}

.equipment-item-images,
.equipment-item-details-anchor {
    float: right;
    font-size: .75em;
    margin: 1em 0 0 2em
}

div.main-content a.equipment-item-images,
div.main-content a.equipment-item-images:hover {
    text-decoration: none;
    color: #fff
}

.equipment-item-details {
    padding: 1em;
    background: #DA5700;
    overflow: hidden;
    color: #FFF;
    font-size: 16px;
    text-align: left;
    -moz-transition: background .5s;
    -webkit-transition: background .5s;
    transition: background .5s
}

div.main-content a.equipment-item-pdf,
div.main-content a.equipment-item-video {
    color: #fff;
    margin: 1em 0 0;
    float: left;
    text-decoration: none;
    line-height: 1
}

div.main-content a.equipment-item-video {
    float: right
}

div.main-content .equipment-overview a {
    color: #001B2D;
}

/* end equipment  */

/** !!news content */

.content-news-list-slides {
    display: none
}

.content-news-list .homepage-news-list-item {
    width: 100%
}

.content-news-list .title {
    max-width: 100%;
    height: 23px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.homepage-news-list-item p {
    height: 30px;
    overflow: hidden
}

.news-img {
    margin: 1em 0;
    max-width: 100%
}

.news-archived {
    display: none
}

.news-archive {
    color: #DA5700;
    border-color: #DA5700;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    text-align: center
}

.homepage-news-list .title {
    max-width: 400px;
    height: 23px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#view_news_article .richtext img {
    max-width: 100%;
    height: auto !important;
}

.content-news-list {
    padding: 0;
}

/** site !!forms **/

.site-form {
    width: 100;
    padding: 1em 1.5em;
    background-color: #EDEDED;
}

.site-form input {
    height: 28px;
    margin: 3px 0;
}

.site-form input[type=submit] {
    background: #DA5700;
    border: none;
    color: #FFF !important;
    font-size: 24px;
    font-family: Montserrat, sans-serif;
    height: auto;
    padding: .2em .75em;
    text-transform: uppercase;
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) inset;
}

.site-form label {
    color: #004C81;
    font-size: 1.2em;
}

/* end site form */

/** !!contacts form */

.new-contact {
    max-width: 450px;
    margin: 1em auto;
    min-width: 280px;
}

.new-contact textarea {
    height: 5em;
}

/* end contacts */

/*  staff details pages */

.staff-nav-prev {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: -50px
}

.staff-nav-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    right: -50px
}

.staff-nav-prev a,
.staff-nav-prev a:hover,
.staff-nav-next a,
.staff-nav-next a:hover {
    text-decoration: none;
    color: rgba(218, 87, 0, 1);
    font-size: 100px
}

.staff-nav-prev a:hover,
.staff-nav-next a:hover {
    text-decoration: none;
    color: #001522;
    font-size: 100px
}

/* end staff details */

/* projects styles for list and details, universal */

.project-list-award-icon {
    float: left;
    margin: 5px 10px 0 -6px
}

.project-search {
    width: 300px;
    padding: 5px 35px 5px 15px !important;
    font-size: 16px !important;
    color: #fff !important;
    border: 0 solid #ccc !important;
    height: 30px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/assets/images/ui/search-icon.png) 95% / 20px no-repeat rgba(218, 87, 0, 1) !important;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) inset
}

#project_search::-webkit-input-placeholder {
    color: #fff
}

#project_search:-moz-placeholder {
    color: #fff
}

#project_search::-moz-placeholder {
    color: #fff
}

#project_search:-ms-input-placeholder {
    color: #fff
}

#view_project {
    padding-bottom: 1em;
}

.project-select {
    width: 300px;
    padding: 5px 35px 5px 15px;
    font-size: 16px;
    color: #fff !important;
    border: 0 solid #ccc;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/assets/images/ui/chev-down.png) 95% / 20px no-repeat rgba(218, 87, 0, 1);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) inset
}

/*target Internet Explorer 9 and Internet Explorer 10:*/

@media screen and (min-width:0\0) {
    .project-select {
        background: none;
        padding: 5px;
    }
}

/* !!projects */

.project-prev {
    float: left;
}

.project-next {
    float: right;
}

.project-back {
    text-align: center;
    display: block;
}

.project-video-play {
    display: none;
}

.list-projects {
    list-style: none;
    margin: 1.5em 0;
    padding: 0;
    text-align: center;
}

.project {
    width: 95%;
    min-width: 300px;
    margin: 0 auto 2em;
    font-size: 18px;
    position: relative;
    font-size: 24px;
    background: #DA5700;
}

.project-img {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -ms-behavior: url(/assets/javascript/backgroundsize.min.htc);
    behavior: url(/assets/javascript/backgroundsize.min.htc);
    padding: 0 0 55%;
    display: block;
    position: relative;
    overflow: hidden;
    transition: opacity .5s;
}

.project-link {
    display: block;
    margin-bottom: 20px;
}

.project-title {
    position: relative;
    color: #FFF;
    text-transform: uppercase;
    padding: .5em 2%;
}

.project-button {
    font-size: 14px;
}

.project-button:hover {
    color: #fff;
    border-color: #fff;
}

div.main-content a.project-link:hover {
    text-decoration: none;
}

.project:hover .project-title {
    margin: 2.5em 0 1em;
    padding: .5em 10px;
    background: none;
}

.project:hover .project-img {
    opacity: .2;
}

.project-info {
    background: #DA5700;
    padding: .75em 1em;
    color: #FFF;
    overflow: hidden;
    text-align: left;
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) inset;
}

.project-owner,
.project-date {
    font-size: 12px;
}

.project-owner {
    font-weight: bold;
}

.project-loc {
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    font-size: 18px;
}

.slide-body-wrap .site-button:hover,
.slide-body-wrap a.site-button:hover {
    border-color: #DA5700;
    color: #DA5700;
    text-decoration: none;
    background: #FFF;
}

.project-form {
    margin: 1.5em auto 0;
    max-width: 600px;
}

.project-form label {
    display: none;
}

.project-form .input {
    display: inline-block;
    min-width: 250px;
}

.project-form input[type=text] {
    height: 42px;
    color: #fff;
    border: none;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    padding: 0 60px 0 10px;
    background: #DA5700 url('/assets/images/ui/icon-search.png') 100% 50% no-repeat;
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) inset;
}

.project-form #project_year_select {
    background: none;
    border: none;
    height: 100%;
    color: #FFF;
    margin-left: -10px;
    width: 270px;
    padding-left: 10px;
    text-transform: uppercase;
}

.project-form #spanid_project_year_select {
    background: #DA5700 url('/assets/images/ui/icon-select.png') 100% 50% no-repeat;
    height: 42px;
    vertical-align: top;
    overflow: hidden;
    width: 250px;
    font-size: 16px;
    color: #FFF;
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) inset;
    padding: 0 0 0 10px;
}

.project-form option {
    background: #DA5700;
}

.projects-filter-or {
    display: none;
    color: #fff;
}

.view-all-project-list {
    width: 245px;
    display: block;
    margin: 0 auto;
    clear: both;
}

/* end projects  */

/* end projects styles */

/* projects details pages */

.project-detail-header-wrap {
    height: 500px;
    overflow: hidden;
    background: #000;
    position: relative;
    width: 100%;
}

.project-detail-header-wrap img {
    position: absolute;
    top: -10%;
    left: 0;
    right: 0;
    bottom: -10%;
    margin: auto;
    width: 100%;
}

.project-view-header,
.project-view-content {
    width: 960px;
    margin: 0 auto
}

.project-view-header {
    padding: 40px 0 0;
    color: #fff;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px
}

.project-view-header .site-button2 {
    float: right
}

.project-view-header .title {
    font-weight: normal;
    font-size: 2em;
    letter-spacing: 1px
}

.project-view-header .start_date {
    display: inline-block
}

.project-view-header .owner {
    display: inline-block
}

.project-view-header .client {
    display: inline-block;
    margin: 0 15px 7px 0;
    max-width: 715px;
}

.project-view-header .city {
    display: inline-block
}

.project-view-content {
    padding-top: 30px
}

.project-view-content .project-block {
    width: 500px;
    margin: 0 auto;
    display: inline-block
}

.project-block-left {
    margin-right: 15px !important
}

.view_project h1,
.project-block h1,
.project-block-full h1 {
    height: 50px;
    margin: 0;
    padding: 0;
    color: #4c4c4c;
    font-weight: normal;
    letter-spacing: 1px;
    letter-spacing: 1px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 1.7em;
    font-weight: normal;
}

.project-view-content .project-block-full {
    width: 100%;
    display: block;
    margin: 30px 0;
    overflow: hidden;
    height: 400px
}

.project-content-block {
    height: 370px;
    overflow: auto;
    background: #4c4c4c;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    font-weight: normal;
    line-height: 20px;
    font-family: 'Lato', sans-serif
}

.project-content-block-white {
    height: 370px;
    overflow: auto;
    font-weight: 100;
    line-height: 1.5em;
    font-family: 'Lato', sans-serif;
    color: #4c4c4c;
}

.project-gallery-item {
    height: 400px;
    width: 100%;
}

.project-gallery-prev,
.project-gallery-next {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    text-decoration: none;
    color: #001522;
    font-size: 100px;
    line-height: 400px;
    width: 100px;
    z-index: 101;
    cursor: pointer;
    color: #DA5700;
}

.project-gallery-next {
    left: auto;
    right: 0;
    text-align: right;
}

.project-gallery-next:hover,
.project-gallery-prev:hover {
    color: #000;
}

.project-video-link {
    position: relative;
}

.project-video-link .project-video-thumb {
    width: 100%;
}

.project-video-link .project-video-thumb-play {
    display: none;
}

.project-video-link:hover .project-video-thumb {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.project-video-link:hover .project-video-thumb-play {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    margin: -10px 0px 0px -10px;
}

.project-video-title {
    background: rgba(218, 87, 0, 1);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) inset;
    color: #fff;
    padding: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

/* end project details */

/* scholarship page */

div.scholarship-block {
    width: 296px;
    height: 296px;
    border: 2px solid #ccc;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin: 1px
}

div.scholarship-block-hide {
    display: none;
}

.scholarship-block img {
    min-width: 300px;
    max-width: 300px;
}

.scholarship-block div {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    height: 50px;
    text-align: center;
    font-weight: 00;
    letter-spacing: .1em
}

.scholarship-block div b {
    display: block;
    width: 100%;
    padding: 10px 0 0;
    font-size: 1.1em;
    line-height: 1em;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif
}

.scholarship-block div a {
    display: none
}

.scholarship-block:hover div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(221, 101, 18, 0.85);
    color: #fff;
    height: 100%;
    text-align: center;
    font-weight: normal;
    letter-spacing: .1em;
    font-size: 1.5em;
    padding-top: 20%
}

.scholarship-block:hover div b {
    display: block;
    width: 100%;
    padding: 10px 0 0;
    font-size: 2em;
    line-height: 1em;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif
}

.scholarship-block:hover div a {
    display: block;
    color: #fff;
    border: 2px solid #fff;
    width: 200px;
    margin: 10px auto;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px
}

.scholarship-arrow-link {
    width: 42px;
    height: 42px;
    display: block;
    float: right;
}

.scholarship-block .scholarship-detail {
    display: none;
}

div.year-list-select {
    display: block;
    width: 100%;
    text-align: right;
}

#scholarship_year_select {
    width: 200px;
    padding: 5px 35px 5px 15px;
    font-size: 16px;
    color: #fff !important;
    border: 0 solid #ccc;
    height: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/assets/images/ui/chev-down.png) 95% / 20px no-repeat rgba(218, 87, 0, 1);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) inset;
}

.sd-name {
    color: #444;
    font-weight: 100;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 2em;
    text-align: center;
}

.sd-degree,
.sd-amount {
    color: #444;
    font-weight: 100;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.5em;
    text-align: center;
}

.sd-bio,
.sd-sponsor {
    font-weight: 100;
    line-height: 1.2em;
    font-size: 0.85em;
    padding: 5px 0px;
}

/* end scholarship page */

/** !!ctas projects homepage */

.ctas-featured-projects {
    min-width: 320px;
    max-width: 100%;
    margin: 20px auto;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-project {
    width: 500px;
    max-width: 100%;
    background: #DA5700;
    margin: 0 20px 1em;
    position: relative;
}

.cta-project-content {
    text-align: center;
    padding: 1.5em 0;
}

.cta-project-summary {
    text-align: left;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    margin: 1em 1em 1.5em;
    line-height: 20px;
}

.cta-project-footer-wrap {
    display: none;
}

.cta-project-footer {
    padding: .75em 1em;
}

.cta-project-footer.w-award {
    margin-right: 70px;
    border-right: solid 1px #A64200;
}

.cta-project-footer-wrap .award-icon {
    left: auto;
    right: 16px;
}

.cta-project-featured {
    font-size: 18px;
    font-weight: bold;
}

.cta-project-footer .cta-project-featured {
    font-size: 10px;
}

.cta-project-title {
    font-size: 32px;
    margin: 5px 0 .5em;
}

.cta-project-footer .cta-project-title {
    font-size: 20px;
    max-height: 24px;
}

.site-button:hover,
a.site-button:hover {
    border-color: #DA5700;
    color: #DA5700 !important;
    text-decoration: none;
    background: #FFF;
}

/* end ctas projects homepage */

/** !!scholarship winners */

.scholarship-winner .mb-image {
    width: 150px;
    margin-right: 20px;
}

.scholarship-winner .mb-content {
    min-width: 300px;
}

.scholarship-winner h5 {
    margin: .5em 0;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.scholarship-winner {
    border-bottom: solid 2px #ccc;
    margin: 1.5em 0;
    padding-bottom: 2em;
}

/* end schollarship winners */

/* event registration form */

.template {
    display: none;
}

.new-event-registration {
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
}

.new-event-registration .input {
    padding: 0 10px;
    margin: 0 0 30px;
}

.new-event-registration .text,
.new-event-registration .button {
    width: 50%;
    min-width: 250px;
    display: inline-block;
    padding: 0 10px;
}

.new-event-registration textarea {
    height: 80px;
}

.new-event-registration label {
    margin-bottom: 3px;
}

/* newsletter signup */

#new_newsletter_signup .text {
    width: 30%;
    display: inline-block;
    margin: 10px 3% 10px 0;
    min-width: 250px;
}

.new-newsletter-signup-wrap {
    max-width: 980px;
    margin: 20px auto 0;
}

.page-block img {
    max-width: 100%;
    height: auto !important;
}


/* image headers videos */
.homeslides-wrap {
    position: relative;
}


/*  STYLES FOR DIFFERENT RESOLUTIONS **/

@media (max-width: 959px) {

    .homeslides-wrap {
        position: relative;
        width: 100%; /* Full container width */
        height: auto; /* Height auto for mobile */
    }

    .header-image-video {
        position: relative;
        width: 100%;
    }

    .fill-frame {
        position: relative; /* Changed to relative for mobile */
        width: 100%; /* Full container width */
        height: calc(100vw * 9 / 16); /* Height based on aspect ratio */
        transform: translate(0, 0); /* Reset transform for mobile */
        pointer-events: none;
    }

    /** !main nav max 960 */
    .mainmenu-subheader-link {
        border-top: 1px solid #FFF;
        text-align: center;
    }

    .navbar ul li a.main-nav-cur {
        color: #DE6815;
    }

    /* end main nav  */
    body {
        width: 100%;
        margin: 0px auto;
        max-width: 959px;
        background-color: #123456;
        padding-top: 46px;
    }

    /* height: 150px; I removed this rule since it breaks tons of things */
    .navbar {
        padding: 0
    }

    .navbar .brand {
        font-size: 1em;
        float: left;
        padding: 15px
    }

    .navbar {
        position: absolute;
        z-index: 1;
        background-color: #002640;
        top: 0px;
        right: 0px;
        width: 100%;
    }

    .toggle-nav {
        position: relative;
        display: block;
        color: #FFF;
        font-size: 16px;
        z-index: 1;
        width: auto;
        float: right;
        vertical-align: middle;
        margin: 0 6px;
        line-height: 46px;
    }

    .menu-navicon {
        background: none repeat scroll 0 0 #fff;
        color: #fff;
        display: inline-block;
        width: 1em;
        height: .15em;
        vertical-align: top;
        box-shadow: 0 .25em 0 0px, 0 .5em 0 0;
        margin-top: 4px;
    }

    .is-expanded .menu-navicon {
        background-color: #ccc;
        color: #ccc
    }

    .navbar ul li a {
        color: #fff;
        display: block;
        line-height: 20px;
        padding: 10px;
        border-top: 1px solid #fff;
        text-transform: uppercase;
    }

    .navbar ul.primary {
        position: absolute;
        width: 100%;
        background: #002640;
        list-style: none;
        padding: 0;
        margin: 0;
        display: none;
        border-top: 1px solid #000;
        top: 46px;
    }

    .navbar ul.dropdown {
        display: none;
        list-style: none;
        padding: 0;
        margin: 0
    }

    .navbar ul.dropdown li {
        font-size: 1em;
        text-align: left;
        padding: 0 1.5em
    }

    .container {
        width: 100%;
        margin: 0 auto
    }

    header {
        position: absolute;
        top: 0;
        margin: 0 auto;
        width: 100%;
        background-color: initial;
        text-align: center
    }

    footer {
        font-size: 1em
    }

    div.logo {
        display: inline-block;
        margin-top: 55px;
    }

    div.cta .image {
        display: block;
        width: 100%;
        height: 200px;
        overflow: hidden
    }

    div.cta .description {
        display: none;
        position: absolute;
        bottom: 0
    }

    div.cta:hover div.description {
        display: block;
        position: absolute;
        text-align: right;
        bottom: 3px;
        left: 18px;
        background-color: rgba(238, 238, 238, .5);
        width: 89%;
        margin: 0;
        padding: 5px;
        border-radius: 2px
    }

    .homepage-wrap,
    .content-wrap,
    .projects-wrap {
        margin: 0;
        padding: 0
    }

    .homepage-slides-wrap,
    .content-slides-wrap {
        height: 560px;
        overflow: hidden;
        background: #000;
        position: relative;
    }

    .homepage-slides-wrap img,
    .content-slides-wrap img {
        margin: 0 auto;
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
        text-align: center
    }

    div.home-slides-overlay {
        width: 100%;
        height: 100%;
        background-color: #000;
        -khtml-opacity: .4;
        -moz-opacity: .4;
        -ms-filter: ”alpha(opacity=40)”;
        filter: alpha(opacity=40);
        filter: alpha(opacity=.4);
        opacity: .4;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 101
    }

    .homepage-wrap .slide-body-wrap,
    .content-wrap .slide-body-wrap {
        display: block;
        position: absolute;
        top: 250px;
        z-index: 105;
        width: 100%;
        right: 0px;
        text-align: center;
        color: #fff;
    }

    .homepage-blue-grid {
        background: url(/assets/images/ui/blue-grid-bg.png) top center;
        /* height: 192px; */
        width: 100%;
        padding: 15px;
    }

    .content-blue-grid {
        background: url(/assets/images/ui/blue-grid-bg.png) top center;
        min-height: 215px;
        width: 100%;
        padding: 15px;
    }

    .content-blue-grid+.eg-block-type-2,
    .content-blue-grid+.eg-block-type-3 {
        width: 100vw;
        margin: -249px -20px 34px;
    }

    .slide-body-wrap h1.homepage,
    .slide-body-wrap h2.homepage {
        color: #fff;
        padding: 0;
        margin: 0;
        display: block;
        font-weight: normal;
    }

    .slide-body-wrap h1.homepage {
        font-size: 1.5em;
        font-weight: normal;
    }

    .slide-body-wrap h2.homepage {
        font-size: 1.2em;
        font-weight: normal;
    }

    h3.homepage {
        text-align: center;
        color: #fff;
        padding: 15px;
        font-size: 1.5em;
        line-height: 1.3em;
        margin: 0;
        display: block;
        text-transform: capitalize;
        font-weight: normal;
    }

    a.btn-orange {
        background: url(/assets/images/ui/button-orange.png) top left no-repeat;
        width: 250px;
        height: 42px;
        color: #fff;
        font-size: 1.3em;
        text-align: left;
        padding: 10px 45px 10px 10px;
        text-transform: uppercase;
        margin: 0 auto;
        display: block
    }

    .homepage-blue-grid p,
    .content-blue-grid p {
        width: 100%;
        text-align: center;
        color: #fff;
        margin: 0 auto;
        font-size: 1em;
        font-weight: normal;
        line-height: 1.5em;
        letter-spacing: .03em;
        font-family: 'Lato', sans-serif;
    }

    .blue-grid-block-default {
        width: 100vw;
        margin: -20px -20px 34px;
    }

    div.homepage-cta-wrap {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
        background-color: #fff
    }

    .featured-project-home {
        background: url(/assets/images/ui/homepage-featured-bg.png) top right no-repeat;
        width: 90%;
        height: 344px;
        display: inline-block;
        margin: 20px 0px;
        color: #fff;
        text-align: center;
        max-width: 500px;
    }

    .featured-project-home .content {
        padding: 15px 10px 0;
        display: block;
        height: 276px;
    }

    .featured-project-home .content b {
        font-size: 1.1em;
        text-transform: uppercase
    }

    .featured-project-home .content h4 {
        font-size: 1.7em;
        margin: 10px 0 20px;
        font-weight: 400;
        letter-spacing: 1px;
    }

    .featured-project-home .content p {
        text-align: left;
        font-size: .9em;
        letter-spacing: 1px;
        font-weight: 100;
        font-family: 'Lato', sans-serif;
    }

    .featured-project-home .content a {
        font-size: 1.2em;
        padding: 10px;
        border: 1px solid #fff;
        text-transform: uppercase;
        margin: 20px auto 0;
        display: block;
        width: 160px;
        color: #fff;
        text-decoration: none
    }

    .featured-project-home .content a:hover {
        border: 1px solid #173b66;
        text-decoration: none
    }

    .featured-project-home .title {
        text-align: left;
        padding: 10px 80px 0px 10px;
    }

    .featured-project-home .title b {
        font-size: .7em;
        text-transform: uppercase;
        letter-spacing: 1px
    }

    .featured-project-home .title h4 {
        margin: 0;
        padding: 5px 0 0;
        font-weight: 400;
        letter-spacing: 1px;
    }

    .homepage-news-block {
        width: 100%;
        background-color: #f6f6f6
    }

    .homepage-news-list-wrap {
        width: 100%;
        margin: 30px auto 0;
        padding: 20px 20px;
    }

    .homepage-news-list-wrap h1 {
        color: #004677;
        font-size: 2em;
        font-weight: 400;
        margin: 10px 0;
        padding: 0;
        text-transform: uppercase
    }

    ul.homepage-news-list {
        margin: 0;
        padding: 0px;
        display: inline-block;
        width: 100%;
    }

    .homepage-news-list-item {
        margin: 0px 0px 8px;
        padding: 14px 25px 14px 14px;
        list-style: none;
        background: #ededed;
        width: 100%;
    }

    .homepage-news-list-item a.title {
        color: #004c81;
        display: block;
        text-transform: uppercase;
        font-size: 1.35em
    }

    .homepage-news-list-item div.date {
        color: #de6815;
        font-weight: 700;
        display: block;
    }

    .homepage-news-list-item p {
        color: #3e3e3e;
        display: block;
        font-size: .9em;
        font-size: 1em;
        font-weight: normal;
        line-height: 1.1em;
        letter-spacing: .02em;
        font-family: 'Lato', sans-serif;
    }

    .homepage-news-list-item .more {
        color: #de6815;
        text-decoration: none;
        text-transform: uppercase;
        display: block;
        padding: 0
    }

    .homepage-news-list-item .more:hover {
        color: #de6815;
        text-decoration: underline;
        padding: 0
    }

    .homepage-news-list-slides {
        display: none;
    }

    .homepage-news-list-slides img {
        border: 4px solid #fff;
        max-height: 400px;
        width: 292px
    }

    div.footer-content {
        background: url(/assets/images/ui/footer-bg.png) top center no-repeat #001b2d;
        width: 100%;
        text-align: center;
        padding-top: 10px;
        display: block;
    }

    div.footer-content .content-item {
        text-align: left;
        color: #fff;
        margin: 0 20px;
        padding: 0px 0px 20px 0px;
        font-weight: normal;
        font-family: 'Lato', sans-serif;
    }

    div.footer-content .content-item-img {
        color: #fff;
        height: 165px;
    }

    div.footer-content .content-item h5 {
        padding: 0;
        margin: 0 0 5px;
        font-size: .8em;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: 400;
        font-family: 'Lato', sans-serif;
    }

    div.footer-content .content-item p {
        padding: 0;
        margin: 0;
        font-size: .7em;
        letter-spacing: 1px
    }

    div.footer-nav-wrap {
        background-color: #002640;
        width: 100%;
        border-top: 4px solid #fff;
        display: block;
        min-height: 50px;
        text-align: center
    }

    ul.footer-nav {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-block;
        width: 100%;
    }

    ul.footer-nav li {
        list-style: none;
        margin: 0;
        padding: 11px 10px 0 0;
        display: inline-block;
        width: 30%;
        text-align: left;
    }

    ul.footer-nav li a {
        color: #fff;
        text-decoration: none;
        font-size: .9em
    }

    ul.footer-nav li a:hover {
        color: #de6815;
        text-decoration: none
    }

    div.footer-copyright {
        color: #fff;
        font-size: .75em;
        display: block;
        padding: 15px;
        width: 100%;
        text-align: left;
        font-weight: normal;
        font-family: 'Lato', sans-serif;
    }

    div.main-content {
        width: 100%;
        margin: 0px auto;
    }

    div.staff-list {
        text-align: center
    }

    /*div.staff-block{position:relative;overflow:hidden;display:block;margin:10px auto;background:url(/assets/images/ui/button-orange.png) top left no-repeat;width:250px}
  .staff-block img{max-width:42px;max-height:42px;border:2px solid #ccc;float:left}
  .staff-block div{position:absolute;bottom:0;left:0;width:100%;color:#fff;height:42px;text-align:center;font-weight:normal;letter-spacing:.1em;padding-left: 42px;font-size: 0.8em;width:190px;line-height: 1em;}
  .staff-block div b{display:block;width:100%;padding:6px 0 0;font-size:1em;line-height:1em;text-transform:uppercase;font-family:'Montserrat',sans-serif}
  .staff-block div a{display:none}
  .staff-block div a.staff-name-link{display: block;color: #fff;text-decoration: none;}*/
    .staff-block {
        width: 100%;
        max-width: 350px;
        position: relative;
        display: inline-block;
        color: #FFF !important;
        border: none;
        font-size: 16px;
        margin: 0 0 1em 1em;
        padding: 1em 60px 1em 1em;
        cursor: pointer;
        line-height: 1.25em;
        text-align: left;
        text-transform: uppercase;
        vertical-align: top;
        min-height: 92px;
        background: #DA5700 url('/assets/images/ui/icon-right-chev-white.png') 95% 50% no-repeat;
        -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) inset;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) inset;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) inset;
    }

    .staff-block .large-staff-img {
        max-height: 300px;
        margin-left: -40%;
        max-width: none;
        display: none;
    }

    .staff-block .list-staff-img {
        display: none;
    }

    .staff-block div {}

    .staff-block div b {
        display: block;
        font-family: 'Montserrat', sans-serif;
    }

    .staff-block div a {
        display: none
    }

    .staff-content {
        display: block;
        overflow: hidden;
        width: 100%;
    }

    .staff-content-wrap {
        background-size: 100% !important;
        -ms-behavior: url(/assets/javascript/backgroundsize.min.htc);
        behavior: url(/assets/javascript/backgroundsize.min.htc);
        background-position: top center !important
    }

    .staff-content .name {
        font-family: 'Montserrat Normal', sans-serif;
        font-size: 2em;
        text-transform: uppercase;
        padding: 0 10px;
        position: absolute;
        top: 2%;
        left: 2%;
    }

    .staff-content .title {
        font-family: 'Lato', sans-serif;
        font-style: italic;
        font-size: 1.1em;
        text-transform: uppercase;
        padding: 0 10px;
        position: absolute;
        top: 2%;
        left: 2%;
        margin-top: 2em;
    }

    div.staff-view {
        width: 100%;
        padding: 66% 0 0;
        margin: 0 auto;
        position: relative;
    }

    .staff-nav-next,
    .staff-nav-prev {
        display: none;
    }

    ul.staff-content-list {
        list-style: none;
        margin: 0;
        padding: 0;
        clear: both
    }

    ul.staff-nav-top {
        display: none
    }

    ul.staff-nav-top li {
        color: #fff;
        display: inline-block;
        background-color: rgba(28, 28, 28, 0.8);
        font-family: 'Lato', sans-serif;
        text-transform: uppercase;
        float: left;
        padding: 30px 40px
    }

    ul.staff-nav-top li:hover {
        background-color: rgba(218, 87, 0, 1);
        cursor: pointer
    }

    ul.staff-nav-top li.staff-nav-active {
        background-color: rgba(218, 87, 0, 1);
        cursor: pointer
    }

    ul.staff-content-list li {
        background-color: #606060;
        color: #fff;
        font-weight: normal;
        font-family: 'Montserrat Normal', sans-serif;
        width: 100%;
        padding: 0;
        line-height: 20px;
        font-size: 14px;
    }

    a.staff-content-link {
        display: block;
        padding: 15px;
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        background: url(/assets/images/ui/staff-nav-mobile-arrow-down.png) top right no-repeat, #606060;
        height: 55px;
        border-top: 2px solid #4d4d4d
    }

    a.staff-content-link:hover {
        text-decoration: none
    }

    .staff-content-list-item {
        display: block
    }

    .staff-active {
        display: block;
        height: auto
    }

    div.staff-content-body {
        display: none;
        padding: 15px;
        font-family: 'Montserrat Normal', sans-serif;
        line-height: 1.3em
    }

    .staff-mobile-active {
        display: block !important
    }

    .staff-content-link-active {
        background: url(/assets/images/ui/staff-nav-mobile-arrow-up.png) top right no-repeat, rgba(218, 87, 0, 1) !important
    }

    .staff-arrow-link {
        display: none;
    }

    .projects-slides-wrap {
        height: 600px;
        overflow: hidden;
        background: #000;
        position: relative
    }

    .projects-wrap .slide-body-wrap {
        display: block;
        position: absolute;
        top: 240px;
        z-index: 105;
        width: 90%;
        right: 5%;
        text-align: center;
        background-color: rgba(0, 25, 45, 0.4);
        padding: 15px;
    }

    .projects-wrap .slide-body-wrap h1 {
        color: #fff;
        padding: 0;
        margin: 0;
        display: block;
        font-size: 2em;
    }

    .projects-wrap .slide-body-wrap p {
        font-size: 1em;
        line-height: 1.3em;
        font-family: 'Lato', sans-serif;
        color: #fff;
        text-align: justify;
        font-weight: 100;
    }

    .projects-wrap .slide-body-wrap b.featured {
        font-size: 1em;
        line-height: 1.2em;
        font-family: 'Lato', sans-serif;
        color: rgba(218, 87, 0, 1);
        font-weight: 700;
    }

    .projects-slides-wrap img {
        margin: 0 auto;
        width: 100%;
        height: auto;
        height: 600px;
        display: block;
        overflow: hidden;
        text-align: center;
    }

    div.projects-cta-wrap {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
        background-color: #fff;
        margin: 0px auto;
    }

    .featured-project {
        width: 90%;
        max-width: 420px;
        height: 250px;
        display: block;
        margin: 30px auto;
        color: #fff;
        text-align: center;
        overflow: hidden;
        position: relative;
    }

    .featured-project img.project-image {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 150px;
        z-index: 99;
    }

    .featured-project .content {
        padding: 15px 15px 0;
        display: block;
        height: 183px;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .featured-project .content h4 {
        font-size: 2.0em;
        margin: 10px 0 20px;
        font-weight: 400;
        letter-spacing: 2px
    }

    .featured-project .content p {
        text-align: left;
        font-size: .9em;
        letter-spacing: 1px;
        font-weight: normal;
        font-family: 'Lato', sans-serif
    }

    .featured-project .content a {
        font-size: 1.2em;
        padding: 10px;
        border: 1px solid #fff;
        text-transform: uppercase;
        margin: 20px auto 0;
        display: block;
        width: 160px;
        color: #fff;
        text-decoration: none
    }

    .featured-project .title {
        text-align: left;
        padding: 5px 5px 0;
        background: url(/assets/images/ui/homepage-featured-bg.png) bottom left no-repeat;
        height: 67px;
    }

    .featured-project .title b {
        font-size: 1em;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        font-weight: 100;
    }

    .featured-project .title span {
        font-size: .8em;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 100;
    }

    .featured-project .title h4 {
        margin: 0;
        padding: 0px;
        font-size: 1.1em;
        font-weight: 100;
        letter-spacing: 0px;
        float: right;
        font-family: 'Lato', sans-serif;
    }

    .hide-project {
        display: none;
    }

    /** !!equipment */
    .equipment-category-button {
        background: rgba(218, 87, 0, 0.65);
        font-size: .7em;
    }

    .equipment-item-closed .equipment-item-details {
        max-height: 0;
        padding: 0;
    }

    .equipment-item-details-anchor {
        float: left;
        margin-left: 0;
        clear: left;
    }

    .project-detail-header-wrap {
        height: 300px;
        overflow: hidden;
        background: #000;
        position: relative
    }

    .project-detail-header-wrap img {
        margin: 0 auto;
        width: 100%;
        height: auto;
        height: 400px;
        display: block;
        overflow: hidden;
        text-align: center;
    }

    .project-view-header {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding-top: 0px;
        height: 270px;
    }

    .project-view-content {
        padding-top: 0px;
        width: 100%;
        margin: 0 auto
    }

    .project-view-content .project-block {
        width: 100%;
        height: 300px;
        margin: 0 auto;
        display: inline-block
    }

    .project-block-left {
        margin-right: 0px !important
    }

    .project-block h1,
    .project-block-full h1 {
        display: block;
        padding: 0px 5px;
        color: #fff;
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 1.7em;
        background: rgba(218, 87, 0, 1) !important;
    }

    .project-content-block {
        height: auto;
    }

    .project-view-content .project-block {
        width: 100%;
        height: auto;
        margin: 0 auto;
        display: block
    }

    .project-view-content .project-block-full {
        width: 100%;
        display: block;
        margin: 0px 0;
        overflow: hidden;
        height: auto
    }

    .project-content-block-white {
        height: auto;
        overflow: auto;
        font-weight: 100;
        line-height: 1.5em;
        font-family: 'Lato', sans-serif;
        color: #4c4c4c;
    }

    .project-view-header a.btn-orange {
        position: absolute;
        position: absolute;
        bottom: 10px;
        left: 50%;
        margin-left: -120px;
    }

    div.scholarship-block {
        position: relative;
        overflow: hidden;
        display: block;
        margin: 10px auto;
        background: url(/assets/images/ui/button-orange.png) top left no-repeat;
        width: 250px;
        height: 42px;
    }

    .scholarship-block img {
        max-width: 42px;
        max-height: 42px;
        border: 2px solid #ccc;
        float: left;
        min-width: 42px;
    }

    .scholarship-block div {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        color: #fff;
        height: 42px;
        text-align: center;
        font-weight: normal;
        letter-spacing: .1em;
        padding-left: 42px;
        font-size: 0.8em;
        width: 190px;
        line-height: 1em;
    }

    .scholarship-block div b {
        display: block;
        width: 100%;
        padding: 6px 0 0;
        font-size: 1em;
        line-height: 1em;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif
    }

    .scholarship-block div a {
        display: none
    }

    .scholarship-block div a.scholarship-name-link {
        display: block;
        color: #fff;
        text-decoration: none;
    }

    div.year-list-select {
        display: block;
        width: 100%;
        text-align: center;
    }

    div.scholarship-block-hide {
        display: none;
    }

    .project-view-header .client {
        margin-top: 1em;
    }

    .project-back {
        clear: both;
    }
}

@media (min-width:600px) {

    /** !!equipment **/
    .equipment-category-button {
        margin-top: 2em;
        font-size: .9em;
    }

    .equipment-category-title {
        font-size: 1.5em;
    }

    /** !!projects min-600 */
    .project-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 66.66%;
    }

    .project-title {
        background: rgba(0, 0, 0, 0.25);
        margin: 18% 0 1em;
    }
}

@media (min-width:960px) {

    /** !!main nav */
    .toggle-nav {
        display: none;
    }

    .mainnav-home:hover {
        background-color: #DA5700;
    }

    .mainmenu-header-link {
        padding: 0 12px;
        display: block;
        line-height: 40px;
    }

    .dropdown-arrow {
        position: absolute;
        left: 50%;
        margin-left: -11px;
        top: 100%;
        z-index: 2;
    }

    .has-dropdown:hover .dropdown-arrow {
        display: block;
    }

    /* end main nav */
    body {
        width: 100%;
        margin: 0 auto;
        background-color: #fff
    }

    div.main-nav {
        width: initial;
        float: right;
        margin: 70px 30px 0;
        width: 720px;
    }

    .mainnav-home {
        float: right;
        background-color: #aaa;
        background-color: rgba(0, 25, 45, 0.4);
    }

    .navbar {
        padding: 0;
        float: right;
    }

    .navbar ul.primary {
        margin: 0;
        padding: 0;
        list-style: none;
        min-height: 40px;
        background-color: #aaa;
        background-color: rgba(0, 25, 45, 0.4);
        float: right;
    }

    .navbar ul.primary li {
        float: left;
        display: block;
        position: relative;
        color: #000;
        font-weight: normal;
        font-size: .9em;
        text-align: center;
        text-transform: uppercase
    }

    .navbar ul.primary li:hover,
    .navbar ul.primary li.mainnav-cur {
        color: #000;
        background: rgb(218, 87, 0);
    }

    .navbar ul.primary li:hover li.has-dropdown a {
        color: #fff
    }

    .navbar ul.primary li:hover .dropdown {
        display: block
    }

    li a {
        color: #fff;
        height: 40px
    }

    /* removed padding:0 10px */
    li a:hover {
        color: #fff;
    }

    /* removed padding:0 10px */
    li.has-dropdown a {
        color: #fff;
    }

    li.has-dropdown a:hover {
        color: #fff
    }

    .dropdown {
        display: none;
        overflow: hidden;
        position: absolute;
        top: 40px;
        left: 0;
        list-style: none;
        padding: 0;
        margin: 0
    }

    .navbar ul.dropdown li {
        white-space: nowrap;
        min-width: 150px;
        padding: 0;
        text-align: left;
        margin: 0;
        position: relative;
        text-transform: uppercase;
        display: none;
    }

    .navbar ul.dropdown li+li {
        display: block;
    }

    .dropdown li a {
        width: auto;
        padding: 0 10px;
        display: block;
        background-color: #aaa;
        background: rgba(255, 255, 255, 0.8);
        color: #0b2846;
        height: 36px;
        line-height: 36px;
        border-bottom: 2px solid #ccc
    }

    .dropdown li a:hover {
        color: #DE6815;
        background: rgb(255, 255, 255)
    }

    .dropdown li img.dropdown-arrow {
        position: absolute;
        top: 0;
        left: 50px
    }

    header {
        position: absolute;
        margin: 0 auto;
        width: 100%;
        background-color: initial;
        text-align: center
    }

    .container {
        width: 1020px;
        margin: 0 auto
    }

    footer {
        font-size: 1em
    }

    div.logo {
        display: inline-block
    }

    div.cta .image {
        display: block;
        width: 100%;
        height: 200px;
        overflow: hidden
    }

    div.cta .description {
        display: none;
        position: absolute;
        bottom: 0
    }

    div.cta:hover div.description {
        display: block;
        position: absolute;
        text-align: right;
        bottom: 3px;
        left: 18px;
        background-color: rgba(238, 238, 238, 0.5);
        width: 89%;
        margin: 0;
        padding: 5px;
        border-radius: 2px
    }

    .homepage-slides-wrap,
    .content-slides-wrap {
        overflow: hidden;
        background: #000;
        position: relative;
        margin: 0 auto;
    }

    .homepage-wrap .slide-body-wrap,
    .content-wrap .slide-body-wrap {
        display: block;
        position: absolute;
        bottom: 40px;
        z-index: 105;
        width: 500px;
        right: 20%;
        text-align: center
    }

    .homepage-blue-grid,
    .content-blue-grid {
        background: #214674 url('/assets/images/ui/blue-grid.jpg') top center repeat-x;
        min-height: 192px;
        width: 100%;
        padding-bottom: 20px;
    }

    .content-blue-grid .homepage {
        padding-top: 15px;
    }

    .slide-body-wrap h1.homepage,
    .slide-body-wrap h2.homepage {
        color: #fff;
        padding: 0;
        margin: 0;
        display: block
    }

    .slide-body-wrap h1.homepage {
        font-size: 25pt
    }

    .slide-body-wrap h2.homepage {
        font-size: 21pt
    }

    h3.homepage {
        text-align: center;
        color: #fff;
        padding: 15px;
        font-size: 1.5em;
        line-height: 2em;
        margin: 0;
        display: block;
        text-transform: capitalize
    }

    a.btn-orange {
        /*background:url(/assets/images/ui/button-orange.png) top left no-repeat;*/
        width: 250px;
        height: 42px;
        color: #fff;
        font-size: 1.3em;
        text-align: left;
        padding: 10px 45px 10px 10px;
        text-transform: uppercase;
        margin: 0 auto;
        display: block;
        background: rgba(218, 87, 0, 1);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) inset;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) inset;
        position: relative;
    }

    a.btn-orange img.award-chev {
        height: 20px;
        position: absolute;
        right: 12px;
        top: 11px;
        margin-top: 0px;
    }

    .homepage-blue-grid p,
    .content-blue-grid p {
        width: 900px;
        text-align: center;
        color: #fff;
        margin: 0 auto;
        font-size: 1em;
        font-weight: normal;
        line-height: 1.5em;
        letter-spacing: .03em;
        font-family: 'Lato', sans-serif
    }

    .blue-grid-block-default {
        width: 100vw;
        margin: -20px 0 34px calc((100vw - 100%) / 2 * -1);
    }

    .content-blue-grid+.eg-block-type-2,
    .content-blue-grid+.eg-block-type-3 {
        width: 100vw;
        margin: -226px 0 54px calc((100vw - 100%) / 2 * -1);
    }

    div.homepage-cta-wrap {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
        background-color: #fff
    }

    .featured-project-home {
        /*background:url(/assets/images/ui/homepage-featured-bg.png) top left no-repeat;*/
        width: 420px;
        height: 344px;
        display: inline-block;
        margin: 30px 10px;
        color: #fff;
        text-align: center;
        background: rgba(218, 87, 0, 1);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) inset;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) inset;
    }

    .featured-project-home .content {
        padding: 50px 70px 0;
        display: block;
        height: 276px
    }

    .featured-project-home .content b {
        font-size: 1.1em;
        text-transform: uppercase
    }

    .featured-project-home .content h4 {
        font-size: 1.7em;
        margin: 10px 0 20px;
        font-weight: 400;
        letter-spacing: 2px
    }

    .featured-project-home .content p {
        text-align: left;
        font-size: .9em;
        letter-spacing: 1px;
        font-weight: normal;
        font-family: 'Lato', sans-serif
    }

    .featured-project-home .content a {
        font-size: 1.2em;
        padding: 10px;
        border: 1px solid #fff;
        text-transform: uppercase;
        margin: 20px auto 0;
        display: block;
        width: 160px;
        color: #fff;
        text-decoration: none
    }

    .featured-project-home .content a:hover {
        border: 1px solid #173b66;
        text-decoration: none
    }

    .featured-project-home .title {
        text-align: left;
        padding: 9px 25px 0;
        border-top: solid 1px #a64200;
    }

    .featured-project-home .title b {
        font-size: .7em;
        text-transform: uppercase;
        letter-spacing: 1px
    }

    .featured-project-home .title h4 {
        margin: 0;
        padding: 5px 0 0;
        font-size: 1.2em;
        font-weight: 400;
        letter-spacing: 1px
    }

    .homepage-news-block {
        width: 100%;
        background-color: #f6f6f6
    }

    .homepage-news-list-wrap {
        width: 930px;
        margin: 30px auto 0;
        padding: 20px 0
    }

    .homepage-news-list-wrap h1 {
        color: #004677;
        font-size: 2em;
        font-weight: 400;
        margin: 10px 0;
        padding: 0;
        text-transform: uppercase
    }

    ul.homepage-news-list {
        margin: 0;
        padding: 0;
        display: inline-block
    }

    .homepage-news-list-item {
        margin: 0 0 8px;
        padding: 14px 25px 14px 14px;
        list-style: none;
        width: 615px;
        background: url(/assets/images/ui/news-homepage-noarrow.png) center right no-repeat #ededed;
        height: 128px
    }

    .homepage-news-list-item:hover {
        background: url(/assets/images/ui/news-homepage-arrow2.png) center right no-repeat #ccc
    }

    .homepage-news-list-item a.title {
        color: #004c81;
        display: inline-block;
        text-transform: uppercase;
        font-size: 1.35em
    }

    .homepage-news-list-item div.date {
        color: #de6815;
        font-weight: 700;
        display: inline-block;
        padding-left: 20px
    }

    .homepage-news-list-item p {
        color: #3e3e3e;
        display: block;
        font-size: 1em;
        font-weight: normal;
        line-height: 1.1em;
        letter-spacing: .02em;
        font-family: 'Lato', sans-serif
    }

    .homepage-news-list-item .more {
        color: #de6815;
        text-decoration: none;
        text-transform: uppercase;
        display: block;
        padding: 0
    }

    .homepage-news-list-item .more:hover {
        color: #de6815;
        text-decoration: underline;
        padding: 0
    }

    .homepage-news-list-slides {
        float: right
    }

    .homepage-news-list-slides img {
        border: 4px solid #fff;
        max-height: 400px;
        width: 292px
    }

    div.footer-content {
        background: url(/assets/images/ui/footer-bg.png) top center no-repeat #001b2d;
        height: 215px;
        width: 100%;
        text-align: center;
        padding-top: 30px
    }

    div.footer-content .content-item {
        display: inline-block;
        text-align: left;
        color: #fff;
        height: 152px;
        margin: 0 20px;
        vertical-align: middle;
        padding-top: 50px
    }

    div.footer-content .content-item-img {
        display: inline-block;
        text-align: left;
        color: #fff;
        height: 152px;
        margin: 0 20px;
        vertical-align: middle
    }

    div.footer-content .content-item h5 {
        padding: 0;
        margin: 0;
        font-size: .8em;
        letter-spacing: 1px;
        margin-bottom: 10px;
        text-transform: uppercase
    }

    div.footer-content .content-item p {
        padding: 0;
        margin: 0;
        font-size: .7em;
        letter-spacing: 1px
    }

    div.footer-nav-wrap {
        background-color: #002640;
        width: 100%;
        border-top: 4px solid #fff;
        display: block;
        min-height: 50px;
        text-align: center
    }

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

    ul.footer-nav li {
        list-style: none;
        margin: 0;
        padding: 11px 10px 0 0;
        display: inline
    }

    ul.footer-nav li a {
        color: #fff;
        text-decoration: none;
        font-size: .9em
    }

    ul.footer-nav li a:hover {
        color: #de6815;
        text-decoration: none
    }

    div.footer-copyright {
        color: #fff;
        font-size: .75em;
        display: inline-block;
        padding: 17px 0 0 115px;
        font-weight: normal;
        font-family: 'Lato', sans-serif
    }

    div.main-content {
        max-width: 960px;
        margin: 0px auto;
    }

    div.staff-list {
        text-align: center
    }

    .staff-block {
        width: 296px;
        height: 296px;
        border: 2px solid #ccc;
        position: relative;
        overflow: hidden;
        display: inline-block;
        margin: 1px;
        vertical-align: top;
    }

    .staff-block .large-staff-img {
        position: absolute;
        height: 600px;
        bottom: -60%;
        left: -127%;
    }

    .staff-block div {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #aaa;
        background-color: rgba(0, 0, 0, 0.4);
        color: #fff;
        padding: .5em;
        text-align: center;
        font-weight: normal;
        letter-spacing: .1em;
        -moz-transition: background .5s;
        -webkit-transition: background .5s;
        transition: background .5s;
    }

    .staff-block div b {
        display: block;
        width: 100%;
        font-size: 1.1em;
        line-height: 1em;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif
    }

    .staff-block div span {
        display: none
    }

    .staff-block:hover div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-color: rgb(218, 87, 0);
        background-color: rgba(221, 101, 18, 0.85);
        color: #fff;
        height: 100%;
        text-align: center;
        font-weight: normal;
        letter-spacing: .1em;
        font-size: 1.25em;
        padding-top: 20%
    }

    .staff-block:hover div b {
        display: block;
        width: 100%;
        padding: 10px 0 0;
        font-size: 1.5em;
        line-height: 1em;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif
    }

    .staff-block:hover div span {
        display: block;
        color: #fff;
        border: 2px solid #fff;
        width: 200px;
        margin: 10px auto;
        font-size: 18px;
        text-transform: uppercase;
        padding: 10px
    }

    .staff-content {
        display: block;
        overflow: hidden;
        width: 100%;
        position: relative;
        min-height: 700px
    }

    .staff-content .name {
        font-family: 'Montserrat Normal', sans-serif;
        font-size: 2em;
        text-transform: uppercase
    }

    .staff-content .title {
        font-family: 'Lato', sans-serif;
        font-style: italic;
        font-size: 1.1em;
        text-transform: uppercase
    }

    div.staff-view {
        width: 1020px;
        padding: 50px 20px;
        margin: 0 auto;
        position: relative;
    }

    ul.staff-content-list {
        list-style: none;
        margin: 0 0 20px;
        padding: 25px 0 0;
        clear: both
    }

    ul.staff-nav-top {
        list-style: none;
        margin: 0 0 20px;
        padding: 15px 0 0;
        clear: left
    }

    ul.staff-nav-top li {
        color: #fff;
        display: inline-block;
        background-color: #222;
        background-color: rgba(28, 28, 28, 0.8);
        font-family: 'Lato', sans-serif;
        text-transform: uppercase;
        float: left;
        padding: 30px 35px;
    }

    ul.staff-nav-top li:hover {
        background-color: rgb(218, 87, 0);
        cursor: pointer
    }

    ul.staff-nav-top li.staff-nav-active {
        background-color: rgb(218, 87, 0);
        cursor: pointer
    }

    ul.staff-content-list>li {
        background-color: #222;
        background-color: rgba(28, 28, 28, 0.8);
        color: #fff;
        font-weight: normal;
        font-family: 'Montserrat Normal', sans-serif;
        width: 396px;
        padding: 20px;
        line-height: 22px;
        font-size: 16px;
    }

    a.staff-content-link {
        display: none
    }

    .staff-content-list-item,
    .staff-arrow-link {
        display: none
    }

    .staff-active {
        display: block
    }

    .projects-slides-wrap {
        height: 500px;
        overflow: hidden;
        background: #000;
        position: relative
    }

    .slide-body-wrap {
        display: block;
        position: absolute;
        z-index: 105;
        width: 500px;
        right: 20%;
        text-align: right;
        background-color: rgba(0, 25, 45, 0.4);
        padding: 15px;
    }

    .slide-body-wrap h1 {
        text-transform: uppercase;
        font-weight: normal;
        color: #fff;
        padding: 0;
        margin: 0;
        display: block;
        font-size: 2.3em;
        text-align: right;
    }

    .slide-body-wrap p {
        font-size: 1em;
        line-height: 1.2em;
        font-family: 'Lato', sans-serif;
        color: #fff;
    }

    .slide-body-wrap b.featured {
        font-size: 1em;
        line-height: 1.2em;
        font-family: 'Lato', sans-serif;
        color: rgba(218, 87, 0, 1);
        text-align: right;
        font-weight: 700;
    }

    .projects-slides-wrap img {
        margin: 0 auto;
        width: 100%;
        height: auto;
        min-height: 400px;
        display: block;
        overflow: hidden;
        text-align: center;
        height: 100%;
    }

    div.projects-cta-wrap {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
        background-color: #fff;
        margin: 0px auto;
    }

    .featured-project {
        width: 420px;
        height: 340px;
        display: inline-block;
        margin: 10px 10px 0px;
        color: #fff;
        text-align: center;
        overflow: hidden;
        position: relative;
        background: rgba(218, 87, 0, 1);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) inset;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) inset;
    }

    .featured-project img.project-image {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 270px;
        z-index: 99;
    }

    .featured-project .content {
        padding: 50px 70px 0;
        display: block;
        height: 270px;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .featured-project:hover .content {
        padding: 50px 70px 0;
        display: block;
        height: 270px;
        background-color: rgba(218, 87, 0, 0.8);
    }

    .featured-project .content h4 {
        font-size: 2.2em;
        margin: 10px 0 20px;
        font-weight: 400;
        letter-spacing: 2px
    }

    .featured-project:hover .content h4 {
        font-size: 1.7em;
        margin: 10px 0 20px;
        font-weight: 400;
        letter-spacing: 2px
    }

    .featured-project .content p {
        text-align: left;
        font-size: .9em;
        letter-spacing: 1px;
        font-weight: normal;
        font-family: 'Lato', sans-serif
    }

    .featured-project .content a {
        display: none;
    }

    .featured-project:hover .content a {
        font-size: 1.2em;
        padding: 10px;
        border: 1px solid #fff;
        text-transform: uppercase;
        margin: 20px auto 0;
        display: block;
        width: 160px;
        color: #fff;
        text-decoration: none
    }

    .featured-project .content a:hover {
        border: 1px solid #173b66;
        text-decoration: none
    }

    .featured-project .title {
        text-align: left;
        padding: 10px 25px 0;
        height: 70px;
        background: rgba(218, 87, 0, 1);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) inset;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) inset;
        border-top: solid 1px #a64200;
    }

    .featured-project .title b {
        font-size: .9em;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        font-weight: 100;
    }

    .featured-project .title span {
        font-size: .9em;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 100;
    }

    .featured-project .title h4 {
        margin: 0;
        padding: 0px;
        font-size: 1.4em;
        font-weight: 100;
        letter-spacing: 1px;
        float: right;
        font-family: 'Lato', sans-serif;
    }

    .hide-project {
        display: none;
    }

    /** !!homeslides min-960 */
    .homeslides-wrap {
        min-height: 565px;
    }

    .homeslide-content-wrap {
        width: 550px;
        margin: 0 auto;
        position: relative;
        left: 165px;
    }

    .homeslide-slide {
        min-height: 565px;
    }

    .homeslide-content-wrap {
        top: 25px;
    }

    .homeslides-controls {
        display: block;
    }

    /* end homeslides min-960 */
    /* !!awards */
    .award {
        max-width: 45%;
    }

    .awards-single .award {
        max-width: 100%;
    }

    /* !!equipment */
    .equipment-categories,
    .equipment-items {
        width: 100vw;
        margin-left: calc(-1 * (50vw - 480px));
    }

    .equipment-items {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .equipment-category {
        width: 20%;
        aspect-ratio: 1.35;
        margin: 0 2% 2em;
        display: inline-block;
        padding: 0;
        min-width: 440px;
    }

    .equipment-item {
        width: 20%;
        min-width: 440px;
        display: inline-block;
        margin: 0 20px 2em;
    }

    .equipment-category-button {
        display: none;
    }

    .equipment-category:hover .equipment-category-button {
        display: inline-block;
        margin-top: 1em;
    }

    .equipment-category .equipment-category-button {
        border-color: #fff;
        color: #fff;
    }

    .equipment-item-details {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        padding: 0;
        overflow: hidden;
        color: #FFF;
        font-size: 16px;
        text-align: left;
        background: none;
        -moz-transition: background .5s;
        -webkit-transition: background .5s;
        transition: background .5s;
    }

    .equipment-item:hover .equipment-item-details {
        width: 100%;
        padding: 2em 1em 1em;
        background-color: rgb(218, 87, 0);
        background-color: rgba(218, 87, 0, 0.8);
        height: 78.3%;
    }

    .equipment-item-details-anchor {
        display: none;
    }

    /* !!projects min 960 */
    .list-projects {
        width: 100vw;
        margin-left: calc(-1 * (50vw - 480px));
    }

    .project {
        width: 15%;
        display: inline-block;
        margin: 0 0 1.25em 20px;
        min-width: 440px;
    }

    .project-button {
        display: none;
    }

    .project:hover .project-button {
        display: inline-block;
    }

    .project-link {
        height: 66.66%;
    }

    .project-owner,
    .project-date {
        float: left;
        clear: left;
        max-width: 46%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .project-loc {
        float: right;
        margin-top: -1em;
    }

    .projects-filter-or {
        display: inline-block;
        width: 40px;
        text-align: center;
    }

    .project-gallery-prev,
    .project-gallery-next {
        display: block;
    }

    .project-form {
        max-width: 750px;
    }

    .project-form #project_search {
        width: 395px;
    }

    /** !!news content */
    .homepage-news-list .date,
    .content-news-list .date {
        float: right;
    }

    .project-view-header,
    .project-view-content {
        width: 900px;
        margin: 0 auto
    }

    .project-view-content {
        padding-top: 30px
    }

    .project-view-content .project-block {
        width: 440px;
        margin: 0 auto;
        display: inline-block
    }

    /** !contact */
    .new-contact {
        min-width: 480px;
    }

    .header-image-video {
        position: relative;
        height: 565px;
        overflow: hidden;
        padding: 250px 0 0 0;
    }

    .image-video-wrap {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .fill-frame {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100vw;
        height: calc(100vw * 9 / 16);
        pointer-events: none;
    }
}

@media (min-width: 980px) {
    .blue-grid-block-default {
        width: 100vw;
        margin: -20px 0 34px calc((100vw - 100%) / 2 * -1);
    }
}

@media (min-width:1020px) {
    .project-video-play {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -47px;
        margin-left: -47px;
        display: block;
    }

    div.main-nav {
        margin: 70px 50px 0 30px;
    }

    header {
        position: absolute;
        margin: 0 auto;
        width: 1020px;
        background-color: initial;
        margin-left: -510px;
        left: 50%;
        text-align: center
    }

    .container {
        width: 1020px;
        margin: 0 auto
    }

    footer {
        font-size: 1em
    }

    div.logo {
        display: inline-block
    }

    div.cta .image {
        display: block;
        width: 100%;
        height: 200px;
        overflow: hidden
    }

    div.cta .description {
        display: none;
        position: absolute;
        bottom: 0
    }

    div.cta:hover div.description {
        display: block;
        position: absolute;
        text-align: right;
        bottom: 3px;
        left: 18px;
        background-color: rgba(238, 238, 238, 0.5);
        width: 89%;
        margin: 0;
        padding: 5px;
        border-radius: 2px
    }

    .homepage-wrap,
    .content-wrap,
    .projects-wrap {
        margin: 0;
        padding: 0
    }

    .home-slides-overlay,
    .content-slides-overlay {
        width: 100%;
        height: 100%;
        background-color: #000;
        -khtml-opacity: .4;
        -moz-opacity: .4;
        -ms-filter: ”alpha(opacity=40)”;
        filter: alpha(opacity=40);
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.4);
        opacity: .4;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 101
    }

    .homepage-wrap .slide-body-wrap,
    .content-wrap .slide-body-wrap {
        display: block;
        position: absolute;
        bottom: 40px;
        z-index: 105;
        width: 500px;
        right: 20%;
        text-align: right
    }

    .slide-body-wrap h1.homepage,
    .slide-body-wrap h2.homepage {
        color: #fff;
        padding: 0;
        margin: 0;
        display: block
    }

    .slide-body-wrap h1.homepage {
        font-size: 25pt
    }

    .slide-body-wrap h2.homepage {
        font-size: 21pt
    }

    .projects-slides-wrap {
        height: 500px;
        overflow: hidden;
        background: #000;
        position: relative
    }

    .slide-body-wrap {
        display: block;
        position: absolute;
        z-index: 105;
        width: 500px;
        right: 20%;
        text-align: right;
        background-color: rgba(0, 25, 45, 0.4);
        padding: 15px;
    }

    .slide-body-wrap h1 {
        font-weight: normal;
        color: #fff;
        padding: 0;
        margin: 0;
        display: block;
        font-size: 2.3em;
        text-align: right;
    }

    .slide-body-wrap p {
        font-size: 1em;
        line-height: 1.2em;
        font-family: 'Lato', sans-serif;
        color: #fff;
    }

    .slide-body-wrap b.featured {
        font-size: 1em;
        line-height: 1.2em;
        font-family: 'Lato', sans-serif;
        color: rgba(218, 87, 0, 1);
        text-align: right;
        font-weight: 700;
    }

    .projects-slides-wrap img {
        margin: 0 auto;
        width: 100%;
        height: auto;
        min-height: 380px;
        display: block;
        overflow: hidden;
        text-align: center;
        height: 100%;
    }

    h3.homepage {
        text-align: center;
        color: #fff;
        padding: 15px;
        font-size: 1.5em;
        line-height: 2em;
        margin: 0;
        display: block;
        text-transform: capitalize;
        font-weight: normal;
    }

    a.btn-orange {
        /*background:url(/assets/images/ui/button-orange.png) top left no-repeat;*/
        width: 250px;
        height: 42px;
        color: #fff;
        font-size: 1.3em;
        text-align: left;
        padding: 10px 45px 10px 10px;
        text-transform: uppercase;
        margin: 0 auto;
        display: block;
        background: rgba(218, 87, 0, 1);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) inset;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) inset;
    }

    .homepage-blue-grid p,
    .content-blue-grid p {
        width: 900px;
        text-align: center;
        color: #fff;
        margin: 0 auto;
        font-size: 1em;
        font-weight: normal;
        line-height: 1.5em;
        letter-spacing: .03em;
        font-family: 'Lato', sans-serif
    }

    div.homepage-cta-wrap {
        width: 100%;
        text-align: center;
        padding-bottom: 30px;
        background-color: #fff
    }

    .featured-project-home {
        /*background:url(/assets/images/ui/homepage-featured-bg.png) top left no-repeat;*/
        width: 500px;
        height: 344px;
        display: inline-block;
        margin: 30px 10px;
        color: #fff;
        text-align: center;
        background: rgba(218, 87, 0, 1);
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) inset;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) inset;
    }

    .homepage-news-block {
        width: 100%;
        background-color: #f6f6f6
    }

    .homepage-news-list-wrap {
        width: 930px;
        margin: 30px auto 0;
        padding: 20px 0
    }

    .homepage-news-list-wrap h1 {
        color: #004677;
        font-size: 2em;
        font-weight: 400;
        margin: 10px 0;
        padding: 0;
        text-transform: uppercase
    }

    ul.homepage-news-list {
        margin: 0;
        padding: 0;
        display: inline-block
    }

    .homepage-news-list-item {
        margin: 0 0 8px;
        padding: 14px 25px 14px 14px;
        list-style: none;
        width: 615px;
        height: 128px
    }

    .homepage-news-list-item a.title {
        color: #004c81;
        display: inline-block;
        text-transform: uppercase;
        font-size: 1.35em
    }

    .homepage-news-list-item div.date {
        color: #de6815;
        font-weight: 700;
        display: inline-block;
        padding-left: 20px
    }

    .homepage-news-list-item p {
        color: #3e3e3e;
        display: block;
        font-size: 1em;
        font-weight: normal;
        line-height: 1.1em;
        letter-spacing: .02em;
        font-family: 'Lato', sans-serif
    }

    .homepage-news-list-item .more {
        color: #de6815;
        text-decoration: none;
        text-transform: uppercase;
        display: block;
        padding: 0
    }

    .homepage-news-list-item .more:hover {
        color: #de6815;
        text-decoration: underline;
        padding: 0
    }

    .homepage-news-list-slides {
        float: right
    }

    .homepage-news-list-slides img {
        border: 4px solid #fff;
        max-height: 400px;
        width: 292px
    }

    div.footer-content {
        background: url(/assets/images/ui/footer-bg.png) top center no-repeat #001b2d;
        height: 215px;
        width: 100%;
        text-align: center;
        padding-top: 30px
    }

    div.footer-content .content-item {
        display: inline-block;
        text-align: left;
        color: #fff;
        height: 152px;
        margin: 0 20px;
        vertical-align: middle;
        padding-top: 50px;
        font-weight: normal;
        font-family: 'Lato', sans-serif
    }

    div.footer-content .content-item-img {
        display: inline-block;
        text-align: left;
        color: #fff;
        height: 152px;
        margin: 0 20px;
        vertical-align: middle
    }

    div.footer-content .content-item h5 {
        padding: 0;
        margin: 0;
        font-size: .8em;
        letter-spacing: 1px;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-weight: 400;
        font-family: 'Lato', sans-serif
    }

    div.footer-content .content-item p {
        padding: 0;
        margin: 0;
        font-size: .7em;
        letter-spacing: 1px
    }

    div.footer-nav-wrap {
        background-color: #002640;
        width: 100%;
        border-top: 4px solid #fff;
        display: block;
        min-height: 50px;
        text-align: center
    }

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

    ul.footer-nav li {
        list-style: none;
        margin: 0;
        padding: 11px 10px 0 0;
        display: inline
    }

    ul.footer-nav li a {
        color: #fff;
        text-decoration: none;
        font-size: .9em
    }

    ul.footer-nav li a:hover {
        color: #de6815;
        text-decoration: none
    }

    div.footer-copyright {
        color: #fff;
        font-size: .75em;
        display: inline-block;
        padding: 17px 0 0 115px;
        font-weight: normal;
        font-family: 'Lato', sans-serif
    }

    div.main-content {
        width: 1020px;
        margin: 0 auto
    }

    div.staff-list {
        text-align: center
    }

    .staff-block {
        width: 296px;
        height: 296px;
        border: 2px solid #ccc;
        position: relative;
        overflow: hidden;
        display: inline-block;
        margin: 5px
    }

    div.projects-cta-wrap {
        width: 1020px;
        text-align: center;
        padding-bottom: 30px;
        background-color: #fff;
        margin: 0px auto;
    }

    /* projects details pages */
    .project-view-header,
    .project-view-content {
        width: 1020px;
        margin: 0px auto;
    }

    .project-view-header,
    .project-view-content {
        width: 1020px;
        margin: 0 auto
    }

    .project-view-content {
        padding-top: 30px
    }

    .project-view-content .project-block {
        width: 500px;
        margin: 0 auto;
        display: inline-block
    }

    .video.project-block {
        display: block;
    }

    /* end project details */
    /** !!ctas projects homepage */
    .cta-project-summary {
        max-height: 80px;
        overflow: hidden;
    }

    .cta-project-content {
        position: absolute;
        top: 2em;
        left: 0;
        width: 100%;
        padding: 0;
    }

    .cta-project-img {
        width: 100%;
        padding-bottom: 55%;
        background-size: cover;
        -ms-behavior: url(/assets/javascript/backgroundsize.min.htc);
        behavior: url(/assets/javascript/backgroundsize.min.htc);
        background-repeat: no-repeat;
        background-position: top 50%;
        transition: opacity .5s;
        position: relative;
    }

    .cta-project-title {
        max-height: 39px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .cta-project:hover .cta-project-img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        opacity: .2;
    }

    .cta-project-content {
        display: none;
    }

    .cta-project+.cta-project {
        margin-left: 20px;
    }

    .cta-project:hover .cta-project-content {
        display: block;
    }

    a.btn-orange.view-all-project-list {
        clear: both;
        margin-top: 35px;
    }

    .cta-project-footer-wrap {
        display: block;
        position: relative;
        -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) inset;
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) inset;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5) inset;
    }

    .content-news-block {
        display: flex;
    }

    .content-news-list-wrap {
        width: 74%;
    }

    .fb-feed {
        width: 24%;
        padding-top: 14px;
    }
}

@media (min-width:1600px) {

    .homepage-slides-wrap img,
    .content-slides-wrap img {
        height: auto;
        width: 100%;
        max-height: 500%;
    }

    .homepage-slides-wrap {
        max-height: 560px;
    }

    .homepage-slide {
        width: 100%;
        max-height: 560px;
    }

    .homepage-wrap .slide-body-wrap,
    .content-wrap .slide-body-wrap {
        /*bottom:auto;
		top: 50%;*/
    }
}

/** fancybox **
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}

.fancybox-outer,
.fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url(/assets/images/fancybox/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(/assets/images/fancybox/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(/assets/images/fancybox/blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(/assets/images/fancybox/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

.contact-socials {
    list-style: none;
    display: flex;
    padding: 0;
    position: relative;
    left: -5px;
}

.footer-socials {
    color: #fff;
    list-style: none;
    padding: 0;
    position: relative;
    left: -5px;
}

.footer-socials .social-svg {
    color: #fff;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {

    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url(/assets/images/fancybox/fancybox_sprite@2x.png);
        background-size: 44px 152px;
        -ms-behavior: url(/assets/javascript/backgroundsize.min.htc);
        behavior: url(/assets/javascript/backgroundsize.min.htc);
    }

    #fancybox-loading div {
        background-image: url(/assets/images/fancybox/fancybox_loading@2x.gif);
        background-size: 24px 24px;
        -ms-behavior: url(/assets/javascript/backgroundsize.min.htc);
        behavior: url(/assets/javascript/backgroundsize.min.htc);
    }
}

.fc-day-grid-event>.fc-content:hover {
    white-space: normal
}