/* ------------------------------------------------------------------
JesseSmithDesign
v10
------------------------------------------------------------------ */


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Oswald:wght@400;700&display=swap');


/* ------------------------------------------------------------------
General Styles
------------------------------------------------------------------- */

html {
	overflow-y: scroll;
	overflow-x: hidden;
	scroll-behavior: smooth;
	-ms-overflow-style: scrollbar;
	font-size:10px;
}

:root {
	--type-subhead-size: 1.5rem;
	--type-subhead-letter-spacing: .125rem;
	--home-hero-anchor: 16.666667%;
	--flow-gap-heading-body: 1.2rem;
	--flow-gap-subhead-body: 1.2rem;
	--flow-gap-section-break: 5.2rem;
	--flow-gap-body-body: 1rem;
}

body {
    overflow-x: hidden;
	margin: 0;
	padding: 0;
	background: #fff;
	font: 400 1.4rem 'Montserrat', sans-serif;
	color: rgb(38, 37, 36);
	-webkit-font-smoothing: antialiased;
}

.layout-container {
	width: 100%;
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}

.layout-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.layout-row > * {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

/* ------------------------------------------------------------------
Bootstrap-lite utilities used by legacy case-study pages
------------------------------------------------------------------- */

.container,
.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container {
	max-width: 1140px;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.row > .col,
.row > [class^="col-"],
.row > [class*=" col-"] {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	flex: 1 0 0%;
	max-width: 100%;
}

.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }

.offset-0 { margin-left: 0; }
.offset-1 { margin-left: 8.333333%; }

.order-1 { order: 1; }
.order-2 { order: 2; }

@media (min-width: 576px) {
	.col-sm-3 { flex: 0 0 25%; max-width: 25%; }
	.col-sm-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
	.col-sm-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
	.col-sm-6 { flex: 0 0 50%; max-width: 50%; }
	.col-sm-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
	.col-sm-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
	.col-sm-9 { flex: 0 0 75%; max-width: 75%; }
	.col-sm-12 { flex: 0 0 100%; max-width: 100%; }
	.offset-sm-0 { margin-left: 0; }
	.offset-sm-1 { margin-left: 8.333333%; }
	.offset-sm-3 { margin-left: 25%; }
	.offset-sm-6 { margin-left: 50%; }
	.order-sm-1 { order: 1; }
	.order-sm-2 { order: 2; }
	.justify-content-sm-start { justify-content: flex-start !important; }
	.text-sm-left { text-align: left !important; }
	.text-sm-right { text-align: right !important; }
}

@media (min-width: 768px) {
	.col-md-3 { flex: 0 0 25%; max-width: 25%; }
	.col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
	.col-md-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
	.col-md-6 { flex: 0 0 50%; max-width: 50%; }
	.col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
	.offset-md-0 { margin-left: 0; }
	.offset-md-1 { margin-left: 8.333333%; }
}

@media (min-width: 992px) {
	.col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
	.col-lg-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
	.col-lg-6 { flex: 0 0 50%; max-width: 50%; }
	.col-lg-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
	.col-lg-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
	.offset-lg-0 { margin-left: 0; }
	.offset-lg-1 { margin-left: 8.333333%; }
	.offset-lg-2 { margin-left: 16.666667%; }
}

@media (min-width: 1200px) {
	.col-xl-3 { flex: 0 0 25%; max-width: 25%; }
	.col-xl-6 { flex: 0 0 50%; max-width: 50%; }
	.col-xl-9 { flex: 0 0 75%; max-width: 75%; }
	.col-xl-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
}

.d-flex { display: flex !important; }
.d-block { display: block !important; }
.flex-row { flex-direction: row !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-end { justify-content: flex-end !important; }
.align-self-center { align-self: center !important; }
.text-center { text-align: center !important; }
.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important;
}

.img-fluid,
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.w-100 { width: 100% !important; }

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 1.75rem 1rem;
	outline: 0;
}

.modal.show {
	display: block;
}

.modal.fade {
	opacity: 0;
	transition: opacity .15s linear;
}

.modal.fade.show {
	opacity: 1;
}

.modal-dialog {
	position: relative;
	width: auto;
	max-width: 500px;
	margin: 1.75rem auto;
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	border-radius: 0;
	border: 0;
	outline: 0;
}

.modal-header,
.modal-body,
.modal-footer {
	position: relative;
	padding: 1.25rem 1.5rem;
}

.modal-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.modal-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.close {
	font-size: 2rem;
	line-height: 1;
	font-weight: 400;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	opacity: .7;
}

.btn {
	display: inline-block;
	padding: .6rem 1.2rem;
	font-size: 1.4rem;
	line-height: 1.5;
	border-radius: 0;
	border: 0;
	cursor: pointer;
}

.btn-secondary {
	color: #fff;
	background-color: rgb(38, 37, 36);
}

.case-page .portHeader-content2 h2 {
	margin: 0;
}

.case-page .portHeader-content2 h4 {
	margin: .8rem 0 0;
	font-family: 'Oswald', sans-serif;
	font-size: var(--type-subhead-size);
	letter-spacing: var(--type-subhead-letter-spacing);
	font-weight: 400;
}

.case-page .portHeader-content2 p {
	margin: var(--flow-gap-heading-body) 0 0;
	font-size: 1.4rem;
	line-height: 1.6;
}

.case-page .caseStudy-section p,
.case-page .caseStudy-explainer p,
.case-page .caseStudy-list-item p,
.case-page .rolesList p {
	line-height: 1.6;
}

.case-page .caseStudy-list-item h5 {
	margin: 0 0 .8rem;
}

svg[preserveAspectRatio="none"] {
	display: block;
	line-height: 0;
}

.section-slash {
	display: block;
	line-height: 0;
	margin: 0;
	position: relative;
	z-index: 1;
}

.section-title {
	position: relative;
	top: -55px;
	margin-top: 0;
	margin-bottom: 0;
	height: 0;
	overflow: visible;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 1.2;
	color: #fff;
	z-index: 2;
}

.poly-title.section-title {
	top: -55px !important;
	margin-bottom: 0 !important;
	line-height: 1.2 !important;
}

.section-title h2 {
	margin: 0;
}

.section-title h4 {
	margin: .4rem 0 0;
	font-weight: 400;
}

.section-slash + .section-title {
	margin-top: 0;
}

.section-title + .container img,
.section-title + .container-fluid img {
	display: block;
}

.section-title + .container .logoGrid {
	padding-top: 2.2rem;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: .5;
}

body.modal-open {
	overflow: hidden;
}

/* Hero row should not inherit grid gutter offsets. */
.home-header-bg .layout-row {
	margin-left: 0;
	margin-right: 0;
}

.home-header-bg .layout-row > * {
	padding-left: 15px;
	padding-right: 15px;
}

.visually-hidden {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.home-card-image {
	max-width: 100%;
	height: auto;
}

.about-layout {
	align-items: flex-start;
}

.about-content-column {
	flex: 0 0 100%;
	max-width: 100%;
}

.about-callout-column {
	flex: 0 0 100%;
	max-width: 100%;
	border-left: 0;
}

.about-mobile-divider {
	display: block;
	width: 41.666667%;
	margin-left: auto;
	margin-right: auto;
}

.about-quote-photo-slot {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-left: 0;
}

.about-callout-center {
	text-align: center;
}

.skills-heading-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-self: center;
}

