/* Magnific Popup CSS */

.grecaptcha-badge { 
    visibility: hidden;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 989999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  background: rgba(0,0,0,0.75);
  }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: left;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  z-index: 989999; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }


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


  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333;
  position: absolute;
  top: 20px;
  right: 20px;
  }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 0px;
    padding-right: 0px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


.sl-wrapper .sl-close,.sl-wrapper .sl-navigation button{height:44px;line-height:44px;font-family:Arial,Baskerville,monospace}.sl-wrapper .sl-close:focus,.sl-wrapper .sl-navigation button:focus{outline:0}body.hidden-scroll{overflow:hidden}.sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#fff;opacity:.98;display:none;z-index:1035}.sl-wrapper .sl-close,.sl-wrapper .sl-counter{top:30px;display:none;color:#000;position:fixed}.sl-wrapper{z-index:1040}.sl-wrapper button{border:0;background:0 0;font-size:28px;padding:0;cursor:pointer}.sl-wrapper button:hover{opacity:.7}.sl-wrapper .sl-close{right:30px;z-index:10060;margin-top:-14px;margin-right:-14px;width:44px;font-size:3rem}.sl-wrapper .sl-counter{left:30px;z-index:1060;font-size:1rem}.sl-wrapper .sl-navigation{width:100%;display:none}.sl-wrapper .sl-navigation button{position:fixed;top:50%;margin-top:-22px;width:22px;text-align:center;display:block;z-index:10060;color:#000}.sl-wrapper .sl-navigation button.sl-next{right:5px;font-size:2rem}.sl-wrapper .sl-navigation button.sl-prev{left:5px;font-size:2rem}@media (min-width:35.5em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:10px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:10px;font-size:3rem}.sl-wrapper .sl-image img{border:0}}@media (min-width:50em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:20px;font-size:3rem}.sl-wrapper .sl-navigation button.sl-prev{left:20px;font-size:3rem}.sl-wrapper .sl-image img{border:0}}.sl-wrapper .sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:10000}.sl-wrapper .sl-image img{margin:0;padding:0;display:block;border:0;width:100%;height:auto}.sl-wrapper .sl-image iframe{background:#000;border:0}@media (min-width:35.5em){.sl-wrapper .sl-image iframe{border:0}}@media (min-width:50em){.sl-wrapper .sl-image iframe{border:0}}.sl-wrapper .sl-image .sl-caption{display:none;padding:10px;color:#fff;background:rgba(0,0,0,.8);font-size:1rem;position:absolute;bottom:0;left:0;right:0}.sl-wrapper .sl-image .sl-caption.pos-top{bottom:auto;top:0}.sl-wrapper .sl-image .sl-caption.pos-outside{bottom:auto}.sl-wrapper .sl-image .sl-download{display:none;position:absolute;bottom:5px;right:5px;color:#000;z-index:1060}.sl-spinner{display:none;border:5px solid #333;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:1007;-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-ms-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite}.sl-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.sl-transition{transition:-moz-transform ease .2s;transition:-ms-transform ease .2s;transition:-o-transform ease .2s;transition:-webkit-transform ease .2s;transition:transform ease .2s}@-webkit-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-moz-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-o-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-ms-keyframes pulsate{0%,100%{opacity:0}0%{transform:scale(.1)}50%{opacity:1}100%{transform:scale(1.2)}}


/* fonts */

.cc-revoke, .cc-window {
	font-family:"Theinhardt-Regular";
}
.cc-btn {
	font-family:"Theinhardt-Regular";
}

@font-face {
    font-family:"Theinhardt-Regular";
    src:url("..//fonts/Theinhardt-Regular.woff2") format("woff2"),url("..//fonts/Theinhardt-Regular.woff") format("woff"),url("..//fonts/Theinhardt-Regular.otf") format("opentype");
    font-style:normal;font-weight:400;
}
        

