@charset "UTF-8";
/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
with any questions regarding Web Fonts:  http://www.linotype.com
*/
@import url("https://fast.fonts.net/lt/1.css?apiType=css&c=9b76bf14-cd90-4520-ab00-e49d8aafa5d1&fontids=1121300");
@font-face{
font-family:"Swiss_721 W01 Light";
src:url("/Fonts/1121300/8936dd78-6787-48e6-b578-0df6e400b3e1.eot?#iefix");
src:url("/Fonts/1121300/8936dd78-6787-48e6-b578-0df6e400b3e1.eot?#iefix") format("eot"),url("/Fonts/1121300/2fdec0cf-6a9b-4f77-a39b-5749e8982851.woff2") format("woff2"),url("/Fonts/1121300/d1001ef9-2b8e-4cd1-99e7-9f48a6f7d356.woff") format("woff"),url("/Fonts/1121300/0c9b7a6a-39da-4a63-8de4-3a91edeab5de.ttf") format("truetype"),url("/Fonts/1121300/a3f40f07-8d2b-4630-a6c6-a6e1ceb4e1e7.svg#a3f40f07-8d2b-4630-a6c6-a6e1ceb4e1e7") format("svg");
}

*{
  box-sizing: border-box;
}
   html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
  }
 
  
  ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
  }
  
  ::selection {
    background: #b3d4fc;
    text-shadow: none;
  }
 
  
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }
  
  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
    vertical-align: middle;
  }
  
  fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }

  
  textarea {
    resize: vertical;
  }

  
  .browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
  }
  
  .relative{
	position: relative;
  }
  .bottom{
	  position: absolute;
	  bottom: 0;
  }

  .show-mobile,
  .hidden {
    display: none !important;
  }
  
  /*
  * Hide only visually, but have it available for screen readers:
  * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
  *
  * 1. For long content, line feeds are not interpreted as spaces and small width
  *    causes content to wrap 1 word per line:
  *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
  */
  
  .sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
  }
  
  /*
  * Extends the .sr-only class to allow the element
  * to be focusable when navigated to via the keyboard:
  * https://www.drupal.org/node/897638
  */
  
  .sr-only.focusable:active,
  .sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
  }
  
  /*
  * Hide visually and from screen readers, but maintain layout
  */
  
  .invisible {
    visibility: hidden;
  }
  
  /*
  * Clearfix: contain floats
  *
  * For modern browsers
  * 1. The space content is one way to avoid an Opera bug when the
  *    `contenteditable` attribute is included anywhere else in the document.
  *    Otherwise it causes space to appear at the top and bottom of elements
  *    that receive the `clearfix` class.
  * 2. The use of `table` rather than `block` is only necessary if using
  *    `:before` to contain the top-margins of child elements.
  */
  
  .clearfix:before,
  .clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  
  .clearfix:after {
    clear: both;
  }
  
  /* ==========================================================================
     EXAMPLE Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */
  
  @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
  }
  
  @media print,
    (-webkit-min-device-pixel-ratio: 1.25),
    (min-resolution: 1.25dppx),
    (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
  }
  
  /* ==========================================================================
     Print styles.
     Inlined to avoid the additional HTTP request:
     https://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */
  
  @media print {
    *,
    *:before,
    *:after {
      background: transparent !important;
      color: #000 !important;
      /* Black prints faster */
      box-shadow: none !important;
      text-shadow: none !important;
    }
    a,
    a:visited {
      text-decoration: underline;
    }
    a[href]:after {
      content: " (" attr(href) ")";
    }
    abbr[title]:after {
      content: " (" attr(title) ")";
    }
    /*
       * Don't show links that are fragment identifiers,
       * or use the `javascript:` pseudo protocol
       */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
      content: "";
    }
    pre {
      white-space: pre-wrap !important;
    }
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
    /*
    * Printing Tables:
    * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
    */
    thead {
      display: table-header-group;
    }
    tr,
    img {
      page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
  }

