
body {
    position: relative;
    -webkit-text-size-adjust: 100%;
    color: #343434;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    background-color: #202527;
}

sub, sup {
    position: relative;
    top: 0.3em;
    vertical-align: baseline;
    font-size: 70%;
    line-height: 0px;
}

sup {
    font-size: 50%;
    top: -0.8em;
}

img {
    outline: none;
    display: block;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.hide {
    display: none;
}

a {
    color: #029bae;
    text-decoration: underline;
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
    word-wrap: break-word;
}

a:active, a:focus, audio:active, audio:focus {
    outline: none;
}

a:hover {
    color: #029bae;
    text-decoration: none;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

#navigation {
	position: absolute;
	top: calc(-100vh - 1200px);
	left: 0;
	z-index: 9999;
	width: 100%;
    min-height: 100vh;
    background-color: #024660;
    background-color: rgba(2, 70, 96, 0.98);
	-webkit-transition: top 0.4s ease-in-out;
    -moz-transition: top 0.4s ease-in-out;
    -o-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
}

.open-it {
	top: 0px !important;
}

#menu-logo {
    float: left;
    padding-top: 50px;
    padding-left: 100px;
    width: 218px;
}

#menu-logo img {
    width: 100%;
    height: auto;
}

#close-menu {
    float: right;  
    padding-top: 63px;
    padding-right: 100px;
    text-align: right;
}

#close-menu a {
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
    text-decoration: none;
}

#close-menu a:hover {
    color: #05a9be;
    text-decoration: none;
}

#menu-list {
    padding: 129px 100px 41px 100px;
    max-width: 1150px;
    margin: 0 auto;
}

.menu-item {
    position: relative;
    width: 100%;
    height: 99px;
    border-bottom: 1px solid #05a9be;
    overflow: hidden;
}

.menu-item a.main-menu {
    display: inline-block;
    color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	font-weight: 300;
	line-height: 60px;
    text-decoration: none;
    margin-top: 18px;
}

.menu-item a.main-menu:hover {
    color: #05a9be;
    text-decoration: none;
}

.sub-menu {
    position: absolute;
    top: 28px;
    right: 0px;
    text-align: right;
    color: #0dc8df;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 40px;
}

.sub-menu a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
}

.sub-menu a:hover {
    color: #05a9be;
    text-decoration: none;
}

#menu-social {
    text-align: center;
    padding-bottom: 50px;
}

#menu-social a {
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #05a9be;
    color: #ffffff;
    font-size: 20px;
    line-height: 44px;
    text-decoration: none;
    margin: 0px 8px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
}

#menu-social a:hover {
    background-color: #a12384;
    color: #ffffff;
    text-decoration: none;
}

#logo {
    position: absolute;
    top: 50px;
    left: 100px;
    z-index: 90;
    width: 218px;
}

#logo img {
    width: 100%;
    height: auto;
}

#logo a img {
    -webkit-filter: grayscale(0%) brightness(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) brightness(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

#logo a:hover img {
	-webkit-filter: grayscale(100%) brightness(50%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) brightness(50%);
}

#open-menu {
    position: absolute;
    top: 63px;
    right: 100px;
    z-index: 95;
    text-align: right;
}

#open-menu a {
    color: #a12384;
    font-size: 50px;
    line-height: 50px;
    text-decoration: none;
}

#open-menu a:hover {
    color: #024660;
    text-decoration: none;
}

#footer {
    padding: 0px 80px 80px 80px;
}

#footer-contact {
    float: left;
    color: #f4f4f4;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
    line-height: 32px;
    padding-top: 68px;
}

#footer-contact a {
    color: #029bae;
    font-weight: 700;
    text-decoration: none;
}

#footer-contact a:hover {
    color: #f4f4f4;
    text-decoration: none;
}
    
#footer-contact br.address {
    display: none;    
}

#footer-logo {
    width: 108px;
    padding-top: 48px;
}

#footer-logo img {
    width: 100%;
    height: auto;
}

#footer-navigation {
    float: right;
    text-align: right;
    color: #029bae;
    font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 300;
    line-height: 32px;
    padding-top: 69px;
}

#footer-navigation a {
    color: #029bae;
    text-decoration: none
}

#footer-navigation a:hover {
    color: #f4f4f4;
    text-decoration: none;
}

#footer-social {
    width: 270px;
    margin-top: 15px;
    border-top: 1px solid #585858;
    padding-top: 17px;
}

#footer-social a {
    color: #029bae;
    font-size: 20px;
    line-height: normal;
    text-decoration: none;
    margin-left: 14px;
}

#footer-social a:hover {
    color: #f4f4f4;
    text-decoration: none;
}

.common-pad {
    padding-left: 100px;
    padding-right: 100px;
}

.wrapper {
    max-width: 1150px;
    margin: 0 auto;
}

strong, b {
    font-weight: 600;
}

em, i {
    font-style: italic;
}

i.fab, i.fal, i.far, i.fas, i.fad {
    font-style: normal;
}

.content p, .content ul, .content ol {
    margin-bottom: 30px;
}

.content li {
    margin-bottom: 30px;
}

.content ul.no-margin li, .content ol.no-margin li {
    margin-bottom: 0px !important;
}

.content li li {
    margin-bottom: 0px;
}

.content li:last-of-type {
    margin-bottom: 0px;
}

.content ul li {
    position: relative;
    padding-left: 30px;
}

.content ul li::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "\2022";
    color: #9eb3ac;
}

.content ol li {
    position: relative;
    padding-left: 30px;
    counter-increment: item;
}

.content ol li::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: counter(item)".";
    color: #9eb3ac;
}

.content ol.letters li::before {
    content: counter(item, lower-alpha)".";
}

.content ol li ol li {
    counter-increment: subitem;
}

.content ol li ol li::before {
    content: counter(subitem, lower-roman)".";
    color: #e34f57;
}

.content h2 {
    display: block;
    color: #a40583;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.content h3 {
    display: block;
    color: #029bae;
    font-family: 'Raleway', sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: 1px;
}

.content h3.narrow {
    line-height: 36px;
}

.content h3.large {
    font-size: 28px;
    line-height: 48px;
}

.content hr {
    display: block;
    width: 100%;
    height: 17px;
    margin: 0px; 
    padding: 0px; 
    border: none;
    border-bottom: 1px solid #a7e8f0;
    margin-bottom: 42px;
}

.content blockquote {
    margin: 0px 0px 26px 0px;
    padding: 0 20px;
    font-style: italic;
    border-left: 5px solid #ebebeb;
}

/* misc content styling */

.content .wp-caption {
    display: block;
    margin: 0 auto 30px;
    padding: 0;
    max-width: 100%;
    height: auto;
    text-align: center;
}

.content .wp-caption p,
.content .video-embed p {
    margin: 0;
    padding: 15px 0 0;
    font-size: 1em;
    line-height: 1em;
}

.content .video-embed {
    display: inline-block;
    text-align: center;
}

.content img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}

.content .wp-smiley {
    display: inline;
}

.content .plain,
.content .wp-smiley {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.content .alignleft,
.content .wp-caption.alignleft {
    float: left;
    display: inline;
    margin: 5px 30px 30px 0;
}

.content img[align$='left'] {
    float: left;
    display: inline;
    margin: 5px 30px 30px 0;
}

.content .alignright,
.content .wp-caption.alignright {
    float: right;
    display: inline;
    margin: 5px 0 30px 30px;
}

.content img[align$='right'] {
    float: right;
    display: inline;
    margin: 5px 0 30px 30px;
}

.content .wp-caption img,
.content .wp-caption.alignleft img,
.content .wp-caption.alignright img {
    display: block;
    margin: 0;
}

.content .aligncenter,
.content .soliloquy-container {
    margin: 0 auto 30px;
}

.content object,
.content iframe {
    display: block;
    margin: 0 auto;
}

/* misc content styling */

.width-left {
    width: 350px;    
}

.width-right {
    width: calc(100% - 400px);
}

.split-left {
    width: calc(50% - 25px);
}

.split-right {
    width: calc(50% - 25px);
}

.bg-white {
    background-color: #ffffff;    
}

.bg-grey {
    background-color: #eeeeee;    
}

.text-white {
    color: #ffffff;
}

.text-small {
    font-size: 14px;
    line-height: 25px;
}

a.button-round {
    display: inline-block;
    height: 50px;
    padding: 0px 25px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 48px;
    background-color: #024660;
    border: none;
    border-radius: 25px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px -1px 0px 0px rgba(2, 155, 174, 1.0);
    box-shadow: 0px -1px 0px 0px rgba(2, 155, 174, 1.0);
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
    margin-left: 44px;
}

a.button-round:first-of-type {
    margin-left: 0px !important;    
}

a.button-round:hover {
    color: #ffffff;
    background-color: #a12384;
    text-decoration: none;
}

a.button-white {
    color: #a12384;
    background-color: #ffffff;
    -webkit-box-shadow: 0px -1px 0px 0px rgba(2, 155, 174, 1.0);
    box-shadow: 0px -1px 0px 0px rgba(2, 155, 174, 1.0);
}

a.button-white:hover {
    color: #024660;
    background-color: #d8e6e8;
    text-decoration: none;
}

a.button-outline-white {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: transparent;
    -webkit-box-shadow: 0px -1px 0px 0px rgba(8, 108, 123, 1.0);
    box-shadow: 0px -1px 0px 0px rgba(8, 108, 123, 1.0);
}

a.button-outline-white:hover {
    color: #024660;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    text-decoration: none;
}

a.button-blue-shadow {
    color: #a12384;
    background-color: #ffffff;
    -webkit-box-shadow: 0px -1px 0px 0px rgba(8, 108, 123, 1.0);
    box-shadow: 0px -1px 0px 0px rgba(8, 108, 123, 1.0);
}

a.button-pink {
    color: #ffffff;
    background-color: #a12384;
    -webkit-box-shadow: 0px -1px 0px 0px rgba(2, 155, 174, 1.0);
    box-shadow: 0px -1px 0px 0px rgba(2, 155, 174, 1.0);
}

a.button-pink:hover {
    color: #ffffff;
    background-color: #024660;
    text-decoration: none;
}

#home-header {
    min-height: 1120px;
    background-color: #80c9ea;
    background-image: url("../../img/headers/home-new.jpg?ver=123");	
	background-repeat: no-repeat;
	background-position: center bottom;
    background-size: 100% auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#home-header {
		background-image: url("../../img/headers/home-new@2x.jpg?ver=123");
	}
}

#home-header-wrapper {
    padding-bottom: 404px;
}

#home-header-left {
    float: left;
    padding-top: 378px;
}

#home-header-left h1 {
    display: block;
    color: #024660;
    font-family: 'Raleway', sans-serif;
    font-size: 46px;
    font-weight: 300;
    line-height: 64px;
    letter-spacing: 1px;
}

#home-header-right {
    float: right;
    color: #1d1d1d;
    padding-top: 386px;
}

#home-header-mobile {
    display: none;
}

#home-media {
    background-color: #024660;
}

#home-media-wrapper {
    
}

#home-media-content {
    height: 220px;
    padding: 0px 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#home-media-content a img {
    opacity: 1.0;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;	
}

#home-media-content a:hover img {
	opacity: 0.7;
}

#home-media-content img.nationalgeographic {
    width: 176px;
    height: auto;
}

#home-media-content img.nytimes {
    width: 296px;
    height: auto;
}

#home-media-content img.economist {
    width: 145px;
    height: auto;
}

#home-media-content img.forbes {
    width: 115px;
    height: auto;
}

#home-block1 {
    
}

#home-block1-wrapper {
    padding-bottom: 105px;
}

#home-block1-left {
    float: left;
    padding-top: 145px;
    padding-bottom: 20px;
}

#home-block1-left h2 {
    margin-bottom: 8px;
}

#home-block1-right {
    float: right;
    padding-top: 140px;
}

#home-block1-button, #air-about-button {
    padding-top: 15px;
}

#home-video {
    position: relative;
    background-color: #006472;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

#home-video:hover {
	-webkit-filter: grayscale(60%); /* Safari 6.0 - 9.0 */
	filter: grayscale(60%);
}

.home-video-height {
    height: 400px;
}

#home-video-img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc(50% + 60px);
    background-image: url("../../img/home/video-img.jpg");	
	background-repeat: no-repeat;
	background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#home-video-img {
		background-image: url("../../img/home/video-img@2x.jpg");
	}
}

.work-video {
    background-image: url("../../img/work/video-img.jpg") !important;
    background-position: center center !important;
}

.dac-video {
    background-image: url("../../img/dac/video.jpg") !important;
    background-position: center center !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	.dac-video {
		background-image: url("../../img/dac/video@2x.jpg");
	}
}

.carbonremoval-video {
    background-image: url("../../img/misc/carbon-removal-video@2x.jpg") !important;
    background-position: center center !important;
}

#home-video-overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    background-image: url("../../img/home/video-overlay.png");	
	background-repeat: no-repeat;
	background-position: left center;
    background-size: auto 400px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#home-video-overlay {
		background-image: url("../../img/home/video-overlay@2x.png");
	}
}

#home-video-text {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#home-video-text-wrapper {
    display: inline-block;
    color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 42px;
	font-weight: 300;
	line-height: 50px;
    padding: 0px 80px;
    text-align: center;
}

#home-video-text-sub {
    width: 195px;
    margin: 0 auto;
    margin-top: 10px;
    border-top: 1px solid #bb5fa6;
    padding-top: 12px;
    color: #06b8ce;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
}

a#home-video-link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
    text-decoration: none;
}

a#home-video-link span.home-video-link-title {
    display: none;
}
    
a#home-video-link span.home-video-link-sub {
    display: none; 
}

a#home-video-link br {
    display: none;
}

#home-block2 {
    background-color: #029aaf;
    background-image: url("../../img/home/bg-block2.jpg");	
	background-repeat: no-repeat;
	background-position: center bottom;
    background-size: 100% auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#home-block2 {
		background-image: url("../../img/home/bg-block2@2x.jpg");
	}
}

#home-block2-wrapper {
    padding-bottom: 548px;
}

#home-block2-left {
    float: left;
    padding-top: 145px;
    padding-bottom: 20px;
}

#home-block2-left h2 {
    color: #ffffff;
    margin-bottom: 8px;
}

#home-block2-left h3 {
    color: #ffffff;
}

#home-block2-right {
    float: right;
    color: #ffffff;
    padding-top: 140px;
}

#home-block2-button {
    padding-top: 15px;
}

#home-block3 {
    background-color: #ffffff;
}

#home-block3-wrapper {
    padding-bottom: 20px;
}

#home-block3-left {
    float: left;
    padding-top: 145px;
    padding-bottom: 20px;
}

#home-block3-left h2 {
    margin-bottom: 8px;
}

#home-block3-right {
    float: right;
    padding-top: 140px;
}

#home-block3-button {
    padding-top: 15px;
}

#home-block3-photo {
    background-color: #ffffff;
}

#home-block3-photo img {
    width: 100%;
    height: auto;
}

#bottom-action {
    background-color: #029bae;    
    background-image: url("../../img/common/bg-action.jpg");	
	background-repeat: no-repeat;
	background-position: right center;
    background-size: auto 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#bottom-action {
		background-image: url("../../img/common/bg-action@2x.jpg");
	}
}

#bottom-action-wrapper {
    height: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#bottom-action-text {
    width: calc(100% - 250px);
}

#bottom-action-text h4 {
    display: block;
    color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 45px;
	font-weight: 300;
	line-height: 70px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#bottom-action-button {
    width: 250px;
    text-align: right;
}

#bottom-action-button a {
    display: inline-block;
    height: 46px;
    padding: 0px 25px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 44px;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 25px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;	
}

#bottom-action-button a:hover {
    color: #02687d;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    text-decoration: none;
}

.content-header {
    position: relative;
}

.content-caption {
    position: absolute;
    bottom: 28px;
    right: 30px;
    text-align: right;
    color: #ffffff;
    font-size: 26px;
    line-height: 26px;
    text-shadow: 0px 1px 1.4px rgba(0, 0, 0, 1.0);
}

.content-caption a {
    color: #ffffff;
    text-decoration: none;
    opacity: 1.0;
    -webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;	
}

.content-caption a:hover {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.8;
}

#content-header-wrapper {
    height: 950px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header-title {
    display: inline-block;
    text-align: center;
    padding-bottom: 0px;
}

#header-title h1 {
    display: block;
    color: #ffffff;
	font-family: 'Raleway', sans-serif;
	font-size: 65px;
	font-weight: 300;
	line-height: 70px;
    letter-spacing: 2px;
    margin-left: 2px;
}

#header-title i.fal {
    color: #ffffff;
	font-size: 40px;
	line-height: 40px;
    margin-top: 21px;
}

.section-title {   
    background-image: url("../../img/common/title-line@2x.gif");	
	background-repeat: repeat-x;
	background-position: left top 14px;
    background-size: 100px 1px;
}

.section-title h2 {
    display: inline !important;
    background-color: #ffffff;
    padding-right: 15px;
}

.content-arrow {
    width: 30px;
    margin: 0 auto;
    padding-bottom: 10px;
}

.content-arrow img {
    width: 100%;
    height: auto;
}

.content-dip {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -71.5px;
    width: 143px;
}

.content-dip img {
    width: 100%;
    height: auto;
}

.content-bg1 {
    background-color: #028a9b;    
    background-image: url("../../img/common/bg-color1.gif");	
	background-repeat: no-repeat;
	background-position: left top;
    background-size: 1200px auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	.content-bg1 {
		background-image: url("../../img/common/bg-color1@2x.gif");
	}
}

.content-bg1 a {
    color: #bbdaf8;
}

.content-bg2 {
    background-color: #024660;    
    background-image: url("../../img/common/bg-color2.gif");	
	background-repeat: no-repeat;
	background-position: right top;
    background-size: 1050px auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	.content-bg2 {
		background-image: url("../../img/common/bg-color2@2x.gif");
	}
}

.content-bg2 a {
    color: #bbdaf8;
}

.diagram-text {
    max-width: 650px;
    margin: 0 auto;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
}

#technology-header {
    background-color: #66a2d3;    
    background-image: url("../../img/headers/technology.jpg");	
	background-repeat: no-repeat;
	background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#technology-header {
		background-image: url("../../img/headers/technology@2x.jpg");
	}
}

#technology-what {
    
}

#technology-what-wrapper {
    padding-top: 136px;
}

#technology-what-left {
    float: left;
    padding-top: 25px;
    padding-bottom: 20px;
}

#technology-what-right {
    float: right;
    padding-top: 28px;
}

#technology-what-arrow { 
    
}

#technology-what-dip {

}

#technology-diagram1 {
    position: relative; 
}

#technology-diagram1-wrapper {
    padding-top: 127px;
    padding-bottom: 65px;
}

#technology-diagram1-img {
    width: 706px;
    max-width: 100%;
    margin: 0 auto;
}

#technology-diagram1-img img {
    width: 100%;
    height: auto;
}

#technology-diagram1-text {
    padding-top: 58px;
}

#technology-works {
    
}

#technology-works-wrapper {
    padding-top: 136px;
}

#technology-works-left {
    float: left;
    padding-top: 25px;
    padding-bottom: 20px;
}

#technology-works-right {
    float: right;
    padding-top: 28px;
}

#technology-works-arrow {
    
}

#technology-works-dip {

}

#technology-diagram2 {
    position: relative; 
}

#technology-diagram2-wrapper {
    padding-top: 114px;
    padding-bottom: 73px;
}

#technology-diagram2-img {
    width: 835px;
    max-width: 100%;
    margin: 0 auto;
}

#technology-diagram2-img img {
    width: 100%;
    height: auto;
}

#technology-diagram2-text {
    padding-top: 42px;
}

#technology-photo1 {
    position: relative;
    width: 100%;
}

#technology-photo1 img {
    width: 100%;
    height: auto;
}

#technology-features {
    
}

#technology-features-wrapper {
    padding-top: 73px;
    padding-bottom: 100px;
}

#technology-features-title {
    color: #029bae;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: 1px;
    padding-left: 1px;
    text-align: center;
}

#technology-features-list {
    padding-top: 84px;
}

.technology-features-item {
    float: left;
    width: calc(33.33% - 33.33px);
    margin-right: 50px;
}

.technology-features-item:nth-of-type(3n+3) {
    margin-right: 0px;
}

.technology-features-item:nth-of-type(3n+4) {
	clear: both;
}

.technology-features-item:nth-of-type(1n+4) {
	margin-top: 39px;
    border-top: 1px solid #d1d1d1;
    padding-top: 48px;
}

.technology-features-item-title {
    padding-bottom: 25px;
}

.technology-features-item-title h4 {
    display: block;
    color: #343434;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}

.technology-features-item-text {
    
}

#technology-features-wrapper-slider {
    padding-top: 73px;
    padding-bottom: 83px;
}

#technology-features-slider {
    position: relative;
    z-index: 100;
    padding-bottom: 59px;
}

.slick-features {
    box-sizing: border-box;
    padding: 0px 125px;
}

.slick-features #quotes-arrow-left, .slick-features #quotes-arrow-left {
    background-color: #eeeeee;
}

.slick-features .quotes-arrow {
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding-top: 62px;
}

.slick-features .slick-track {
    z-index: 100;
}

.technology-features-slider-item {
    box-sizing: border-box;
    padding: 0px 25px;
}

#technology-plants {
    
}

#technology-plants-wrapper {
    padding-top: 65px;   
}

#technology-plants-title {
    color: #029bae;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: 1px;
    padding-left: 1px;
    text-align: center;
}