@font-face {
    font-family:"Theinhardt-Bold";
    src:url("..//fonts/Theinhardt-Bold.woff2") format("woff2"),url("..//fonts/Theinhardt-Bold.woff") format("woff"),url("..//fonts/Theinhardt-Bold.otf") format("opentype");
    font-style:normal;font-weight:400;
}
            

#wpadminbar a {
	color: white !important;
}


.Dark {
	background: #062B36 !important; color: #ffffff !important; 
}
	.lightGray {
		background: #E9E7E5 !important;
	}
	.Pink {
		background: #E5D6D4 !important;
	}
	.Green {
		background: #E6E8E2 !important;
	}
	
		.White {
		background: #FFFFFF !important;
	}
		
.whiteText {
	color: white !important;
}
.greyText {
	color: #CECAC5 !important;
}
.redText, .redText a,  a.redText:link  {
	color: #F26662 !important;
}

.vh100 {
	height: 100vh !important;
}

.vh75 {
	height: 75vh !important;
}
.vh80 {
	height: 80vh !important;
}

.vh60 {
	height: 60vh !important;
}

.vh60min {
	min-height: 60vh !important;
}

.vh50 {
	height:	50vh !important;
}

.vh40 {
	height:	40vh !important;
}

.vh30 {
	height:	30vh !important;
}

.vh33 {
	height:	33.3vh !important;
}
.vh25 {
	height: 25vh !important;
}

/* webfonts */

        
* {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}


.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}



.video {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        
        }
    
    .video iframe {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        overflow: hidden;
        }
        
        
        #player {
	        
	        max-width: 100% !important;
	        overflow: hidden;
        }
/* loading option */
.animsition-loading,
.animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 100;
}

.animsition-loading {
  background-color: transparent;
border: 0 !important;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation-iteration-count:infinite;
          animation-iteration-count:infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-name: animsition-loading;
          animation-name: animsition-loading;
}

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}


.boxOver > .image-overlay {
		
		transition: all 0.5s ease-in-out;
		cursor: pointer !important;
	}
	
	.boxOver:hover > .image-overlay {
   
		opacity:0.8;
				transition: all 0.5s ease-in-out;
				cursor: pointer  !important;

}

	
	.boxOver:hover  a.whiteOutlineButton {
   
   
		background: white !important;
		padding: 10px 10px 8px 10px;
		border: 1px solid white;
		color: #000 !important;
}

	.boxOver:hover  a.redButton {
   
   
		background: transparent !important;
		padding: 10px 0px 8px 0px;
		border: 0px solid white !important;
		color: #464646 !important;
}





* {
	
	transition: ease-in-out;
	-webkit-transition: ease-in-out;
}

html {-webkit-font-smoothing: antialiased; 	}



.no-gutter-left {padding-left: 0px !important;}
.no-gutter-right {padding-right: 0px !important; }


.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


/* Advanced selectors */
.image-overlay-site {
position:absolute;
	background-color:rgba(126,97,51,1.0);
	opacity:0.15;
	bottom:0;
	left:0;
	right:0;
	top:0;
	margin-left:0px !important;
	margin-right:0px !important;
}  
  
        
.image-overlay-project {
position:absolute;
	background-color:rgba(0,0,0,1.0);
	opacity:0.15;
	bottom:0;
	left:0;
	right:0;
	top:0;
	margin-left:0px !important;
	margin-right:0px !important;
}

.image-overlay {
	position: absolute;
background-image: linear-gradient(to left bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
opacity: 0.0;
bottom: 0;
left: 0;
right: 0;
top: 0;
margin-left: 0px !important;
margin-right: 0px !important;
}



  


h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	padding-top: 0;
	font-weight:  100;
}


h1, .h1 {
	font-family: 'Theinhardt-Regular', sans-serif;
}

h2, .h2 {
	font-family: 'Theinhardt-Regular', sans-serif;
}

h3, .h3 {
	font-family: 'Theinhardt-Regular', sans-serif;
}

h4, .h4 {
	font-family: 'Theinhardt-Regular', sans-serif;
}

