@charset "UTF-8";
/* CSS Document */

html,body,page,p,div,img,h1,h2,h3,h4,h5,h6,h7,h8,h9,li,ul,ol,dl,dd,dt,form,table,td,tr{ margin:0px; padding:0px; border:0px; border-collapse:separate; border-spacing:0px; } 
	input,select{ margin:0; padding:0; }

html {
  scroll-behavior: smooth;
}
		
body {
	font-family: 'mr-eaves-xl-modern', Helvetica, sans-serif; 
	font-size:20px; 
	font-weight: 400; 
	line-height: 25px;
	color: #1d1d1d; 
	text-align:left; 
	word-break: break-word; 
	letter-spacing: 0px;
	margin: 0 auto;
	background: #f6f7f9;
}

#header_holder {
	position: relative;
	margin: 0 auto;
	margin-bottom: 75px;
	padding-top: 70px
}

#header_holder:before {
	content: "";
	width: calc(((100% - 1750px) / 2) + 20%);
	min-width: 33%;
	background: #323a45;
	height: calc(100% - 75px);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

#header_holder:after {
	content: "";
	width: 25px;
	background: #5faeb6;
	height: 60px;
	position: absolute;
	right: 0;
	top: 50%;
	transform:  translate(0%, -50%);
	z-index: -1;
}

#navbar .logoholder {
	width: 100%;
	padding: 10px;
	min-height: 50px;
	    	-webkit-transition: all 0.75s;
		-o-transition: all 0.75s;
		transition: all 0.75s; 
}

#navbar {
  position: fixed;
  top: 0px;
  width: 100%;
  display: block;
  z-index: 2;
  overflow: hidden;
background: rgba(50,58,61,0.0);
      	-webkit-transition: all 0.75s;
		-o-transition: all 0.75s;
		transition: all 0.75s; 
}

#navbar .nav_pagelinks a {
  display: inline-block;
  color: #778899;
  text-align: left;
  padding: 15px;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
    	-webkit-transition: all 0.75s;
		-o-transition: all 0.75s;
		transition: all 0.75s; 
}

.nav_inner {
    display: flex;
    flex-wrap:  wrap;
}

.nav_left {
    width: 25%;
	    	-webkit-transition: all 0.75s;
		-o-transition: all 0.75s;
		transition: all 0.75s; 
	}

.nav_right {
    width: 75%;
    text-align: right;
	    	-webkit-transition: all 0.75s;
		-o-transition: all 0.75s;
		transition: all 0.75s; 
	}

#navbar .nav_pagelinks {
	padding-top: 20px;
	padding-bottom: 20px;
	    	-webkit-transition: all 0.75s;
		-o-transition: all 0.75s;
		transition: all 0.75s; 
}
	
#navbar .nav_pagelinks a:hover {
	color: #3f6184;
}

#navbar.sticky a {color:#ffffff!important; background: none!important;}
#navbar.sticky {background: rgba(50,58,61,0.95);}
#navbar.sticky .logoholder {width: 65%; min-height: inherit; padding: 0px; display: block;}
#navbar.sticky .logoholder img {display: block;}
#navbar.sticky .nav_pagelinks {padding-top: 0px; padding-bottom: 0px;}
#navbar.sticky .nav_pagelinks a {padding: 7px 15px;}
#navbar.sticky #nav-toggle span, #navbar.sticky #nav-toggle span:before, #navbar.sticky #nav-toggle span:after {background:#5faeb6!important;}
#navbar.sticky #nav-toggle.active span {background: transparent !important;}

.nav-mobile {
  	display: none;
    position: absolute;
    top: 0px;
    right: 0;
    height: 35px;
    width: 35px;
    padding: 10px;
     cursor: pointer;
}

#nav-toggle {
    position: fixed;
    width: 35px;
    height: 35px;
    padding: 6px 10px 14px 10px;
	z-index: 100;
    top: 10px;
    right: 5%;
		    	-webkit-transition: all 0.75s;
		-o-transition: all 0.75s;
		transition: all 0.75s; 
}

#navbar.sticky #nav-toggle {top: 0px;}

#nav-toggle span { position: relative!important; margin: 20px 0px;}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 2px;
  width: 35px;
  background: #5faeb6;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
  top: -10px;
}

