/* typekit */
@import url("https://use.typekit.net/uyk4tqd.css");
/* slabtext */
@import url(slabtext.css);
/* bootstrap */
@import url(bootstrap.css);
/* css variables */
/* SCSS Variables */
html {
  --blue: rgb(0, 64, 125) !important;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #c32214 !important;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #74787d !important;
  --gray-dark: #343539 !important;
  --gray-light: #ebebeb !important;
  --primary: rgb(0, 64, 125) !important;
  --secondary: #74787d !important;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107 !important;
  --danger: #c32214 !important;
  --light: #f8f9fa;
  --dark: #343539 !important;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: pragmatica, sans-serif !important;
  --font-family-monospace:courier-prime, monospace !important;
  --font-family-serif: garamond-premier-pro-display, serif !important;
}

*:focus {
  outline: none;
}

html, body {
  font-family: var(--font-family-sans-serif) !important;
  width: 100vw;
  height: auto;
  overflow-x: hidden;
}

/* Navigation */
.navbar-brand img {
  width: 162px;
}

.secondary-nav {
  z-index: 9999999;
  padding: 0px 0px;
  overflow-y: hidden;
}

.secondary-nav ul.secondary-left {
  width: 50%;
  list-style-type: none;
  float: left;
  margin: 0;
  padding: 0;
}

.secondary-nav ul.secondary-left li {
  float: left;
  padding: 5px 10px;
  cursor: pointer;
}

.secondary-nav ul.secondary-left li.our-family {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.85em;
  padding: 9px 0px 3px 0px !important;
  cursor: default;
}

.secondary-nav ul.secondary-left li.our-family::after {
  content: '';
  display: inline-block;
  height: 150%;
  width: 40px;
  margin-left: 15px;
  margin-top: -10px;
  position: absolute;
  z-index: -1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6d7176+2,242527+4,242527+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6d7176 0%, rgba(109, 113, 118, 0.98) 2%, rgba(36, 37, 39, 0.96) 4%, rgba(36, 37, 39, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d7176', endColorstr='#00242527',GradientType=1 );
  /* IE6-9 */
}

.secondary-nav ul.secondary-left li.brands {
  padding: 7px 15px;
}

.secondary-nav ul.secondary-right {
  width: 50%;
  list-style-type: none;
  float: left;
  margin: 0;
  padding: 0;
}

.secondary-nav ul.secondary-right li {
  float: right;
}

.secondary-nav ul.secondary-right li.cart {
  padding: 7px 0px 7px 15px;
}

.secondary-nav ul.secondary-right li.account {
  padding: 7px 15px 7px 25px;
}

.secondary-nav ul.secondary-right li.live-chat {
  padding: 7px 15px;
  background: var(--primary);
}

.secondary-nav ul.secondary-right li.live-chat:hover {
  background: var(--secondary);
}

.secondary-nav ul.secondary-right li.live-chat::after {
  content: '';
  z-index: -1;
  display: inline-block;
  height: 150%;
  width: 40px;
  margin-left: 15px;
  margin-top: -10px;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6d7176+2,242527+4,242527+100&1+0,0+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #6d7176 0%, rgba(109, 113, 118, 0.98) 2%, rgba(36, 37, 39, 0.96) 4%, rgba(36, 37, 39, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d7176', endColorstr='#00242527',GradientType=1 );
  /* IE6-9 */
}

.secondary-nav ul.secondary-right li.live-chat::before {
  content: '';
  z-index: -1;
  display: inline-block;
  height: 150%;
  width: 40px;
  margin-left: -55px;
  margin-top: -10px;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#242527+0,242527+96,6d7176+98&0+0,1+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(36, 37, 39, 0) 0%, rgba(36, 37, 39, 0.96) 96%, rgba(109, 113, 118, 0.98) 98%, #6d7176 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00242527', endColorstr='#6d7176',GradientType=1 );
  /* IE6-9 */
}

.secondary-nav ul.secondary-right li.social {
  padding: 7px 15px;
}

/* main nav */
.primary-nav {
  background: none !important;
  z-index: 100;
}

.primary-nav .nav-link {
  padding-right: 0 !important;
  padding-left: 1em !important;
  text-transform: uppercase;
  font-size: 0.9em;
  color: #fff !important;
}

.primary-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* color nav */
.color-nav {
  background: none !important;
  z-index: 100;
}

.color-nav .nav-link {
  padding-right: 0 !important;
  padding-left: 1em !important;
  text-transform: uppercase;
  font-size: 0.9em;
  color: var(--dark) !important;
}

.color-nav .nav-link:hover {
  color: var(--primary) !important;
}

/* Font Weights */
.text-thinnest {
  font-weight: 100;
}

.text-thin {
  font-weight: 300;
}

.text-regular {
  font-weight: 400;
}

.text-bold {
  font-weight: 700;
}

.text-black {
  font-weight: 900;
}

/* Font Sizing */
h2 {
  font-size: 1em;
  line-height: 1;
}

/* home header image */
#home-slider {
  min-height: calc(100vh - 38px);
  height: calc(100vh - 38px);
  width: 100vw;
  top: 38px;
  box-sizing: border-box;
  position: absolute;
  padding: 0;
  margin: 0;
  box-shadow: inset 0px 0px 93px 0px rgba(0, 0, 0, 0.5);
}