#technology-plants-intro {
    text-align: center;
    padding-top: 14px;
    padding-bottom: 60px;
}

#technology-plants-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 108px; 
}

#technology-plants-1 {
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #cccccc;
}

#technology-plants-2 {
    width: 50%;
    box-sizing: border-box;
}

.technology-plants-item {
    position: relative;
    padding: 0px 140px 60px 140px;
}

.technology-plants-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.technology-plants-number {
    width: 140px;
    color: #951d79;
    font-family: 'Raleway', sans-serif;
    font-size: 100px;
    font-weight: 700;
    line-height: 80px;
    position: relative;
    top: -9px;
}

.technology-plants-type {
    width: calc(100% - 140px);
    padding-bottom: 10px;
}

.technology-plants-text {
    font-size: 14px;
    line-height: 25px;
    padding-top: 24px;
}

.technology-plants-button {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
}

#general-header {
    background-color: #bfbbb9;    
    background-image: url("../../img/headers/contact.jpg");	
	background-repeat: no-repeat;
	background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#general-header {
		background-image: url("../../img/headers/contact@2x.jpg");
	}
}

#general-content {
    
}

#general-content-wrapper {
    padding-top: 134px;
    padding-bottom: 106px;
}

/* CONTACT STYLING */

#contact-header {
    background-color: #bfbbb9;    
    background-image: url("../../img/headers/contact.jpg");	
	background-repeat: no-repeat;
	background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#contact-header {
		background-image: url("../../img/headers/contact@2x.jpg");
	}
}

#contact-content-wrapper {
    max-width: 750px;
    margin: 0 auto;
    padding-top: 114px;
    padding-bottom: 95px;
}

body .gform_wrapper {
    margin: 0px;    
}

body .gform_wrapper .gform_body li {
    margin-bottom: 0px;
}

body .gform_wrapper ul li::before,
body .gform_wrapper ol li::before {
   content: none;
}

body .gform_wrapper .gform_body ul li, body .gform_wrapper .gform_body ol li {
    padding-left: 0px !important;
}

body .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
}

body .gform_wrapper label.gfield_label {
	font-weight: 400;
}

body .gform_wrapper select {
    display: block;
    width: 100%;
    height: 44px;
    margin: 0;
    padding: 10px;
    text-indent: 6px;
    font-size: 16px;
    line-height: normal;
    color: #444;
    max-width: 100%; 
    box-sizing: border-box;
    border: 1px solid #aaa;
    border-radius: 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f2f2f2;
    background-image: url('../../img/common/select-arrows.png');
    background-repeat: no-repeat, repeat;
    background-position: right 10px top 50%, 0 0;
    background-size: 7px 16px;
}

body .gform_wrapper select::-ms-expand {
    display: none;
}

body .gform_wrapper select:hover {
    border-color: #029bae;
}

body .gform_wrapper select:focus {
    border-color: #029bae;
    color: #222; 
    outline: none;
}

body .gform_wrapper select::-moz-focus-inner {
    outline: none !important;
}

body .gform_wrapper select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #444;
}

body .gform_wrapper select option {
    font-weight: normal;
}

body .gform_wrapper input[type=email],
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=url],
body .gform_wrapper textarea {
    padding: 10px !important;
    font-size: 16px !important;
    border-radius: 5px;
    border: 1px solid #aaa;
    transition: border 0.2s ease-out;
    outline: none;
    -webkit-appearance: none;
}

body .gform_wrapper input[type=email]:focus,
body .gform_wrapper input[type=text]:focus,
body .gform_wrapper input[type=url]:focus,
body .gform_wrapper textarea:focus {
    border: 1px solid #029bae;
}

body .gform_wrapper .gchoice_select_all,
body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
body .gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
    font-weight: 400;
}

body .gform_wrapper .gform_footer .button.gform_button,
body .gform_wrapper .gform_page_footer .button.gform_button {
    display: inline-block;
    width: 150px;
    height: 50px;
    margin: 0;
    padding-bottom: 2px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
    background-color: #a12384;
    border: none;
    border-radius: 25px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -webkit-box-shadow: 0px -1px 0px 0px rgba(2, 155, 174, 1.0);
    box-shadow: 0px -1px 0px 0px rgba(2, 155, 174, 1.0);
    -webkit-transition: background-color 0.2s linear;
	-moz-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;	
}

body .gform_wrapper .gform_footer .button.gform_button:hover,
body .gform_wrapper .gform_page_footer .button.gform_button:hover {
    color: #ffffff;
    background-color: #024660;
    text-decoration: none;
}

body .gform_wrapper .gform_footer,
body .gform_wrapper .gform_page_footer {
    text-align: center;
    border-top: 0;
}

body .gform_wrapper .gfield_required {
 color: #ae0802;
}

body .gform_wrapper .gform_ajax_spinner {
    display: block;
    width: 48px;
    height: 48px;
    margin: 30px auto 0;
    padding: 0;
}

body .gform_wrapper div.validation_error {
    max-width: 750px;
    margin: 0 auto 30px;
    font-weight: 400;
    color: #ae0802;
    border: 1px solid #ae0802;
    border-radius: 5px;
}

body .gform_wrapper .validation_message {
    color: #ae0802;
}

body .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
    max-width: 100% !important;
    padding-right: 0 !important;
    background: transparent;
    border: 0;
}

body .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper li.gfield_error textarea {
    border: 1px solid #ae0802;
}

body .gform_wrapper .gfield_error .gfield_label {
    color: #343434;
}

body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
body .gform_wrapper li.gfield_error ul.gfield_checkbox,
body .gform_wrapper li.gfield_error ul.gfield_radio {
    color: #343434;
}

body .gform_wrapper .field_description_below .gfield_description {
    padding-top: 10px;
}

.grecaptcha-badge {
    display: none !important;    
}

#field_2_5 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
}

body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error {
    max-width: 100% !important;
    width: 100% !important;
}

/* CONTACT STYLING */

.thick-arrow {
    width: 62px;
    margin: 0 auto;
    padding-top: 90px;
}

.thick-arrow img {
    width: 100%;
    height: auto;
}

.divide-arrow {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -95px;
    width: 190px;
}

.divide-arrow img {
    width: 100%;
    height: auto;
}

#story-header {
    background-color: #7fb9dc;
    background-image: url("../../img/headers/story.jpg");	
	background-repeat: no-repeat;
	background-position: left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#story-header {
		background-image: url("../../img/headers/story@2x.jpg");
	}
}

#story-one {
    background-color: #024660;
}

#story-one-wrapper {
    padding-top: 136px;
}

#story-one-wrapper h2 {
    color: #ffffff;
    background-color: #024660;
}

#story-one-left {
    float: left;
    padding-top: 25px;
    padding-bottom: 20px;
}

#story-one-left h3 {
    color: #ffffff;    
}

#story-one-right {
    float: right;
    padding-top: 28px;
}

#story-one-arrow {
    
}

#story-one-dip {

}

#story-two {
    position: relative; 
}

#story-two-wrapper {
    padding-top: 136px;
}

#story-two-left {
    float: left;
    padding-top: 25px;
    padding-bottom: 20px;
}

#story-two-right {
    float: right;
    padding-top: 28px;
}

#story-two-arrow {
    
}

#story-two-dip {

}

#story-three {
    position: relative; 
    background-color: #029bae;
}

#story-three-wrapper {
    padding-top: 136px;
    padding-bottom: 110px;
}

#story-three-wrapper h2 {
    color: #ffffff;
    background-color: #029bae;
}

#story-three-left {
    float: left;
    padding-top: 25px;
    padding-bottom: 20px;
}

#story-three-left h3 {
    color: #ffffff;    
}

#story-three-right {
    float: right;
    padding-top: 28px;
}

#story-three-right a {
    color: #bbdaf8;
}

#story-three-arrow {
    
}

#story-three-dip {

}

#history-header {
    background-color: #92c6cc;
    background-image: url("../../img/headers/history.jpg");	
	background-repeat: no-repeat;
	background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#history-header {
		background-image: url("../../img/headers/history@2x.jpg");
	}
}

#history-block1 {
    
}

#history-block1-wrapper {
    padding-bottom: 106px;
}

#history-block1-left {
    float: left;
    padding-top: 131px;
    padding-bottom: 20px;
}

#history-block1-right {
    float: right;
    padding-top: 134px;
}

#history-block2 {
    
}

#history-block2-wrapper {
    padding-bottom: 106px;
}

#history-block2-left {
    float: left;
    padding-top: 131px;
    padding-bottom: 20px;
}

#history-block2-left h3 {
    color: #ffffff;
}

#history-block2-right {
    float: right;
    padding-top: 134px;
}

#history-timeline {
    
}

#history-timeline-wrapper {
    padding-top: 127px;
    padding-bottom: 92px;
}

#history-timeline-title {
    color: #a12384;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: 1px;
    padding-left: 1px;
    padding-bottom: 33px;
    text-align: center;
}

#history-timeline-item {
    color: #a12384;
}

.history-timeline-item {
    padding-top: 20px;
}

.history-timeline-item-year {
    background-image: url("../../img/common/dot-line@2x.png");	
	background-repeat: no-repeat;
	background-position: right top 17px;
    background-size: 1200px 9px;
    color: #a12384;
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 1px;
}

.history-timeline-item-year span {
    display: inline-block;
    background-color: #ffffff;
    padding-right: 28px;
}

.history-timeline-item-title {
    float: left;
    width: 300px;
    color: #343434;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 1px;
    padding-top: 2px;
    padding-bottom: 24px;
}

.history-timeline-item-text {
    float: right;
    width: calc(100% - 350px);
    margin-top: -1px;
}

#support-header {
    background-color: #8abaea;
    background-image: url("../../img/headers/support.jpg");	
	background-repeat: no-repeat;
	background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#support-header {
		background-image: url("../../img/headers/support@2x.jpg");
	}
}

#support-header h1, #support-header i.fal, #careers-header h1, #careers-header i.fal {
    color: #a73f8f !important;
}

#support-content {
    
}

#support-content-wrapper {
    padding-bottom: 106px;
}

#support-content-left {
    float: left;
    padding-top: 131px;
    padding-bottom: 20px;
}

#support-content-left h3 {
    
}

#support-content-right {
    float: right;
    padding-top: 134px;
}

#support-photo1 {
    position: relative;
    width: 100%;
}

#support-photo1 img {
    width: 100%;
    height: auto;
}

#videos-header {
    background-color: #18b3c6;
    background-image: url("../../img/headers/general.jpg");	
	background-repeat: no-repeat;
	background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#videos-header {
		background-image: url("../../img/headers/general@2x.jpg");
	}
}

#videos-content {
    
}

#videos-content-wrapper {
    padding-top: 140px;
    padding-bottom: 30px;
}

.videos-item {
    padding-bottom: 60px;
}

.videos-left {
    float: left;
}

.videos-right {
    float: right;    
}

.videos-embed {
    width: 50%;
    padding-bottom: 30px;
}

.videos-details {
    width: calc(50% - 75px);
    border-top: 1px solid #24c5d9;
    padding-top: 44px;
}

.videos-details.videos-left {
    padding-right: 50px;
}

.videos-details.videos-right {
    padding-left: 50px;
}

.videos-details h3 {
    line-height: 32px;
}

.videos-date {
    color: #343434;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    padding-top: 5px;
}

.videos-text {
    padding-top: 28px;
}

#faq-header {
    background-color: #f6edda;
    background-image: url("../../img/headers/faq.jpg");	
	background-repeat: no-repeat;
	background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#faq-header {
		background-image: url("../../img/headers/faq@2x.jpg");
	}
}

#faq-header h1, #faq-header i.fal {
    color: #a73f8f !important;
}

#faq-content {
    
}

#faq-content-wrapper {
    padding-bottom: 106px;  
}

#faq-jump {
    padding-top: 91px;
    padding-bottom: 55px;
    border-bottom: 1px solid #a7e8f0;
}

.faq-jump-category {
    color: #029bae;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    padding-top: 30px;
    padding-bottom: 17px;
}

.faq-jump-item {
    position: relative;
    color: #343434;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    padding-left: 14px;
    padding-bottom: 18px;
}

.faq-jump-item a {
    color: #343434;
    text-decoration: none;
}

.faq-jump-item a:hover {
    color: #029bae;
    text-decoration: none;
}

.faq-jump-item::before {
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: "Font Awesome 5 Pro"; 
    font-weight: 400; 
    content: "\f105";
    color: #ff5cd9;
    font-size: 14px;
}

#faq-categories {
    padding-top: 102px;
    padding-bottom: 14px;
    text-align: center;    
}

#faq-categories a {
    display: inline-block;
    height: 50px;
    padding: 0px 20px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 48px;
    background-color: #024660;
    border: none;
    border-radius: 25px;
    -webkit-box-shadow: 0px -1px 0px 0px rgba(2, 155, 174, 1.0);
    box-shadow: 0px -1px 0px 0px rgba(2, 155, 174, 1.0);
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
    margin: 24px 12px 0px 12px;
}

#faq-categories a:hover {
    color: #ffffff;
    background-color: #a12384;
    text-decoration: none;
}

#faq-list {
    
}

.faq-category {
    padding-top: 96px;
    padding-bottom: 29px;
}

.faq-category:first-of-type {
    padding-top: 54px;
}

.faq-category h2 {
    color: #029bae;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: 1px;
    text-transform: none;
}

.faq-item {
    
}

.faq-question {
    float: left;
    padding-top: 1px;
    padding-bottom: 20px;
}

.faq-question h3 {
    color: #343434;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
}

.faq-answer {
    float: right;
}

#about-header {
    background-color: #375f74;
    background-image: url("../../img/headers/team.jpg");	
	background-repeat: no-repeat;
	background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#about-header {
		background-image: url("../../img/headers/team@2x.jpg");
	}
}

#about-content {
    
}

#about-content-wrapper {
    padding-top: 142px;
    padding-bottom: 141px;  
}

#about-content-wrapper h3 {
    margin-bottom: 30px;
}

#about-photo1 {
    
}

#about-photo1 img {
    width: 100%;
    height: auto;
}

#about-profiles {
    background-color: #eeeeee;
}

#about-profiles-wrapper {
    padding-bottom: 60px;
}

#about-profiles-list {
    
}

.about-profiles-title {
    text-align: center;
    padding-top: 93px;
    padding-bottom: 49px;
}

.about-profiles-title h2 {
    color: #a12384;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: 1px;
    margin-left: 1px;
    text-transform: none;
}

.about-profiles-group {
    margin: 0px -25px;
    overflow: hidden;
}

.about-profiles-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-profiles-item {
    width: calc(25% - 50px);
    background-color: #ffffff;
    margin: 0px 25px 50px 25px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.about-profiles-item-img {
    
}

.about-profiles-item-img img {
    width: 100%;
    height: auto;
}

.about-profiles-item-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 80px;
    padding: 25px 30px 0px 30px;
}

.about-profiles-item-text h3, .team-profile-wrapper h3 {
    color: #343434;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 3px;
}

.about-profiles-item-text h4, .team-profile-wrapper h4 {
    color: #343434;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 3px;
}

.about-profiles-item-link {
    color: #029bae;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding: 0px 30px 25px 30px;
}

.about-profiles-item-link a {
    color: #029bae;
    text-decoration: none;
}

.about-profiles-item-link a i.fal {
    position: relative;
    top: 1px;
    margin-right: 4px;
}

.about-profiles-item-link a:hover {
    color: #a12384;
    text-decoration: none;
}

.team-profile {
    display: none;
    width: 600px !important;
    max-width: 90% !important;
    height: 400px !important;
    max-height: 90vh !important;
}

.team-profile-wrapper {
    padding-bottom: 40px;
}

.team-profile-bio {
    padding-top: 22px;    
}

.about-partner-title {
    text-align: center;
    padding-top: 93px;
    padding-bottom: 49px;
}

.about-partner-title h2 {
    color: #024660;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: 1px;
    margin-left: 1px;
    text-transform: none;
}

.about-partner-group {
    margin: 0px -12px;
    overflow: hidden;
}

.about-partner-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 26px;
}

.about-partner-item {
    position: relative;
    z-index: 50;
    width: calc(25% - 24px);
    background-color: #ffffff;
    margin: 0px 12px 24px 12px;
}

.about-partner-square {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 51;
    width: 100%;
}

.about-partner-square img {
    width: 100%;
    height: auto;
}

.about-partner-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 52;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;    
}

.about-partner-logo {
    padding: 30px;
}

.about-partner-logo a img {
    opacity: 1.0;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.about-partner-logo a:hover img {
    opacity: 0.7;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.about-partner-logo img {
    width: 100%;
    max-height: 100%;
    height: auto;
}

.about-partner-logo img.full {
    display: block;
}

.about-partner-logo img.medium {
    display: none;
}

.about-partner-logo img.small {
    display: none;
}

.about-partner-person {
    display: inline-block;
    padding: 5px 30px 0px 30px;
}

.about-partner-photo {
    width: 100%;
    max-width: 130px;
    margin: 0 auto;
}

.about-partner-photo a img {
    -webkit-filter: grayscale(0%) contrast(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) contrast(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.about-partner-photo a:hover img {
	-webkit-filter: grayscale(100%) contrast(120%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) contrast(120%);
}

.about-partner-photo img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.about-partner-name {
    text-align: center;
    padding-top: 15px;
}

.about-partner-name h3 {
    display: block;
    color: #343434;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
}

#media-header {
    background-color: #18b3c6;
    background-image: url("../../img/headers/general.jpg");	
	background-repeat: no-repeat;
	background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#media-header {
		background-image: url("../../img/headers/general@2x.jpg");
	}
}

#media-content {
    
}

#media-content-wrapper {
    padding-top: 98px;
    padding-bottom: 133px;
}

.media-item {
    float: left;
    width: calc(33.33% - 33.33px);
    margin-right: 50px;
}

.media-item:nth-of-type(3n+3) {
    margin-right: 0px;
}

.media-item:nth-of-type(3n+4) {
	clear: both;
}

.media-item:nth-of-type(1n+4) {
	margin-top: 75px;
    border-top: 1px solid #d1d1d1;
    padding-top: 28px;
}