.skills-grid-item {
	flex: 0 0 100%;
	max-width: 100%;
}

.testimonial-quote {
	width: 66.666667%;
	margin-left: auto;
	margin-right: auto;
}

.testimonial-block {
	width: 66.666667%;
	margin-left: auto;
	margin-right: auto;
}

.testimonial-meta-row {
	align-items: flex-start;
}

.testimonial-photo-col {
	flex: 0 0 100%;
	max-width: 100%;
	display: flex;
	justify-content: center;
}

.testimonial-profile {
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
}

.footer-top-row {
	justify-content: flex-start;
	margin-bottom: .9rem;
}

.footer-brand-slot {
	flex: 0 0 25%;
	max-width: 25%;
}

.footer-links-row {
	justify-content: space-between;
	align-items: flex-end;
}

.footer-nav-col,
.footer-contact-col {
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
}

/* Selection */

::-moz-selection {
	background:#000;
	color: #fff;
}

::-webkit-selection {
	background:#000;
	color: #fff;
}

::selection {
	background:#000;
	color: #fff;
}


/* ------------------------------------------------------------------
Preloader
------------------------------------------------------------------- */


/* ------------------------------------------------------------------
Typography
------------------------------------------------------------------- */


.homeStrong {

	background-image: linear-gradient(to right, rgb(11, 162, 203), rgb(12, 180, 145));
	background-size: 100%;
	background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
	-moz-text-fill-color: transparent;
}

.font-alt {
    font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
}

p {
    font: 400 1.35rem 'Montserrat', sans-serif;
    line-height: 1.5;
	margin: 0;
}

p + p {
	margin-top: var(--flow-gap-body-body);
}

blockquote {
    text-indent: -1em;
	line-height: 1.5;
	font-size: 1.25rem;
}

@supports ( hanging-punctuation: first) {
	blockquote {
		text-indent: 0;
		hanging-punctuation: first;
	}
}

.quoteCaption-title {
	font-size:1rem;
	
  }

.quoteCaption-name {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: var(--type-subhead-letter-spacing);
	font-size: var(--type-subhead-size);
	line-height: 1.05;
	font-weight: 400;
}

blockquote::before {
    content: open-quote;
    font-size: 3rem;
    font-family: 'Oswald', sans-serif;
    line-height: .168;
	vertical-align:middle;
  }

blockquote.quote-grad::before {
    content: open-quote;
    font-size: 3rem;
    font-family: 'Oswald', sans-serif;
    line-height: .168;
	vertical-align:middle;
	background-image: linear-gradient(to right, rgb(11, 162, 203), rgb(12, 180, 145));
	background-size: 100%;
	background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
	-moz-text-fill-color: transparent;    
}


blockquote::after {
    content: close-quote;
    font-size: 3rem;
    font-family: 'Oswald', sans-serif;
    line-height: .168;
	vertical-align:middle;
}

blockquote.quote-grad::after {
    content: close-quote;
    font-size: 3rem;
    font-family: 'Oswald', sans-serif;
    line-height: .168;
	vertical-align:middle;
	background-image: linear-gradient(to right, rgb(11, 162, 203), rgb(12, 180, 145));
	background-size: 100%;
	background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
	-moz-text-fill-color: transparent;
}

blockquote {
quotes: "“" "”" ;
}

h2 {
    font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: .05rem; 
	font-weight: 400;
}

h4{
	text-transform: uppercase;
}

h5 {
    font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
    letter-spacing: .05rem; 
    font-size: 1.5rem;
}

.caseStudy-list ul {
	margin-left: -2rem;
}

.rolesList {
	padding-bottom: 1rem;
	line-height: 1.5;
}



.rolesList ul {
	padding-inline-start: 20px;
}

.section {
	padding-top:3rem;
	padding-bottom: 3rem;  
}

.about-content-column > h2,
.about-content-column > h3 {
	margin: 0;
}

.about-content-column > h2 + p {
	margin-top: var(--flow-gap-heading-body);
}

.about-content-column > h3 + p {
	margin-top: var(--flow-gap-subhead-body);
}

.about-content-column > p + h3 {
	margin-top: var(--flow-gap-section-break);
}

.caseStudy-explainer {
	padding-top:2rem;
	padding-bottom: 2rem;
	color:#fff;
}

.caseStudy-section {
	padding-top:3rem;
	padding-bottom: 3rem;
	color:#fff;
}
	
.caseStudy-list-item {
	padding-top:1rem;
	padding-bottom: 1rem;
	color:#fff;
}
	
.poly-title {
	position: relative;
	top:-55px;
	color:#fff;
	line-height: .168;
	margin-bottom: -52px;
}


/* ------------------------------------------------------------------
Navbar
------------------------------------------------------------------- */


nav {
    position: sticky;
    top:0;
}

a:hover, a:focus {
	text-decoration: none;
	color: #aaa;
	outline: 0;
}

.navLinksTextcolor {
	color: rgba(215, 215, 215, 0.95);
}

.navbar-toggler{
    margin-top:-5px;
}

.navbar-dark .navbar-toggler {
	border-color: rgba(255,255,255,0) !important;
}

.navbar-dark .navbar-toggler-icon {	
	background-image: url("../images/toggler-icon.svg");
	background-size: 100%;
	background-position: center center;
	width: 30px;
	height: 30px;
	display: flex;
	border-color: rgba(255,255,255,0) !important;
}

.custom-toggler-white {
	background-image: url("../images/toggler-icon-white.svg");
	background-size: 100%;
	width: 30px;
	height: 30px;
	display: flex;
	border-color: rgba(255,255,255,0) !important;
}

.active-header {
	font-weight: 400;
	background-color: rgb(11, 162, 203);
	background-image: linear-gradient(to right, rgb(11, 162, 203),rgb(12, 180, 145));
	background-size: 100%;
	background-clip: text;
    -webkit-background-clip: text;
	  -moz-background-clip: text;
	    -webkit-text-fill-color: transparent;
		  -moz-text-fill-color: transparent;
		 
}

.navbar-custom .navbar-nav > .nav-link > a,
.navbar-custom .navbar-nav > .nav-link > span,
.navbar-custom .navbar-nav > .nav-link > button {
	font-weight: 400;
	text-decoration: none;
}

.nav-menu-align-end {
	justify-content: flex-end !important;
}

.hidden {
	visibility: hidden;
	display: none;
}

.nav-link { 
	list-style:none;
}

.navbar {
    padding: .5rem 1rem;
    margin-top: 10px;
}

.scrolled.navbar {
    margin-top: 0px;
    transition: .5s ease-in-out;
}

.navbar-nav {
    display: flex;
    padding-right: 25px;
    margin-bottom: 0;
	list-style: none;
	cursor: pointer;
}

.navbar-custom {	
	border: 0;
	border-radius: 0;
	z-index: 1000;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.6rem;
	-webkit-transition: background, padding 0.4s ease-in-out 0s;
	   -moz-transition: background, padding 0.4s ease-in-out 0s;
		-ms-transition: background, padding 0.4s ease-in-out 0s;
		 -o-transition: background, padding 0.4s ease-in-out 0s;
			transition: background, padding 0.4s ease-in-out 0s;	
}

.navbar-brand-dark {
    color: #fff;
    padding-top:40px;
    width:150px;
    background-image: url("../images/new-temp-logo-white.svg");
    background-repeat: no-repeat;
}