html{
  font-family: 'Swiss_721 W01 Light';
    font-weight: normal!important;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

  h1,h2,h3 {
    font-weight: 400;
   }
.j-hide{
    visibility: hidden;
}
.ps-scrollbar-y-rail {
    margin-top: 9px;
}
.pager .disabled{
    display: none;
}

.color-main{
    color: #5C6B7D;
}
.color-red{
    color: #981C20;
}
.royalSlider {
    width: 100%;
}

.space-before{
    padding-top: 20px;
}
.space-after{
    padding-bottom: 20px;
}
.no-space-after{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.header-container{
    z-index: 1000;
	width: 100%;
}


.header-container header{
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    margin: 20px 90px 20px;
}

header .logo{
  width: 60px;
}

#ceos-header{
  margin-right: auto;
  margin-left: 20px;
  margin-top: -5px;
  color: #5C6B7D;
  font-size: 20px;
}

#navigation {
    display: flex;
    justify-content: space-between;
    padding:0;
    margin:0;
    list-style-type:none;
}

#navigation li a {
    padding: 0 40px 9px 0px;
    display:block;
    color:#5C6B7D;
    text-decoration:none;
    font-size:20px;
    margin-top: -6px;
    white-space: nowrap;
}

#navigation li:last-child a {
    padding: 0 0px 9px 0px;
}

/* Submenu */
#navigation ul {
    position:absolute;
    left:-9999px;
    top:-9999px;
    list-style-type:none;
}

#navigation ,
#navigation li:hover { 
    position:relative;
}

#navigation a:hover{
    color: #5C6B7D;
    color:#8a1619;
}

.touch #navigation .touch{
    display: list-item;;
}

#navigation li:hover ul li a {
    padding: 2px;
    display:block;
    min-width:130px;
    padding-right: 10px;
    padding-right: 40px;
    padding-left: 6px;
}
#navigation li:hover ul {
  background-image: linear-gradient(90deg, rgb(255 255 255 / 66%) 0%, rgb(255 255 255 / 66%) 60%, #ffffff00 100%);
}

#navigation li:hover,
#navigation > ul{
    position: static;
}

#navigation > ul{
    background-image: linear-gradient(90deg, rgb(255 255 255 / 66%) 0%, rgb(255 255 255 / 66%) 60%, #ffffff00 100%);
}

#navigation li:hover ul {
    padding: 0px;
    left: -5px;
    right: auto;
    top: 100%;
    bottom: auto;
    width: auto;
    position: absolute;
    z-index: 10000000;
}
#navigation li a .instagram-icon-nav{
  width: 25px;
  height: 25px;
  background: #ddd;
  padding: 4px;
  border-radius: 3px;
  margin-top: 2px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: baseline;
}

article {
    color: #5C6B7D;
    /*    display: table-cell;*/
    display: -webkit-flex;
    display: flex; /* or inline-flex */
    -webkit-flex-flow: row wrap;
    flex-flow: row nowrap; /* is default: columns along the main-axis (row) and no wrapping to next lines */
    -webkit-align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.page-projects.details article{
	display: block;
    display: block; /* or inline-flex */
}

.page-competitions.index article,
.page-projects.index article,
.page-clerks.index article{
    justify-content: space-around;
    -webkit-justify-content: space-around;
}
.page-projects.filter article {
    color: #5C6B7D;
    display: block;
}

article ul
{
    list-style-type: none;
    list-style-position: inside;
    padding: 0;
}

article h1, article h2{
    font-size: 26px;
    font-weight: normal;
    color: #981C20;
    margin-bottom: 3px;
}
article h2{
    margin-bottom: 8px;
}
article h2.subtitle{
    font-size: 16px;
    color: #5C6B7D;
    padding: 0px;
    margin: 0px;
    /*margin-left: 110px;*/
    margin-bottom: 26px;
}

article h1.width-subtitle{
    margin-bottom: 0px;
}

article h2{
    font-size: 20px;
}
article aside img{
    max-width: 100%;
}

.page-clerks.view aside img{
    
	max-width: initial;
	max-width: none;
}
article section{
    width: 40%;
    float: left;
}
article aside{
    width: 60%;
    float: left;
    
    padding-left: 26px;
}

.page-projects.details article section {
    width: 35%;
	padding-right: 4%;
}
.page-projects.details article aside{
    width: 61%;
}

section#maps{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: auto;
    padding: 7px 14px 11px;
}

