/*
 Theme Name:   Jensen-Metal
 Theme URI:    http://www.starkmedia.com
 Description:  Twenty Twenty Child Theme
 Author:       Anthony Velasco
 Author URI:   http://www.starkmedia.com
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytwentychild
*/
body, .entry-content {
    font-family: 'Open Sans', sans-serif;
}

.entry-content {
	font-size: 1px;
    font-weight: 300;
    margin-top: 0;
    line-height: 1.77778rem;
    margin-bottom: 1.77778rem;
}
.entry-content a {
	color:red;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content cite, .entry-content figcaption, .entry-content table, .entry-content address, .entry-content .wp-caption-text, .entry-content .wp-block-file {
    font-family: 'Montserrat', "Helvetica Neue", Helvetica, sans-serif;
}
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 105rem;
}
#post-16 header.entry-header.has-text-align-center.header-footer-group {
	display: none;
}
.toggle-text {
	display:none;
}
#site-header {
    position: sticky;
    top:0;
    background-color: #555556;
    z-index:9999;
    box-shadow: -2px 5px 15px 0px rgb(0 0 0 / 33%);
}
body:not(.overlay-header) .primary-menu > li > a {
	color:#fff !important;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 2px;
    font-weight: 700;
}
body.custom-background {
    background-color: #555556 !important;
}
#site-content {
	padding-top: 50px;
}
svg.svg-icon {
    color: #fff;
}
.nav-button {
	display:inline-block;
	margin:0 10px;
}
.nav-button a{
	background:#cb2026;
	padding: 5px 16px;
	font-size: 14px;
	color:#fff;
	text-transform: uppercase;
	border-radius: 2px;
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 400;
	letter-spacing: 0.04em;
	text-decoration: none;
	align-items: center;
    display: flex;
}
.nav-button a:hover {
	background: #cb202650;
}

.email-svg:after, .phone-svg:after {
	display: inline-block;
	content: '';
	background-image: url('./pics/shared/icon-email.png');
	background-size: 24px 17px;
    width: 24px;
    height: 17px;
    margin-left: 5px;

}
.phone-svg:after {
	background-image: url('./pics/shared/icon-phone.png');
	background-size: 24px 17px;
    width: 24px;
    height: 17px;
    margin-left: 5px;
}
.main-slider-wrapper {
    width: 80%;
    margin: 0 auto;
}
.main-slider-wrapper h1 {
	font-family: 'Montserrat', "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: 0.04em;
	font-size: 3em;
}

.main-slider-wrapper p {
	font-size: 22px;
    letter-spacing: 0.04em;
    font-weight: 400;
    max-width: 66%;
    margin-bottom: 50px;
}
.main-slider-slide {
    position: relative;
    align-items: center;
    display: flex;
}
.section-inner {
	max-width: 150rem;
}
.main-slider-slide .section-inner {
	float: left;
    display: flex;
    position: absolute;
    width:100%;
    margin-left: 3%;
}
.slick-slide img {
    display: inline-block;
    float: left;
    width:100%;
}
.multi-view-slider {
	-webkit-box-shadow: 2px 10px 42px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 10px 42px -8px rgba(0,0,0,0.75);
	box-shadow: 2px 10px 42px -8px rgba(0,0,0,0.75);
}
a.btn {
    color: #fff;
    border: 1px #ffffff solid;
    border-radius: 2px;
    padding: 10px 35px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    background-color:#ffffff00;
}
a.btn:hover {
	background-color:#ffffff99;
	color:#000 !important;
	text-decoration: none !important;

}
.btn.btn-transparent.mobile-btn {
	display:none;
}
ul.slick-dots {
    display: block;
    float: left;
    bottom: 10%;
    width: 50%;
    text-align: left !important;
    margin-left: 3%;
}
.slick-dots li.slick-active button:before {
    color: #ffffff;
}
.slick-dots li button:before {
    color: #ffffff;
    font-size: 10px;
}

.footer-nav-widgets-wrapper.header-footer-group, #site-footer {
	background-color:#3E3E3F;
}
#site-footer .section-inner {
    border-bottom: 0.1rem solid #dedfdf;
    margin-bottom:30px;
    padding-bottom: 30px;
    display: block;
    border-top: 0.1rem solid #dedfdf;
}
#site-footer a {
	color:#ffffff;
}
.footer-widgets-outer-wrapper {
    border-top: 0.1rem solid #dedfdf;
    border-bottom: none;
 }
 .footer-copyright {
 	color:#ffffff;
 	margin-right:15px;
 	line-height: 1;
 	font-size:14px;
 }
