@font-face {
    font-family: 'Helvetica Now Regular';
    src: url('/fonts/HelveticaNowText-Regular.woff') format('woff'),
    	 url('/fonts/HelveticaNowText-Regular.woff2') format('wof2');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Circular STD';
    src: url('/fonts/circular-std-medium.woff') format('woff'),
    	 url('/fonts/circular-std-medium.woff2') format('wof2');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Circular STD Light';
    src: url('/fonts/circular-std-light.woff') format('woff'),
    	 url('/fonts/circular-std-light.woff2') format('wof2');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'Blacker Display Pro Regular';
    src: url('/fonts/Blacker-Pro-Display-Regular.woff') format('woff'),
    	 url('/fonts/Blacker-Pro-Display-Regular.woff2') format('wof2');
    font-weight: normal;
    font-style: normal;

}

/* Utility Classes */

html {
  scroll-padding-top: 80px; 
}

.italic {
    font-style:italic;
}

.w-full {
    width: 100%;
}

.relative {
    position: relative;
}

.items-center {
    align-items: center;
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}


/* Header and Menubar */
.top-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: white;
  z-index: 999;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.menubar-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1250px;
  margin: 0 auto;
  height: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.header-container {
  width: 50%;
  margin:0px auto;
  max-width: 600px;
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
}

.subheader-container {
  width: 50%;
  margin:0px auto;
  max-width: 600px;
  padding: 25px 0px;
  position: relative;
  overflow: hidden;
}

.header-container-no-padding-btm {
  width: 50%;
  margin: 0px auto;
  max-width: 600px;
  padding-top: 50px;
  position: relative;
  overflow: hidden;
}

.menubar-left img { height: 48px; object-fit: contain; }

.menu-icon { height: 32px; width: 32px; cursor: pointer; }

.main-content { padding-top: 60px; max-width:1800px; margin-left: auto; margin-right: auto;}

/* Layout Columns */

.col-60, .col-40 {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    float: left;
}

.col-60 { width: 60%; }

.col-40 { width: 40%; }

.height-400 { height: 400px; }

.height-375 { height: 375px; }

.height-350 { height: 350px; }

.height-325 { height: 325px; }

.height-300 { height: 300px; }


/* Margin and Padding */
.margin-25-25 { margin: 25px 0; }

.margin-0-25 { margin: 0px 0 25px; }

.margin-10-0 { margin: 0px 0 10px; }

.margin-bottom-50 { margin-bottom: 50px; }

.margin-top-50 { margin-top: 50px; }

.padding-bottom-50 { padding-bottom: 50px; }

.padding-top-50 { padding-top: 50px; }

.padding-bottom-25 { padding-bottom: 25px; }

.padding-top-25 { padding-top: 25px; }

.padding-14 { padding-left: 14px; padding-right: 14px; }


.page-section {
    position: relative;
    margin: 0px auto 0px auto;
    width: calc(95% + 0px);
    max-width:1250px;
}

.page-section-25-top {
    position: relative;
    margin: 25px auto 20px auto;
    width: calc(95% + 0px);
    max-width: 1250px;
}

.page-section-25-25 {
    position: relative;
    margin: 25px auto 25px auto;
    width: calc(95% + 0px);
    max-width: 1250px;
}

.section { float: left; width: 100%; }

