/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700|Open+Sans:300,400,600,700&display=swap");
body {
  max-width: 100%;
  overflow-x: hidden;
  padding: 0px;
}
@media (min-width: 768px) {
  body {
    padding-top: 94px;
  }
}
body h2 {
  font-family: Raleway;
  font-weight: 700;
  font-size: 30px;
}
body .copy {
  font-family: "Open Sans";
  font-size: 18px;
  padding-right: 15%;
}
body .btn-download {
  background: none;
  background-color: #08447a;
  color: #fff !important;
  text-decoration: none;
  padding: 4px 10px;
}
body .page {
  margin: 0px;
}
body .cta {
  padding: 50px 30px;
  background-color: #93e041;
}
body .cta h2 {
  color: #fff;
  font-weight: 300;
  font-size: 1.8em;
}
body nav.navbar {
  padding-top: 20px;
  padding-bottom: 20px;
  background: none;
  border: none;
  background-color: #08447a;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
body nav.navbar .navbar-brand {
  background-image: url(../img/logo-white.png);
  height: 70px;
  width: 120px;
  background-size: contain;
  background-repeat: no-repeat;
}
body nav.navbar button.navbar-toggler {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  outline: 0 !important;
  border: 0 !important;
}
body nav.navbar button.navbar-toggler .navbar-toggler-icon {
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  outline: 0 !important;
  border: 0 !important;
}
body nav.navbar button.navbar-toggler .navbar-toggler-icon .icon-bar {
  background-color: #fff;
  height: 3px;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
body nav.navbar #navbarNav ul.navbar-nav {
  margin: 30px 0 0px;
  float: right;
  display: block;
  width: 100%;
  text-align: right;
}
body nav.navbar #navbarNav ul.navbar-nav li {
  padding-left: 15px;
  padding-right: 15px;
  align-items: flex-end;
  display: inline-block;
}
body nav.navbar #navbarNav ul.navbar-nav li a {
  color: #fff;
  font-family: Raleway;
  background: none;
  cursor: pointer;
}
body nav.navbar #navbarNav ul.navbar-nav li a::after {
  content: "";
  display: inline-block;
  width: 55%;
  background-color: #fff;
  height: 0px;
  margin-top: -10px;
}
body nav.navbar #navbarNav ul.navbar-nav li a:hover {
  color: #93e041;
  text-decoration: none;
}
body nav.navbar #navbarNav ul.navbar-nav li.current-menu-item a {
  color: #93e041;
}
body nav.navbar #navbarNav ul.navbar-nav li.current-menu-item a::after {
  content: "";
  display: inline-block;
  width: 55%;
  background-color: #fff;
  height: 1px;
  margin-top: -10px;
}
body .wp-yt {
  width: 100%;
  margin-top: 20px;
}
body .main-hero, body .wp-block-cover {
  background-image: url(../img/roofer.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
body .main-hero .tag-lines, body .main-hero .wp-block-cover__inner-container, body .wp-block-cover .tag-lines, body .wp-block-cover .wp-block-cover__inner-container {
  padding: 15%;
  font-family: "Raleway";
}
body .main-hero .tag-lines .play-button, body .main-hero .wp-block-cover__inner-container .play-button, body .wp-block-cover .tag-lines .play-button, body .wp-block-cover .wp-block-cover__inner-container .play-button {
  text-align: center;
  font-size: 1.5em;
  display: block;
  width: 56px;
  height: 56px;
  padding: 11px 20px;
  margin: 30px auto;
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
body .main-hero .tag-lines .play-button:hover, body .main-hero .wp-block-cover__inner-container .play-button:hover, body .wp-block-cover .tag-lines .play-button:hover, body .wp-block-cover .wp-block-cover__inner-container .play-button:hover {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(0, 0, 0, 0.6);
}
body .main-hero .tag-lines p, body .main-hero .wp-block-cover__inner-container p, body .wp-block-cover .tag-lines p, body .wp-block-cover .wp-block-cover__inner-container p {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  line-height: 120%;
  color: #fff;
}
body .main-hero .tag-lines p .green, body .main-hero .wp-block-cover__inner-container p .green, body .wp-block-cover .tag-lines p .green, body .wp-block-cover .wp-block-cover__inner-container p .green {
  color: #93e041;
}
@media (max-width: 768px) {
  body .main-hero .tag-lines, body .main-hero .wp-block-cover__inner-container, body .wp-block-cover .tag-lines, body .wp-block-cover .wp-block-cover__inner-container {
    margin-top: 105px;
    padding: 10%;
  }
  body .main-hero .tag-lines p, body .main-hero .wp-block-cover__inner-container p, body .wp-block-cover .tag-lines p, body .wp-block-cover .wp-block-cover__inner-container p {
    font-size: 20px;
  }
  body .main-hero .tag-lines p.play-button, body .main-hero .wp-block-cover__inner-container p.play-button, body .wp-block-cover .tag-lines p.play-button, body .wp-block-cover .wp-block-cover__inner-container p.play-button {
    font-size: 2.9em;
  }
}
@media (max-width: 540px) {
  body .main-hero .tag-lines, body .main-hero .wp-block-cover__inner-container, body .wp-block-cover .tag-lines, body .wp-block-cover .wp-block-cover__inner-container {
    height: 300px;
    margin-top: 105px;
    padding: 10%;
  }
  body .main-hero .tag-lines p, body .main-hero .wp-block-cover__inner-container p, body .wp-block-cover .tag-lines p, body .wp-block-cover .wp-block-cover__inner-container p {
    font-size: 20px;
    font-weight: 300;
  }
  body .main-hero .tag-lines p.play-button, body .main-hero .wp-block-cover__inner-container p.play-button, body .wp-block-cover .tag-lines p.play-button, body .wp-block-cover .wp-block-cover__inner-container p.play-button {
    padding: 14px 20px;
    font-size: 1.5em;
  }
}
body .polymers_tiles {
  padding: 50px 120px 0px;
  color: #08447a;
}
body .polymers_tiles h2 {
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 35px;
}
body .polymers_tiles p {
  font-weight: 300;
  margin-left: 50px;
  margin-right: 50px;
  font-size: 20px;
}
body .polymers_tiles .wp-block-columns {
  padding: 10px 50px;
  text-align: center;
}
body .polymers_tiles .wp-block-columns .wp-block-column figure figcaption {
  font-size: 20px;
  font-weight: 500;
  margin-top: 30px;
}
@media (max-width: 768px) {
  body .polymers_tiles {
    padding: 15px;
    margin-top: 20px;
  }
  body .polymers_tiles h2 {
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 25px;
  }
  body .polymers_tiles p {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 16px;
  }
}
@media (max-width: 540px) {
  body .polymers_tiles {
    margin-top: 20px;
    padding: 15px;
  }
  body .polymers_tiles p {
    margin-left: 0px;
    margin-right: 0px;
  }
}
body .why-use-ecotiles {
  padding: 50px 150px 0px;
  color: #08447a;
  position: relative;
}
body .why-use-ecotiles h2 {
  font-size: 35px;
  margin-top: 15px;
  margin-bottom: 35px;
}
body .why-use-ecotiles .left_image {
  margin-right: 30px;
}
body .why-use-ecotiles .wp-block-columns h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
body .why-use-ecotiles .wp-block-columns .wp-block-column p {
  font-weight: 300;
  line-height: 170%;
}
@media (max-width: 768px) {
  body .why-use-ecotiles {
    margin-top: 0px;
    padding: 5%;
  }
  body .why-use-ecotiles h2 {
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  body .why-use-ecotiles .wp-block-column {
    width: 100% !important;
    flex-basis: 100% !important;
    margin-left: 0;
  }
  body .why-use-ecotiles p {
    font-size: 18px;
  }
}
@media (max-width: 540px) {
  body .why-use-ecotiles h2 {
    font-size: 25px;
  }
  body .why-use-ecotiles p {
    font-size: 14px;
    font-weight: 300;
  }
}
body .colour-ranges {
  padding: 50px 150px 70px;
  color: #08447a;
}
body .colour-ranges h2 {
  margin-bottom: 20px;
}
body .colour-ranges .tile-colours {
  text-align: center;
}
body .colour-ranges .tile-colours ul {
  display: inline-block;
  margin: 30px;
  padding: 0px;
}
body .colour-ranges .tile-colours ul li {
  display: table-cell;
  background-color: #f00;
  width: 150px;
  height: 150px;
  padding: 25px;
  vertical-align: middle;
  font-size: 23px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
body .colour-ranges .tile-colours ul.brick-red li {
  background-color: #eb4a3c;
}
body .colour-ranges .tile-colours ul.charcoal-black li {
  background-color: #4c4b4d;
}
body .colour-ranges .tile-colours ul.brown li {
  background-color: #733b1f;
}
body .colour-ranges .tile-colours ul.green li {
  background-color: #285c37;
}
@media (max-width: 768px) {
  body .colour-ranges {
    margin-top: 0px;
    padding: 5%;
  }
  body .colour-ranges h2 {
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  body .colour-ranges .tile-colours ul {
    margin: 40px;
    padding: 0px;
  }
  body .colour-ranges .tile-colours ul li {
    width: 120px;
    height: 120px;
    padding: 20px;
    font-size: 18px;
  }
}
@media (max-width: 540px) {
  body .colour-ranges h2 {
    font-size: 20px;
  }
  body .colour-ranges .tile-colours ul {
    margin: 20px;
    padding: 0px;
  }
  body .colour-ranges .tile-colours ul li {
    width: 100px;
    height: 100px;
    padding: 20px;
    font-size: 16px;
  }
}
body .phone-numbers {
  padding: 50px 150px 50px;
  color: #93e041;
  font-family: Raleway;
}
body .phone-numbers h3 {
  font-size: 35px;
  font-weight: 300;
  margin-top: 10px;
  margin-bottom: 30px;
}
body .phone-numbers p {
  font-size: 60px;
  color: #fff;
  padding: 0px;
  margin: 0px;
}
@media (max-width: 768px) {
  body .phone-numbers {
    margin-top: 0px;
    padding: 5%;
  }
  body .phone-numbers h3 {
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  body .phone-numbers p {
    font-size: 40px;
  }
}
@media (max-width: 540px) {
  body .phone-numbers h3 {
    font-size: 20px;
  }
  body .phone-numbers p {
    font-size: 20px;
  }
}
body .image-gallery {
  padding-top: 15px;
}
body .testimonials {
  padding: 50px 150px 10px;
  font-family: Raleway;
  color: #08447a;
}
body .testimonials h3 {
  font-size: 35px;
  margin: 20px 0 30px;
}
body .testimonials p {
  font-size: 25px;
}
body .testimonials p strong {
  color: #fff;
}
@media (max-width: 768px) {
  body .testimonials {
    margin-top: 0px;
    padding: 5%;
  }
  body .testimonials h3 {
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  body .testimonials .wp-block-column {
    padding-bottom: 20px;
  }
  body .testimonials .wp-block-column p {
    font-size: 20px;
    margin: 0px;
  }
}
@media (max-width: 540px) {
  body .testimonials h3 {
    font-size: 20px;
  }
  body .testimonials .wp-block-column {
    padding-bottom: 20px;
  }
  body .testimonials .wp-block-column p {
    font-size: 16px;
    margin: 0px;
  }
}
body .in-the-media {
  padding: 50px 150px 10px;
  font-family: Raleway;
  color: #08447a;
}
body .in-the-media h2 {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  body .in-the-media {
    margin-top: 0px;
    padding: 5%;
  }
  body .in-the-media h2 {
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  body .in-the-media .wp-block-column {
    padding-bottom: 20px;
    flex-basis: 30%;
  }
}
@media (max-width: 540px) {
  body .in-the-media h2 {
    font-size: 20px;
  }
  body .in-the-media .wp-block-column {
    flex-basis: 30%;
    padding-bottom: 20px;
  }
}
body .contact-us {
  padding: 50px 150px 0px;
  color: #93e041;
  font-family: Raleway;
  margin: 0px;
  display: block;
  overflow-y: hidden;
}
body .contact-us h6 {
  font-size: 15px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #fff;
}
body .contact-us p {
  font-size: 12px;
  color: #fff;
  padding: 0px;
  margin: 0px;
}
@media (max-width: 768px) {
  body .contact-us {
    margin-top: 20px;
    padding: 5%;
  }
  body .contact-us .wp-block-group__inner-container > .wp-block-columns > .wp-block-column {
    flex-basis: 100%;
    margin-top: 0px;
  }
  body .contact-us .wp-block-group__inner-container > .wp-block-columns > .wp-block-column .wp-block-column {
    margin-bottom: 20px;
  }
  body .contact-us .wp-block-group__inner-container > .wp-block-columns > .wp-block-column .wp-block-column h6 {
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
@media (max-width: 540px) {
  body .contact-us {
    margin-top: 20px;
  }
  body .contact-us .wp-block-group__inner-container {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  body .contact-us .wp-block-group__inner-container > .wp-block-columns > .wp-block-column .wp-block-column {
    margin-bottom: 10px;
  }
  body .contact-us .wp-block-group__inner-container > .wp-block-columns > .wp-block-column .wp-block-column h6 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
body .ecobt-footer {
  padding: 0px 150px;
  overflow-y: hidden;
}
body .ecobt-footer .wp-block-group__inner-container {
  color: rgba(255, 255, 255, 0.4);
}
body .ecobt-footer .wp-block-group__inner-container .wp-block-columns {
  margin: 0px;
}
body .ecobt-footer .wp-block-group__inner-container .wp-block-columns p {
  font-weight: 300;
  font-size: 12px;
  margin-top: 40px;
}
body .ecobt-footer .wp-block-group__inner-container .wp-block-columns p a {
  color: rgba(255, 255, 255, 0.4);
}
body .ecobt-footer .wp-block-group__inner-container .wp-block-columns p.social {
  margin-top: 35px;
  padding-top: 0px;
  font-size: 1em;
  text-align: right;
}
body .ecobt-footer .wp-block-group__inner-container .wp-block-columns p.social a {
  margin: 0 10px;
}
@media (max-width: 768px) {
  body .ecobt-footer {
    margin-top: 0px;
    padding: 5%;
  }
  body .ecobt-footer .wp-block-group__inner-container .wp-block-columns {
    margin: 0px;
  }
  body .ecobt-footer .wp-block-group__inner-container .wp-block-columns .wp-block-column {
    margin: 2px 0px;
  }
  body .ecobt-footer .wp-block-group__inner-container .wp-block-columns .wp-block-column p {
    font-weight: 300;
    font-size: 12px;
    margin: 0px;
    padding: 0;
  }
  body .ecobt-footer .wp-block-group__inner-container .wp-block-columns .wp-block-column p.social {
    margin-top: 20px;
    text-align: left;
  }
  body .ecobt-footer .wp-block-group__inner-container .wp-block-columns .wp-block-column p.social a {
    padding: 0px;
    margin: 15px 15px 15px 0px;
    font-size: 1.5em;
  }
}
@media (max-width: 540px) {
  body .ecobt-footer {
    margin-top: 0px;
  }
}
body .tile-dimensions {
  background-color: #fff;
  padding: 0px;
  margin-bottom: 60px;
}
body .tile-dimensions table {
  padding: 0px;
  margin: 0px;
}
body .tile-dimensions table tr {
  border: 0px solid #08447a;
}
body .tile-dimensions table tr:nth-child(1) {
  background-color: #efefef;
}
body .tile-dimensions table tr:nth-child(1) td {
  font-weight: normal;
  font-weight: 300;
}
body .tile-dimensions table tr td {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #93e041;
  font-weight: bold;
}
body .tile-dimensions table tr td:nth-child(1) {
  border-right: 1px solid #93e041;
  text-align: left;
}
body .tile-dimensions table tr:nth-last-child(1) td {
  border-bottom: 0px solid #93e041;
}
@media (max-width: 768px) {
  body .tile-dimensions {
    padding: 10px;
  }
}
@media (max-width: 540px) {
  body .tile-dimensions {
    padding: 0px;
  }
}
body .faq {
  padding: 24px 0 0;
  color: #08447a;
  background-color: #f4f4f4;
}
body .faq .featured_image {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
body .faq h2 {
  font-size: 35px;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
body .faq p {
  font-size: 20px;
}
body .faq .tile-dimensions table tr {
  border: 1px solid #f4f4f4;
}
body .faq .tile-dimensions table tr td {
  border-bottom: 1px solid #f4f4f4;
}
body .faq .tile-dimensions table tr td:nth-child(1) {
  border-right: 1px solid #f4f4f4;
}
body .faq .tile-dimensions table tr td {
  border-bottom: 1px solid #f4f4f4;
}
body .faq .tile-dimensions table tr td:nth-child(1) {
  border-right: 1px solid #f4f4f4;
}
body .faq .tile-dimensions table tr:nth-last-child(1) td {
  border-bottom: 0px solid #f4f4f4;
}
@media (max-width: 768px) {
  body .faq {
    margin-top: 0px;
  }
  body .faq h2 {
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  body .faq p {
    font-size: 18px;
  }
}
@media (max-width: 540px) {
  body .faq h2 {
    font-size: 25px;
  }
  body .faq p {
    font-size: 14px;
    font-weight: 300;
  }
}
body .who-we-are {
  padding: 40px 0;
  color: #08447a;
}
@media (max-width: 768px) {
  body .who-we-are {
    padding: 20px;
  }
}
@media (max-width: 540px) {
  body .who-we-are {
    padding: 15px;
  }
  body .who-we-are .copy {
    padding: 15px;
  }
}
body .what-we-believe {
  padding: 80px 0;
  color: #fff;
  background-color: #08447a;
}
body .what-we-believe .col-md-4 {
  padding: 0px;
}
body .what-we-believe .col-md-4 h2 {
  color: #93e041;
}
@media (max-width: 768px) {
  body .what-we-believe {
    padding: 20px;
  }
  body .what-we-believe .col-md-4 {
    padding: 0 15px;
  }
}
@media (max-width: 540px) {
  body .what-we-believe {
    padding: 30px 0;
  }
  body .what-we-believe .col-md-4 {
    padding: 0 15px;
  }
  body .what-we-believe .copy {
    padding: 15px;
  }
}
body .trash-guy {
  color: #08447a;
}
body .trash-guy .photo {
  height: 500px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/trash-guy.jpg);
}
body .trash-guy .copy {
  padding: 12% 15% 10% 10%;
  font-size: 30px;
  font-weight: 600;
  line-height: 110%;
}
body .trash-guy .copy .author {
  color: #93e041;
  font-weight: 400;
  font-size: 20px;
}
body .trash-guy.inverse {
  background-color: #08447a;
  color: #fff;
}
@media (max-width: 768px) {
  body .trash-guy .photo {
    height: 400px;
  }
}
@media (max-width: 540px) {
  body .trash-guy .photo {
    height: 300px;
  }
  body .trash-guy .copy {
    padding: 8% 10% 5% 5%;
    font-size: 20px;
  }
  body .trash-guy .copy .author {
    font-size: 16px;
  }
}
body .blue-team {
  padding: 0px;
  margin: 0px;
  background-image: url(../img/blue-team.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 900px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
body .blue-team .copy {
  padding: 40% 0 0;
  text-align: center;
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  line-height: 110%;
}
body .blue-team .copy .green {
  color: #93e041;
}
@media (max-width: 768px) {
  body .blue-team {
    height: 400px;
  }
  body .blue-team .copy {
    padding: 35% 0 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 110%;
  }
}
@media (max-width: 540px) {
  body .blue-team {
    height: 300px;
  }
}
body .why-we-recycle {
  background-color: #93e041;
  padding: 50px 0px;
  color: #08447a;
  font-family: "Open Sans";
  font-size: 18px;
}
body .why-we-recycle h2, body .why-we-recycle h4 {
  color: #fff;
}
body .one-planet {
  padding: 0px;
  margin: 0px;
  background-image: url(../img/mixer-mama.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 900px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
body .one-planet .copy {
  padding: 40% 0 0;
  text-align: center;
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  line-height: 110%;
}
body .one-planet .copy .green {
  color: #93e041;
}
@media (max-width: 768px) {
  body .one-planet {
    height: 400px;
  }
  body .one-planet .copy {
    padding: 35% 0 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 110%;
  }
}
@media (max-width: 540px) {
  body .one-planet {
    height: 300px;
  }
}
body .environment {
  padding: 0;
  color: #08447a;
}
body .environment .photo {
  height: 500px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/roof.jpg);
}
body .environment .copy {
  padding: 12% 15% 10% 10%;
  font-size: 30px;
  font-weight: 600;
  line-height: 110%;
}
body .environment .copy .author {
  color: #93e041;
  font-weight: 400;
  font-size: 20px;
}
body .environment.inverse {
  background-color: #08447a;
  color: #fff;
}
@media (max-width: 768px) {
  body .environment .photo {
    height: 400px;
  }
}
@media (max-width: 540px) {
  body .environment .photo {
    height: 300px;
  }
  body .environment .copy {
    padding: 8% 10% 5% 5%;
    font-size: 20px;
  }
  body .environment .copy .author {
    font-size: 16px;
  }
}
body .our-products {
  background-color: #e9eff5;
  padding: 50px;
}
body .our-products h2 {
  color: #08447a;
  text-align: center;
}
body .our-products .carousel_ {
  margin: 30px 0 50px;
}
body .our-products .carousel_ .carousel_inner {
  width: 90%;
  background-color: #fff;
  margin: auto;
}
body .our-products .carousel_ .carousel_inner .carousel_item {
  display: none;
  height: 400px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
body .our-products .carousel_ .carousel_inner .carousel_item .carousel_image {
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 60%;
  position: relative;
}
body .our-products .carousel_ .carousel_inner .carousel_item .carousel_caption {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 40%;
  float: right;
  padding: 30px;
  color: #08447a;
}
body .our-products .carousel_ .carousel_inner .carousel_item .carousel_caption h3 {
  font-size: 30px;
  margin: 20px 0;
}
body .our-products .carousel_ .carousel_inner .carousel_item .carousel_caption p {
  font-size: 17px;
}
body .our-products .carousel_ .carousel_inner .carousel_item.active {
  display: block;
}
body .our-products .carousel_ .carousel_control {
  position: absolute;
  top: 0px;
  width: calc(100% - 30px);
  height: 100%;
}
body .our-products .carousel_ .carousel_control .carousel_control_link {
  width: 50%;
  height: 100%;
  float: left;
}
body .our-products .carousel_ .carousel_control .carousel_control_link .control {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 20px;
}
body .our-products .carousel_ .carousel_control .carousel_control_link .control.carousel_control_prev {
  background-position: center left;
  background-image: url(../img/back.png);
}
body .our-products .carousel_ .carousel_control .carousel_control_link .control.carousel_control_next {
  background-position: center right;
  background-image: url(../img/next.png);
}
body .our-products .what-we-do {
  color: #08447a;
}
body .our-products .what-we-do .copy {
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
body .our-products .what-we-do .product-video {
  padding-top: 40px;
}
body .our-products .what-we-do .product-video .video {
  width: 100%;
  height: 410px;
}
@media (max-width: 1024px) {
  body .our-products .carousel_ .carousel_inner .carousel_item {
    overflow: visible;
  }
  body .our-products .carousel_ .carousel_inner .carousel_item .carousel_caption p {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  body .our-products .carousel_ {
    margin-bottom: 30px;
  }
  body .our-products .carousel_ .carousel_inner .carousel_item {
    height: 300px;
  }
  body .our-products .carousel_ .carousel_inner .carousel_item .carousel_image {
    width: 100%;
  }
  body .our-products .carousel_ .carousel_inner .carousel_item .carousel_caption {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
  }
  body .our-products .carousel_ .carousel_inner .carousel_item .carousel_caption p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  body .our-products .carousel_ {
    margin-bottom: 30px;
  }
  body .our-products .carousel_ .carousel_inner {
    width: 86%;
  }
  body .our-products .carousel_ .carousel_inner .carousel_item {
    height: 200px;
  }
  body .our-products .carousel_ .carousel_inner .carousel_item .carousel_caption {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
  }
  body .our-products .what-we-do .product-video {
    padding-top: 0px;
  }
  body .our-products .what-we-do .product-video .video {
    height: 320px;
  }
}
@media (max-width: 540px) {
  body .our-products {
    padding: 30px 15px;
  }
  body .our-products .carousel_ .carousel_inner .carousel_item .carousel_caption p {
    font-size: 9px;
  }
  body .our-products .what-we-do .copy {
    padding: 0px;
  }
  body .our-products .what-we-do .product-video {
    padding-top: 0px;
  }
  body .our-products .what-we-do .product-video .video {
    height: 240px;
  }
}
body .our-people {
  background-color: #93e041;
  color: #fff;
  padding: 50px 0;
}
body .our-people h2 {
  text-align: center;
  color: #08447a;
}
body .our-people .team-photo {
  background-image: url(../img/team.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  width: 100%;
  margin: 30px 0 50px;
}
body .our-people .copy {
  padding: 20px;
  font-size: 20px;
  text-align: center;
  color: #08447a;
  margin-bottom: 20px;
}
body .our-people .staff {
  background-color: #fff;
  color: #08447a;
  clear: both;
}
body .our-people .staff .staff-photo {
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
}
body .our-people .staff .staff-detail {
  padding: 30px;
  background-color: #fff;
  min-height: 500px;
}
body .our-people .staff .staff-detail h3 {
  color: #93e041;
}
body .our-people .staff .staff-detail p {
  font-family: "Open Sans";
  font-size: 18px;
}
body .our-people .staff:nth-child(2n+1) {
  display: block;
  clear: both;
}
body .our-people .staff:nth-child(2n+1) .staff-photo {
  float: right !important;
}
body .our-people .staff:nth-child(2n+1) .staff-detail {
  float: left !important;
}
@media (max-width: 768px) {
  body .our-people .team-photo {
    height: 400px;
    margin: 30px 0 50px;
  }
  body .our-people .copy {
    padding: 15px;
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (max-width: 540px) {
  body .our-people {
    padding: 30px 15px;
  }
  body .our-people .team-photo {
    height: 250px;
    margin: 20px 0px;
  }
  body .our-people .copy {
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  body .our-people .staff .staff-photo {
    height: 300px;
    background-size: contain;
  }
  body .our-people .staff .staff-detail p {
    font-size: 14px;
  }
}
body .our-advisors {
  padding: 50px 0;
}
body .our-advisors h2 {
  text-align: center;
  color: #08447a;
}
body .our-advisors .advisor-photo {
  height: 270px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body .our-advisors h3 {
  color: #08447a;
  margin: 20px 0 0;
  font-weight: bold;
}
body .our-advisors h4 {
  text-transform: uppercase;
  color: #93e041;
  font-weight: normal;
  margin-bottom: 30px;
}
body .our-advisors p {
  color: #08447a;
  font-size: 18px;
}
@media (max-width: 540px) {
  body .our-advisors h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  body .our-advisors p {
    font-size: 14px;
  }
}
body .our-partnerships {
  padding: 50px 0;
}
body .our-partnerships h2 {
  color: #08447a;
  text-align: center;
}
body .our-partnerships .partner-logos {
  background-image: url(../img/partner-logos-strip.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100px;
  margin: 20px 0 40px;
}
body footer {
  background-color: #08447a;
  padding: 75px 0 0px;
  color: #fff;
  font-size: 0.8em;
}
body footer h4 {
  font-family: Raleway;
  font-size: 18px;
}
body footer .footer-below {
  background-color: #053560;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 15px;
}
body footer .footer-below .footer-logo {
  background-image: url(../img/logo-white.png);
  background-size: 40px;
  background-position: left center;
  background-repeat: no-repeat;
  height: 40px;
  margin-bottom: 10px;
}
body footer .footer-below p {
  padding-top: 16px;
  font-family: "Open Sans";
  font-size: 1.2em;
}
body footer .footer-below p.social {
  padding-top: 10px;
  font-size: 1.8em;
}
body footer .footer-below p.social a {
  margin: 0 5px;
}
body footer .footer-below p, body footer .footer-below a {
  color: #ccc;
}
@media (max-width: 768px) {
  body footer .col-md-3 {
    padding-left: 0px;
  }
}

/*# sourceMappingURL=main.css.map */
