@import url("../reset.css");

.headline.select {
    color: #fff;
}

* {
    font-family: "akzidenz-grotesk",sans-serif !important
}

html,
body {
    height: 100%;
    -webkit-text-size-adjust: none;
}

.outer {
    width: 1188px;
    margin: 6px auto;
}

.header.row a {
    opacity: 1;
}

.outer {
    padding-left: 6px;
}

.footer .social a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    opacity:1
}

body {
    color: #222;
    background-color: #fff;
}

.smallscale {
    display: none !important;
}

.container {
    width: 100%;
}

.videos .container {
    width: 95%;
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
    margin-left: 15px;
    margin-top: 0;
}

h3 {
    color: #fff;
    font-size: 1.05em;
}

img {
		display: block;
	}

@-moz-document url-prefix() {
    h3 {
        font-size: 1.1em;
    }
}

h4 {
    font-size: .9em;
}

p, .column ul {
    color: #333;
    line-height: 1.65em;
    margin-bottom: 1.65em;
}


#sort-by, #gview, #lview {
    font-size: 0.95em;
}

.column li {
    list-style-position: inside;
    list-style-type: square;
    margin-bottom: 12px;
}

.project h3.column-heading {
    margin-left: 0;
}

.column.with-heading {
    margin-top: 0;
}

p.continued {
    text-indent: 0;
}

@-moz-document url-prefix() {
    p {
        font-size: .85em;
        line-height: 1.3em;
        /*font-family: "akzidenz-grotesk",sans-serif !important*/
    }
}

a {
    color: #333;
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: 0.3s opacity linear;
    -moz-transition: 0.3s opacity linear;
    -ms-transition: 0.3s opacity linear;
    -o-transition: 0.3s opacity linear;
    transition: 0.3s opacity linear;
}



    a:hover,
    a:focus,
    a:active {
        text-decoration: none;
        opacity: 1;
        transition:color 0.2s
    }

    a:active,
    a:focus {
        outline: 0;
    }

/*.sub-navigation.row{
    padding-left: 2.5%;
    width: 100%;

}*/

.subcol .smenuh a {
    color: #fff;
    opacity: 1;
    font-size:14px
}

    .subcol .smenuh a:hover,
    .subcol .smenuh a:focus {
        color: #4DABE9;
        opacity: 1;
    }

.date {
    color: #ccc !important;
}

.browse-menu a.select {
    color: #333;
}

span.pipe {
    color: grey;
}

.select.home {
    height: 32px !important;
}

.socialbutt {
    color: #4DABE9;
}

a.socialbutt {
    text-indent: -3000px;
}

.uppershare {
    cursor: pointer;
    color: #4DABE9 !important;
}

::selection {
    color: #666; /* Safari */
}

::-moz-selection {
    color: #666; /* Firefox */
}

.soc {
    opacity: 0.9;
    filter: alpha(opacity=90);
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 4px;
}

.subcol.newscol ul.smenu li .soc {
    margin-top: 58px;
}

ul.smenu li a {
    line-height: 1.2em;
}

.soc:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
    /*border: 1px solid white;*/
}

.socfoot {
    width: 143px;
    margin-left: 145px;
    float: left;
    padding-top: 6px;
    /*overflow: hidden;*/
}

.tw16 {
    background-image: url(../social/twitt16.png);
}

.fb16 {
    background-image: url(../social/faceb16.png);
}

.li16 {
    background-image: url(../social/linke16.png);
}

.yt16 {
    background-image: url(../social/youtu16.png);
}

.we16 {
    background-image: url(../social/weibo16.png);
}

.rss16 {
    background-image: url(../social/rss16.png);
}



.idthumbs {
    border: 1px solid #34353a;
    margin-top: 17px;
}

.footer {
    height: 42px;
}
/*.social {
    width: 96px;
    vertical-align: bottom;
    margin-right: 108px;
}*/
.socialbig {
    width: 120px;
    vertical-align: bottom;
    margin-right: 100px;
}

