/*!
Theme Name: MetroGroupDevelopment
Theme URI: https://metrogroupdevelopment.com
Author: MetroGroupDevelopment
Author URI: https://metrogroupdevelopment.com
Description: MetroGroupDevelopment Custom Theme
Version: 1.0.0

/* MetroGroupDevelopment is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc. */
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@font-face {
  font-family: 'Dense Bold';
  src: url("webfonts/Dense-Bold.eot");
  src: url("webfonts/Dense-Bold.eot?#iefix") format("embedded-opentype"), url("webfonts/Dense-Bold.woff") format("woff"), url("webfonts/Dense-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/* Webfont Load */
.wf-loading * {
  opacity: 0; }

.wf-active *, .wf-inactive * {
  opacity: 1; }

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

/* Preset */
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto; }

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth; }

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  color: #53575a;
  font-size: 16px;
  opacity: 0;
  transition: 50ms opacity 50ms linear; }

body.loaded {
  opacity: 1; }

/* --------------------------------- */
/* Common Elements */
/* --------------------------------- */
a {
  color: #ff4713;
  text-decoration: none; }

a:visited {
  color: #ff4713;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a:hover, a:visited:hover {
  color: #2a7050;
  text-decoration: none;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

strong {
  font-weight: 700; }

a.white, a.white:visited {
  color: white;
  text-decoration: none;
  font-weight: 700;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a.white:hover, a.white:visited:hover {
  color: #ff4713;
  text-decoration: none;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

/* --------------------------------- */
/* Colors */
/* --------------------------------- */
.green {
  color: #2a7050; }

.grey {
  color: #53575a; }

.orange {
  color: #ff4713; }

.bg-green {
  background-color: #2a7050;
  color: white !important; }

.bg-grey {
  background-color: #53575a;
  color: white !important; }

.bg-orange {
  background-color: #ff4713;
  color: white !important; }

/* For Editor Selected Text Colors */
.has-mgd-green-color {
  color: #2a7050; }

.has-mgd-grey-color {
  color: #53575a; }

.has-mgd-orang-color {
  color: #ff4713; }

/* --------------------------------- */
/* Padding Add-ons */
/* --------------------------------- */
.tb-1 {
  padding: 1% 0 1% 0; }

.tb-2 {
  padding: 2% 0 2% 0; }

.tb-3 {
  padding: 3% 0 3% 0; }

.tb-4 {
  padding: 4% 0 4% 0; }

.tb-5 {
  padding: 5% 0 5% 0; }

.tb-6 {
  padding: 6% 0 6% 0; }

.tb-7 {
  padding: 7% 0 7% 0; }

.tb-8 {
  padding: 8% 0 8% 0; }

.tb-9 {
  padding: 9% 0 9% 0; }

.tb-10 {
  padding: 10% 0 10% 0; }

.pad-0 {
  padding: 0; }

.pad-1 {
  padding: 1%; }

.pad-2 {
  padding: 2%; }

.pad-3 {
  padding: 3%; }

.pad-4 {
  padding: 4%; }

.pad-5 {
  padding: 5%; }

.pad-6 {
  padding: 6%; }

.pad-7 {
  padding: 7%; }

.pad-8 {
  padding: 8%; }

/* --------------------------------- */
/* Page Blocks */
/* --------------------------------- */
h1, h2, h3 {
  font-family: 'Dense Bold', sans-serif;
  text-transform: uppercase; }

h2 {
  font-size: 72px; }

h3 {
  font-size: 36px; }

h4 {
  font-size: 21px;
  line-height: 26px; }

.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 100; }

.bottom-angles {
  position: absolute;
  z-index: 1;
  bottom: -4px;
  left: 0;
  width: 100%; }

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

/* --------------- */
/* Navigation Panel */
.navigation-panel {
  position: fixed;
  top: -100px;
  right: 0;
  width: 80%;
  height: 160px;
  transform: skewY(6deg);
  background-color: rgba(83, 87, 90, 0.1);
  z-index: 500;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.navigation-panel.open {
  background-color: rgba(229, 230, 231, 0.8);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px); }

/* --------------- */
/* Menu */
#Navigation {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 550; }

.menu-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9000;
  width: 30px;
  height: 25px;
  display: flex;
  align-self: center;
  justify-self: flex-end;
  margin: 18px 25px 15px 10px;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

.menu-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #53575a;
  color: #53575a;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.menu-toggle span:nth-child(1) {
  top: 0px; }

.menu-toggle span:nth-child(2) {
  top: 9px; }

.menu-toggle span:nth-child(3) {
  top: 18px; }

.menu-toggle.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.menu-toggle.open span:nth-child(2) {
  opacity: 0;
  left: 10px; }

.menu-toggle.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

#MainMenu {
  position: absolute;
  top: 18px;
  right: 100%;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }

#MainMenu.open {
  right: 80px;
  opacity: 1;
  visibility: visible;
  transition-delay: 200ms;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.menu {
  display: flex; }

.menu li {
  margin: 0 10px; }

.menu li a, .menu li a:visited {
  font-family: 'Dense Bold', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  color: #53575a; }

.menu li a:hover, .menu li a:visited:hover {
  color: #ff4713; }

/* --------------- */
/* Billboard */
.billboard {
  width: 92%;
  padding: 0 4%;
  background-color: rgba(83, 87, 90, 0.05);
  position: relative; }

.billboard-container {
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  display: flex;
  padding-bottom: 260px; }

.billboard-left {
  flex-basis: 50%; }

.billboard-left-content {
  padding-right: 8%; }

.billboard-left .logo {
  width: 100%;
  max-width: 170px;
  height: auto;
  margin: 100px 0 60px 0; }

.billboard-left h2 {
  font-size: 54px;
  line-height: 48px;
  color: #ff4713;
  margin-bottom: 30px; }

.billboard-left h2 span {
  font-size: 36px;
  line-height: 36px;
  display: block; }

.billboard-left h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  margin-bottom: 20px; }

.billboard-left h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  text-transform: none;
  color: #2a7050; }

.billboard-right {
  flex-basis: 50%;
  position: relative; }

.rotation-panels {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: 480px;
  overflow: hidden;
  z-index: 75; }

.rotation-panels .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 80;
  top: 0;
  left: 0;
  overflow: hidden; }

.rotation-panels .bg img {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 90;
  top: 0;
  right: 0;
  overflow: hidden;
  background-color: rgba(83, 87, 90, 0.1);
  -webkit-clip-path: polygon(100% 0, 100% 60%, 50% 85%, 0 60%, 0 0);
  clip-path: polygon(100% 0, 100% 60%, 50% 85%, 0 60%, 0 0); }

.rotation-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation-name: multiple-image-crossfade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 32s;
  z-index: 80;
  overflow: hidden; }

.rotation-panel:nth-of-type(2) {
  animation-delay: 24s; }

.rotation-panel:nth-of-type(3) {
  animation-delay: 20s; }

.rotation-panel:nth-of-type(4) {
  animation-delay: 16s; }

.rotation-panel:nth-of-type(5) {
  animation-delay: 12s; }

.rotation-panel:nth-of-type(6) {
  animation-delay: 8s; }

.rotation-panel:nth-of-type(7) {
  animation-delay: 4s; }

.rotation-panel:nth-of-type(8) {
  animation-delay: 0s; }

.rotation-panel img {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 90;
  top: 0;
  right: 0;
  overflow: hidden;
  -webkit-clip-path: polygon(100% 0, 100% 60%, 50% 85%, 0 60%, 0 0);
  clip-path: polygon(100% 0, 100% 60%, 50% 85%, 0 60%, 0 0); }

.billboard-right ul {
  width: 80%;
  margin: 0 auto; }

.billboard-right li {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 30px;
  padding-left: 80px; }

.billboard-right li::before {
  position: absolute;
  left: 0;
  content: url("images/box.svg");
  width: 50px;
  height: 50px; }

.billboard-right li strong {
  font-family: 'Dense Bold', sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 36px;
  color: #ff4713; }

/* --------------- */
/* Logos */
#Logos {
  padding: 20px 4% 280px 4%;
  position: relative;
  z-index: 20; }

.retailer-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 94%;
  max-width: 960px;
  margin: 40px auto 0 auto; }

.retailer-logos li {
  position: relative;
  flex-basis: 25%;
  text-align: center;
  list-style-type: none;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.retailer-logos li img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  top: 40px;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

/* --------------- */
/* About */
#About {
  padding: 140px 4%;
  margin-top: -120px;
  color: white;
  transform: skewY(6deg);
  background-color: #2a7050;
  overflow: hidden;
  position: relative;
  z-index: 20; }

#About::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 0;
  width: 65%;
  height: 140px;
  background-color: rgba(255, 255, 255, 0.1);
  transform: skewY(-6deg);
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%); }

#About .container {
  transform: skewY(-6deg); }

.about-columns .left {
  padding-right: 10%; }

#About h2 {
  margin-bottom: 26px; }