#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle.active span {
    background: transparent!important;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
  top: 0;
}

#nav-toggle.active span:before {
  transform: rotate(45deg);
}

#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

.videoholder {
	width: 100%;
	height: 40%;
	min-height: 700px;
	margin: 25px 0px;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	background: url("../img/jrcglobal_header_v2.jpg");
	background-size: cover;
	background-position: 50% top;
}


.videoholder video {
	  position: absolute;
	  width: auto;
	  height: auto;
	  min-width: 100%;
	  min-height: 100%;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
}


@media (max-width: 768px) {
	.videoholder video {display: none;}
}


.videoholder:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgb(0,0,0,0.25);
	background: linear-gradient(90deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.0) 50%);
	z-index: 0;
}

.tagholder {
	position: absolute;
	top: 50%;
	left: 5%;
	transform:  translate(0%,-50%);
	z-index: 1;
}

.tagholder h2 {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.tagholder h3 {
	padding-top:  15px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.tagholder h2:after {
	content: "";
	width: 100%;
	height: 3px;
	background: #5faeb6;
	display: block;
	left: -70%;
	bottom: -2px;
	position: absolute;
}

h2 {
	font-size: 80px;
	letter-spacing: 8px;
	font-weight: 800;
	text-transform: uppercase;
	color: #ffffff;
		-webkit-text-fill-color: rgba(0,0,0,.01);
		-webkit-text-stroke-width: 2px;
		-webkit-text-stroke-color: #ffffff;
	line-height: 70px;
}

h3 {
	font-size: 40px;
	letter-spacing: 5px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 40px;
	color: #ffffff;
}

h3 span {color: #5faeb6;}

.headabout_text {
	background:  #5faeb6;
	padding: 35px;
	width: 37%;
	display: block;
	margin-left:  15%;
	min-height: 175px;
}

h1 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: 1px;
}

h5 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: 4px;
	text-transform: uppercase;
}

h6 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: 4px;
	text-transform: uppercase;
	text-align: right;
	margin: 0 auto;
}

#headcontentholder {
	margin-top: -150px;
	 margin-bottom: -10px;
	 position: relative;
}

.head_bottom_border {
	position: absolute;
	right: 0%;
	z-index: -1;
	width: 66%;
	bottom: 0;
}

.bottom_border_one {
	height: 25px;
	width: 100%;
	background: #778899;
}

.bottom_border_two {
	height: 200px;
	width:  100%;
	background: #3f6184;
}

.section_title {
	font-size: 32px;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #5faeb6;
}

.section_title_bg {
	font-size: 45px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 300;
	color: #323a45;
}

.white {color: #ffffff;}

.head_bottom_border .section_title {
	position: absolute;
	z-index: 10;
	left: 40%;
	bottom: 45px;
	transform: translate(-50%, 0px);
	width: 350px;
	text-align: center;
	background: #3f6184;
}

.holder {
	position: relative;
	width:  90%;
	margin: 0 auto;
	padding: 10px 5%;
	max-width: 1750px
}

#services_holder, #verticals_holder {
	margin-top: 5vh;
	margin-bottom: 5vh;
	position: relative;
}

.services_inner {
	display: flex;
}

.services_text {
	width: 45%;
	background: #778899;
	padding: 3.5vh 15% 3.5vh 2.5%;
	margin: 2.5vh 0%;
}

.service_block {
	padding-bottom: 4vh;
	position: relative;
}

.service_block:last-of-type {
	padding-bottom:  0vh;
}

.service_block:before {
	content: "";
	position: absolute;
	left:  -5.75%;
	top: 10px;
	width: 4.5%;
	height: 3px;
	background: #5faeb6;
}

.services_picture {
	background: url("../img/services_feature.jpg");
	background-size: cover;
	background-position: 50% 50%;
	width: 50%;
	margin-top: 7.5vh;
	margin-left:  -10%;
}

.section_title_divider {
	height: 3px; 
	margin: 15px 0px 10px 0px;;
	background: #5faeb6;
}

#verticals_holder {
background: #323a45;
padding: 5vh 0% 2.5vh 0%;
}

.verticals_inner {
	min-height: 250px;
}

.bio_inner {
	display: flex;
	flex-wrap: wrap;
	margin-top: 7.5vh;
}