h5, .h5 {
	font-family: 'Theinhardt-Regular', sans-serif;
}

strong {
	font-family: 'Theinhardt-Bold', sans-serif;
}


.h1, h1 {
font-size: 8rem;
line-height: 7.5rem;
}

footer {
	
}

body {
	font-family: 'Theinhardt-Regular', sans-serif;
	font-size: 1.0rem !important;
	line-height: 1.4rem !important;
	background: #062B36;
	font-weight: 300 !important;
	color: #ffffff !important;
}



.hideFirst{display:none;}

#login-icon{position:fixed;z-index:2;}
.login-icon{background-image:url('..//images/gl-menu@2x-no.png');width:45px;height:45px;cursor:pointer;background-position:center center;background-size:contain;background-repeat:no-repeat;transition:all 0.1s ease;}
.login-icon-close{background-image:url('..//images/gl-close@2x-no.png');width:45px;height:45px;cursor:pointer;background-position:center center;background-size:contain;background-repeat:no-repeat;margin-right:0px;transition:all 0.1s ease;z-index:0;}
#login-menu{top:0px;left:0px;position:fixed;background-color:#014B45;margin:0 auto;padding-top:0px;padding-right:0px;width:50vw;height:100% !important;z-index:2;}



.hidden-xs {
 	display: block !important;
}
.visible-xs {
 	display: none !important;
}



			.styled-select {
   background: white;
   height: 40px;
   overflow: hidden;
   width: inherit;
	font-family: 'Nunito Sans', sans-serif;
	text-transform: uppercase !important;
	font-size: inherit !important;
	appearance: normal;
	-webkit-appearance: none !important;
	border-radius: 0px !important;
}

.styled-select select {
   background: transparent;
   border: none;
   height: 40px;
   width: inherit;
	font-family: 'Nunito Sans', sans-serif;
	text-transform: uppercase !important;
	font-size: inherit !important;
	-webkit-appearance: none !important;
	border-radius: 0px !important;
	padding: 10px 10px 8px 10px;
}


	
	
	
	a.whiteOutlineButton {
		background: transparent !important;
		padding: 10px 10px 8px 10px;
		border: 3px solid white !important;
		transition: all .2s ease-in-out;
		color: white !important;
		font-family:"Theinhardt-Bold";
	}
	
		a.whiteOutlineButton:hover {
		background: white !important;
		padding: 10px 10px 8px 10px;
		border: 3px solid white;
		color: #000 !important;
		font-family:"Theinhardt-Bold";
	}
	
	
		.whiteOutlineButton {
		background: transparent !important;
		padding: 10px 10px 8px 10px;
		border: 3px solid white !important;
		transition: all .2s ease-in-out;
		color: white !important;
		font-family:"Theinhardt-Bold";
	}	



	a.whiteButton {
		background: white !important;
		padding: 10px 10px 8px 10px;
		border: 3px solid white !important;
		transition: all .2s ease-in-out;
		color: #083B49 !important;
		font-family:"Theinhardt-Bold";
	}
	
		a.whiteButton:hover {
		background: white !important;
		padding: 10px 10px 8px 10px;
		border: 3px solid white;
		color: #083B49 !important;
		font-family:"Theinhardt-Bold";
	}
	
	
		.whiteButton {
		background: white !important;
		padding: 10px 10px 8px 10px;
		border: 3px solid white !important;
		transition: all .2s ease-in-out;
		color: #083B49 !important;
		font-family:"Theinhardt-Bold";
	}	
	
		a.greenButton {
		background: #10635a !important;
		padding: 10px 10px 8px 10px;
		border: 3px solid #10635a !important;
		transition: all .2s ease-in-out;
		color: white !important;
		font-family:"Theinhardt-Bold";
	}
	
		a.greenButton:hover {
		background: white !important;
		padding: 10px 10px 8px 10px;
		border: 3px solid #10635a;
		color: #10635a !important;
		font-family:"Theinhardt-Bold";
	}
	
	
		.greenButton {
		background: #10635a !important;
		padding: 10px 10px 8px 10px;
		border: 3px solid #10635a !important;
		transition: all .2s ease-in-out;
		color: white !important;
		font-family:"Theinhardt-Bold";
	}
	
	
		.wpcf7-text, .wpcf7-textarea {

		width: 100% !important;
	}

	input.wpcf7-submit {
		background: white !important;
		padding: 10px 10px 8px 10px;
		border: 3px solid white;
		color: #083B49 !important;
		font-family:"Theinhardt-Bold";
	}

		input.wpcf7-submit:hover {
		background: white !important;
		padding: 10px 10px 8px 10px;
		border: 3px solid white;
		color: #083B49 !important;
		font-family:"Theinhardt-Bold";
		
	}




	
	
	
	#share {
		
		position: fixed; bottom: 30px; right: 30px; z-index: 1;
	}

	
		.alm-btn-wrap .alm-load-more-btn {
font-size: inherit !important;
font-weight: 300 !important;
width: 100% !important;
height: inherit !important;
line-height: inherit !important;
color: white !important;
border: none;
border-radius: 0px !important;
margin: 0 0 4px;
display: inline-block;
position: relative;
text-align: center;
text-decoration: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
background: #D31B00 !important;
		padding: 10px 10px 8px 10px !important;
		border: 1px solid #D31B00 !important;
		transition: padding .2s ease-in-out;
}