/* Background Styles */
.background-fff { background: #fff; }

.background-fcfaf8 { background: #fcfaf8; }

.background-1b1b1b { background: linear-gradient(180deg, rgba(27, 27, 27, 1) 0%, rgba(37, 37, 37, 1) 50%); }

.background-5951FF { background: #5951FF; }

.background-e1f4f9 { background: #e1f4f9; }

.background-gradient-ple-blk-radial {background: #5951FF;
background: radial-gradient(circle, rgba(89, 81, 255, 1) 0%, rgba(27, 27, 27, 1) 100%);}

.background-gradient-41B8D5-radial {background: #41B8D5;
background: radial-gradient(circle, rgba(65, 184, 213, 1) 0%, rgba(27, 27, 27, 1) 100%);}

.background-gradient-ple-blk { background: #5951FF;
background: linear-gradient(90deg, rgba(89, 81, 255, 1) 0%, rgba(27, 27, 27, 1) 75%);}

.background-gradient-ple-blk-270 { background: #5951FF;
background: linear-gradient(270deg, rgba(89, 81, 255, 1) 0%, rgba(27, 27, 27, 1) 75%);}

.background-gradient-ple-blk-0-deg { background: #5951FF;
background: linear-gradient(0deg, rgba(89, 81, 255, 1) 0%, rgba(27, 27, 27, 1) 75%);}

.background-gradient-azure-blk {background: #41B8D5;
background: linear-gradient(90deg, rgba(65, 184, 213, 1) 0%, rgba(27, 27, 27, 1) 75%);}

.background-gradient-azure-blk-270-deg {background: #41B8D5;
background: linear-gradient(270deg, rgba(65, 184, 213, 1) 0%, rgba(27, 27, 27, 1) 75%);}

.background-gradient-rose {background: #FC466B;
background: linear-gradient(90deg, rgba(252, 70, 107, 1) 0%, rgba(27, 27, 27, 1) 75%);}

.background-gradient-rose {background: #FC466B;
background: linear-gradient(90deg, rgba(252, 70, 107, 1) 0%, rgba(27, 27, 27, 1) 75%);}

.background-gradient-FFD4C4 {background: #FFD4C4;
background: linear-gradient(270deg, rgba(255, 212, 196, 1) 0%, rgba(255, 134, 116, 1) 30%);}

.background-gradient-06402B {background: #06402B;
background: linear-gradient(90deg, rgba(84, 154, 157, 1) 0%, rgba(6, 64, 43, 1) 75%);}

/* Background Styles End */


/* Industry Card Backgrounds */
.background-gradient-card-5951ff {background: #5951FF;
background: linear-gradient(90deg, rgba(89, 81, 255, 1) 0%, rgba(126, 120, 255, 1) 75%);}

.background-gradient-card-EEAECA {background: #EEAECA;
background: linear-gradient(90deg, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 75%);}

.background-gradient-FC466B {background: #FC466B;
background: linear-gradient(90deg, rgba(252, 70, 107, 1) 0%, rgba(66, 1, 14, 1) 75%);}

.background-gradient-41B8D5 {background: #41B8D5;
background: linear-gradient(90deg, rgba(65, 184, 213, 1) 0%, rgba(15, 57, 67, 1) 75%);}

.background-gradient-c7427b {background: #c7427b;
background: radial-gradient(circle, rgba(199, 66, 123, 1) 0%, rgba(252, 70, 107, 1) 100%);}

.background-gradient-FF5757 {background: #FF5757;
background: linear-gradient(90deg, rgba(255, 87, 87, 1) 0%, rgba(140, 82, 255, 1) 80%);}

.background-gradient-4682B4 {background: #4682B4;
background: linear-gradient(90deg, rgba(70, 130, 180, 1) 0%, rgba(44, 79, 110, 1) 75%);}


.industry-card-link {
    display: block; 
    text-decoration: none; /* remove underline */
    color: inherit; /* keep text color consistent */
}

.industry-card-link:hover .industry-cards {
    transform: scale(1.03); /* Slightly larger (3% bigger) */
    transition: transform 0.2s ease;
    cursor: pointer;
}

/* Industry Card Backgrounds END */

.industry-subheader {
    font-family: 'Circular STD', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.3em;
    line-height: 1.3125em;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 0px;
}

/* Our People */

.bio-thumb {
    border-radius: 100%;
    max-width: 200px;
}

.bio-name {
    margin: 25px 0 10px;
    font-family: 'Blacker Display Pro Regular', "Times New Roman", Times, serif;
    font-weight: 400;
    font-size: 1.8em;
    letter-spacing: normal;
    line-height: 1.4;
    text-transform: none;
    color: #000;
}

.bio-title {
    margin: 10px 0 10px;
    font-family: 'Circular STD', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 1em;
    letter-spacing: normal;
    line-height: 1.4;
    text-transform: none;
    color: #000;
}

.bio-excerpt {
    position: relative;
    margin: 0px auto;
    font-family: Circular STD light, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #000;
    font-size: 15px;
    line-height: 1.5em;
    letter-spacing: normal;
}

/* Borders */
.border-sep-fff {
  border: 1px solid #fff;
  max-width: 150px;
}

.border-sep-000 {
  border: 1px solid #000;
  max-width: 150px;
}

/* Grid Columns Start */
.work-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 24px;
}

/* 4 columns for larger screens */
@media (min-width: 1024px) {
  .work-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1024px) {
  .work-grid {
  gap: 14px;
  }
  .padding-14 { padding-left: 0px; padding-right: 0px; }
}


/* 2 columns for mobile */
@media (max-width: 767px) {
  .work-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.feature-grid-3-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 24px;
}

.feature-grid-2-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 24px;
}

@media (max-width: 1024px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
    }
    .feature-grid-2-col {
    grid-template-columns: repeat(1, 1fr);
    }
    .feature-grid-3-col {
    grid-template-columns: repeat(1, 1fr);
    }
}

.feature-wrapper-4-col {
    position: relative;
    max-width: 750px;
    border-radius: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin-bottom: 20px;
}

.vid-wrapper {
    margin-bottom:12px;
}

.industry-cards {
  position: relative;
  max-width: 750px;
  padding: 24px;
  border-radius: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* Prevents extra space between elements */
  height: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  margin-bottom:20px;
}

.feature-wrapper {
  position: relative;
  max-width: 750px;
  padding: 24px;
  border-radius: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* Prevents extra space between elements */
  align-items: center; /* Centers content horizontally */
  height: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  margin-bottom:20px;
}

.feature-wrapper-0-pad {
  position: relative;
  max-width: 750px;
  padding: 0px;
  border-radius: 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* Prevents extra space between elements */
  align-items: center; /* Centers content horizontally */
  height: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  margin-bottom:0px;
}

.box-shadow-none {
    box-shadow: none;
}

@media (max-width: 1024px) {
  .feature-wrapper {
      padding: 24px 10px;
      max-width:100%;
  }
  .feature-wrapper-0-pad {
    padding: 0px 10px;
      max-width:100%;
  }
  .capability-subheader-fff {
      text-align:center;
  }
}



.col33 {
    width: 33%;

}


a {
  text-decoration: none;
  font-family: Circular STD light, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
}

a:hover {
  text-decoration: none;
}

body {
    letter-spacing:normal;
}

p {
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(0);
  font-family: Circular STD light, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.5em;
  letter-spacing: normal;
  color: #000;
}

.planet-links {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
    font-family: Circular STD light, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    font-weight: 300;
    font-size: 1.1em;
    line-height: 1.5em;
    letter-spacing: normal;
    color: #000;
    margin-bottom:10px;
    margin-top:10px;
}

.planet-links a {
    border-bottom:1px solid;
    text-decoration:none;
}

td {
    padding: 0px;
    font-family: Circular STD light, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 1em;
}


.small-link, .small-link a {
    font-family: Circular STD light, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 300;
    font-size: .6em;
    line-height: 1.625;
    letter-spacing: 1px;
    color: #000;
    margin: 10px 0 0;
    text-transform: uppercase;
    text-decoration:none;
    text-align:center;
    border-bottom: 1px solid;
}

.small-link a:hover {
    text-decoration:underline;
}

/* Video Player Start */
.player.player-sm .ToastBase_module_toast__fb6cbe17 {
    border-radius: 20px;
}

.player.player-sm .Text_module_bpxxs_fontmd__705900fc {
    font-size: 14px;
    font-family: Circular STD light, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.Text_module_bold__705900fc {
    font-weight: 400;
}

.player.player-sm .ToastBase_module_toast__fb6cbe17 {
    border-radius: 20px;
    background: #1b1b1b;
}
/* Video Player End */

/* Color and Text Style Variants */
.purple-text { color: #5951FF; }

.white-font { color: #fff; }

.center { text-align: center; }

.sb-bullets {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
    font-family: Circular STD light, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    font-weight: 300;
    font-size: 1.1em;
    line-height: 1.5em;
    letter-spacing: normal;
    color: #000;
    margin: 1.2em 0;
}

/* List Formats */
ul { padding-left: 0px; }

.check-list li {
  list-style: none;
  position: relative;
  padding-left: 24px;
  color:#000;
  font-size:1.1em;
  letter-spacing:normal;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 1em;
  height: 1em;
  background-image: url('https://www.stranded.me/images/icons/check-outline.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.service-list li {
  list-style: none;
  position: relative;
  padding-left: 24px;
  color:#000;
  font-size:15px;
  letter-spacing:normal;
}

.service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 1em;
  height: 1em;
  background-image: url('https://www.stranded.me/images/icons/check.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

/* Sub list reset */
.service-list .sub-li {
  margin: 6px 0 0 20px;  /* indent sub list */
  padding-left: 0;
}

.service-list .sub-li li {
  list-style: disc;       /* use regular bullets */
  padding-left: 0;        /* no extra padding since bullet shows */
  position: static;       /* disable relative positioning */
  font-size: 14px;        /* slightly smaller text */
  color: #000;            /* softer text color */
}

.service-list .sub-li li::before {
  content: none;          /* remove the checkmark image */
}


.testimonial {
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(0);
  font-family: Circular STD light, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  font-weight: 300;
  font-size: 1.1em;
  line-height: 1.5em;
  letter-spacing: normal;
  color: #000;
  margin-top: 30px;
  margin-bottom: 0
}

p a {
  text-decoration: none;
  border-bottom: 1px solid
}

p a:focus {
  text-decoration: none
}

p a:active,
p a:hover {
  text-decoration: none
}



/* Blog List Container */
.blog-list {
    list-style-type: none;
    padding: 0;
}

/* Blog List Item */
.blog-list li {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f9f9f9;
    transition: background-color 0.3s ease;
}

/* Blog Post Title */
.blog-list li a {
    text-decoration: none;
    font-size: 1.2em;
    color: #333;
    font-weight: bold;
    display: block;
}

/* Hover Effect on Blog Post */
.blog-list li:hover {
    background-color: #e0e0e0;
}

/* Hover Effect on Blog Post Title */
.blog-list li a:hover {
    color: #0066cc;
}


h2.page-title-center, h3.page-title-center {
    font-family: 'Helvetica Now Extra Bold', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    color: #000;
    font-size: 2.6em;
    margin: 25px 0 25px;
    text-align: center;
    text-transform: none;
    letter-spacing: -.01em;
    font-weight: 400;
    background: transparent;
}


.text-wrapper {
  position: relative;
  width: 90%;
  max-width:750px;
  margin: 20px auto;

}

.header-wrapper {
  position: relative;
  width: 95%;
  max-width:750px;
  margin: 20px auto;

}



.description-wrapper {
  position: relative;
  width: 85%;
  max-width:600px;
  margin: 20px 50px 20px 0;
}

.menu-icon {
    width:30px;
    height:auto;
}

.green-check {
    width:12px;
    height:12px;
    vertical-align:middle;
}

.work-title {
  font-style: normal;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Circular STD light, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.5;
  color: #000;
}

.work-title a:focus {
  text-decoration: none
}

strong {
  font-family: Circular STD, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  font-weight: 400;
  font-size: 1em;
  letter-spacing:normal;
}

.span-bold {
    font-family: Circular STD, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    font-weight: 400;
    font-size: 1em;
    letter-spacing: normal;
    color: #000;
}

body {
  padding: 0;
  margin: 0;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Circular STD, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  font-weight: 400;
  transform: translateY(0);
  max-width: 100%;
  text-transform:none;
  letter-spacing:normal;
}

li,
ul {
  font-family: Circular STD light, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  list-style:none;
}

.sidebar-text {
  position: relative;
  font-family: Circular STD, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: normal;
  margin: 0;
  color: #000;
}

.sidebar-text a,
.sidebar-text a:focus {
  font-size: 16px;
  text-decoration: none;
}

.apply-button a {
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background-color: #000;
  border: solid 1px #000;
  padding: 5px 30px;
  font-family: 'Helvetica Now Bold',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.apply-button a:hover,
.apply-button:hover {
  background-color: #1d4d8d;
  border: solid 1px #1d4d8d;
  transition: .2s;
  cursor: pointer
}

.button-black a {
    text-decoration: none;
    border: 1px solid;
    background: #222;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
    font-family: Circular STD, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-top:10px;
}


.about-section {
  min-height: 80%;
  position: relative;
  padding: 0
}


.navbar-nav>li {
  font-size: 14px;
  font-weight: 400;
  color: #000;
}

nav#top_menu1 {
  height: auto;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  width: 100%;
  min-height: 0;
  transition: all linear .25s
}

nav#top_menu {
  height: auto;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  width: 100%;
  min-height: 0;
  transition: all linear .25s
}

nav.positionfixed {
  position: fixed!important;
  transition: all .2s ease-in-out
}

nav.positionfixed .hide-show-logo {
  margin-top: -70px;
  transition: all .2s ease-in-out
}

.radius {
 border-radius:10px;
}

.radius-100 {
 border-radius:100%;
}

/* Responsive Layouts */

@media only screen and (min-width:1022px) {
.col-md-3 {
        width: 25%;
}
}

@media only screen and (max-width:1024px) {
  nav.positionfixed .hide-show-logo {
    margin-top: 0
  }
}

.navbar-default .navbar-nav>li>a {
  color: #fff
}

a.navbar-anchormenu-logo {
  padding: 0
}

a.navbar-anchormenu-logo>img {
  width: 140px;
}

span.fa-bars {
  font-size: 25px
}

/* Main Menu Sidebar */

#main_menu.open {
  transform: translateX(0);
  transition: all linear .3s;
  background-repeat: no-repeat;
  background-position:center;
  z-index:1000;
}

#main_menu {
    width:30%;
    background: linear-gradient(90deg, rgba(89, 81, 255, 1) 0%, rgba(126, 120, 255, 1) 75%);
    transform: translateX(400%);
    display: block;
    transition: all linear .3s;
    right: 0;
}

#mm_header .logo-container {
    background: transparent;
}

#main_menu a.navbar-logo>img {
  width: 45px
}

#mm_header {
  padding: 10px;
  z-index: 11111
}

