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

h1 {
  position: relative;
  left: -5px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #e3e3e3;
  font-size: 70px;
  line-height: 1.5;
  font-weight: 200;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  color: #e3e3e3;
  font-size: 23px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

@media screen and (max-width: 550px) {
  h2{ font-size: 18px; }
  h3{ font-size: 10px;  }
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #e3e3e3;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media screen and (max-width: 550px) {
  h1{ font-size: 50px; }
}

p {
  margin-bottom: 24px;
  font-family: Roboto, sans-serif;
  color: #cccccc;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.body {
  background-color: #181a1c;
}

.site-constraint {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 2000px;
  min-height: 500px;
  margin-right: auto;
  margin-left: auto;
}

.heading {
  color: #e3e3e3;
}

.heading-2 {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.p--large, .p--large p{
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: #e3e3e3;
}

.site-header {
  position: fixed;
  z-index: 4;
  display: block;
  width: 100%;
  max-width: 2000px !important;
}

.site-logo {
  width: 200px;
  z-index: 10;
}

.site-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  position: relative;
}

.container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}

@media screen and (max-width: 550px) {
  .container{
    padding-right: 16px;
    padding-left: 16px;
  }
}

.header-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-menu--cart-link {
  display: inline-block;
  flex-shrink: 0;
  z-index: 5;
  position: relative;
  top: 2px;
}

.b-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d1f22;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .09);
  overflow: hidden;
  min-height: 64px;
}