.alm-btn-wrap .alm-load-more-btn:hover {
background-color: #e06464;
color: #fff;
text-decoration: none;
}

	.extraRowPad {
		
		padding-left: 30px;
		padding-right: 30px;
	}
	
	
	
.underline-link {
    display: inline-block;
    color: #e4e2dc;
    text-decoration: none;
}

.underline-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #e4e2dc;
    transition: width .3s;
}

.underline-link:hover::after {
    width: 100%;
    transition: width .3s;
}

.current_page_item a, .current-menu-item a, .current-projects-ancestor a {
border-bottom: 2px solid white;
color: white !important;
padding-bottom: 2px;
}

#menu-greenlist li {
display: block;
padding-left: 0px;
}

#menu-greenlist li:first-child {
display: block;
padding-left: 0px;
}

.menu-greenlist-container {
padding-top: 0px;
}

header {
	background: white !important;
	font-family: 'Graphik-Regular', sans-serif;
}


	
	.boxOver:hover .show1 {
   
		opacity:1.0;
				transition: all 0.5s ease-in-out;

}
			
				
				.show1 {
					opacity: 0.0;
					transition: all 0.5s ease-in-out;
				}
			
	
	.mb-60 {
				
				margin-bottom: 60px !important;
			}				
			
			
			

		
		   	.heightFix {
				   height:calc(100% - 75px);
			   	}
			   	
			   	.menu a {
				   	
				   	color: black !important;
			   	}
			   	
			   	.padHelp {
				   	margin-top: 75px !important;
			   	}
			   	
			   	  	#left-gl {
					position: fixed;
					z-index: 999999;
					left: -30px;
					top: 90px;
					transform: rotate(90deg) !important;					
			   	}
	
		.sideBar {
				   	width: 75px; float: left; position: fixed; border-right: 0px solid black; background: #005049 !important; height: 100vh; z-index: 3;
			   	}
			   	
			   	.mainContent {
				   	 width: calc(100% - 75px); float: left; margin-left: 75px !important;
			   	}
			   	
			   
			   	
			   	#top-border {
				   	
				   	position: fixed;
				   	z-index: 1;
				   	border-bottom: 1px solid black;
				   	height: 75px;
				   width: calc(100% - 75px);
				   margin-left: 75px !important;
				   pointer-events: none !important;
			   	}
			
			   	
			
				 
				 #login-icon {
					   left: 15px !important;
					   top: 50% !important;

				 }

			
			   	
			   	  .logoSVG {
				   width: 100% !important;
				   }
			
			  
			  h2, .h2 {
	font-size: 3.5rem !important;
} 	


		
/* Media Queries */

