@charset "UTF-8";
/* CSS Document */

/* RESET
------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body{
    height:100%;
    background-color: #fff;
    font-family:'Lato', 'Helvetica', sans-serif;
}
button, input[type="submit"], input[type="reset"] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}
/* WRAPS and margins
------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------
*/
.contentWrapper{
}
.content{
    width: 90%;
    max-width: 2000px;
}
.mAuto{
    margin:auto;
}
/* WIDTHS
------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------
*/
.wFull{
    width: 100%;
}
/* FLOATS
------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------
*/
.fLeft{
    float: left;
}
.fRight{
    float: right;
}
/* TEXT
------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------
*/
.cenTxt{
    text-align: center;
}
.bodyTxt{
    font-size: 1.25em;
    line-height: 1.5em;
}
.bodyTxt a{
    text-decoration: underline;
    color: #333;
}
.bodyTxt a:hover{
    text-decoration: none;
    background-color: #fff000;
}
.contactTxt a{
    text-decoration: none;
    color: #333;
    background-color: #fff000;
    display: inline-block;
    padding: 10px;
}
.contactTxt a:hover{
    text-decoration: none;
    color: #FFF;
    background-color: #333;
}
.titleTxt{
    font-size: 4em;
}
.txtLight{
    font-weight: 100;
}
.txtBold{
    font-weight: 300;
}
.txtBoldItl{
    font-weight: 300;
    font-style: italic;
}
.txtItl{
    font-style: italic;
}
.tLeft{
    text-align: left;
}
.tRight{
    text-align: right;
}
.titlePad{
    padding: 0 0 2% 0;
}
.vCenTxt{
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.showTxt{
    display: none;
}
.showBtn{
    text-decoration: underline;
}
/* COLOURS
------------------------------------------------------------------------------------------------------------
*/
.colGrey{
    color: #333;
}
.colLg{
    color: #ccc;
}
.colWhite{
    color: #FFF;
}
.bgColGrey{
    background-color: #333;
}
.bgColLG{
    background-color: #F1F1F1;    
}
/* LOGO
------------------------------------------------------------------------------------------------------------
*/
.logo{
    width: 50px;
    height: 50px;
    float: left;
    margin: 10px 0 10px 0;
}
a.logoLink {
    background-image:url(../imgs/theghc/theghc.png);
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    overflow:hidden;
}
a.logoLink:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
/* NAV BAR
------------------------------------------------------------------------------------------------------------
*/
.nav{
    width: 100%;
    position: fixed;
    z-index: 2000;
    background-color: #fff;
}
.navBar{
    padding: 0% 1% 2% 1%;
}
.navigation {
    text-align: center;
}
.navigation ul {
    padding: 0;
    margin-top: 20px;
}
.navigation li{
    font-weight: 300;
    display: inline;
    font-size: 1.25em;
    text-transform: uppercase;
}
.navigation a {
    color: #333;
    text-decoration: none;
    display: inline;
}
.navigation a:hover {
    text-decoration: underline;
}
.navSelected{
    color: #333;
    text-decoration: underline !important;
}
.navSpacer{
    margin-left: 40px;
}

/* SIDE NAV BAR
------------------------------------------------------------------------------------------------------------
*/

.navSide{
    display: none;
}
/* The side navigation menu */
.sidenav {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
}
/* The navigation menu links */
.sidenav a {
    padding: 20px 10px 10px 10px;
    text-decoration: none;
    font-size: 2em;
    font-weight: 300;
    color: #FFF;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
    text-align: center;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #666666;
    text-decoration: none;
}
.sidenav .sidenavlist{
}
.navSide .openbtn{
    font-size: 2em;
    color: #333;
    margin-top: 10px;
}
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    top: 0;
    font-size: 5em;
}