.copyright-links, .to-the-top {
	padding:0 15px;
	border-left: 1px solid #fff;
	line-height: 1;
	font-size:14px;
	font-weight:100;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.footer-info {
    display: flex;
    align-content: space-between;
    margin: 0 auto 50px;
    max-width: 1220px;
    justify-content: center;
}
div.footer-info div.widget:last-child {
	width:40%;
	margin-left: 5%;
}
.footer-credits {
    display: flex;
    justify-content: center;
}
.to-the-top {
	    margin: 0 0 1em 0;
	    display: none;
}

.widget_text.widget.widget_custom_html {
    width: 20%;
}
.widget_text.widget.widget_custom_html h2 {
	font-size:16px;
	color:#fff;
	font-weight:700;
	margin-bottom:15px;
}
.widget li {
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.04em;
	margin-bottom: 20px;
}
.widget ul {
	list-style: none;
	margin-left:0;
}
.widget:first-child {
    margin-top: 3rem;
}
.widget.widget_nav_menu {
	border-top:1px #ffffff solid;
	padding-top:15px;
}
.widget.widget_text .widget-title.subheading.heading-size-3 {
	font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}
/*#newsletter form ul {
	margin:0;
	padding:0;
	display: flex;
}
#newsletter form ul li {
	    width: 70%;
	    display: inline-block;
	    padding:0;
	    margin:0;
	        flex-grow: 2;
}
#newsletter li.submit {
	width: 25%;
	margin: 0;
	    flex-grow: 1;
}
#newsletter button {
	font-size: 14px;
	line-height: 1.6;
	width: 100%;
}
#newsletter .btn {
	line-height: 3;
}
#newsletter input[type="email"] {
	border-radius: 0; 
     border-style: solid; 
     border-width: 0.1rem; 
}
#newsletter input[type="email"]:focus {
    
}*/
#wpcf7-f1445-o1 .wpcf7-response-output {
	color:#fff !important;
	border-color: #fff !important;
}
.wpcf7 h4 {
	white-space: normal;
}
#newsletter li div form p {
	display: inline!important;
	width:50%;
}
#newsletter li div form p span {
	width:65%;
	display: inline-block	
}
#newsletter li div form p span input {
	
}
.credentials {
	margin-bottom: 50px;
}
.credentials ul {
	display:flex;
	justify-content: space-around;
	list-style: none;
	margin:0;
}
.credentials ul li {
	margin:0;
}
.intro {
    text-align: center;
    width: 60%;
    margin: 0px auto 73px;
    font-size:1.1em;
}
.intro h2 {
	font-size: 36px;
	letter-spacing: 0.04em;
}
.visnav {
	display: flex;
	justify-content: space-between;
	width:95%;
	margin:0 auto;
}
.visnav .card-wrap {
	text-align: center;
    width: 28%;
    padding-bottom: 30px;
    box-sizing: border-box;
    border-radius: 8px;
}
.visnav .card-wrap:hover {
	-webkit-box-shadow: 2px 10px 42px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 10px 42px -8px rgba(0,0,0,0.75);
	box-shadow: 2px 10px 42px -8px rgba(0,0,0,0.75);
	
	background: #3E3E3F50;
}
.card-wrap img {
	border-radius: 8px 8px 0 0;
	width: 100%;
}
.card-wrap a {
	display: inline-block;
    margin-top: 18px;
    
}
.card-wrap h2 {
	font-size:3rem;
	letter-spacing: 0.04em;
	margin-top: 36px;
	padding: 0 10px;
}
.card-wrap p {
	padding: 0 13%;
}
.no-list-ul {
	list-style: none;
	margin:0;	
}
.no-list-ul ul {
	display: flex;
	align-items: center;
}
.no-list-ul li {
	text-decoration: none;
	list-style: none;
	width:50%;
}
.why-choose {
	margin-top:30px;
	    margin-top: 30px;
    text-align: center;
    width: 94%;
    margin: 3% auto;
}
.why-choose h2 {
	font-size: 2.2em;
}
.why-choose li {
	text-align:center;
}
.why-choose img {
	margin:0 auto;
}
.why-choose a {
	display: inline-block;
    margin-top: 18px;
}
.story {
 	text-align: center;
 	width: 94%;
    margin: 3% auto;
    position: relative;
    align-items: center;
}
.story div {
	    float: left;
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    top: 20%;    
}
.story h2 {

}
.story p {
	
}
.story img {
	z-index: -1;
	width: 100%;	
}
div.sticky.quote-cta {
			position: fixed;
		    left: 0px;
		    bottom: 0;
		    display: inline;
		    transition: all 0.3s ease;
		    z-index: 9999;
		    width: 12%;
		}