.media-img {
    max-width: 300px;
    min-height: 120px;
    /* center content vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.media-img img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.media-img a img {
    -webkit-filter: grayscale(0%) contrast(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) contrast(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.media-img a:hover img {
	-webkit-filter: grayscale(100%) contrast(120%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) contrast(120%);
}

.media-img img.full {
    display: block;    
}

.media-img img.tablet {
    display: none;    
}

.media-img img.mobile {
    display: none;    
}

.media-text {
    padding-top: 10px;    
}

.media-type {
    padding-bottom: 12px;
}

.media-type img {
    width: auto;
    height: 20px;
}

.media-text a {
    display: inline-block;
    color: #029bae;
    text-decoration: none;    
}

.media-text a:hover {
    color: #a12384;
    text-decoration: none;    
}

#patents-header {
    background-color: #18b3c6;
    background-image: url("../../img/headers/general.jpg");	
	background-repeat: no-repeat;
	background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#patents-header {
		background-image: url("../../img/headers/general@2x.jpg");
	}
}

.patents-section-title {
    color: #029bae;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: 1px;
    padding-left: 1px;
    text-align: center;
}

a.patents-link {
    display: inline-block;
    color: #029bae;
    text-decoration: none;    
}

a.patents-link:hover {
    color: #a12384;
    text-decoration: none;    
}

#patents-papers {
    
}

#patents-papers-wrapper {
    padding-top: 110px;
    padding-bottom: 93px;
}

#patents-papers-title {
    padding-bottom: 63px;
}

#patents-papers-list {
    
}

.patents-papers-item {
    float: left;
    width: calc(50% - 25px);
    margin-right: 50px;
}

.patents-papers-item:nth-of-type(2n+2) {
    margin-right: 0px;
}

.patents-papers-item:nth-of-type(2n+3) {
	clear: both;
}

.patents-papers-item:nth-of-type(1n+3) {
	margin-top: 21px;
    border-top: 1px solid #d1d1d1;
    padding-top: 18px;
}

.patents-papers-item-title {
    color: #343434;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 1px;
}

.patents-papers-item-text {
    
}

.patents-papers-item-text a i.fas {
    margin-right: 3px;    
}

#patents-documents {
    background-color: #eeeeee;
}

#patents-documents-wrapper {
    padding-top: 104px;
    padding-bottom: 99px;
}

#patents-documents-title {
    padding-bottom: 53px;
}

#patents-documents-list {
    text-align: center;
}

.patents-documents-item {
    padding-top: 30px;
}

.patents-documents-item:first-of-type {
    padding-top: 0px;
}

.patents-documents-item-title {
    color: #343434;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 1px;
}

.patents-documents-item-text {
    
}

.patents-papers-item-text a i.fas {
    margin-right: 3px;    
}

#patents-content {
    
}

#patents-content-wrapper {
    padding-top: 104px;
    padding-bottom: 107px;
}

#patents-content-title {
    padding-bottom: 63px;
}

.patents-content-type {
    text-align: center;
    padding-bottom: 21px;
}

.patents-content-table {
    
}

.patents-content-table a {
    display: inline-block;
    color: #029bae;
    text-decoration: none;    
}

.patents-content-table a:hover {
    color: #a12384;
    text-decoration: none;    
}

.patents-content-table table {
    width: 100%;
    border: none !important;
    margin: 0px !important;
    text-align: left;
}

.patents-content-table tr {
    
}

.patents-content-table tr.grey {
    background-color: #eeeeee    
}

.patents-content-table th.border, .patents-content-table td.border {
    border: none !important;
    border-right: 4px solid #ffffff !important;
}

.patents-content-table th {
    font-weight: 600;
    padding: 0px 20px 11px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: bottom;
}

.patents-content-table th span {
    display: inline-block;    
}

.patents-content-table td {
    padding: 14px 20px 11px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.patents-content-table .table-number {
    width: 250px;
}

.patents-content-table .table-title {
    width: 520px;
}

.patents-content-table .table-related {
    width: calc(100% - 770px);
}
    
.patents-mobile-list {
    display: none;    
}

.patents-divider {
    margin-top: 51px;
    border-top: 1px solid #d1d1d1;
    padding-top: 51px;
}

#careers-header {
    background-color: #cfdced;
    background-image: url("../../img/headers/careers.jpg");	
	background-repeat: no-repeat;
	background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#careers-header {
		background-image: url("../../img/headers/careers@2x.jpg");
	}
}

#careers-block1 {
    
}

#careers-block1-wrapper {
    padding-bottom: 127px;
}

#careers-block1-left {
    float: left;
    padding-top: 132px;
    padding-bottom: 20px;
}

#careers-block1-left h3, #careers-block2-left h3 {
    font-size: 32px;
    line-height: 46px;
}

#careers-block1-right {
    float: right;
    padding-top: 134px;
}

#careers-button {
    padding-top: 39px;
    text-align: center;
}

#careers-block2 {
    
}

#careers-block2-wrapper {
    padding-bottom: 110px;
}

#careers-block2-left {
    float: left;
    padding-top: 138px;
    padding-bottom: 20px;
}

#careers-block2-left h3 {
    color: #ffffff;
}

#careers-block2-right {
    float: right;
    padding-top: 140px;
}

#careers-perks {
    background-color: #eeeeee;
}

#careers-perks-wrapper {
    padding-top: 73px;
    padding-bottom: 100px;
}

#careers-perks-title {
    color: #029bae;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: 1px;
    padding-left: 1px;
    text-align: center;
}

#careers-perks-list {
    padding-top: 84px;
}

.careers-perks-item {
    float: left;
    width: calc(33.33% - 33.33px);
    margin-right: 50px;
}

.careers-perks-item:nth-of-type(3n+3) {
    margin-right: 0px;
}

.careers-perks-item:nth-of-type(3n+4) {
	clear: both;
}

.careers-perks-item:nth-of-type(1n+4) {
	margin-top: 39px;
    border-top: 1px solid #d1d1d1;
    padding-top: 48px;
}

.careers-perks-item-title {
    padding-bottom: 25px;
}

.careers-perks-item-title h4 {
    display: block;
    color: #343434;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}

.careers-perks-item-text {
    
}

#careers-photos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.careers-photos-item {
    width: 33.33%;
    background-color: #4e96c7;
	background-repeat: no-repeat;
	background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#careers-photos1 {
    
}

#careers-photos1 img {
    width: 100%;
    height: auto;
}

#careers-photos2 {
    background-image: url("../../img/careers/photo2.jpg");	
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#careers-photos2 {
		background-image: url("../../img/careers/photo2@2x.jpg");
	}
}

#careers-photos3 {
    background-image: url("../../img/careers/photo3.jpg");	
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#careers-photos3 {
		background-image: url("../../img/careers/photo3@2x.jpg");
	}
}

#opportunities {
    
}

#opportunities-wrapper {
    padding-top: 73px;
    padding-bottom: 65px;
}

#opportunities-title {
    color: #029bae;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: 1px;
    padding-left: 1px;
    text-align: center;
}

#opportunities-diversity {
    font-size: 22px;
    line-height: 36px;
    font-style: italic;
    text-align: center;
    padding-top: 32px;
    padding-bottom: 84px;
    border-bottom: 1px solid #a7e8f0;
}

#opportunities-embed {
    
}

#opportunities-embed ul li {
    position: relative;
    padding-left: 0px;
}

#opportunities-embed ul li::before {
    display: none;
}

#opportunities-embed ol li {
    position: relative;
    padding-left: 0px;
}

#opportunities-embed ol li::before {
    display: none;
}

#opportunities-list {
    padding-top: 80px;
}

.opportunities-item {
    
}

.opportunities-item-title {
    float: left;
    padding-top: 1px;
    padding-bottom: 20px;
}

.opportunities-item-title h3 {
    color: #343434;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
}

.opportunities-item-text {
    float: right;
    padding-top: 2px;
}

.opportunities-item-link {
    color: #ff5cd9;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    padding-top: 1px;
}

.opportunities-item-link i {
    margin-right: 4px;    
}

.opportunities-item-link a {
    color: #029bae;
    text-decoration: none;
}

.opportunities-item-link a:hover {
    color: #a12384;
    text-decoration: none;
}

#quotes {
    position: relative;
    z-index: 100;
    background-color: #024660;  
}

#quotes-wrapper {
    
}

#quotes-arrow-left {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 101;
    width: 150px;
    height: 100%;
}

#quotes-arrow-right {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 102;
    width: 150px;
    height: 100%;
}

.quotes-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #029bae;
    font-size: 40px;
    line-height: 40px;
}

.quotes-arrow a {
    color: #029bae;
    text-decoration: none;
    cursor: pointer;
}

.quotes-arrow a:hover {
    color: #ffffff;
    text-decoration: none;
}

.quotes-item {
    
}

.quotes-item-wrapper {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0px 150px;
}

.quotes-icon {
    float: left;
    width: 90px;
    color: #a12384;
    font-family: 'Raleway', sans-serif;
    font-size: 150px;
    font-weight: 700;
    line-height: 150px;
    padding-top: 64px;
}

.quotes-text {
    float: right;
    width: calc(100% - 90px);
    color: #ffffff;
    line-height: 28px;  
    padding-top: 72px;
    padding-bottom: 75px;
}

.quotes-name {
    color: #1ecfe5;
    padding-top: 28px; 
}

#news-header {
    background-color: #18b3c6;
    background-image: url("../../img/headers/general.jpg");	
	background-repeat: no-repeat;
	background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#news-header {
		background-image: url("../../img/headers/general@2x.jpg");
	}
}

#news-content {
    
}

#news-content-wrapper {
    padding-bottom: 147px;
}

#news-content-left {
    float: left;
    width: calc(100% - 400px);
    padding-top: 140px;
}

#news-content-right {
    float: right;
    width: 350px;
    /*padding-top: 128px;*/
    padding-top: 140px;
}

.news-item {
    border-top: 1px solid #24c5d9;
    padding-top: 112px;
}

.news-item:first-of-type {
    border: none !important;
    padding-top: 0px !important;
}

.news-img {
    padding-bottom: 31px;
}

.news-img img {
    width: 100%;
    height: auto;
}

.news-text {
    
}

.news-date {
    color: #a12384;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 2px;
}

.news-title {
    
}

.news-title h2 {
    color: #029bae;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 42px;
    letter-spacing: 1px;
    text-transform: none;
}

.news-title h2 a {
    display: inline-block;
    color: #029bae;
    text-decoration: none;
}

.news-title h2 a:hover {
    color: #a12384;
    text-decoration: none;
}

.news-excerpt {
    line-height: 32px;
}

#news-pagination {
    padding-top: 49px;    
}

.wp-pagenavi {
    color: #18b3c6;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 50px;
    text-align: left;
}

.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi a:active,
.wp-pagenavi a:hover,
.wp-pagenavi a:focus,
.wp-pagenavi span.current {
    display: inline-block;
    min-width: 34px;
    margin: 0px 10px 0px 0px;
    padding: 0px 8px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.wp-pagenavi a:link,
.wp-pagenavi a:visited,
.wp-pagenavi a:active {
    color: #18b3c6;
    text-decoration: none;
    background-color: #ececec;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:focus,
.wp-pagenavi span.current {
    color: #ffffff;
    text-decoration: none;
    background-color: #18b3c6;
}

.wp-pagenavi span.current {
    cursor: default;
}

.wp-pagenavi span.pages,
.wp-pagenavi span.extend {
    display: none;
}

#news-item-content {
    
}

#news-item-content-wrapper {
    padding-top: 133px;
    padding-bottom: 115px;
}

.news-item-img {
    padding-top: 42px;
}

.news-item-img img {
    width: 100%;
    height: auto;
}

.news-item-text {
    padding-top: 42px;
}

#back-to-top {
    position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 8888;
    text-align: right;
}

#back-to-top a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #000000;
    border-radius: 4px;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    opacity: 0.5;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;	
}

#back-to-top a:hover {
	opacity: 0.8;    
}

#air-header {
    background-color: #18b3c6;
    background-image: url("../../img/headers/general.jpg");	
	background-repeat: no-repeat;
	background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#air-header {
		background-image: url("../../img/headers/general@2x.jpg");
	}
}

#air-intro {
    
}

#air-intro-wrapper {
    font-size: 22px;
    line-height: 36px;
    padding-top: 140px;
}

#air-intro-wrapper p {
    margin-bottom: 36px;
}

#air-intro-wrapper p:last-of-type {
    margin-bottom: 24px;
}

#air-intro-arrow { 
    
}

#air-about {
    position: relative; 
}

#air-about-dip {

}

#air-about-wrapper {
    padding-top: 136px;
    padding-bottom: 104px;
}

#air-about-title h2 {
    background-color: #eeeeee;  
}

#air-about-left {
    float: left;
    padding-top: 25px;
    padding-bottom: 20px;
}

#air-about-right {
    float: right;
    padding-top: 28px;
}

#air-diagram {
    background-color: #024660;
}

#air-diagram-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-wdith: 1320px;
    margin: 0 auto;
    padding: 108px 150px 120px 150px;
}

#air-works {
    width: calc(100% - 680px);
    padding-right: 100px;
    box-sizing: border-box;
}

#air-works-title {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
    padding-bottom: 18px;
}

#air-works-intro {
    font-size: 14px;
    line-height: 25px;
}

#air-works-list {
    font-size: 14px;
    line-height: 25px;
}

.air-works-list-item {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    padding-top: 25px;
    padding-left: 30px;
}

.air-works-list-item::before {
    position: absolute;
    top: 27px;
    left: 0px;
    content: "\f054";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.air-works-list-item:last-of-type {
    padding-left: 0px !important;
}

.air-works-list-item:last-of-type::before {
    display: none !important;
}

#air-diagram-img {
    width: 680px;
}

#air-diagram-img img {
    width: 100%;
    max-width: 680px;
    height: auto;
}

#air-features {
    
}

#air-features-wrapper {
    padding-top: 87px;
    padding-bottom: 84px;
}

#air-features-title {
    color: #029bae;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: 1px;
    padding-left: 1px;
    text-align: center;
}

#air-features-slider {
    position: relative;
    z-index: 100;
}


#air-features-slider .slick-features #quotes-arrow-left, #air-features-slider .slick-features #quotes-arrow-left {
    background-color: #ffffff;
}

.slick-slide:focus { 
    outline: none; 
}

.air-features-slider-item {
    box-sizing: border-box;
    padding: 0px 25px;
}

.air-features-slider-item-title {
    padding-bottom: 25px;
}

.air-features-slider-item-title h4 {
    display: block;
    color: #343434;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
}

#air-features-photo {
    position: relative;
    background-color: #ffffff;
}

#air-features-photo img {
    width: 100%;
    height: auto;
}

#dac-header {
    background-color: #18b3c6;
    background-image: url("../../img/headers/general.jpg");	
	background-repeat: no-repeat;
	background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#dac-header {
		background-image: url("../../img/headers/general@2x.jpg");
	}
}

#dac-intro {
    
}

#dac-intro-wrapper {
    font-size: 22px;
    line-height: 36px;
    padding-top: 140px;
}

#dac-intro-wrapper p {
    margin-bottom: 36px;
}

#dac-intro-wrapper p:last-of-type {
    margin-bottom: 24px;
}

#dac-intro-arrow { 
    
}

#dac-about {
    position: relative; 
}

#dac-about-dip {

}

#dac-about-wrapper {
    padding-top: 136px;
    padding-bottom: 104px;
}

#dac-about-title h2 {
    background-color: #eeeeee;  
}

#dac-about-left {
    float: left;
    padding-top: 25px;
    padding-bottom: 20px;
}

#dac-about-right {
    float: right;
    padding-top: 28px;
}

#dac-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.dac-blocks-wrapper {
    width: 50%;
    box-sizing: border-box;
    padding: 100px 140px 112px 140px;
}

#dac-blocks p {
    margin-bottom: 25px;
}

#dac-blocks p:last-of-type {
    margin-bottom: 0px !important;
}

#dac-works {
    background-color: #029bae;
}

#dac-works-title {
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
    padding-bottom: 18px;
}

#dac-works-intro {
    font-size: 14px;
    line-height: 25px;
}

#dac-works-list {
    font-size: 14px;
    line-height: 25px;
}

.dac-works-list-item {
    position: relative;
    font-size: 14px;
    line-height: 25px;
    padding-top: 25px;
    padding-left: 30px;
}

.dac-works-list-item::before {
    position: absolute;
    top: 27px;
    left: 0px;
    content: "\f054";
    color: #ffffff;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.dac-works-list-item:last-of-type {
    font-size: 12px !important;
    font-weight: 400 !important;
    font-style: italic !important;
}

.dac-works-list-item:last-of-type::before {
    content: "" !important;
}

.dac-works-list-item a {
    color: #ffffff;
    text-decoration: none;
}

.dac-works-list-item a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#dac-features-full {
    background-color: #029bad;
}

#dac-features-wrapper {
    padding-top: 73px;
    padding-bottom: 100px;
}

#dac-features {
    background-color: #024660;
}

#dac-features-title {
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: 1px;
    padding-left: 1px;
    text-align: center;
}

#dac-features-list {
    padding-top: 84px;
}

.dac-features-list-item {
    float: left;
    width: calc(33.33% - 33.33px);
    margin-right: 50px;
}

.dac-features-list-item:nth-of-type(3n+3) {
    margin-right: 0px;
}

.dac-features-list-item:nth-of-type(3n+4) {
	clear: both;
}

.dac-features-list-item:nth-of-type(1n+4) {
	margin-top: 39px;
    border-top: 1px solid #d1d1d1;
    padding-top: 48px;
}

.dac-features-list-item a {
    color: #ffffff;
    text-decoration: underline;
}

.dac-features-list-item a:hover {
    color: #ffffff;
    text-decoration: none;
}

.dac-features-list-title {
    font-size: 16px;
    font-weight: 600;
}

#dac-options {
    
}

#dac-options-wrapper {
    padding-top: 65px;   
}

#dac-options-title {
    color: #029bae;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: 1px;
    padding-left: 1px;
    text-align: center;
    padding-bottom: 60px;
}

#dac-options-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 30px; 
}

#dac-options-1 {
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #cccccc;
}

#dac-options-2 {
    width: 50%;
    box-sizing: border-box;
}

.dac-options-item {
    padding: 0px 140px 10px 140px;
}

.dac-options-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dac-options-number {
    width: 140px;
    color: #951d79;
    font-family: 'Raleway', sans-serif;
    font-size: 100px;
    font-weight: 700;
    line-height: 80px;
    position: relative;
    top: -9px;
}

.dac-options-type {
    width: calc(100% - 140px);
    padding-bottom: 10px;
}

.dac-options-intro {
    color: #029bae;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
}

.dac-options-text {
    font-size: 14px;
    line-height: 25px;
    padding-top: 24px;
}

.dac-options-diagram {
    text-align: center;
    padding-top: 26px;
}

.dac-options-diagram img {
    display: inline-block;
    width: 100%;
    height: auto;
}

#dac-options-1 .dac-options-diagram img {
    max-width: 300px;
}

#dac-options-2 .dac-options-diagram img {
    max-width: 580px;
}

.dac-options-diagram-text {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    padding-top: 40px;    
}

#dac-types-photo {
    position: relative;
    background-color: #ffffff;
}

#dac-types-photo img {
    width: 100%;
    height: auto;
}

#work-header {
    background-color: #22bee7;    
    background-image: url("../../img/headers/work.jpg?ver=123");	
	background-repeat: no-repeat;
	background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#work-header {
		background-image: url("../../img/headers/work@2x.jpg?ver=123");
	}
}

#work-top, #contact-top {
    background-color: #024660;    
    background-image: url("../../img/work/background.png");	
	background-repeat: no-repeat;
	background-position: left center;
    background-size: 1150px auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#work-top, #contact-top {
		background-image: url("../../img/work/background@2x.png");
	}
}

#work-top-wrapper, #contact-top-wrapper {
    padding-bottom: 140px;
}

#work-top-left, #contact-top-left {
    float: left;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 38px;  
    padding-top: 138px;
}

#work-top-right, #contact-top-right {
    float: right;
    color: #ffffff;
    padding-top: 142px;  
}

#work-top-right p, #contact-top-right p {
    margin-bottom: 30px;  
}

#work-top-right p:last-of-type, #contact-top-right p:last-of-type {
    margin-bottom: 0px !important;  
}

#work-block1 {
    background-image: url("../../img/work/01.jpg");	
	background-repeat: no-repeat;
	background-position: left 134px bottom 49px;
    background-size: 400px auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#work-block1 {
		background-image: url("../../img/work/01@2x.jpg");
	}
}

#work-block2 {
    background-image: url("../../img/work/02.jpg");	
	background-repeat: no-repeat;
	background-position: left 62px bottom 35px;
    background-size: 437px auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#work-block2 {
		background-image: url("../../img/work/02@2x.jpg");
	}
}

#work-block3 {
    background-image: url("../../img/work/03.jpg");	
	background-repeat: no-repeat;
	background-position: left 117px bottom 52px;
    background-size: 477px auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#work-block3 {
		background-image: url("../../img/work/03@2x.jpg");
	}
}

.work-block {
    
}

.work-block-wrapper {
    padding-bottom: 100px;
}

.work-block-number {
    color: #951d79;
    font-family: 'Raleway', sans-serif;
    font-size: 100px;
    font-weight: 700;
    line-height: 80px;
    padding-top: 76px;
}

.work-block-left {
    float: left;
    padding-top: 39px;
}

.work-block-title {
    
}

.work-block-intro {
    
}

.work-block-right {
    float: right;
    padding-top: 36px;
}

.work-block-right p:last-of-type {
    margin-bottom: 0px !important;  
}

.work-block-button {
    text-align: center;
    padding-top: 84px;
}

#customers-header {
    background-color: #20aad9;
    background-image: url("../../img/headers/customers.jpg");	
	background-repeat: no-repeat;
	background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#customers-header {
		background-image: url("../../img/headers/customers@2x.jpg");
	}
}

#customers-intro {
    
}

#customers-intro-wrapper {
    font-size: 22px;
    line-height: 36px;
    font-style: italic;
    padding-top: 140px;
}

#customers-intro-credit {
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    font-style: normal;
}

#customers-intro-arrow { 
    padding-top: 105px;
}

#customers-blue {
    position: relative; 
    background-color: #034661;
    background-image: url("../../img/customers/fans.png");	
	background-repeat: no-repeat;
	background-position: calc(50% - 550px) calc(100% + 75px);
    background-size: 800px auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#customers-blue {
		background-image: url("../../img/customers/fans@2x.png");
	}
}

#customers-blue-dip {

}

#customers-blue-wrapper {
    padding-top: 136px;
    padding-bottom: 104px;
}

#customers-blue-content {
    padding-left: 42%;
}

#customers-blue-content a {
    color: #ffffff;
    text-decoration: none;
}

#customers-blue-content a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#customers-list {
    
}

#customers-list-wrapper {
    padding-top: 43px;
    padding-bottom: 75px;
}

.customers-item {
    float: left;
    width: calc(50% - 60px);
    margin-right: 120px;
}

.customers-item:nth-of-type(2n+2) {
    margin-right: 0px;
}

.customers-item:nth-of-type(2n+3) {
    clear: both;
}

.customers-item:nth-of-type(1n+3) {
    margin-top: 20px;
}

.customers-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 150px;
}

.customers-img img {
    display: inline-block;
    width: 100%;
    height: auto;
}

.customers-img a img {
    -webkit-filter: grayscale(0%) contrast(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) contrast(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.customers-img a:hover img {
	-webkit-filter: grayscale(100%) contrast(120%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) contrast(120%);
}

.customers-img img.full {
    display: block;    
}

.customers-img img.tablet {
    display: none;    
}

.customers-img img.mobile {
    display: none;    
}

.customers-text {
    padding-top: 23px;
}

#carbonremoval-header {
    background-color: #20aad9;
    background-image: url("../../img/headers/carbonremoval.jpg");	
	background-repeat: no-repeat;
	background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#carbonremoval-header {
		background-image: url("../../img/headers/carbonremoval@2x.jpg");
	}
}

#carbonremoval-top {
    background-color: #024660;    
    background-image: url("../../img/work/background.png");	
	background-repeat: no-repeat;
	background-position: left center;
    background-size: 1150px auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#carbonremoval-top {
		background-image: url("../../img/work/background@2x.png");
	}
}

#carbonremoval-top-wrapper {
    padding-top: 141px;
    padding-bottom: 132px;
}

#carbonremoval-top-left {
    float: left;
    width: calc(100% - 450px);
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

#carbonremoval-top-right {
    float: right;
    width: 362px;
}

#carbonremoval-top-right-icon {
    float: left;
    width: 86px;
    color: #a12384;
    font-family: 'Raleway', sans-serif;
    font-size: 150px;
    font-weight: 700;
    line-height: 150px;
    margin-top: -10px;
}