#About h3 {
  line-height: 44px;
  margin-bottom: 16px; }

#About h4 {
  margin-bottom: 18px; }

#About p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 26px; }

#About .left p:first-of-type {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 64px; }

#About ul {
  list-style-type: square;
  margin: 0 0 26px 15px; }

#About li {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 2px; }

/* --------------- */
/* Experience */
#Experience {
  padding: 240px 4%;
  background-color: #f4f5f5;
  margin-top: -120px;
  position: relative;
  z-index: 10; }

#Experience h2 {
  margin-bottom: 10px; }

#Experience h4 {
  margin-bottom: 40px; }

#portfolio-map {
  width: 100%;
  height: 680px; }

.map-modal h3 {
  font-size: 24px;
  margin-bottom: 4px; }

.map-modal p {
  font-size: 12px; }

.gm-ui-hover-effect {
  top: -3px !important;
  right: -3px !important; }

.retailers {
  display: flex;
  flex-wrap: wrap;
  margin: 40px auto 120px auto;
  gap: 40px; }

.retailer {
  position: relative;
  flex-basis: calc(33.333% - 27px);
  aspect-ratio: 4/3;
  overflow: hidden; }

.retailer-photo {
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.retailer-photo img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  filter: grayscale(0%);
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }

.retailer:hover .retailer-photo img {
  filter: grayscale(100%); }