.scrolled .navbar-brand-dark {
    color: #fff;
    background-image: url("../images/new-temp-logo-white.svg");
    background-repeat: no-repeat;
    width:100px;
    height: auto;
    padding-top:25px;
    margin-top: 0;
}

.navbar a {
	-webkit-transition: color 0.125s ease-in-out 0s;
	   -moz-transition: color 0.125s ease-in-out 0s;
		-ms-transition: color 0.125s ease-in-out 0s;
		 -o-transition: color 0.125s ease-in-out 0s;
			transition: color 0.125s ease-in-out 0s;
			
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
	background: none;
	color: rgba(255, 255, 255, 0.5);
}

.dropdown-toggle {
	position: relative;
}

.dropdown-toggle::after {
    margin-left: 4px;
    vertical-align: 3px;
    content: "";
    border-top: 5px solid;
    border-right: 8px solid transparent;
    border-bottom: 0;
    border-left: 8px solid transparent;
}

.navbar-custom .dropdown-toggle:after {
	position: relative;
	display: inline-flex;
	right: 1px;
	top:3px;
	font-size:16px;
	color: rgba(255, 255, 255, 0.2);
	transform: rotate(180deg);
}

.navbar-custom .dropdown-toggle:hover::after {
	color: rgba(255, 255, 255, 0.5);
	transition: ease-out 0.3s;
	transform: rotate(360deg)
}

.nav-sub:first-child {
	border-top: 0 ;
}

.dropdown-menu {
	min-width: 100px;
	font-size: 11px;
	top: 60%;
	margin-top: 5px;
}

.nav-sub {
	border-top: 1px solid linear-gradient(to right, rgb(11, 162, 203), rgb(13, 197, 16));
}

.dropdown-menu::before {
	content:"";
	display: block;
	position: absolute !important;
	right:0;
	top:-5px;
	width:0;
	height:0;
	border-bottom:5px solid rgb(32, 31, 30);
	border-left:8px solid transparent;
	border-right:8px solid transparent;
}

.navbar-custom .dropdown-menu {
	background: rgb(32, 31, 30);
	border-radius: 0;
	border: 0;
	padding: 0;
	color: rgba(255, 255, 255, 0.6);
}

.dropdown-divider {
	border-top: 1px solid;
	border-image-slice: 1;
}

.dropdown-divider-color {
	border-image-source: linear-gradient(to left,rgb(11, 162, 203), rgb(12, 180, 145));

}

.drop-down {
	position: relative !important;
}

.nav-sub {
	font-family: 'Montserrat', sans-serif;
	text-transform: capitalize;
	border-top: 1px solid rgba(77, 74, 72, 0.4) ;
	color: rgba(255, 255, 255, 0.8);
}

.dropdown-menu > li > a {
	border-bottom: 1px solid rgba(38, 37, 36, 0.4) ;
	padding: 11px 15px;
	color: rgba(255, 255, 255, 0.5);
}

.dropdown-item{
    padding: 12px 40px;
    text-decoration: none !important;
}

.dropdown-item:hover,
.dropdown-item:focus { 
	background-color: rgba(105, 103, 99, 0.5);
	color: rgba(255, 255, 255, 1);
	text-decoration: none !important;	
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item.active-header {
	background-color: rgb(11, 162, 203);
	background-image: linear-gradient(to right, rgb(11, 162, 203), rgb(12, 180, 145));
	color: #fff !important;
	-webkit-text-fill-color: #fff;
	-moz-text-fill-color: #fff;
	background-clip: border-box;
	-webkit-background-clip: border-box;
	-moz-background-clip: border-box;
	text-decoration: none !important;
}

.navbar-custom .dropdown-menu > li > a:hover {
	background: rgba(255, 255, 255, .75) !important;
	margin: -6px;
	
}

nav.scrolled {
	background-color:rgba(32, 31, 30, 0.95) !important;
	transition: 1s ease-in-out;
	padding:0 1rem;
    height:2.5rem;
    color:#fff;
}

/* ------------------------------------------------------------------
polygon blocks & layout
------------------------------------------------------------------- */


.home-header-bg {
	background-image: url('../images/Jesse-smaller-alt-bg.jpg');
	background-repeat: no-repeat;
    background-size: 400px;
    height: 450px;
    background-position-x: -50px;
    background-position-y: 50px;
}

.homeHeader {
    background-color: rgb(38, 37, 36);    
}

.white-BG {
	background-color: #F0F0F0;
}

.black-BG {
	background-color: rgb(38, 37, 36);
}

.blue-BG {
	background-color: rgb(11, 162, 203);
}

.green-BG {
	background-color:rgb(12, 180, 145);
}
 
.darkGreen-BG {
    background-color: rgb(6, 95, 96);
}

.blue-fill {
    fill: rgb(11, 162, 203);
}

.blueToBlack-fill {
    background-color: rgb(11, 162, 203);
    fill: rgb(38, 37, 36);
}

.blueToDarkGreen-fill {
    background-color: rgb(11, 162, 203);
    fill: rgb(6, 95, 96);
}

.darkGreenToBlue-fill {
    background-color: rgb(6, 95, 96);
    fill: rgb(11, 162, 203);
}

.greenToDarkGreen-fill {
    background-color: rgb(12, 180, 145);
    fill: rgb(6, 95, 96);
}

.darkGreenToGreen-fill {
    background-color: rgb(6, 95, 96);
    fill: rgb(12, 180, 145);
 }

 .darkGreenToBlack-fill {
    background-color: rgb(6, 95, 96);
    fill: rgb(38, 37, 36);
 }

header {
	position: relative;
	height: auto;
}

svg .poly1 { 
	position: relative;
	bottom: 0;
	width: 100%;
	height: 100px
  }

.poly1 {
	display: block;
	margin-bottom: -1px;
}

.caseStudy-content{
    padding-top: 3rem;
	padding-bottom: 3rem;
	color: #Fff;
}

.home-content {
    color: #Fff;
	padding-bottom:5rem;
}

.paddingtop5 {
    padding-top:5rem;
}

.paddingtop3 {
    padding-top:3rem;
}
.paddingBottom6{
	padding-bottom:6rem;
}

.portHeader-content {
	position: relative;
	top:8rem;
	padding-bottom: 9rem;
}

.portHeader-content2 {
    position: relative;
    top:6rem;
    margin-bottom:6rem;
	color: #Fff;
	min-height: 200px;
	vertical-align: top;
	height: 100%;
    }

.portHeader-img {
	position: absolute;
	left:1.5rem;
	max-width: 300px;
	min-width: 200px;
	width: 100%;
	height: auto;
	top:-2rem;	
}

.Full-img {
	display: block;
	width: 100%;
	height: 100%;
}
	



/* ------------------------------------------------------------------
Portfolio section
------------------------------------------------------------------- */


.textchange-wrapper {
	position: absolute;
	top:6rem;
	width:380px;
}

.home-hero-copy {
	left: var(--home-hero-anchor);
	margin-left: 0;
}

.home-hero-callout {
	left: var(--home-hero-anchor);
	margin-left: 0;
}

.textchange {
	padding:0;
	margin:0;
	color:#fff;
	font-weight: 400;
	font-size: 1.75rem;

}

.spanSwitch {
	position: absolute;
	opacity: 0;
	animation-name: cycle;
	animation-duration: 35s;
	animation-iteration-count: infinite;
	display: inline-block;	
	width:380px;
	animation-timing-function: linear;
}

.spanSwitch:first-child {
	animation-delay: 0s;
}

.spanSwitch:nth-child(2) {
	animation-delay: 5s;
}

.spanSwitch:nth-child(3) {
	animation-delay: 10s;	 
}

.spanSwitch:nth-child(4) {
	animation-delay: 15s;
}

.spanSwitch:nth-child(5) {
  	animation-delay: 20s;	
}

.spanSwitch:nth-child(6) {
	animation-delay: 25s;			
}
	  
.spanSwitch:nth-child(7) {
	animation-delay: 30s;		
}	
	
@keyframes cycle {
	0% {
	  opacity: 0;
	}

	.5% {
		opacity: 25%;
		animation-timing-function: ease-out;
	}

	1% {
		opacity: 1;
		animation-timing-function: ease;
	  }

	10%{
		opacity: 1;
	}

	16% {
	  opacity: 0;
	  animation-timing-function: ease-out;
	}

	100% {
	  opacity: 0;
	}
}
  
.portCalloutWrapper {
    position: absolute;
    width: 40rem;
	top:0;
	margin-top: -2rem;
}

.home-mobile-callout-text {
	margin-left: 8.333333%;
}

.portCallout-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 40rem;
    top:16rem;
    position: relative;
}