#home-slider .slide {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-attachment: scoll;
  background-position: center top;
  background-repeat: no-repeat;
  box-shadow: inset 0px 0px 300px 0px rgba(0, 0, 0, 0.9);
}

.vertical {
  margin: 0;
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  display: block;
}

.vertical .btn-outline-light {
  border-width: 3px;
}

.vertical .btn-outline-light:hover {
  color: var(--primary);
}

.learn {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: white;
  text-decoration: none;
  display: block;
  bottom: 0;
  margin-left: -35px;
  margin-bottom: 90px;
  letter-spacing: 0.05em;
  position: absolute;
  transition: all 0.5s ease-in-out;
}

.learn i {
  padding-right: 12px;
  transition: all 0.5s ease-in-out;
}

.learn:hover {
  color: white;
  text-decoration: none;
  margin-left: -35px;
  margin-bottom: 84px;
  transition: all 0.5s ease-in-out;
}

.learn:hover i {
  padding-right: 18px;
  transition: all 0.5s ease-in-out;
}

/* home learn more */
#learn-more {
  width: 100vw;
  background: var(--secondary);
  min-height: 600px;
  display: block;
  position: absolute;
  top: 100vh;
}

#learn-more hr {
  width: 100%;
  margin-top: 30px;
  display: block;
  border-top: solid 3px white;
  position: relative;
  opacity: 1;
}

#learn-more p {
  width: 65%;
  margin: 0 auto;
}

.features img {
  margin: 0 auto;
  display: block;
}

.features p {
  width: 90% !important;
  margin: 0 auto;
}

/* home shop buttons */
.shop-button {
  background-position: 10px center;
  background-size: auto;
  background-repeat: no-repeat;
}

/* home what is an evaporative cooler */
#what-cooler {
  width: 100vw;
  height: 50vw;
  max-height: 885px;
  position: relative;
  background-image: url("../img/blue-water-drops.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  box-sizing: border-box;
  border: solid 4vw white;
}

#what-cooler .what-cooler-box {
  margin: -4vw auto;
  height: 50vw;
  height: 50vw;
  overflow: visible;
}

#what-cooler .what-cooler-box .mcp-large {
  /*min-height:calc(50vw + 30px); */
  height: calc(50vw + 30px);
  max-height: calc(885px + 30px);
  margin-top: -30px;
  background-image: url("../img/mcp44-large-angle.png");
  background-size: 100%;
  background-position: top center;
  background-attachment: scroll;
  background-repeat: no-repeat;
}

