/**
 * Theme Name: JB Landing
 * Template:   oceanwp
 * 
 */
 @font-face {
	font-family: 'TungstenL';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://www.johnbean.com/us/wp-content/uploads/2021/12/Tungsten-Light.eot');
	src: url('https://www.johnbean.com/us/wp-content/uploads/2021/12/Tungsten-Light.eot?#iefix') format('embedded-opentype'),
		url('https://www.johnbean.com/us/wp-content/uploads/2021/12/Tungsten-Light.woff2') format('woff2'),
		url('https://www.johnbean.com/us/wp-content/uploads/2021/12/Tungsten-Light.woff') format('woff'),
		url('https://www.johnbean.com/us/wp-content/uploads/2021/12/Tungsten-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'TungstenL';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://www.johnbean.com/us/wp-content/uploads/2021/12/Tungsten-Bold.eot');
	src: url('https://www.johnbean.com/us/wp-content/uploads/2021/12/Tungsten-Bold.eot?#iefix') format('embedded-opentype'),
		url('https://www.johnbean.com/us/wp-content/uploads/2021/12/Tungsten-Bold-1.woff2') format('woff2'),
		url('https://www.johnbean.com/us/wp-content/uploads/2021/12/Tungsten-Bold.woff') format('woff'),
		url('https://www.johnbean.com/us/wp-content/uploads/2021/12/Tungsten-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Tungsten-Semibold';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://www.johnbean.com/us/wp-content/uploads/2025/07/Tungsten-Semibold.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://www.johnbean.com/us/wp-content/uploads/2022/10/24462414922.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.johnbean.com/us/wp-content/uploads/2022/10/26892287593.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.johnbean.com/us/wp-content/uploads/2022/10/27701141393.ttf') format('truetype');
}
:root {
	--red: #ff0303;
	--gray: #909090;
}
.skip-link {
    position: absolute;
    left: 10px;
    top: 5px;
    width: 120px;
    height: 20px;
	background-color:#f8f8f8;
	border-radius:5px;
	text-align:center;
}
* { margin: 0px; padding:0; }
body { 
	font-family: Roboto, sans-serif; 
	margin:0px 0px 0px 0px;
	color: #000000;
	background-color: #ffffff; 
}
.pageheader {
	background-color: var(--red);
	padding:10px;
	border-bottom: 2px solid #f6f6f6;
}
.headerlogo {
	width:245px;
	margin:auto;
}
.footred {
	background-color: var(--red);
	color: #ffffff;
    font-size: 15px;
	line-height:30px;
	padding:20px;
}
.footblack {
	background-color:#000000;
	color: #ffffff;
	text-align:center;
}
#right-sidebar-inner {
	display:flex;
	align-items:end;
}
.sidecontent {
	flex:1 1 25%;
	padding: 50px 0 0 25px;
}
.stickystuff {
	position:sticky;
}

#top-bar{
	display:none;
}

.post-template-blog #outer-wrap{
	overflow:clip;
}

.cta-wrap{
    display:flex;
    position:static;
    justify-content: center;
    margin:0 -10%;
    padding: 1rem 0;
    background-color: #ffffff;
    border:1px solid #ffffff;
}
ul.meta {
	display:none !important;
}

.cta-wrap.sticky{
    position:sticky;
}

a.calltoaction {
	display:block;
	max-width:300px;
    position:static;
	padding:20px;
    border:1px solid #db1515;
	background-color:#db1515;
	color:#ffffff;
	font-size:1.75rem;
	font-weight:700;
	text-align:center;
	text-wrap: pretty;
    
    
}
a.calltoaction:hover {
	color:#db1515;
	background-color:#ffffff;
}
a.calltonewsletter {
	display:block;
	max-width:300px;
	margin:auto;
	padding:20px;
	background-color:#818a96;
	color:#ffffff;
	font-size:1.75rem;
	font-weight:700;
	text-align:center;
	text-wrap: pretty;
}
a.calltonewsletter:hover {
	color:#818a96;
	background-color:#ffffff;
}

.size-post-thumbnail {
	width:100%;
}

/* for the 100 years page */