.portCallout-1-mobile {
    visibility: hidden;
}

.portCallout-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 40rem;
    top:41rem;
    position: relative;
}

.portCalloutText-1,
.portCalloutText-2 {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 2rem;
    font-weight: 400;
}

.portCalloutText-1 {
    color: rgb(11, 162, 203);
}

.portCalloutText-2 {
    color: rgb(12, 180, 145);
}

.blueToGreen-HR {
	flex-grow:1;
 	height: 1px;
	 background-image: linear-gradient(to right, rgb(11, 162, 203), rgb(12, 180, 145));
  	opacity: .75;
  	z-index: 100;
}

.white-HR {
 	flex-grow:1;
  	height: 1px;
  	background-color:#ffffff80;
 	z-index: 100;
}


/* -------------------------------------------------------------------
cards
------------------------------------------------------------------- */

  
.card-container-small {
    visibility: hidden;
}

.cardsTitle-1 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	position: absolute;
	top: 30%;
	color: #fff;
	font-size: 1rem;
}

.cardsTitle-2 {
	position:absolute;
	top:40%;
	max-width: 15rem;
	text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
	font-size: 2rem;
	background-color: rgb(11, 162, 203);
	background-image: linear-gradient(to right, rgb(11, 162, 203),rgb(12, 180, 145));
	background-size: 100%;
	background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
	-moz-text-fill-color: transparent;

}

.home-mobile-card {
	background-color: rgb(38, 37, 36);
	box-shadow: -1rem 0 3rem rgb(12, 11, 10);
	transition: 0.4s ease-out;
	position: relative;
	height: 20rem;
    width: 100%;
    max-width: 100%;
	left: 0px;
	align-self: center;
	overflow: hidden;
    right:0;
}

.home-mobile-card img {
	width:22rem;
	z-index: 1;
}

.home-mobile-media-left {
	position: absolute;
	bottom:-5rem;
	left: -5%;
}

.home-mobile-media-right {
	position: absolute;
	bottom:-5rem;
	left: -8%;
}


  /* -------------------------------------------------------------------
cards desktop
------------------------------------------------------------------- */


.card-container-big {
    visibility: visible;
}

.card-container {
	position: absolute;
	height: 250px;
	width: 400px;
	top: 190px;
	display: flex;
}
  
.cards:hover {	
	transition: 0.4s ease-out;	
}
  
.cards:hover ~ .card {
	position: relative;
	left: 50px;
	transition: 0.4s ease-out;
}
  
.cards {
   height: 220px;
	width: 135px;
    display: block;
    background-size: cover;
    overflow: hidden;
    background-position: center;
    transition: 0.4s ease-out;
	position: relative;
	left: 0px;

}

.cards-image {
	height: 220px;
	 width: 135px;
	 display: block;
	 background-size: cover;
	 background-position: center;
	 transition: 0.4s ease-out;
	 position: relative;
	 left: 0px;
	 z-index: 100;
	 --cards-title-top: 176px;
	 --cards-title-hover-top: 172px;
	 --cards-meta-base-offset: 108px;
	 --cards-meta-hover-offset: 42px;
 }

.cards-big {
    position: relative;
    backface-visibility: hidden;
}

.cards-image:hover img {
	transform: translateY(5px) scale(1.25,1.25);
}

.cards-image:hover .cards-big__tri {
	top: -70px;
	transform: rotate(9deg) scale(1.25,1.25) ;
	opacity: .5;
}


.cards-image img {
	transition: all .2s ease;
	display: block;
	width: 160px;
	position: absolute;
	left:-10px;
	top:20px;
	z-index: 10;
}
  
.cards-big__tri {
    width:135px;
    height: 100px;
	opacity: .9;
    position: absolute;
    display: block;
    top:175px;
    right: 0;
	transition: all .3s ease-in-out;
	z-index: 1;
  }

.cards-image:hover .cards-big__rect {
    transform: rotate(10deg);
	top:165px;
	opacity: 1;
}

.cards-big__rect {
    width: 250px;
    height: 100px;
    left:-50px;
    top:180px;   
    display: block;
    position: absolute;
    z-index: 5;
    opacity: .9;
	transition: all .3s ease-in-out;	
}

.grad-1.cards-big__rect{
	background:linear-gradient(to right, transparent, rgb(11, 162, 203),  rgb(12, 180, 145), rgb(12, 180, 145));
}

.grad-2.cards-big__rect {
	background:rgb(12, 180, 145);
}

.grad-3.cards-big__rect {
	background:linear-gradient(to right,  rgb(12, 180, 145), rgb(12, 180, 145), rgb(11, 162, 203), transparent);
}


.grad-1.cards-big__tri {
	background:linear-gradient(to right, transparent, rgb(11, 162, 203),  rgb(12, 180, 145), rgb(12, 180, 145));
}

.grad-2.cards-big__tri {
	background:rgb(12, 180, 145);
}

.grad-3.cards-big__tri {
	background:linear-gradient(to right,  rgb(12, 180, 145), rgb(12, 180, 145), rgb(11, 162, 203), transparent);
}


.cards-big ul {
    list-style: none;
    position: relative;
	font-family: 'oswald', sans-serif;
    text-transform: uppercase;
	font-size: 12px;
	line-height: 27px;
    bottom: calc(-1 * var(--cards-meta-base-offset));
	left: -30px;
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	width:150px;
    z-index: 9;
}
  
.cards-big ul li {
    color: #fff;
    transition: all .2s ease-in-out;
    transform: translateY(calc(var(--cards-meta-base-offset) + 10px));
}

.cards-image:hover li {
    transform: translateY(var(--cards-meta-hover-offset));
}

.cards-image p {
	font-family: 'oswald', sans-serif;
    text-transform: uppercase;
    position: absolute;
    top: var(--cards-title-top);
	margin: 1em 0;
    color: #fff;
    font-size: 15px;
	z-index: 8;
	text-align: center;
	width: 100%;
}

.cards-image:hover p {
	left: 10px;
	color: rgba(255, 255, 255, 0.35);
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	text-align: left;
	top: var(--cards-title-hover-top);
}

.cards-image ul li:nth-child(1) {
    transition-delay: .4s;
}
.cards-image ul li:nth-child(2) {
    transition-delay: .3s;
}