.socialvec {
    width: 100px;
    vertical-align: bottom;
    margin-right: 100px;
}
/*.footer p { opacity: .75;filter:alpha(opacity=75);
font-size:0.8em; float:left;color:#ccc;padding-top:4px;padding-left:16px }*/

/*.footer a {
	color: #999;
}
.footer a:hover {
	color: #b4e114;
}*/

#email {
    float: right;
    padding-right: 8px;
}

.logo {
    float: left;
    margin-left: 16px;
    display: block;
    background: url(../img/fp_logo.png) no-repeat;
    -webkit-background-size: 152px 28px;
    -moz-background-size: 152px 28px;
    -o-background-size: 152px 28px;
    background-size: 152px 28px;
    width: 200px;
    height: 28px;
    text-indent: -3000px;
}

    .logo:hover {
        opacity: 0.7;
    }

.menutoggle {
    width: 134px;
    height: 36px;
    display: block;
    background: url(../img/menu_dn.png);
    float: right;
    cursor: pointer;
}

.menuup {
    background: url(../img/menu_up.png) no-repeat;
}

.subcol {
    float: left;
    line-height: 1.4em;
    margin-bottom: 24px;
    margin-top: 1px;
}
.subcol p, .subcol .column ul {
    margin-bottom: 0;
}

    .subcol:nth-child(n) {
        margin-top: 4px \9;
    }

.headline.subcol.carcol, .carmenu {
    width: 148px;
}

.headline.subcol.concol, .conmenu {
    width: 143px;
}


@-moz-document url-prefix() {
    .subcol {
        font-size: .85em;
        line-height: 1.2em;
    }
}

.nomarg {
    margin-top: 0;
}


.column-full {
    width: 95%;
    margin:2.5%
}

.column {
    width: 33.333% !important;
    float: left;
    /*padding-top:12px;*/
    /*padding-bottom:24px;*/
    padding-bottom: 12px;
}

.colnudge {
    padding:2.5% 2.5% 0 2.5%
}

.colnudge.share {
    padding: 20px 2.5% 0 2.5%;
    background-color: #fff;
}

.colnudge .column {
    padding-right:2.5%;
}
.colnudge .column:nth-child(3n+3) {
    padding-right:0;
}
.colnudge a {
    color:#333 !important
}

.partialwide {
    width: 390px;
    margin-right: 36px;
}

.wide {
    width: 574px;
}

.column h4 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.column.sust {
    padding-bottom: 0;
}



.last {
    width: 294px;
}

.double {
    margin-right: 7.5%;
}

.second {
    width: 293px;
}


.accordion .subcol a {
    color: #fff;
}


a.headline {
    font-size: 1.25em;
    padding-top: 2px;
    /*padding-bottom:8px;*/
    color: #ccc;
}

.profcol {
    margin-left: 14px;
}

.nav {
    background-color: transparent;
    /*margin-bottom:10px;*/
    height: 34px;
}

.navbar, .mainbar {
    float: left;
    width: 1182px;
    background-color: #1c1c1c;
}

/*.mainbar {
	height: 34px;
	margin-bottom: 0;
}

.mainbar h4 {
	font-size: 0.85em;
	float: left;
	padding: 0;
	/*display: inline;
}*/



@-moz-document url-prefix() {
    .mainbar h4 {
        padding: 2px 0 0 0;
        /*display: inline;*/
    }
}


.mymarg {
    margin-bottom: 1px;
}

/*.navbarInner { float: left;width:1145px;}*/

/*.navblock { height: auto;display:none }

.navblockInner { font-size: 1.1em; padding-top:12px;padding-bottom:12px;padding-left:16px }*/



.idcol {
    width: 279px;
}

.carscol {
    width: 158px;
}

/*.newscol { width: 142px; }*/