.menu-left {
    text-align:left;
    padding-left:10px;
}

#main_menu a, #main_menu a:active, #main_menu a:link, #main_menu a:visited {
    text-decoration: none;
    outline: 0;
    color: #fff;
    text-align: left;
    font-family: 'Blacker Display Pro Regular', "Times New Roman", Times, serif;
    font-size: 28px;
    line-height: 60px;
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: 400;
}

#main_menu a:hover {
  color: #a49fff;
}

#main_menu td.terms-link>a {
  font-family: gt_eesti_pro_text_medium, Helvetica, Roboto, Arial, sans-serif;
  font-size: 15px;
  letter-spacing: 0;
  line-height: none;
  text-transform: uppercase;
  margin-right: 50px;
  display: none
}

/* Keep this AFTER your global #main_menu a rule */
#main_menu .sub-menu { 
  display: block;          /* <-- makes items show */
  list-style: none;
  margin: 0;
  padding: 0;
}

#main_menu .sub-menu a.industry-subheader {
  font-family: Circular STD, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  font-size: 16px;
  line-height: 32px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  color: #fff;
  padding: 4px 0 4px 0px;
}
#main_menu .sub-menu a.industry-subheader:hover,
#main_menu .sub-menu a.industry-subheader:focus {
  text-decoration: none;
  color: #a49fff;
}



#main_menu td.socialicons>a {
  font-size: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-left: 10px
}

#main_menu td.socialicons>a:hover {
  color: #a49fff;
}

.black-hole {
  width: 20px;
  height:auto;
}

.sb-services {
    width: 20px;
}

span.fa-close {
  font-size: 16px;
}

span.fa-close img {
  width: 100%
}

/* Main Menu Sidebar END */


.container {
  width: 90%
}

.video-wrapper {
  height: 0;
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 56.34%;
  margin-top: 40px;
  overflow: hidden
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px
}

.padding-all {
  padding-top: 25px;
  padding-bottom: 15px
}

h1.inner-title {
  float: left;
  width: 100%;
  margin: 50px 0;
  text-align: center;
  font-size: 1.5em;
  letter-spacing: -.01em;
  font-weight:800;
  text-transform: none;
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(0);
  color: #000;
  max-width: 100%;
  font-family: 'Helvetica Now Extra Bold',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
}

h1.inner-title-left {
  margin: 25px 0;
  text-align: left;
  font-size: .875em;
  letter-spacing: -.01em;
  text-transform: uppercase;
  color: #000;
  max-width: 100%
}

section.inner-content p {
  float: none;
  width: 100%;
  margin: 0 auto 20px;
  clear: both;
  position: relative;
  top: 0;
  left: 0;
  font-weight: 400;
  transform: translateY(0);
  max-width: 100%;
  color: #000;
  font-family: goudy-old-style, serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: normal;
  text-align: left
}

.service-statement {
  position: relative;
  margin: 50px auto 50px auto;
  width: calc(60% + 0px);
  max-width: 800px;
}

.about-statement {
    position: relative;
    margin: 50px auto 10px auto;
    width: calc(50% + 0px);
    max-width: 800px;
}

.sb-statement {
    position: relative;
    margin: 50px auto 20px auto;
    width: calc(50% + 0px);
    max-width: 700px;
}


.blog-section {
    position: relative;
    margin: 50px auto 20px auto;
    width: calc(95% + 0px);
    max-width:1250px;
}

.blog-title {
  color: #000;
  font-size: 1.025em;
  text-align: left;
  text-transform: capitalize;
  letter-spacing: normal;
  font-weight: 400;
  font-family: 'Circular STD',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-excerpt {
  font-size: 0.95em;
  color: #000;
  line-height: 1.5;
  margin: 0;
}

.quick-menu {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    padding-bottom:25px;
}

.quick-links, .quick-links a {
    font-family: 'Circular STD',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    font-size:1em;
    text-transform:capitalize;
    font-weight:400;
    padding-right:20px;
    text-decoration:none;
    color:#000;
    border-bottom:none;
    letter-spacing:normal;
}

.quick-links a:hover {
    color:#5951FF;
}

.margin-50-0 {
    margin: 50px 0 0px;
}

.margin-mobile-top-25 {
    margin-top: -25px;
}

.margin-50-25 {
    margin-bottom: 50px;
    margin-top: -25px;
}


/* Accordion styles */
.tabs {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.tab {
  width: 100%;
  color: white;
  overflow: hidden;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: linear-gradient(90deg, rgba(89, 81, 255, 1) 0%, rgba(27, 27, 27, 1) 75%);
  font-weight: 600;
  font-size:1.5em;
  cursor: pointer;
  /* Icon */
}
.tab-label:hover {
  background: #463dff;
}
.tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.25s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #2c3e50;
  background: white;
  transition: all 0.25s;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #463dff;
  cursor: pointer;
}
.tab-close:hover {
  background: #463dff;
}

input:checked + .tab-label {
  background: #342aff;
}
input:checked + .tab-label::after {
  transform: rotate(90deg);
}
input:checked ~ .tab-content {
  max-height: 150vh;
  padding: 1em;
}

/* Accordion styles END */

.packages-subheader {
    color: #000;
    font-size: 1.2em;
    text-align: center;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 400;
    font-family: 'Circular STD',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    line-height: 1.2em;
    padding-bottom: 0px;
}

.package-column {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    background: #fff;
    border-radius: 10px;
    padding: 22px;
    box-shadow: 0px 4px 8px 1px rgba(0, 0, 0, 0.07), 0px 2px 4px 1px rgba(0, 0, 0, 0.07), 0px 1px 2px 1px rgba(0, 0, 0, 0.07);
}

.plans-pricing-subheader {
    color: #000;
    font-size: 1.2em;
    margin: 10px 0 10px;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 400;
    font-family: 'Circular STD',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    line-height: 1.2em;
}


.package-title {
  color: #000;
  font-size: 1.5em;
  text-align: left;
  text-transform: capitalize;
  letter-spacing: normal;
  font-weight: 400;
  font-family: 'Circular STD',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 0px;
}

.package-price {
    margin-top:0px;
    margin-bottom:25px;
    font-weight: 400;
    font-size: 1em;
    line-height:1.1em;
    font-family: Circular STD light, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
}

.package-details {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
    font-family: Circular STD light, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 2em;
    letter-spacing: normal;
    color: #000;
    margin-bottom: 10px;
    margin-top: 10px;
}

h1.blog-header {
    color: #000;
    font-size: 2.6em;
    margin: 10px 0 10px;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: normal;
    font-weight: 400;
    font-family: 'Circular STD',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    line-height: 1.2em;
}

h2.blog-header {
  color: #000;
  font-size: 2em;
  margin: 25px 0 25px;
  text-align: left;
  text-transform: none;
    font-family: 'Circular STD',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    line-height: 1.2em;
}

h3.blog-header {
  color: #000;
  font-size: 1.8em;
  margin: 25px 0 25px;
  text-align: left;
  text-transform: none;
    font-family: 'Circular STD',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    line-height: 1.3em;
}


.blog-column {
    width: 95%;
    margin: 20px auto;
    padding-top: 10px;
}



.sidebar-title {
    font-family:'Blacker Display Pro Regular', "Times New Roman", Times, serif;
    font-size:1.6em;
    font-weight:400;
    letter-spacing:-.01em;
    margin-top:25px;
    padding-top:25px;
    border-top:1px solid #000;
}

.blog-list li {
    color: #5951FF;
    font-family:Circular STD light, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    font-weight:600;
    list-style:circle;
}

.sidebar-links, .sidebar-links a {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0);
    font-family: Circular STD light, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5em;
    text-transform:capitalize;
    letter-spacing: normal;
    color: #000;
    margin-bottom:10px;
    margin-top:10px;
    text-decoration:none;
    border-bottom:none;
    list-style:circle;
}