.topside-hundred {
	background-image: url("https://www.johnbean.com/us/wp-content/uploads/2025/07/toolbox.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	padding: 25px;
	aspect-ratio: 21 / 9;
	width: 100%;
}
.topgrid-hundred {
	height:100%;
	padding:0 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
}
.topleft-hundred {
	align-self: center;
    font-family: "TungstenL", Sans-serif;
    font-size: 70px;
    line-height: 60px;
    color: #FFFFFF;
	text-transform:uppercase;
}
.topright-hundred {
	justify-self: end;
	align-self: end;
}
.mobile-hundred {
	text-align:center;
	display:none;
	padding:50px;
}

.text-warp-arc{
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	display: block;
	width: 700px;
	height: 700px;
	margin:0;
	text-align: center;
	
}
.text-warp-arc1{
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	display: block;
	width: 700px;
	height: 700px;
	margin:0;
	z-index: -1;
	text-align: center;
	
}

.text-warp-arc textPath{
	font-family: "homage-script", sans-serif !important;
	font-weight: 400;
	font-style: normal;
	font-size: 145px !important;
	text-anchor: middle;
	fill:#ff0303;
}
.text-warp-arc1 textPath{
	font-family: "homage-script", sans-serif !important;
	font-weight: 400;
	font-style: normal;
	font-size: 145px !important;
	text-anchor: middle;
	fill:#ff0303;
}

.modifiers{
	transform:skew(-13deg, 2deg) scale(0.95,1);
}

#outer-wrap{
   overflow:clip;
}
.fancywrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.hsone {
	padding-top:50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}