dl  dd:last-child, dl dt:last-child{
    padding-bottom: 0px;
}

dl {
    padding: 0.5em 0.5em 0 0;
    margin: 0px;
}
dt {
    float: left;
    clear: left;
    width: 100px;
    color: #981C20;
}

.non-highlight dt{
    color: #fff;
}
.non-highlight dt:after {
    content: ":";
}
dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.9em 0;
}
.condensed dd, dd.condensed {
    padding: 0 0 0 0;
}

.page-impressum dt{
    width: 140px;
}

.page-impressum dd{
    margin: 0 0 0 140px;
}

.page-team  article h2.subtitle{
    font-size: 20px;
}
#team-list , #task-list {
    max-width: 750px;
    margin: 0 auto;
}

#task-list {
    max-width: 1250px;
    margin: 0 auto;
}
#team-list li, #task-list li{
    display: inline-block;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 170px;
    height: 170px;
    overflow:hidden;
    border: 1px solid #fff;
}

#team-list.with-border li, 
#task-list li.placeholder{
    border: 1px solid #981C20!important;
}



#team-list li img, #task-list li img{
    width: 100%;
}
#team-list li,#task-list li{
    position: relative;
}
#team-list li:hover,#task-list li:hover{
    cursor: pointer;
}

.item-data{
    padding: 5px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
#team-list li a, #task-list li a{
    text-decoration: none;
}
.item-data h3, .item-data p{
    margin: 0px;
    font-weight: normal;
    font-size: 15px;
}
.item-data p{
    font-size: 13px;
}
.projects .item-data h3,
.competitons .item-data h3{
    font-size: 13px;
}

.task-filter,
#task-filter{
    background: #981C20;
}

#task-history{
    background: #5C6B7D;
}

.task-filter h3,
#task-filter h3{
    color: #fff;
    margin: 0px;
    text-align: right;
    padding: 8px;
    font-weight: normal;
    font-size: 15px;
}

#task-history a,
#task-filter a{
    visibility: visible;
}
#gallery-footer{
    border-top: 1px solid #5C6B7D;
    margin-top: 20px;
}


#gallery-thumbs-wrapper .info-box{
    display: inline-block;
    float: left;
    margin: 14px 0;
}
#gallery-thumbs-wrapper .info-box,
#gallery-thumbs-wrapper .project-box{
    height: 84px;
    width: 84px;
    background: #981C20;
    color: #fff;
    padding: 6px;
    margin-right: 8px;
    text-align: right;
}

#gallery-thumbs-wrapper .project-box,
#gallery-thumbs .project-box{
    background: #5C6B7D;
}
#gallery-footer h3{
    color: #981C20;
    margin: 0px;
    font-size: 18px;
    font-weight: normal;
    margin: 0px;
}
#gallery-thumbs {
    height: 96px;
    padding: 0;
    display: inline-block;
    overflow: hidden;
}
#gallery-thumbs-wrapper a{
    color: #fff;
    text-decoration: none;
}
#gallery-thumbs-wrapper .info-box,
#gallery-thumbs-wrapper .project-box{
    margin: 15px 10px 15px 0;
    display: none;
}

#gallery-thumbs li{
    float: left;
    list-style: none;
}
#gallery-thumbs li img{
    max-height: 96px;
}
#gallery-thumbs .caption {
    display: none;
}

.project-box a,
.info-box a{
    display: block;
    width: 100%;
    height: 100%;
}