#what-cooler .what-cooler-box .what-border {
  margin-top: calc(4vw + 3em);
}

#what-cooler .what-cooler-box .what-border #what-border {
  min-height: 100%;
  width: 50%;
  border-right: solid 3px white;
}

#what-cooler .what-cooler-box .what-text {
  margin-top: calc(4vw + 3em);
}

#what-cooler .what-cooler-box .what-text h3 span {
  line-height: 1em;
}

#what-cooler .what-cooler-box .what-text p {
  margin: 2em 0;
  width: 100%;
  line-height: 2em;
}

/* evaporative cooling and news */
.vs {
  background-color: var(--gray-light);
  min-height: 500px;
}

.vs .eva-text {
  margin-top: 4em;
}

.vs .eva-text p {
  width: 100% !important;
}

.vs .eva-text .btn-outline-primary {
  border-width: 3px;
  position: absolute;
  bottom: 1.5em;
}

.vs .eva-text .btn-outline-primary:hover {
  color: var(--gray-light);
}

.vs .ampersand {
  overflow: hidden;
  text-align: center;
  font-style: normal;
}

.vs .ampersand:before, .vs .ampersand:after {
  background-color: var(--primary);
  content: "";
  display: inline-block;
  height: 8px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.vs .ampersand:before {
  right: 0.5em;
  margin-left: -50px;
}

.vs .ampersand:after {
  left: 0.5em;
  margin-right: -50px;
}

.vs .vs-border {
  margin-top: 0;
}

.vs .vs-border #vs-border {
  min-height: calc(100% - 1.5em);
  width: 50%;
  border-right: solid 3px var(--primary);
}

.vs .recent-news {
  margin-top: 4em;
}

.vs .recent-news h4 {
  width: 100%;
  padding-bottom: 1em;
  border-bottom: solid 3px var(--primary);
  margin-bottom: 1em;
}

.vs .news-items {
  width: 100%;
  margin-bottom: 2.5em;
  position: relative;
  display: block;
  overflow: auto;
}

.vs .news-items .news-img-box {
  width: 25%;
  margin-right: 0.5em;
  height: 100%;
  float: left;
}

.vs .news-items .news-img-box .news-img {
  padding: 50% 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  display: block;
  background: var(--dark);
  border-radius: 50%;
}

.vs .news-items .news-text {
  margin-left: 0.5em;
  width: calc(75% - 1em);
  float: left;
}

.vs .news-items .news-text p {
  width: 100% !important;
  font-size: 0.8em;
}

/* footer */
footer p {
  width: 80% !important;
  margin: 0 0 !important;
  font-size: 0.8em;
}

footer .nav-link {
  padding: 0.5rem 2rem 0.5rem 0rem;
}

/* interior header image */
#int-hero {
  min-height: calc(100vh - 38px);
  height: calc(100vh - 38px);
  width: 100vw;
  top: 38px;
  box-sizing: border-box;
  position: absolute;
  padding: 0;
  margin: 0;
  /*-webkit-box-shadow: inset 0px 0px 93px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 0px 93px 0px rgba(0,0,0,0.5);
  box-shadow: inset 0px 0px 93px 0px rgba(0,0,0,0.5); */
}

#int-hero .slide {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-attachment: scoll;
  background-position: center top;
  background-repeat: no-repeat;
  /*-webkit-box-shadow: inset 0px 0px 300px 0px rgba(0,0,0,0.9);
    -moz-box-shadow: inset 0px 0px 300px 0px rgba(0,0,0,0.9);
    box-shadow: inset 0px 0px 300px 0px rgba(0,0,0,0.9);*/
}

.vertical {
  margin: 0;
  position: absolute;
  top: 40%;
  transform: translateY(-40%);
  display: block;
}

.vertical .btn-outline-light {
  border-width: 3px;
}

.vertical .btn-outline-light:hover {
  color: var(--primary);
}