.retailer-info {
  position: absolute;
  z-index: 300;
  top: 80%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  background-color: rgba(255, 71, 19, 0.9);
  clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 70%);
  color: white;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.retailer-info-container {
  padding: 6% 6% 14% 6%; }

.retailer-info-container h5 {
  position: relative;
  top: 10px;
  max-width: 80%;
  opacity: 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  transition-delay: 300ms; }

.retailer-info-container p {
  position: relative;
  top: 10px;
  opacity: 0;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  transition-delay: 400ms; }

.retailer-website {
  position: absolute;
  bottom: 2%;
  right: 6%;
  opacity: 0;
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  transition-delay: 500ms; }

.retailer:hover .retailer-website {
  bottom: 6%;
  opacity: 1; }

.retailer-website::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: " \f14c";
  font-size: 12px; }

.retailer-website a, .retailer-website a:visited {
  font-size: 12px;
  color: white;
  padding-right: 5px; }

.retailer-website a:hover, .retailer-website a:visited:hover {
  font-size: 12px;
  color: white;
  padding-right: 5px; }

.retailer:hover .retailer-info {
  top: 2px; }

.retailer:hover .retailer-info-container h5, .retailer:hover .retailer-info-container p {
  top: 0;
  opacity: 1; }

/* --------------- */
/* Team */
#Team {
  padding: 100px 4% 80px 4%; }

#Team h2 {
  margin-bottom: 10px; }

#Team h4 {
  margin-bottom: 40px; }

.team-members {
  width: 92%;
  max-width: 1400px;
  padding: 4%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start; }

.team-member {
  flex-basis: 50%;
  max-width: 600px;
  margin: 0 auto 40px auto;
  display: flex;
  align-content: flex-start;
  align-items: center;
  position: relative;
  opacity: 0;
  top: 40px; }

.team-member .biopic {
  flex-basis: 32%;
  margin: 4% 0;
  text-align: center;
  position: relative; }

.team-member .biopic img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); }