.cards-image ul li:nth-child(3) {
    transition-delay: .2s;
}


/* -------------------------------------------------------------------
skills
------------------------------------------------------------------- */


.skill-item {
	margin: 20px 0;
    text-align: center;
    color: rgb(38, 37, 36);   
}

.skill-icon {
	margin-bottom: 1rem;
	width: 3rem;
	height: auto;
}

.skill-title {
	text-transform: uppercase;
	letter-spacing: var(--type-subhead-letter-spacing);
	font-weight: 400;
	font-size: var(--type-subhead-size);
    margin: .5rem 0 .5rem;
   
}


/* ------------------------------------------------------------------
testimonials
------------------------------------------------------------------- */


.avatar-ring {
    width: 10rem;
    height: 10rem;
	min-width: 10rem;
	min-height: 10rem;
	aspect-ratio: 1 / 1;
	flex: 0 0 10rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.avatar-ring--dark {
    margin: 2rem 0 2rem -15px;
    background-color: rgb(38, 37, 36);
}
  
.gradQuote-profile {
	margin-top: 2rem;
	margin-bottom: 6rem;
	color:#fff;
}

.quote-grad {
	color:#fff;
	margin-top: 6rem;
}

.avatar-ring--gradient {
    margin: 0;
    background-image:linear-gradient(to right, rgb(11, 162, 203), rgb(12, 180, 145));
}
  
.avatar-ring-image {
	display: block;
    width: 92%;
	height: 92%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
  
.avatar-ring,
.avatar-ring-image {
    border-radius: 50%;
}

.about-callout {
    padding-left: 3rem;
}

.about-callout-quote {
    font-size: 1.25rem;
}

/* -------------------------------------------------------------------
modal styles
------------------------------------------------------------------- */


.modal-content {
	background-color: #F0F0F0;
}

.port-caption {
	font-size: .5rem;
	text-align: center;
	margin-top: -2rem;
	margin-bottom: 1rem;
}


/* -------------------------------------------------------------------
case study images
------------------------------------------------------------------- */


.logoGrid {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	padding: 0;
	margin: 0;
	background-color: #F0F0F0;
	padding-top: 2rem;
	padding-bottom: 30px;
}

.logoGrid-item {
	min-width: 125px;
	width: 100%;
	height: auto;
	max-width: 125px;
}

.logoGrid-item-mall {
	min-width: 200px;
	width: 100%;
	height: auto;
	max-width: 200px;
}
  
.work-item {
    max-width: 500px;
    height: auto;
    position: relative; 
    min-width: 200px;
	width:100%;
	align-items: center;
	align-self: center;
}

.lg-work-item {
	padding-top: 30px;
	padding-bottom: 30px;
	align-items: center;
	align-self: center;
}

.sm-work-item {
	max-width: 500px;
    height: auto;
    position: relative; 
	min-width: 150px;
	margin-top:30px;
	width:100%;
	align-items: center;
	align-self: center;
}

#website-img {
	max-width: 850px;
	min-width: 300px;
	width: 100%;
	align-items: center;
	align-self: center;
	margin-top: 15px;
	overflow: hidden;
	cursor: pointer;
}

#purpose-tee {
    position: relative;
    left: -15px;
    padding-top: 25px;
	max-width: 600px;
	width: 100%;
	min-width: 355px;
  	height: auto;
  	vertical-align: bottom;
	cursor: pointer;	
}

#corp-ad {
  	max-width: 400px;
  	position: relative;
  	margin-top: 10px;
  	min-width: 250px;
  	width:100%;
  	align-items: center;
  	align-self: center;
	cursor: pointer;
}

#strat-poster {
	max-width: 400px;
	height: auto;
	position: relative;
	margin-top: -12px;
	min-width:250px;
	width:100%;
	align-items: center;
	align-self: center;
	cursor: pointer;
}

#web-assets {
	max-width: 100%;
	height: auto;
	position: relative;
	margin-top: 10px;
	width: 100%;
	align-items: center;
	align-self: center;
	cursor: pointer;
	
}

#bike-signs {
    max-width: 100%;
    height: auto;
    position: relative;
    margin-top: 15%;
	left:10%;
	width:100%;
	align-items: center;
	align-self: center;
	cursor: pointer;
}

#velosano-jersy {
    max-width: 800px;
    height: auto;
    position: relative;
    margin-top: 40px;
    min-width: 300px;
	width:100%;
	align-items: center;
	align-self: center;
	cursor: pointer;
}

#radian-work {
    max-width: 500px;
    height: auto;
    position: relative;
    min-width: 300px;
	width:100%;
	align-items: center;
	align-self: center;
	cursor: pointer;
}

#mstreet-container {
	padding: 15%;
	margin-bottom: -30%;
	cursor: pointer;	
}

#mstreet {
	height: auto;
	max-width: 400px;
	width:100%;
	align-items: center;
	align-self: center;
	min-width: 225px;
	display: block;
	cursor: pointer;
}

#ebuy{
	height: auto;
	max-width: 300px;
	width:100%;
	align-items: center;
	align-self: center;
	min-width: 250px;
	z-index: 30;
	cursor: pointer;
}

#csr{
	height: auto;
	max-width: 400px;
	width:100%;
	align-items: center;
	align-self: center;
	min-width: 300px;
	margin-top: 15%;
	cursor: pointer;
}

.csr{
	z-index: 2;
		cursor: pointer;
}
.ebuy{
	z-index:1;
}

#cday{
	height: auto;
	max-width: 600px;
	width:100%;
	align-items: center;
	align-self: center;
	min-width: 300px;
	margin-top: 10%;
	cursor: pointer;
}

#fc-shirts {
	height: auto;
	max-width: 800px;
	width:100%;
	align-items: center;
	align-self: center;
	min-width:300px;
	align-items: bottom;
	margin-top: 30px;
	margin-bottom:0; 
	cursor: pointer;
}

.caseStudy-logo {
	width:100%;
	height: auto;
	min-width: 75px;
	max-width: 150px;
	width:110px;
	padding-bottom: 5px;
	align-items: center;
	align-self: center;
}

#circleSign-spacer {
	padding-top: 62px;
}

#blossomPlaza-work {
    max-width: 500px;
    height: auto;
    position: relative;
    margin-top: 30px;
    min-width: 300px;
	width:100%;
	align-items: center;
	align-self: center;
	cursor: pointer;
}

#rh-billboard {
	max-width: 250px;
    height: auto;
    position: relative;
    margin-top: 30px;
    min-width: 250px;
	width:100%;
	align-items: center;
	align-self: center;	
	cursor: pointer;
}

#rh-map {
	max-width: 400px;
    height: auto;
    position: relative;
    margin-top: 30px;
    min-width: 300px;
	width:100%;
	align-items: center;
	align-self: center;
	cursor: pointer;
}

#circle-signs {
	max-width: 1200px;
    height: auto;
    position: relative;
    margin-top: 30px;
	align-items: center;
	align-self: center;
	width: 100%;
	cursor: pointer;
}

#com-posters {
	max-width: 250px;
    height: auto;
    position: relative;
	margin-top: 30px;
    min-width: 250px;
	width:100%;
	align-items: center;
	align-self: center;
	cursor: pointer;
}

#ing-phone {
	max-width: 400px;
    height: auto;
    position: relative;
    margin-top: 30px;
    min-width: 300px;
	width:100%;
	align-items: center;
	align-self: center;
	cursor: pointer;
}