.hsonea {
	justify-self: end;
	font-family: "TungstenL", Sans-serif;
    font-size: 140px;
    font-weight: 400;
    line-height: 88px;
	color:#000000;
	text-transform:uppercase;
}
.hsoneb {
	justify-self: start;
	font-family: "TungstenL", Sans-serif;
    font-size: 140px;
    font-weight: 900;
    line-height: 88px;
	color:#000000;
	text-transform:uppercase;
}
.hstwo {
	padding-top:40px;
	text-align:center;
	font-family: "Tungsten-Semibold", Sans-serif;
    font-size: 115px;
    font-weight: 600;
    line-height: 100px;
	color:#ff0303;
	text-transform:uppercase;
}
.hsthree {
	padding-top:10px;
	text-align:center;
	font-family: "TungstenL", Sans-serif;
    font-size: 80px;
    font-weight: 400;
    line-height: 85px;
	color:#ff0303;
}
.years {
	margin:-246px auto -235px auto;
}
.contentsection {
	padding:0 10%;
	font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.4;
	position:relative;
}
.contentsection2 {
	padding:10px 10%;
	font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.4;
}
.contentsection3 {
	padding:25px 10%;
	font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.4;
}
.reddotsection {
	padding:25px 10%;
	font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.4;
	background-color:#f2f2f2;
}
.contentcontainer {
	max-width:1200px;
	margin:auto;
    font-size: 17px;
    line-height: 1.4;
}
.legacy {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
}
.graydate {
	font-size: 37px;
    font-weight: 600;
	text-align:center;
	color:#7A7A7A;
}
.legacycontent {
	max-width:400px;
	margin:auto;
}
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 1280px;
    margin: 50px auto;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hsmilestones {
	padding-bottom:55px;
	text-align:center;
	font-family: "TungstenL", Sans-serif;
    font-size: 110px;
    font-weight: 400;
    line-height: 0.8;
	color:#000000;
	text-transform:uppercase;
	text-wrap:balance;
}
.milestones {
	background-color:#f2f2f2;
}
.milestonegrid {
	max-width:1200px;
	margin:auto;
    display: grid;
    grid-template-columns: 1fr 28px 1fr;
}
.miledate {
	font-family: "TungstenL", Sans-serif;
    font-size: 110px;
    font-weight: 700;
	justify-self: center;
	align-self: center;
}
.milecontent {
	align-self: center;
	padding:20px 50px;
	font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 1.4;
}
.milecenter {
	align-self: center;
}
.milestoneblock {
	display:none;
}
.legacychild1 {
    display: flex;
	flex-direction: column;
	gap: 20px;
	padding-top:25px;
}
.legacychild2 {
    text-align:center;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.legacychild2:hover {
	cursor:pointer;
}
.legacybox {
	background-color:rgba(0, 0, 0, 0.25);
	position:fixed;
	bottom:0;
	right:0;
	height:0;
	width:0;
	display:flex;
	justify-content:center;
	align-items:center;
	transition: width 0.5s;
	transition: height 0.5s;
}
.legacybox:hover {
	cursor:pointer;
}
.reddoth1 {
	padding-top:40px;
	text-align:center;
	font-family: "TungstenL", Sans-serif;
    font-size: 80px;
    font-weight: 400;
    line-height: 70px;
	color:#ff0303;
	text-transform:uppercase;
}
.reddoth2 {
	padding:20px;
	text-align:center;
	font-family: "Tungsten-Semibold", Sans-serif;
    font-size: 80px;
    font-weight: 600;
    line-height: 72px;
	color:#ff0303;
	text-transform:uppercase;
}
.reddotcar-lg {
	width:625px;
	margin:auto;
	position:relative;
}
.reddotcar-md {
	width:400px;
	margin:auto;
	position:relative;
	display:none;
}
.reddotcar-sm {
	width:350px;
	margin:auto;
	position:relative;
	display:none;
}
.reddotgrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
	padding-top:25px;
	color:#a9b8c3;
}
.redfeature:hover {
	color:#000000;
}
.redhead {
	font-family: "TungstenL", Sans-serif;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
	text-align:center;
    line-height: 45px;
}
.redfeature:hover .redhead {
	color: #ff0303;
}
.redfeaturem {
	position:absolute;
	width:350px;
	top:5px;
	left:25px;
	font-family: "Roboto", Sans-serif;
	color:#ffffff;
	background-color:#54595FCF;
	border-radius:20px 20px 20px 20px;
	padding: 10px;
	display:none;
}
.redheadm {
	font-family: "TungstenL", Sans-serif;
	font-size:35px;
    line-height: 35px;
	text-align:center;
}
.redfeatures {
	position:absolute;
	width:300px;
	top:5px;
	left:25px;
	font-family: "Roboto", Sans-serif;
	color:#ffffff;
	background-color:#54595FCF;
	border-radius:20px 20px 20px 20px;
	padding: 10px;
	display:none;
}
.redtap {
	font-size:17px;
	color:#ff0303;
    font-weight: 900;
	text-align:center;
}
.threecolgrid {
	max-width:1200px;
	margin:auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
	padding:50px;
	font-family: "Roboto", Sans-serif;
    font-size: 17px;
    line-height: 1.4;
}
.threecoltitle {
	font-family: "Tungsten-Semibold", Sans-serif;
	font-size:70px;
    line-height: 70px;
	text-align:center;
}
.threecolyear {
	font-family: "Roboto", Sans-serif;
    font-size: 40px;
    line-height: 40px;
    color: #707070;
	text-align:center;
	padding:25px 0;
}
.originbtm {
	text-align:center;
	display:none;
}
.footeryears {
	padding-bottom:50px;
}
.morebtn {
	background-color:rgba(255, 255, 255, 0.0);
	background-image: url('https://www.johnbean.com/us/wp-content/uploads/2025/07/down.png');
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	width: 60px;
	height: 30px;
    cursor: pointer;
    transition: transform 0.5s ease-in-out; /* Smooth transition for rotation */
}
.morebtn.rotated {
    transform: rotate(180deg);
}
.centerall {
	text-align:center;
}
a.swag {
	display:block;
	width: fit-content;
	margin:auto;
	margin-bottom:40px;
	background-color:#ff0303;
	color:#ffffff;
	font-family: "Roboto", Sans-serif;
    font-size: 41px;
    font-weight: 700;
    text-transform: uppercase;
	text-decoration:none !important;
    padding: 0 40px;
}
a.swag:hover {
	background-color:#f2f2f2;
	color:#ff0303;
}
.mrbeansection {
	padding:50px 10%;
	font-family: Roboto, sans-serif;
    font-size: 17px;
	background-color:#f2f2f2;
	margin-bottom:-20px;
}
.footgrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
	font-family: "Roboto", Sans-serif;
    font-size: 17px;
}
.mrbean {
	text-align:center;
	align-self: center;
}
.footcta {
	font-family: "TungstenL", Sans-serif;
    font-size: 75px;
    font-weight: 700;
    text-transform: uppercase;
	text-align:center;
    line-height: 65px;
	color:#ff0303;
	align-self: center;
	padding:25px 0;
}
.grecaptcha-badge {
	display:none !important;
}
.anchor {
	display: block;
	height: 10rem;
	margin-top: -10rem;
	visibility: hidden;
}
.headervideo {
	width:100%;
	height:auto;
	margin:-7rem 0 -9rem;
}
.headerstuff {
	background-color:#ffffff;
	position:relative;
}

