/*
Theme Name: JD Project Custom WordPress Theme
Description: Child theme for the Cornerstone starter theme
Author: Rare
Template: cornerstone-master
Version: 1.0
*/

@import url(../cornerstone-master/style.css);


.alignleft {display: inline; float: left; margin-right: 1.625em;}
.alignright {display: inline; float: right; margin-left: 1.625em;}
.aligncenter {clear: both; display: block; margin-left: auto; margin-right: auto;}

.widget_nav_menu ul,.widget_recent_entries ul,.clearing-thumbs{list-style:none}

.top-bar .title-area .name a {
	font-size: 1.0625em;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 0 15px;
	line-height: 45px;
}



#content,.sidebar{margin-top: 1em;}

.entry-content ul:not([class*="block-grid-"]):not(.clearing-thumbs),.widget_archive ul{margin-left:2em;}


#mainNav .divider{
  display: none !important;
}



/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0;
    background: #B22222;
    color: #fff;
    padding: 0.5em 0;
    text-align: center;
    z-index: 100000;
}

.browserupgrade strong, .browserupgrade a{
  color: #fff;
}


/* ============================================== GLOBAL
*/


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

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*html{
  background-color: #fff;
}*/


body {
  font-size: 16px;
  color: #000;
}

a, a img {
   outline: 0;
   border:none;
   border: 0;
   -webkit-tap-highlight-color: rgba(0,0,0,0);
}

input::-moz-focus-inner { 
  border: 0; 
}

a {
 color: #fff;
 -webkit-transition: all 0.25s ease-in; /*safari and chrome */
 -moz-transition: all 0.25s ease-in; /* firefox */
 -o-transition: all 0.25s ease-in; /* opera */
 transition: all 0.25s ease-in; /* opera */
}



a:hover, a:focus {
  color: #fff;
}

/* Remove input outline for WebKit browsers */

input[type="text"]:focus {
  outline: none;
}


#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 100000;
}

.number{
  display: inline-block;
}

.number:hover{
  cursor: context-menu;
}

.formSubmit:hover{
  cursor: pointer;
}


.tbl {
  display: table;
  width: 100%;
  height: 100%;
}

.tblCell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.agent{ display: inline-block !important; }

/* ============================================== FORM VALIDATION
*/


/* verification form hidden */
#inputname{ display:none; }

.parsley-errors-list{
  list-style-type: none;
  margin-left: 0;
  margin-top: -5px;
  color: #f04124;
  font-size: 11px;
}

.parsley-errors-list {
  list-style:none;
}
.parsley-required, .parsley-type, .parsley-pattern, .parsley-minlength, .parsley-minlength{
  color:#f04124;
}

#error{ 
  text-align:center; 
  padding:15px; 
  background:#a41320; 
  color:#fff;
  width: 100%;
  margin-right:auto; 
  margin-left:auto;
  margin-bottom:40px;
  display: inline-block;
  position: relative;

 -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

  font-size: 10px;
  
}


.close_err {
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: -3px;
  padding: 3px 13px;
  font-size: 15px;
}

.screen_names{
  font-weight:700;
  text-transform:capitalize;
}

.msg_thanks{
  text-align:center;
}
.msg_thanks p{  }

.msg-textarea{
  position:relative;
}

.msg-textarea #wrap-msg-cha{
  top: -18px;
  position: absolute;
  right: 10px;
  color: #fff;
  font-size: 9px;
}

#message .success_submit {
  display: block;
  padding: 10px;
  font-size: 22px;
  font-style: normal;
  text-align: center;
}



/* Autoselection for Chrome browsers -  change colors and background for your theme */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color:#fff !important;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000 !important;
}


/* if you have placeholder in your form change to your theme color and do not forget the !important */

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff !important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff !important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff !important;
}



/* select arrow change the color and background size for your theme */

select {

  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: #000000'></polygon></svg>");
  background-size: 15px; /* this change the size of your arrow */
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.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
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

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

/* ============================================== LOGO RARE
<p class="rare_logo">Site by: <a href="http://rareid.com.au/" target="_blank">rare</a></p>
*/
.rare_logo {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
  /* font-size: 12px; - can adjust */
  /* color: #fff / #000/ #231f20 / #ff5d4c - options*/
}

.rare_logo a {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
  text-transform:capitalize;
}

.rare_logo a:hover, .rare_logo a:active, .rare_logo a:focus{
  /*color: #fff / #000/ #231f20 / #ff5d4c  */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    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;
    }
}