div.sticky.quote-cta:hover {
		left: 0px;
	    transition: all 0.3s ease;
	}
.x-out {
	right: 0px;
    position: absolute;
    bottom: 8%;
    z-index: 9999;
    display: inline-block;
    padding: 3%;
}
.cap-logos {
	display: block;
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.cap-logos img {
	display: inline-block;
    width: 150px;
    min-width: 150px;
    margin-bottom: 20px;
}

 header.entry-header {
	background-image: url(/wp-content/themes/jensen-metal/pics/shared/secondary-title-banner-about.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	margin:0 auto;
	width:94%;
}
header.entry-header h1.entry-title {
	    color: #ffffff;
    text-align: left;
    font-size: 2.5em;
    letter-spacing: 0.04em;
}
.singular .entry-header {
    background-color: #000000;
}
.section-inner.medium {
    max-width: 90%;
}
#site-footer button:not(.toggle) {
	background-color: #D40003 !important;
}

.submit button {
	color:#fff !important;
}

input[type="submit"] {
	background-color: #D40003 !important;
	color:#fff !important;
}

.flex {
	display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: start;
    margin-top:5%;
}
.main-content {
	width: 80%;
    box-sizing: border-box;
}
.sidebar {
	width: 20%;
    box-sizing: border-box;
    position: relative;    
}
.sidebar-open {
	height:auto !important;
	
}
#sidebar .sidebar-drop {
	text-decoration: none;
}
#sidebar .sidebar-drop:focus {
	outline:-webkit-focus-ring-color auto 0px;
}
.sidebar-nav, .sidebar-about {
	margin-bottom: 7.5rem;
        padding-top: 10%;
    margin-right: 2.5rem;
    background-color: #464646;
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 8px;
}
.sidebar-nav a, .sidebar-about a {
	color:#fff;
	display: block;
    line-height: 2em;
}
.sidebar-nav a:hover, .sidebar-about a:hover {
	background-color:#565656;
	padding-left: 5px;
}
.sidebar-nav h4, .sidebar-about h4 {
	margin-top:0;
}
.sidebar-drop {
	   position: absolute;
    right: 0px;
    top: 5px;
    background-color: unset;
    color: #fff;
    font-size: 30px;
}
.search-modal-inner.modal-inner button svg {
background-color: #000;
    padding: 5px;
}
.search header.entry-header {
	background-image:none !important;
}

.page-template-template-capabilities .entry-content h2 {
	
}
.cards-wrapper {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;

}
.card-inner {
    width: 30%;
    margin: 10px;
    background-color: #a6a6a6;
    text-align: center;
    box-sizing: border-box;


}