.sidebar-links a:hover {
    text-decoration:underline;
    border-bottom:none;
    color:#999;
}

.cmo-statement {
    position: relative;
    margin: 50px auto 20px auto;
    width: calc(50% + 0px);
    max-width: 700px;
}

.homepage-description {
  position: relative;
  margin: 0 auto 100px auto;
  width: calc(50% + 0px);
  text-align: center
}

.launch-pad-description {
    position: relative;
    margin: 0 auto 50px auto;
    width: calc(50% + 0px);
    text-align: center;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto
}

.shopify-logo {
  max-width: 50px;
  margin-bottom: 10px
}

.service {
  float: none;
  width: 90%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto
}

.service>span {
  float: left;
  width: 100%
}

.service>span>img {
  width: 100%;
  height: auto;
  border-radius: 50%
}

h4.service-title {
  font-family: gt_eesti_pro_text_medium, Helvetica, Roboto, Arial, sans-serif;
  font-size: .8em;
  letter-spacing: 2px;
  margin-bottom: 5px;
  text-transform: uppercase
}

ul.service-listing {
  float: left;
  width: 100%;
  padding: 0;
  margin: 30px 0
}

ul.service-listing li {
  float: left;
  width: 100%;
  padding: 7px 0
}

ul.service-listing li a {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 400
}

.service-listing {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 1em;
  font-weight: 300;
  letter-spacing: normal;
  font-family: goudy-old-style, serif;
  color: #000;
}

.leadership-text {
  padding: 40px 60px
}

.contact-form {
  padding: 40px 60px;
  background: #fcfaf8;
}

.leadership-text>h3 {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  text-align: left;
  font-size: .875em;
  letter-spacing: 2px;
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(0);
  color: #000;
  max-width: 100%;
  text-transform: uppercase
}

.leadership-text>p {
  float: left;
  width: 100%;
  margin: 0 auto 30px;
  clear: both;
  font-size: 18px;
  letter-spacing: 0;
  position: relative;
  top: 0;
  left: 0;
  transform: translateY(0);
  max-width: 100%;
  color: #000!important;
  text-align: left;
  font-family: quasimoda, Helvetica, Roboto, Arial, sans-serif;
  line-height: 40px
}

.team-block {
  padding: 0
}

.team-name {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  vertical-align: middle;
  opacity: 0
}

.team-name>h4 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  color: #fff;
  margin-bottom: 5px!important
}

.team-name>p {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #fff!important;
  margin-bottom: 0!important
}

.team-block>a:hover .team-name {
  opacity: 1;
  transition: all linear .25s
}

.project-thumb {
  width: 100%;
  height: auto;
  max-width: 1200px
}

.project-block {
  padding: 0
}

.project-name {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  vertical-align: middle;
  opacity: 0
}

.project-name>h4 {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 1.05em;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px!important
}

.project-name>p {
  float: left;
  width: 100%;
  font-weight: 300;
  letter-spacing: .5px;
  font-size: 20px;
  text-align: center;
  color: #fff!important;
  margin: 0
}

.project-block>a:hover .project-name {
  opacity: 1;
  transition: all linear .25s
}

.subfooter-container {
    float: left;
    width: 100%;
    position: relative;
    background: #1b1b1b;
    padding-bottom: 25px;
}


.footer-block {
  width: 100%;
  padding: 0;
  margin-top: 30px;
  float: left;
  clear: both;
  position: relative;
  border: 0
}

.ft-padding {
  padding: 60px
}

.footer-link>a {
  width: auto;
  float: left;
  margin-right: 30px;
  font-family: goudy-old-style, serif;
  font-size: .875em;
  font-weight: 300;
  letter-spacing: .5px;
  color: #fff
}

.footer-nav a:hover {
  color: #fff;
  text-decoration:underline;
}

.footer-section-title {
    font-family: 'Circular STD',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    font-weight: 500;
    font-size: 1.1em;
    letter-spacing: normal;
    color: #fafafa;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.footer-nav a, .footer-nav a:focus {
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    float: none;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
}

footer a, footer a:focus, footer a:hover {
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    font-weight:400;
    font-family: Circular STD light, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
}

.footer-copyright, .footer-copyright p {
    font-family: Circular STD light, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    float: none;
    font-size: .875em;
    line-height: .875em;
    color: #bfbfbf;
    font-weight: 400;
}

.key-features {
    font-family: Circular STD, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.625;
    letter-spacing: normal;
    color: #000;
    margin: 10px 0 0;
}



.footer-link>p {
  width: auto;
  float: right;
  margin: 0;
  font-size: .875em;
  color: #fff
}

.icons-footer a, .icons-footer a:focus {
    float: none;
    font-size: 1.5em;
    color: #fff;
    text-decoration: none;
    padding-right: 10px;
}

.icons-footer a:hover {
    color:#eee;
    font-size:1.5em;
}

.leadership-title {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  font-family: Circular STD light, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  color: #000;
  text-align: left;
  font-size: 1.2em;
  letter-spacing: normal;
  text-transform: capitalize;
  font-weight:300;
  position: relative;
  top: 0;
  left: 0
}

.package-subtitle {
    width: 100%;
    margin: 50px 0 10px;
    font-family: Circular STD light, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    color: #000;
    text-align: center;
    font-size: .9em;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
}

span.fa-bars {
  font-size: 0
}

span.fa-bars {
  width: 30px;
  height: auto
}

span.fa-close {
  font-size: 0;
  width: 25px;
  line-height: none
}

.core-content {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 50px
}

.home-bg {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 0px;
  background: #fcfaf8;
  padding-bottom:50px;
}


.cmo-points {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 50px;
  background: #fcfaf8;
  padding-bottom:50px;
}

.bg-dfebfd {
    background:#dfebfd;
    border-radius:10px;
}

.bg-daf0cf {
    background:#daf0cf;
    border-radius:10px;
}

.bg-f7f7f7 {
    background:#f7f7f7;
    border-radius:10px;
}

.bg-B7B3ff {
    background:#B7B3ff;
    border-radius:10px;
}

.bg-dcdaff {
    background:#dcdaff;
    border-radius:10px;
}

.bg-efeeff {
    background:#efeeff;
    border-radius:10px;
}

.bg-e1f4f9 {
    background:#e1f4f9;
    border-radius:10px;
}

.bg-918Cff {
    background:#918Cff;
    border-radius:10px;
}

.bg-5951ff {
    background:#5951ff;
    border-radius:10px;
}

.bg-fff {
    background:#fff;
    border-radius:10px;
}


.bg-d9bfa6 {
    background:#d9bfa6;
    border-radius:10px;
}

.padding-bottom-0 {
    padding-bottom:0px;
}

.customer-story-093b76 {
    float: left;
    width: 100%;
    position: relative;
    background: #093b76;
    padding-bottom: 50px;
}

.customer-story-073447 {
    float: left;
    width: 100%;
    position: relative;
    background: #073447;
    padding-bottom: 50px;
}