.team-member .border {
  position: relative;
  left: -12px;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding: 10px 8px;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: #ff4713; }

.team-member .biopic::before {
  content: " ";
  position: absolute;
  z-index: 50;
  top: -30px;
  left: -4px;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: rgba(83, 87, 90, 0.1); }

.team-member .biopic::after {
  content: " ";
  position: absolute;
  z-index: 50;
  top: 30px;
  left: -4px;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background-color: rgba(83, 87, 90, 0.1); }

.team-member .bioinfo {
  flex-basis: 60%;
  padding: 0 4% 0 4%;
  margin-left: 8%;
  text-align: left; }

#Team .team-member .bioinfo h4 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 0;
  font-weight: 700;
  color: #ff4713; }

#Team .team-member .bioinfo h4 span {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #ff4713; }

.team-member .bioinfo h5 {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 16px;
  font-weight: 700;
  color: #53575a; }

.team-member .bioinfo h6 {
  font-size: 14px;
  line-height: 21px;
  margin: 0 0 20px 20px;
  color: #53575a;
  font-weight: 500;
  display: inline-block; }

.team-member .bioinfo h6:first-of-type {
  margin: 0 0 20px 0; }

.team-member .bioinfo h6 i {
  margin-right: 6px; }

.team-member .bioinfo p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 25px; }

.fullbio {
  display: none; }

/* --------------------------------- */
/* Bio Popovers */
/* --------------------------------- */
.team-member .bioinfo p.openbio {
  display: inline-block;
  padding: 10px 16px 10px 16px;
  border: 1px solid #ff4713;
  color: #ff4713;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  margin: 0;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.team-member .bioinfo p.openbio:hover {
  cursor: pointer;
  border: 1px solid #2a7050;
  color: #2a7050;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

.fullbio {
  position: fixed;
  z-index: 15000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 0;
  background-color: rgba(83, 87, 90, 0.94);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  visibility: hidden;
  -webkit-transition: opacity 200ms, visibility 200ms;
  transition: opacity 200ms, visibility 200ms; }

.fullbio.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 200ms, visibility 200ms;
  transition: opacity 200ms, visibility 200ms; }

.fullbiocontent {
  display: flex;
  position: relative;
  width: 72%;
  max-width: 1200px;
  height: auto;
  max-height: 72%;
  overflow: auto;
  margin: 0 auto;
  padding: 4%;
  background-color: white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.07), 0 0 4px rgba(0, 0, 0, 0.14); }

.closebio {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  color: #ff4713;
  font-size: 16px;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.closebio i {
  font-size: 32px;
  margin-left: 10px; }

.closebio:hover {
  color: #2a7050;
  cursor: pointer; }

/* Bio Popover Content */
.fullbiocontent .photo {
  flex-basis: 22%;
  padding: 24px 4% 4% 4%;
  text-align: left; }

.fullbiocontent .info {
  flex-basis: 62%;
  padding: 0 4%;
  text-align: left; }

#Team .team-member .bioinfo .fullbiocontent h4 {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 6px; }

#Team .team-member .bioinfo .fullbiocontent h4 span {
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  color: #ff4713; }

.team-member .bioinfo .fullbiocontent h6 {
  font-size: 14px;
  line-height: 21px;
  margin: 0 20px 20px 0;
  font-weight: 700;
  color: #53575a; }

.team-member .bioinfo .fullbiocontent p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px; }

.team-member .bioinfo .fullbiocontent p:last-of-type {
  margin-bottom: 30px; }

.team-member .bioinfo .fullbiocontent i.fa-linkedin-in {
  border: 1px solid #ff4713;
  color: #ff4713;
  border-radius: 50%;
  padding: 9px 10px; }

.team-member .bioinfo .fullbiocontent a:hover i.fa-linkedin-in {
  border: 1px solid #2a7050;
  color: #2a7050; }

.team-member .bioinfo .fullbiocontent i.fa-address-card {
  border: 1px solid #ff4713;
  color: #ff4713;
  border-radius: 50%;
  padding: 9px 8px; }

.team-member .bioinfo .fullbiocontent a:hover i.fa-address-card {
  border: 1px solid #2a7050;
  color: #2a7050; }

/* --------------- */
/* Connect */
#Connect {
  padding: 180px 4% 120px 4%;
  color: white;
  transform: skewY(-6deg);
  background: url("images/connect-bg.png") top left repeat-x;
  position: relative;
  z-index: 20; }

#Connect .container {
  transform: skewY(6deg); }

#Connect h2 {
  margin-bottom: 10px; }