#ing-book {
	max-width: 400px;
	position: relative;
	margin-top: 30px;
	min-width: 200px;
	width:100%;
	align-items: center;
	align-self: center;
	cursor: pointer;
}

#ing-shirts {
	max-width: 900px;
	position: relative;
	margin-bottom: 30px;
	min-width: 200px;
	width:100%;
	align-items: center;
	align-self: center;
	cursor: pointer;
}

#cheetah{
	max-width: 550px;
	position: relative;
	margin-top: 60px;
	min-width: 300px;
	width:100%;
	align-items: center;
	align-self: center;
	cursor: pointer;
}

#portraits{
	max-width: 700px;
	position: relative;
	margin-top: 30px;
	min-width: 300px;
	width:100%;
	align-items: center;
	align-self: center;
	cursor: pointer;
}
#cavs-bar{
	max-width: 1100px;
	position: relative;
	margin-top: 30px;
	min-width: 300px;
	width:100%;
	align-items: center;
	align-self: center;
	cursor: pointer;
}

#cavs{
	max-width: 1000px;
	position: relative;
	margin-top: 30px;
	min-width: 300px;
	width:100%;
	align-items: center;
	align-self: center;
	cursor: pointer;
}
#bar{
	max-width: 433px;
	position: relative;
	margin-top: 30px;
	min-width: 200px;
	width:100%;
	align-items: center;
	align-self: center;
	cursor: pointer;
}


/* -------------------------------------------------------------------
Footer
------------------------------------------------------------------- */


.footer {
    padding:1rem 2rem;
    background-color:rgb(38, 37, 36) !important;
    color:#fff;
}

.footer a {
    color: rgba(176, 181, 187, 0.95);
	text-decoration: none;
	font-weight: 400;
}

.footer a:hover,
.footer a:focus {
	color: rgba(235, 239, 244, 0.95);
	text-decoration: none;
}

.footer-nav-heading {
	font-size: var(--type-subhead-size);
	letter-spacing: var(--type-subhead-letter-spacing);
	color: rgba(138, 153, 166, 0.95);
	display: block;
	margin-bottom: .25rem;
	line-height: 1.1;
}

.footer-nav-col {
	line-height: 1.35;
	padding-top: .1rem;
}

.footer-contact-col p {
	margin: 0;
	line-height: 1.35;
}

.copyright {
	color: #fff;
	font-size: 1.3rem;
}

.copyright a {
	color: rgba(176, 181, 187, 0.95);
}

.footer-brand {
	padding: 0;
	padding-left: .8rem;
	margin-bottom: .7rem;
	width: 132px;
    max-width:132px;
    min-width:132px;
    height: auto;
}


/* -------------------------------------------------------------------
 Media Querries
------------------------------------------------------------------- */
/* Media min */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	
	.homeStrong{
		color: rgb(12, 180, 145);
		background: none;
	}


	.active-header {
		color: rgb(11, 162, 203);
		background: none;
	}

	blockquote.quote-grad::before {
		color: rgb(11, 162, 203);
		background: none;
	}

	blockquote.quote-grad::after {
		color: rgb(11, 162, 203);
		background: none;
	}

	.cardsTitle-2 {
		color: #fff;
		background: none;
	}

	.portCallout-1-mobile {
		display: none;
	}

}

@media (min-width: 10px) {

		.navbar-custom .dropdown-menu {
			position: absolute;
			margin-top: 10px;
			flex-direction: column;
			justify-content: flex-end;
			right: 40px !important;
			padding: 0;
		}
		
		.navbar-custom .open > .dropdown-menu {
			visibility: visible;
			display: flex;
			margin-top: 10px;
			padding-top: 10px;
		}

		.navbar-dark .navbar-nav .nav-link {
			color:rgba(255, 255, 255, 0.65);
		}
		
		.navbar-dark .navbar-nav .nav-link:hover {
			color:rgba(255, 255, 255, 1);
		}
	
}

@media (min-width: 1200px) {

		.home-header-bg {
			background-image: url('../images/Jesse-smaller-alt-bg.jpg');
			background-repeat: no-repeat;
			background-size: 500px;
			height: 550px;
			background-position-x: -5px;
			background-position-y: 5px;
		}

}

@media (min-width: 576px) {
		.skills-grid-item {
			flex: 0 0 50%;
			max-width: 50%;
		}

		.footer-nav-col {
			flex: 0 0 50%;
			max-width: 50%;
			text-align: left;
		}

		.footer-contact-col {
			flex: 0 0 50%;
			max-width: 50%;
			text-align: right;
		}
}

@media (min-width: 768px) {
		.about-content-column {
			flex: 0 0 66.666667%;
			max-width: 66.666667%;
		}

		.about-callout-column {
			flex: 0 0 33.333333%;
			max-width: 33.333333%;
			border-left: 1px solid rgba(255, 255, 255, 0.45);
			padding-left: 3rem;
		}

		.about-mobile-divider {
			display: none;
		}

		.skills-grid-item {
			flex: 0 0 33.333333%;
			max-width: 33.333333%;
		}

		.testimonial-photo-col {
			flex: 0 0 16.666667%;
			max-width: 16.666667%;
			margin-left: 8.333333%;
		}

		.testimonial-profile {
			flex: 0 0 58.333333%;
			max-width: 58.333333%;
			margin-left: 8.333333%;
			text-align: left;
		}

		.footer-contact-col {
			flex: 0 0 41.666667%;
			max-width: 41.666667%;
		}
}

@media (min-width: 992px) {
		.testimonial-profile {
			flex: 0 0 50%;
			max-width: 50%;
			margin-left: 16.666667%;
		}

		.footer-contact-col {
			flex: 0 0 33.333333%;
			max-width: 33.333333%;
		}
}

@media (min-width: 1200px) {
		.testimonial-photo-col {
			margin-left: 25%;
		}

		.testimonial-profile {
			margin-left: 0;
		}

		.footer-contact-col {
			flex: 0 0 25%;
			max-width: 25%;
		}
}

@media (min-width: 992px) {

	.navbar-custom .navbar-nav {
		align-items: center;
		column-gap: 14px;
	}

	.navbar-custom .navbar-nav > .nav-link {
		position: relative;
		display: inline-flex;
		align-items: center;
		padding: 0;
		line-height: 1;
	}

	.navbar-custom .navbar-nav > .nav-link a,
	.navbar-custom .navbar-nav > .nav-link button {
		display: inline-flex;
		align-items: center;
		line-height: 1;
		white-space: nowrap;
	}

	.navbar-custom .navbar-nav > .nav-link:hover > .dropdown-menu,
	.navbar-custom .navbar-nav > .nav-link.open > .dropdown-menu {
		display: flex;
	}

	.navbar-custom .dropdown-menu-right {
		right: -2px !important;
		top: 100%;
		width: 25rem;
		min-width: 20rem;
		margin-top: 6px;
		padding-top: 0;
		z-index: 1200;
		background: rgba(24, 24, 24, 0.98);
		border: 1px solid rgba(255, 255, 255, 0.06);
		box-shadow: 0 16px 30px rgba(0, 0, 0, 0.45);
	}

	.navbar-custom .dropdown-menu-right::before {
		right: 0;
		top: -8px;
		border-bottom: 8px solid rgba(24, 24, 24, 0.98);
		border-left: 11px solid transparent;
		border-right: 11px solid transparent;
	}

	.navbar-custom .dropdown-item {
		padding: 14px 28px;
		font-family: 'Montserrat', sans-serif;
		font-size: 1.4rem;
		letter-spacing: .05rem;
		text-transform: none;
		color: rgba(255, 255, 255, 0.92);
		border-top: 1px solid rgba(255, 255, 255, 0.08);
		background: transparent;
	}

	.navbar-custom .dropdown-item:first-child {
		border-top: 0;
	}

	.navbar-custom .dropdown-item:hover:not(.active-header):not(.active) {
		background-color: rgba(105, 103, 99, 0.5);
		color: #fff;
	}

	.navbar-custom .dropdown-item.active-header,
	.navbar-custom .dropdown-item.active,
	.navbar-custom .dropdown-item:active {
		background-color: rgb(11, 162, 203);
		background-image: linear-gradient(to right, rgb(11, 162, 203), rgb(12, 180, 145));
		color: #fff !important;
		-webkit-text-fill-color: #fff;
		-moz-text-fill-color: #fff;
		background-clip: border-box;
		-webkit-background-clip: border-box;
		-moz-background-clip: border-box;
	}
}