#carbonremoval-top-right-text {
    float: right;
    width: calc(100% - 86px);
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    font-style: italic;
}

#carbonremoval-top-right-name {
    color: #0bbbd1;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    font-style: normal;
    padding-top: 18px;
}

#carbonremoval-top-right-name span {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}

#carbonremoval-top-right-name span::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: "—";
}

#carbonremoval-plan {
    
}

#carbonremoval-plan-wrapper {
    padding-top: 82px;
    padding-bottom: 50px;
}

#carbonremoval-plan-title {
    color: #029bae;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: 1px;
    padding-left: 1px;
    text-align: center;
}

#carbonremoval-plan-text {
    color: #343434;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    padding-top: 70px;    
}

#carbonremoval-plan-button {
    padding-top: 19px;
    text-align: center;
}

#carbonremoval-how {
    min-height: 700px;
    background-image: url("../../img/misc/fans.jpg");	
	background-repeat: no-repeat;
	background-position: calc(50% + 392px) bottom;
    background-size: 688px auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#carbonremoval-how {
		background-image: url("../../img/misc/fans@2x.jpg");
	}
}

#carbonremoval-how-wrapper {
    padding-top: 73px;
    padding-bottom: 50px;
}

#carbonremoval-how-title {
    color: #029bae;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: 1px;
    padding-left: 1px;
    text-align: center;
}

#carbonremoval-how-text {
    color: #343434;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    padding-top: 64px;    
}

#carbonremoval-how-list {
    width: 50%;
    padding-top: 27px;
}

#carbonremoval-how-list ol li {
    position: relative;
    padding-left: 100px;
    counter-increment: item;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 28px;
}

#carbonremoval-how-list ol li::before {
    position: absolute;
    top: -7px;
    left: 0px;
    content: counter(item);
    color: #a12384;
    font-family: 'Raleway', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
}

#carbonremoval-how-list ol li:nth-child(-n+9):before {
    content: '0'counter(item);
}

.carbonremoval-how-list-title {
    font-weight: 600;
    text-transform: uppercase;
}

#carbonremoval-benefits {
    
}

#carbonremoval-benefits-wrapper {
    padding-top: 73px;
    padding-bottom: 83px;
}

#carbonremoval-benefits-title {
    color: #029bae;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: 1px;
    padding-left: 1px;
    text-align: center;
}

#carbonremoval-benefits-slider {
    position: relative;
    z-index: 100;
    padding-bottom: 114px;
}

#carbonremoval-founding {
    background-color: #029bae;    
}

#carbonremoval-founding-wrapper {
    padding-top: 73px;
    padding-bottom: 0px;
}

#carbonremoval-founding-title {
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: 1px;
    padding-left: 1px;
    text-align: center;
}

#carbonremoval-founding-quote {
    padding-top: 64px;
    padding-bottom: 56px;
}

#carbonremoval-founding-quote-icon {
    float: left;
    width: 86px;
    color: #024660;
    font-family: 'Raleway', sans-serif;
    font-size: 150px;
    font-weight: 700;
    line-height: 150px;
    margin-top: -7px;
}

#carbonremoval-founding-quote-text {
    float: right;
    width: calc(100% - 86px);
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    font-style: italic;
}

#carbonremoval-founding-quote-name {
    display: inline;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 34px;
    font-style: normal;
}

#carbonremoval-founding-quote-name a {
    color: #ffffff;
    text-decoration: none;
}

#carbonremoval-founding-quote-name a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#carbonremoval-founding-text {
    border-top: 1px solid #007887;
    padding-top: 62px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
}
    
#carbonremoval-founding-arrow {
    padding-top: 26px;
}

#carbonremoval-customers {
    position: relative;
}

#carbonremoval-customers-wrapper {
    padding-top: 62px;
    padding-bottom: 75px;
}

#cookies-bar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10010;
    width: 100%;
    box-sizing: border-box;
    background-color: #05374c;
}

#cookies-wrapper {
    padding-top: 56px;
    padding-bottom: 55px;
}

#cookies-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#cookies-text {
    width: calc(100% - 470px);
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

#cookies-text a {
    color: #ffffff;
    text-decoration: none;
}

#cookies-text a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#cookies-buttons {
    width: 470px;
    text-align: right;
}

#cookies-buttons a {
    display: inline-block;
    height: 45px;
    padding: 0px 25px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 43px;
    background-color: #972079;
    border: none;
    border-radius: 22.5px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
    margin-left: 25px;
}

#cookies-buttons a:first-of-type {
    margin-left: 0px !important;    
}

#cookies-buttons a:hover {
    color: #972079;
    background-color: #ffffff;
    text-decoration: none;
}

#cookies-buttons a.teal {
    background-color: #0690a4;
}

#cookies-buttons a.teal:hover {
    color: #0690a4;
    background-color: #ffffff;
}

#cookies-buttons br {
    display: none;
}

#carbonremoval-logos1 {
    margin-top: 38px;
    border-top: 1px solid #3b3b3b;
    padding-top: 30px;
    padding-bottom: 20px;
}

.carbonremoval-logos-list {
    max-width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}

.carbonremoval-logos-item {
    display: inline-block;
    width: 20%;
    box-sizing: border-box;
    padding: 50px 25px 0px 25px;
    line-height: 0px;
}

.carbonremoval-logos-item a img {
    -webkit-filter: grayscale(0%) contrast(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(0%) contrast(100%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.carbonremoval-logos-item a:hover img {
	-webkit-filter: grayscale(100%) contrast(120%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%) contrast(120%);
}

.carbonremoval-logos-item img {
    width: 100%;
    height: auto;
}

.carbonremoval-logos-item img.full {
    display: inline-block;
}

.carbonremoval-logos-item img.medium {
    display: none;
}

#carbonremoval-bottom {
    
}

#carbonremoval-bottom-wrapper {
    padding-top: 73px;
    padding-bottom: 80px;
}

#carbonremoval-bottom-title {
    color: #029bae;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 38px;
    letter-spacing: 1px;
    padding-left: 1px;
    text-align: center;
}

#carbonremoval-bottom-text {
    color: #545454;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    padding-top: 70px;      
}

/*temp*/
#carbonremoval-bottom-text {
    float: left;
    width: calc(100% - 300px);
}
/*temp*/

#carbonremoval-bottom-sidelogo {
    float: right;
    width: 250px;
    line-height: 0px;
    padding-top: 78px;
}

#carbonremoval-bottom-sidelogo img {
    width: 100%;
    height: auto;
}

#carbonremoval-bottom-sidelogo a img {
    opacity: 1.0;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

#carbonremoval-bottom-sidelogo a:hover img {
	opacity: 0.5;
}

#carbonremoval-bottom-arrow {
    padding-top: 26px;
}

#carbonremoval-logos2 {
    position: relative;
}

#carbonremoval-bottom-dip {
    
}

#carbonremoval-logos2-wrapper {
    padding-top: 72px;
    padding-bottom: 102px;
}

#carbonremoval-more-title h2 {
    background-color: #eeeeee;  
}

#carbonremoval-more-left {
    float: left;
    padding-top: 25px;
    padding-bottom: 20px;
}

#carbonremoval-more-right {
    float: right;
    padding-top: 28px;
}

#carbonremoval-more-logo {
    width: 200px;
    line-height: 0px;
    padding-top: 5px;
    padding-bottom: 20px;
}

#carbonremoval-more-logo img {
    width: 100%;
    height: auto;
}

#carbonremoval-more-logo a img {
    opacity: 1.0;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

#carbonremoval-more-logo a:hover img {
	opacity: 0.5;
}

#events-button {
    padding-bottom: 34px;
}

#events-button a {
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 0px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 48px;
    background-color: #a12384;
    border: none;
    border-radius: 25px;
    box-sizing: border-box;
    -webkit-box-shadow: 0px -1px 0px 0px rgba(0, 38, 54, 1.0);
    box-shadow: 0px -1px 0px 0px rgba(0, 38, 54, 1.0);
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
    overflow: hidden;
}

#events-button a i {
    font-size: 15px;
    margin-right: 8px;
}

#events-button a:hover {
    color: #ffffff;
    background-color: #024660;
    text-decoration: none;
}

#email-header {
    background-color: #22bee7;    
    background-image: url("../../img/headers/email.jpg");	
	background-repeat: no-repeat;
	background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#email-header {
		background-image: url("../../img/headers/email@2x.jpg");
	}
}

#email-header h1, #email-header i {
    color: #024660 !important;    
}

#email-top {
    background-color: #024660;    
    background-image: url("../../img/work/background.png");	
	background-repeat: no-repeat;
	background-position: left center;
    background-size: 1150px auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-resolution: 120dpi) { 
	#email-top {
		background-image: url("../../img/work/background@2x.png");
	}
}

#email-top-wrapper {
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 50px;
    letter-spacing: 1px;
    padding-left: 1px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 122px;
    padding-bottom: 129px;
}

#email-form {
    
}

#email-form-wrapper {
    max-width: 720px;
    margin: 0 auto;
    padding-top: 74px;
    padding-bottom: 90px;
}

#email-form-wrapper input, #email-form-wrapper select {
    background-color: #f5f8fa;    
}

#email-form-wrapper input.gform_button {
    background-color: #024660;    
}

#email-form-wrapper input.gform_button:hover {
    background-color: #a12384;    
}

#email-form-wrapper form#gform_4 p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 25px;
}

#email-form-wrapper li#field_4_7 {
    margin-top: 32px;    
}

#email-form-wrapper li#field_4_8 {
    font-size: 14px;
    line-height: 25px;
    margin-top: 13px;
}

#email-form-wrapper li#field_4_10 {
    margin-top: 25px;    
}

#email-form-wrapper .gform_footer {
    margin-top: 29px;
}

#email-form-wrapper #gform_confirmation_message_4 {
    text-align: center;    
}

#support-form form#gform_2 p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 25px;
}

#support-form li#field_2_5 {
    margin-top: 32px;    
}

#support-form li#field_2_6 {
    font-size: 14px;
    line-height: 25px;
    margin-top: 13px;
}

#support-form li#field_2_7 {
    margin-top: 25px;    
}

#support-form .gform_footer {
    margin-top: 29px;
}


/* -------------------- */
/* -------------------- */

@media all and (min-width: 1999px) {

    /* large screens */
    
    #home-header {
        min-height: 1400px;
    }
    
    #content-header-wrapper {
        height: 1200px;
    }
    
    #quotes-arrow-left {
        width: 400px;
    }

    #quotes-arrow-right {
        width: 400px;
    }

    .quotes-item-wrapper {
        padding: 0px 400px;
    }
    
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 1549px) {

    /* in-between size */

    .technology-plants-item {
        padding: 0px 100px 60px 100px;
    }
    
    #air-diagram-wrapper {
        padding: 108px 100px 120px 100px;
    }
    
    .dac-blocks-wrapper {
        padding: 100px 100px 112px 100px;
    }
  
    .dac-options-item {
        padding: 0px 100px 10px 100px;
    }
    
    #work-block1 {
        background-position: left 94px bottom 38px;
        background-size: 360px auto;
    }

    #work-block2 {
        background-position: left 58px bottom 32px;
        background-size: 393px auto;
    }

    #work-block3 {
        background-position: left 60px bottom 40px;
        background-size: 429px auto;
    }
    
}

    
/* -------------------- */
/* -------------------- */