.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .5s ease;
    -moz-transition: height .5s ease;
    -ms-transition: height .5s ease;
    -o-transition: height .5s ease;
    transition: height .5s ease;
}

.collapse.in { height: auto!important }

.nav-collapse.collapse {
    height: auto;
}

#searching { width: 100%;height:125px;overflow:hidden;border:0 }

#accordionSearch {
    background-color: #525359;
    margin-right: 6px;
    height: 0;
}

.accordion-group {
    background-color: #34353a;
    border-top: solid 1px #666;
    padding: 0 2.5%;
}

.awards, .accreditations {
    margin-top: 20px;
    margin-bottom: 20px;
}

.awards .accordion-group, .accreditations .accordion-group {
    background-color: #fff;
    border-top: none;
    padding: 0 2.5%;
}

.nomargbot {
    margin-bottom: 0;
}

.accordion-toggle h1, .accordion-toggle h3 {
    color:#fff;
    font-size: 14px;
    opacity: 1;
    padding-bottom: 0px;
    margin-bottom: 0px
}
.accordion-toggle h1::after, .accordion-toggle h3::after {
    position:static;
    height:0;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 0;
    height: 50px;
    line-height: 47px;
    opacity: 1;
}
.awards .accordion-heading .accordion-toggle {
    display: block;
    padding: 0;
    height: auto;
    line-height: 47px;
}

.accordion-toggle {
    cursor: pointer;
    height: 36px;
}

.accreditations .accordion-heading .accordion-toggle {
    height: auto;
}

    .accordion-toggle h4 {
        display: inline-block;
        width: 100% !important;
        padding-bottom: 10px;
        margin-bottom: 20px;
        color: #333;
        font-size: 25px;
        border-bottom: 2px solid #333;
        width: auto;
        margin-top: 5px;
        margin-top: 7px;
    }

.awards .accordion-toggle h4, .accreditations .accordion-toggle h4 {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
}
.accreditations .accordion-toggle {
    margin-bottom:30px
}

.awards a.accordion-toggle, .accreditations a.accordion-toggle {
    opacity: 1 !important;
}

.awards .accordion-heading .accordion-toggle, .accreditations .accordion-heading .accordion-toggle {
    line-height: 50px;
}

.accordion-toggle h1 {
    display: inline;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #333;
    font-size: 25px;
    width: auto;
    float: left;
    margin-top: 5px;
    margin-top: 7px;
}

h1 {
    font-size: 1.05em;
}


.accordion-toggle h1 {
    margin-top: 4px;
    margin-top: 5px;
    text-transform: capitalize;
}

.accordion-toggle p {
    color: white;
    padding-top: 7px;
    padding-top: 3px;
}

@-moz-document url-prefix() {
    .accordion-toggle h1 {
        margin-top: 3px;
    }

    .accordion-toggle h3 {
        margin-top: 3px;
    }

    .accordion-toggle h4 {
        margin-top: 5px;
    }
}

.accordion-inner .column, .accordion-inner .subcol {
    margin-right:2.5%;
    font-size:14px
}
.awards .accordion-inner .column, .awards .accordion-inner .subcol, .accreditations .accordion-inner .column, .accreditations .accordion-inner .subcol {
    width:30% !important;
}
.awards .accordion-inner .third, .accreditations .accordion-inner .third {
    margin-right:0%;
}

    .accordion-inner .subcol {
        width: 10%;
    }

        .accordion-inner .subcol a {
            line-height: 1.65em;
            color: #fff;
            opacity: 1;
        }

            .accordion-inner .subcol a:hover,
            .accordion-inner .subcol a:focus {
                color: #4DABE9;
            }


    /* Interiors */

    .accordion-inner.sets,
    .accordion-body.collapse.sets {
        background-color: #343539 !important;
        width: 1188px;
    }

    .accordion-inner.sets,
    .accordion-body.collapse.sets {
        margin: 0;
        padding: 0;
    }

.accordion-body.collapse.sets {
    background: url(../img/bakabaka_type.png) 0 6px;
}