.connect-blocks {
  width: 92%;
  max-width: 1400px;
  padding: 4%;
  text-align: left;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start; }

.contact {
  flex-basis: 50%;
  max-width: 600px;
  margin: 0 auto 40px auto;
  color: white;
  position: relative;
  top: 40px;
  opacity: 0; }

#Connect .contact h4 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 0;
  font-weight: 700;
  color: #ff4713; }

#Connect .contact h4 span {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: white; }

#Connect .contact h5 {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 16px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8); }

#Connect .contact h6 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-weight: 400; }

#Connect .contact h6:last-of-type {
  margin-bottom: 16px; }

.contact a, .contact a:visited {
  color: white; }

.contact a:hover, .contact a:visited:hover {
  color: white; }

.contact i.fa-address-card {
  border: 1px solid white;
  color: white;
  border-radius: 50%;
  padding: 9px 8px;
  margin-right: 6px; }

.contact a:hover i.fa-address-card {
  border: 1px solid white;
  color: white; }

/* --------------- */
/* Footer */
footer {
  padding: 140px 4%;
  text-align: center; }

footer .logo {
  width: 100%;
  max-width: 140px;
  height: auto;
  margin: 0 auto 20px auto; }

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

.tagline {
  margin: 0 auto 20px auto;
  display: flex;
  justify-content: center; }

.tagline li {
  font-family: 'Dense Bold', sans-serif;
  font-size: 36px;
  line-height: 36px;
  margin: 0 40px;
  color: #ff4713;
  position: relative; }

.tagline li:nth-of-type(2) {
  text-transform: uppercase;
  font-size: 36px;
  padding-top: 4px; }

.tagline li:nth-of-type(1)::after {
  position: absolute;
  right: -54px;
  top: 0;
  content: url("images/diamond.svg");
  width: 30px;
  height: auto; }

.tagline li:nth-of-type(3)::before {
  position: absolute;
  left: -54px;
  top: 0;
  content: url("images/diamond.svg");
  width: 30px;
  height: auto; }

footer .social a i {
  font-size: 21px;
  border: 1px solid #53575a;
  color: #53575a;
  border-radius: 50%;
  padding: 9px 10px;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }

footer .social a:hover i {
  border: 1px solid #ff4713;
  color: #ff4713; }

#FooterMenu {
  margin: 50px auto 40px auto;
  justify-content: center; }

#FooterMenu .menu li {
  margin: 0 20px; }

#FooterMenu .menu li a, #FooterMenu .menu li a:visited {
  font-size: 28px; }

.copyright {
  font-size: 12px; }