/* Media max */

@media (max-width: 991px) {	
	/* Navbar */
		.hidden {
			visibility: visible;
			display: block;
		}

		
		.navbar-custom {
			font-size: 21px;
		}
		
		.navbar-custom .dropdown-menu {
			margin-top: -35px;
		}

		.nav-link{
			padding-top: .5rem;
		}
		.nav-link:first-child {
			padding-top: 1rem;
		}

		.mobile-nav-dropdown-link{
			position: relative;
			top: -.5rem;
		}

		
		.mobile-nav-dropdown-link::before{
		
			content:"";
			display: block;
			position: relative;
			left: calc(50% - 5px);
			top: 37px;
			width:0;
			height:0;
			border-bottom:7px solid rgba(11, 162, 203, 0.25);
			border-left:10px solid transparent;
			border-right:10px solid transparent;
		}

		.mobile-nav-dropdown-link[aria-expanded="true"]:before{
			transform: rotate(180deg);
		}

		.mobile-hide768 {
			visibility: visible;
		}

		.nav-sub:first-child {
			border-top: 0 ;
		}

		.mobile-nav-link{
			position: relative;
			top: -.5rem;
			text-align: center;
		}

		.nav-sub {
			text-align: center;
			font-size: 18px;
			padding:20px;   
		}

		.dropdown-menu-right {
			right:0;
			left:0;
			padding:10px;	
		}

		.dropdown-menu-right:hover {
			padding:0;
		}
		
		.dropdown-menu::before {
			content:"";
			display: block;
			position: absolute;
			left:calc(50% - 5px);
			top:-7px;	
			width:0;
			height:0;
			border-bottom:7px solid rgb(32, 31, 30);	
			border-left:10px solid transparent;
			border-right:10px solid transparent;	
		}

		.dropdown-menu {
			background:rgba(0, 0, 0, 1);
			border-radius: 0;
			border: 0;
			padding: 30px, 10px, 0px, 10px;
			-webkit-box-shadow: inset;
			box-shadow: inset;
		
			color:rgba(255, 255, 255, 0.75);
			width: 100%;
		}

		.scrolled.navbar-custom .dropdown-menu {
			margin-top: 135px;

		}

		.nav-link { 
			list-style:none !important;
		}

		.divider {
			position: relative;
			margin-top: 1rem;
			height: 1px;
		}

		.div-transparent:after {
			content: "";
			position: absolute;
			top: -.92525rem;
			left: 1%;
			right: 1%;
			width: 98%;
			height: 1px;
			background-image: linear-gradient(to right, transparent, rgba(11, 162, 203, 0.5), rgba(12, 180, 145, 0.5), transparent);
		}

		.nav .navbar-nav {
			padding-right:0;
			height: 30rem;
			padding-top: 15px;
		}

		.navbar-collapse {
			left: 100% !important;
			border-right:0;
			width: 100%;
			height: 13.5em;
			margin-top: -2px;
			transition: 0s;
		}

		ul.navbar-nav {
			flex-direction: column;
			text-align: center;
			padding-left: 0;
			padding-right:0;
			background-color: rgba(38, 37, 36, .95);
			margin-left: -10px;
			margin-right: -10px;
			padding-top: 10px;
		}

		.navbar-custom {
			letter-spacing: 0;
		}

		.navbar-custom .dropdown-toggle:after {
			display: none;
		}

		.navbar-custom .dropdown-toggle:hover::after {
			display: none;
		}

		.navbar-nav .nav-link:hover {
			color: rgba(255, 255, 255, 1);
		}

		.dropdown-divider {
			border-top: 1px solid rgba(255, 255, 255, .4);
		}

		nav.scrolled {
			height:3.5rem;
		}

		.navbar-dark .navbar-toggler {
			margin-top: 0;
		}

		.avatar-ring--dark {
			margin: 2rem 0 2rem -15px;
		}

		.portHeader-img {
			top:30px;	
		}


}


@media (max-width: 768px) { 	
	/* Navbar */

		.nav-sub {
			text-align: center;
			font-size: 18px;
		}

		.navbar-custom {
			letter-spacing: 0;
			
		}

		.navbar-custom .dropdown-toggle:after {
			display: none;

		}

		.navbar-custom .dropdown-toggle:hover::after{
			display: none;
		}

		/* header*/

		.home-header-bg {
			background-size: 300px;
			background-position-x: -100px;
			background-position-y: 50px;
		}

		.mobile-hide768 {
			visibility: hidden;
		}

		.about-callout {
			padding-left:15px;
		}
    
		.about-callout-quote {
			padding-top:3rem;
			padding-left:15px;
		}
		.quoteCaption-title {
			margin-left: 0;
		}

		.about-content {
			padding-bottom: 2rem;
		}

		.ms-margin{
			margin-top:-10% !important;
			margin-bottom:-30% !important;
		}
		.avatar-ring--dark {
			margin: 2rem 0 2rem -15px;
		}

		#bike-signs {
			left:0;
		}

		.avatar-ring--gradient {
			margin-left:-10px;
		}

}