.accordion-inner.sets {
    margin: 6px 0;
}


.mnu {
    padding-top: 7px !important;
}


.noborder {
    margin: 0;
    padding: 0 0 0 2px;
}

    .noborder img {
        margin-top: 7px;
        margin-left: 2px;
    }

/*.accordion { margin-top: 1px }*/

.arrowhead {
    background: url(../assets/img/togdn-whte.png) no-repeat right;
    _background: url(../img/togdn6.png) no-repeat right;
}

.arrowheadup {
    background: url(../assets/img/togup-whte.png) no-repeat right;
    _background: url(../img/togup6.png) no-repeat right;
}



.awards .arrowhead, .accreditations .arrowhead {
    background: url('../img/news-toggle-on.png') no-repeat right;
}


.awards .arrowheadup, .accreditations .arrowheadup {
    background: url('../img/toggle-arrow-up.png') no-repeat right;
}


.noclick {
    cursor: default !important;
}

.vids {
    margin-top: 3px;
}

.mnu {
    color: #fff;
    float: right;
    display: inline;
    margin-left: 100px;
    padding-top: 9px;
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    margin-top: 3px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../img/glyphicons-halflings-white.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

    [class^="icon-"]:last-child,
    [class*=" icon-"]:last-child {
        *margin-left: 0;
    }

.icon-search {
    background-position: -48px 0;
}

.icon-chevron-right {
    width: 10px;
    background-position: 0 0;
    background-image: url("../img/rite.png");
    margin-left: 4px;
    margin-top: 9px;
}

.icon-chevron-left {
    background-position: -432px -72px;
}

.icon-chevron-down {
    background-position: -313px -119px;
}

.icon-file {
    background-position: -24px -24px;
}

.icon-remove {
    margin-top: 5px;
    background-position: -312px 0;
}

.iconnobump {
    margin-top: 4px;
}

.rite {
    float: right;
}

.bioicon {
    margin-top: 5px;
}

/*.galleria-layer { width: 1188px;margin:6px auto;background-color:black;margin-top:41px;height:34px }*/

/*.galleria-layer h3 { color: #bbb;padding-top:2px;padding-top:4px\9;padding-left:18px;float:left }*/

/*.galleria-thumbnails-container,
.galleria-image-nav { display: none }*/
img.p_img {
    width: 100%;
    z-index: 12;
    position: relative;
}

.p_nam {
    background: hsla(0, 0%, 10.9804%, 1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    color: white;
    overflow: hidden;
}



    .p_nam p {
        position: absolute;
        left: 0;
        top: 0;
        padding: 8px 8px 4px;
        color: #fff; /*font: .8em/1.2em;*/
    }

    .p_nam h4 {
        font-size: 1.25em;
        line-height: 1.2em;
        color: #fff;
    }

p.muted {
    color: #ccc !important;
}

.grey {
    background-color: #34353a;
    padding: 0;
    margin: 0;
}

.news, .exh, .video {
    background-color: #fff;
}

        .pubscontainer .news.half .pub-details {
            width: 100%;
        }

.card {
    box-shadow: 2px 1px 15px 1px rgba(0,0,0,0.1);
}

.pubscontainer, .news-container {
    background-color: #E6E6E6;
    padding-bottom: 2.5%;
}


h3.news,
h3.newsbig {
    color: #333;
    margin-top: 25px;
    font-size: 15px;
    background: transparent !important;
}

h3.pubs{ 
	color:#333;
	margin-top:25px;
    font-size: 16px;
	background:transparent!important 
}

h3.news {
    font-size: 1.1em;
    line-height: 1.2em;
}

p.newsdate, .exhdate {
    float: left;
    padding-top: 12px;
    margin: 0;
    font-size: 0.9em;
    color: #333;
    line-height: 1.4em;
    left: 25px;
    bottom: 25px;
}

.exhdate {
    width: 160px;
    font-size: 0.8em;
    position: absolute;
    left: 198px;
    top: 114px;
}

.esspee img.newsimg {
    width: 100%;
}


.exhdate.noexhimg {
    left: 0;
}


.person h2 {
    font-size: 21px;
    color: #333;
}

#spgrid {
    background-color: #E6E6E6;
}

.partner-name {
    padding: 25px;
}

img.videoimg,
img.exhimg,
img.newsimgbig,
img.spimg,
img.peeimg {
    float: left;
    border-right: 0;
}

.bubbleInfoList {
    position: relative;
    top: 0;
    left: 0;
}

.triggerList {
    display: block;
    font-size: 1em;
    padding: 0;
    margin: 1px 0 0;
    width: 100%;
    height: 24px;
}

.popupList {
    position: absolute;
    margin-left: -129px;
    display: none;
    z-index: 50;
    border-collapse: collapse;
}

    .popupList img {
        border: 6px solid white;
    }

.arrow-downList {
    position: absolute;
    right: -8px;
    top: 42%;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid white;
}


#coin-slider,
#slider0,
#slider1,
#slider2,
#slider3,
#slider4 {
    overflow: hidden;
}