.customer-story-1f1f1f {
    float: left;
    width: 100%;
    position: relative;
    background: #1b1b1b;
    padding-bottom: 50px;
}

.customer-story-111 {
    float: left;
    width: 100%;
    position: relative;
    background: #111;
    padding-bottom: 50px;
}

.customer-story-fcfaf8 {
    float: left;
    width: 100%;
    position: relative;
    background: #fcfaf8;
    padding-bottom: 50px;
}

.customer-story-5951ff {
    float: left;
    width: 100%;
    position: relative;
    background: #5951FF;
    padding-bottom: 50px;
}

.customer-story-fff {
    float: left;
    width: 100%;
    position: relative;
    background: #fff;
    padding-bottom: 50px;
}


.customer-container {
    width:100%;
    flex-direction:row;
    align-items: flex-start;
    -webkit-box-align: start!important;
    justify-content:flex-start!important;
    -webkit-box-orient:horizontal!important;
    margin-bottom:25px;
}

.client-thumb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right:10px;
}

.social-network-container {
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    -webkit-box-align: start !important;
    justify-content: flex-start !important;
    -webkit-box-orient: horizontal !important;
    margin-bottom: 15px;
}

.social-network-icon, .social-network-icon a  {
    width: 20px;
    height: 20px;
    margin-right: 0px;
    text-decoration:none;
}

.social-network-name, .social-network-name a {
    margin: 10px 0 0px;
    text-align: left;
    font-family: 'Circular STD Light', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1.2;
    text-transform: capitalize;
    color: #000;
    display: inline-block;
}

.social-network-name a:hover {
    color:#eee;
    text-decoration:none;
}

.company-name {
  font-family: Circular STD, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  text-transform:capitalize;
  font-weight:600;
  font-size:1.1em;
  letter-spacing:normal;
}

.section-subtitle-light {
font-family: 'Circular STD light', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
font-weight: normal;
text-transform: none;
letter-spacing: normal;
font-size: 1.4em;
line-height: 1.3125em;
color:#000;
margin-top:25px;
}

.customer-subheader {
font-family: 'Circular STD', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
font-weight: normal;
text-transform: none;
letter-spacing: normal;
font-size: 1.5em;
line-height: 1.3125em;
color:#000;
margin-top:25px;
}

.customer-header-000 {
  margin: 10px 0 0px;
  text-align: left;
  font-family: 'Circular STD', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  font-weight:400;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: capitalize;
  color: #000;
  display:inline-block;
}

.customer-header-fff {
  margin: 10px 0 0px;
  text-align: left;
  font-family: 'Circular STD', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  font-weight:400;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: capitalize;
  color: #fff;
  display:inline-block;
}

.capability-subheader-fff {
  margin: 10px 0 0px;
  text-align: left;
  font-family: 'Circular STD', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  font-weight:400;
  font-size: 18px;
  letter-spacing: normal;
  line-height: 1.2;
  text-transform: capitalize;
  color: #fff;
  display:inline-block;
}



.customer-subheader-000 {
font-family: 'Circular STD', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
font-weight: normal;
text-transform: none;
letter-spacing: normal;
font-size: 1.3em;
line-height: 1.3125em;
color:#000;
margin-top:25px;
}

.customer-subheader-fff {
font-family: 'Circular STD', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
font-weight: normal;
text-transform: none;
letter-spacing: normal;
font-size: 1.3em;
line-height: 1.3125em;
color:#fff;
margin-top:25px;
}

.sbs-points {
  float: left;
  width: 100%;
  position: relative;
  background: #fcfaf8;
  padding-bottom:50px;
}


.home-content {
  width: 100%;
  position: relative;
  margin-top: 100px;
}

.single-item {
  margin: 0 auto;
  clear: both;
  display: table;
  content: '';
  padding-top: 5px
}

h1.abt1 {
  font-size: 30px;
  line-height: normal;
  letter-spacing: 1px;
  text-align: center;
  width: 80%
}

h4.agency-text {
  width: 65%;
  font-family: Circular STD light, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  font-size: 1.1em;
  line-height: 1.625;
  letter-spacing: .3px;
  font-weight: 300;
  color: #000;
  text-transform: none;
  text-align: center;
  margin: 0 auto
}

.container-fluid-patrick {
  width: 100%;
  margin-right: auto;
  margin-left: auto
}

h4.about-bio {
  float: none;
  width: 100%;
  font-family: Circular STD light, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: normal;
  font-weight: 300;
  color: #000;
  text-transform: none;
  text-align: left;
  margin-right: auto;
  margin-left: auto
}

.privacy-policy,
.terms-conditions {
  width: 50%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Circular STD light, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  letter-spacing: .3px;
  font-size: 1em
}

.legal {
  margin-top: 20px;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  font-family: Circular STD light, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  letter-spacing: .3px;
  font-size: 1em
}

.page-inner {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 700px;
  margin-bottom:25px;
}

#abt2-content {
  min-height: 150px
}

section#services {
  width: 85%;
  margin: auto;
}

.services-icon {
  border-radius: 50%;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cmo-icon {
  width: 50px;
  height:50px;
  margin-left: 0;
  margin-bottom:15px;
  display: block;
}

.feature-icon {
  width: 40px;
  height:40px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:15px;
  display: block;
}

.industry-icon {
  width: 50px;
  height:50px;
  margin-left:0;
  margin-bottom:15px;
  display: block;
}

.space-icons {
  width: 40px;
  height:40px;
  margin-left: 0;
}

.stranded-icon {
  width: 40px;
  height:40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.vulcan-icon {
  width: 30px;
  height:auto;
  margin-left: 0;
}

section#leadership {
  margin-top: 20px;
}

section#team {
  margin-top: 20px;
}

.banner-section {
  width: 100%;
  position: relative;
  margin: 0 auto 0 auto;
  max-width: 1800px;
}

.banner-section2 {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}

.homepage-hero {
  overflow: hidden;
  width: 100%;
  max-width: 1680px;
  position: relative;
  margin: 0 auto 50px auto;
  top: 0;
  display: block
}

.hero-mobile {
  position: relative;
  margin-top: 0;
  width: 100%;
  height: auto;
  top: 0;
  left: 0
}

.hero-desktop {
  width: 100%;
  height:auto;
}

.testimonial-section {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 auto 50px
}

.banner-center {
  width: 90%;
  position: relative;
  margin: 50px auto;
  max-width: 1250px
}

.banner-section-contact {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 25px
}

.icons-row {
  margin-left: 0;
  margin-right: -15px
}

h1.client-name {
  width: 90%;
  font-size: .8em;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  top: 0;
  left: 0;
  margin: 5px auto
}

.secondary-serif {
    font-family: goudy-old-style, serif;
}

.page-title-h1 {
  font-family: 'Blacker Display Pro Regular', "Times New Roman", Times, serif;
  color: #000;
  font-size: 3em;
  text-transform: none;
  letter-spacing: -.01em;
  font-weight: 400;
  line-height:1.1em;
}


.page-title-h2 {
  color: #000;
  font-size: 2.8em;
  margin: 25px 0 25px;
  text-align: left;
  text-transform: none;
  letter-spacing: -.01em;
    font-weight: 400;
    font-family: 'Blacker Display Pro Regular', "Times New Roman", Times, serif;
  line-height: 1.1em;
}

.page-title-h3 {
  color: #000;
  font-size: 2.6em;
  margin: 20px 0 20px;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
    font-weight: 400;
    font-family: 'Circular STD',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  line-height: 1.1em;
}

.page-subtitle {
    font-family: 'Circular STD',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    font-size:1.5em;
    font-weight:400;
    line-height:1.2em;
}

.title-align-left {
    text-align:left;
}

.title-align-center {
    text-align:center;
    margin-right:auto;
    margin-left:auto;
}

.margin-50 {
   margin: 50px 0 25px;
}

.width-60 {
    width:60%;
}

.header-000 {
    color:000;
}

.header-fff {
    color:#fff;
}

.header-5951FF {
    color:#5951FF;
}

.contact-form {
    font-family: 'Blacker Display Pro Regular', "Times New Roman", Times, serif;
    color: #000;
    font-size: 2.8em;
    margin: 25px 0 25px;
    text-align: center;
    text-transform: none;
    letter-spacing: -.01em;
    font-weight: 400;
    background: transparent;
}