#history-list a{
    text-decoration: none;
    color: #5C6B7D;
}
#history-list a:hover{
    text-decoration: none;
    color: #981C20;
}
#history-list li.item{
    list-style-type: none;
    list-style-position: inside;
    margin-left: 0px;
}
#history-list li.item a{
	text-decoration: underline;
}
section.full{
    width: 100%;
}
.page-histories article,
.page-impressum article,
.page-scope_of_services article,
.page-contact article{
    background: url("/img/contact.jpg") bottom no-repeat;
    background-size: 100%;
    background-size: cover;
}

.page-contact article{
    background: url("/img/contact_bg.jpg") bottom no-repeat;
    background-size: 100%;
    background-size: cover;
}

.page-scope_of_services article{
    background: url("/img/service_bg.jpg") bottom no-repeat;
    background-size: 100%;
    background-size: cover;
}
.page-histories article{
    background: url("/img/histories_bg.jpg") bottom no-repeat;
    background-size: 100%;
    background-size: cover;
}
.page-impressum article{
    background: url("/img/colorfull-wallpaper.jpg") bottom repeat-y;
    background-size: 100%;

}
article.a-center{
    display: block;
}
.mobile-flex, .mobile, no-touch{
    display: none!important;
}

.page-impressum .content-float{
    margin-top: 3px;
}
.page-histories .content-40{
    margin-top: 7px;
}
.page-scope_of_services .content-float h2{
    margin-top: 12px;
}


section.info{
    background: rgba(255, 255, 255, 0.63);
    color: #5C6B7D;
    padding: 7px 14px;
    padding-bottom: 14px;
    max-height: 90%;
    overflow-y: auto;
    width: 100%;
    background: url('/img/section-bg.png') repeat-x 0 -15px;
}

.page-impressum section.info{
    background: url('/img/section-bg.gif') repeat-x 0 -15px;
}

section.info .content-40{
    width: 40%;
}
section.info .content-float{
    float: left;
    margin-right: 30px; 
}
section.info .content-float:last-childchild{
    margin-right: 0px; 
}

.non-highlight dt {
    color: #5C6B7D;
}

.page-clerks.view article{
    margin: 0 auto;
    width: 640px;
}
.page-clerks.view article section{
    /*background: #feb944;*/
    padding: 14px;
    padding-bottom: 0px;
    width: 50%;
}
.page-clerks.view article aside{
    width: 48%;
    margin-left: 0px;
}

.page-clerks #bottom dt{
    width: 55px;
}
.page-clerks #bottom dd{
    margin-left: 64px;
}

.page-clerks.view article aside img{
    max-height: 100%;
}

.main.wrapper {
    position: relative;
}

.arrow-next,.arrow-prev {
    position: absolute;
    top: 50%;
    padding: 0 14px;
}

.arrow-next a,.arrow-prev a{
    background: url("/css/arrow_left.svg");
    display: block;
    width: 59px;
    width: 25px;
    height: 76px;

}
.arrow-next a{
    background: url("/css/arrow_right.svg");
    right: 0px;
}
.arrow-next{
    right: 0px;
}

.page-histories section.info .content-40{
    width: 60%;
}
.page-histories section.info dd{
    padding: 0 0 0.3em 0;
    margin: 0 0 0 50px;
}
.page-histories section.info dt{
    width: 48px;
}

.page-clerks.view aside{
	/*    display: flex;
		flex-flow: column;*/
}

#description_container .content div{
    text-align: justify;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 1820px) {
    footer {
		margin: 0 auto;
    }
}
@media only screen and (max-width: 768px) {
	#team-list.with-border li{
		border: 1px solid #fff!important;
	}
    .page-clerks.view aside{
		display: box;
    }
    section.info .content-40 {
		width: 100%;
    }
    .header-container header {
		padding-bottom: 1vw;
		margin-top: 0px;
    }
    footer,
    body{
		margin: 0 8px;
    }

    article{
		/*	display: block;*/
    }
    .page-clerks article {
		display: -webkit-flex;
		display: flex;
    }
    .page-clerks article aside {
		margin: 16px 0 0 10px;
    }
	.page-projects.details article section,
    article section{
		width: 100%;
    }
	.page-projects.details article aside,
    article aside{
		margin: 16px 0 0 0;
		width: 100%;
    }

    .rsArrowRight .rsArrowIcn {
		/*background-position-x: -10px!important;*/
		background-repeat: no-repeat!important;
    }
}