.learn-right {
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  color: white;
  text-decoration: none;
  display: block;
  bottom: 0;
  right: 0;
  margin-left: 0px;
  margin-bottom: 90px;
  letter-spacing: 0.05em;
  position: absolute;
  transition: all 0.5s ease-in-out;
}

.learn-right i {
  padding-right: 12px;
  transition: all 0.5s ease-in-out;
}

.learn-right:hover {
  color: white;
  text-decoration: none;
  margin-left: -35px;
  margin-bottom: 84px;
  transition: all 0.5s ease-in-out;
}

.learn-right:hover i {
  padding-right: 18px;
  transition: all 0.5s ease-in-out;
}

/* int learn more */
#int-learn {
  width: 100vw;
  background: var(--primary);
  min-height: 600px;
  display: block;
  position: absolute;
  top: 100vh;
}

#int-learn hr {
  width: 100%;
  margin-top: 30px;
  display: block;
  border-top: solid 3px white;
  position: relative;
  opacity: 1;
}

#int-learn p {
  width: 100%;
  margin: 0 auto;
}

.int-button {
  background-position: 10px center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.2);
}

.int-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* interior shop */
#shop-int {
  width: 100vw;
  display: block;
  min-height: 200px;
  position: relative;
  background: var(--gray-light);
}

#shop-int .shop-int-btn {
  min-height: 200px;
}

.sib-left {
  min-height: 190px;
  width: 40%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  box-sizing: border-box;
  padding: 0;
  margin: 10px 10px 0 0;
  position: relative;
  display: block;
  height:190px;
}

.sib-right {
  min-height: calc(100% - 30px);
  width: calc(60% - 20px);
  margin: 30px 10px 0 0;
  float: left;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  display: block;
}

#shop-int .sib-btn {
  border: 3px solid var(--primary) !important;
}

/* search */
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  /*  -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    */
  opacity: 0;
  z-index: 999999999;
}

#search.open {
  /*    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); */
  opacity: 1;
  pointer-events: auto;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 60%;
  color: var(--secondary);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  border-bottom: solid 3px var(--secondary);
  left: 0;
  right: 0;
}

#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  background-color: var(--primary);
  opacity: 1;
  padding: 11px 17px;
  font-size: 27px;
  color: white;
  border-radius: 50%;
}

/*modal dialog */
.modal {
  z-index: 9999999;
}

.modal-lg {
  max-width: 100%;
  min-height: 100vh;
  margin: 0 0;
}

.modal-content {
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 0;
}

.modal-content .card-header {
  background-color: var(--primary);
  color: white;
}

.modal-content .list-group-flush .list-group-item h6 {
  margin-bottom: 0px;
}

.modal-content .list-group-flush .list-group-item:nth-child(even) {
  background-color: whitesmoke;
}


#product-main{
  min-height:62vh;
}






.angle{
  width:100vw;
  height:50vw;
  max-height:100vh;
  background-size:cover;
  background-attachment:scroll;
  background-position:bottom center;
  margin:0;
  padding:0;
  position:relative;
  overflow:hidden;
  isolation: isolate;
}

.angle-int{
  width:100vw;
  height:50vw;
  max-height:100vh;
  background-size:cover;
  background-attachment:scroll;
  background-position:bottom center;
  margin:0;
  padding:0;
  position:relative;
  overflow:hidden;
  isolation: isolate;
  margin-bottom:-14vw;
}



.angle::after{
  content:'';
  width:100%;
background: linear-gradient(185deg, rgba(211,216,223,0.5) 0%, rgba(255,255,255,1) 50%);
  height:75%;
  display:inline-block;
  position:absolute;
  bottom:2%;
  transform: skewY(0deg);
  -webkit-transform: skewY(0deg);
  transition: transform 1s, bottom 1s, opacity 1s;
  left:0;
  opacity:1;
  pointer-events:none;
		-webkit-box-shadow: 0px -14px 17px -6px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px -14px 17px -6px rgba(0,0,0,0.32);
	box-shadow: 0px -14px 17px -6px rgba(0,0,0,0.32);
	backdrop-filter:blur(20px);
	-webkit-backdrop-filter:blur(20px);
}