h1.contact-title {
  font-size: 1em;
  margin: 25px 0 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -.01em;
  font-weight: 400;
}

.about-title-h1 {
    font-size: 3em;
    text-transform: none;
    letter-spacing: -.01em;
    font-weight: 400;
    font-family: 'Blacker Display Pro Regular', "Times New Roman", Times, serif;
    line-height: 1.2em;
}

.about-title-h2 {
  font-size: 2.4em;
  margin: 25px 0 10px;
  text-transform: none;
  letter-spacing: -.01em;
  font-weight: 400;
  font-family: 'Circular STD',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;;
  line-height: 1.2em;
}

.home-title-h1 {
    color: #fff;
    font-size: 2.92em;
    margin: 10px 0 10px;
    text-transform: none;
    letter-spacing: -.01em;
    font-weight: 400;
    font-family: 'Blacker Display Pro Regular', "Times New Roman", Times, serif;
    line-height: 1.1em;
}

.home-title-h2 {
  color: #000;
  font-size: 2.8em;
  margin: 10px 0 10px;
  text-transform: none;
    letter-spacing: -.01em;
    font-weight: 400;
    font-family: 'Blacker Display Pro Regular', "Times New Roman", Times, serif;
    line-height: 1.1em;
}

.home-title-h3 {
  color: #000;
  font-size: 2.8em;
  margin: 10px 0 10px;
  text-transform: none;
    letter-spacing: -.01em;
    font-weight: 800;
    font-family: 'Helvetica Now Extra Bold',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    line-height: 1.1em;
}

h2.genz-title {
  font-size: 2.6em;
  margin: 25px 0 25px;
  text-align: center;
  text-transform: none;
  letter-spacing: -.01em;
  font-weight: 400;
  font-family: 'Blacker Display Pro Regular', "Times New Roman", Times, serif;
  line-height: 1.2em;
}

h3.genz-title {
  font-size: 2.6em;
  margin: 10px 0 10px;
  text-align: center;
  text-transform: none;
  letter-spacing: -.01em;
  font-weight: 400;
  font-family: 'Blacker Display Pro Regular', "Times New Roman", Times, serif;
  line-height: 1.3em;
}

h2.article-title {
    color: #000;
    font-size: 2.6em;
    margin: 10px 0 10px;
    text-align: left;
    text-transform: none;
    letter-spacing: -.01em;
    font-weight: 400;
    font-family: goudy-old-style, serif;
    line-height: 1.3em;
}




.cmo-title-h1 {
    color: #000;
    font-size: 2.6em;
    margin: 25px 0 10px;
    text-align: left;
    text-transform: none;
    letter-spacing: -.01em;
    font-weight: 800;
    font-family: 'Blacker Display Pro Regular', "Times New Roman", Times, serif;
    line-height: 1.2em;
}

.cmo-title-h2 {
  color: #000;
  font-size: 2.4em;
  margin: 10px 0 10px;
  text-align: left;
  text-transform: none;
  letter-spacing: -.01em;
    font-weight: 800;
    font-family: 'Blacker Display Pro Regular', "Times New Roman", Times, serif;
  line-height: 1.2em;
}

.cmo-title-h3 {
  color: #000;
  font-size: 2.2em;
  margin: 25px 0 10px;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
    font-weight: 400;
    font-family: 'Circular STD',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  line-height: 1.2em;
}

.schedule-chat {
  color: #5951FF;
  font-size: 2.6em;
  margin: 10px 0 10px;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 800;
  font-family: 'Helvetica Now Extra Bold',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  line-height: 1.2em;
}

.purple-header {
    color: #5951FF;
    font-size: 2.3em;
    margin: 10px 0 10px;
    text-align: left;
    text-transform: none;
    letter-spacing: -.01em;
    font-weight: 400;
    font-family: goudy-old-style, serif;
    line-height: 1.25em;
}

h4.cmo-benefits {
  color: #000;
  font-size: 1.2em;
  text-transform: none;
  font-weight: 400;
  font-family: goudy-old-style, serif;
  line-height: 1.5em;
}

h3.ada-package {
  color: #000;
  font-size: 2em;
  margin: 10px 0 10px;
  text-align: center;
  text-transform: none;
  letter-spacing: -.01em;
  font-weight: 400;
  font-family: goudy-old-style, serif;
  line-height: 1.2em;
}


.sb-title {
  color: #000;
  font-size: 1.8em;
  margin: 25px 0 10px;
  text-align: left;
  text-transform: none;
  letter-spacing: -.01em;
  font-weight: 400;
  font-family: goudy-old-style, serif;
}

.stranded-about {
  font-family: goudy-old-style, serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: normal;
  color: #000;
  text-transform: none
}

h3.patrick-name {
  font-family: gt_eesti_pro_text_medium, Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: .9em;
  line-height: 1em;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px
}

h2.vision-statement {
  font-family: goudy-old-style, serif;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -.01em;
  font-weight: 200;
  color: #000;
  text-transform: none;
  text-align: left;
  margin-bottom: 15px
}

h2.project-categories {
  width: 90%;
  font-family: quasimoda, Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.75em;
  line-height: 1.4;
  letter-spacing: .5px;
  font-weight: 200;
  color: #000;
  text-transform: none;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 15px
}

h3.client-quote {
  font-family: goudy-old-style, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -.01em;
  color: #000;
  text-transform: none
}

h4.vision-statement {
  font-family: goudy-old-style, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: -.01em;
  color: #000;
  text-transform: none
}

h2.privacy-header {
  color: #000;
  font-size: 2em;
  margin: 25px 0 25px;
  text-align: left;
  text-transform: none;
  letter-spacing: -.01em;
  font-weight: 400;
  font-family: goudy-old-style, serif;
  line-height: 1.25em;
}

h3.privacy-header {
  color: #000;
  font-size: 1.5em;
  margin: 25px 0 15px;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 600;
  font-family: quasimoda, Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25em;
}

h4.privacy-header {
  color: #000;
  font-size: 1.3em;
  margin: 25px 0 15px;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 600;
  font-family: quasimoda, Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.25em;
}



.about-columns {
  width: 95%;
  margin: 20px auto;
  max-width: 1250px
}

.pk-column {
    width: 95%;
    margin: 20px auto;
    max-width: 1250px;
    padding-top: 50px;
}

.container-project-scope {
  width: 90%;
  margin: 50px auto;
  max-width: 1250px
}

.container-contact {
  width: 90%;
  margin: 25px auto
}

.section-subheaders {
  margin: 0 0 10px;
  text-align: left;
  font-family: 'Circular STD', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  font-weight:400;
  font-size: 1.3em;
  letter-spacing: normal;
  line-height: 1.4;
  text-transform: none;
  color: #000;
}

.cmo-scope {
  margin: 0 0 10px;
  font-family: 'Circular STD', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  font-weight:400;
  font-size: 1.3em;
  letter-spacing: normal;
  line-height: 1.4;
  text-transform: none;
  color: #000;
}

.feature-scope {
  margin: 0 0 10px;
  font-family: 'Circular STD', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  font-weight:400;
  font-size: 1.3em;
  letter-spacing: normal;
  line-height: 1.4;
  text-transform: none;
  color: #000;
}

.faq-question-title {
  margin: 0 0 10px;
  font-family: 'Circular STD', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  letter-spacing: normal;
  line-height: 1.4;
  text-transform: none;
  color: #000;
}

h4.subheader {
  margin: 10px 0 10px;
  text-align: left;
  font-family: 'Circular STD', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  font-weight:400;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #888;
}

.section-label-fff {
  margin: 10px 0 10px;
  text-align: left;
  font-family: 'Circular STD', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  font-weight:400;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
}

.post-date, .breadcrumbs {
  margin: 0 0 10px;
  text-align: left;
  font-family: Circular STD light, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  font-weight:400;
  font-size: .8em;
  letter-spacing: normal;
  line-height: 1.5;
  text-transform: capitalize;
}

.cmo-scope-description {
    position: relative;
    margin: 0px auto;
    font-family: Circular STD light, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    color: #000;
    font-size: 1.1em;
    line-height: 1.5em;
    letter-spacing: normal;
}

.faq-question {
    position: relative;
    margin: 0px auto;
    font-family: Circular STD light, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    color: #000;
    font-size: 15px;
    line-height: 1.5em;
    letter-spacing: normal;
}