@media (max-width: 576px) { 
		.home-header-bg {
			height: 800px;
		}

		.home-hero-copy,
		.home-hero-callout {
			left: 0;
			margin-left: 0;
		}

		.home-mobile-callout-text {
			margin-left: 15px;
		}

		.textchange-wrapper {
			top: 9.5rem;
			left: 34%;
			width: 58%;
			max-width: 340px;
			margin-left: 0;
			padding-right: 15px;
		}

		.textchange{ 
			font-size: 1.25rem;
		}
		
		.spanSwitch{
			width: 100%;
		}

		.card-container-big {
			visibility: hidden;
		}
		
		.card-container-small {
			visibility: visible;
		}

		.card-container {
			height: 40rem;
			width: 100%;
			top: 34rem;
			display: flex;
			flex-wrap: nowrap;
			justify-content: center;
			flex-direction: column;
			margin:0;
			left:0;
			right:0;
			}

		.home-mobile-card-title {
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			width: 44%;
			margin: 0;
			z-index: 2;
		}

		.card-container-small .home-mobile-card-title-right {
			right: 6%;
			left: auto;
		}

		.card-container-small .home-mobile-card-title-left {
			left: 8%;
		}

		.cardsTitle-1 {
			position: static;
			font-size: 1.05rem;
			font-weight: 600;
			letter-spacing: .02rem;
		}

		.cardsTitle-2 {
			position: static;
			display: block;
			max-width: none;
			font-size: 1.95rem;
			line-height: 1.05;
			font-weight: 400;
		}

		.home-mobile-card img {
			width: 100%;
			max-width: 220px;
		}

		.home-mobile-media-left {
			position: absolute;
			bottom: calc(-5rem - 15px);
			left: 2%;
			width: 48%;
		}

		.home-mobile-media-right {
			position: absolute;
			bottom: calc(-5rem - 15px);
			left: auto;
			right: 2%;
			width: 48%;
		}

		.card:last-child {
			right:0rem;
		}
		.card:not(:first-child) {
			margin-left: 0rem;
		}

		.portCalloutWrapper {
			position: absolute;
			width: 40rem;
		}

		.portCallout-2 {
			visibility: hidden;
			align-content: center;
		}

		.portCallout-1{
			visibility: hidden;
		}

		.poly2-clip {
			width: 100%;
			height:25rem;
			background-image: linear-gradient(to right, transparent, rgba(11, 162, 203, 0.5), rgba(12, 180, 145, 0.5), transparent);
			background-size: cover;
			clip-path: polygon(0 60%, 0% 100%, 100% 100%);
			position: relative;
			top:10rem;
			display: flex;
			align-items: center;
			z-index: 0;
			}

		.portCallout-1-mobile {
			visibility: visible;
		}

		.portCalloutText-1 {
			font-family: 'Montserrat', sans-serif;
			font-size: 1.5rem;
			position: relative;
			color: #fff;
			text-align: left;
			top:4rem;
		}

		.home-mobile-card:hover {
			transition: 0.4s ease-out;
			z-index: 100;
			}
			
		.home-mobile-card:hover ~ .card {
			position: relative;
			left: 0px;
			z-index: 0;
			}

			.ms-margin {
				margin-top:10% !important;
				margin-bottom:0 !important;
			}

			.section-title h2 {
				font-size: 1.5rem;
			}
			.section-title p {
				font-size: 1rem;
			}
			.section-title h4 {
				font-size: 1.125rem;
			}
			#origin {
				position: relative;
				top:11px;
			}
			#circleSign-spacer {
				padding-top: 5px;
			}


}





@media (min-width: 768px) {
		:root {
			--home-hero-anchor: 33.333333%;
		}
}

@media (min-width: 577px) and (max-width: 991.98px) {
		:root {
			--home-hero-anchor: clamp(185px, 32vw, 35%);
		}

		.textchange-wrapper {
			width: clamp(340px, 47vw, 430px);
		}

		.spanSwitch {
			width: clamp(340px, 47vw, 430px);
		}
}

@media (min-width: 1200px) {
		:root {
			--home-hero-anchor: 41.666667%;
		}
}

@media (max-width: 475px) { 
		.textchange-wrapper {
			top:10rem;
			width: 56%;
			max-width: 240px;
			left: 35%;
			margin-left: 0;
		}

		.spanSwitch {
			width: 100%;
		}
		.logoGrid-item-mall {
			max-width: 100px;
			min-width: 100px;
		}
		.avatar-ring--gradient {
			margin-left:-15px;
		}
		.avatar-ring--dark {
			margin-left:-25px;
		}
}


@media (max-width: 415px) { 
		.home-header-bg {
			height: 800px;
		}


		.card-container {
			width: 100%;
			right: 0;
		}
		

		.home-mobile-media-left {
			position: absolute;
			bottom:calc(-5rem - 15px);
			left: -0%;
		}
			
		.home-mobile-media-right {
			position: absolute;
			bottom:calc(-5rem - 15px);
			left: auto;
			right: 2%;
		}

		.cardsTitle-2 {
				font-size: 1.8rem;
		}
		.avatar-ring--gradient {
			margin-left:-25px;
		}
		.avatar-ring--dark {
			margin-left:-30px;
		}
		

}


@media (max-width: 375px) { 
		.card-container {
		width:100%;
		right:0;
		}


		.home-mobile-card img
		{
			width:15rem;
			z-index: 1;
		}

		.home-mobile-media-left {
			position: absolute;
			top:15px;
			width: 48%;
			left: 2%;
		}
		
		.home-mobile-media-right {
			position: absolute;
			top:15px;
			width: 48%;
			left: auto;
			right: 2%;
		}

}


@media (max-width: 345px) { 
	
		.card-container {
			width:100%;   
			right:0;
		}

		.textchange {
			font-size: 1.25rem;
		} 
		
		.textchange-wrapper {
			top:7rem;
			width: 52%;
			max-width: 200px;
			left: 37%;
			margin-left: 0;
		}
		
		.spanSwitch {
			width: 100%;
		}


		.home-mobile-media-left {
			position: absolute;
			bottom:calc(-5rem - 15px);
			left: 2%;
			width: 48%;
		}
			
		.home-mobile-media-right {
			position: absolute;
			bottom:calc(-5rem - 15px);
			left: auto;
			right: 2%;
			width: 48%;
		}


		.logoGrid-item {
			max-width: 75px;
			min-width: 100px;
		}

		.logoGrid-item-mall {
			max-width: 75px;
			min-width:75px;
		}

		#ebuy {
			min-width: 100px;
		}

		#csr {
			min-width: 200px;
		}

		#cday {
			min-width: 200px;
		}

		#fc-shirts{
			min-width: 100px;
		}

		.avatar-ring--gradient {
			margin-left:-30px;
		}
		
		.avatar-ring--dark {
			margin-left:-40px;
		}

}





@media (min-width: 100px) { 
		.navbar-toggler {
		position: relative !important;
		}
}

/* -------------------------------------------------------------------
clears
------------------------------------------------------------------- */



/* -------------------------------------------------------------------
margin, padding
------------------------------------------------------------------- */



@media only screen and (max-width:991px) {


}

@media only screen and (max-width:767px) {

	

}


/* ------------------------------------------------------------------
Shared navbar scope (moved from inline page styles)
------------------------------------------------------------------- */

.home-page-scope *,
.home-page-scope *::before,
.home-page-scope *::after { box-sizing: border-box; }

.home-page-scope .navbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.home-page-scope .fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
}

.home-page-scope .navbar-expand-lg .navbar-collapse {
	display: none;
	width: 100%;
}

.home-page-scope .navbar-expand-lg .navbar-collapse.show {
	display: block;
}

.home-page-scope .navbar-nav {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding-left: 0;
}

.home-page-scope .navbar-toggler {
	border: 0;
	background: transparent;
	cursor: pointer;
	padding: .25rem .75rem;
}

.home-page-scope .dropdown-menu {
	display: none;
}

.home-page-scope .open > .dropdown-menu {
	display: flex;
}

.home-page-scope .dropdown-toggle {
	background-color: transparent;
	border: 0;
	color: inherit;
	font: inherit;
	padding: 0;
}

.home-page-scope .dropdown-toggle:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.65);
	outline-offset: 2px;
}

@media (min-width: 992px) {
	.home-page-scope .navbar-expand-lg {
		flex-flow: row nowrap;
	}

	.home-page-scope .navbar-expand-lg .navbar-toggler {
		display: none;
	}

	.home-page-scope .navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}

	.home-page-scope .navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}
}