.bigimage img {
    margin-top: 4px;
    margin-bottom: 1px;
    width: 1182px;
}

input.iclasssub {
    border: 1px solid #666;
    float: left;
    font-size: .8em;
    width: 240px;
    border: 1px solid #333;
    background-color: #fff;
    color: #333;
    margin: 0 0 12px;
    padding: 15px;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -o-transition: .8s;
}

    input.iclasssub:focus {
        background-color: #444546;
        border: 1px solid #aaa;
    }

iclasssub:focus {
    outline: 0;
}

.btn {
    display: inline-block;
    *display: inline;
    padding: 4px 10px 6px;
    margin-bottom: 2px;
    *margin-left: .3em;
    font-size: 13px;
    line-height: 18px;
    *line-height: 20px;
    color: #333;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #4DABE9;
    border: 1px solid #4DABE9;
    margin-top: 0;
    height: 47px;
    border-radius: 0 !important;
}

    .btn:hover {
        color: #fff;
        background-color: #666;
        text-decoration: none;
        -webkit-transition: background-position .1s linear;
        -moz-transition: background-position .1s linear;
        -ms-transition: background-position .1s linear;
        -o-transition: background-position .1s linear;
        transition: background-position .1s linear;
    }

.rightimg {
    float: right;
    width: 390px;
    height: 390px;
}



#map_canvas,
#map_canvas_office {
    border: 20px solid #fff;
    width: 100% !important;
    height: 772px;
    box-sizing: border-box;
    margin-top: 6px;
    color: #0b0b0b;
    -webkit-text-stroke: .35px;
}

#map_canvas_office {
    width: 100%;
    height: 480px;
}

.bio,
.bioimg {
    margin-top: 4px;
    float: left;
}

.bio {
    /*background-color: #0b0b0b;*/
    background-color: #fff;
    height: auto;
    color: #333;
}

    .bio p {
        color: #333;
    }

.buttonholder {
    float: left;
}

.biotext {
    width: 90%;
    margin-top: 32px;
}

.bioimg {
    margin: 15px 0 0 0;
}

    .bioimg img {
        margin: 0 0 10px 0;
    }

blockquote p {
    color: #333 !important;
    font-style: italic;
    font-size: .9em;
    line-height: 1.5em;
    padding-right: 18px;
}

blockquote small {
    display: block;
    padding-top: 10px;
    font-size: .9em;
    color: white;
    font-style: normal;
}

.quote {
    padding-bottom: 8px;
}

/*#map_canvas_proj { margin-top: 8px;margin-bottom:15px;width:281px;height:281px; border: 1px solid #333439; }*/