/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Mobile */
@media screen and (max-width: 769px) {
  /* --------------- */
  /* General */
  h2 {
    font-size: 56px; }

  h4 {
    font-size: 18px;
    line-height: 24px; }

  /* --------------- */
  /* Navigation */
  #Navigation {
    width: 100%; }

  .navigation-panel {
    width: 100%;
    transition-delay: 100ms; }

  .navigation-panel.open {
    height: 80%; }

  #MainMenu {
    top: 80px;
    left: 100%;
    transition-delay: 0ms; }

  #MainMenu.open {
    left: 10%;
    transition-delay: 100ms; }

  .menu {
    flex-wrap: wrap; }

  #MainMenu .menu li {
    flex-basis: 100%;
    margin-bottom: 30px; }

  /* --------------- */
  /* Billboard */
  .billboard-container {
    flex-wrap: wrap;
    padding-bottom: 90px; }

  .billboard-left, .billboard-right {
    flex-basis: 100%; }

  .billboard-left .logo {
    max-width: 100px;
    margin-bottom: 20px; }

  .billboard-left h3 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 30px; }

  .rotation-panels {
    height: 280px; }

  .rotation-panels .bg img {
    -webkit-clip-path: polygon(100% 0, 100% 70%, 50% 85%, 0 70%, 0 0);
    clip-path: polygon(100% 0, 100% 70%, 50% 85%, 0 70%, 0 0); }

  .rotation-panels .rotation-panel img {
    -webkit-clip-path: polygon(100% 0, 100% 70%, 50% 85%, 0 70%, 0 0);
    clip-path: polygon(100% 0, 100% 70%, 50% 85%, 0 70%, 0 0); }

  .billboard-right ul {
    width: 94%;
    margin: 0 auto; }

  /* --------------- */
  /* Logos */
  #Logos {
    padding: 60px 4% 200px 4%; }

  .retailer-logos li {
    flex-basis: 50%; }

  /* --------------- */
  /* About */
  #About {
    padding: 100px 4% 60px 4%; }

  /* --------------- */
  /* Experience */
  #Experience {
    padding: 200px 4% 40px 4%; }

  .retailers {
    gap: 0; }

  .retailer {
    flex-basis: 100%;
    aspect-ratio: reset;
    overflow: visible;
    margin-bottom: 30px; }

  .retailer-photo {
    position: relative; }

  .retailer-info {
    top: 0;
    clip-path: polygon(0% 30%, 0% 100%, 100% 100%, 100% 70%); }

  .retailer-info-container h5, .retailer-info-container p {
    opacity: 1; }

  .retailer-info-container h5 {
    max-width: 70%; }

  .retailer-website {
    opacity: 1;
    bottom: 5%;
    right: 5%; }

  .retailer:hover .retailer-info {
    top: 0; }

  .retailer:hover .retailer-info-container h5 {
    opacity: 1;
    top: 10px; }

  .retailer:hover .retailer-info-container p {
    opacity: 1;
    top: 10px; }

  .retailer:hover .retailer-website {
    bottom: 5%;
    opacity: 1; }

  /* --------------- */
  /* Team */
  #Team {
    padding: 60px 4% 50px 4%; }

  .team-member {
    flex-basis: 100%; }

  .team-member .fullbio .biopic {
    margin: 10px 10px 30px 10px; }

  .team-member .biopic::before {
    top: -20px; }

  .team-member .biopic::after {
    top: 20px; }

  #Team .team-member .bioinfo h4 {
    font-size: 26px; }

  #Team .team-member .bioinfo h4 span {
    font-size: 14px; }

  .fullbiocontent {
    flex-wrap: wrap; }

  .fullbiocontent .photo {
    flex-basis: 50%; }

  .fullbiocontent .info {
    flex-basis: 100%; }

  /* --------------- */
  /* Connect */
  #Connect {
    padding: 120px 4% 60px 4%; }

  .contact {
    flex-basis: 100%; }

  /* --------------- */
  /* Footer */
  footer {
    padding: 80px 4% 80px 4%; }

  .tagline li {
    font-size: 21px;
    line-height: 21px;
    margin: 0 32px; }

  .tagline li:nth-of-type(2) {
    font-size: 32px;
    padding-top: 0; }

  .tagline li:nth-of-type(1)::after {
    right: -46px;
    width: 28px; }

  .tagline li:nth-of-type(3)::before {
    left: -46px;
    width: 28px; }

  #FooterMenu .menu li {
    flex-basis: 100%;
    margin-bottom: 20px; } }
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Device: Tablet Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .billboard-container {
    padding-bottom: 180px; }

  .rotation-panels {
    height: 345px; }

  #Experience {
    padding: 240px 4% 120px 4%; }

  .retailer {
    flex-basis: calc(50% - 20px); } }
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Greater than 768 less than 1400px Wide Desktop */
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .navigation-panel {
    width: 100%; } }
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Greater than 1800px Wide Desktop */
@media screen and (min-width: 1800px) {
  .navigation-panel {
    top: -130px; } }
/* --------------- */
/* Billboard Images */
/* Chrome, Safari, Opera */
@-webkit-keyframes multiple-image-crossfade {
  0% {
    opacity: 1; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  92% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* Standard syntax */
@keyframes multiple-image-crossfade {
  0% {
    opacity: 1; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  92% {
    opacity: 0; }
  100% {
    opacity: 1; } }