.project-scope {
  font-family:quasimoda, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin: 0 0 10px;
  text-align: left;
  font-size: 1.2em;
  letter-spacing: 2px;
  line-height: 1.7;
  text-transform: uppercase;
  color: #000;
  font-weight:600;
}

h4.project-scope a,
h4.project-scope a:hover {
  text-decoration: none
}

h4.work-name {
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  text-transform: capitalize;
  font-size: 1.2em;
  letter-spacing: normal;
  line-height: 1.5;
  color: #000;
  margin: 0 0 25px;
  text-align: left;
}

h4.work-name a:focus {
  text-decoration: none;
}

h4.home-work {
    font-family: goudy-old-style, serif;
    text-transform: capitalize;
    font-size: 1.2em;
    letter-spacing: normal;
    line-height: 1.5;
    color: #000;
    margin: 0 0 25px;
    text-align: left;
}

h4.home-work a:focus {
  text-decoration: none;
}

h4.article-name {
    font-family: goudy-old-style, serif;
    text-transform: capitalize;
    font-size: 1.2em;
    letter-spacing: normal;
    line-height: 1.5;
    color: #000;
    margin: 0 0 25px;
    text-align: left;
}

h4.article-name a:focus {
  text-decoration: none;
}

.project-icons {
  margin-bottom: 50px
}

.container-video-scope {
  width: 90%;
  margin: 50px auto;
  max-width: 1250px
}

.view-more-projects {
  width: 95%;
  margin: 25px auto;
  clear: both;
  display: table;
  content: '';
  max-width: 1250px
}

h4.more-projects {
  float: left;
  width: 100%;
  margin: 25px 0;
  text-align: center;
  font-size: .8em;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  top: 0;
  left: 0;
  color: #000;
}


.project-titles,
.project-titles a {
  float: left;
  width: 100%;
  text-align: left;
  font-family: 'Circular STD',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  font-size: 1em;
  letter-spacing: normal;
  position: relative;
  top: 0;
  left: 0;
  color: #000;
  font-weight:400;
  text-transform: capitalize;
  margin-top:10px;
}

.project-titles a:hover {
  color: #888;
  text-decoration: none
}

.contact-section {
  margin: 25px 100px 44px
}

.contact-info-header {
  font-family: 'Circular STD', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  font-size: 1.2em;
  color: #000;
  letter-spacing: normal;
  text-transform: capitalize;
  float: left;
  width: 100%;
  margin: 25px 0 0;
  text-align: left;
  position: relative;
  top: 0;
  left: 0;
  font-weight: 400;
}

.space-quote {
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  font-weight: 300;
  font-size: .875em;
  line-height: 1.625;
  letter-spacing: .3px;
  color: #000;
  margin: 10px 0 0;
  text-align: center;
}

.author-quote {
  font-family: goudy-old-style, serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: normal;
  color: #000;
  margin: 10px 0 0;
  text-align: left;
}

.testimonial-quote {
  font-family: Circular STD light, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 25px;
  letter-spacing: .5px;
  color: #000;
  margin: 10px 0 0;
  text-align: left
}

.photo-credit {
  font-family: Circular STD light, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  font-weight: 400;
  font-size: .8em;
  line-height: 1.625;
  letter-spacing: normal;
  color: #999;
  margin: 10px 0 0;
}

.copyright {
  font-family: Circular STD light, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  font-weight: 300;
  font-size: .8em;
  line-height: 1.625;
  letter-spacing: normal;
  color: #000;
  margin: 10px 0 0;
}


p.copyright a {
  text-decoration: none;
  border-bottom: none;
}

p.copyright a:hover {
  border-bottom: 1px solid #000;
}

.copyright-fff {
    font-family: Circular STD light, -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    font-weight: 300;
    font-size: .8em;
    line-height: 1.625;
    letter-spacing: normal;
    color: #fff;
    margin: 10px 0 0;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    font-family: 'Circular STD', -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    font-size: 1em;
    text-transform: capitalize;
}


input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  font-weight: 300;
  font-size: 1em;
  letter-spacing: .3px;
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  height: 40px;
  padding: 10px;
  color: #000;
  margin-top: 0;
  margin-bottom: 25px;
  border: 1px solid #000;
  width: 100%
}

.button-container {
    width:100%;
    flex-direction:row;
    align-items: center;
}

a.button,
button,
input[type=button],
input[type=password] {
    white-space: normal;
    border: solid 1px #1b1b1b;
    border-radius: 70px;
    background: #1b1b1b;
    color: #fff;
    font-family: 'Circular STD',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    font-weight: 400;
    padding: 10px 20px;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.1em;
    letter-spacing: normal;
    text-decoration:none;
}

input[type=submit] {
    white-space: normal;
    border: solid 1px #5951FF;
    border-radius: 5px;
    background: #5951FF;
    color: #fff;
    font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    padding: 10px 20px;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.1em;
    letter-spacing: normal;
    text-decoration:none;
    cursor:pointer;
}

a.button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  background-color: #5951FF;
  border: 1px solid #5951FF;
  color:#fff;
  text-decoration:none;
}

.button-purple, .button-purple a {
    white-space: normal;
    border: solid 1px #5951FF;
    border-radius: 70px;
    background: #5951FF;
    color: #fff;
    font-family: 'Circular STD',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    font-weight: 400;
    padding: 10px 20px;
    text-transform: capitalize;
    margin-top: 10px;
    font-size: 1.1em;
    letter-spacing: normal;
    text-decoration:none;
    display:inline-block;
}

a.button-purple:hover {
  background-color: #6c65ff;
  border: 1px solid #6c65ff;
  color:#fff;
  text-decoration:none;
}

.button-outline-1f1f1f, .button-outline-1f1f1f a, .button-outline-1f1f1f, .button-outline-1f1f1f {
    white-space: normal;
    border: solid 1px #1b1b1b;
    border-radius: 70px;
    background: transparent;
    color: #1b1b1b;
    font-family: 'Circular STD',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    font-weight: 400;
    padding: 10px 20px;
    text-transform: capitalize;
    margin-top: 10px;
    font-size: 1.1em;
    letter-spacing: normal;
    text-decoration:none;
    display:inline-block;
}

a.button-outline-1f1f1f:hover {
  background-color: #1b1b1b;
  border: 1px solid #1b1b1b;
  color:#fff;
  text-decoration:none;
}


.button-outline-fff, .button-outline-fff a {
    white-space: normal;
    border: solid 1px #fff;
    border-radius: 70px;
    background: transparent;
    color: #fff;
    font-family: 'Circular STD',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    font-weight: 400;
    padding: 10px 20px;
    text-transform: capitalize;
    margin-top: 10px;
    font-size: 1.1em;
    letter-spacing: normal;
    text-decoration:none;
    display:inline-block;
}

a.button-outline-fff:hover {
  background-color: #fff;
  border: 1px solid #FFF;
  color:#000;
  text-decoration:none;
}


.button-fff, .button-fff a {
    white-space: normal;
    border: none;
    border-radius: 70px;
    background-color: #FFFFFF33;
    color: #fff;
    font-family: 'Circular STD',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    font-weight: 400;
    padding: 10px 20px;
    text-transform: capitalize;
    margin-top: 10px;
    font-size: 1.1em;
    letter-spacing: normal;
    text-decoration:none;
    display:inline-block;
}

a.button-fff:hover {
  background-color: #fff;
  color:#000;
  text-decoration:none;
}

input,
textarea {
  padding-bottom: 200px;
  padding-left: 10px;
  width: 100%;
  border: 1px solid;
  border-radius: 0;
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
}

.no-pad {
  padding: 0
}

.tag-outline-1f1f1f {
    white-space: normal;
    border: solid 1px #1b1b1b;
    border-radius: 20px;
    background: transparent;
    color: #1b1b1b;
    font-family: 'Circular STD',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
    font-weight: 400;
    padding: 5px 10px;
    margin-right:5px;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 13px;
    letter-spacing: normal;
    text-decoration:none;
    display:inline-block;
}


#bg_trans {
  width: 100%;
  display: block;
  background-color: #fff;
  opacity: 0
}

#toggleMainMenu img {
  position: absolute;
  top: 25%;
  right: 30px;
  width: 20px
}