/* COLUMNS
------------------------------------------------------------------------------------------------------------
*/
.col1Lrg{
    width: 100%;
}
.col1Sml{
    width: 80%;
}
.col2{
    width: 48%;
    display: inline-block;
}
.col2NP{
    width: 48%;
    display: inline-block;
}
.col2Pad1{
    padding: 0% 2% 0% 0%;
}
.col2Pad2{
    padding: 0% 0% 0% 2%;
}
.col3{
    width: 30.66%;
    display: inline-block;
}
.col3Pad1{
    padding: 0% 2% 0% 0%;
}
.col3Pad2{
    padding: 0% 2% 0% 2%;
}
.col3Pad3{
    padding: 0% 0% 0% 2%;
}
.col4{
    width: 22%;
    display: inline-block;
}
.col4Pad1{
    margin: 0 2% 4% 0;
}
.col4Pad2{
    margin: 0 2% 4% 2%;
}
.col4Pad3{
    margin: 0 2% 4% 2%;
}
.col4Pad4{
    margin: 0 0 4% 2%;
}
.colBlock{ 
    width: 90%;
    float: left;
    padding: 5% 5% 5% 5%;
}
/* HEADERS
------------------------------------------------------------------------------------------------------------
*/
.headerDT{
    position: relative;
 padding-top: 56.25%;
}
.headerMob{
    display: none;
}
.headerVid{
    display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
/* QUOTES CAROUSEL
------------------------------------------------------------------------------------------------------------
*/
.quoteTxtPadding{
    padding: 0 20% 0 20%;
}
.quotes-cell {
    width: 100%;
    counter-increment: quotes-cell;
    margin: auto;
}
/* AWARDS
------------------------------------------------------------------------------------------------------------
*/
.awardTxt{
    display: block;
    border-top: 1px solid #333;
}
.awardTxtM{
    margin: 4% 0 0 0;
}
/* CLIENT LIST
------------------------------------------------------------------------------------------------------------
*/
.logoBlock{
    width: 70%;
}
.cLogos{
    width: 70%;
}
/* FLICKTY
------------------------------------------------------------------------------------------------------------
*/

.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
    outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  margin: 100px 0 0 0;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 44%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: black;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
    background: white;
}
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
  /*position: absolute;*/
  width: 100%;
  bottom: 0px;
  padding: 0;
  margin: 0 0 70px 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  padding-top: 70px;
}
.flickity-rtl .flickity-page-dots { direction: rtl; }
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/* PROJECT LIST
------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------
*/
.top{
    margin: 70px auto 0 auto;
    padding: 0 0 0 0;    
}
.projectList{
    margin: 70px auto 0 auto;
    padding: 0 0 0 0;
}
.projectsFeature{
    width: 100%;
    object-fit: cover;
    position: relative;
    overflow: hidden;
}
.projectsFeature:hover .roll{
    opacity: 1;
    transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
}
.projectsFeatureBlockL{
    padding: 0% 2% 4% 0%;
}
.projectsFeatureBlockR{
    padding: 0% 0% 4% 2%;
}
.projectsFeatureH100{
    height: 100%;
}
.projectImgList{
    width: 100%;
    opacity: 1;
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    background-size: cover;
}
.projectImgListSub{
    background-position: left;
}
.projectsFeatureTxt{
    text-transform: lowercase;
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.projectsFeatureTitle{
    font-size: 1.2em;
}
.projectsFeatureTitle a{
    color: #333;
    font-size: 1.2em;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.projectsFeatureTitle a:hover{
    text-decoration: none;
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
/* IMAGE ROLLOVER
------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------
*/
.roll {
    opacity: 0;
    background-color: rgba(3, 3, 3, 0.9);
    width:100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
    -webkit-transition-delay: 0s; /* Safari */
    transition-delay: 0s;
}
/* PROJECTS
------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------
*/
.spacer{
    margin: 0 0 4% 0;
}
.txtBlock{
    padding: 4% 0 0 0;
}
.divLine{
    border-top: 1px #f1f1f1 solid;
}
.divLineGrey{
    border-top: 1px #333 solid;
}
.txtBlock1{
    width: 20%;
    float: left;
}
.txtBlock2{
    width: 40%;
    float: left;
    padding: 0 10% 0 0;
}
.txtBlock3{
    width: 26%;
    float: left;
    background-color: #fff000;
    padding: 2%;
}
.txtBlockCont{
    width: 30%;
    float: right;
    text-align: right;
}
.contactLinks{
    width: 30%;
    float: right;
    text-align: right;
}
.video{
    width: 80%;
    max-width: 1000px;
    margin: 0 auto 0 auto;
}
.projectVideo{
    width: 100%;
    height: 560px;
}
.awardImg{
    width: 70%;
}
/* FOOTER
------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------
*/
.footer{
    padding-top: 4%;
}
.footerBgCol{
    background-color: #FFF;
}
.footer li{
    display: inline-block;
    float: right;
    padding: 0 0 0 2.5%;
}
.footer li a{
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.footer li a:hover{
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
/* TRANSITIONS
------------------------------------------------------------------------------------------------------------
*/
.trans{
    -webkit-appearance: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    -moz-transition: 0.5s all;
}
/* RESPONSIVE
------------------------------------------------------------------------------------------------------------
*/
@media screen and (max-width: 1030px)
{
.navMain {
    display: block;
}
.txtBlock1{
    width: 100%;
    padding: 0 0 5% 0;
}
.txtBlock2{
    width: 100%;
    padding: 0 0 0 0;
}
.txtBlock3{
    width: 80%;
    float: left;
    background-color: #fff000;
    padding: 10% 10% 10% 10%;
    margin-top: 5%;
    text-align: center;
}
.txtBlockCont{
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 5%;
}
.logoBlock{
    width: 100%;
}
}
@media screen and (max-width: 800px)
{
.col4{
    width: 48%;
}
.col4Pad1{
    margin: 0 2% 2% 0;
}
.col4Pad2{
    margin: 0 0 2% 0;
}
.col4Pad3{
    margin: 0 2% 2% 0;
}
.col4Pad4{
    margin: 0 0 2% 0;
}
.flickity-prev-next-button{
    display: none;
}
}
@media screen and (max-width: 700px)
{
/* NAV BAR */
.navMain {
    display: none;
}
/* SIDE NAV BAR */
.navSide {
    display: block;
}
/* TEXT BLOCKS */
.titleTxt{
    font-size: 2em;
    padding: 0 5% 0 5%;
}
/* HEADERS */
.headerDT{
    display: none;
}
.headerMob{
    display: block;
}
/* FEATURE BLOCKS */
.projectsFeatureBlockL{
    padding: 0% 0% 4% 0%;
}
.projectsFeatureBlockR{
    padding: 0% 0% 4% 0%;
}
/* COLUMNS */
.col1Sml{
    width: 100%;
}
.col2{
    width: 100%;
    display: inline-block;
}
.col2Pad1{
    padding: 0% 0% 0% 0%;
}
.col2Pad2{
    padding: 0% 0% 0% 0%;
}
.col3{
    width: 100%;
    display: inline-block;
}
.col3Pad1{
    padding: 0% 0% 0% 0%;
}
.col3Pad2{
    padding: 0% 0% 0% 0%;
}
.col3Pad3{
    padding: 0% 0% 0% 0%;
}
.awardImg {
    width: 100%;
}
.awardTxt{
    display: none;
}
.projectVideo {
    height: 200px;
}
.footer{
    text-align: center;
}
.footer li{
    float: none;
    padding: 0 2.5% 10% 2.5%;
}
}