/* CSS Document */


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ============================================== GLOBAL


fonts


Acumin Pro Wide Extra Light
font-family: acumin-pro-wide, sans-serif;
font-weight: 200;
font-style: normal;


Acumin Pro Wide Extra Light Italic
font-family: acumin-pro-wide, sans-serif;
font-weight: 200;
font-style: italic;


Acumin Pro Wide Light
font-family: acumin-pro-wide, sans-serif;
font-weight: 300;
font-style: normal;

Acumin Pro Wide Light Italic
font-family: acumin-pro-wide, sans-serif;
font-weight: 300;
font-style: italic;

Acumin Pro Wide Medium
font-family: acumin-pro-wide, sans-serif;
font-weight: 500;
font-style: normal;

Acumin Pro Wide Medium Italic
font-family: acumin-pro-wide, sans-serif;
font-weight: 500;
font-style: italic;


Acumin Pro Wide Semibold
font-family: acumin-pro-wide, sans-serif;
font-weight: 600;
font-style: normal;

Acumin Pro Wide Semibold Italic
font-family: acumin-pro-wide, sans-serif;
font-weight: 600;
font-style: italic;

Acumin Pro Wide Bold
font-family: acumin-pro-wide, sans-serif;
font-weight: 700;
font-style: normal;

Acumin Pro Wide Bold Italic
font-family: acumin-pro-wide, sans-serif;
font-weight: 700;
font-style: italic;

Acumin Pro Wide Black
font-family: acumin-pro-wide, sans-serif;
font-weight: 800;
font-style: normal;

Acumin Pro Wide Black Italic
font-family: acumin-pro-wide, sans-serif;
font-weight: 800;
font-style: italic;

Acumin Pro Wide Regular
font-family: acumin-pro-wide, sans-serif;
font-weight: 400;
font-style: normal;

Acumin Pro Wide Regular Italic
font-family: acumin-pro-wide, sans-serif;
font-weight: 400;
font-style: italic;

*/


body{
  background: #000;
  color: #fff;
  font-family: acumin-pro-wide, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.row, .columns{
  position: relative;
}


.tbl {
  display: table;
  width: 100%;
}

.tblCell {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}


.redBar{
  position: absolute;
  background: #c3414b;
  bottom: 0;
  z-index: 100; 
/*  left: 10%;
  width: 5px;
  height: 250px;*/
}

#rotate{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1000;
  display: none;
}


.grey{
  color: #a7a9ac !important;
}

.red{
  color: #c3414b;
}

.black{
  color: #000;
}

.white{
  color: #fff;
}


.greyBG{
  background: #a7a9ac;
}

.redBG{
  background: #c3414b;
}

.blackBG{
  background: #000;
}

.whiteBG{
  background: #fff;
}



.reveal-overlay {
  background-color: rgba(0, 0, 0, 1);
}

.reveal {
    border: none;
    border-radius: 0;
    background-color: #000;
}


.close-button {
    color: #fff !important;
}


h1, h2, h3, h4, h5, h6{
  text-transform: uppercase;
  font-family: acumin-pro-wide, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  line-height: 1.2;
}

p{
  line-height: 1.2;
  font-size: 16px;
}



.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
}

.fa-linkedin{
  color: #000;
  background: #fff;
  border-radius: 2px;
  padding: 3px;
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-instagram{
  padding-top: 2px;
  font-size: 22px;
}

.fa-instagram:before {
    content: "\f16d";
}

.gap{
  width: 100%;
  position: relative;
  /*height: 80px;*/
}


.fWidth{
  width: 100%;
  max-width: none;
}

.overlay-container {
  position: relative; /* <-- Set as the reference for the positioned overlay */
}

.overlay-container .overlay {
  position: absolute; /* <-- Remove the overlay from normal flow         */
  bottom: 0;          /* <-- Keep the overlay at the bottom of the box   */
  left: 0;            /* <-- Set left and right properties to 0          */
  right: 0;           /*     In order to expand the overlay horizontally */
  padding: 0.4rem;
  background-color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
}


/* ============================================== HEADER
*/

#header{
  position: fixed;
  height: 100%;
  z-index: 50;
/* background: pink;*/
}

#mobHeader{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 50;
}

#mobHeader img{
  position: absolute;
  left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto;
  max-height: 55px;  
}


.logoWhite{
  position: absolute;
  z-index: 100;
  top: 50px;
  right: 50px;
}