@media all and (max-width: 1249px) {

    /* ipad horizontal layout */

    body {
        font-size: 15px;
        line-height: 25px;
    }
    
    #navigation {
        top: calc(-100vh - 800px);
    }

    #menu-logo {
        padding-top: 30px;
        padding-left: 62px;
        width: 218px;
    }

    #close-menu { 
        padding-top: 43px;
        padding-right: 62px;
    }

    #menu-list {
        padding: 45px 62px 30px 62px;
        max-width: 710px;
    }

    .menu-item {
        height: 59px;
    }

    .menu-item a.main-menu {
        font-size: 23px;
        line-height: 59px;
        margin-top: 0px;
    }

    .sub-menu {
        top: 12px;
        font-size: 16px;
        line-height: 32px;
    }

    #menu-social {
        padding-bottom: 40px;
    }

    #logo {
        top: 30px;
        left: 62px;
        width: 218px;
    }

    #open-menu {
        top: 43px;
        right: 62px;
    }

    #footer {
        padding: 0px 62px 52px 62px;
    }

    #footer-contact {
        padding-top: 48px;
    }

    #footer-navigation {
        padding-top: 49px;
    }

    .common-pad {
        padding-left: 62px;
        padding-right: 62px;
    }
    
    .content p, .content ul, .content ol {
        margin-bottom: 25px;
    }

    .content li {
        margin-bottom: 25px;
    }

    .content li li {
        margin-bottom: 0px;
    }

    .content li:last-of-type {
        margin-bottom: 0px;
    }

    .content ul li {
        position: relative;
        padding-left: 25px;
    }

    .content ol li {
        padding-left: 25px;
    }

    .content h2 {
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 1px;
    }

    .content h3 {
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 1px;
    }

    .content h3.narrow {
        line-height: 30px;
    }

    .content h3.large {
        font-size: 24px;
        line-height: 38px;
    }
    
    .content hr {
        height: 17px;
        margin-bottom: 38px;
    }

    .content blockquote {
        margin: 0px 0px 24px 0px;
        padding: 0 20px;
        font-style: italic;
        border-left: 5px solid #ebebeb;
    }

    .width-left {
        width: 280px;    
    }

    .width-right {
        width: calc(100% - 310px);
    }

    .split-left {
        width: calc(50% - 25px);
    }

    .split-right {
        width: calc(50% - 25px);
    }

    .text-small {
        font-size: 13px;
        line-height: 22px;
    }

    a.button-round {
        font-size: 18px;
        margin-left: 30px;
    }
    
    #home-header {
        min-height: 770px;
        background-size: 110% auto;
    }

    #home-header-wrapper {
        padding-bottom: 295px;
    }

    #home-header-left {
        padding-top: 233px;
    }

    #home-header-left h1 {
        font-size: 40px;
        line-height: 58px;
        letter-spacing: 1px;
    }

    #home-header-right {
        padding-top: 243px;
    }

    #home-media-content {
        height: 190px;
        padding: 0px 0px;
    }

    #home-media-content img.nationalgeographic {
        width: 150px;
        height: auto;
    }

    #home-media-content img.nytimes {
        width: 252px;
        height: auto;
    }

    #home-media-content img.economist {
        width: 124px;
        height: auto;
    }

    #home-media-content img.forbes {
        width: 98px;
        height: auto;
    }

    #home-block1-wrapper {
        padding-bottom: 50px;
    }

    #home-block1-left {
        padding-top: 58px;
        padding-bottom: 18px;
    }

    #home-block1-left h2 {
        margin-bottom: 6px;
    }

    #home-block1-right {
        padding-top: 53px;
    }
    
    #home-block1-button, #air-about-button {
        padding-top: 23px;    
    }

    .home-video-height {
        height: 280px;
    }

    #home-video-text-wrapper {
        font-size: 24px;
        line-height: 28px;
        padding: 0px 80px;
    }

    #home-video-text-sub {
        margin-top: 10px;
        padding-top: 12px;
        font-size: 20px;
        line-height: 24px;
    }
    
    #home-block2-wrapper {
        padding-bottom: 400px;
    }

    #home-block2-left {
        padding-top: 58px;
        padding-bottom: 18px;
    }

    #home-block2-left h2 {
        margin-bottom: 6px;
    }

    #home-block2-right {
        padding-top: 53px;
    }
    
    #home-block2-button {
        padding-top: 23px;    
    }
    
    #home-block3-wrapper {
        padding-bottom: 20px;
    }

    #home-block3-left {
        padding-top: 58px;
        padding-bottom: 18px;
    }

    #home-block3-left h2 {
        margin-bottom: 6px;
    }

    #home-block3-right {
        padding-top: 53px;
    }
    
    #home-block3-button {
        padding-top: 23px;    
    }

    #bottom-action {
        background-position: right center;
        background-size: auto 100%;
    }

    #bottom-action-wrapper {
        height: 230px;
    }

    #bottom-action-text h4 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 2px;
    }

    #bottom-action-button {
        width: 240px;
    }

    .content-caption {
        bottom: 28px;
        right: 30px;
        font-size: 22px;
        line-height: 22px;
    }

    #content-header-wrapper {
        height: 700px;
    }

    #header-title h1 {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 2px;
        margin-left: 2px;
    }

    #header-title i.fal {
        font-size: 35px;
        line-height: 35px;
        margin-top: 16px;
    }

    .section-title {   
        background-position: left top 11px;
    }

    .section-title h2 {
        padding-right: 12px;
    }

    .content-arrow {
        width: 30px;
        padding-bottom: 10px;
    }
    
    .content-dip {
        left: 50%;
        margin-left: -71.5px;
        width: 143px;
    }

    .content-bg1 {
        background-size: 1200px auto;
    }

    .content-bg2 {
        background-size: 1050px auto;
    }

    .diagram-text {
        font-size: 12px;
        line-height: 21px;
    }

    #technology-what-wrapper {
        padding-top: 80px;
    }

    #technology-what-left {
        padding-top: 22px;
        padding-bottom: 18px;
    }

    #technology-what-right {
        padding-top: 25px;
    }

    #technology-what-arrow {
        
    }

    #technology-diagram1-wrapper {
        padding-top: 90px;
        padding-bottom: 55px;
    }

    #technology-diagram1-text {
        padding-top: 40px;
    }

    #technology-works-wrapper {
        padding-top: 80px;
    }

    #technology-works-left {
        padding-top: 22px;
        padding-bottom: 18px;
    }

    #technology-works-right {
        padding-top: 25px;
    }

    #technology-works-arrow {
        
    }

    #technology-diagram2-wrapper {
        padding-top: 90px;
        padding-bottom: 55px;
    }

    #technology-diagram2-text {
        padding-top: 40px;
    }

    #technology-features-wrapper {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    #technology-features-title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
        padding-left: 1px;
    }

    #technology-features-list {
        padding-top: 60px;
    }

    .technology-features-item {
        width: calc(33.33% - 26.66px);
        margin-right: 40px;
    }

    .technology-features-item:nth-of-type(3n+3) {
        margin-right: 0px;
    }

    .technology-features-item:nth-of-type(3n+4) {
        clear: both;
    }

    .technology-features-item:nth-of-type(1n+4) {
        margin-top: 33px;
        border-top: 1px solid #d1d1d1;
        padding-top: 38px;
    }

    .technology-features-item-title {
        padding-bottom: 18px;
    }

    .technology-features-item-title h4 {
        font-size: 18px;
        line-height: 26px;
    }
    
    #technology-features-wrapper-slider {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    #technology-features-slider {
        padding-bottom: 50px;
    }

    .slick-features {
        padding: 0px 75px;
    }

    .slick-features .quotes-arrow {
        padding-top: 50px;
    }

    .technology-features-slider-item {
        padding: 0px 25px;
    }

    #technology-plants {

    }

    #technology-plants-wrapper {
        padding-top: 60px;   
    }

    #technology-plants-title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
        padding-left: 1px;
    }

    #technology-plants-intro {
        padding-top: 14px;
        padding-bottom: 40px;
    }

    #technology-plants-content {
        padding-bottom: 80px; 
    }

    #technology-plants-1 {
        width: 50%;
    }

    #technology-plants-2 {
        width: 50%;
    }

    .technology-plants-item {
        padding: 0px 62px 60px 62px;
    }

    .technology-plants-number {
        width: 120px;
        font-size: 90px;
        line-height: 70px;
        position: relative;
        top: -9px;
    }

    .technology-plants-type {
        width: calc(100% - 120px);
        padding-bottom: 6px;
    }

    .technology-plants-text {
        font-size: 14px;
        line-height: 24px;
        padding-top: 18px;
    }

    .technology-plants-button {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        text-align: center;
    }

    #general-content-wrapper {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    /* CONTACT STYLING */
    
    #contact-content-wrapper {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    body .gform_wrapper .gform_footer .button.gform_button,
    body .gform_wrapper .gform_page_footer .button.gform_button {
        width: 120px;
        height: 50px;
        padding-bottom: 2px;
        font-size: 18px;
        line-height: normal;
        border-radius: 25px;
    }
    
    /* CONTACT STYLING  */
    
    .thick-arrow {
        width: 62px;
        padding-top: 40px;
    }

    .divide-arrow {
        margin-left: -95px;
        width: 190px;
    }
    
    #story-one-wrapper {
        padding-top: 80px;
    }

    #story-one-left {
        padding-top: 22px;
        padding-bottom: 18px;
    }

    #story-one-right {
        padding-top: 25px;
    }

    #story-two-wrapper {
        padding-top: 80px;
    }

    #story-two-left {
        padding-top: 22px;
        padding-bottom: 18px;
    }

    #story-two-right {
        padding-top: 25px;
    }

    #story-three-wrapper {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    #story-three-left {
        padding-top: 22px;
        padding-bottom: 18px;
    }

    #story-three-right {
        padding-top: 25px;
    }

    #history-block1-wrapper {
        padding-bottom: 80px;
    }

    #history-block1-left {
        padding-top: 80px;
        padding-bottom: 18px;
    }

    #history-block1-right {
        padding-top: 84px;
    }

    #history-block2-wrapper {
        padding-bottom: 80px;
    }

    #history-block2-left {
        padding-top: 80px;
        padding-bottom: 18px;
    }

    #history-block2-right {
        padding-top: 84px;
    }

    #history-timeline-wrapper {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #history-timeline-title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
        padding-left: 1px;
        padding-bottom: 33px;
    }

    .history-timeline-item {
        padding-top: 16px;
    }

    .history-timeline-item-year {
        background-position: right top 14px;
        font-size: 34px;
        line-height: 34px;
        letter-spacing: 1px;
    }

    .history-timeline-item-year span {
        padding-right: 20px;
    }

    .history-timeline-item-title {
        width: 300px;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 1px;
        padding-top: 2px;
        padding-bottom: 20px;
    }

    .history-timeline-item-text {
        width: calc(100% - 350px);
        margin-top: 0px;
        padding-top: 2px;
    }

    #support-content-wrapper {
        padding-bottom: 80px;
    }

    #support-content-left {
        padding-top: 80px;
        padding-bottom: 18px;
    }

    #support-content-right {
        padding-top: 84px;
    }
    
    #videos-content-wrapper {
        padding-top: 80px;
        padding-bottom: 25px;
    }

    .videos-item {
        padding-bottom: 45px;
    }
    
    .videos-embed {
        padding-bottom: 25px;
    }

    .videos-details {
        width: calc(50% - 50px);
        padding-top: 20px;
    }

    .videos-details.videos-left {
        padding-right: 25px;
    }

    .videos-details.videos-right {
        padding-left: 25px;
    }

    .videos-details h3 {
        line-height: inherit;
    }

    .videos-text {
        padding-top: 20px;
    }
    
    #faq-content-wrapper {
        padding-bottom: 80px;  
    }
    
    #faq-jump {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .faq-jump-category {
        font-size: 18px;
        line-height: 22px;
        padding-top: 30px;
        padding-bottom: 17px;
    }

    .faq-jump-item {
        font-size: 14px;
        line-height: 18px;
        padding-left: 14px;
        padding-bottom: 18px;
    }

    #faq-categories {
        padding-top: 80px;
        padding-bottom: 14px;
    }
    
    #faq-categories a {
        height: 50px;
        padding: 0px 20px;
        font-size: 16px;
        line-height: 48px;
        border-radius: 25px;
        margin: 24px 10px 0px 10px;
    }

    .faq-category {
        padding-top: 80px;
        padding-bottom: 24px;
    }

    .faq-category h2 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
    }

    .faq-question {
        padding-top: 0px;
        padding-bottom: 18px;
    }

    .faq-question h3 {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 1px;
    }
    
    .faq-answer {
        padding-top: 2px;    
    }
    
    #about-content-wrapper {
        padding-top: 80px;
        padding-bottom: 80px;  
    }

    #about-content-wrapper h3 {
        margin-bottom: 30px;
    }

    #about-profiles-wrapper {
        padding-bottom: 60px;
    }

    .about-profiles-title {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .about-profiles-title h2 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
        margin-left: 1px;
    }

    .about-profiles-group {
        margin: 0px -20px;
        overflow: hidden;
    }

    .about-profiles-item {
        width: calc(25% - 40px);
        margin: 0px 20px 40px 20px;
    }

    .about-profiles-item-text {
        min-height: 70px;
        padding: 20px 20px 0px 20px;
    }

    .about-profiles-item-text h3, .team-profile-wrapper h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 2px;
    }

    .about-profiles-item-text h4, .team-profile-wrapper h4 {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 2px;
    }

    .about-profiles-item-link {
        font-size: 13px;
        line-height: 18px;
        padding: 0px 20px 20px 20px;
    }

    .about-profiles-item-link a i.fal {
        top: 1px;
        margin-right: 3px;
    }

    .team-profile-bio {
        padding-top: 20px;    
    }
    
    .about-partner-title {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .about-partner-title h2 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
        margin-left: 1px;
    }

    .about-partner-group {
        margin: 0px -12px;
    }

    .about-partner-flex {
        padding-bottom: 16px;
    }

    .about-partner-item {
        width: calc(25% - 24px);
        margin: 0px 12px 24px 12px;
    }

    .about-partner-logo {
        padding: 30px;
    }

    .about-partner-logo img.full {
        display: none;
    }

    .about-partner-logo img.medium {
        display: block;
    }

    .about-partner-logo img.small {
        display: none;
    }

    .about-partner-person {
        padding: 5px 30px 0px 30px;
    }

    .about-partner-photo {
        max-width: 110px;
    }

    .about-partner-name {
        padding-top: 12px;
    }

    .about-partner-name h3 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: normal;
    }
    
    #media-content-wrapper {
        padding-top: 70px;
        padding-bottom: 80px;
    }

    .media-item {
        width: calc(33.33% - 26.66px);
        margin-right: 40px;
    }

    .media-item:nth-of-type(3n+3) {
        margin-right: 0px;
    }

    .media-item:nth-of-type(3n+4) {
        clear: both;
    }

    .media-item:nth-of-type(1n+4) {
        margin-top: 40px;
        border-top: 1px solid #d1d1d1;
        padding-top: 20px;
    }

    .media-img {
        max-width: 225px;
        min-height: 90px;
    }

    .media-img img.full {
        display: none;    
    }

    .media-img img.tablet {
        display: block;    
    }

    .media-img img.mobile {
        display: none;    
    }

    .media-text {
        padding-top: 10px;    
    }
    
    .media-type {
        padding-bottom: 12px;
    }

    .patents-section-title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
        padding-left: 1px;
    }

    #patents-papers-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #patents-papers-title {
        padding-bottom: 40px;
    }

    .patents-papers-item {
        float: left;
        width: calc(50% - 20px);
        margin-right: 40px;
    }

    .patents-papers-item:nth-of-type(2n+2) {
        margin-right: 0px;
    }

    .patents-papers-item:nth-of-type(2n+3) {
        clear: both;
    }

    .patents-papers-item:nth-of-type(1n+3) {
        margin-top: 21px;
        border-top: 1px solid #d1d1d1;
        padding-top: 18px;
    }

    .patents-papers-item-title {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 1px;
    }
    
    .patents-papers-item-text a i.fas {
        margin-right: 3px;    
    }

    #patents-documents-wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #patents-documents-title {
        padding-bottom: 40px;
    }

    .patents-documents-item {
        padding-top: 25px;
    }

    .patents-documents-item:first-of-type {
        padding-top: 0px;
    }

    .patents-documents-item-title {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 1px;
    }

    .patents-papers-item-text a i.fas {
        margin-right: 3px;    
    }

    #patents-content-wrapper {
        padding-top: 60px;
        padding-bottom: 70px;
    }

    #patents-content-title {
        padding-bottom: 40px;
    }

    .patents-content-type {
        padding-bottom: 20px;
    }

    .patents-content-table th.border, .patents-content-table td.border {
        border-right: 4px solid #ffffff !important;
    }

    .patents-content-table th {
        padding: 0px 20px 12px 20px;
    }

    .patents-content-table td {
        padding: 14px 20px 12px 20px;
    }

    .patents-content-table .table-number {
        width: 230px;
    }

    .patents-content-table .table-title {
        width: 400px;
    }

    .patents-content-table .table-related {
        width: calc(100% - 630px);
    }

    .patents-divider {
        margin-top: 51px;
        border-top: 1px solid #d1d1d1;
        padding-top: 51px;
    }
    
    #careers-block1-wrapper {
        padding-bottom: 90px;
    }

    #careers-block1-left {
        padding-top: 78px;
        padding-bottom: 18px;
    }

    #careers-block1-left h3, #careers-block2-left h3 {
        font-size: 24px;
        line-height: 36px;
    }

    #careers-block1-right {
        padding-top: 80px;
    }

    #careers-button {
        padding-top: 23px;
    }

    #careers-block2-wrapper {
        padding-bottom: 80px;
    }

    #careers-block2-left {
        padding-top: 78px;
        padding-bottom: 18px;
    }

    #careers-block2-right {
        padding-top: 80px;
    }
    
    #careers-perks-wrapper {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    #careers-perks-title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
        padding-left: 1px;
    }

    #careers-perks-list {
        padding-top: 60px;
    }

    .careers-perks-item {
        width: calc(33.33% - 26.66px);
        margin-right: 40px;
    }

    .careers-perks-item:nth-of-type(3n+3) {
        margin-right: 0px;
    }

    .careers-perks-item:nth-of-type(3n+4) {
        clear: both;
    }

    .careers-perks-item:nth-of-type(1n+4) {
        margin-top: 33px;
        border-top: 1px solid #d1d1d1;
        padding-top: 38px;
    }

    .careers-perks-item-title {
        padding-bottom: 18px;
    }

    .careers-perks-item-title h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .careers-photos-item {
        width: 33.33%;
    }

    #opportunities-wrapper {
        padding-top: 60px;
        padding-bottom: 80px;  
    }
    
    #opportunities-title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
    }
    
    #opportunities-diversity {
        font-size: 16px;
        line-height: 21px;
        padding-top: 24px;
        padding-bottom: 60px;
    }

    #opportunities-list {
        padding-top: 60px;
    }
    
    .opportunities-item-title {
        padding-top: 0px;
        padding-bottom: 18px;
    }

    .opportunities-item-title h3 {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 1px;
    }

    .opportunities-item-text {
        padding-top: 2px;
    }

    .opportunities-item-link {
        font-size: 14px;
        line-height: 24px;
        padding-top: 1px;
    }

    #quotes-arrow-left {
        width: 100px;
    }

    #quotes-arrow-right {
        width: 100px;
    }

    .quotes-arrow {
        font-size: 30px;
        line-height: 30px;
    }

    .quotes-item-wrapper {
        padding: 0px 100px;
    }

    .quotes-icon {
        width: 70px;
        font-size: 120px;
        line-height: 120px;
        padding-top: 40px;
    }

    .quotes-text {
        width: calc(100% - 70px);
        line-height: 22px;  
        padding-top: 48px;
        padding-bottom: 50px;
    }

    .quotes-name {
        padding-top: 22px; 
    }
    
    #news-content-wrapper {
        padding-bottom: 80px;
    }

    #news-content-left {
        width: calc(100% - 340px);
        padding-top: 80px;
    }

    #news-content-right {
        width: 300px;
        /*padding-top: 68px;*/
        padding-top: 80px;
    }

    .news-item {
        border-top: 1px solid #24c5d9;
        padding-top: 80px;
    }

    .news-item:first-of-type {
        border: none !important;
        padding-top: 0px !important;
    }

    .news-img {
        padding-bottom: 20px;
    }

    .news-date {
        padding-bottom: 2px;
    }

    .news-title h2 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 1px;
    }

    .news-excerpt {
        line-height: 26px;
        padding-top: 2px;
    }

    #news-pagination {
        padding-top: 49px;    
    }

    .wp-pagenavi {
        font-size: 15px;
        line-height: 40px;
    }

    .wp-pagenavi a:link,
    .wp-pagenavi a:visited,
    .wp-pagenavi a:active,
    .wp-pagenavi a:hover,
    .wp-pagenavi a:focus,
    .wp-pagenavi span.current {
        display: inline-block;
        min-width: 24px;
        margin: 0px 8px 0px 0px;
        padding: 0px 8px;
    }
    
    #news-item-content-wrapper {
        padding-top: 80px;
        padding-bottom: 70px;
    }

    .news-item-img {
        padding-top: 34px;
    }

    .news-item-text {
        padding-top: 34px;
    }
    
    #back-to-top {
        bottom: 15px;
        right: 15px;
    }

    #back-to-top a {
        width: 24px;
        height: 24px;
        border-radius: 4px;
        font-size: 16px;
        line-height: 24px;
    }
    
    #air-intro-wrapper {
        font-size: 18px;
        line-height: 28px;
        padding-top: 80px;
    }

    #air-intro-wrapper p {
        margin-bottom: 28px;
    }

    #air-intro-wrapper p:last-of-type {
        margin-bottom: 20px;
    }

    #air-about-wrapper {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    #air-about-left {
        padding-top: 22px;
        padding-bottom: 18px;
    }

    #air-about-right {
        padding-top: 25px;
    }
    
    #air-diagram-wrapper {
        padding: 80px 62px 80px 62px;
    }

    #air-works {
        width: calc(100% - 380px);
        padding-right: 40px;
    }

    #air-works-title {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 18px;
    }

    #air-works-intro {
        font-size: 14px;
        line-height: 24px;
    }

    #air-works-list {
        font-size: 14px;
        line-height: 24px;
    }

    .air-works-list-item {
        position: relative;
        font-size: 14px;
        line-height: 24px;
        padding-top: 20px;
        padding-left: 30px;
    }

    .air-works-list-item::before {
        top: 22px;
    }

    #air-diagram-img {
        width: 380px;
    }

    #air-features-wrapper {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    #air-features-title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
        padding-left: 1px;
    }

    .air-features-slider-item {
        padding: 0px 25px;
    }

    .air-features-slider-item-title {
        padding-bottom: 18px;
    }

    .air-features-slider-item-title h4 {
        font-size: 18px;
        line-height: 26px;
    }
    
    #dac-intro-wrapper {
        font-size: 18px;
        line-height: 28px;
        padding-top: 80px;
    }

    #dac-intro-wrapper p {
        margin-bottom: 28px;
    }

    #dac-intro-wrapper p:last-of-type {
        margin-bottom: 20px;
    }

    #dac-about-wrapper {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    #dac-about-left {
        padding-top: 22px;
        padding-bottom: 18px;
    }

    #dac-about-right {
        padding-top: 25px;
    }

    .dac-blocks-wrapper {
        padding: 73px 62px 80px 62px;
    }

    #dac-blocks p {
        margin-bottom: 24px;
    }

    #dac-works-title {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 18px;
    }

    #dac-works-intro {
        font-size: 14px;
        line-height: 24px;
    }

    #dac-works-list {
        font-size: 14px;
        line-height: 24px;
    }

    .dac-works-list-item {
        position: relative;
        font-size: 14px;
        line-height: 24px;
        padding-top: 20px;
        padding-left: 30px;
    }

    .dac-works-list-item::before {
        top: 22px;
    }
    
    #dac-features-wrapper {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    #dac-features-title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
        padding-left: 1px;
    }

    #dac-features-list {
        padding-top: 60px;
    }

    .dac-features-list-item {
        width: calc(33.33% - 26.66px);
        margin-right: 40px;
    }

    .dac-features-list-item:nth-of-type(3n+3) {
        margin-right: 0px;
    }

    .dac-features-list-item:nth-of-type(3n+4) {
        clear: both;
    }

    .dac-features-list-item:nth-of-type(1n+4) {
        margin-top: 33px;
        border-top: 1px solid #d1d1d1;
        padding-top: 38px;
    }

    .dac-features-list-title {
        font-size: 15px;
    }

    #dac-options-wrapper {
        padding-top: 60px;   
    }

    #dac-options-title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
        padding-left: 1px;
        padding-bottom: 40px;
    }

    #dac-options-content {
        padding-bottom: 30px; 
    }

    .dac-options-item {
        padding: 0px 62px 10px 62px;
    }

    .dac-options-number {
        width: 120px;
        font-size: 90px;
        line-height: 70px;
        position: relative;
        top: -9px;
    }

    .dac-options-type {
        width: calc(100% - 120px);
        padding-bottom: 6px;
    }

    .dac-options-intro {
        font-size: 18px;
        line-height: 28px;
    }

    .dac-options-text {
        font-size: 14px;
        line-height: 24px;
        padding-top: 18px;
    }

    .dac-options-diagram {
        padding-top: 20px;
    }

    .dac-options-diagram-text {
        font-size: 12px;
        line-height: 20px;
        padding-top: 30px;    
    }
    
    #work-top, #contact-top {
        background-size: 800px auto;
    }
    
    #work-top-wrapper, #contact-top-wrapper {
        padding-bottom: 80px;
    }

    #work-top-left, #contact-top-left {
        font-size: 18px;
        line-height: 30px;  
        padding-top: 78px;
    }

    #work-top-right, #contact-top-right {   
        padding-top: 80px;  
    }

    #work-block1 {
        background-position: left 40px bottom 30px;
        background-size: 300px auto;
    }

    #work-block2 {
        background-position: left 50px bottom 30px;
        background-size: 328px auto;
    }

    #work-block3 {
        background-position: left 45px bottom 26px;
        background-size: 358px auto;
    }

    .work-block-wrapper {
        padding-bottom: 90px;
    }

    .work-block-number {
        font-size: 90px;
        line-height: 70px;
        padding-top: 60px;
    }

    .work-block-left {
        padding-top: 34px;
    }

    .work-block-right {
        padding-top: 31px;
    }

    .work-block-button {
        padding-top: 80px;
    }
    
    #customers-intro-wrapper {
        font-size: 18px;
        line-height: 28px;
        padding-top: 80px;
    }

    #customers-intro-credit {
        font-size: 15px;
        line-height: 25px;
    }

    #customers-intro-arrow { 
        padding-top: 60px;
    }

    #customers-blue {
        background-position: calc(50% - 420px) calc(100% + 75px);
        background-size: 600px auto;
    }

    #customers-blue-wrapper {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    #customers-blue-content {
        padding-left: 42%;
    }

    #customers-list-wrapper {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .customers-item {
        width: calc(50% - 40px);
        margin-right: 80px;
    }

    .customers-item:nth-of-type(2n+2) {
        margin-right: 0px;
    }

    .customers-item:nth-of-type(2n+3) {
        clear: both;
    }

    .customers-item:nth-of-type(1n+3) {
        margin-top: 20px;
    }

    .customers-img {
        min-height: 120px;
    }

    .customers-img img.full {
        display: none;    
    }

    .customers-img img.tablet {
        display: block;    
    }

    .customers-img img.mobile {
        display: none;    
    }

    .customers-text {
        padding-top: 20px;
    }

    #carbonremoval-top {
        background-size: 800px auto;
    }

    #carbonremoval-top-wrapper {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #carbonremoval-top-left {
        float: none;
        width: 100%;
        font-size: 17px;
        line-height: 28px;
    }

    #carbonremoval-top-right {
        float: none;
        width: 100%;
        padding-top: 40px;
    }

    #carbonremoval-top-right-icon {
        width: 70px;
        font-size: 120px;
        line-height: 120px;
        margin-top: -6px;
    }

    #carbonremoval-top-right-text {
        width: calc(100% - 70px);
        font-size: 17px;
        line-height: 28px;
    }

    #carbonremoval-top-right-name {
        font-size: 14px;
        line-height: 21px;
        padding-top: 18px;
    }

    #carbonremoval-top-right-name span {
        padding-left: 20px;
    }
    
    #carbonremoval-top-right-name span br {
        display: none;
    }

    #carbonremoval-plan-wrapper {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    #carbonremoval-plan-title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
        padding-left: 1px;
    }

    #carbonremoval-plan-text {
        font-size: 16px;
        line-height: 28px;
        padding-top: 48px;    
    }

    #carbonremoval-plan-button {
        padding-top: 14px;
    }

    #carbonremoval-how {
        min-height: 700px;
        background-position: calc(60% + 420px) bottom;
        background-size: 688px auto;
    }

    #carbonremoval-how-wrapper {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    #carbonremoval-how-title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
        padding-left: 1px;
    }

    #carbonremoval-how-text {
        font-size: 16px;
        line-height: 28px;
        padding-top: 48px;    
    }

    #carbonremoval-how-list {
        width: 60%;
        padding-top: 22px;
    }

    #carbonremoval-how-list ol li {
        padding-left: 100px;
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 26px;
    }

    #carbonremoval-how-list ol li::before {
        top: -7px;
        font-size: 60px;
        line-height: 60px;
    }

    #carbonremoval-benefits-wrapper {
        padding-top: 60px;
        padding-bottom: 48px;
    }

    #carbonremoval-benefits-title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
        padding-left: 1px;
    }

    #carbonremoval-benefits-slider {
        padding-bottom: 80px;
    }

    #carbonremoval-founding-wrapper {
        padding-top: 50px;
    }

    #carbonremoval-founding-title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
        padding-left: 1px;
    }

    #carbonremoval-founding-quote {
        padding-top: 48px;
        padding-bottom: 56px;
    }

    #carbonremoval-founding-quote-icon {
        width: 70px;
        font-size: 120px;
        line-height: 120px;
        margin-top: -5px;
    }

    #carbonremoval-founding-quote-text {
        width: calc(100% - 70px);
        font-size: 20px;
        line-height: 32px;
    }

    #carbonremoval-founding-quote-name {
        font-size: 16px;
        line-height: 30px;
    }

    #carbonremoval-founding-text {
        padding-top: 50px;
        font-size: 16px;
        line-height: 28px;
    }

    #carbonremoval-founding-arrow {
        padding-top: 26px;
    }

    #carbonremoval-customers-wrapper {
        padding-top: 62px;
        padding-bottom: 60px;
    }
    
    #carbonremoval-logos1 {
        margin-top: 30px;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .carbonremoval-logos-item {
        width: 20%;
        padding: 50px 20px 0px 20px;
    }

    .carbonremoval-logos-item img.full {
        display: none;
    }

    .carbonremoval-logos-item img.medium {
        display: inline-block;
    }

    #carbonremoval-bottom-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #carbonremoval-bottom-title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
        padding-left: 1px;
    }

    #carbonremoval-bottom-text {
        font-size: 16px;
        line-height: 28px;
        padding-top: 48px; 
    }
    
    #carbonremoval-bottom-text {
        float: left;
        width: calc(100% - 240px);
    }

    #carbonremoval-bottom-sidelogo {
        width: 200px;
        padding-top: 55px;
    }

    #carbonremoval-bottom-arrow {
        padding-top: 26px;
    }

    #carbonremoval-logos2-wrapper {
        padding-top: 60px;
        padding-bottom: 80px;
    }

    #carbonremoval-more-left {
        padding-top: 22px;
        padding-bottom: 18px;
    }

    #carbonremoval-more-right {
        padding-top: 25px;
    }
    
    #events-button {
        padding-bottom: 24px;
    }

    #events-button a {
        height: 50px;
        font-size: 15px;
        line-height: 48px;
        border-radius: 25px;
    }

    #events-button a i {
        font-size: 13px;
        margin-right: 8px;
    }
    
    #email-top-wrapper {
        font-size: 24px;
        line-height: 40px;
        letter-spacing: 1px;
        padding-left: 1px;
        padding-top: 100px;
        padding-bottom: 105px;
    }

    #email-form-wrapper {
        padding-top: 74px;
        padding-bottom: 90px;
    }
    
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 1023px) {
	
	/* ipad vertical layout */
    
    #navigation {
        top: calc(-100vh - 900px);
    }

    #menu-logo {
        padding-top: 50px;
        padding-left: 60px;
        width: 218px;
    }

    #close-menu { 
        padding-top: 63px;
        padding-right: 60px;
    }

    #menu-list {
        padding: 45px 60px 30px 60px;
        max-width: 570px;
    }

    #menu-social {
        padding-bottom: 40px;
    }

    #logo {
        top: 50px;
        left: 60px;
        width: 218px;
    }

    #open-menu {
        top: 63px;
        right: 60px;
    }
    
    #footer {
        padding: 0px 60px 62px 60px;
    }
    
    #footer-contact {
        font-size: 12px;
        line-height: 27px;
        padding-top: 51px;
    }
    
    #footer-contact br.address {
        display: inline-block;    
    }

    #footer-logo {
        padding-top: 43px;
    }

    #footer-navigation {
        font-size: 15px;
        line-height: 32px;
        padding-top: 49px;
    }

    #footer-social {
        width: 220px;
        margin-top: 16px;
        padding-top: 18px;
    }

    .common-pad {
        padding-left: 60px;
        padding-right: 60px;
    }
    
    .content p, .content ul, .content ol {
        margin-bottom: 25px;
    }

    .content li {
        margin-bottom: 25px;
    }

    .content li li {
        margin-bottom: 0px;
    }

    .content li:last-of-type {
        margin-bottom: 0px;
    }

    .content ul li {
        position: relative;
        padding-left: 25px;
    }

    .content ol li {
        padding-left: 25px;
    }
    
    .content h2 {
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 1px;
    }

    .content h3 {
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 1px;
    }

    .content h3.narrow {
        line-height: 30px;
    }

    .content h3.large {
        font-size: 24px;
        line-height: 38px;
    }
    
    .content hr {
        height: 17px;
        margin-bottom: 38px;
    }
    
    .content blockquote {
        margin: 0px 0px 24px 0px;
        padding: 0 20px;
        font-style: italic;
        border-left: 5px solid #ebebeb;
    }

    .width-left {
        width: 100%;
    }

    .width-right {
        width: 100%;
    }

    .split-left {
        width: calc(50% - 20px);
    }

    .split-right {
        width: calc(50% - 20px);
    }

    .text-small {
        font-size: 13px;
        line-height: 22px;
    }

    a.button-round {
        font-size: 18px;	
        margin-left: 30px;
    }

    #home-header {
        min-height: 895px;
        background-size: 135% auto;
    }

    #home-header-wrapper {
        padding-bottom: 260px;
    }

    #home-header-left {
        float: none;
        padding-top: 215px;
    }

    #home-header-left h1 {
        font-size: 40px;
        line-height: 58px;
        letter-spacing: 1px;
    }

    #home-header-right {
        float: none;
        padding-top: 15px;
    }

    #home-media-content {
        height: 130px;
    }

    #home-media-content img.nationalgeographic {
        width: 108px;
        height: auto;
    }

    #home-media-content img.nytimes {
        width: 180px;
        height: auto;
    }

    #home-media-content img.economist {
        width: 88px;
        height: auto;
    }

    #home-media-content img.forbes {
        width: 72px;
        height: auto;
    }

    #home-block1-wrapper {
        padding-bottom: 60px;
    }

    #home-block1-left {
        float: none;
        padding-top: 56px;
        padding-bottom: 0px;
    }

    #home-block1-left h2 {
        margin-bottom: 6px;
    }

    #home-block1-right {
        float: none;
        padding-top: 18px;
    }
    
    #home-block1-button, #air-about-button {
        padding-top: 12px;    
    }

    .home-video-height {
        height: 200px;
    }
    
    #home-video-img {
        width: calc(50% + 40px);
    }

    #home-video-overlay {
        background-size: auto 260px;
    }

    #home-video-text-wrapper {
        font-size: 20px;
        line-height: 24px;
        padding: 0px 50px;
    }

    #home-video-text-sub {
        width: 145px;
        margin-top: 7px;
        padding-top: 7px;
        font-size: 15px;
        line-height: 18px;
    }

    a#home-video-link {
        font-size: 35px;
        line-height: 35px;
    }
    
    #home-block2 {
        background-size: 120% auto;
    }
    
    #home-block2-wrapper {
        padding-bottom: 360px;
    }

    #home-block2-left {
        float: none;
        padding-top: 56px;
        padding-bottom: 0px;
    }

    #home-block2-left h2 {
        margin-bottom: 6px;
    }

    #home-block2-left h2 br {
        display: none;
    }

    #home-block2-right {
        float: none;
        padding-top: 18px;
    }
    
    #home-block2-button {
        padding-top: 12px;    
    }

    #home-block3-wrapper {
        padding-bottom: 20px;
    }

    #home-block3-left {
        float: none;
        padding-top: 56px;
        padding-bottom: 0px;
    }

    #home-block3-left h2 {
        margin-bottom: 6px;
    }

    #home-block3-right {
        float: none;
        padding-top: 18px;
    }
    
    #home-block3-button {
        padding-top: 12px;    
    }

    #bottom-action-wrapper {
        height: 190px;
    }

    #bottom-action-text {
        width: calc(100% - 200px);
    }

    #bottom-action-text h4 {
        font-size: 25px;
        line-height: 40px;
        letter-spacing: 1px;
    }

    #bottom-action-button {
        width: 200px;
    }

    .content-caption {
        bottom: 24px;
        right: 24px;
        font-size: 18px;
        line-height: 18px;
    }

    #content-header-wrapper {
        height: 600px;
    }

    #header-title h1 {
        font-size: 40px;
        line-height: 40px;
        letter-spacing: 1px;
        margin-left: 1px;
    }

    #header-title i.fal {
        font-size: 30px;
        line-height: 30px;
        margin-top: 14px;
    }
    
    #technology-what-left {
        float: none;
        padding-bottom: 0px;
    }

    #technology-what-right {
        float: none;
        padding-top: 18px;
    }

    #technology-what-arrow {
        
    }

    #technology-works-left {
        float: none;
        padding-top: 22px;
        padding-bottom: 0px;
    }

    #technology-works-right {
        float: none;
        padding-top: 18px;
    }
    
    #technology-works-arrow {
        
    }

    .technology-features-item {
        width: calc(50% - 20px);
        margin-right: 40px;
    }

    .technology-features-item:nth-of-type(3n+3) {
        margin-right: 40px;
    }

    .technology-features-item:nth-of-type(2n+2) {
        margin-right: 0px;
    }

    .technology-features-item:nth-of-type(3n+4) {
        clear: none;
    }

    .technology-features-item:nth-of-type(2n+3) {
        clear: both;
    }

    .technology-features-item:nth-of-type(1n+4) {
        margin-top: 33px;
        border-top: 1px solid #d1d1d1;
        padding-top: 38px;
    }

    .technology-features-item:nth-of-type(1n+3) {
        margin-top: 33px;
        border-top: 1px solid #d1d1d1;
        padding-top: 38px;
    }
    
    .slick-features {
        padding: 0px 80px;
    }

    .slick-features .quotes-arrow {
        padding-top: 50px;
    }

    .technology-features-slider-item {
        padding: 0px 20px;
    }

    #technology-plants-wrapper {
        padding-top: 60px;   
    }

    #technology-plants-content {
        display: block;
        padding-bottom: 0px; 
    }

    #technology-plants-1 {
        width: 100%;
        border-right: none;
    }

    #technology-plants-2 {
        width: 100%;
    }

    .technology-plants-item {
        padding: 0px 60px 60px 60px;
    }

    .technology-plants-number {
        width: 120px;
        font-size: 90px;
        line-height: 70px;
        position: relative;
        top: -9px;
    }

    .technology-plants-type {
        width: calc(100% - 120px);
        padding-bottom: 6px;
    }

    .technology-plants-text {
        font-size: 14px;
        line-height: 24px;
        padding-top: 18px;
    }

    .technology-plants-button {
        position: static;
        bottom: auto;
        left: auto;
        width: 100%;
        text-align: center;
    }

    /* CONTACT STYLING */
    
    #contact-content-wrapper {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    body .gform_wrapper .gform_footer .button.gform_button,
    body .gform_wrapper .gform_page_footer .button.gform_button {
        width: 120px;
        height: 50px;
        padding-bottom: 2px;
        font-size: 18px;
        line-height: normal;
        border-radius: 25px;
    }
    
    /* CONTACT STYLING  */
    
    .thick-arrow {
        width: 62px;
        padding-top: 40px;
    }

    .divide-arrow {
        margin-left: -95px;
        width: 190px;
    }
    
    #story-one-wrapper {
        padding-top: 80px;
    }

    #story-one-left {
        float: none;
        padding-bottom: 0px;
    }
    
    #story-one-right {
        float: none;
        padding-top: 18px;
    }

    #story-two-wrapper {
        padding-top: 80px;
    }

    #story-two-left {
        float: none;
        padding-bottom: 0px;
    }

    #story-two-right {
        float: none;
        padding-top: 18px;
    }

    #story-three-wrapper {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    #story-three-left {
        float: none;
        padding-bottom: 0px;
    }

    #story-three-right {
        float: none;
        padding-top: 18px;
    }
    
    #history-block1-wrapper {
        padding-bottom: 80px;
    }

    #history-block1-left {
        float: none;
        padding-top: 80px;
        padding-bottom: 0px;
    }

    #history-block1-right {
        float: none;
        padding-top: 30px;
    }

    #history-block2-wrapper {
        padding-bottom: 80px;
    }

    #history-block2-left {
        float: none;
        padding-top: 80px;
        padding-bottom: 0px;
    }

    #history-block2-right {
        float: none;
        padding-top: 30px;
    }

    #history-timeline-wrapper {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #history-timeline-title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
        padding-left: 1px;
        padding-bottom: 33px;
    }

    .history-timeline-item {
        padding-top: 16px;
    }

    .history-timeline-item-year {
        background-position: right top 14px;
        font-size: 34px;
        line-height: 34px;
        letter-spacing: 1px;
    }

    .history-timeline-item-year span {
        padding-right: 20px;
    }

    .history-timeline-item-title {
        width: 260px;
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 1px;
        padding-top: 2px;
        padding-bottom: 20px;
    }

    .history-timeline-item-text {
        width: calc(100% - 300px);
        margin-top: 0px;
        padding-top: 2px;
    }
    
    #support-content-wrapper {
        padding-bottom: 80px;
    }

    #support-content-left {
        float: none;
        padding-top: 80px;
        padding-bottom: 0px;
    }

    #support-content-right {
        float: none;
        padding-top: 30px;
    }
    
    #videos-content-wrapper {
        padding-top: 80px;
        padding-bottom: 25px;
    }

    .videos-item {
        padding-bottom: 45px;
    }
    
    .videos-left {
        float: none;
    }

    .videos-right {
        float: none;   
    }

    .videos-embed {
        width: 100%;
        padding-bottom: 0px;
    }

    .videos-details {
        width: 100%;
        border-top: none;
        padding-top: 20px;
    }

    .videos-details.videos-left {
        padding-right: 0px;
    }

    .videos-details.videos-right {
        padding-left: 0px;
    }

    .videos-details h3 {
        line-height: inherit;
    }

    .videos-text {
        padding-top: 20px;
    }
    
    #faq-content-wrapper {
        padding-bottom: 80px;  
    }

    #faq-categories {
        padding-top: 80px;
        padding-bottom: 14px;  
    }
    
    #faq-categories a {
        height: 40px;
        padding: 0px 18px;
        font-size: 14px;
        line-height: 38px;
        border-radius: 20px;
        margin: 20px 10px 0px 10px;
    }

    .faq-category {
        padding-top: 80px;
        padding-bottom: 24px;
    }

    .faq-category h2 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
    }

    .faq-question {
        float: none;
        padding-bottom: 0px;
    }

    .faq-question h3 {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 1px;
    }
    
    .faq-answer {
        float: none;
        padding-top: 30px;  
    }
    
    .about-profiles-item {
        width: calc(33.33% - 40px);
        margin: 0px 20px 40px 20px;
    }
    
    .about-profiles-item-text {
        min-height: 80px;
    }
    
    .about-partner-item {
        width: calc(33.33% - 24px);
        margin: 0px 12px 24px 12px;
    }

    .about-partner-logo {
        padding: 30px;
    }

    .about-partner-logo img.full {
        display: none;
    }

    .about-partner-logo img.medium {
        display: block;
    }

    .about-partner-logo img.small {
        display: none;
    }

    .about-partner-person {
        padding: 5px 30px 0px 30px;
    }

    .about-partner-photo {
        max-width: 110px;
    }

    .about-partner-name {
        padding-top: 12px;
    }

    .about-partner-name h3 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: normal;
    }
    
    .media-item {
        width: calc(50% - 20px);
        margin-right: 40px;
    }

    .media-item:nth-of-type(3n+3) {
        margin-right: 40px;
    }

    .media-item:nth-of-type(2n+2) {
        margin-right: 0px;
    }

    .media-item:nth-of-type(3n+4) {
        clear: none;
    }

    .media-item:nth-of-type(2n+3) {
        clear: both;
    }

    .media-item:nth-of-type(1n+4) {
        margin-top: 40px;
        border-top: 1px solid #d1d1d1;
        padding-top: 20px;
    }

    .media-item:nth-of-type(1n+3) {
        margin-top: 40px;
        border-top: 1px solid #d1d1d1;
        padding-top: 20px;
    }
    
    .patents-content-table th.border, .patents-content-table td.border {
        border-right: 2px solid #ffffff !important;
    }

    .patents-content-table th {
        padding: 0px 14px 12px 14px;
    }
    
    .patents-content-table th span {
        display: none;    
    }

    .patents-content-table td {
        padding: 14px 14px 12px 14px;
    }

    .patents-content-table .table-number {
        width: 160px;
    }

    .patents-content-table .table-title {
        width: calc(100% - 380px);
    }

    .patents-content-table .table-related {
        width: 220px;
    }
    
    #careers-block1-wrapper {
        padding-bottom: 90px;
    }

    #careers-block1-left {
        float: none;
        padding-top: 78px;
        padding-bottom: 0px;
    }

    #careers-block1-right {
        float: none;
        padding-top: 30px;
    }

    #careers-button {
        padding-top: 15px;
    }

    #careers-block2-wrapper {
        padding-bottom: 80px;
    }

    #careers-block2-left {
        float: none;
        padding-top: 78px;
        padding-bottom: 0px;
    }

    #careers-block2-right {
        float: none;
        padding-top: 30px;
    }
    
    .careers-perks-item {
        width: calc(50% - 20px);
        margin-right: 40px;
    }

    .careers-perks-item:nth-of-type(3n+3) {
        margin-right: 40px;
    }

    .careers-perks-item:nth-of-type(2n+2) {
        margin-right: 0px;
    }

    .careers-perks-item:nth-of-type(3n+4) {
        clear: none;
    }

    .careers-perks-item:nth-of-type(2n+3) {
        clear: both;
    }

    .careers-perks-item:nth-of-type(1n+4) {
        margin-top: 33px;
        border-top: 1px solid #d1d1d1;
        padding-top: 38px;
    }

    .careers-perks-item:nth-of-type(1n+3) {
        margin-top: 33px;
        border-top: 1px solid #d1d1d1;
        padding-top: 38px;
    }
    
    #opportunities-wrapper {
        padding-top: 60px;
        padding-bottom: 80px;  
    }
    
    #opportunities-title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
    }

    #opportunities-list {
        padding-top: 60px;
    }
    
    .opportunities-item-title {
        float: none;
        padding-bottom: 0px;
    }

    .opportunities-item-title h3 {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 1px;
    }

    .opportunities-item-text {
        float: none;
        padding-top: 30px;  
    }

    .opportunities-item-link {
        font-size: 14px;
        line-height: 24px;
        padding-top: 1px;
    }

    #news-content-left {
        float: none;
        width: 100%;
        padding-top: 80px;
    }

    #news-content-right {
        display: none;
    }
    
    #back-to-top {
        bottom: 15px;
        right: 15px;
    }

    #back-to-top a {
        width: 24px;
        height: 24px;
        border-radius: 4px;
        font-size: 16px;
        line-height: 24px;
    }
    
    #air-about-wrapper {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    #air-about-left {
        float: none;
        padding-top: 22px;
        padding-bottom: 0px;
    }

    #air-about-right {
        float: none;
        padding-top: 18px;
    }
    
    #air-diagram-wrapper {
        display: block;
        padding: 80px 60px 80px 60px;
    }

    #air-works {
        width: 100%;
        padding-right: 0px;
    }
    
    #air-diagram-img {
        width: 100%;
        max-width: 680px;
        margin: 0 auto;
        padding-top: 60px;
    }

    .air-features-slider-item {
        padding: 0px 20px;
    }
    
    #dac-about-wrapper {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    #dac-about-left {
        float: none;
        padding-top: 22px;
        padding-bottom: 0px;
    }

    #dac-about-right {
        float: none;
        padding-top: 18px;
    }

    .dac-blocks-wrapper {
        padding: 73px 60px 80px 60px;
    }

    #dac-blocks p {
        margin-bottom: 24px;
    }

    #dac-options-wrapper {
        padding-top: 60px;   
    }

    #dac-options-content {
        display: block;
        padding-bottom: 0px; 
    }
    
    #dac-options-1 {
        width: 100%;
        border-right: none;
    }

    #dac-options-2 {
        width: 100%;
    }

    .dac-options-item {
        padding: 0px 60px 60px 60px;
    }

    .dac-options-number {
        width: 120px;
        font-size: 90px;
        line-height: 70px;
        position: relative;
        top: -9px;
    }

    .dac-options-type {
        width: calc(100% - 120px);
        padding-bottom: 6px;
    }

    .dac-options-diagram {
        padding-top: 14px;
    }

    .dac-options-diagram-text {
        font-size: 12px;
        line-height: 20px;
        padding-top: 24px;    
    }
    
    #work-top, #contact-top {
        background-size: 600px auto;
    }
    
    #work-top-left, #contact-top-left {
        float: none;    
    }
    
    #work-top-left br {
        display: none;    
    }

    #work-top-right, #contact-top-right {
        float: none;
        padding-top: 18px;
    }

    #work-block1 {
        background-image: none;
    }

    #work-block2 {
        background-image: none;
    }

    #work-block3 {
        background-image: none;
    }

    .work-block-wrapper {
        padding-bottom: 60px;
    }

    .work-block-left {
        float: none;
    }

    .work-block-right {
        float: none;
        padding-top: 18px; 
    }

    .work-block-button {
        text-align: left;
        padding-top: 36px;
    }
    
    #customers-blue {
        background-position: 60px calc(100% + 80px);
        background-size: 500px auto;
    }

    #customers-blue-wrapper {
        padding-top: 80px;
        padding-bottom: 260px;
    }

    #customers-blue-content {
        padding-left: 0px;
    }

    #customers-list-wrapper {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .customers-item {
        width: calc(50% - 25px);
        margin-right: 50px;
    }

    .customers-item:nth-of-type(2n+2) {
        margin-right: 0px;
    }

    .customers-item:nth-of-type(2n+3) {
        clear: both;
    }

    .customers-item:nth-of-type(1n+3) {
        margin-top: 20px;
    }

    .customers-text {
        padding-top: 20px;
    }

    #carbonremoval-top {
        background-size: 600px auto;
    }

    #carbonremoval-top-wrapper {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #carbonremoval-top-left {
        font-size: 17px;
        line-height: 28px;
    }

    #carbonremoval-top-right {
        padding-top: 40px;
    }

    #carbonremoval-top-right-icon {
        width: 70px;
        font-size: 120px;
        line-height: 120px;
        margin-top: -6px;
    }

    #carbonremoval-top-right-text {
        width: calc(100% - 70px);
        font-size: 17px;
        line-height: 28px;
    }

    #carbonremoval-top-right-name {
        font-size: 14px;
        line-height: 21px;
        padding-top: 18px;
    }

    #carbonremoval-top-right-name span {
        padding-left: 20px;
    }
    
    #carbonremoval-top-right-name span br {
        display: none;
    }

    #carbonremoval-plan-wrapper {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    #carbonremoval-plan-title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
        padding-left: 1px;
    }

    #carbonremoval-plan-text {
        font-size: 16px;
        line-height: 28px;
        padding-top: 48px;    
    }

    #carbonremoval-plan-button {
        padding-top: 14px;
    }

    #carbonremoval-how {
        min-height: 700px;
        background-position: calc(60% + 420px) bottom;
        background-size: 688px auto;
    }

    #carbonremoval-how-wrapper {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    #carbonremoval-how-title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
        padding-left: 1px;
    }

    #carbonremoval-how-text {
        font-size: 16px;
        line-height: 28px;
        padding-top: 48px;    
    }

    #carbonremoval-how-list {
        width: 60%;
        padding-top: 22px;
    }

    #carbonremoval-how-list ol li {
        padding-left: 100px;
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 26px;
    }

    #carbonremoval-how-list ol li::before {
        top: -7px;
        font-size: 60px;
        line-height: 60px;
    }

    #carbonremoval-benefits-wrapper {
        padding-top: 60px;
        padding-bottom: 48px;
    }

    #carbonremoval-benefits-title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
        padding-left: 1px;
    }

    #carbonremoval-benefits-slider {
        padding-bottom: 80px;
    }

    #carbonremoval-founding-wrapper {
        padding-top: 50px;
    }

    #carbonremoval-founding-title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
        padding-left: 1px;
    }

    #carbonremoval-founding-quote {
        padding-top: 48px;
        padding-bottom: 56px;
    }

    #carbonremoval-founding-quote-icon {
        width: 70px;
        font-size: 120px;
        line-height: 120px;
        margin-top: -5px;
    }

    #carbonremoval-founding-quote-text {
        width: calc(100% - 70px);
        font-size: 20px;
        line-height: 32px;
    }

    #carbonremoval-founding-quote-name {
        font-size: 16px;
        line-height: 30px;
    }

    #carbonremoval-founding-text {
        padding-top: 50px;
        font-size: 16px;
        line-height: 28px;
    }

    #carbonremoval-founding-arrow {
        padding-top: 26px;
    }

    #carbonremoval-customers-wrapper {
        padding-top: 62px;
        padding-bottom: 60px;
    }
    
    #cookies-wrapper {
        padding-top: 56px;
        padding-bottom: 55px;
    }

    #cookies-text {
        width: calc(100% - 250px);
        font-size: 14px;
        line-height: 30px;
    }

    #cookies-buttons {
        width: 250px;
    }

    #cookies-buttons a {
        min-width: 155px;
        height: 40px;
        padding: 0px 20px;
        font-size: 16px;
        line-height: 38px;
        border-radius: 20px;
        margin-left: 0px;
        margin-top: 20px;
    }

    #cookies-buttons a:first-of-type {
        margin-top: 0px !important;    
    }
    
    #cookies-buttons br {
        display: inline-block;    
    }
    
    #carbonremoval-logos1 {
        margin-top: 30px;
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .carbonremoval-logos-item {
        width: 25%;
        padding: 50px 15px 0px 15px;
    }

    .carbonremoval-logos-item img.full {
        display: none;
    }

    .carbonremoval-logos-item img.medium {
        display: inline-block;
    }

    #carbonremoval-bottom-wrapper {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    #carbonremoval-bottom-title {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 1px;
        padding-left: 1px;
    }

    #carbonremoval-bottom-text {
        font-size: 16px;
        line-height: 28px;
        padding-top: 48px; 
    }
    
    #carbonremoval-bottom-text {
        float: none;
        width: auto;
    }

    #carbonremoval-bottom-sidelogo {
        float: none;
        width: 200px;
        margin: 0 auto;
        padding-top: 10px;
    }

    #carbonremoval-bottom-arrow {
        padding-top: 26px;
    }

    #carbonremoval-logos2-wrapper {
        padding-top: 50px;
        padding-bottom: 70px;
    }

    #carbonremoval-more-left {
        float: none;
        padding-top: 22px;
        padding-bottom: 0px;
    }

    #carbonremoval-more-right {
        float: none;
        padding-top: 18px;
    }
    
    #carbonremoval-more-logo {
        padding-top: 0px;
    }
    
    #email-top-wrapper {
        font-size: 24px;
        line-height: 40px;
        letter-spacing: 1px;
        padding-left: 1px;
        padding-top: 80px;
        padding-bottom: 84px;
    }

    #email-form-wrapper {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 767px) {
	
	/* mobile layout */

    body {
        font-size: 14px;
        line-height: 21px;
    }
    
    #navigation {
        top: calc(-100vh - 600px);
    }

    #menu-logo {
        display: none;
    }

    #close-menu {
        float: none;  
        padding-top: 20px;
        padding-right: 0px;
        text-align: center;
    }

    #close-menu a {
        font-size: 35px;
        line-height: 35px;
    }

    #menu-list {
        padding: 0px 30px 31px 30px;
    }

    .menu-item {
        height: auto;
    }

    .menu-item a.main-menu {
        font-size: 18px;
        line-height: 25px;
        margin-top: 7px;
        margin-bottom: 7px;
    }

    .sub-menu {
        position: relative;
        top: 0px;
        left: 0px;
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        padding-top: 1px;
        padding-bottom: 11px;
    }

    #menu-social {
        padding-bottom: 40px;
    }
    
    #menu-social a {
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
        margin: 0px 7px;
    }

    #logo {
        top: 36px;
        left: 30px;
        width: 154px;
    }

    #open-menu {
        top: 53px;
        right: 30px;
    }

    #open-menu a {
        font-size: 35px;
        line-height: 35px;
    }

    #footer {
        padding: 24px 30px 28px 30px;
    }

    #footer-contact {
        float: none;
        font-size: 12px;
        line-height: 22px;
        padding-top: 0px;
    }

    #footer-logo {
        padding-top: 27px;
    }

    #footer-navigation {
        display: none;
    }

    .common-pad {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .content p, .content ul, .content ol {
        margin-bottom: 21px;
    }

    .content li {
        margin-bottom: 21px;
    }

    .content li li {
        margin-bottom: 0px;
    }

    .content li:last-of-type {
        margin-bottom: 0px;
    }

    .content ul li {
        position: relative;
        padding-left: 15px;
    }

    .content ol li {
        padding-left: 15px;
    }

    .content h2 {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: normal;
    }

    .content h3 {
        font-size: 17px;
        line-height: 24px;
        letter-spacing: normal;
    }

    .content h3.narrow {
        line-height: 22px;
    }

    .content h3.large {
        font-size: 18px;
        line-height: 26px;
    }
    
    .content hr {
        height: 4px;
        margin-bottom: 24px;
    }
    
    .content blockquote {
        margin: 0px 0px 20px 0px;
        padding: 0 20px;
        font-style: italic;
        border-left: 5px solid #ebebeb;
    }

    .width-left {
        width: 100%;
    }

    .width-right {
        width: 100%;
    }

    .split-left {
        width: 100%;
    }

    .split-right {
        width: 100%;
    }

    .text-small {
        font-size: 13px;
        line-height: 21px;
    }

    a.button-round {
        height: 40px;
        padding: 0px 22px;
        font-size: 14px;
        line-height: 38px;
        border-radius: 20px;	
        margin-left: 14px;
    }

    #home-header {
        min-height: 0px;
        background-size: 150% auto;
    }

    #home-header-wrapper {
        padding-bottom: 250px;
    }

    #home-header-left {
        float: none;
        width: auto;
        padding: 148px 30px 0px 30px;
        text-align: center;
    }

    #home-header-left h1 {
        font-size: 28px;
        line-height: 38px;
        letter-spacing: 1px;
        margin-left: 1px;
    }

    #home-header-right {
        display: none;
    }
    
    #home-header-mobile {
        display: block;
    }
    
    #home-header-mobile-wrapper {
        padding-top: 24px;  
        padding-bottom: 3px;
    }

    #home-media-content {
        height: auto;
        padding: 21px 0px 15px 0px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    
    #home-media-content a {
        margin: 15px 10px;    
    }

    #home-media-content img.nationalgeographic {
        width: 85px;
        height: auto;
    }

    #home-media-content img.nytimes {
        width: 144px;
        height: auto;
    }

    #home-media-content img.economist {
        width: 72px;
        height: auto;
    }

    #home-media-content img.forbes {
        width: 58px;
        height: auto;
    }

    #home-block1-wrapper {
        padding-bottom: 34px;
    }

    #home-block1-left {
        padding-top: 26px;
    }

    #home-block1-left h2 {
        margin-bottom: 2px;
    }

    #home-block1-right {
        padding-top: 17px;
    }
    
    #home-block1-button, #air-about-button {
        padding-top: 2px;    
    }

    .home-video-height {
        height: 200px;
    }
    
    #home-video-img {
        width: 100%;
    }

    #home-video-overlay {
        display: none;
    }

    #home-video-text {
        display: none;
    }

    a#home-video-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        flex-direction: column;
        align-content: center;
        font-size: 35px;
        line-height: 35px;
        background-color: rgba(0, 62, 86, 0.4);
    }
    
    a#home-video-link span.home-video-link-title {
        display: block;
        color: #ffffff;
        font-family: 'Raleway', sans-serif;
        font-size: 18px;
        font-weight: 300;
        line-height: 22px;
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
        margin-top: 16px;
        margin-bottom: 1px;
        padding: 0px 30px;
    }
    
    a#home-video-link span.home-video-link-sub {
        display: block;
        color: #ffffff;
        font-family: 'Raleway', sans-serif;
        font-size: 15px;
        font-weight: 300;
        line-height: 22px; 
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
        margin-bottom: 4px;
        padding: 0px 30px;  
    }
    
    #home-block2 {
        background-size: 120% auto;
    }
    
    #home-block2-wrapper {
        padding-bottom: 280px;
    }

    #home-block2-left {
        padding-top: 26px;
    }

    #home-block2-left h2 {
        margin-bottom: 2px;
    }

    #home-block1-right {
        padding-top: 17px;
    }
    
    #home-block2-button {
        padding-top: 2px;    
    }

    #home-block3-wrapper {
        padding-bottom: 20px;
    }

    #home-block3-left {
        padding-top: 26px;
    }

    #home-block3-left h2 {
        margin-bottom: 2px;
    }

    #home-block3-right {
        padding-top: 17px;
    }
    
    #home-block3-button {
        padding-top: 2px;    
    }

    #bottom-action {
        background-position: right center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    #bottom-action-wrapper {
        display: block;
        height: auto;
        padding-top: 23px;
        padding-bottom: 30px;
    }

    #bottom-action-text {
        width: 100%;
    }

    #bottom-action-text h4 {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 1px;
        margin-left: 1px;
        text-align: center;
    }

    #bottom-action-button {
        width: 100%;
        padding-top: 19px;
        text-align: center;
    }

    #bottom-action-button a {
        height: 36px;
        padding: 0px 22px;
        font-size: 14px;
        line-height: 36px;
        border-radius: 20px;
    }
    
    .content-caption {
        bottom: 20px;
        right: 20px;
        font-size: 14px;
        line-height: 14px;
    }

    #content-header-wrapper {
        height: 400px;
    }

    #header-title h1 {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 1px;
        margin-left: 1px;
    }

    #header-title i.fal {
        font-size: 24px;
        line-height: 24px;
        margin-top: 10px;
    }
    
    .section-title {   
        background-position: left top 10px;
    }

    .section-title h2 {
        padding-right: 10px;
    }

    .content-arrow {
        width: 20px;
        padding-bottom: 8px;
    }
    
    .content-dip {
        left: 50%;
        margin-left: -55px;
        width: 110px;
    }

    .content-bg1 {
        background-size: 900px auto;
    }

    .content-bg2 {
        background-size: 800px auto;
    }

    .diagram-text {
        font-size: 12px;
        line-height: 21px;
    }

    #technology-what-wrapper {
        padding-top: 26px;
    }

    #technology-what-left {
        padding-top: 10px;
    }

    #technology-what-right {
        padding-top: 17px;
    }

    #technology-what-arrow {
        
    }

    #technology-diagram1-wrapper {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    #technology-diagram1-text {
        padding-top: 30px;
    }

    #technology-works-wrapper {
        padding-top: 26px;
    }

    #technology-works-left {
        padding-top: 10px;
    }

    #technology-works-right {
        padding-top: 17px;
    }

    #technology-works-arrow {
        
    }

    #technology-diagram2-wrapper {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    #technology-diagram2-text {
        padding-top: 30px;
    }

    #technology-features-wrapper {
        padding-top: 36px;
        padding-bottom: 40px;
    }

    #technology-features-title {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: normal;
        padding-left: 0px;
    }

    #technology-features-list {
        padding-top: 30px;
    }

    .technology-features-item {
        width: calc(50% - 20px);
        margin-right: 40px;
    }

    .technology-features-item:nth-of-type(3n+3) {
        margin-right: 40px;
    }

    .technology-features-item:nth-of-type(2n+2) {
        margin-right: 0px;
    }

    .technology-features-item:nth-of-type(3n+4) {
        clear: none;
    }

    .technology-features-item:nth-of-type(2n+3) {
        clear: both;
    }

    .technology-features-item:nth-of-type(1n+4) {
        margin-top: 24px;
        border-top: 1px solid #d1d1d1;
        padding-top: 25px;
    }

    .technology-features-item:nth-of-type(1n+3) {
        margin-top: 24px;
        border-top: 1px solid #d1d1d1;
        padding-top: 25px;
    }

    .technology-features-item-title {
        padding-bottom: 12px;
    }

    .technology-features-item-title h4 {
        font-size: 16px;
        line-height: 20px;
    }
    
    #technology-features-wrapper-slider {
        padding-top: 36px;
        padding-bottom: 30px;
    }

    #technology-features-slider {
        padding-bottom: 40px;
    }

    .slick-features {
        padding: 0px 30px;
    }

    .slick-features .quotes-arrow {
        padding-top: 50px;
    }

    .technology-features-slider-item {
        padding: 0px 0px;
    }

    #technology-plants-wrapper {
        padding-top: 30px;   
    }

    #technology-plants-title {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: normal;
        padding-left: 0px;
    }

    #technology-plants-intro {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    #technology-plants-content {
        display: block;
        padding-bottom: 10px; 
    }

    #technology-plants-1 {
        width: 100%;
    }

    #technology-plants-2 {
        width: 100%;
    }

    .technology-plants-item {
        padding: 0px 30px 40px 30px;
    }

    .technology-plants-number {
        width: 80px;
        font-size: 60px;
        line-height: 50px;
        position: relative;
        top: -6px;
    }

    .technology-plants-type {
        width: calc(100% - 80px);
        padding-bottom: 6px;
    }

    .technology-plants-text {
        font-size: 14px;
        line-height: 21px;
        padding-top: 8px;
    }

    .technology-plants-button {
        position: static;
        bottom: auto;
        left: auto;
        width: 100%;
        text-align: center;
    }

    #general-content-wrapper {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    /* CONTACT STYLING */
    
    #contact-content-wrapper {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    
    body .gform_wrapper .gform_footer .button.gform_button,
    body .gform_wrapper .gform_page_footer .button.gform_button {
        width: 100px;
        height: 40px;
        padding-bottom: 2px;
        font-size: 14px;
        line-height: normal;
        border-radius: 20px;
    }
    
    /* CONTACT STYLING  */

    .thick-arrow {
        width: 31px;
        padding-top: 0px;
    }

    .divide-arrow {
        margin-left: -47.5px;
        width: 95px;
    }
    
    #story-one-wrapper {
        padding-top: 26px;
    }

    #story-one-left {
        padding-top: 10px;
    }
    
    #story-one-right {
        padding-top: 17px;
    }

    #story-two-wrapper {
        padding-top: 40px;
    }

    #story-two-left {
        padding-top: 10px;
    }

    #story-two-right {
        padding-top: 17px;
    }

    #story-three-wrapper {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    #story-three-left {
        padding-top: 10px;
    }

    #story-three-right {
        padding-top: 17px;
    }
    
    #history-block1-wrapper {
        padding-bottom: 30px;
    }

    #history-block1-left {
        padding-top: 30px;
    }

    #history-block1-right {
        padding-top: 20px;
    }

    #history-block2-wrapper {
        padding-bottom: 30px;
    }

    #history-block2-left {
        padding-top: 30px;
    }

    #history-block2-right {
        padding-top: 20px;
    }

    #history-timeline-wrapper {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    #history-timeline-title {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: normal;
        padding-left: 0px;
        padding-bottom: 20px;
    }

    .history-timeline-item {
        padding-top: 16px;
    }

    .history-timeline-item-year {
        background-position: right top 12px;
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 1px;
    }

    .history-timeline-item-year span {
        padding-right: 14px;
    }

    .history-timeline-item-title {
        float: none;
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 1px;
        padding-top: 2px;
        padding-bottom: 20px;
    }

    .history-timeline-item-text {
        float: none;
        width: 100%;
        padding-top: 0px;
    }
    
    #support-content-wrapper {
        padding-bottom: 30px;
    }

    #support-content-left {
        padding-top: 30px;
    }

    #support-content-right {
        padding-top: 20px;
    }
    
    #videos-content-wrapper {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .videos-item {
        padding-bottom: 30px;
    }

    .videos-details {
        padding-top: 12px;
    }

    .videos-details.videos-left {
        padding-right: 0px;
    }

    .videos-details.videos-right {
        padding-left: 0px;
    }

    .videos-details h3 {
        line-height: inherit;
    }
    
    .videos-date {
        font-size: 12px;
        line-height: 14px;
        padding-top: 2px;    
    }

    .videos-text {
        padding-top: 16px;
    }
    
    #faq-content-wrapper {
        padding-bottom: 30px;  
    }
    
    #faq-jump {
        padding-top: 10px;
        padding-bottom: 30px;
    }

    .faq-jump-category {
        font-size: 16px;
        line-height: 20px;
        padding-top: 20px;
        padding-bottom: 12px;
    }

    .faq-jump-item {
        font-size: 14px;
        line-height: 18px;
        padding-left: 14px;
        padding-bottom: 14px;
    }

    #faq-categories {
        padding-top: 30px;
        padding-bottom: 10px; 
    }
    
    #faq-categories a {
        height: 40px;
        padding: 0px 18px;
        font-size: 14px;
        line-height: 38px;
        border-radius: 20px;
        margin: 16px 8px 0px 8px;
    }

    .faq-category {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    
    .faq-category:first-of-type {
        padding-top: 40px;
    }

    .faq-category h2 {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: normal;
    }
    
    .faq-question h3 {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 1px;
    }
    
    .faq-answer {
        padding-top: 20px;  
    }
    
    #about-content-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;  
    }

    #about-content-wrapper h3 {
        margin-bottom: 20px;
    }

    #about-profiles-wrapper {
        padding-bottom: 10px;
    }

    .about-profiles-title {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .about-profiles-title h2 {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: normal;
        margin-left: 0px;
    }

    .about-profiles-group {
        margin: 0px -15px;
        overflow: hidden;
    }

    .about-profiles-item {
        width: calc(50% - 30px);
        margin: 0px 15px 30px 15px;
    }

    .about-profiles-item-text {
        min-height: 70px;
        padding: 20px 20px 0px 20px;
    }

    .about-profiles-item-text h3, .team-profile-wrapper h3 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 2px;
    }

    .about-profiles-item-text h4, .team-profile-wrapper h4 {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 2px;
    }

    .about-profiles-item-link {
        font-size: 13px;
        line-height: 18px;
        padding: 0px 20px 20px 20px;
    }

    .about-profiles-item-link a i.fal {
        top: 1px;
        margin-right: 3px;
    }

    .team-profile-bio {
        padding-top: 20px;    
    }
    
    .about-partner-title {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .about-partner-title h2 {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: normal;
        margin-left: 0px;
    }

    .about-partner-group {
        margin: 0px -10px;
    }

    .about-partner-flex {
        padding-bottom: 10px;
    }

    .about-partner-item {
        width: calc(50% - 20px);
        margin: 0px 10px 20px 10px;
    }

    .about-partner-logo {
        padding: 20px;
    }

    .about-partner-logo img.full {
        display: none;
    }

    .about-partner-logo img.medium {
        display: none;
    }

    .about-partner-logo img.small {
        display: block;
    }

    .about-partner-person {
        padding: 5px 20px 0px 20px;
    }

    .about-partner-photo {
        max-width: 92px;
    }

    .about-partner-name {
        padding-top: 12px;
    }

    .about-partner-name h3 {
        font-size: 13px;
        line-height: 18px;
        letter-spacing: normal;
    }
    
    #media-content-wrapper {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .media-item {
        width: calc(50% - 15px);
        margin-right: 30px;
    }

    .media-item:nth-of-type(3n+3) {
        margin-right: 30px;
    }

    .media-item:nth-of-type(2n+2) {
        margin-right: 0px;
    }

    .media-item:nth-of-type(3n+4) {
        clear: none;
    }

    .media-item:nth-of-type(2n+3) {
        clear: both;
    }

    .media-item:nth-of-type(1n+4) {
        margin-top: 30px;
        border-top: 1px solid #d1d1d1;
        padding-top: 15px
    }

    .media-item:nth-of-type(1n+3) {
        margin-top: 30px;
        border-top: 1px solid #d1d1d1;
        padding-top: 15px;
    }

    .media-img {
        max-width: 180px;
        min-height: 72px;
    }

    .media-img img.full {
        display: none;    
    }

    .media-img img.tablet {
        display: none;    
    }

    .media-img img.mobile {
        display: block;    
    }

    .media-text {
        padding-top: 4px;    
    }
    
    .media-type {
        padding-bottom: 6px;
    }
    
    .patents-section-title {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: normal;
        padding-left: 0px;
    }

    #patents-papers-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #patents-papers-title {
        padding-bottom: 30px;
    }

    .patents-papers-item {
        float: none;
        width: 100%;
        margin-right: 0px;
    }

    .patents-papers-item:nth-of-type(2n+2) {
        margin-right: 0px;
    }

    .patents-papers-item:nth-of-type(2n+3) {
        clear: none;
    }

    .patents-papers-item:nth-of-type(1n+3) {
        margin-top: 21px;
        border-top: 1px solid #d1d1d1;
        padding-top: 18px;
    }

    .patents-papers-item:nth-of-type(1n+2) {
        margin-top: 21px;
        border-top: 1px solid #d1d1d1;
        padding-top: 18px;
    }

    .patents-papers-item-title {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 1px;
    }
    
    .patents-papers-item-text a i.fas {
        margin-right: 2px;    
    }

    #patents-documents-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #patents-documents-title {
        padding-bottom: 30px;
    }

    .patents-documents-item {
        padding-top: 21px;
    }

    .patents-documents-item:first-of-type {
        padding-top: 0px;
    }

    .patents-documents-item-title {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 1px;
    }

    .patents-papers-item-text a i.fas {
        margin-right: 2px;    
    }

    #patents-content-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #patents-content-title {
        padding-bottom: 30px;
    }

    .patents-content-type {
        padding-bottom: 20px;
    }
    
    .patents-content-table {
        display: none;    
    }

    .patents-divider {
        margin-top: 30px;
        border-top: 1px solid #d1d1d1;
        padding-top: 30px;
    }
    
    .patents-mobile-list {
        display: block;    
    }
    
    .patents-mobile-item {
        padding-top: 21px;
    }

    .patents-mobile-item:first-of-type {
        padding-top: 0px;
    }
    
    #careers-block1-wrapper {
        padding-bottom: 34px;
    }

    #careers-block1-left {
        padding-top: 30px;
    }
    
    #careers-block1-left h3, #careers-block2-left h3 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: normal;
    }

    #careers-block1-right {
        padding-top: 20px;
    }

    #careers-button {
        padding-top: 2px;
    }

    #careers-block2-wrapper {
        padding-bottom: 30px;
    }

    #careers-block2-left {
        padding-top: 30px;
    }

    #careers-block2-right {
        padding-top: 20px;
    }
    
    #careers-perks-wrapper {
        padding-top: 36px;
        padding-bottom: 40px;
    }

    #careers-perks-title {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: normal;
        padding-left: 0px;
    }

    #careers-perks-list {
        padding-top: 30px;
    }

    .careers-perks-item {
        width: calc(50% - 20px);
        margin-right: 40px;
    }

    .careers-perks-item:nth-of-type(3n+3) {
        margin-right: 40px;
    }

    .careers-perks-item:nth-of-type(2n+2) {
        margin-right: 0px;
    }

    .careers-perks-item:nth-of-type(3n+4) {
        clear: none;
    }

    .careers-perks-item:nth-of-type(2n+3) {
        clear: both;
    }

    .careers-perks-item:nth-of-type(1n+4) {
        margin-top: 24px;
        border-top: 1px solid #d1d1d1;
        padding-top: 25px;
    }

    .careers-perks-item:nth-of-type(1n+3) {
        margin-top: 24px;
        border-top: 1px solid #d1d1d1;
        padding-top: 25px;
    }

    .careers-perks-item-title {
        padding-bottom: 12px;
    }

    .careers-perks-item-title h4 {
        font-size: 16px;
        line-height: 20px;
    }
    
    .careers-photos-item {
        width: 50%;
    }

    #careers-photos3 {
        display: none;
    }
    
    #opportunities-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;  
    }
    
    #opportunities-title {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: normal;
    }
    
    #opportunities-diversity {
        font-size: 16px;
        line-height: 21px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #opportunities-list {
        padding-top: 20px;
    }
    
    .opportunities-item-title {
        float: none;
        padding-bottom: 0px;
    }

    .opportunities-item-title h3 {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 1px;
    }

    .opportunities-item-text {
        padding-top: 20px;  
    }

    .opportunities-item-link {
        font-size: 13px;
        line-height: 20px;
        padding-top: 1px;
    }
    
    #quotes-arrow-left {
        width: 30px;
    }

    #quotes-arrow-right {
        width: 30px;
    }

    .quotes-arrow {
        font-size: 18px;
        line-height: 18px;
    }

    .quotes-item-wrapper {
        padding: 0px 30px;
    }

    .quotes-icon {
        width: 20px;
        font-size: 40px;
        line-height: 40px;
        padding-top: 30px;
    }

    .quotes-text {
        width: calc(100% - 20px);
        line-height: 20px;  
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .quotes-name {
        padding-top: 14px; 
    }
    
    #news-content-wrapper {
        padding-bottom: 40px;
    }

    #news-content-left {
        padding-top: 30px;
    }

    .news-item {
        border-top: 1px solid #24c5d9;
        padding-top: 40px;
    }

    .news-item:first-of-type {
        border: none !important;
        padding-top: 0px !important;
    }

    .news-img {
        padding-bottom: 16px;
    }

    .news-date {
        padding-bottom: 2px;
    }

    .news-title h2 {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: normal;
    }

    .news-excerpt {
        line-height: inherit;
        padding-top: 6px;
    }

    #news-pagination {
        padding-top: 30px;    
    }

    .wp-pagenavi {
        font-size: 12px;
        line-height: 24px;
    }

    .wp-pagenavi a:link,
    .wp-pagenavi a:visited,
    .wp-pagenavi a:active,
    .wp-pagenavi a:hover,
    .wp-pagenavi a:focus,
    .wp-pagenavi span.current {
        display: inline-block;
        min-width: 14px;
        margin: 0px 5px 0px 0px;
        padding: 0px 5px;
    }
    
    #news-item-content-wrapper {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .news-item-img {
        padding-top: 20px;
    }

    .news-item-text {
        padding-top: 20px;
    }
    
    #back-to-top {
        bottom: 10px;
        right: 10px;
    }

    #back-to-top a {
        width: 20px;
        height: 20px;
        border-radius: 2px;
        font-size: 12px;
        line-height: 20px;
    }
    
    #air-intro-wrapper {
        font-size: 16px;
        line-height: 21px;
        padding-top: 40px;
    }

    #air-intro-wrapper p {
        margin-bottom: 21px;
    }

    #air-intro-wrapper p:last-of-type {
        margin-bottom: 24px;
    }

    #air-about-wrapper {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    #air-about-left {
        padding-top: 10px;
    }

    #air-about-right {
        padding-top: 17px;
    }
    
    #air-diagram-wrapper {
        padding: 40px 30px 50px 30px;
    }

    #air-works-title {
        font-size: 16px;
        line-height: 21px;
        padding-bottom: 18px;
    }

    #air-works-intro {
        font-size: 14px;
        line-height: 21px;
    }

    #air-works-list {
        font-size: 14px;
        line-height: 21px;
    }

    .air-works-list-item {
        position: relative;
        font-size: 14px;
        line-height: 21px;
        padding-top: 20px;
        padding-left: 20px;
    }

    .air-works-list-item::before {
        top: 21px;
    }

    #air-diagram-img {
        padding-top: 30px;
    }

    #air-features-wrapper {
        padding-top: 36px;
        padding-bottom: 30px;
    }

    #air-features-title {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: normal;
        padding-left: 0px;
    }

    .air-features-slider-item {
        padding: 0px 0px;
    }

    .air-features-slider-item-title {
        padding-bottom: 12px;
    }

    .air-features-slider-item-title h4 {
        font-size: 16px;
        line-height: 20px;
    }
    
    #dac-intro-wrapper {
        font-size: 16px;
        line-height: 21px;
        padding-top: 40px;
    }

    #dac-intro-wrapper p {
        margin-bottom: 21px;
    }

    #dac-intro-wrapper p:last-of-type {
        margin-bottom: 24px;
    }

    #dac-about-wrapper {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    #dac-about-left {
        padding-top: 10px;
    }

    #dac-about-right {
        padding-top: 17px;
    }

    .dac-blocks-wrapper {
        padding: 40px 30px 50px 30px;
    }

    #dac-blocks p {
        margin-bottom: 21px;
    }
    
    #dac-blocks {
        display: block;
    }
    
    #dac-works {
        width: 100%;   
    }

    #dac-works-title {
        font-size: 16px;
        line-height: 21px;
        padding-bottom: 18px;
    }

    #dac-works-intro {
        font-size: 14px;
        line-height: 21px;
    }

    #dac-works-list {
        font-size: 14px;
        line-height: 21px;
    }

    .dac-works-list-item {
        position: relative;
        font-size: 14px;
        line-height: 21px;
        padding-top: 20px;
        padding-left: 20px;
    }

    .dac-works-list-item::before {
        top: 21px;
    }
    
    #dac-features {
        width: 100%;   
    }
    
    #dac-features-wrapper {
        padding-top: 36px;
        padding-bottom: 40px;
    }

    #dac-features-title {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: normal;
        padding-left: 0px;
    }

    #dac-features-list {
        padding-top: 30px;
    }

    .dac-features-list-item {
        width: calc(50% - 20px);
        margin-right: 40px;
    }

    .dac-features-list-item:nth-of-type(3n+3) {
        margin-right: 40px;
    }

    .dac-features-list-item:nth-of-type(2n+2) {
        margin-right: 0px;
    }

    .dac-features-list-item:nth-of-type(3n+4) {
        clear: none;
    }

    .dac-features-list-item:nth-of-type(2n+3) {
        clear: both;
    }

    .dac-features-list-item:nth-of-type(1n+4) {
        margin-top: 24px;
        border-top: 1px solid #d1d1d1;
        padding-top: 25px;
    }

    .dac-features-list-item:nth-of-type(1n+3) {
        margin-top: 24px;
        border-top: 1px solid #d1d1d1;
        padding-top: 25px;
    }

    .dac-features-list-title {
        font-size: 14px;
    }

    #dac-options-wrapper {
        padding-top: 30px;   
    }

    #dac-options-title {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: normal;
        padding-left: 0px;
        padding-bottom: 20px;
    }

    #dac-options-content {
        padding-bottom: 10px; 
    }

    .dac-options-item {
        padding: 0px 30px 40px 30px;
    }

    .dac-options-number {
        width: 80px;
        font-size: 60px;
        line-height: 50px;
        position: relative;
        top: -6px;
    }

    .dac-options-type {
        width: calc(100% - 80px);
        padding-bottom: 6px;
    }

    .dac-options-intro {
        font-size: 16px;
        line-height: 21px;
    }

    .dac-options-text {
        font-size: 14px;
        line-height: 21px;
        padding-top: 8px;
    }

    .dac-options-diagram {
        padding-top: 0px;
    }

    .dac-options-diagram-text {
        padding-top: 20px;    
    }
    
    #work-top, #contact-top {
        background-size: 500px auto;
    }
    
    #work-top-wrapper, #contact-top-wrapper {
        padding-bottom: 50px;
    }

    #work-top-left, #contact-top-left {
        font-size: 16px;
        line-height: 21px;  
        padding-top: 40px;
    }

    #work-top-right, #contact-top-right { 
        padding-top: 17px;  
    }

    .work-block-wrapper {
        padding-bottom: 35px;
    }

    .work-block-number {
        font-size: 60px;
        line-height: 50px;
        padding-top: 40px;
    }

    .work-block-left {
        padding-top: 20px;
    }

    .work-block-right {   
        padding-top: 17px;
    }
    
    .work-block-button {
        padding-top: 24px;
    }
    
    #customers-intro-wrapper {
        font-size: 16px;
        line-height: 21px;
        padding-top: 40px;
    }

    #customers-intro-credit {
        font-size: 14px;
        line-height: 21px;
        padding-top: 4px;
    }

    #customers-intro-arrow { 
        padding-top: 30px;
    }

    #customers-blue {
        background-position: 30px calc(100% + 80px);
        background-size: 400px auto;
    }

    #customers-blue-wrapper {
        padding-top: 40px;
        padding-bottom: 190px;
    }

    #customers-list-wrapper {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .customers-item {
        float: none;
        width: 100%;
        margin-right: 0px;
    }

    .customers-item:nth-of-type(2n+2) {
        margin-right: 0px;
    }

    .customers-item:nth-of-type(2n+3) {
        clear: none;
    }

    .customers-item:nth-of-type(1n+3) {
        margin-top: 30px;
    }

    .customers-item:nth-of-type(1n+2) {
        margin-top: 30px;
    }

    .customers-img {
        min-height: 0px;
    }
    
    .customers-img img.tablet {
        display: none;    
    }

    .customers-img img.mobile {
        display: block;    
    }

    .customers-text {
        padding-top: 14px;
    }

    #carbonremoval-top {
        background-size: 500px auto;
    }

    #carbonremoval-top-wrapper {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    #carbonremoval-top-left {
        font-size: 17px;
        line-height: 28px;
    }

    #carbonremoval-top-right {
        padding-top: 30px;
    }

    #carbonremoval-top-right-icon {
        width: 25px;
        font-size: 40px;
        line-height: 40px;
        margin-top: 1px;
    }

    #carbonremoval-top-right-text {
        width: calc(100% - 25px);
        font-size: 15px;
        line-height: 24px;
    }

    #carbonremoval-top-right-name {
        font-size: 14px;
        line-height: 21px;
        padding-top: 8px;
    }

    #carbonremoval-top-right-name span {
        padding-left: 20px;
    }

    #carbonremoval-plan-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #carbonremoval-plan-title {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: normal;
        padding-left: 0px;
    }

    #carbonremoval-plan-text {
        font-size: 15px;
        line-height: 24px;
        padding-top: 30px;    
    }

    #carbonremoval-plan-button {
        padding-top: 10px;
    }

    #carbonremoval-how {
        min-height: none;
        background-position: center bottom;
        background-size: 400px auto;
    }

    #carbonremoval-how-wrapper {
        padding-top: 40px;
        padding-bottom: 220px;
    }

    #carbonremoval-how-title {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: normal;
        padding-left: 0px;
    }

    #carbonremoval-how-text {
        font-size: 15px;
        line-height: 24px;
        padding-top: 30px;    
    }

    #carbonremoval-how-list {
        width: 100%;
        padding-top: 20px;
    }

    #carbonremoval-how-list ol li {
        padding-left: 60px;
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 26px;
    }

    #carbonremoval-how-list ol li::before {
        top: -3px;
        font-size: 40px;
        line-height: 40px;
    }

    #carbonremoval-benefits-wrapper {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    #carbonremoval-benefits-title {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: normal;
        padding-left: 0px;
    }

    #carbonremoval-benefits-slider {
        padding-bottom: 40px;
    }

    #carbonremoval-founding-wrapper {
        padding-top: 40px;
    }

    #carbonremoval-founding-title {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: normal;
        padding-left: 0px;
    }

    #carbonremoval-founding-quote {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    #carbonremoval-founding-quote-icon {
        width: 25px;
        font-size: 40px;
        line-height: 40px;
        margin-top: 1px;
    }

    #carbonremoval-founding-quote-text {
        width: calc(100% - 25px);
        font-size: 18px;
        line-height: 26px;
    }

    #carbonremoval-founding-quote-name {
        font-size: 15px;
        line-height: 24px;
    }

    #carbonremoval-founding-text {
        padding-top: 30px;
        font-size: 15px;
        line-height: 24px;
    }

    #carbonremoval-founding-arrow {
        padding-top: 14px;
    }

    #carbonremoval-customers-wrapper {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    
    #cookies-wrapper {
        padding-top: 56px;
        padding-bottom: 55px;
    }

    #cookies-text {
        width: calc(100% - 200px);
        font-size: 14px;
        line-height: 24px;
    }

    #cookies-buttons {
        width: 200px;
    }

    #cookies-buttons a {
        min-width: 155px;
        height: 40px;
        padding: 0px 20px;
        font-size: 16px;
        line-height: 38px;
        border-radius: 20px;
        margin-left: 0px;
        margin-top: 20px;
    }
    
    #carbonremoval-logos1 {
        margin-top: 20px;
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .carbonremoval-logos-item {
        width: 33.33%;
        padding: 40px 15px 0px 15px;
    }

    .carbonremoval-logos-item img.full {
        display: none;
    }

    .carbonremoval-logos-item img.medium {
        display: inline-block;
    }

    #carbonremoval-bottom-wrapper {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    #carbonremoval-bottom-title {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: normal;
        padding-left: 0px;
    }

    #carbonremoval-bottom-text {
        font-size: 15px;
        line-height: 24px;
        padding-top: 30px;
    }
    
    #carbonremoval-bottom-sidelogo {
        width: 150px;
        padding-top: 10px;
    }

    #carbonremoval-bottom-arrow {
        padding-top: 14px;
    }

    #carbonremoval-logos2-wrapper {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    #carbonremoval-more-left {
        padding-top: 10px;
    }

    #carbonremoval-more-right {
        padding-top: 17px;
    }
    
    #carbonremoval-more-logo {
        width: 150px;
    }
    
    #email-top-wrapper {
        font-size: 18px;
        line-height: 30px;
        letter-spacing: normal;
        padding-left: 0px;
        padding-top: 50px;
        padding-bottom: 52px;
    }

    #email-form-wrapper {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 599px) {
	
	/* in-between size */

    #home-header-wrapper {
        padding-bottom: 200px;
    }
    
    #home-block2-wrapper {
        padding-bottom: 210px;
    }
    
    .section-title {   
        background-image: none;
    }

    .section-title h2 {
        padding-right: 0px;
    }
    
    #technology-what-left {
        padding-top: 2px;
    }

    #technology-works-left {
        padding-top: 2px;
    }
    
    .technology-features-item {
        float: none;
        width: 100%;
        margin-right: 0px;
    }

    .technology-features-item:nth-of-type(3n+3) {
        margin-right: 0px;
    }

    .technology-features-item:nth-of-type(2n+3) {
        clear: none;
    }

    .technology-features-item:nth-of-type(1n+4) {
        margin-top: 24px;
        border-top: 1px solid #d1d1d1;
        padding-top: 25px;
    }

    .technology-features-item:nth-of-type(1n+3) {
        margin-top: 24px;
        border-top: 1px solid #d1d1d1;
        padding-top: 25px;
    }

    .technology-features-item:nth-of-type(1n+2) {
        margin-top: 24px;
        border-top: 1px solid #d1d1d1;
        padding-top: 25px;
    }
    
    .careers-perks-item {
        float: none;
        width: 100%;
        margin-right: 0px;
    }

    .careers-perks-item:nth-of-type(3n+3) {
        margin-right: 0px;
    }

    .careers-perks-item:nth-of-type(2n+3) {
        clear: none;
    }

    .careers-perks-item:nth-of-type(1n+4) {
        margin-top: 24px;
        border-top: 1px solid #d1d1d1;
        padding-top: 25px;
    }

    .careers-perks-item:nth-of-type(1n+3) {
        margin-top: 24px;
        border-top: 1px solid #d1d1d1;
        padding-top: 25px;
    }

    .careers-perks-item:nth-of-type(1n+2) {
        margin-top: 24px;
        border-top: 1px solid #d1d1d1;
        padding-top: 25px;
    }
    
    #cookies-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    #cookies-flex {
        display: block;
    }

    #cookies-text {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }

    #cookies-buttons {
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }
    
    .dac-features-list-item {
        float: none;
        width: 100%;
        margin-right: 0px;
    }

    .dac-features-list-item:nth-of-type(3n+3) {
        margin-right: 0px;
    }

    .dac-features-list-item:nth-of-type(2n+3) {
        clear: none;
    }

    .dac-features-list-item:nth-of-type(1n+4) {
        margin-top: 24px;
        border-top: 1px solid #d1d1d1;
        padding-top: 25px;
    }

    .dac-features-list-item:nth-of-type(1n+3) {
        margin-top: 24px;
        border-top: 1px solid #d1d1d1;
        padding-top: 25px;
    }

    .dac-features-list-item:nth-of-type(1n+2) {
        margin-top: 24px;
        border-top: 1px solid #d1d1d1;
        padding-top: 25px;
    }
    
}