.b-card--link{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.card--text {
  display: block;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card--image {
  width: 112px;
  height: 112px;
  background-image: url('../images/GM_Chimera_SQ.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.card--links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 72px;
  padding-right: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  flex-shrink: 0;
}

@media screen and (max-width: 550px) {
  .card--links{ display: none; }
  .card--text{ padding: 0 24px; }
  .card--image{ width: 96px; height: 96px; }
}

.card--links.single {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-circle{
  position: relative;
  overflow: hidden;
  width: 32px;
  height: 32px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 9999px;
  background-color: #252a2f;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-decoration: none;
  display: inline-block;
}

.btn-circle:hover {
  background-color: #454d55;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.btn-circle.btn-circle-dark {
  background-color: #1d1f22;
}

.btn-circle.btn-circle-dark:hover {
  background-color: #454d55;
}

.btn-circle.btn-free {
  width: auto;
  padding-right: 16px;
  padding-left: 16px;
  background-color: #e3e3e3;
}

.i-arrow {
  position: relative;
  height: 16px !important;
  width: auto !important;
  top: 5px;
  left: 12px;
}

.i-arrow.i-arrow-down {
  top: 1px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.i-plus {
  position: relative;
  width: 16px !important;
  height: 16px !important;
  left: 8px;
  top: 5px;
}

.btn-circle--label {
  width: 140px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  color: #181a1c;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.card--content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card--content:hover {
  -webkit-transform: scale(1.125);
  -ms-transform: scale(1.125);
  transform: scale(1.125);
}

.site-hero {
  padding-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.site-hero--slide {
  padding-top: 160px;
  padding-bottom: 160px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}

.site-hero--cover{
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .83), rgba(29, 42, 82, .47));
  background: linear-gradient(90deg, rgba(0, 0, 0, .83), rgba(29, 42, 82, .47));
  height: 1000px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.site-hero--slide--content{
  position: relative;
  z-index: 2;
}

.btn {
  margin-right: 16px;
  padding: 16px 32px;
  border-radius: 9999px;
  background-color: #e3e3e3;
  transition: transform 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #181a1c;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.btn-text {
  display: inline-block;
  margin-right: 8px;
  padding: 16px 32px;
  border-radius: 9999px;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #e3e3e3;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-text:hover {
  background-color: hsla(0, 0%, 89%, .15);
  color: #e3e3e3;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 600px) {
  .btn-text, .btn{ display: inline-block; margin-bottom: 16px; }
}

.spacer-section {
  margin-bottom: 40px;
}

.site-hero--slides {
  width: 100%;
}

.site-hero--nav-container{
  z-index: 3;
}
.site-hero--nav {
  position: relative;
  top: -57px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #1d1f22;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .09);
}

.site-hero--nav--link {
  display: block;
  width: 100%;
  height: 112px;
  float: left;
  background-image: url('../images/Polygon_WS.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
}

.card-feed {
  padding-top: 0px;
  padding-bottom: 48px;
}

.border-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 66px;
}

.h3--dark {
  margin-right: 8px;
  color: #4b5258;
}

.divider {
  position: relative;
  top: 8px;
  height: 1px;
  margin-bottom: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #4b5258;
}

.section {
  margin-bottom: 80px;
}

.card--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}


.h2-editorial {
  margin-bottom: 24px;
  font-size: 35px;
  line-height: 48px;
  font-weight: 200;
  text-transform: capitalize;
}

.footnote {
  font-family: Roboto, sans-serif;
  color: #4b4b4b;
  line-height: 24px;
}

@media screen and (max-width: 1050px) {
  .card--row { display: block; }
  .footnote { margin-bottom: 32px; }
  .footer-col { margin-bottom: 40px; }
}

.gm-form--field {
  position: relative;
  z-index: 1;
  padding: 48px 24px 32px;
  border-style: none;
  border-radius: 2px !important;
  background-color: #252a2f;
  font-family: Roboto, sans-serif;
  color: #e3e3e3;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.gm-form--label {
  position: absolute;
  left: 24px;
  top: 16px;
  z-index: 2;
  font-family: Montserrat, sans-serif;
  color: #4b5258;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.gm-form--inline-submit {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 2;
}

.gm-form--group {
  position: relative;
}

.v-center {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.form-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hidden-btn {
  display: none;
}

.link-ui {
  display: inline-block;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #e3e3e3;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-ui:hover {
  color: hsla(0, 0%, 89%, .5);
}

.site-footer--links {
  margin-bottom: 0px;
  padding-left: 0px;
}

.site-footer--link {
  list-style-type: none;
}

.site-footer--link a{
  padding: 4px 0px;
}

.i-glass {
  position: relative;
  right: 0;
  width: 14px !important;
  height: 14px !important;
}

.site-footer--logo {
  display: block;
  width: 46px;
  height: 52px;
}

.site-footer--logo-img {
  width: 46px;
  height: 52px;
}

.security-img {
  width: 200px;
  height: auto;
  float: right;
}

.site-header--bkg {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 96px;
  background-color: #181a1c;
}

.site-header--scroll-trigger {
  position: absolute;
  left: 0px;
  top: 100px;
  z-index: -1;
  width: 0px;
  height: 0px;
}

.site-header--scroll-trigger.p1 {
  top: 0px;
}

.site-nav--dropdown {
  position: fixed;
  z-index: 3;
  display: none;
  overflow: scroll;
  width: 100%;
  height: 100%;
  padding-top: 128px;
  background-color: #181a1c;
}

.s-btm {
  margin-bottom: 80px;
}

.site-nav--link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  padding: 8px 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 9999px;
  background-color: rgba(37, 42, 47, 0);
  -webkit-transition: background-color 500ms ease, -webkit-transform 500ms ease;
  transition: background-color 500ms ease, -webkit-transform 500ms ease;
  transition: background-color 500ms ease, transform 500ms ease;
  transition: background-color 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #e3e3e3;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  z-index: 5;
}

.site-nav--link:hover {
  background-color: hsla(0, 0%, 89%, .15);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.site-nav--link--text {
  margin-right: 8px;
  display: block;
}

.i-nav-arrow {
  display: inline-block;
  width: auto;
  height: 12px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 8px;
}

.i-external {
  position: relative;
  top: 0px;
  right: 10px;
  display: block;
  width: 12px;
  height: 12px;
}

.btn-mini-text {
  font-family: Montserrat, sans-serif;
  color: #1d1f22;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
  top: 8px;
  left: 2px;
}

.page-hero {
  margin-bottom: 80px;
}

.img--over {
  position: relative;
  top: -280px;
  width: 750px;
  height: auto;
  max-width: none;
  margin-bottom: -200px;
  z-index: 3;
}

.img--contained{
  position: relative;
  top: -180px;
  height: auto;
  max-width: none;
  margin-bottom: -100px;
  z-index: 3;
  width: 100%;
}

@media screen and (max-width: 1050px) {
  .img--over, .img--contained { position: static; margin-bottom: 80px; width: 100%; height: auto; margin-top: 80px;}
  .mobile-section { margin-bottom: 80px; }
}

.image {
  max-width: none;
}

.paragraph {
  font-size: 15px;
}

.sc-embed {
  width: 100%;
  padding: 16px 16px 10px;
}

.list--large ul {
  margin-bottom: 32px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  color: #e3e3e3;
  font-weight: 300;
}

.list--large ul li{
  margin-bottom: 8px;
  font-size: 23px;
  line-height: 32px;
  letter-spacing: 0.2px;
  list-style: none;
}

.list--large ul li:before {
   content: "•";
   padding-right: 8px;
}

.paragraph-2 {
  margin-bottom: 40px;
}

.slider-mask {
  overflow: visible;
}

.link-ui-note {
  display: inline;
  margin-left: 16px;
  font-family: Montserrat, sans-serif;
  color: #454d55;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.p-list {
  font-family: Roboto, sans-serif;
  color: #e3e3e3;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
}
.p-list ul{
  padding-left: 16px; 
}

.p-list--item {
  margin-bottom: 8px;
  list-style-type: disc;
}

.heading-3 {
  margin-bottom: 40px;
}

.sp--brick {
  margin-bottom: 0px;
}

.b-card--profile {
  position: relative;
  width: 100%;
}

.b-card--header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 112px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.b-card--content {
  padding: 24px;
  background-color: #1d1f22;
  box-shadow: inset 0 50px 47px -50px rgba(0, 0, 0, .19);
}

.measure {
  max-width: 31rem;
}

.tooltip {
  display:none;
  position:absolute;
  background-color: #252a2f;
  padding: 8px 16px;
  border-radius: 2px;
  color: #fff;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .09);
  text-align: right;
}


@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

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

Slider

-------------------------------- */
.cd-hero {
  position: relative;
}

.cd-hero-slider {
  position: relative;
  height: 500px;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.cd-hero-slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  margin: 0;
  padding: 0;
}
.cd-hero-slider li.selected {
  /* this is the visible slide */
  position: relative;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-hero-slider li.move-left {
  /* slide hidden on the left */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.cd-hero-slider li.is-moving, .cd-hero-slider li.selected {
  /* the is-moving class is assigned to the slide which is moving outside the viewport */
  -webkit-transition: -webkit-transform 1s;
  -moz-transition: -moz-transform 1s;
  transition: transform 1s;
}

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

Single slide style

-------------------------------- */
.cd-hero-slider li {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  list-style: none !important;
}

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

Slider navigation

-------------------------------- */
.cd-slider-nav {
  position: relative;
  width: 100%;
  height: 112px;
  background: #000;
}
.cd-slider-nav nav, .cd-slider-nav ul, .cd-slider-nav li, .cd-slider-nav a {
  height: 100%;
}
.cd-slider-nav nav {
  position: relative;
}
.cd-slider-nav ul::after {
  clear: both;
  content: "";
  display: table;
}
.cd-slider-nav li {
  display: inline-block;
  width: 25%;
  float: left;
  position: relative;
  transition: transform 1s ease, opacity 1s ease;
  opacity: 0.5;
}
.cd-slider-nav li:hover{
  opacity: 1;
}

.cd-slider-nav li.selected{
 -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15); 
  opacity: 1;
  z-index: 2;
}

.cd-slider-nav a::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: 8px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.clear-ul{
  padding: 0;
}
/* -------------------------------- 

Javascript disabled

-------------------------------- */
.no-js .cd-hero-slider li {
  display: none;
}
.no-js .cd-hero-slider li.selected {
  display: block;
}

.no-js .cd-slider-nav {
  display: none;
}

.site-hero--nav-container{
  position: relative;
  z-index: 2;
  margin-bottom: 16px;
}

.youtube-card{
  width: 50%;
  float: left;
  padding: 0 8px 0 8px;
  margin-bottom: 16px;
}

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

  .embed-container iframe,
  .embed-container object,
  .embed-container embed { 
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* Pages */

  .page-content{
    margin-top: 160px;
  }

  .faq-content{
    padding: 24px 24px 0px 24px;
  }

  .m-bottom{
    margin-bottom: 16px;
  }

  p a{
    color: #e3e3e3;
    text-decoration: none;
    border-bottom: 1px solid #555555;
  }

  a {
    color: #e3e3e3;
    text-decoration: none;
  }

.site-footer--links ul{
  padding: 0;
}

.site-footer--links ul li{
  list-style: none;
  margin-bottom: 4px;
}

.site-footer--links ul li a{
  display: inline-block;
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  font-family: Montserrat, sans-serif;
  color: #e3e3e3;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer--links ul li a:hover{
  color: hsla(0, 0%, 89%, .5);
}

/* Dropdown */

.gm-dropdown {
    position: relative;
    display: inline-block;
    margin-right: 16px;
}
.drop-content {
    -webkit-transition: opacity .5s ease, top .5s ease;
    transition: opacity .5s ease, top .5s ease;
    position: absolute;
    background-color: #1d1f22;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .09);
    padding: 24px;
    top: 20px;
    left: 9999px;
    width: 100%;
    z-index: 4;
    opacity: 0;
    overflow-y: hidden;
}
.drop-content.show{
  left: 0;
  top: 40px;
  opacity: 1;
}
button:focus {outline:0;}

.gm-form--wrap{
  position: relative;
}
.circle-submit{
  position: absolute;
  z-index: 2;
  right: 100px;
  top: 24px;
  right: 16px;
  overflow: hidden;
  width: 32px;
  height: 32px;
}
.circle-submit img{
  position: relative;
  top: -1px;
  left: 1px;
}

.sm-logo{
  display: none;
  width: 32px;
}

@media screen and (max-width: 1050px) {
  .w-col-6, .w-col-3{
    width: 100%;
  }
  .m-col-6{
    width: 50%;
  }
  .site-footer--links ul li a, .site-footer--link a{
  list-style-type: none;
  padding: 10px 0px;
  }
}

.b-card-wrap{
  display: block;
}

.bundle-card .card--links{
  display: none;
}

/* Masonry */
.masonry-item { 
  float: left;
  width: 50%; 
  padding: 0 8px;
}
.grid-sizer{
  width: 50%;
}

@media screen and (max-width: 600px) {
  .main-logo{ display: none; }
  .sm-logo{ display: block; }
  .site-logo{ width: auto; width: 32px;}
  .youtube-card { width: 100%; }
  .drop-content.show {
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    display: block;
    opacity: 1;
    z-index: 3;
    padding-top: 100px; 
    overflow-y: scroll;
  }
  .site-nav--link{
  	padding: 8px 16px;
  }
}

@media screen and (max-width: 1000px) {
.grid-sizer, .masonry-item { width: 100%;}
}

@media screen and (max-width: 1050px) {
.about-image{ display: none; }
}

.p-w{
	padding-left: 8px;
	padding-right: 8px;
}
.p-w1{
	padding-left: 16px;
	padding-right: 16px;
}
.m-b{
	margin-bottom: 40px !important;
}
.m-b1{
  margin-bottom: 36px !important;
}
.page-text{
  max-width: 800px;
  margin-bottom: 80px;
}
.page-text ul li{ 
  font-family: Roboto, sans-serif;
  color: #cccccc;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
}
.page-text ul{
  margin-bottom: 24px;
}
.page-text h2{
  margin-bottom: 24px;
}
.page-text p b{
  font-weight: 600;
}

.menu{
  background: none !important;
  border: none !important;
}