.logoNav{
  opacity: 0;
 /* display: block;
  margin: 20% auto 0;*/
}


/* ============================================== MENU
*/

#menu{
  list-style:none;
  padding:0;
 /* margin-top: 50px;*/
 /* margin-left: 4rem;*/
}


#menu li a{
  font-family: acumin-pro-wide, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 5px;
}

/*#menu li.noLink a{
  color: #a7a9ac;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
}

#menu li.noLink a:hover{
  cursor: default;
}

#menu li.noLink a::before{
  display: none !important;
}*/


#menu li.noLink a{
  color: #a7a9ac;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
}


#menu li.noLink a:hover{
  cursor: default;
}

#menu li.noLink a::before{
  display: none !important;
}



#menu li a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  color: #fff;
  padding-bottom: 5px;
}

#menu li a::before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 0;
  bottom: 0;
  left: 0;
  background-color: #c3414b;
  transition: width 0.25s ease-out 0s;
}

#menu li a:hover::before, #menu li a:active::before, #menu li a:focus::before, #menu li.active a::before{
  width: 100%;
}




/* ============================================== HOME SLIDER
*/


.swiper-wrapper{
  height: 95%;
}

.swiper-container {
  width: 100%;
  height: 100vh;
}

.swiper-slide {
  overflow: hidden;
  position: relative;
  z-index: 1;
}



.slide1{
   /*background: url('img/slider-home-01.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/ 
}

.slide2{
   /*background: url('img/slider-home-02.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}

.slide3{
   /*background: url('img/slider-home-03.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}

.slide4{
   /*background: url('img/slider-home-04.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
}

.swiper-slide img{
/*  margin-left: calc((100vw - (100vh * 1.7))/2);
  margin-right: calc((100vw - (100vh * 1.7))/2);
  min-height: 100vh;
  min-width: 100vw;*/
}

.swiper-slide video {
  margin-left: calc((100vw - (100vh * 1.7))/2);
  margin-right: calc((100vw - (100vh * 1.7))/2);
  min-height: 100vh;
  min-width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-slide.video .tbl{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 100vh;
  min-width: 100vw;
  pointer-events: none;
}


@media (min-aspect-ratio: 16/9) {
 .swiper-slide video {
    margin-left: 0;
  }
}



.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url('img/swiper-arrows-prev.png');
    left: 50px;
    right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url('img/swiper-arrows-next.png');
    right: 50px;
    left: auto;
}


.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 75%;
    width: 20px;
    height: 36px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 20px 36px;
    -webkit-background-size: 20px 36px;
    background-size: 20px 36px;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 100;
}


.caption{
  text-align: left;
  font-family: acumin-pro-wide, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  padding-left: 9%;
}

.caption p{
  line-height: 1.2;
 /* padding-bottom: 35%;*/
 /* font-size: 60px;*/
}



.home .caption p{
  padding-bottom: 0 !important;
}

.heroSmall{
  height: 20vh;
}

.projects .heroSmall{
  height: 8vh;
}

.heroSmall  .caption, .heroSmall .caption p, .heroSmall .smlHeading{
  padding: 0;
  padding-top: 60px;
}


.projects .heroSmall .smlHeading{
  padding-top: 68px;
}

.caption a{
  -webkit-transition: all 0s ease-in;
  -moz-transition: all 0s ease-in;
  -o-transition: all 0s ease-in;
  transition: all 0s ease-in;
  font-family: acumin-pro-wide, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  background: #c3414b;
  border: 2px solid #c3414b;
  color: #fff;
  line-height: 1.2;
/*  padding: 10px 60px;
  font-size: 18px;*/
}


.caption a::after{
  content: url('img/button-arrow.png');
  padding-left: 10px;
  vertical-align: -2px;
}

.caption a:hover{
  color: #000;
   border: 2px solid #000;
}

.caption a:hover::after{
  content: url('img/button-arrow-black.png');
}



/* ============================================== CONTENT
*/



.pageLogos{
    list-style:none;
    margin:0 0 25px 0;
    padding:0;
    text-align:left;
}
.pageLogos li{
    display:inline-block;
    padding-right: 25px;
    max-width: 150px;
}


#siteContent{
  z-index: 40;
  padding: 0;
 /* background: pink;*/
}

#imgHolder{
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
   -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
         -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
         -webkit-filter: grayscale(100%);
         filter: gray;
         filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

#copyWrapper{
/*  padding-left: 50px;
  margin-top: 50px;*/
}