a.learn-more-btn { margin: 10px auto 0px; height: auto !important; font-size: 14px; width: auto; display: table !important; padding: 7px 20px; border: 1px solid #fff; }

a:hover.learn-more-btn { background: #CB2026; border: 1px solid #CB2026; }


.card-inner:hover {

		-webkit-box-shadow: -2px 5px 15px 0px rgba(0,0,0,0.33); 
box-shadow: -2px 5px 15px 0px rgba(0,0,0,0.33);
}
.card-inner h3 {
	margin:0;
	padding:10px;
	font-size: 24px;
}
.card-inner p {
	font-size: 16px;
    padding: 15px;
    display: none;
}
.card-inner a {
	color:#fff;
	text-decoration: none;
}

.card-logos {
	display:none;
}
.tagline {
	width:100%;
	display: block;
	margin-top:0px !important;
}
.flex-column {
	flex-direction: column;
}
.sticky-header {
	-webkit-box-shadow: -2px 5px 15px 0px rgba(0,0,0,0.33); 
box-shadow: -2px 5px 15px 0px rgba(0,0,0,0.33);
}

.page-template-template-industry .section-inner .flex {
	justify-content: center;
}
.page-template-template-industry .section-inner .flex .main-content  {
	width: 90%;
}
.page-template-template-industry .section-inner .flex .card-inner  {
	width: 22%;
	position: relative;
	    display: flex;
    flex-flow: column;
}
.page-template-template-industry .section-inner .flex .card-inner p {
	display:block;
}
.page-template-template-industry .section-inner .flex .card-inner a {
	height: 100%;
    display: flex;    
    
}
.page-template-template-industry .section-inner .flex .card-inner img {
	width: 100%;	 
	    
}
.card-wrapper {
	    height: 100%;
    display: flex;
    flex-direction: column;
}
.img-wrap {	
	margin-top:auto;
    bottom: 0;
    
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;  
}
div.clearfix {
	clear: both;
}
.home #site-content article.post-16 header {
	display: none;
}
.wp-block-file .wp-block-file__button {
	background-color: #cb2026 !important;
}
.col-wrapper {
	width:100%;
	position: relative;
	white-space: nowrap;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.col-full {
	box-sizing: border-box;
	padding-right:15px;
	white-space: normal;
}
.col-half {
	width:50%;
	display: inline-block;
	box-sizing: border-box;
	padding-right:15px;
	white-space: normal;
}
.col-third {
	width:33%;
	display: inline-block;
	box-sizing: border-box;
	padding-right:15px;
	white-space: normal;
}
.text_wrap_title {
	padding: 5% 0;
    background-color: grey;
}
.why-choose ul {
	max-width: 1200px;
    margin: 0px auto;
}
.why-choose.Left {
	
}
.why-choose.no-list-ul.Right ul {
	 flex-direction: row-reverse;
}
.wp-block-column ul {
	margin-left:0 !important;
}
.text_wrap_caption {
	display:none;
}
.gt3pg_pro_title_wrap .gt3pg_pro_clip {
	color:#fff !important;
}
.story div a {
    width: 200px;
	display: block;
	margin: 0 auto;
}
#wpcf7-f325-p321-o1,
#wpcf7-f1906-p1907-o1 {
	width:80%;
	margin:0 auto;
}
#wpcf7-f325-p321-o1 input, #wpcf7-f325-p321-o1 textarea,
#wpcf7-f1906-p1907-o1 input, #wpcf7-f1906-p1907-o1 textarea {
	background-color:#f6f6f6;
	border-radius: 5px;
	margin-top:5px;
}
#wpcf7-f1906-p1907-o1 h5 {
	margin-top: 0;
}
#wpcf7-f1906-p1907-o1 h6 {
	text-transform: none;
	margin-bottom: 5px;
}
#wpcf7-f1906-p1907-o1 p {
	white-space: normal;
}
#wpcf7-f1906-p1907-o1 .flex-acceptance {
	flex-direction: row !important;
	align-items: flex-start;
	margin-top: 0;
}
#wpcf7-f1906-p1907-o1 .flex-acceptance > div:first-child {
	order: 2;
	font-weight: 300;
	line-height: 1.476;
}
#wpcf7-f1906-p1907-o1 .flex-acceptance > div:nth-child(2) {
	order: 1;
}
#wpcf7-f1906-p1907-o1 .flex-acceptance > div:nth-child(2) > span {
	display: block;
	margin: 0 15px 0 -15px;
}
#acf-video-box .acf-input {
	width: 200px !important;
}
.serp-link {
	max-width: 105rem !important;
	width: calc(100% - 4rem) !important;
	display:block;
}
#wpcf7-f48-p44-o1 input, #wpcf7-f48-p44-o1 textarea  {
	border-radius: 5px !important;
}
.cert-logos {
	
}

.cert-logos {
	display: block;
    align-items: center;
    justify-content: space-between;
    display: flex;
    width:80%;
	margin:0 auto;
	margin-bottom:5%;
}
.cert-logos img {
	display: inline-block;
    width: 100px;
}
.sticky.quote-cta.remove-cta {
	display:none !important;
}
.main-slider-slide .video-test {
	display: inline-block;
    float: left;
    width: 100%;
}
.video-test video {
	width:100% !important;
}
#acf-video-box .acf-input {
	max-width:80px !important;
}
.careers-download a {
	margin-bottom:20px;
}
/*-------------------------------------------------------------------------------- */
    
@media (min-width:769px) and (max-width:1024px) {
.header-titles-wrapper {
    	width: 225px;
    	margin-right: 12px;
	}
	.sidebar-nav h4 {
		font-size: 1.5em;
	}
	.sidebar {
    	width: 40%;
	}
	.story div {
    	top: -6%;
	}
}