/* -------------------- */
/* -------------------- */

@media all and (max-width: 479px) {
	
	/* mobile vertical layout */
	
    #home-header-wrapper {
        padding-bottom: 160px;
    }
    
    .about-profiles-group {
        margin: 0px 0px;
        overflow: hidden;
    }
    
    .about-profiles-item {
        width: 100%;
        margin: 0px 0px 30px 0px;
    }
    
    .about-partner-group {
        margin: 0px 0px;
        overflow: hidden;
    }

    .about-partner-flex {
        display: block;
        padding-bottom: 0px;
    }

    .about-partner-photo {
        max-width: 130px;
    }

    .about-partner-name {
        padding-top: 12px;
    }
    
    .about-partner-item {
        width: 100%;
        margin: 0px 0px 30px 0px;
    }

    .about-partner-logo img.full {
        display: block;
    }

    .about-partner-logo img.medium {
        display: none;
    }

    .about-partner-logo img.small {
        display: none;
    }
    
    .media-item {
        float: none;
        width: 100%;
        margin-right: 0px;
    }

    .media-item:nth-of-type(3n+3) {
        margin-right: 0px;
    }
    
    .media-item:nth-of-type(2n+3) {
        clear: none;
    }

    .media-item:nth-of-type(1n+4) {
        margin-top: 30px;
        border-top: 1px solid #d1d1d1;
        padding-top: 15px
    }

    .media-item:nth-of-type(1n+3) {
        margin-top: 30px;
        border-top: 1px solid #d1d1d1;
        padding-top: 15px;
    }

    .media-item:nth-of-type(1n+2) {
        margin-top: 30px;
        border-top: 1px solid #d1d1d1;
        padding-top: 15px;
    } 
    
    .carbonremoval-logos-item {
        width: 50%;
        padding: 40px 15px 0px 15px;
    }
	
}