.smlHeading{
  font-size: 18px !important;
  text-transform: uppercase;
  font-weight: 400;
}

/*.lgeHeading{
  font-size: 48px;
}*/




#grid{
  position: relative;
  margin-top: 70px;
}

.service{
  margin-bottom: 50px;
  padding-right: 10%;
}



.service .smlHeading{
  margin: 20px 0;
}



.about01{
  background: url('img/about-01.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.about02{
  background: url('img/about-02.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



.about03{
  background: url('img/about-03.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.approach #imgHolder{
  background: url('img/img-holder-approach.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.contact #imgHolder{
  background: url('img/img-holder-contact.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.careers #imgHolder{
  background: url('img/img-holder-careers.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



.page-template-template-about #grid{
  margin-bottom: 70px;
}



.page-template-template-about .smlHeading{
  margin: 25px auto;
}


/*.aboutCopy{
  padding: 160px 90px;
}*/

.page-template-template-about #grid .tblCell{
  text-align:  left;
}


.person{
  margin-bottom: 50px;
  padding-right: 15%;
}


.person img{
  display: block;
  margin: 40px 0 30px;
}


.imageTemplate .headings{
  margin-top: 130px;
}


.imageTemplate .headings .lgeHeading{
  margin-bottom: 40px;
}


/*.imageTemplate .headings p{
  padding-right: 30%;
}*/

/*.article{
  margin-bottom: 80px;
}*/

.article img{
  display: block;
  margin: 30px 0 20px;
}

.article .lgeHeading{
/*  padding-right: 30%;*/
  margin-bottom: 20px;
  font-size: 24px;
}


.article span{
  text-transform: uppercase;
  display: inline;
}


.article span::before {
  content: "";
  position: absolute;
  display: inline;
  height: 2px;
  width: 0;
  bottom: 0;
  left:  0.9375rem;
  background-color: #c3414b;
  transition: width 0.25s ease-out 0s;
}

.article a:hover span::before{
  width: 106px;
}

.projectDesc{
  padding-right: 10%;
}


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

.projectDetails ul ul li{
    display:inline;
}

.projectDetails ul ul a{
    display:inline-block;
    padding:5px;
}

.projectDetails ul li{
  margin-bottom: 25px;
}

.projectDetails ul span{
  display: block;
}

#gallery{
  margin-bottom: 50px;
}

/*
.ug-gallery-wrapper .ug-textpanel-title{
  display: none !important;
}*/


.ug-gallery-wrapper .ug-textpanel-bg{
  opacity: 0 !important;
}

.ug-tile .ug-textpanel-title{
  text-shadow: 1px 1px 1px #000;
}

.projectTile{
  margin-bottom: 1.875rem;
}

.projectTile img{
  max-width: none;
  width: 100%;
}

.overlay img{
  display: inline-block;
  margin-right: 10px;
  max-width: 14px;
}

.button-group{
  padding-left: 0.9375rem;
}


.button {
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
}


.button-group .button.is-checked{
  color: #c3414b;
}

.button-group .button:hover{
  color: #c3414b;
}

.careersContact{
  text-transform: uppercase;
  color: #c3414b;
  font-size: 14px;
}

.careersContact a{
  text-decoration: underline;
  line-height: 1.3;
}

.partnerSection{
  position: relative;
  margin: 40px 0;
}


.partnerSection .headings{
  margin-bottom: 25px;
}


/*.partnerSection p{
  padding-right: 8%;
}*/

.quote{
 font-weight: 300;
 font-style: italic;
 position: relative;
}



.testimonial{
  margin-bottom: 1.875rem; 
}


.author{
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}

.partner{
  margin-bottom: 1.875rem; 
  /*padding-right: 5%;*/
}

.partner .tblCell{
  text-align: left;
}


/* ============================================== FOOTER
*/

#header .footer{
 position: absolute;
/* bottom: 10%;
 left: 4rem;*/
}

.footer p{
  font-family: acumin-pro-wide, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 10px;
}




/* ============================================== FORM
*/


#response p{
  font-size: 10px;
  margin-top: 10px;
}

.contactForm{
  float: left !important;
  /*background: yellow;*/
}

.contactDetails{
  /*background: pink;*/
}


.contactDetails ul{
  list-style-type: none;
  margin-left: 0;
}


.contactDetails ul ul{
  margin:0;
  padding:0;
  text-align:left;
} 

.contactDetails ul ul li{
    display:inline;
}

.contactDetails ul ul a{
    display:inline-block;
    padding:5px;
}

.contactDetails ul li{
  margin-bottom: 25px;
}


.contactDetails ul span{
  display: block;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'] {
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    background-color: #000;
    box-shadow: none;
    color: #fff;
    -webkit-text-fill-color: #fff !important;
}


input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active{
   -webkit-text-fill-color: #fff !important;
}



[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus {
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    background-color: #000;
    box-shadow: none;
}

textarea, textarea:focus{
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #000;
  box-shadow: none;
  color: #fff;
}


select {
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    background-color: #000;
    box-shadow: none;
    color: #fff;
    background-image: none;
    margin-bottom: 45px;
}


select:focus {
    outline: none;
    border: none;
    border-bottom: 1px solid #fff;
    background-color: #000;
    box-shadow: none;
}

.formSubmit{
  -webkit-transition: all 0s ease-in;
  -moz-transition: all 0s ease-in;
  -o-transition: all 0s ease-in;
  transition: all 0s ease-in;
  font-family: acumin-pro-wide, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: inline-block;
  background: #c3414b !important;
  border: 2px solid #c3414b;
  color: #fff;
  line-height: 1.2;
  padding: 10px;
  font-size: 18px;
  width: 100%;
 /* max-width: 50%;*/
}

.msg_thanks{
  text-align: left;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;
}
::-moz-placeholder { /* Firefox 19+ */
   color: #fff !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
}


/* ============================================== PLUGINS
*/

/*! * SlickNav Responsive Mobile Menu v1.0.10 * (c) 2016 Josh Cope * licensed under MIT */
 .slicknav_btn {
     position: relative;
     display: block;
     vertical-align: middle;
     float: right;
     padding: 0.438em 0.625em 0.438em 0.625em;
     line-height: 1.125em;
     cursor: pointer;
}
 .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
     margin-top: 0.188em;
}
 .slicknav_menu {
     *zoom: 1;
}
 .slicknav_menu .slicknav_menutxt {
     display: block;
     line-height: 1.188em;
     float: left;
}
 .slicknav_menu .slicknav_icon {
     float: left;
     width: 1.125em;
     height: 0.875em;
     margin: 0.188em 0 0 0.438em;
}
 .slicknav_menu .slicknav_icon:before {
     background: transparent;
     width: 1.125em;
     height: 0.875em;
     display: block;
     content: "";
     position: absolute;
}
 .slicknav_menu .slicknav_no-text {
     margin: 0;
}
 .slicknav_menu .slicknav_icon-bar {
      display: block;
    width: 1.5em;
    height: 0.185em;
}
 .slicknav_menu:before {
     content: " ";
     display: table;
}
 .slicknav_menu:after {
     content: " ";
     display: table;
     clear: both;
}
 .slicknav_nav {
     clear: both;
}
 .slicknav_nav ul {
     display: block;
}
 .slicknav_nav li {
     display: block;
}
 .slicknav_nav .slicknav_arrow {
     font-size: 0.8em;
     margin: 0 0 0 0.4em;
}
 .slicknav_nav .slicknav_item {
     cursor: pointer;
}
 .slicknav_nav .slicknav_item a {
     display: inline;
}
 .slicknav_nav .slicknav_row {
     display: block;
}
 .slicknav_nav a {
     display: block;
}
 .slicknav_nav .slicknav_parent-link a {
     display: inline;
}
 .slicknav_brand {
     float: left;
}
 .slicknav_menu {
     font-size: 16px;
     box-sizing: border-box;
     background: #000;
     padding: 5px;
     min-height: 70px;
}
 .slicknav_menu * {
     box-sizing: border-box;
}
 .slicknav_menu .slicknav_menutxt {
     color: #fff;
     font-weight: bold;
     text-shadow: 0 1px 3px #000;
}
 .slicknav_menu .slicknav_icon-bar {
     background-color: #fff;
}
 .slicknav_btn {
     margin: 5px 5px 6px;
     text-decoration: none;
     /*text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;*/
     background-color: #000;
}
 .slicknav_nav {
     color: #fff;
     margin: 0;
     padding: 30px 0 0;
     font-size: 0.875em;
     list-style: none;
     overflow: hidden;
    text-align: center;
}
 .slicknav_nav ul {
     list-style: none;
     overflow: hidden;
     padding: 0;
     margin: 0 0 0 20px;
}
 .slicknav_nav .slicknav_row {
     padding: 5px 10px;
     margin: 2px 5px;
}
 .slicknav_nav .slicknav_row:hover {
     -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
     border-radius: 6px;
     background: #ccc;
     color: #fff;
}
 .slicknav_nav a {
     padding: 5px 10px;
     margin: 2px 5px;
     text-decoration: none;
     color: #fff;
     text-transform: uppercase;
     font-family: acumin-pro-wide, Arial, "Helvetica Neue", Helvetica, sans-serif;
     font-weight: 700;
     font-style: normal;
}

 .slicknav_nav li.active a{
  color: #c3414b;
 }

 .slicknav_nav .noLink a{
  color: #a7a9ac;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
 }

 .slicknav_nav a:hover {
    /* -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
     border-radius: 6px;
     background: #ccc;
     color: #222;*/
}
 .slicknav_nav .slicknav_txtnode {
     margin-left: 15px;
}
 .slicknav_nav .slicknav_item a {
     padding: 0;
     margin: 0;
}
 .slicknav_nav .slicknav_parent-link a {
     padding: 0;
     margin: 0;
}
 .slicknav_brand {
     color: #fff;
     font-size: 18px;
     line-height: 30px;
     padding: 7px 12px;
     height: 44px;
}



/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


/*Small screens Define mobile styles */

@media only screen { } 


/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 640px) {



  br{
    content: ' ';
  }

  br:after {
    content: ' ';
  }

  #header{
    display: none;
  }

  #mobHeader{
    display: block;
  }

  .showMob{
    display: block;
  }

  .hideMob{
    display: none;
  }

  .logoWhite{
    opacity: 0;
  }

  .swiper-button-next, .swiper-button-prev{
    display: none;
  }

  .slide1{
     background: url('img/slider-home-mobile-01.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }

  .slide2{
     background: url('img/slider-home-mobile-02.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }

  .slide3{
     background: url('img/slider-home-mobile-03.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }

  .slide4{
     background: url('img/slider-home-mobile-04.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }


  .slide5{
     background: url('img/slider-mobile-05.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }

  .slide6{
     background: url('img/slider-mobile-06.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }


  .slide7{
     background: url('img/slider-mobile-07.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }

    .slide8{
     background: url('img/slider-mobile-niche.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }


    .slide9{
     background: url('img/slider-mobile-lincoln.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }

    .slide10{
     background: url('img/slider-mobile-espe.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }

    .slide11{
     background: url('img/slider-mobile-infinity.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }


    .slide12{
     background: url('img/slider-mobile-canopy.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }

    .slide13{
     background: url('img/slider-mobile-bowery.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }

    .slide14{
     background: url('img/slider-mobile-tilia.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }


    .slide15{
     background: url('img/slider-mobile-08.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }
  
  
  
  .caption p{
    font-size: 32px;
  }

  .caption a{
    padding: 5px 30px;
    font-size: 14px;
  }

  .lgeHeading{
    font-size: 26px;
  }

  #imgHolder{
    display: none;
  }

  .article{
    margin-bottom: 40px;
  }


  .aboutImg{
    display: none;
  }

  .partner{
    width: 50%;
  }



  .contactDetails ul{
    margin-top: 25px;
  }

  .button-group{
    display: block;
  }

  .button-group .button {
      font-size: 10px;
  }



  #header .footer{
   position: relative;
   bottom: 0;
   left: 0;
   margin-top: 25px;
  }

  #footer .footer{
    display: block;
    text-align: center;
    padding: 15px 0;
  }

}


/* max-width 640px, mobile-only styles, use when QAing portrait mobile issues */
@media only screen and (max-width: 640px) and (orientation:portrait) {



}


/* max-width 640px, mobile-only styles, use when QAing landscape mobile issues */
@media only screen and (max-width: 640px) and (orientation:landscape) {

  .mobile #rotate{
    display: block;
  }

}

/*Only iPhone 4/4S (both: landscape and portrait)*/
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-device-pixel-ratio: 2)
and (device-aspect-ratio: 2/3)
and (orientation:portrait) {

}


/*Medium screens min-width 641px, medium screens */
@media only screen and (min-width: 641px) {

  .gap{
    height: 80px;
  }
  

  #header{
    display: block;
  }

  #mobHeader{
    display: none;
  }


  .showMob{
    display: none;
  }

  .hideMob{
    display: block;
  }

  .logoWhite{
    opacity: 1;
  }

  .logoNav{
    display: block;
    margin: 20% auto 0;
  }

  #menu{
    margin-left: 4rem;
    margin-top: 50px;
  }

/*  #menu li.noLink a{
    margin-top: 40px;
    margin-bottom: 20px;
  }*/

  #menu li.noLink a{
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .slide1{
     background: url('img/slider-home-01.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }

  .slide2{
     background: url('img/slider-home-02.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }

  .slide3{
     background: url('img/slider-home-03.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }

  .slide4{
     background: url('img/slider-home-04.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }


  .slide5{
     background: url('img/slider-05.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }

  .slide6{
     background: url('img/slider-06.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }


  .slide7{
      background: url('img/slider-07.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }


    .slide8{
     background: url('img/slider-niche.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }
  


    .slide9{
     background: url('img/slider-lincoln.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }


    .slide10{
     background: url('img/slider-espe.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }

    .slide11{
     background: url('img/slider-infinity.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }

    .slide12{
     background: url('img/slider-canopy.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }


    .slide13{
     background: url('img/slider-bowery.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }


    .slide14{
     background: url('img/slider-tilia.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }


    .slide15{
     background: url('img/slider-08.jpg') no-repeat center center;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
  }
  

  .redBar{
    left: 10%;
    width: 5px;
    height: 250px;
  }


  .caption p{
    font-size: 60px;
    padding-bottom: 35%;
  }


  .caption a{
    padding: 10px 60px;
    font-size: 18px;
  }

  .service{
    width: 33.3333333%;
  }

  .projectTile{
    width: 33.3333333%;
  }

  .lgeHeading{
    font-size: 48px;
  }

  #imgHolder{
    display: block;
  }

  .imageTemplate .headings p{
    padding-right: 30%;
  }

  .article{
    margin-bottom: 80px;
    width: 33.3333%;
  }

  .article .lgeHeading{
   padding-right: 10%;
  }

  #copyWrapper, .heroSmall{
    padding-left: 50px;
    margin-top: 50px;
  }

  #copyWrapper{
    margin-bottom: 50px;
  }

  .single-projects #copyWrapper{
    margin-bottom: 0;
  }


  .page-template-template-about #copyWrapper{
    padding-right: 50px;
  }

  .aboutCopy{
    padding: 160px 90px;
  }

  .partner{
    padding-right: 5%;
    width: 25%;
  }

  .partnerSection p{
    padding-right: 8%;
  }

  .contactDetails ul{
    margin-top: 0;
  }



  form{
    max-width: 85%;
  }

  .formSubmit{
    max-width: 50%;
  }

  #header .footer{
   bottom: 10%;
   left: 4rem;
  }

  #footer .footer{
    display: none;
  }


}



/* iphone X landscape */
@media only screen
and (min-device-width: 375px)
and (max-device-height: 812px)
and (-webkit-device-pixel-ratio: 3)
and (orientation: landscape) {


  .mobile #rotate{
    display: block;
  }


}


/* iphone X portrait */
@media only screen
and (min-device-width: 375px)
and (max-device-height: 812px)
and (-webkit-device-pixel-ratio: 3)
and (orientation: portrait) {

}



/* iPhone 6, 7, 8 Landscape */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {


  .mobile #rotate{
    display: block;
  }


}


/* iPhone 6, 7, 8 portrait */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {

}


/* iPhone 6+, 7+, 8+ landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {

    .mobile #rotate{
      display: block;
    }


}

/* iPhone 6+, 7+, 8+ portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {

}

/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen
and (min-width: 641px)
and (max-width: 1024px) {


  #menu{
    margin-left: 0;
  }

/*  .logoNav{
    display: none;
  }*/


  .caption p{
    font-size: 40px;
  }


  .caption a{
    padding: 5px 30px;
    font-size: 14px;
  }


  .service{
    width: 50%;
  }


  .lgeHeading{
    font-size: 36px;
  }

  #imgHolder{
    display: none;
  }

  .aboutCopy{
    padding: 20px;
  }

  .projectTile{
    width: 50%;
  }


  .article{
    width: 50%
  }

  .article .lgeHeading {
    padding-right: 0;
  }

  .partnerSection p{
    padding-right: 0;
  }

  .partner{
    width: 33.3333333%;
  }


  form{
    max-width: 100%;
  }


  #header .footer{
   position: relative;
   bottom: 0;
   left: 0;
   margin-top: 25px;
  }

  #footer .footer{
    display: none;
  }





}

/* min-width 641px and max-width 1024px, use when QAing tablet-only landscape issues */
@media only screen
and (min-width: 641px)
and (max-width: 1024px)
and (orientation: landscape) {

  .lgeHeading br{
    content: ' ';
  }

  .lgeHeading br:after {
    content: ' ';
  }

  #menu{
    margin-left: 0;
  }

  #header .footer{
   display: block;
  }

  #footer .footer{
    display: none;
  }


}

/* min-width 641px and max-width 1024px, use when QAing tablet-only portrait issues */
@media only screen
and (min-width: 641px)
and (max-width: 1024px)
and (orientation: portrait) {


  #header{
    display: none;
  }

  #mobHeader{
    display: block;
  }

  .logoWhite{
    opacity: 0;
  }

  .lgeHeading br{
    content: ' ';
  }

  .lgeHeading br:after {
    content: ' ';
  }


  .page-template-template-about #grid .large-6{
    width: 50%;
  }

  .aboutCopy{
    padding: 10px;
  }


  .partnerSection p{
    padding-right: 15%;
  }

  .contact #copyWrapper, .project #copyWrapper{
    padding-left: 0;
  }


  .contactDetails ul{
    margin-top: 50px;
  }

  form{
    max-width: 90%;
  }

  #header .footer{
   display: none;
  }

  #footer .footer{
    display: block;
    text-align: center;
    padding: 20px 0;
  }

}


/* iPad Pro Portrait and Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* iPad Pro Landscape */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* iPad Pro Portrait */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
  
  #siteContent{
    width: 100%;
    margin-left: 0;
  }

 #header{
   display: none;
 }

 #mobHeader{
   display: block;
 }

 .logoWhite{
   opacity: 0;
 }

 .lgeHeading br{
   content: ' ';
 }

 .lgeHeading br:after {
   content: ' ';
 }


 .page-template-template-about #grid .large-6{
   width: 50%;
 }

 .aboutCopy{
   padding: 10px;
 }

 .contact #copyWrapper, .project #copyWrapper{
   padding-left: 0;
 }


 .contactDetails ul{
   margin-top: 50px;
 }

 form{
   max-width: 90%;
 }

 #header .footer{
  display: none;
 }

 #footer{
  width: 100%;
 }

 #footer .footer{
   display: block;
   text-align: center;
   padding: 20px 0;
 }

}


/*10" macbook*/
@media only screen
and (min-width: 600px)
and (max-width: 1024px) {

  #menu{
    margin-top: 20px;
  }

  #menu li.noLink a{
    margin-top: 20px;
  }


    #header .footer {
      left: 0;
  }



}


/*13" macbook*/
@media only screen
and (min-width: 800px)
and (max-width: 1024px) {

}


/*Large screens min-width 1025px, large screens*/
@media only screen
and (min-width: 1025px) {
    
}


/*15" macbook*/
@media screen
and (min-width: 768px)
and (max-width: 1366px) {



  #menu{
    margin-top: 20px;
    margin-left: 0;
  }

  #menu li.noLink a{
    margin-top: 20px;
  }

  #menu li.noLink a{
   margin-top: 20px;
  }

/*  .logoNav{
    display: none;
  }*/

  #header .footer {
      left: 0.9375rem;
  }




}


/*19" laptop*/
@media screen
and (min-width: 900px)
and (max-width: 1440px) {

  #menu{
    margin-top: 20px;
    margin-left: 0;
  }

  #menu li.noLink a{
    margin-top: 0px;
  }

  #menu li.noLink a{
   margin-top: 0px;
  }

/*  .logoNav{
    display: none;
  }*/

  #header .footer {
    left: 0.9375rem;
  }

  .logoNav{
    max-width: 100px;
  }

}

/*20" laptop*/
@media screen
and (min-width: 900px)
and (max-width: 1600px) {

}


/*22" laptop*/
@media screen
and (min-width: 1050px)
and (max-width: 1680px) {

}

/* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */
@media only screen
and (min-width: 1024px)
and (max-width: 1440px) { 

}


/* XLarge screens min-width 1441px, xlarge screens */
@media only screen
and (min-width: 1441px) {

}

/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen
and (min-width: 1441px)
and (max-width: 1920px) {

}


/* min-width 1921px, xxlarge screens */
@media only screen
and (min-width: 1921px) {

} 


@media screen
and (orientation: portrait) {
 
}

@media screen
and (orientation: landscape) {
  
}


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}



/* We also use Modernizr to add a .touch class to the body when applicable */
/* You can prepend this class to anything and it will style only for touch devices */
.touch .your-element {}