@media (max-width: 768px) {
	.card-wrap h2 {
		font-size: 2.0rem;
	}
	.story div {
    	top: -30%;
	}

	.main-slider-wrapper h1 {
		font-size: 2.2em;
    	margin: 10px 0;
	}
	.main-slider-wrapper p {
		max-width: 95%;
		margin: 10px 0;
		font-size: 18px;
	}
	.page-template-template-industry .section-inner .flex .card-inner {
    	width: 100%;
	}
	.entry-content {
   		font-size: 18px;
	}
	.main-content {
    	width: 70%;
	}
	.sidebar {
    	width: 40%;
	}
	.sidebar-nav h4 {
		font-size:1.2em;
	}
	.capabilities-list .wp-block-column {
		display: block;
		flex-basis: unset !important;
	}
	.wp-block-column:nth-child(2n) {
    	margin-left: 0;
	}
	.template-capabilities .wp-block-column, .template-about .wp-block-column {
		flex-basis: unset !important;
	}
	.sidebar-nav h4 {
		font-size: 1em;
	}
}
@media (max-width: 480px) {
	.story div {
    	top: 15%;
	}
	.intro h2 {
    	font-size: 20px;
	}
	.intro p {
		font-size: 16px;
	}
	div.sticky.quote-cta {
		display:none;
	}
	.credentials ul li {
	    width: 26%;
	}
	.credentials ul {
		flex-wrap: wrap;
	}
	.visnav {
		flex-wrap: wrap;
		    width: 81%;
	}
	.visnav .card-wrap {
		width:100%;
		margin-bottom:15px;
	}
	.why-choose.no-list-ul.Right ul {
	 flex-direction: row;
	}
	.btn.btn-transparent {
		display:none;
	}
	.btn.btn-transparent.mobile-btn {
		display:inline-block;
	}
	.main-slider-slide {
		 height: 50vh;
		 display:block;
	}
	.main-slider-wrapper h1 {
		font-size: 1.1em;
	}
	.main-slider-wrapper p {
		font-size:1em;
		    margin-bottom: 15px;
		    max-width: 100%;
	}
	.main-slider-slide .section-inner {
	    display: flex;
	    width: 100%;
	    margin-left: 3%;
	    position: relative;
	}
	ul.slick-dots {
    	bottom: 10px;
	}
	.no-list-ul li {
		width:94%;
		margin:0;
	}
	.no-list-ul ul, .why-choose.no-list-ul.Right ul {    
    	flex-direction: column;
	}
	.story {
		margin-bottom:25px;
	}
	.story h2 {
		margin-top:0;
	}
	.story p {
		margin-bottom:0;
	}
	.why-choose ul {
		margin-left:0;
	}
	.footer-info {
        flex-direction: column;
        text-align: center;
    }
    .widget_text.widget.widget_custom_html, div.footer-info div.widget:last-child {
    	width:94%;
    }
    #newsletter form ul li {
    width: 48%;
	}
	.footer-credits {
       flex-direction: column;
       text-align: center;
	}
	.footer-copyright {
		margin-bottom:15px;
		text-align: center;
	}
	.to-the-top {
		display:none;
	}
	.page-template-template-industry .section-inner .flex .card-inner {
    	width: 100%;
	}
	.copyright-links, .to-the-top {    
    	border-left: none;
	}
	.widget .widget-title {
    		text-transform: uppercase;
    		letter-spacing: 0.04em;
	}
	.intro {
		width: 81%;
	}	
	.menu-top .toggle-text {
	    display: block;
	}
	button.close-nav-toggle {
		padding:10px 0;
	}
	.menu-modal.active {
		top: 162px !important;
    padding-top: 15px;
	}
	.toggle.close-nav-toggle.fill-children-current-color:focus {
		outline:none !important;
	}
	.header-titles-wrapper .search-toggle {
		display:none;
	}
	button.sub-menu-toggle svg {
		color:#cb2026;
	}
	.mobile-menu .modal-menu a {
		color:#cb2026;
	}
    .flex {
    	flex-direction: column;
    }
    .sidebar {
	    width: 100%;
	    overflow: hidden;
    	height: 88px;
	}
	.cap-logos {
		flex-direction: column;
		width:100%;
	}
	.cap-logos img {
		margin-bottom: 30px;
	}
	.main-content {
		width:100%;
		margin:0 auto;
	}
	.template-capabilities .main-content, .template-about .main-content {
		margin-top:5% !important;
	}

	.widget li {    
    	margin-bottom: 10px;
	}
	.story {
		overflow:hidden;
	}
	.story img {
		    max-width: none;
    width: 200%;
	}
	.col-half {
		width:100%;
		display: block;
		margin-bottom:20px;
	}
	.header-navigation-wrapper {
    	display: block;
    	position: absolute;
    	margin-top: 5%;
	}
	.main-slider-wrapper {
    	margin-top: 9%;
    }
    article {
    	margin-top: 10%;
    }
    .sidebar-nav {
    	margin-right:0;
    }
    .cert-logos {
    	flex-wrap: wrap;
    }
}
@media (min-width: 1000px) {

	.header-inner .primary-menu-wrapper + .header-toggles .toggle-wrapper:first-child::before {
	    content: none;
	}
	.primary-menu-wrapper {
    	display: inline-block;
    	width:auto;
	}
	.primary-menu-wrapper + .header-toggles {
    	margin-left: 10px;
    	margin-right: 10px;
	}
	.sidebar-nav h4 {
		font-size: 1.5em;
	}
}
@media (min-width: 1000px) {
	.header-titles .site-logo {
		margin:0;
	}
	
	#site-header .primary-menu li a{
		font-size: 0.7em;
	}
	.toggle.search-toggle.desktop-search-toggle {
		padding:0;
	}
	.nav-button a {
		font-size: 12px;
		padding:5px 8px;
	}
	.nav-button .phone-svg:after, .nav-button .email-svg:after {
		display:none;
	}
	ul.primary-menu {
		flex-wrap:nowrap;
	}
	.entry-content {
   		font-size: 16px;
	}
	.main-content {
    	width: 70%;
	}
	.sidebar {
    	width: 25%;
	}
}
@media (min-width: 1220px)    {
	.header-toggles .toggle {
	    padding: 0 20px;
	}
	.header-titles .site-logo {
		margin: 1rem 0 0 2.4rem;
	}
	.nav-button .phone-svg:after, .nav-button .email-svg:after {
		display:inline-block;
	}
	#site-header .primary-menu li a{
		font-size: 0.8em;
	}
	.sidebar-nav h4 {
		font-size: 1.5em;
	}
	.story div {
		top:3%;
	}

}
@media (min-width: 1300px) and (max-width: 1399px) {
	.header-titles-wrapper {    	
    	width: initial !important;
	}
	#site-header .primary-menu li a{
		font-size: 0.8em;
	}
	
}
@media (min-width: 1400px) {
	#site-header .primary-menu li a{
		font-size: 0.8em;
	}
	.story div {
		top:20%;
	}

}