@media only screen and (max-width: 768px) {
	
	.page-projects .pager {
		float: right;
		height: 267px;
		position: relative;
		margin-top: 20px;
	}

	.page-projects .pager .arrow-next, 
	.page-projects .pager .arrow-prev {
		position: static;
	}
	
	.page-projects.details article section {
		padding-right: 0;
	}

	.page-clerks.view .space-large img{
		height: 260px;
	}
	.custom-next-arrow {
		background: url("arrow_right.svg");
		height: 44px;
		margin-top: 8px;
		float: right;
		width: 26px;
	}
	
	.rsOverflow {
		/*overflow: visible!important;*/
	}
	#description_container .content div{
		text-align: left;
	}
    article aside {
		padding-left: 0px;
    }
    .page-projects.filter ul.task-list-row{
		display: none;
    }
    .page-projects.filter ul.task-list-row.active-cat{
		display: block;
    }

    .page-histories section.info .content-40 {
		width: 100%;
    }

    .hide-mobile{
		display: none!important;
    }
    .page-clerks.view #top{
		margin: 10px!important;
    }

    .further-links a.stretch{
		width: 100%;
		margin: 0 0 10px 0!important;
    }
    .further-links a:last-child{
		margin-left: 1%;
    }
    .further-links a:first-child{
		margin-right: 1%;
    }
    .further-links a{
		width: 49%;
		display: inline-block;
		background: #981C20;
		color: #fff;
		text-align: right;
		text-decoration: none;
		padding: 6px 11px;
		border: 2px solid #981C20;
		margin-bottom: 10px;
    }

    .further-links a:hover{
		color: #981C20;
		background: #fff;

    }
    .further-links{
		width: 100%;
		margin: -13px 0 0;
    }

    #description_container .detail_plaene,
    .page-projects.details aside.detail_infos{
		display: none!important;
    }

    aside.detail_plaene{
		padding-left: 0;
    }

    #team-list{
		width: 100%;
    }
    aside.mobile{
		padding-left: 0px;
    }

    .j-hide{
		visibility: visible!important;
    }
    #bkls{
		height: 680px!important;
    }
    .royalSlider {
		width: auto!important;
		height: auto!important;
    }
    .page-office .royalSlider,
    .page-home .royalSlider {
		min-height: 188px!important;
		margin-top: 8px!important;
	}

    #office-navi {
		position: static;
		margin-top: 48px;
	}
	#office-navi a {
		color: #981C20;
		border-bottom: 1px solid #981C20;
		width: 190px;
		padding: 2px 20px 2px 0px;
		font-size: 16px;
	}
    .page-clerks .space-large img{
		/*	width: 40%;*/
		max-height: 260px;
    }

    .page-competitions  article h1,
    .page-projects article h1 {
		margin-bottom: 14px;
    }

    #gallery-footer{
		display: none
    }

    .main-container{
		padding-bottom: 66px;
    }

    #team-list li img, #task-list li img {
		width: 100%;
		/* height: 100%; */
    }

    #team-list li, #task-list li {
		margin: 1%;
		width: 47%;
		height: 100%;
    }

    #team-list li.placeholder{
		display: none;
    }

    #task-list ul {
		border-bottom: 1px solid;
    }
    #task-list ul:last-child{
		border: none;
    }
    #team-list, #task-list {
		margin: 8px 0;
    }
    #team-list .filler, #task-list .filler {
		display: none;
    }

    #task-list a *{
		visibility: hidden;
    }
    .page-clerks.view aside{
		display: none;
    }
    .page-clerks.view article {
		width: 100%;
    }
    .page-clerks.view article section {
		background: #fff;
		width: 100%;
		padding: 0px;
    }

    .arrow-next a, .arrow-prev a {
		width: 30px;
		height: 76px;
    }

    .arrow-next a {
		background-position-x: -28px;
    }
    .space-large {
		margin: 15px 0;
		text-align: center;
    }
    .mobile.footer {
		text-align: right;
		padding: 5px;
		color: #808080;
		position: fixed;
		bottom: 0px;
		right: 0px;
		background-color: #FFF;
		width: 100%;
		border-top: 1px solid #DDD;
		font-size: 80%;
    }
    .prev-arrow, .next-arrow{
		height: 28px;
		margin-top: 4px;
    }
    body .main-container article {
		background: none;
    }
    .main.wrapper{
		display: block;
    }
    section.info{
		color: #5C6B7D;
		background: none;
		background: rgba(255, 255, 255, 0.8);
		overflow-y:visible;
		padding: 14px 0;
		padding-bottom: 15px; 
    }

    .next-arrow{
		text-align: right;
    }
    .m-paginate{
		float: right;
    }
    .page-competitions .royalSlider img,
    .page-projects  .royalSlider img{
		width: 100%;
		margin-bottom: 6px!important;
    }

    .page-projects.details #gallery img {
		padding-left: initial!important
    }

    #gallery-thumbs {
		display: none;
    }
    .details #gallery-thumbs {
		display: block;
		overflow-y: hidden;
    }

    #gallery-footer h3{
		display: none;
    }
    #gallery-thumbs li img {
		max-height: 48px;
    }

    .mobile{
		  display: block!important;
    }
    .mobile-flex{
      display: flex!important;
    }
    .rsDefault .rsArrowIcn {
		width: 40px!important;
    }
    .rsArrowRight .rsArrowIcn {
		/*background-position-x: -16px!important;*/
		background-repeat: no-repeat!important;
		top: initial!important;
		left: initial!important;
		bottom: -74px;
		height: 64px!important;
		right: 0!important;
		width: 30px!important;
    }
    .rsArrowLeft .rsArrowIcn{
		display: none;
    }
    .rsDefault .rsArrow {
		height: 100%!important;
		width: 34px!important;
    }

    article{
		display: block;
		font-size: 90%!important;
		height: 100%!important;
    }
    main{
		padding: 46px 0 20px;;
    }
    .non-highlight dt {
		color: #5C6B7D;
    }
	.page-projects.details article section,
    article section{
		width: 100%;
		float: none;
    }
    article aside{
		margin-top: 10px;
		width: 100%;
		float: none;
		margin-left: 0px;
		padding-right: 0px;
    }
    .lnk-plus{
		font-style: normal;
		float: right;
    }

    .footer-container, .header-container{
		display: none;
    }
    .main-container{
		margin-left: 3vw;
		margin-right: 3vw;
		padding-bottom: 8px;
		padding-top: 40px;
		padding-top: 0px;
    }
	.main.wrapper{
		margin-top: 0px;
	}
    body{
		margin: 0 0px;
    }
	
	.header-container{
		display: block;
		position: fixed!important;
		background: #fff;
		top: 0;
		left: 0;
		padding: 0;
		z-index: 11111111111111111;
	}
	
	.header-container.open-nav{
		background:rgba(255, 255, 255, 0.9)!important;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 0;
		color: #5C6B7D;
	}
	.header-container header{
		display: block;
		padding-top: 3vw;
	}
	.header-container header > a{
		float: right;
	}
	.header-container .logo{
		width: 34px;
		height: 34px;
		margin-right: 3vw;
	}
	
	.header-container nav{
		clear: both;
		padding-top: 3vw;
	}
	#hamburger {
		display: inline-block!important;
		width: 30px;
		height: 30px;
		margin: -1.1vw 4vw 0 3vw;
	}
	.header-container.open-nav #hamburger{
		fill: #5C6B7D;
	}
	#navigation li a,
	.header-container.open-nav #ceos-header{
		color: #5C6B7D!important;
	}
	#ceos-header{
		font-size: 15px;
		float: right;
		margin-right: 1rem;
		padding-top: 3px;
	}
	.header-container nav{
		display: none;
	}
	.header-container.open-nav nav{
		display: block;
	}
	#navigation{
		display: block;
	}
	#navigation li.third-column li {
		padding-left: 124px;
    }
	#navigation li:hover ul li a,
	#navigation li:last-child a,
    #navigation li a {
		padding:9px 0 9px 3vw!important;
		font-size:20px;
		
    }
	
	#navigation li:hover ul,
	#navigation, #navigation li:hover,
	#navigation ul{
		position: static;
		padding-inline-start: 0;
		background: transparent;
		background-image: none!important;
	}
	#navigation ul{
		padding-left: 1rem!important;
	}

}