.angle::before{
  content:'';
  width:104%;
  left:-2%;
  right:-2;
  background: linear-gradient(0deg, rgba(0,64,125,1) 0%, rgba(0,87,170,0.8) 100%);
  height:150%;
  display:inline-block;
  position:absolute;
  bottom:0%;
  transform: skewY(0deg);
  -webkit-transform: skewY(0deg);
  transition: transform 1s, bottom 1s, opacity 1s;
  z-index:-1;
  opacity:0;
  pointer-events:none;
			backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
}

.cycle-slide-active.angle::after{
    content:'';
  width:100%;
background: linear-gradient(185deg, rgba(211,216,223,0.5) 0%, rgba(255,255,255,1) 50%);
  height:75%;
  display:inline-block;
  position:absolute;
  bottom:-30%;
  transform: skewY(-5deg);
  -webkit-transform: skewY(-5deg);
  left:0;
  opacity:1;
    transition: transform 1s, bottom 1s, opacity 1s;
  pointer-events:none;
		-webkit-box-shadow: 0px -14px 17px -6px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px -14px 17px -6px rgba(0,0,0,0.32);
	box-shadow: 0px -14px 17px -6px rgba(0,0,0,0.32);
	backdrop-filter:blur(20px);
	-webkit-backdrop-filter:blur(20px);
}

.cycle-slide-active.angle::before{
  content:'';
  width:104%;
  left:-2%;
  right:-2;
  background: linear-gradient(0deg, rgba(0,64,125,1) 0%, rgba(0,87,170,0.8) 100%);
  height:150%;
  display:inline-block;
  position:absolute;
  bottom:-75%;
  transform: skewY(20deg);
  -webkit-transform: skewY(20deg);
  opacity:1;
    transition: transform 1s, bottom 1s, opacity 1s;
  pointer-events:none;
			backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
}


.angle-int::after{
    content:'';
  width:100%;
background: linear-gradient(185deg, rgba(211,216,223,0.5) 0%, rgba(255,255,255,1) 50%);
  height:75%;
  display:inline-block;
  position:absolute;
  bottom:-30%;
  transform: skewY(-5deg);
  -webkit-transform: skewY(-5deg);
  left:0;
  opacity:1;
    transition: transform 1s, bottom 1s, opacity 1s;
  pointer-events:none;
	-webkit-box-shadow: 0px -14px 17px -6px rgba(0,0,0,0.32);
	-moz-box-shadow: 0px -14px 17px -6px rgba(0,0,0,0.32);
	box-shadow: 0px -14px 17px -6px rgba(0,0,0,0.32);
	backdrop-filter:blur(20px);
	-webkit-backdrop-filter:blur(20px);
}

.angle-int::before{
  content:'';
  width:104%;
  left:-2%;
  right:-2;
  background: linear-gradient(0deg, rgba(0,64,125,1) 0%, rgba(0,87,170,0.8) 100%);
  height:150%;
  display:inline-block;
  position:absolute;
  bottom:-75%;
  transform: skewY(20deg);
  -webkit-transform: skewY(20deg);
  opacity:1;
    transition: transform 1s, bottom 1s, opacity 1s;
  pointer-events:none;
	z-index:-1;
		backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
}

.angle h2{
  z-index:5;
  color:white;
  font-family:var(--font-family-sans-serif);
  margin-left:-100vw;
  font-size:4.25vw;
  margin-top:13vw;
  opacity:0;
  font-weight:100;
  transition: all 1s;
}

.angle-int h2{
  z-index:5;
  color:white;
  font-family:var(--font-family-sans-serif);
  margin-left:-100vw;
  font-size:4.25vw;
  margin-top:13vw;
  opacity:0;
  font-weight:100;
  transition: all 1s;
}