input.button[name="your-file-zl-mfcf7-upld-btn"] {
	font-size: 1em;
    padding: 0.5em 1em;
}

/*Careers Content*/
.posts-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 20px;
	row-gap: 50px;
	margin-top: 50px;
	margin-bottom: 50px !important;
}

.posts-grid .grid-item {
	text-align: center;
}

.posts-grid .grid-item span {
	display: block;
}

.posts-grid .grid-item .job-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}

.posts-grid .grid-item span:not(.job-title) {
	margin-bottom: 5px;
}

.posts-grid .grid-item a,
.job-post-content a.apply-button {
	display: inline-block;
	background: #cb2026;
    padding: 5px 16px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    font-weight: 600;
	margin-top: 5px;
    letter-spacing: 0.04em;
    text-decoration: none;
}

.post-template-template-job-posting .main-content {
	margin: 0 auto;
}

.job-post-content {
	position: relative;
}

.job-post-content .job-title {
	text-align: center;
	margin-top: 0;
}

.job-post-content a.apply-button {
	display: block;
	text-align: center;
	margin: 0 auto 20px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	white-space: normal;
    padding: 15px;
}

@media (min-width: 600px) {
	.posts-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 700px) {
	.post-template-template-job-posting .post-inner {
		padding-top: 0 !important;
	}
}

@media (min-width: 768px) {
	.posts-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.job-post-content a.apply-button {
		display: inline-block;
	}

	.job-post-content a.apply-button.button-top {
		position: absolute;
		top: 7px;
		right: 0;
	}
}

.hide-first .wpcf7-radio .wpcf7-list-item.first {
	display: none;
}

/*heading fixes for internal page content*/
.entry-content > *:first-child {
	margin-top: 0 !important;
}

body:not(.home) .entry-content h2 {
	font-size: 2.4rem;
	margin: 3.5rem auto 2rem;
}

body:not(.home) .entry-content h3 {
	font-size: 2.1rem;
	margin: 4.5rem auto 2.5rem;
}

@media (min-width: 700px) {
	body:not(.home) .entry-content h2 {
		font-size: 3.2rem;
		margin: 4.5rem auto 2.5rem;
	}

	body:not(.home) .entry-content h3 {
		font-size: 2.4rem;
	}
}