@media only screen and (max-width : 1400px) {

.hidden-xl {
 	display: none !important;
}
.visible-xl {
 	display: block !important;
}


.h1, h1 {
font-size: 7rem;
line-height: 6.5rem;
}

h2, .h2 {
	font-size: 3rem !important;
}

}


@media only screen and (max-width : 1200px) {
	
	 #login-icon {
					   left: 11px !important;
					   top: 50%  !important;

				 }
	
.hidden-lg {
 	display: none !important;
}
.visible-lg {
 	display: block !important;
}	


.h1, h1 {
font-size: 6rem;
line-height: 5.5rem;
}
h2, .h2 {
	font-size: 2.5rem !important;
}
h3, .h3 {
	font-size: 1.45rem !important;
}
h4, .h4 {
	font-size: 1.25rem !important;
}

body {
	font-size: 1.0rem !important;
}

.vh33 {
	height:	27.5vh !important;
}


.vh60 {
	height: 50vh !important;
}

		   	
				   .logoSVG {
				   width: 100% !important;
				   }
				   
				   .sideBar {
				   	width: 65px; 
			   	}
			   	
			   	.mainContent {
				   	 width: calc(100% - 65px); margin-left: 65px !important;
			   	}
			   	
			   	 	.heightFix {
				   height:calc(100% - 65px);
			   	}
			   	
			   	
			   	 	  	#left-gl {
					left:-34px;
					top: 90px;
			   	}
			   	
			  
			   	
		
			   	
			   	.padHelp {
				   	margin-top: 65px !important;
			   	}
			   	
			   	   	#top-border {
				   	
				   	position: fixed;
				   	z-index: 1;
				   	border-bottom: 1px solid black;
				   	height: 65px;
				   width: calc(100% - 65px);
				   margin-left: 65px !important;
				   pointer-events: none !important;
			   	}


}

@media only screen and (max-width : 979px) {
	
		
	.pl-4 {
		padding-left: 1rem !important;
	}
	
	.pt-4 {
		padding-top: 1.15rem!important;
	}
	
	.pb-4 {
		padding-left: 1rem !important;
	}
	
	.mr-4 {
		margin-right: 1rem !important;
	}


.hidden-md {
 	display: none !important;
}
.visible-md {
 	display: block !important;
}



.h1, h1 {
font-size: 5rem;
line-height: 4.5rem;
}
h2, .h2 {
	font-size: 2.3rem !important;
}
h3, .h3 {
	font-size: 1.25rem !important;
}
h4, .h4 {
	font-size: 1.2rem !important;
}

body {
	
	font-size: 0.95rem !important;
}

.vh33 {
	height:	22.5vh !important;
}


.vh60 {
	height: 40vh !important;
}

	  

	
		   	
				   	   	.logoSVG {
				   	
				   width: 100% !important;
			   	}
			   	
			   	   	
			   	.sideBar {
				   	width: 60px; 
			   	}
			   	
			   	.padHelp {
				   	margin-top: 60px !important;
			   	}
			   	
		 	  	#left-gl {
					position: fixed;
					z-index: 999999;
					left: -36px;					
			   	}
			   	
			   	 	.heightFix {
				   height:calc(100% - 60px);
			   	}
			   	
			
			   	
			   	 	#top-border {
				   	
				   	position: fixed;
				   	z-index: 1;
				   	border-bottom: 1px solid black;
				   	height: 60px;
				   width: calc(100% - 60px);
				   margin-left: 60px !important;
				   pointer-events: none !important;
			   	}
			   	
			   	.mainContent {
				   	 width: calc(100% - 60px); float: left; margin-left: 60px !important;
			   	}
			   	
			   	 #login-icon {
					   left: 7.5px !important;
					   top: 50%  !important;

				 }
}