@media screen and (min-width: 960px) {
    .cta-wrap{
        margin: 0;
    }
}
@media screen and (max-width: 1000px) {
	.hsmilestones {
		font-size: 80px;
	}
	.headervideo {
		margin:0;
	}
}
@media screen and (max-width: 959px) {
	.sidecontent {
		flex:1 1 25%;
		padding: 50px 0 0 0;
	}
}
@media screen and (max-width: 900px) {
	.hsone {
		column-gap: 13px;
	}
	.hsonea {
		font-size: 80px;
	}
	.hsoneb {
		font-size: 80px;
	}
	.hsmilestones {
		font-size: 70px;
	}
	.reddoth1 {
		font-size: 70px;
	}
	.reddoth2 {
		font-size: 70px;
	}
	.threecolgrid {
		grid-template-columns: 1fr 1fr;
	}
	.footgrid {
		display:block;
	}
}
@media screen and (max-width: 800px) {
	.topgrid-hundred {
		padding:0 20px;
	}
	.topleft-hundred {
		font-size: 55px;
		line-height: 50px;
	}
	.reddoth1 {
		font-size: 60px;
		line-height: 50px;
	}
	.reddoth2 {
		font-size: 60px;
		line-height: 50px;
	}
}

@media screen and (max-width: 700px) {
	.hsone {
		display:block;
	}
	.hsonea {
		text-align:center;
		justify-self: center;
		line-height:55px;
	}
	.hsoneb {
		text-align:center;
		justify-self: center;
		line-height:68px;
	}
	.legacy {
		display:block;
	}
	.legacychild1 {
	flex-direction: row;
	height:150px;
	padding-top:25px;
	}
	.milestonegrid {
		display:none;
	}
	.milestoneblock {
		display:block;
	}
	.milecenter {
		text-align: center;
	}
	.miledate {
		font-size: 60px;
		line-height:70px;
		padding-top:20px;
		text-align: center;
		width:100%;
	}
	.raisedate {
		margin-top:-40px;
	}
	.hsmilestones {
		font-size: 50px;
		display:block;
	}
	.reddotcar-lg {
		display:none;
	}
	.reddotgrid {
		display:none;
	}
	.reddotcar-md {
		display:block;
	}
	.reddoth1 {
		font-size: 50px;
		line-height: 45px;
	}
	.reddoth2 {
		font-size: 50px;
		line-height: 45px;
	}
	.threecolgrid {
		display:block;
		padding:0 50px;
	}
	.threecoltitle {
		padding:25px 0 0 0;
	}
	.originbtm {
		display:block;
	}
	.origin {
		height:0;
		overflow:hidden;
		transition: height 0.5s ease-in-out, opacity 0.5s ease-in-out;
		opacity: 0; /* Initially hidden */
	}
	.text-warp-arc {
		z-index:-1;
	}
}
@media screen and (max-width: 600px) {
	.topleft-hundred {
		visibility: hidden;
	}
	.hstwo {
		padding-top:40px;
		font-size: 60px;
		line-height: 11px;
	}
	.hsthree {
		padding-top:10px;
		font-size: 60px;
		line-height: 97px;
	}
	.years {
		margin-top:-293px;
	}
	.reddotsection {
		padding: 25px 1px;
	}
}
@media screen and (max-width: 510px) {
	.topgrid-hundred {
		display:none;
	}
	.topleft-hundred {
		display:none;
	}
	.topright-hundred {
		display:none;
	}
	.mobile-hundred {
		display:block;
	}
	.hsone {
		padding:1px;
	}
}
@media screen and (max-width: 500px) {
	.reddotcar-md {
		display:none;
	}
	.reddotcar-sm {
		display:block;
	}
}
@media screen and (max-width: 400px) {
	.years {
		margin-top:-315px;
	}