.angle h2 span, .angle-int h2 span{
  display:block;
  font-size:1.2vw;
  font-weight:700;
  text-transform:uppercase;
}

.angle .btn{
  margin-left:-100vw;
  font-size:1vw;
  opacity:0;
   transition: all 1s;
  z-index:9999999;
}

.cycle-slide-active.angle h2, .cycle-slide-active.angle .btn{
  margin-left: 0vw;
  opacity:1;
  transition: all 1s;
}

.angle-int h2{
  margin-left: 0vw;
  opacity:1;
  transition: all 1s;
}

#how{
  background-image: url(https://dev.essickair.com/site/templates/ea_assets/img/EvaporativeCooler.png);
  background-size:contain;
  background-attachment: scroll;
  background-position:center center;
  background-repeat: no-repeat;
  z-index:99999;
  margin-top:-2vw;
}

#how h3{
  display:block;
  padding-bottom: 45%;
  padding-top:5%;
  padding-left:0;
  padding-right:0;
  width:100%;
  text-align:right;
}

.cycle-slideshow{
  z-index:0;
  overflow:hidden;
}

#ea-sports{
  z-index:2;
}

#about img{
width:60%;
height:auto;
  margin-bottom:-3vw;
  margin-top:4vw;
}

.gradient{
  height: 20px;
position: relative;
width: 100%;
background: radial-gradient(ellipse farthest-side at top center, rgba(0, 0, 0, 0.4), transparent);
}

#brand-box{
  position:relative;
  height:500px;
  margin-top: -175px;
  z-index:99999;
  opacity:0.9999999999;
  isolation:isolate;
  margin-bottom:-200px;
}

#brand-box::after{
  content:'';
background: linear-gradient(0deg, rgba(116,120,125,1) 0%, rgba(52,53,57,1) 100%);

  display:inline-block;
  position:absolute;
  
  transform: skewY(5deg);
  -webkit-transform: skewY(5deg);
  z-index:-1;
inset:0;
  
  
}

.b-logo img{
  width:80%;
  display:block;
  margin:0 auto;
  opacity:0.4 ;
  filter: drop-shadow(0 0 4px rgba(0,0,0,0.8));
      transition: opacity 1s;
}

.b-logo:hover img{
  opacity:0.8;
  transition: opacity 1s;
}

#footerbar{
height: 200px;
overflow: hidden;
position: relative;
z-index: 999999;
margin-top: -23vw;
  isolation:isolate;
  pointer-events:none;
}

#footerbar::after{
    content:'';
  width:100%;
background: rgba(0,64,125,1);
  height:200%;
  display:inline-block;
  position:absolute;
  
  transform: skewY(-3deg);
  -webkit-transform: skewY(-3deg);
  z-index:-1;
  top:50%;
}

#footer{
  width:100vw;
margin-top:0px;
  background: rgba(0,64,125,1);
    display:inline-block;
  position:relative;
  height:400px;
  z-index:99999999;
}

@media (max-width: 765px) {
	.angle , .angle-int{
		height:80vw;
	}
	
	.angle h2, .angle-int h2{
		font-size: 10vw;
		margin-top:18vw;
	}
	
	.angle h2 span, .angle-int h2 span{
		font-size: 3vw;
	}
}

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease-in-out;
  pointer-events: none;
  /*  -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    */
  opacity: 0;
  z-index: 999999999;
}

#search.open {
  /*    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); */
  opacity: 1;
  pointer-events: auto;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 60%;
  color: var(--secondary);
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  border-bottom: solid 3px var(--secondary);
  left: 0;
  right: 0;
}

#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
}

#search .close-x {
  position: fixed;
  top: 15px;
  right: 15px;
  background-color: var(--primary);
  opacity: 1;
  padding: 11px 17px;
  font-size: 27px;
  color: white;
  border-radius: 50%;
}