#cancel {
  max-width: 52px
}

.clearfix {
  margin-top: -75px
}

#x-cursor {
  display: none;
  visibility: hidden
}

#ftr-main {
  background: #1b1b1b;
  width: 100%;
  max-width: 1800px;
}

#mail-choice {
  opacity: 0;
  visibility: hidden;
  width: 50%;
  top: 30%;
  left: 30%;
  padding: .5px;
  color: #000;
  z-index: 1000;
  position: absolute;
  font-family: quasimoda, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif
}

#mail-choice a {
  text-decoration: none
}

#mail-choice ul {
  background-color: #fff;
  padding: 1em
}

.mail-button {
  color: #fff;
  width: 100%;
  max-width: 545px;
  letter-spacing: .1em;
  white-space: normal;
  margin-top: 10px;
  font-size: 1.3em;
  padding: .5em;
  font-weight: 400;
  border: 1px transparent;
  border-radius: 5px;
  transition: background .5s linear, color .25s ease;
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
  text-transform: none
}

.mail-button:hover {
  background-color: #fff;
  transition: background .5s linear, color .25s ease
}

.mailer-link:hover {
  cursor: pointer
}

#mail-choice-close:hover {
  cursor: pointer;
}

#mail-to-button {
  background-color: #2d3f53;
}

#mail-to-button:hover {
  color: #2d3f53;
  background-color: #fff;
}

.btn:focus {
  outline: 0
}

@media only screen and (min-width:757px) {
.home-bg {
    padding-bottom:50px;
}
}

@media only screen and (min-width:829px) {
  .hero-mobile {
    display: none
  }
}

@media only screen and (min-width:829px) and (max-width:1024px) {
  .homepage-description {
    width: 65%;
  }
  .client-thumb {
    width: 64px;
    height: 64px;
    border-radius: 75px;
  }
}

@media only screen and (max-width:500px) {
  #main_menu {
    width: 75%;
  }
}

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

.col-60 {
    width:100%;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    float:left;
}

.col-40 {
    width:100%;
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    float:left;
}
    .tab-label {
    font-size:1em;
    line-height:1.2;
}
    .page-section-25-top {
    margin: 25px auto 20px auto;
}

.page-title-h1, .about-title-h1, .cmo-title-h1, h1.blog-header {
  font-size:2.2em;
  line-height:1.1;
}

.home-title-h1 {
  font-size:2em;
  line-height:1.2;
  width:98%;
}

.page-title-h2, .home-title-h2, .cmo-title-h2, .cmo-title-h3, .page-title-h3, .schedule-chat, h3.genz-title, .contact-form {
  font-size:2em;
}

.about-title-h2 {
  font-size:1.8em;
}

h1.blog-header {
  font-size:2em;
  line-height:1.1;
    
}

h2.blog-header, h3.blog-header {
    font-size:1.8em;
}

.sidebar-title {
font-size:1.4em;
}

.customer-subheader-fff, .customer-subheader-000 {
    font-size:1.3em;
}
  .width-60 {
 width:100%;
}

.stranded-icon {
    margin-top:30px;
}

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

a.navbar-anchormenu-logo>img {
    width: 120px;
}
.menu-icon {
    width: 25px;
    height: auto;
}

  .col-8-xs-2 {
    width:50%;
 }

 .column-float-left {
     float:left;
 }
 .column-float-right {
     float:right;
 }
 .col-6-md-3,  .col-6-sm-3, .col-6-xs-6 {
     padding-left:7px;
     padding-right:7px;
 }
 h4.home-work {
     font-size:1em;
 }
 .mobile-2column {
     width:50%;
 }
 .list-center {
     text-align:center;
 }
  h4.cmo-scope, .cmo-scope {
      text-align:center;
  }
  
  .feature-scope {
      text-align:center;
  }
  .cmo-icon, .feature-icon {
   margin-left:auto;
   margin-right:auto;
  }
  .cmo-scope-description {
   text-align:center;
  }
  .col33 {
    width: 100%;

  }
  .hero-desktop {
    display: none
  }
  .home-content {
    margin-top: 0
  }
  h4.vision-statement {
    font-family: goudy-old-style, serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: normal;
    color: #000;
    text-transform: none
  }
  .footer-nav a,
  .footer-nav a:focus {
    font-size: .8em;
    line-height: .8em
  }
  .icons-footer a,
  .icons-footer a:focus {
    font-size: 1.2em
  }
  .homepage-hero {
    padding-top: 0
  }
  .col-sm-3,
  .col-xs-6,
  .container {
    padding-left: 0;
    padding-right: 0
  }
  .about-columns {
    width: 100%
  }
  .description-wrapper {
    width: 90%;
    max-width: 600px;
    margin: 20px auto;
  }
  h4.client-quote,
  h4.stranded-about {
    font-size: 18px;
    line-height: 26px
  }
  .author-quote {
    font-size: 16px;
    line-height: 26px
  }
  .about-statement, .service-statement {
    width: 90%;
    max-width: 700px;
    margin-bottom: 0;
    margin-top: 0
  }
  .cmo-statement {
    width: 90%;
    max-width: 700px;
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .sb-statement {
    width: 90%;
    max-width: 700px;
    margin-bottom: 25px;
    margin-top: 50px;
  }
  .sb-services {
    width: 16px;
    }
  .homepage-description {
    width: 90%;
    margin-bottom: 75px
  }
  .container-video-scope {
    width: 100%;
    margin: 50px auto
  }
  .page-inner {
    width: 90%
  }
  h1.page-title {
    margin: 10px 0 25px
  }
  h1.inner-title-left {
    font-size: .8em
  }
  h1.contact-title {
    margin: 10px 0 0
  }
  .project-titles {
    padding-left: 10px
  }
  h4.work-name {
    font-size: 1.25em
  }
  .project-name>p {
    font-size: 1em
  }
  #mm_main_links .mm-section-list .mm-section-list-item {
    font-size: 20px;
    line-height: 1.4
  }
  .testimonial-section {
    width: 100%
  }
  .services-container {
    width: 90%
  }
  .services-icon {
    width: 100px
  }
  .container {
    width: 100%
  }
  .service-listing {
    font-size: 1em;
  }
  ul.service-listing li {
    padding: 5px 0;
  }
  .leadership-text>h3 {
    margin: 10px 0 5px;
  }
  h4.leadership-title {
    font-size: .9em;
  }
  h4.agency-text {
    text-align: left;
    width: 90%;
    font-size: 1em;
    line-height: 1.625;
    font-weight: 400;
    margin-left: auto;
    margin-right: auto
  }
  .leadership-text {
    padding: 20px 20px
  }
  .contact-form {
    padding: 20px 40px
  }
  h1.client-name {
    font-size: .8em;
    margin-bottom: 5px
  }
  h3.project-categories {
    font-size: 1em;
    line-height: 1.4
  }
  h4.more-projects,
  h4.project-scope {
    font-size: .8em;
    line-height: 1.6
  }
  .banner-center {
    width: 90%;
    position: relative;
    margin: 5px auto
  }
  .related-project-images {
    margin-top: 0;
    margin-bottom: 0
  }
  .footer-menu {
    line-height: 1.8em
  }
  #ftr-main {
    border-top: none
  }
  .ft-padding {
    padding: 30px
  }
  .footer-link>p {
    float: none;
    font-size: .75em
  }
  .footer-link>a {
    float: none;
    margin-right: 0;
    letter-spacing: .3px;
    padding-left: 10px;
    padding-right: 10px
  }
  .text-center-xs {
    padding: 10px 0
  }
  .contact-section {
    margin: 25px 50px
  }
}

@media only screen and (max-width:1024px) {
.header-container {
  width: 100%;
  max-width: 850px;
  padding: 50px 20px;
}

.subheader-container {
  width: 100%;
  max-width: 850px;
  padding: 25px 20px;
}

.header-container-no-padding-btm {
  width: 100%;
  padding: 50px 20px 0px 20px;
}
    .customer-header-fff, .customer-header-000{
    margin-left:0px;
    }
  #main_menu a, #main_menu a:active, #main_menu a:link, #main_menu a:visited {
        font-size:26px;
    }
  .view-more-projects {
    width: 100%
  }
  .related-project-images {
    margin-top: 0px;
    padding-left:5px;
    padding-right:5px;
  }
}