/* Next & Prev */
.pdfbar, .relatedbar {
    background-color: #222;
    padding:0 0 0 2.5%;
    margin-bottom:2px
}
.project-fad {
    margin-bottom:1.5%
}
.pdfbar a, .relatedbar a {
    background-color: #222;
}
.pdfbar a, .relatedbar a:hover {
    background-color: #222;
}
.pdfbar p, .relatedbar p {
    color:#fff;
    margin-bottom:0;
}
p.muted {
    padding-top: 17px;
}
.pnext, .typebutt, .pprev, .typebuttprev  {
    width: 20%;
    height: 20px;
    float:left;
    text-indent:-10000px;
    padding:29px 0;
    border-left: 1px solid #555;
    transition:background 0.3s
}
.pprev, .typebuttprev {
    background: url(../img/left.png) no-repeat center center;
}
.pnext, .typebutt {
    background: url(../img/rite.png) no-repeat center center;
}
.pprev:hover, .typebuttprev:hover, .pnext:hover, .typebutt:hover {
    background-color: #333;
}
.midrelated {
    width: 60%;
    float:left
}
.pdf {
    width: 50px;
    border-left: 6px solid #34353a;
}
.newspdf {
    width: 842px;
    border-left: none;
}
.pdfbarbutt.gal, .pdfbarbutt.prj {
    float: left;
    border-right: 1px solid #34353a;
}
.prv {
    float: left;
    text-align: left;
}


.videoholder {
    margin-top: -20px;
    background-color: #fff;
}

.vid_thumb {
    max-height: 175px;
    overflow: hidden;
}

.vholder {
    margin-bottom: 4px;
    max-width:100%
}

.videoholderInner h4 {
    font-size: 17px;
    padding-top: 15px;
    padding-left: 2px;
    margin-bottom: 15px;
    color: #333;
    width: auto !important;
}


a.project-video-close {
    position:fixed;
    top:30px;
    right:30px;
    z-index:15;
    opacity: 1;
}

.videoholder a.project-video-close {
    display: none;
}


.closevideos {
    position: fixed;
    top: 25px;
    right: 25px;
    width: 35px;
    height: 35px;
    background: url('/assets/plugins/slick/default.png') no-repeat;
    background-position: -100px -20px !important;
    z-index: 1004;
}

.susblock {
    margin-top: 4px;
    margin-bottom: 6px;
    float: left;
    width: 1167px;
    padding: 9px 0 9px 15px;
    background: #1c1c1c;
    display: block;
    height: auto;
}

#gimg {
    width: 100%;
    overflow: hidden;
    min-height: 988px;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index:-1
}

    #gimg img {
        width: 100%;
    }

#image-bottom {
    width: 100%;
    overflow:hidden
}

    #image-bottom img {
        width: 100%;
        display:block
    }

maps .marker-image {
    width: 72px;
    height: 72px;
    margin-left: -36px;
    margin-top: -46px;
    pointer-events: all;
    position: absolute;
}