@media only screen and (max-width: 768px) and (orientation: landscape){

	.page-office .royalSlider, .page-home .royalSlider {
		min-height: 256px!important;
		margin-top: 8px!important;
	}
	#team-list li, #task-list li {
		margin: 1%;
		width: 30%;
	}
	.mobile.footer{
		display: none;
	}
	
	.page-clerks.view article{
		
	}
}


@media only screen and (min-width: 35em) {

}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.hide {
    display: none;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* Arrows */
.slick-active .slick-prev,
.slick-active .slick-next
{
    position: absolute;
    top: 50%;
    margin-top: -26px;
    display: block!important;

    width: 56px;
    height: 76px;
    padding: 0;

    cursor: pointer;

    border: none;
    outline: none;
}

.slick-prev
{
    left: -42px;
    display: none!important;
    background: url('/css/arrow_left.svg');
}

.slick-next
{
    right: -67px;
    right: -33%;
    display: none!important;
    background: url('/css/arrow_right.svg');
}

.left-space{
  left: 4.5vw!important;
}
.right-space{
  right: 4.5vw!important;
}
.p-left-space{
  padding-left: 4.5vw!important;
}
.p-right-space{
  padding-right: 4.5vw!important;
}
.m-left-space{
  margin-left: 4.5vw!important;
}
.m-right-space{
  margin-right: 4.5vw!important;
}



@media (max-width: 992px) { 

}
@media (max-width: 768px) { 
  .show-mobile{
    display: inline-block!important;
  }
  .cursor-overlay{
    display: none;
  }
  .left-space{
    left: 2.5vw!important;
  }
  .right-space{
    right: 2.5vw!important;
  }
  .p-left-space{
    padding-left: 2.5vw!important;
  }
  .p-right-space{
    padding-right: 2.5vw!important;
  }
  .m-left-space{
    margin-left: 2.5vw!important;
  }
  .m-right-space{
    margin-right: 2.5vw!important;
  }
}
@media (max-width: 768px) { 
  .cursor-overlay{
    display: none;
  }
  .left-space,
  .right-space,
  .p-left-space,
  .p-right-space,
  .m-left-space,
  .m-right-space{
    left: 0vw!important;
    right: 0vw!important;
    padding-left: 0vw!important;
    padding-right: 0vw!important;
    margin-left: 0vw!important;
    margin-right: 0vw!important;
  }
}
@media (max-width: 576px) { 
  .cursor-overlay{
    display: none;
  }
  .left-space,
  .right-space,
  .p-left-space,
  .p-right-space,
  .m-left-space,
  .m-right-space{
    left: 0vw!important;
    right: 0vw!important;
    padding-left: 0vw!important;
    padding-right: 0vw!important;
    margin-left: 0vw!important;
    margin-right: 0vw!important;
  }
  
  .mobile-break{
	display: block;
  }

}

/*769px?*/
#gallery-deprecated img {
  min-height: 76vh;
  min-height: 82vh;
}
#gallery-deprecated img {
  max-height: 80vh;
}

@media (min-width: 769px) and (max-width: 1040px) { 
  header .logo {
    width: 54px;
  }
  #ceos-header{
    font-size: 18px;
  }
  #navigation li a {

    font-size: 18px;
  }
  /*teamsite*/
  .page-clerks #team-list li {
    width: 14.28%;
    height: 14.28;
  }

  #gallery img {
    min-height: 76vh;
  }
  #gallery img {
    max-height: 80vh;
  }
}