.bio_pic {
	width: 25%;
	background: url("../img/JosephRizzo.jpg");
	background-size: cover;
	background-position: 50% 0;
	transform: translate(0%, -5vh);
	margin-bottom: 7.5vh;
	margin-right: -7%
}

.bio_text {
	width: 68%;
	column-count: 2;
	column-gap: 60px;
	background:  #3f6184;
	padding: 40px 4% 40px 10%;

}
	
#contact_holder {
	margin: 0 auto;
	margin-top: 5vh;
	padding: 2.5vh 0%;
		background-color: #fbfcfd;
}

#footer_holder {
		background: #323a45;
		padding: 2.5vh 0%;
		border-top: 25px solid #778899;
}

#footer_holder .logoholder {
	margin-left: 75%;
}

video::-webkit-media-controls-start-playback-button {
    display: none;
}

#navOurWork, #navAbout, #navSchedule, #navWhatWeDo {
  scroll-margin-top: 75px;
}

@media (max-width: 1600px) {
	.bio_pic {width: 33%; max-height: 400px;}
	.bio_text {width: 60%; column-count: 1;}
}

@media (max-width: 1200px) {
	.videoholder {min-height: 550px;}
	.videoholder video {left: 33%; top: 65%}
	#header_holder:before {min-width: 40%;}
	.logoholder {width: 33%;}
	.headabout_text {width: 55%; margin-left: 10%;}
	#footer_holder .logoholder {margin-left: 67%;}
	#navbar .nav_pagelinks a {padding: 15px 10px;}
}

@media (max-width: 1024px) {
	#header_holder:before {min-width: 45%;}
	.nav_left {width: 35%;}
	
	 .nav-mobile { display: block;}
    .nav_pagelinks {
        display:  none;
        text-align: right;
		background: #323a45;
        margin-bottom: 2px;
        width: 200px;
        padding-bottom: 3px;
        position: fixed;
		right: 5%;
		top: 0;
	}
	#navbar .nav_pagelinks a { width:  170px; text-align: right; color: #ffffff!important;}
    .nav_pagelinks a:first-of-type {margin-top: 55px;}
    #navbar.sticky .nav_pagelinks {background: #323a45;color: #ffffff !important;}
	.logoholder {width: 38%;}
	.headabout_text {width: 75%; margin-left: 5%; padding: 25px 5%; min-height: inherit;}
	#footer_holder .logoholder {margin-left: 62%;}
	.section_title_bg {font-size: 35px;}
	.section_title {font-size: 25px;}
	.services_inner {flex-wrap: wrap-reverse;}
	.services_text {width: 100%; margin: 0vh 0% 2.5vh 0%; padding: 3.5vh 5% 3.5vh 5%;}
	.services_picture {width: 100%; height: 25vh; margin-top: 2.5vh; margin-left: 0%; margin-bottom: 0vh;}
}

@media (max-width: 768px) {
	#header_holder:before {min-width: 65%;}
	.logoholder {width: 55%;}
	h1 {font-size: 18px; line-height: 25px;}
	h2 {font-size: 60px; letter-spacing: 6px;}
	h3 {font-size: 30px;}
	#header_holder:after {width: 10px;}
	.headabout_text {width: 80%; margin-left: 5%; padding: 25px 5%; min-height: inherit;}
	.bottom_border_two {height: 275px;}
	#footer_holder .logoholder {width: 50%; margin-left: 48%;}
	.bio_inner {margin-top: 2.5vh;}
	.bio_pic {width: 100%; min-height: 350px;  transform: none; margin-bottom: inherit; margin-right: inherit;}
	.bio_text {width: 100%; padding: 35px;}
	.section_title_bg {font-size: 30px;}
	.nav_left {width: 55%;}
	#navbar .logoholder {min-height: 35px;}
	
.calendly-inline-widget {max-width: 85% !important; margin: 0 auto;}
}


@media (max-width: 480px) {
	.nav_left {width: 55%;}
	#navbar .logoholder {min-height: 35px;}
	#navbar.sticky .logoholder {width: 100%; min-height: 35px;}
	.videoholder {margin: 0px 0px 25px 0px;}
	h2 {font-size: 55px; letter-spacing: 3px;}
	.headabout_text {width: 80%; margin-left: 10%;}
}