@media only screen and (max-width: 767px) {
	

	
		.show1 {
					opacity: 1.0 !important;
					transition: all 0.5s ease-in-out;
				}


.vh33 {
	height:	20vh !important;
}


.vh60 {
	height: 40vh !important;
}
	
.vh75 {
	height: 50vh !important;
}
.vh80 {
	height: 75vh !important;
}	

.vh100 {
	height: 100vh !important;
}

 .login-icon{
	 width:40px;
	 height:40px;
}
.login-icon-close{
	width:40px;
	height:40px;
}


.hidden-xs {
 	display: none !important;
}
.visible-xs {
 	display: block !important;
}

h1, .h1 {
	font-size: 3rem !important;
	line-height: 3.5rem !important;
}
h2, .h2 {
	font-size: 2.2rem !important;
}
h3, .h3 {
		font-size: 1.2rem !important;
}
h4, .h4 {
	font-size: 1.15rem !important;
}

body {
	font-size: 0.9rem !important;
	line-height: 1.25em !important;
	
}






	
	.slick-dots {
margin-top: -160px;
margin-left: 20px;
}

#login-icon {
right: 0px !important;
top: 2px !important;
left: auto !important;
}


	
	
	.pl-4 {
		padding-left: .75rem !important;
	}
	
	.pt-4 {
		padding-top: .85rem!important;
	}
	
	.pb-4 {
		padding-left: .75rem !important;
	}
	
	.mr-4 {
		margin-right: .75rem !important;
	}
	
			   	mvh100 {
					   	
					   	height: 40vh !important;
				   	}
				   	
				   	.padHelp {
				   	margin-top: 55px !important;
			   	}
				   	
			   	.sideBar {
				   	width: 100%;
			   	}
			   	
			   		.vh100.sideBar {
				   height: 60px !important;
			   	}
			   	
			   	 	.heightFix {
				   height:calc(100% - 55px);
			   	}
			   	
			   	.mobHeightFix {
				   	
				   	height: 37.5vh !important;
			   	}
			   	
		 	  	#left-gl {
					position: fixed;
					z-index: 999999;
					left: 50px;
					top: 17px;
					transform: rotate(0deg) !important;
			   	}
			   	
			   	 	#top-border {
				   	
				   	position: fixed;
				   	z-index: 1;
				   	border-bottom: 1px solid black;
				   	height: 55px;
				   width: calc(100% - 55px);
				   margin-left: 55px !important;
				   pointer-events: none !important;
			   	}
			   	
			   	 	 #top-border-menu {
				   	height: 55px;
			   	}
			   	
			   	.mainContent {
				   	 width: 100%;
				   	 float: left;
				   	 margin-left: 0px !important;
				   	 padding-top: 60px;

			   	}
				   	   	.logoSVG {
				   	
				   width: 100% !important;
			   	}
			   	
			   	.rightMenu .h1 {
				   	font-style: 1.3rem !important;
			   	}
			   	
		
			
				 .mt-5 {
				   	margin-top: 1rem !important;
			   	}
			   	.ml-5 {
				   	margin-left: 1rem !important;
			   	}
				 
				 
			   	.pt-5 {
				   	padding-top: 1rem !important;
			   	}
			   	.pb-5 {
				   	padding-bottom: 1rem !important;
			   	}
			   	.pl-5 {
				   	padding-left: 1rem !important;
			   	}
			   	.pr-5 {
				   	padding-right: 1rem !important;
			   	}
			   	

.vh100-video {
	
	height: 80vh !important;
	object-fit: cover !important;
}

#login-menu{top: 0px;
left: 0px;
position: fixed;
background-color: #014B45;
margin: 0 auto;
padding-top: 30px;
padding-right: 0px;
width: 100vw;
height: 100% !important;
z-index: 2;}

}

@media only screen and (max-width: 420px) {

	
	.vh33 {
	height:	35vh !important;
}

.vh40 {
	
	height: 62.5vh !important;
}


.hidden-xs {
 	display: none !important;
}

   	.mvh100 {
					   	
					   	height: 40vh !important;
				   	}
	
	

}