.marker-popup,
.marker-tooltip,
.map-point-div,
.map-movetip {
    background-image: url(../img/map_icon_back.png);
    background-color: #0b0b0b !important;
    border: none !important;
}

    .marker-popup p {
        margin: 0;
        padding: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .marker-popup:before {
        border-top-color: #0b0b0b;
        border-width: 9px;
        margin-left: -9px;
    }

    .marker-popup:after {
        border-top-color: #0b0b0b;
        border-width: 6px;
        margin-left: -6px;
    }

.sppdfbar {
    width: 100%;
    height: 36px;
    background: #fff;
    color: #333;
}

.sppdfbarbutt {
    float: left;
    width: 36px;
    height: 100%;
}

.sppdf {
    width: 316px;
}

.sppdfbar h4 {
    float: left;
    margin: 7px 0 0 16px;
    width: 240px;
}

.sppnext {
    background: #1c1c1c url(../img/rite.png) no-repeat 80% 50%;
}

.sppprev {
    background: #1c1c1c url(../img/left.png) no-repeat 20% 50%;
}

.sppdfbarbutt p {
    margin: 8px 14px 0;
    padding: 0;
    color: #333;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.id_txt {
    display: none;
    width: 100%;
    height: 198px;
    background: url(../img/mona/mon2x.png) no-repeat;
}

.fp {
    display: none;
    width: 100%;
    height: 326px;
    background: url(../img/mona/mon1.png) no-repeat;
}

.navblockInner {
    font-size: 1.05em;
}

/*#tabletcontainer {
	display: none  !important;
}
#maincontainer {
	display: inline !important;
}*/
/* new menu button */


/*.mnubutton {
	
	float: right;
	display:block;
	border-left: 1px solid #44454a;
	width: 134px;	
	height:36px;
	cursor: pointer;
}

.mnubutton h4 {
	padding: 6px 0 0 11px;
	color: #b4e114;
	width: 90px;
}*/


/*.mnubutton:hover {
	background-color: #525359;
}*/

.srch {
    float: right;
    height: 52px;
    width: 55px;
    position: relative;
    display: block;
    background: url(../assets/img/mag6.svg) center no-repeat;
    cursor: pointer;
    background-size: 18px 18px;

    border-left: solid 1px #e6e6e6;
}


    .srch.greysrch {
        background: #262626 url(../assets/img/mag7.png) center no-repeat;
    }

    .srch:hover {
        background: #4DABE9 url(../assets/img/mag6.svg) center no-repeat;background-size: 18px 18px;

    }


/*#menu {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}*/

.safarionly {
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #fff;
    -webkit-backface-visibility: hidden;
}

.accordion-inner.sets.all {
    background: url(../img/int_header.png) no-repeat left top;
    margin-top: 1px;
}

.new-business-form, .general-form, .students-form {
    padding-top:2.5%
}

.contact-form {
    padding-top: 30px;
    clear: left;
}


    .contact-form input, .contact-form select {
        width: 65%;
    }

        .contact-form textarea, .contact-form input[type="file"] {
            width: 85%;
            margin-top: 5px;
        }

    .contact-form input,
    .contact-form textarea,
    .contact-form select {
        font-size: 0.8em;
        background-color: #fff;
        border: 1px solid #333;
        padding: 15px;
        color: #333;
        margin-top: 15px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .contact-form input.first {
            margin-top: 0;
        }

        .contact-form input.button {
            width: 140px;
            color: #333;
            background-color: #4DABE9;
            border-color: #4DABE9;
            padding: 15px 20px;
            float: left;
            display: block;
            clear: both;
            margin-top: 15px;
        }

        .contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
            color: #333;
        }

        .contact-form input:-moz-placeholder, .contact-form textarea:-moz-placeholder { /* Firefox 18- */
            color: #333;
        }

        .contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder { /* Firefox 19+ */
            color: #333;
        }

        .contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
            color: #333;
        }


.nudgesub p {
    float: left;
    margin-left: 12px;
}


.greenLinks a {
    color: #4DABE9 !important;
}

img.banner {
    margin-left: -15px;
}

/*.galleria-container {background: #fff;}*/

.galleria-errors {
    display: none;
}

/* Breadcrumbs */
.crumb-level-1, .crumb-level-1x, .crumb-level-1xx, .crumb-level-1xxx {
    color: #4DABE9;
    display: inline-block;
    margin: 0;
    padding: 0;
}

    .crumb-level-1:focus,
    .crumb-level-1:hover {
        color: #fff;
    }

h1.crumb-h1, .select span.up {
    display: inline-block;
    float: none;
    color: #4DABE9;
    font-size: 15px;
        line-height: 22px;
}

.no-script-warning {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2em;
    margin-bottom: 0;
    line-height: 2em;
    text-align: center;
    color: #ffffff;
    font-size: 0.8em;
    background: #000000;
    background: rgba(0, 0, 0, 0.5);
    z-index: 20;
}

.text-box {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.8);
    width: 90%;
    margin: 3%;
    padding: 3% 3% 1.8%;
    max-width: 678px;
    z-index: 2;
    position: relative;
}

a:hover, a:focus {
    color:#333
}

.option-set a, #gview a, #lview a {
    opacity: 1;
    font-size: 15px;
    line-height:1.5
}

.accordion-body .option-set a {
    font-size: 14px;
}

.accordion-body .option-set a:hover,
.accordion-body .option-set a:focus,
.accordion-body .option-set a.select{
    color: #4DABE9;
}

.accordion-body .option-set li {
    height: 24px;
}

.text-box p {
    color: #333;
    font-size: 15px;
    line-height: 1.6;
}

h3 {
    font-size: 25px;
    color: #333;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

h3::after {
    content: "";
    height: 2px;
    left: 0;
    width: 45px;
    background-color: #333;
    position: absolute;
    bottom: 0px;
}


.practice-data-image img {
    width: 100%;
}

.partners a,
.news-container a,
.pubscontainer a {
    opacity: 1;
}

.partners a {
    overflow: hidden
}

.picture {
    float: left;
    height: 0;
    display: block;
    width: 50%;
    text-align: center;
    padding-bottom: 50%;
}

.partners .picture {
    width: 33.33333%;
}

.pub-details {
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50%;
    height: 0;
    position: relative;
    width: 50%;
}

.partners .pub-details {
    width: 66.66666%;
}


.picture img {
    width: 100%;
}

.news-container .picture {
    width: 60%;
    overflow: hidden;
    background-size: cover;
    height: 450px;
    padding-bottom: 0;
        background-position: center center;
}

.news-container .pub-details {
    width: 40%;
    height: 450px;
}


#videoarchive .element a {
    float: none;
    opacity: 1;
    display: block;
}

#videoarchive .element .video-title {
    padding: 20px;
    font-size: 18px;
}

.pub-details .pubdate {
    font-size: 14px;
    color: #B3B3B3 !important;
}

.sub-menu {
    padding-left: 0;
    color: #333;
    line-height: 43px;
    min-height: 12.5px;
    background-color: #34353A;
    padding-bottom: 2px;
    cursor: pointer;
}

.sub-menu a, .mainbar a {
    opacity: 1;
}

.sub-menu p {
    color: #4DABE9;
}

.sub-menu h1 {
    color: #fff;
}

.sub-menu a, .sub-menu h1 {
    font-size: 15px;
}


#groups .column {
    margin-top: 10px;
    width: auto!important;
    margin-left: 0;
    padding: 0;
}

#groups .column a {
    color: #fff;
    opacity: 1;
    transition: 0.5s color;
    font-size: 14px;
}

#groups .column a:focus,
#groups .column a:hover {
    color: #4DABE9
}

#groups .column a.select {
    color: #4DABE9
}

#groups {
    background-color: #34353A;
}

#sort ul li {
    list-style: none;
        margin-bottom: 0;
}

.practice-data-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.practice-data-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.practice-data-image a:hover .content {
    -ms-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}



.practice-data-image h2 {
    width: 100%;
    margin: 0;
    padding: 5px 0 20px;
    margin-bottom: 0;
    font-size: 22px;
    position: relative;
    z-index: 2;
    line-height: 1.3;
    color: #fff;
}


.practice-data-image p {
    font-size: 20px;
    color: #ccc;
    clear: both;
    padding-top: 15px;
}

.mobile-breadcrumb {display: none;}

#case-studies-grid.grid li img {
    width: 100%;
}


.options {
    float: left;
    width: 30%;
}
    .sus_img {
            height: auto;
            width: 65px;
            display: inline-block;
            vertical-align: top;
            margin: 15px 20px 0 0;
        }

            .sus_img img {
                max-width: 100%;
                max-height: 100%;
                margin: auto;
                display: block;
            }

        .sustainability_logos {
            clear: both;
            background-color: transparent;
        }
