/*
 Theme Name:   OSIbeyond
 Template:     twentynineteen
*/

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color:#60727f;
	font-size: 17px;
	padding-top: 40px;
	font-display: swap;
}


body:not(.show-chat) .five9-frame 
{
    display: none !important;
}


body.home {
	padding-top:0;
}
h1,h2,h3,h4,h5,h6,
button, input, select, optgroup, textarea,.button, button, input[type="button"], input[type="reset"], input[type="submit"],
.entry .entry-content .wp-block-button .wp-block-button__link,.author-description .author-link, .comment-metadata, .comment-reply-link, .comments-title, .comment-author .fn, .discussion-meta-info, .entry-meta, .entry-footer, .main-navigation, .no-comments, .not-found .page-title, .error-404 .page-title, .post-navigation .post-title, .page-links, .page-description, .pagination .nav-links, .sticky-post, .site-title, .site-info, #cancel-comment-reply-link, h1, h2, h3, h4, h5, h6
{
	font-family: 'Roboto', sans-serif;
	font-display: swap;
}
.mega .wp-block-column {
	flex-basis: unset !important;
}
.mega .wp-block-column.first-box {
    display: flex;
	justify-content: space-between;
	align-items: center;
	width:50%;
}
.wp-block-column.first-box a {
   width: 48% !important;
}


h2 {
	color:#313453;
	font-size: 3em;
	font-weight: 500;
}
h4 {
    font-weight: 300;
    color:#313453;
    font-size: 1.5em;
}
a:visited, a {
	color: #3078b7;
}
.page-template-page-ebook .entry-content .wp-block-image {
	max-width: 100% !important;
}
.page-template-page-ebook .entry-content .wp-block-image .aligncenter {
	width: auto !important;
}

.ebook-widget {
	margin-bottom: 40px;
}
.ebook-widget p {
	font-weight: bold;
    color: #313453;
    line-height: 25px;
}
.ebook-widget .btn {
	background: #4278b2 !important;
    color: white !important;
    font-size: 18px !important;
    padding: 8px 20px !important;
    display: block;
    text-align: center;
}
.ebook-widget h3 {
	position: relative;
    padding-left: 40px;
	margin-bottom: 15px !important;
}
.ebook-widget h3:before {
	content: '';
    background: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/icon_ebook.png);
    background-size: 33px 44px;
    width: 33px;
    height: 44px;
    position: absolute;
    left: 0;
    top: -11px;
    display: block;
    background-repeat: no-repeat;
}
h3.widget-title, .post-type-archive-resource .textwidget.custom-html-widget h3, .single-resource .textwidget.custom-html-widget h3,
.tax-resource_type .textwidget.custom-html-widget h3,.blog .textwidget.custom-html-widget h3,.single .textwidget.custom-html-widget h3 {
	color:#313453;
	margin-bottom: 10px;
}
.post-type-archive-resource .textwidget.custom-html-widget p, .single-resource .textwidget.custom-html-widget p,.tax-resource_type .textwidget.custom-html-widget p,.blog .textwidget.custom-html-widget p,
.single .textwidget.custom-html-widget p{
    font-size: 16px;
    line-height: 25px;
}
.wc-hide{
	display: none;
}
.custom-contact {
	display: block !important;
}
.custom-contact .alignleft {
	float: none !important;
}
.sub-menu .phone {
	background: #504f87;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    margin-top: 10px;
}
.sub-menu .phone:before {
	content: '';
	width: 20px;
	position: absolute;
	left: -20px;
	top: 0;
	height: 100%;
	background: #504f87;
}
.sub-menu .phone:after {
	content: '';
	width: 20px;
	position: absolute;
	right: -20px;
	top: 0;
	height: 100%;
	background: #504f87;
}
.sub-menu .phone a {
	padding-left: 23px;
}
.sub-menu .phone a:after {
	left: 0;
    top: 13px;
    content: '';
    background: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/headset_white.svg);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    position: absolute;
    width: 15px;
    height: 15px;
}
.schedule-call {
	height: 100vh;
    width: 100%;
	margin-bottom: 50px;
    overflow: auto;
    background-position: right 0px top -200px !important;
	background-size: cover !important;
	display: flex;
	align-items: center;
	position: relative;
}
.schedule-call:after {
	content: '';
    background: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/about-slice.png);
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover !important;
    height: 92px;
}
.schedule-call h3, .contact-section h3 {
	color: #313453;
    margin-top: 10px;
}
.schedule-call form.wpcf7-form {
	box-shadow: 0px 2px 10px #ccc !important;
	float: left;
	width: 100%;
	max-width: 330px;
	margin: 0 auto;
	background: #fff !important;
	padding: 20px 20px 10px 20px;
	border-radius: 4px;
}
.schedule-call form.wpcf7-form .left-side,
.schedule-call form.wpcf7-form .right-side
{
	width: 100%;
}
.schedule-call form.wpcf7-form input,.contact-section form.wpcf7-form input
{
	border: 1px solid #275282 !important;
	padding: 8px 10px !important;
	color: #275282 !important;
	margin-bottom: 15px;
}
.schedule-call form.wpcf7-form .right-side > h3,
.schedule-call form.wpcf7-form .right-side p:first-of-type 
{
	display: none;
}
.schedule-call form.wpcf7-form .right-side input.wpcf7-submit {
	width: 100% !important;
    text-transform: none;
    background: #55ade4 !important;
    padding: 15px 5px !important;
    color: #313453 !important;
    border: none !important;
    margin-top: -20px;
    font-size: 20px !important;
    font-weight: 300 !important;
}
.schedule-call .wc-form-phone, .contact-section .wc-form-phone {
	text-align: center;
    display: block;
    font-weight: 600;
    font-size: 18px;
	position: relative;
	color: #4278b2;
}

.schedule-call .wc-form-phone:before, .contact-section .wc-form-phone:before {
    content: '';
    background: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/icon_headphones.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-right: 10px;
    background-size: contain;
}
.schedule-call .right-side p {
	margin-bottom: 0;
}

.schedule-call .hbspt-form 
{
	max-width: 330px;
}
 .about-us .narrow {
	max-width: 900px;
    margin: 0 auto;
	font-size: 20px;
	color: #313453;
	line-height: 30px;
}
.about-us .wp-block-columns:nth-of-type(2) {
	margin-top: 80px;
	font-size: 20px;
	line-height: 30px;
	color: #313453;
}
.about-us .wp-block-columns:nth-of-type(2) > .wp-block-column:last-child {
	max-width: 45%;
    padding-left: 10%;
    padding-top: 72px;
}
.about-us .upcity-widget {
	margin-top: 30px;
	margin-bottom: 20px;
}

.about-us .clutch-widget {
	padding: 0;
    margin: 0;
    background: transparent;
}
.about-us .small_widget_logo_text, .about-us .reviews-count a {
	font-size: 14px !important;
    color: #313453 !important;
}
.about-us h3 {
	font-size: 2vw;
    line-height: 2.4vw;
    font-weight: 300;
    color: #313453;
}
.about-us h4 {
	font-weight: 700;
    font-size: 2vw;
}
.about-us .btn {
	background: #55ade4;
    padding: 10px 25px;
    display: table;
    margin: 30px auto;
    color: #fff;
}
.google-link {
	font-size: 15px !important;
	padding-left: 70px;
}
.managed-it-section {
    width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
    overflow: auto;
    background-position: top center !important;
	background-size: cover !important;
	padding-top: 200px;
	color: white;
	padding-bottom: 300px;
}
.managed-it-section ul.links a {
	font-weight: 300;
	position: relative;
}
.managed-it-section ul.links a:before{
	left: -15px;
    top: 0px;
    content: '';
    background: url(/wp-content/themes/osibeyond/img/icon_arrow_right_white.png);
    background-repeat: no-repeat;
    padding-left: 15px;
    background-position: center left;
}
.managed-it-section .narrow,.cyber-security-section .narrow {
	max-width: 900px;
	font-size: 20px;
	line-height: 30px;
	margin: 0 auto;
}
.managed-it-section .btn,.cyber-security-section .btn {
	background: #55ade4;
    padding: 10px 25px;
	margin-top: 30px;
    display: table;
    color: #313453;
}
.managed-it-section .highlight {
	display: inline-block;
    margin-bottom: 30px !important;
    border-color: white;
    font-weight: 500;
    font-size: 40px;
}
.cyber-security-section{
    width: 100%;
    overflow: auto;
    background-position: top center !important;
	background-size: cover !important;
	padding-top: 200px;
	padding-bottom: 100px;
	color: white;
	margin-top:-270px;
	position: relative;
}
/*.cyber-security-section:after{
    content: '';
    background: url(img/img_home_03_shapes.png);
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover !important;
    height: 92px;
}*/
.home-blog h2 {
	text-align: center;
	margin-top: 0;
}
.home-blog p {
	text-align: center;
	font-size: 20px;
    color: #313453;
    line-height: 30px;
}
.home-blog img {
	margin: 0 auto 20px;
	height: 200px;
    object-fit: cover;
}
span.schedule-a-call {
    color: #313453;
	text-transform: uppercase;
    font-size: 1.2vw;
    display: block;
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
	cursor: pointer;
}
span.schedule-a-call:before 
{
	right: 0px;
	left: 0;
	margin: 0 auto;
	bottom: -10px;
	content: '';
	background: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/icon_arrow_down_dark.png);
	width: 13px;
	height: 7px;
	position: absolute;
}
.home-blog {
	background: #e3e7ec;
	padding-top: 50px;
	float: left;
	width: 100%;
}
.home-blog.less-padding {
	padding-top: 85px;
    margin-top: -60px;
	padding-bottom: 80px;
}
.home-blog .alm-listing .alm-reveal li {
	position: relative;
	width: auto;
	padding: 0;
	height: 490px;
    margin: 0 10px;
}

	.home-blog .slick-list {
    margin: 0 -10px !important;
	}

.home-blog .slick-track {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.home-blog .alm-reveal {
	margin-bottom: 0;
	padding-left: 0;
}

.home-blog .entry-meta {
	font-size: 0.71111em;
	text-align: left;
	margin: 5px 0;
}

.home-blog .updated:not(.published) {
	display: none !important;
}

.home-blog .wc-post-content {
    line-height: 25px;
}

.home-blog .wc-post-content p.link-more {
	font-size: 17px;
	display: inline;
}

.contact-section{
	background: #e3e7ec;
	padding-top: 50px;
	padding-bottom: 90px;
	overflow: auto;
	width: 100%;
}
.contact-section .container {
	width: 500px;
}

.contact-section form {
    padding-top: 15px;
    border-top: 2px solid white;
}

.contact-section .left-side {
	float: left;
    width: 80%;
}
.contact-section .right-side {
	float: left;
    width: 20%;
	text-align: center;
	padding-top: 65px;
}

body .contact-section input[type="submit"] {
	width: 100% !important;
    text-transform: none;
    background: #55ade4 !important;
    padding: 15px 5px !important;
    color: #313453 !important;
    border: none !important;
    font-size: 20px !important;
    font-weight: 300 !important;
}

.contact-section div.wpcf7 .ajax-loader {
	display: none !important;
}

.contact-section .left-side p br {
	display: none;
}
.contact-section .wpcf7-response-output {
	float: left;
    width: 100%;
    margin-top: 30px !important;
    text-align: center;
}
.contact-section span.wpcf7-form-control-wrap.your-name,
.contact-section span.wpcf7-form-control-wrap.tel-947 
{
	float: left;
	margin-right: 20px;
}
.contact-section span.wpcf7-form-control-wrap.your-email,
.contact-section span.wpcf7-form-control-wrap.organization {
	float: left;
	width: 45%;
}

.contact-section .right-side > h3 
{
	display: none;
}
.contact-section .right-side p:first-of-type 
{
	display: none;
}

.page-template-page-front .intro{
	height: 100vh;
}


.cyber-security-section .highlight {
	display: inline-block;
    margin-bottom: 30px !important;
    border-color: white;
    font-weight: 500;
    font-size: 40px;
}

.page-template-page-contact #content {
	background: #f0f3f6;
	padding-bottom: 0;
}

.page-template-page-contact .wpcf7-mail-sent-ok {
	float: left;
    width: 100%;
    text-align: center;
}

.security-links ul:last-child li {
	list-style: none;
}

.security-links ul:last-child li:before {
    content: '+';
	margin-left: -16px;
    margin-right: 5px;
}
.sidebar select {
    border: 1px solid #275282 !important;
    padding: 8px 7px !important;
}
.sidebar textarea {
	border: 1px solid #275282 !important;
    padding: 8px 7px !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

.centered figure {
    display: block !important;
	position: relative;
}




.page-template-page-cyber-security footer {
	margin-top: 0 !important;
}

.page-template-page-ebook,
.page-template-page-squeeze,
.page-template-free-days-trial
{
	padding: 0;
}

.page-template-page-ebook .ebook-left h3, .page-template-page-ebook .ebook-left .wp-block-columns, .page-template-page-ebook .ebook-left p,
.page-template-page-ebook .ebook-left hr, .page-template-page-ebook .ebook-left h2, .page-template-page-ebook .ebook-left .wp-block-group,

.page-template-page-squeeze .ebook-left h3, .page-template-page-squeeze .ebook-left .wp-block-columns, .page-template-page-squeeze .ebook-left p,
.page-template-page-squeeze .ebook-left hr, .page-template-page-squeeze .ebook-left h2, .page-template-page-squeeze .ebook-left .wp-block-group{
	max-width: 100% !important
}
.last-logos .wp-block-group__inner-container {
    padding-top: 10px !important;
    padding-bottom: 20px !important;
    margin-bottom: 0 !important;
}
.purple-section .wp-block-button__link {
	width: auto !important;
}
.page-id-1865 .purple-section:before, .page-id-1865 .purple-section:after {
	background: #d4d5e0;
}
.purple-section {
	position: relative;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-top:-1px !important;
}
.purple-section:before {
	content: '';
	width:20px;
	height: 100%;
	top: 0;
	left: -20px;
	position: absolute;
	background: #504f87;
}
.purple-section:after {
	content: '';
	width:20px;
	height: 100%;
	top: 0;
	right: -20px;
	position: absolute;
	background: #504f87;
}
.purple-section.white .wp-block-columns {
 padding: 0;	
}
.purple-section.white:before {
	background: #fff;
}
.purple-section.white:after {
	background: #fff;
}
.purple-section h2 {
	padding-left: 30px;
    margin-bottom: 0;
}
.purple-section a {
	color: white !important;
}
.purple-section .wp-block-group__inner-container {
	background: transparent !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
}

.page-template-page-ebook footer .has-2-columns,
.page-template-page-squeeze footer .has-2-columns,
.page-template-free-days-trial footer .has-2-columns
{
	display: none;
}
.purple-section.small-right h2 {
	padding-left: 0 !important;
}
.purple-section.small-right .wp-block-columns .wp-block-column:first-child {
    padding-right: 60px;
}
.purple-section.small-right .wp-block-columns .wp-block-column:last-child p {
    margin-top: 0 !important;
	font-size: 15px !important;
}
.purple-section.small-right .wp-block-columns .wp-block-column:last-child .wp-block-image figure{
	width: 100%;
    margin-bottom: 50px;
}
.purple-section.small-right .wp-block-columns .wp-block-column:last-child .wp-block-image:last-child figure {
	margin-bottom: 0 !important;
}

.page-template-page-ebook .ebook-group .wp-block-group__inner-container, 
.page-template-page-squeeze .ebook-group .wp-block-group__inner-container,
.page-template-free-days-trial .ebook-group .wp-block-group__inner-container
 {
	background:transparent !important;
	margin: 0 !important;
}
.page-template-page-ebook .entry .entry-content .ebook-group .wp-block-button .wp-block-button__link, 
.page-template-page-squeeze .entry .entry-content .ebook-group .wp-block-button .wp-block-button__link,
.page-template-free-days-trial .entry .entry-content .ebook-group .wp-block-button .wp-block-button__link 
{
    width: auto !important;
    background: #3f97ce !important;
    border: none;
	padding: 20px 35px 20px 60px !important;
	position: relative;
}
.page-template-page-ebook .entry .entry-content .ebook-group .wp-block-button .wp-block-button__link:hover,
.page-template-page-squeeze .entry .entry-content .ebook-group .wp-block-button .wp-block-button__link:hover,
.page-template-free-days-trial .entry .entry-content .ebook-group .wp-block-button .wp-block-button__link:hover
{
	    background: #3682c5 !important;
}

.page-template-page-ebook .entry .entry-content .ebook-group .wp-block-button .wp-block-button__link:before,
.page-template-page-squeeze .entry .entry-content .ebook-group .wp-block-button .wp-block-button__link:before
{
	content: '';
    background: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/ebook_arrow.png);
    width: 24px;
    height: 26px;
    background-size: 24px 26px;
    position: absolute;
    left: 20px;
    top: 18px;
}

.page-template-page-ebook .ebook-group .wp-block-buttons,
.page-template-page-squeeze .ebook-group .wp-block-buttons,
.page-template-free-days-trial .ebook-group .wp-block-buttons
{
	margin: -68px auto 0px auto !important;
}

.page-template-page-ebook footer,
.page-template-page-squeeze footer,
.page-template-free-days-trial footer  
{
	padding-top: 0 !important;
    z-index: 9;
    position: relative;
	width: 980px;
	max-width: 100%;
    margin: 0 auto;
}
.page-template-page-ebook .copyrights,
.page-template-page-squeeze .copyrights,
.page-template-free-days-trial .copyrights 
{
	margin-top: 0;
}
.page-template-page-ebook .wp-block-group:last-child .wp-block-group__inner-container,
.page-template-page-ebook .wp-block-group:last-child,
.page-template-page-squeeze .wp-block-group:last-child .wp-block-group__inner-container,
.page-template-page-squeeze .wp-block-group:last-child,
.page-template-free-days-trial .wp-block-group:last-child .wp-block-group__inner-container,
.page-template-free-days-trial .wp-block-group:last-child
{
    margin-bottom: 0 !important;
}
.page-template-page-squeeze .purple-section{
	/*background-image: url(img/squeeze_03.jpg);*/
	background-repeat: no-repeat;
    background-size: cover;
}
body.page-template-page-squeeze .purple-section .wp-block-button .wp-block-button__link{
	background: #3f97ce !important;
    border-color: #3f97ce !important;
	margin-bottom: 20px;
}
.page-template-page-squeeze .squeeze-testimonials {
	padding-bottom: 30px;
}
.page-template-page-squeeze .squeeze-testimonials h2 {
	font-size: 2.25em !important;
    font-weight: 700 !important;
}
.page-template-page-squeeze .squeeze-testimonials p {
	text-align: center !important;
	font-size: 18px !important;
}
.page-template-page-squeeze .squeeze-testimonials .clutch-widget {
	width: 100%;
}
.page-template-page-squeeze .squeeze-testimonials .wp-block-group__inner-container {
	padding: 0 !important;
}
.page-template-page-squeeze .purple-section:before {
	content: '';
    background-image: url(img/squeeze_03.jpg);
    width: 980px;
    height: 100%;
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.page-template-local_it .purple-section:before {
	background-image: none;
}
.purple-container {
	overflow: hidden;
}
.page-template-local_it .purple-section{
	padding: 0;
}
.page-template-local_it .purple-section img {
	position: absolute;
    left: -20px;
    bottom: -21px;
    object-fit: cover;
    max-width: 105% !important;
    width: 105%;
}
.page-template-local_it .purple-section .wp-block-column:nth-of-type(2) {
	position: relative;
}
.page-template-page-squeeze .purple-section:after {
	display: none;
}
.page-template-page-squeeze .purple-section .wp-block-group__inner-container {
	z-index: 9;
	position: relative;
}
.page-template-page-ebook .toggle-nav, .page-template-page-ebook .header-info {
	display: none;
}

.page-template-page-ebook .site-content,
.page-template-page-squeeze .site-content,
.page-template-free-days-trial .site-content 
{
	background:none !important;
	position: relative;
	z-index: 9;
	padding-top:0 !important;
	padding-bottom:0 !important;
}


.page-template-page-ebook .content-area, 
.page-template-page-squeeze .content-area,
.page-template-free-days-trial .content-area  
{
    background-position: right 45% bottom 0px;
    background-repeat: no-repeat;
	background-attachment: fixed;
}
.page-template-page-ebook .site-content h1,
.page-template-free-days-trial .site-content h1
{
	color: #313453;
    font-weight: 500;
	padding-left: 25px;
	padding-top: 50px;
	text-align: center;
}
.page-template-free-days-trial .site-content h1 {
	max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0 !important; 
}

.page-template-page-squeeze .site-content h1{
	color: #313453;
    font-weight: 500;
	padding-left: 20px;
	padding-top: 0px;
}

.page-template-page-ebook .site-content p,
.page-template-page-squeeze .site-content p,
.page-template-free-days-trial .site-content p
{
	font-size:18px;
}
.page-template-page-ebook .site-content .container,
.page-template-page-squeeze .site-content .container,
.page-template-free-days-trial .site-content .container
{
	display: flex;
	align-items: center;
}
.page-template-page-ebook .ebook-left,
.page-template-page-squeeze .ebook-left,
.page-template-free-days-trial .ebook-left
{
	width: 1010px;
	margin:0 auto;
}
.page-template-page-ebook .entry-content,
.page-template-page-squeeze .entry-content,
.page-template-free-days-trial .entry-content
{
	padding:0;
}

.book-insert {
	border: 1px solid #313453;
    padding:0 20px;
	width: 80%;
	margin: 0 auto !important;
	overflow: auto;
}
.book-insert .wp-block-columns {
	width: 100% !important;
	max-width: 100% !important;
	margin: 20px 0 !important;
}
.single .book-insert h2 {
	float: left !important;
    width: auto !important;
    font-size: 22px !important;
	margin-right: 20px;
    border-right: 1px solid #d4d5e0;
    padding-right: 20px;
    padding-left: 45px;
	margin-top: 0 !important;
	position: relative;
	padding-top: 0 !important;
}
.single .entry-content:not(.no-space) .book-insert h2.no-spacing {
	float: left !important;
}
.single .book-insert .wp-block-columns {
	column-gap: 0;
}

.single .book-insert h2:before {
	content: '';
    background: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/icon_ebook.png);
    background-size: 33px 44px;
    width: 33px;
    height: 44px;
    position: absolute;
    left: 0;
    top: -18px;
    display: block;
    background-repeat: no-repeat;
}

.book-insert p {
	float:none !important;
	line-height: 24px;
	font-weight: 400;
}
.book-insert .wp-block-button {
	width: 100%;
	margin-bottom: 0 !important;
}
.book-insert .wp-block-button a.wp-block-button__link {
	width: 100% !important;
}

.page-template-page-contact .wpcf7 form.invalid .wpcf7-response-output, .page-template-page-contact .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: red;
    float: left;
    margin-top: 10px !important;
}

.page-template-page-ebook .ebook-column-form .wp-block-group__inner-container, 
.page-template-page-ebook .ebook-column-form .wp-block-group__inner-container .wp-block-columns,
.page-template-page-squeeze .ebook-column-form .wp-block-group__inner-container, 
.page-template-page-squeeze .ebook-column-form .wp-block-group__inner-container .wp-block-columns,
.page-template-free-days-trial .ebook-column-form .wp-block-group__inner-container, 
.page-template-free-days-trial .ebook-column-form .wp-block-group__inner-container .wp-block-columns
{
	margin-bottom: 0 !important;
}


.page-template-page-ebook .ebook-column-form .wp-block-columns,
.page-template-page-squeeze .ebook-column-form .wp-block-columns,
.page-template-free-days-trial .ebook-column-form .wp-block-columns
{
	max-width: 100% !important;
}
.page-template-page-ebook .ebook-column-form .wp-block-column:first-child,
.page-template-page-squeeze .ebook-column-form .wp-block-column:first-child,
.page-template-free-days-trial .ebook-column-form .wp-block-column:first-child
{
	padding:40px 0px 40px 20px;
}
.page-template-page-ebook .ebook-column-form .wp-block-column:first-child p:first-child,
.page-template-page-squeeze .ebook-column-form .wp-block-column:first-child p:first-child,
.page-template-free-days-trial .ebook-column-form .wp-block-column:first-child p:first-child
{
	margin-top:0 !important;
}
.page-template-page-ebook .ebook-column-form .wp-block-column:first-child h2,
.page-template-page-squeeze .ebook-column-form .wp-block-column:first-child h2,
.page-template-free-days-trial .ebook-column-form .wp-block-column:first-child h2
{
	margin-bottom: 5px !important;
}

.page-template-page-ebook .ebook-left h2,
.page-template-free-days-trial .ebook-left  h2
{
	font-weight: 500;
    font-size: 20px;
	padding-bottom: 0px;
}
.page-template-page-squeeze .ebook-left  h2{
	font-weight: 500;
    font-size: 20px;
	padding-bottom: 0px;
	color: #313453;
	margin-top: 0;
}
.page-template-page-squeeze .ebook-column-form .wp-block-column:first-child ul {
	list-style: none;
    padding-left: 0;
}

.page-template-page-squeeze .ebook-column-form .wp-block-column:first-child li a {
	color:#3682c5 !important;
}

.page-template-page-ebook .ebook-left  h3,
.page-template-page-squeeze .ebook-left  h3,
.page-template-free-days-trial .ebook-left  h3
{
	font-weight: 500;
    font-size: 20px;
	padding-bottom: 0px;
	color: #313453;
}

.page-template-page-ebook .ebook-column-form .wp-block-column:last-child h2,
.page-template-page-squeeze .ebook-column-form .wp-block-column:last-child h2,
.page-template-free-days-trial .ebook-column-form .wp-block-column:last-child h2
{
	z-index: 9;
	position: relative;
	display: flex;
    align-items: center;
	padding-left: 20px;
    margin-bottom: 0;
}
.page-template-free-days-trial .ebook-column-form .wp-block-column:last-child h3.wp-block-heading {
	padding-left: 20px;
	padding-right: 10px;
}

.page-template-page-squeeze .ebook-column-form .wp-block-column:last-child a {
	color: #2e3056;
    font-weight: normal;
}

.page-template-page-ebook .ebook-column-form .wp-block-column:last-child h2:before,
.page-template-free-days-trial .ebook-column-form .wp-block-column:last-child h2:before
{
	content: '';
    background: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/icon_ebook.png);
    background-size: 100%;
    width: 33px;
    height: 44px;
    position: relative;
    margin-right: 10px;
    display: block;
    background-repeat: no-repeat;
	margin-top: 0;
	margin-bottom: 0;
}
.page-template-page-squeeze .ebook-column-form .wp-block-column:last-child h2:before{
	content: '';
    background: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/headset-contact.png);
    background-size: 100%;
    width: 40px;
    height: 35px;
    position: relative;
    margin-right: 10px;
    display: block;
    background-repeat: no-repeat;
	margin-top: 0;
	margin-bottom: 0;
}


.page-template-page-ebook .ebook-column-form .wp-block-column:last-child,
.page-template-page-squeeze .ebook-column-form .wp-block-column:last-child,
.page-template-free-days-trial .ebook-column-form .wp-block-column:last-child
{
	background: #f8f8f8;
	padding: 40px 0px 20px 0px;
}

.page-template-page-ebook .ebook-right,
.page-template-page-squeeze .ebook-right,
.page-template-free-days-trial .ebook-right
{
	width:40%;
	padding-left: 2%;
	padding-right: 2%;
	float:right;
	position: relative;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	background: #f8f8f8;
	display: flex;
    align-items: center;
}

.author-box .wp-block-column:first-child {
    width: 105px;
	max-width: 105px;
}

.page-template-page-ebook .ebook-left .wp-block-group__inner-container,
.page-template-page-squeeze .ebook-left .wp-block-group__inner-container,
.page-template-free-days-trial .ebook-left .wp-block-group__inner-container
{
	background: white;
	margin-bottom:100px;
}
.page-template-free-days-trial .ebook-left .dark_bg .wp-block-group__inner-container {
	background: transparent;
}
.page-template-free-days-trial .ebook-left .dark_bg .wp-block-group__inner-container p, .page-template-free-days-trial .ebook-left .dark_bg .wp-block-group__inner-container li {
	color: #fff;
}
.page-template-free-days-trial .ebook-left .dark_bg .wp-block-group__inner-container p {
	text-align: center;
	margin: 0 auto 30px;
}
.page-template-free-days-trial .ebook-left .dark_bg .wp-block-group__inner-container .wp-block-image {
	display: block;
	margin: 20px auto 0;
}
.page-template-page-ebook .ebook-left .wp-block-group .wp-block-group__inner-container,
.page-template-page-squeeze .ebook-left .wp-block-group .wp-block-group__inner-container,
.page-template-free-days-trial .ebook-left .wp-block-group .wp-block-group__inner-container
{
	padding: 1px 20px;
}


.page-template-page-ebook .ebook-left p,
.page-template-free-days-trial .ebook-left p
{
	line-height: 26px;
}
.page-template-page-squeeze .ebook-left .ebook-column-form .wp-block-column:first-child p {
	font-size: 20px;
	line-height: 30px;
}
.page-template-page-squeeze .ebook-left form p {
	margin-bottom: 0 !important;
	font-size: 17px;
}
.page-template-page-squeeze .ebook-left form br {
	display: none;
}

.page-template-page-ebook .ebook-left form,
.page-template-page-squeeze .ebook-left form,
.page-template-free-days-trial .ebook-left form
{
	width: 400px;
	max-height: 100%;
	margin: 0 !important;
}

.page-template-page-ebook .ebook-left a ,
.page-template-page-squeeze .ebook-left a,
.page-template-free-days-trial .ebook-left a  
{
	color: #504f87;
}

.page-template-page-ebook .wpcf7 a,
.page-template-page-squeeze .wpcf7 a,
.page-template-free-days-trial .wpcf7 a
{
	color: #313453;
    font-weight: 700;
    text-align: center;
    font-size: 26px;
	text-decoration: underline;
}
.page-template-page-ebook .entry .entry-content .purple-column p,
.page-template-page-squeeze .entry .entry-content .purple-column p,
.page-template-free-days-trial .entry .entry-content .purple-column p
{
	margin-top:0 !important;
}
.page-template-page-ebook .purple,
.page-template-page-squeeze .purple,
.page-template-free-days-trial .purple
{
	background: #504f87;
	padding: 20px;
}
.page-template-page-ebook .purple-column p,
.page-template-page-squeeze .purple-column p,
.page-template-free-days-trial .purple-column p
{
	margin-top:0 !important;
}
.page-template-page-ebook .entry .entry-content .purple p,
.page-template-page-squeeze .entry .entry-content .purple p,
.page-template-free-days-trial .entry .entry-content .purple p
{
	color: white !important;
	font-size: 25px !important;
	line-height: 32px !important;
	font-weight: 500;
	margin-top: 0 !important;
	hyphens: initial;
}
.page-template-page-ebook .author-box .wp-block-column p,
.page-template-page-squeeze .author-box .wp-block-column p,
.page-template-free-days-trial .author-box .wp-block-column p
{
	margin-top:0 !important;
}
.page-template-page-ebook .author-box strong,
.page-template-page-squeeze .author-box strong,
.page-template-free-days-trial .author-box strong
{
	font-size: 19px;
    font-weight: 300;
    padding-bottom: 7px;
    display: inline-block;
	}
.page-template-page-ebook .ebook-left p.has-background,
.page-template-page-squeeze .ebook-left p.has-background,
.page-template-free-days-trial .ebook-left p.has-background
{
	padding: 15px 0;
	position: relative;
}
.page-template-page-ebook .ebook-left p.has-background a,
.page-template-page-squeeze .ebook-left p.has-background a,
.page-template-free-days-trial .ebook-left p.has-background a
{
	color: white;
}
.page-template-page-ebook .ebook-left p.has-background:before,
.page-template-page-squeeze .ebook-left p.has-background:before,
.page-template-free-days-trial .ebook-left p.has-background:before
{
	content: '';
	position: absolute;
	left: -15px;
	top: 0;
	height: 100%;
	width:15px;
	background:#504f87;
}
.page-template-page-ebook .ebook-left p.has-background:after,
.page-template-page-squeeze .ebook-left p.has-background:after,
.page-template-free-days-trial .ebook-left p.has-background:after
{
	content: '';
	position: absolute;
	right: -15px;
	top: 0;
	height: 100%;
	width:15px;
	background:#504f87;
}
.page-template-page-ebook .ebook-left hr,
.page-template-free-days-trial .ebook-left hr
{
    background-color: #504f87 !important;
    height: 1px !important;
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}
.page-template-page-squeeze .ebook-left hr{
    background-color: #f5f5f5 !important;
    height: 1px !important;
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}
.page-template-page-ebook .ebook-left ul,
.page-template-page-squeeze .ebook-left ul,
.page-template-free-days-trial .ebook-left ul
{
	margin-top: 0 !important;
}
.page-template-page-ebook .ebook-left ol,
.page-template-page-squeeze .ebook-left ol,
.page-template-free-days-trial .ebook-left ol
{
	margin-top: 0 !important;
	margin-bottom:30px !important;
	counter-reset: item;
    list-style-type: none;
}
.page-template-page-ebook .ebook-left ol li,
.page-template-page-squeeze .ebook-left ol li,
.page-template-free-days-trial .ebook-left ol li
{

	position: relative;
}
.page-template-page-ebook .ebook-left ol li:before,
.page-template-page-squeeze .ebook-left ol li:before,
.page-template-free-days-trial .ebook-left ol li:before
{

    content: counter(item) "  "; 
    counter-increment: item;
	position: absolute;
    left: -20px;
}

.page-template-page-ebook .ebook-right .wpcf7-form-control-wrap,
.page-template-page-squeeze .ebook-right .wpcf7-form-control-wrap,
.page-template-free-days-trial .ebook-right .wpcf7-form-control-wrap
{
	position: unset;
}
.page-template-page-ebook .ebook-right span.wpcf7-not-valid-tip,
.page-template-page-squeeze .ebook-right span.wpcf7-not-valid-tip,
.page-template-free-days-trial .ebook-right span.wpcf7-not-valid-tip
{
	position: absolute;
	margin-top: -24px !important;
	font-size: 14px !important;
}

.page-template-page-ebook .wpcf7 form.invalid .wpcf7-response-output,
.page-template-page-squeeze .wpcf7 form.invalid .wpcf7-response-output,
.page-template-free-days-trial .wpcf7 form.invalid .wpcf7-response-output
{
    border-color: #dc3232;
}
.page-template-page-squeeze .wpcf7 form.invalid .wpcf7-response-output {
	margin-top: 10px !important;
}
.page-template-page-ebook .entry-content,
.page-template-page-squeeze .entry-content,
.page-template-free-days-trial .entry-content
{
	padding:0;
	max-width: 100% !important;
}



.page-template-page-ebook .ebook-column-form form,
.page-template-page-squeeze .ebook-column-form form,
.page-template-free-days-trial .ebook-column-form form
{
	z-index: 9;
	position: relative;
}


.page-template-page-ebook #__lpform_your-name_icon,
.page-template-page-squeeze #__lpform_your-name_icon,
.page-template-free-days-trial #__lpform_your-name_icon
{
	display: none !important;
}

.page-template-page-ebook .ebook-column-form input,
.page-template-page-squeeze .ebook-column-form input,
.page-template-free-days-trial .ebook-column-form input 
{
	background: #e4e4e7 !important;
    border: 0 !important;
    margin-bottom: 20px;
    padding: 5px 10px !important;
    color: #313453 !important;
    font-size: 18px !important;
}
.page-template-page-squeeze .ebook-column-form input {
	margin-bottom: 10px !important;
}

.page-template-page-squeeze .ebook-column-form select {
	background: #e4e4e7 !important;
    border: 0 !important;
    margin-bottom: 10px;
    padding: 9px 10px !important;
    color: #313453 !important;
    font-size: 18px !important;
}
.page-template-page-squeeze .ebook-column-form select option {
	color: #313453 !important;
    background: white !important;
}

.page-template-page-ebook .ebook-column-form input[type="submit"],
.page-template-page-squeeze .ebook-column-form input[type="submit"],
.page-template-free-days-trial .ebook-column-form input[type="submit"]
{
	background: #3f97ce !important;
    width: 250px !important;
    color: #fff !important;
    padding: 15px 10px !important;
    max-width: 100%;
    font-size: 18px !important;
	font-weight: 300 !important;
	border: 0 !important;
}
.page-template-page-squeeze .ebook-column-form input[type="submit"] {
	margin-bottom: 0 !important;
    position: relative;
    background-image: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/icon_calendar.png) !important;
	background-size: 40px !important;
    background-repeat: no-repeat !important;
    background-position: 25px 5px !important;
    padding-left: 70px !important;
    width: 300px !important;
	margin-top: 10px !important;
}

.page-template-page-ebook .ebook-column-form input[type="submit"]:hover,
.page-template-free-days-trial .ebook-column-form input[type="submit"]:hover
{
	background: #3682c5 !important;
}
.page-template-page-squeeze .ebook-column-form input[type="submit"]:hover{
	background-color: #3682c5 !important;
}

.page-template-page-ebook .wpcf7 form.sent .wpcf7-response-output ,
.page-template-page-squeeze .wpcf7 form.sent .wpcf7-response-output,
.page-template-free-days-trial .wpcf7 form.sent .wpcf7-response-output 
{
	padding: 0;
	border: navajowhite;
}

.page-template-page-ebook a.wc-eBook-scroll,
.page-template-page-squeeze a.wc-eBook-scroll,
.page-template-free-days-trial a.wc-eBook-scroll 
{
	position: fixed;
	bottom: 0px;
	padding: 10px;
	width: 100%;
	background: #3f97ce;
	left: 0;
	color: #fff;
	text-align: center;
	font-size: 20px;
	display: none !important;
}

.pricing-section 
{
 /*margin-top: -70px;*/
 background: linear-gradient(270deg, rgba(217, 217, 233, 0.4), rgba(255, 255, 255, 0.4), rgba(214, 223, 232, 0.4));
 padding-top: 130px; 
 float: left;
 width: 100%;
 overflow: hidden;
 padding-bottom: 150px;
}
.pricing h2 {
	margin-top: 8px;
}

.info-block {
	color: #60727f;
	margin-top: 50px;
	display: none;
}
.info-block.initial {
	display: block !important;
}
.info-block.initial.remove {
	display: none !important;
}
.info-block.active {
  display: block !important;
}
.info-block .highlight {
	font-size: 28px;
    margin: 0 0 30px;
    border: 3px solid #313453;
}
.info-block .highlight h3 {
	font-weight: 300;
    margin: 0;
    font-size: 28px;
}
table {
	font-family: 'Roboto', sans-serif;
	position: relative;
}

.top.txtMult.stick {
	position: fixed;
    top: 35px;
	padding: 10px 0 0;
	z-index: 999999;
	background: #e3e7ed;
	-webkit-box-shadow: 0 26px 25px 5px #b1b8c2;
	   -moz-box-shadow: 0 26px 25px 5px #b1b8c2;
	box-shadow: 0 26px 25px 5px #b1b8c2;
}

.pricing table tr td:first-child {
	padding-right: 1% !important;
}

.pricing tr:last-child td {
	padding:15px 0 0 0 !important;
    background: transparent !important;
}

.top.txtMult.stick td:nth-child(2), .top.txtMult.stick td:nth-child(3) {
	padding-bottom: 6px !important;
	border-color: #e3e7ed !important;
}

	.top.txtMult.stick h4 {
    top:auto;
	position: relative;
	margin: 0 !important;
	background: #e3e7ed;
	padding-bottom: 4px;
	border-bottom:5px solid white;
	}


.top.txtMult.stick:before  {
	content: '';
	background: #e3e7ed;
	left: -40px;
    position: absolute;
    top: 0;
    height: 100%;
    width: 40px;
}
.top.txtMult.stick:after  {
	content: '';
	background: #e3e7ed;
	right: -40px;
    position: absolute;
    top: 0;
    height: 100%;
    width: 40px;
}

.pricing .wp-block-column:last-child {
	position: relative;
	padding-bottom: 20px;
}
.pricing .wp-block-column:last-child:before {
	content: '';
    background: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/pricing_shadow.png);
    position: absolute;
    bottom: 0;
    top: -100px;
    right: -130px;
    width: 100%;
    height: 1248px;
    background-size: contain;
}
table td {
	word-break: inherit;
}

.pricing table td {
	padding: 0;
	border: 0;
}

.pricing table tr td:first-child {
	width: 50%;
}
.page-template-page-cyber-security .pricing table tr td:first-child {
	width: 40%;
} 
.pricing table tr td:nth-child(2),
.pricing table tr td:nth-child(3),
.pricing table tr td:nth-child(4),
.pricing table tr td:nth-child(5)
{
	width: 25%;
	text-align: center;
	position: relative;
}
.page-template-page-cyber-security .pricing table tr td:nth-child(2),
.page-template-page-cyber-security .pricing table tr td:nth-child(3),
.page-template-page-cyber-security .pricing table tr td:nth-child(4)
{
	width: 20%;
}
.page-template-page-cyber-security .pricing table tr td:nth-child(4)
{
	border-left: 4px solid #f2f4f6;
	background-clip: padding-box;
	color: #3078b7 !important;
	background: white;
	font-size: 35px !important;
	line-height: 35px;
	font-weight: 500;
}
.page-template-page-cyber-security .pricing table tr:not(:first-child):not(:last-child) td.specific-hide-true
{
 text-align: center;
 font-weight: normal;
}
.page-template-page-cyber-security .pricing table tr:not(:first-child):not(:last-child) td.specific-hide-true:before,
.page-template-page-cyber-security .pricing table tr:not(:first-child):not(:last-child):hover td.specific-hide-true:before
{
 display: none;
}

.pricing table tr:first-child td:nth-child(2),.pricing table tr:first-child td:nth-child(3),.pricing table tr:first-child td:nth-child(4),.pricing table tr:first-child td:nth-child(5) {
	background: white;
	font-size: 35px !important;
    line-height: 35px;
    color: #313453 !important;
    font-weight: 500;
	padding: 30px 0;
}

#grandTotal, #grandTotal2, #grandTotal3 {
	font-size: 31px !important;
    line-height: 35px;
    color: #313453 !important;
    font-weight: 500;
    padding: 30px 0;
    display: initial;
}
#grandTotal1 {
	font-size: 31px !important;
    line-height: 35px;
    font-weight: 500;
    padding: 30px 0;
    display: initial;
}
.pricing table tr:first-child td:nth-child(2) span, 
.pricing table tr:first-child td:nth-child(3) span,
.pricing table tr:first-child td:nth-child(4) span,
.pricing table tr:first-child td:nth-child(5) span 
{
	font-size: 15px;
	line-height: 15px;
    display: block;
    padding-top:10px;
    color: #313453;
    font-weight: 300;
}
.pricing table tr:first-child td:nth-child(3), .pricing table tr:first-child td:nth-child(3) span {
	color:#3078b7 !important;
}
.pricing table tr:first-child td:nth-child(2){
	border-right:4px solid #f2f4f6;
	background-clip: padding-box;
}
.pricing table tr:first-child td:nth-child(3){
	border-left:4px solid #f2f4f6;
	background-clip: padding-box;
}
.pricing table tr:first-child td:nth-child(4){
	border-left:4px solid #f2f4f6;
	background-clip: padding-box;
}

.pricing table tr:first-child h4 {
	font-size: 19px !important;
    position: absolute;
    top: -80px;
	text-align: center;
	width: 100%;
}
.pricing table tr:first-child td:nth-child(3) h4 {
	color:#3078b7 !important;
}

.pricing input#number {
	width: 120px !important;
    display: block;
    font-size: 35px !important;
    line-height: 35px;
    color: #313453 !important;
    font-weight: 400;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance:textfield;
	border-bottom: 1px solid #73838f !important;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.pricing table tr:not(:first-child) {
	border-bottom: 1px solid #ccd2db;
	cursor: pointer;
	position: relative;
}

.pricing table tr:nth-last-child(2),.pricing table tr:last-child {
	border: 0 !important;
}

.pricing table tr:not(:first-child) td:not(:first-child){
	background-color:#f2f4f6;
	background-clip: padding-box;
	
}
.pricing table tr:not(:first-child) td {
	padding: 3.7px 0;
}


.demo {
	display: block;
    background: #3f97ce !important;
    color: #313453 !important;
    font-weight: 300;
    padding: 10px;
	margin-top: 5px;
	margin-bottom: 2px;
	position: relative;
}
.demo:hover {
	color: white !important;
	background: #3682c5 !important;
}
.demo:before {
	content:'';
	position: absolute;
	top:-10px;
	left: 0;
	width: 100%;
	height: 5px;
	background: #f2f4f6;
}
.ready {
	display: block;
    background: #55ade4 !important;
    color: #313453 !important;
    font-weight: 300;
    padding: 23px 10px;
	font-size: 25px;
}
.ready:hover {
	color: white !important;
	background: #807dbf !important;
}

.pricing table td.included:before {
	content: '';
    background: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/check_purple.png);
    background-size: 16px 13px;
    width: 22px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
	position: absolute;
    right: 0;
    left: 0;
    top: 8px;
}

.pricing table tr:not(:first-child):not(:last-child) td:last-child:before {
	content: '';
    background: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/check_blue.png);
    background-size: 16px 13px;
    width: 22px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
	position: absolute;
    right: 0;
    left: 0;
    top: 8px;
}

.pricing table tr.po:not(:first-child):not(:last-child) td:last-child:before, 
.pricing table tr.po td.included:before {
	content: '';
    background: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/check_white.png);
    background-size: 16px 13px;
    width: 22px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
}

.pricing table tr.po:not(:first-child):not(:last-child) td.specific-hide-true:before {
	background: none;
}

.pricing table tr.po:not(:first-child):not(:last-child) td {
	color:white !important;
	z-index: 99;
}

.pricing table tr:not(:first-child):not(:last-child) td{
	color: #313453 !important;
	font-weight: 500;
}
.pricing table tr:not(:first-child):not(:last-child) td:not(:first-child) {
	border-right: 1px solid #f2f4f6;
    border-left: 1px solid #f2f4f6;
}
.pricing input[type="checkbox"] {
	position: relative;
	-webkit-appearance: none;
	outline: none !important;
    content: none;
    cursor: pointer;
	border: 0 !important;
	width:22px !important;
	padding: 0 !important;
	vertical-align: inherit;
}
.pricing input[type="checkbox"]:before {
	content: '';
    text-align: center;
    color: transparent !important;
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid #8fabba;
}

input[type=checkbox]:checked:before {
    background:url('https://www.osibeyond.com/wp-content/themes/osibeyond/img/check_purple.png');
	background-size:16px 13px;
	width: 22px;
    height: 22px;
	background-position: center;
	background-repeat: no-repeat;
}

.pricing table .trial-bottom:first-child {
	box-shadow: -10px 2px 10px 1px #e0e3ea;
	padding-left: 20px;
    background-size: 15px 15px;
    position: absolute !important;
    width: 55%;
    left: -5%;
    padding: 8px 0 8px 0px !important;
    margin-top: 14px;
	cursor: default;
    background-repeat: no-repeat;
    background-position: center left;
}

.pricing table tr .wc-price-bottom-right li img {
	margin-right: 10px;
}

.trial-bottom p {
	padding: 0;
	margin: 0;
}


.wc-price-bottom-left span:last-child {
	font-weight: bold !important;
    font-size: 21px !important;
    line-height: 30px;
}

.pricing table tr .wc-price-bottom-left {
 float: left;
 width: 37%;
 color:#313453;
 padding-left: 13px;
}
.wc-price-bottom-left span:nth-of-type(1) {
    font-size: 1.95em;
    line-height: 1.4em;
}
.wc-price-bottom-left span:nth-of-type(2) {
 font-size: 1.5em;
 font-weight: 500;
 float: left;
 width: 100%;
 text-transform: uppercase;
}

.pricing table tr .wc-price-bottom-right 
{
 float: left;
 position: relative;
}
.pricing table tr .wc-price-bottom-right ul {
	list-style: none;
	margin: 0
}
.pricing table tr .wc-price-bottom-right li {
    color: #313453;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}



.info-block.stick {
  top: 0;
  position: fixed;
}

div#wpcf7-f1052-p1047-o1 input[type="submit"] {
    margin-top: 20px;
}


.hideform {
    display: none;
    width: 100%;
	background: rgba(67,67, 110, .5) !important;
	position: fixed;
    top: 0;
	bottom:0;
    margin: 0 auto;
    left: 0;
    right: 0;
	z-index: 9999999;
    align-items: center;
	
}
.hideform .form-wrapper {
	width:820px;
	max-width: 90%;
	margin: 0 auto;
	padding: 60px 30px 20px;
	position: relative;
	background: linear-gradient(#d6dfe8, #fff);
	-webkit-box-shadow:0px 2px 30px 1px #545577;
    -moz-box-shadow:0px 2px 30px 1px #545577;
	box-shadow: 0px 2px 30px 1px #545577;
}
.hideform form input[type="submit"] {
	width: auto !important;
}

.hideform button{
    width: 1170px;
	max-width: 100%;
    margin: 0 auto;
    right: 0 !important;
    left: 0 !important;
}
.hideform .lity-close:after {
	right: 0;
}

.hideform h3 {
	margin-top: 0;
    margin-bottom:0 !important;
    font-size: 23px !important;
    line-height: 23px;
    color: #313453 !important;
    font-weight: 500 !important;
}
.hideform p {
	font-size: 15px;
}
.hideform br {
	display: none;
}

.hideform input, .hideform select, .sidebar .wpcf7-form input {
	border: 1px solid #275282 !important;
    padding: 5px 10px !important;
    color: #275282 !important;
	margin-bottom: 15px;
}
.hideform select {
	    padding: 8.5px 10px !important;
}
.hideform input[type="submit"], .sidebar .wpcf7-form input[type="submit"] {
	float: right;
    background: #4278b2 !important;
    color: white !important;
    border: 0 !important;
    font-weight: 300 !important;
    width: 110px !important;
    font-size: 18px !important;
    padding: 8px 20px !important;
}

input:focus {
	outline: none !important;
}

.intro.home {
  width: 100%;
  overflow: auto;
}

.intro.home .entry-content {
	width: 70vw;
	position: relative;
}

a.nist-logo {
    position: absolute;
    left: 10%;
    width: 13vw;
    top: 12%;
}
.page-template-page-managed-it a.nist-logo {
    left: auto;
    right: 0;
    margin-top: 4%;
    top: auto;
}
.page-template-page-cyber-security a.nist-logo {
	left: auto;
    top: 0;
    right: 0;
	margin-top: -12%;
}

.intro.home .wrapper {
  	position: fixed;
	top: 0;
    left: 0;
    right: 0;
    width: 100% !important;
	height: 100%;
	background: transparent;
	padding-top: 10%;
}

.intro.home h3 {
    position: absolute;
    top: 28%;
    left: 0;
    margin: auto;
    right: 0;
    pointer-events: none;
	font-size: 2vw;
    line-height: 2.4vw;
    font-weight: 300;
	color: #313453;
}

.intro.home .wp-block-column p:last-child {
	    max-width: 370px;
}
.intro.home .wp-block-column p {
	font-size: 1vw;
    line-height: 1.4vw;
    color: #60727f !important;
}

.overview {
	text-align: center;
	background: linear-gradient(270deg, rgba(217, 217, 233, 0.4), rgba(255, 255, 255, 0.4), rgba(214, 223, 232, 0.4));
}
.overview p {
	font-size: 20px;
}
.overview .highlight {
	font-size: 28px;
    border: 3px solid #313453;
}

.cmmc-block {
	text-align: left;
    overflow: auto;
    background: #f3f4f6;
	margin-top: 80px !important;
	padding: 0 !important;
	display: flex;
	align-items: center;
    height: 100%;
	-webkit-box-shadow: 0px 0px 15px -3px rgb(0, 0, 0, .5); 
	box-shadow: 0px 0px 15px -3px rgb(0, 0, 0, .5); 
}
.cmmc-block .one-third{
    margin: 0;
	padding: 20px 40px;
}
.contact-section.cyber{
	background: linear-gradient(270deg, rgba(217, 217, 233, 0.4), rgba(255, 255, 255, 0.4), rgba(214, 223, 232, 0.4));
	padding-bottom: 50px;
}
.contact-section.cyber form{
	border-top: none;
	border-bottom: 1px solid #bcc1c7;
    overflow: auto;
    padding-bottom: 100px;
}
.cmmc-block .two-thirds {
	padding: 0 30px;
}
.cmmc-block .two-thirds h2 {
	text-align: center;
}
.compliance-services {
	background: linear-gradient(270deg, rgba(217, 217, 233, 0.4), rgba(255, 255, 255, 0.4), rgba(214, 223, 232, 0.4));
	text-align: center;
	padding-bottom: 70px;
}
.compliance-services .container {
	width: 1050px;
}
.compliance-services h2 {
	margin-top: 0 !important;
}
.compliance-services p {
	font-size: 20px;
}
.risk-assessment {
	width: 100%;
    background-position: bottom center !important;
    background-size: cover !important;
    padding-top: 120px;
	padding-bottom: 250px;
    color: white;
	overflow: hidden;
	z-index: 11;
	position: relative;
}
.risk-assessment_intro {
	float:left;
	width: 100%;
	margin-bottom: 40px;
}
.risk-assessment .tabs_headings {
	float: left;
	width: 100%;
}
.risk-assessment .tabs_headings ul {
	padding: 0;
	margin: 0 0 30px 0;
	float: left;
	position: relative
}
.risk-assessment .tabs_headings ul:after {
	content: '';
    height: 2px;
    background: #8d9095;
    width: 550%;
    position: absolute;
    left: -300%;
    bottom: 0;
}
.risk-assessment .tabs_headings ul li {
	float: left;
	margin-right: 20px;
	list-style-type: none;
	cursor: pointer;
	color: #8d9095;
	font-weight: 500;
	position: relative;
	font-size: 21px;
	line-height: 45px;
}
.risk-assessment .tabs_headings ul li.wc-active {
    color:white;
}
.risk-assessment .tabs_headings ul li.wc-active:after {
	content: '';
    height: 2px;
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
	z-index: 9;
}
.risk-assessment .tabs_contents {
    float: left;
    width: 70%;
	height: 300px;
}
.page-template-page-cyber-security .hideform .wc-form-phone {
	display: none;
}
.page-template-page-cyber-security .hideform p {
	margin: 0 !important;
}
.documentation_development {
	background-position: bottom !important;
    padding-top: 220px;
    padding-bottom: 170px;
    margin-bottom: -100px;
    height: auto;
    overflow: auto;
    background-size: cover !important;
    position: relative;
	margin-top: -120px;
	z-index: 10;
}
.documentation_development .highlight {
	border-color:#313453 !important;
	margin-bottom: 30px !important;
}
.documentation_development a.config-cyber, .cybersecurity_training a.config-cyber,.security_consulting a.config-cyber {
	margin-top: 35px !important;
}
.security_consulting {
	background-position: bottom !important;
    padding-top: 290px;
    padding-bottom: 220px;
	margin-top: -150px;
    margin-bottom: 0;
    height: auto;
    overflow: auto;
    background-size: cover !important;
	position: relative;
}
.security_consulting .highlight {
	border-color:#fff !important;
	float: left;
	margin-bottom: 30px !important;
}
.security_consulting p {
	float: left;
	width: 100%;
}
.cybersecurity_training {
	background-position: bottom !important;
    padding-top: 220px;
    padding-bottom: 130px;
    margin-bottom: 0;
    height: auto;
    overflow: auto;
    background-size: cover !important;
	position: relative;
	z-index: 9;
	margin-top: -90px;
}
.cybersecurity_training .highlight, .continuous-monitoring .highlight,.penetration_testing .highlight {
	margin-bottom: 30px !important;
}
.cybersecurity_training p {
	float: left;
	width: 100%;
}
.contact-section.white_bg {
	padding-top: 150px;
    margin-top: -100px;
}
.contact-section.white_bg .form-container {
	background: white;
    overflow: auto;
	margin-top: 50px;
    padding: 0px 20px 20px;
	-webkit-box-shadow: 0px 0px 15px -3px rgb(0, 0, 0,.5);
    box-shadow: 0px 0px 15px -3px rgb(0, 0, 0,.5);
}
.continuous-monitoring {
	background-position: bottom !important;
    padding-top: 120px;
    padding-bottom: 220px;
    margin-bottom: 0;
    height: auto;
    overflow: auto;
    background-size: cover !important;	
	position: relative;
}
.continuous-monitoring .container {
	overflow: auto;
}
.continuous-monitoring .highlight,.penetration_testing .highlight {
	color: white !important;
}
.continuous-monitoring p {
	float: left;
	width: 100%;
	color: white;
}
.continuous-monitoring .video-btns {
	float: left;
	margin: 30px 0 0;
}
.continuous-monitoring .hidden-videos{
	display: none;
	width: 100%;
	background: rgba(67,67, 110, .5) !important;
	position: fixed;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 9999999;
	align-items: center;
}
.continuous-monitoring .video-wrapper {
	width: 1100px;
	max-width: 90%;
	margin: 0 auto;
	padding: 0px;
	position: relative;
	background: none;
}
.continuous-monitoring .video-btns a.btn {
	text-align: center;
    color: #313453 !important;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 0;
    border: 0;
    background: #55ade4 !important;
    padding: 10px 25px 10px 10px;
    margin: 0px 1rem 0 0px;
	position: relative;
}
.continuous-monitoring .video-btns a.btn:before {
	content: '';
  	background:url('https://www.osibeyond.com/wp-content/themes/osibeyond/img/icon_play.png');
  	width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
}
.penetration_testing {
	background-position: top !important;
    padding-top: 250px;
    padding-bottom: 160px;
    margin-bottom: 0;
	margin-top: -120px;
    height: auto;
    overflow: auto;
    background-size: cover !important;	
}
.penetration_testing p {
	float: left;
	width: 100%;
}
.continuous-monitoring p {
	float: left;
	width: 100%;
	color: white;
}

.embed-container iframe {
	width:1100px;
	height: 618px;
}


body {
	overflow-x: hidden;
}
.reveal-on-scroll { 
	transition: all 2s ease-in-out;
}

.slide-left { 
	transform: translate(100vw, 0); 
	border: 3px solid red;
}

.cmmc-landing footer {
	    padding: 0 !important;
}
.cmmc-landing footer .has-2-columns {
	display: none;
}
.cmmc-landing footer .copyrights {
	margin-top: 0;
}

.cmmc-landing .entry-content .wp-block-columns {
	display: block;
}
.cmmc-landing .entry-content .wp-block-column {
	margin:0 0 30px !important;
}
.cmmc-landing .entry-content .wp-block-column:not(:first-child){
    border-top: 2px solid #303353;
	margin-top:50px !important;
	padding-top: 30px;
}
.cmmc-landing .entry-content .wp-block-column h3 {
	font-size: 33px;
	margin-left: 80px;
}
.cmmc-landing .entry-content .wp-block-columns .wp-block-image {
    left: 0 !important;
    top: 25px !important;
}
.cmmc-landing .entry-content .wp-block-column:first-child .wp-block-image {
	top: -25px !important;
}
.cmmc-landing article li::before {
	color: white !important;
}
body.linkedin-landing.cmmc-landing article li {
	color: white !important;
}


.cmmc-landing figure {
	border-color:#303353 !important;
}

.cmmc-landing .ready-to-get-started {
	text-align: center;
    font-size: 25px;
    margin-top: 40px;
    color:#313453;
    font-weight: 600;
	position: relative;
}
.cmmc-landing .ready-to-get-started:before, .cmmc-landing .ready-to-get-started:after {
	content: '';
    height: 1px;
    width: 200px;
    position: absolute;
    left: 0;
    background: white;
    top: 20px;
}
.cmmc-landing .ready-to-get-started:after {
	left: auto;
    right: 0;
}
.cmmc-landing .ready-to-get-started a {
	font-size: 21px;
	color: #4278b2;
	display: block;
}
.cmmc-landing .about-us-section {
	float: left;
    width: 100%;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    min-height: 650px;
	display: flex;
    align-items: center;
}
.cmmc-landing .about-us-section a {
	text-transform: none;
    color: white !important;
    background: #4278b2 !important;
    padding: .2rem 1rem;
    margin-top: 40px;
    float: left;
	width: auto !important;
}
.cmmc-landing .about-us-section p {
	margin-bottom: 0;
}
.cmmc-landing .about-us-section .col-left {
	width: 45%;
}
.linkedin-landing.cmmc-landing .about-us-section h2.section-heading {
	text-align: left !important;
}
.linkedin-landing.cmmc-landing h2.section-heading {
font-weight: 600 !important;
}

body.linkedin-landing.cmmc-landing .cyber-security-lp1 .packages {
	margin-top: 0 !important;
}

.cmmc-landing  .testimonials_cmmc {
	float: left;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: bottom right !important;
    padding: 80px 0;
}
.cmmc-landing  .testimonials_cmmc .col-left {
	width: 50%;
	padding-right: 5%;
	float: left;
}
.cmmc-landing  .testimonials_cmmc .col-right {
	width: 50%;
	padding-left: 5%;
	float: left;
}
.cmmc-landing  .testimonials_cmmc .col-left h2 {
	text-align:left !important;
}
.cmmc-landing  .testimonials_cmmc p {
	font-size: 25px;
	line-height: 30px;
}
.cmmc-landing  .testimonials_cmmc .col-left img {
	margin-top: 20px;
	float: left;
	clear: left;
}
.cmmc-landing  .testimonials_cmmc .config {
	text-transform: none;
    color: white !important;
    background: #4278b2 !important;
    padding: .2rem 1rem;
    margin-top: 40px;
	float: left;
	text-align: center;
    width: 300px !important;
    max-width: 100%;
}
.cmmc-landing  .testimonials_cmmc .clutch-widget {
	margin: 0 auto;
	background: transparent;
}
.cmmc-landing  .testimonials_cmmc .col-right img {
	width: 150px;
    margin: 0 auto;
    display: block;
}



.cmmc-landing .hideform {
    max-width: 700px !important;
}
.cmmc-landing .cl-right {
	max-width: 100% !important;
}

.cmmc-landing .hideform .form-wrapper {
	padding-bottom: 0 !important;
}

.give-us-call {
	color: white;
	padding-top: 20px;
	font-size: 22px;
}
.give-us-call a {
	color: white;
    padding-left: 20px;
}
.give-us-call a img {
	margin-right: 5px;
}

.cmmc-landing .hideform h3 {
	font-weight:650 !important;
    padding-bottom: 20px;
}
.cmmc-landing .hideform input {
	padding: 10px !important;
}

.cmmc-landing .hideform input[type="submit"] {
	text-transform: none;
    margin: 10px auto 25px !important;
    width: 60% !important;
    height: 55px !important;
    display: block;
    float: none !important;
}
.cmmc-landing .hideform input[type="submit"]:hover {
	opacity: .9;
}

.cmmc-landing .hideform p{
    float: left;
    width: 100%;
	margin-bottom:0px !important;
}
.cmmc-landing .hideform p a{
	width: 40%;
    background:#dfdfdf;
    display: flex;
    align-items: center;
    text-align: center;
    padding-left: 20px;
    float: left;
	line-height: 55px !important;
	font-size: 19px;
    font-weight: 600;
}
.cmmc-landing .hideform p a:hover {
	color: #3078b7;
}
.cmmc-landing .hideform p a img {
	margin-right: 10px;
}
.cmmc-landing .ajax-loader {
	display: none;
}
.cmmc-landing .wpcf7-response-output {
	border-color:red !important;
}

.intro.home {
	text-align: center;
}
.intro.home .site-logo {
	pointer-events: none;
}
.intro.home .site-logo a {
	width: 210px;
}
.intro.home  p.slogan {
	font-size: 1vw;
    width: 900px;
    max-width: 100%;
    line-height: 1.7vw;
    color: #60727f !important;
    padding: 25px 15px;
    display: inline-block;
    text-align: center !important;
    position: relative; 
}
.intro.home  p.slogan:before {
	content: '';
    width: 60%;
    position: absolute;
    height: 3px;
    background: white;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.intro.home .wp-block-column {
	text-align: center;
}
.intro.home .wp-block-column a {
	font-size: 1.4vw;
    line-height: 1.2em;
	text-decoration: none;
    border: 4px solid #313453;
	border-bottom: 0;
	position: relative;
	color: #60727f !important;
	display: inline-block;
	padding: 50px 0 50px;
    width: 16vw;
	box-sizing: border-box;
	-webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
	text-align: center;
	margin-bottom: 20px;
}

.intro.home .wp-block-column:last-child a {
	color: #313453 !important;
}

.intro.home .wp-block-column a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: -4px;
    background-color: #2980b9;
    height: 4px;
    -webkit-transition-property: left right;
    transition-property: left right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
	
	transition-delay: .8s;
}

	.intro.home .wp-block-column a:hover:before {
    left: 0;
    right: 0;
	transition-delay:0s;
}

	.intro.home .wp-block-column a:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: auto;
    right: -4px;
    top: -4px;
    background-color: #2980b9;
    height: 102%;
    transform-origin: 100% 0;
    width: 4px;
    transform: scaleY(0);
	transition-delay: .4s;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
	
	.intro.home .wp-block-column a:hover:after {
    transform: scaleY(1);
}

	
	.intro.home .wp-block-column span1 {
    position: absolute;
    top: 0;
    width: 4px;
    height: 100%;
    left: -4px;
	}
	
	.intro.home .wp-block-column span1:before {
    content: "";
    position: absolute;
    z-index: 11;
    left:0px;
    top: -4px;
    background-color: #2980b9 !important;
    height: 102%;
    transform-origin: 100% 0;
    width: 4px;
    transform: scaleY(0);
	transition-delay: .4s;
	-webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
	
	.intro.home .wp-block-column a:hover span1:before {
    transform: scaleY(1);
}


.intro.home .wp-block-column strong {
	font-weight: 500;
    color: #313453;
}
.intro.home .wp-block-column a span {
	color: #313453;
	text-decoration: none;
	font-size: 1vw;
    font-weight: 500;
    position: absolute;
    left: 0;
    right: 0;
	bottom: -.1vw;
    padding: 0 10px;
    line-height: .7vw;
    margin: 0 auto;
	  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
.intro.home .wp-block-column a:hover span {
    color:#3078b7 !important;
	transition-delay: 1.2s;
}
.intro.home .wp-block-column a span:before,.intro.home .wp-block-column a span:after {
	content: '';
	height: 4px;
	width: 26%;
    position: absolute;
    background: #313453;
    bottom:0;
	-webkit-transition-property: left right;
    transition-property: left right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
	.intro.home .wp-block-column a span:before {
    left: -4px;
	}
	.intro.home .wp-block-column a span:after {
    right: -4px;
	}
    .intro.home .wp-block-column a:hover span:before, .home .wp-block-column a:hover span:after {
	background-color: #2980b9;
	transition-delay: .7s;
	}



.intro.home .copy {
	position: absolute;
    bottom: 0;
    font-size: 13px;
    text-align: center;
    left: 0;
    right: 0;
	margin: 0 !important;
}

.grecaptcha-badge {
	visibility: hidden;
}

.review-box {
	background:#eceff4;
	height: 260px;
	padding: 20px 70px;
}
.direction-reveal hr {
	height: 1px;
    background-color: #3078b7;
    margin-top: 20px;
    margin-bottom: 15px;
}
.image-block {
    height: 65px;
    position: relative;
	display: flex;
    align-items: center;
}

.review-box img {
	max-height: 75px;
    max-width: 160px;
    margin: 0 auto;
    display: block;
}
.review-box span {
	text-align: center;
	color: #313453;
	position: relative;
	padding: 0 20px;
    line-height: 22px;
	height: 100px;
    align-items: center;
	display: grid;
}
.review-box span p {
	position: relative;
}
.review-box span p:before {
    content: "\201c";
    font-size: 22px;
	color: #313453;
    font-weight: bold;
    top: 0;
    left: 0;
}
.review-box span p:after {
    content: "\201e";
    font-size: 22px;
    color:#313453;
    font-weight: bold;
    position: absolute;
    margin-top: -12px !important;
    mrgin-left: 5px !important;
    margin-left: 3px;
}

.breadcrumbs {
	font-size: 14px;
}


.direction-reveal__overlay strong {
	font-size: 13px;
    display: block;
    line-height: 4px;
    padding-left: .6rem;
	font-weight: 400;
	padding-top: 5px;
}
.direction-reveal__overlay span {
	font-size: 13px;
    padding-left: .6rem;
    font-style: italic;
}

.team .entry .entry-content {
	width:1025px;
}
.team .has-2-columns {
	margin: 0 !important;
}

.team .highlight {
	margin:0 0 50px 0;
}
.team .entry .highlight p {
	margin-top: 0 !important;
}
.team .entry a {
	text-decoration: none;
}
.team .entry .social-media {
	position: absolute;
    right: 0;
    margin-top: 25px;
}
.team .entry .social-media a {
	line-height: 0;
	margin-right: 0;
}
.team .social-media a span {
	line-height: 30px;
}
.targetDiv {
	display: none;
	position: relative;
}
.targetDiv:first-child{
	display: block;
}

a.showSingle {
	cursor: pointer;
	width: 135px;
	position: relative;
	float: left;
	line-height: 0;
	margin: 0 10px 10px 0;
	z-index: 0;
}
a.showSingle.active:before {content: '';position: absolute;border: 2px solid #3078b7;left: 0;right: 0;width: 100%;height: 100%;z-index: 9;}

a.showSingle:hover .hover-team {
	display: block;
} 
.hover-team {
	z-index: 99;
    position: absolute;
    top: 0;
	background-color: rgba(84,161,201,.8);
    height: 100%;
	width: 100%;
    line-height: 18px;
    padding: 8px;
    color: white;
	display: none;
}
.hover-team strong {
	font-size: 15px;
}
.hover-team p {
	font-size: 14px;
    color: white !important;
}

section.cnt h3 {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0;
	color: #313453;
}
section.cnt span {
	color: #313453;
	font-size: 18px;
}

.page-template-page-contact .entry-content .wp-block-column:first-child{
	flex-basis: calc(25% - 16px);
}
.page-template-page-contact .entry-content .wp-block-column:last-child{
	flex-basis: calc(75% - 16px);
}
.page-template-page-contact .entry-content form {
	width: auto;
}
.breadcrumb {
	float: left;
}

body:not(.blog):not(.single):not(.archive) .breadcrumb {
	position: absolute;
}
.page-template-page-contact .left-side,.hideform .left-side {
	width:49%; 
	float: left;
}
.page-template-page-contact .right-side,.hideform .right-side {
	width:49%; 
	float: right;
}
.page-template-page-contact .right-side h3,.page-template-page-contact .left-side h3{
	margin-top: 0;
    margin-bottom: 29.5px !important;
    font-size: 23px !important;
    line-height: 23px;
}
.page-template-page-contact .left-side h3 {
	display: none;
}
.page-template-page-contact .entry-content input {
	margin-bottom: 15px !important;
}
.page-template-page-contact .right-side select {
	padding: 8.5px 10px !important;
	margin-bottom: 15px !important;
}
.page-template-page-contact .right-side textarea {
	height: 90px !important;
}
.page-template-page-contact .right-side input[type="submit"] {
	float: right;
    background: #4278b2 !important;
    color: white !important;
    border: 0 !important;
    font-weight: 300 !important;
    width: 110px !important;
	font-size: 18px !important;
    padding: 8px 10px !important;
}
img.contact_photo {
	width:100%;
	margin-top:-120px;
	-webkit-mask-image: -webkit-gradient(linear, center top, center bottom, color-stop(0.00, rgba(0,0,0,0)), color-stop(1.00, rgba(0,0,0,1)));
}
.page-template-page-contact div.wpcf7-validation-errors, .page-template-page-contact div.wpcf7-acceptance-missing, .page-template-page-contact div.wpcf7-spam-blocked,.hideform .wpcf7-response-output,  .hideform .wpcf7-mail-sent-ok {
	clear: both;
    text-align: center;
}

.page-template-page-contact .entry-content .has-2-columns{
	border-top: 1px solid #6d68b7;
    padding-top: 40px;
}

.page-template-page-contact .entry-content .wp-block-column:first-child img {
	max-width: 150px;
	margin-bottom: 25px;
}
.page-template-page-contact .entry-content .wp-block-column:first-child p {
	line-height: 22px;
}

.page-template-page-contact .text {
	text-align: center;
	max-width: 600px;
	margin: 60px auto 30px;
	font-size: 26px;
}

.page-template-page-contact .entry-content {
	z-index: 1;
    position: relative;
}
.page-template-page-contact footer {
	padding-top: 40px;
}
.page-template-page-contact .copyrights {
	margin-top:5px !important;
}
.page-template-page-contact .entry-content h3 {
	color: #313453;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 30px;
}

footer form h3 {
	display: none;
}
footer .logo {
	max-width: 200px;
}

.page-template-page-contact .entry-content .wp-block-column p a,.page-template-page-contact .entry-content .wp-block-column p a:hover {
	color:#313453;
	text-decoration: none;
}

.mega-open #fwdu3dcarDiv0-fluidwidth {
	display: none !important;
}

#fwdu3dcarDiv0-fluidwidth div[style*="width: 29px; height: 29px;"] {
	background: #1e2f50 !important;
}

#fwdu3dcarDiv0-fluidwidth div[style*="width: 29px; height: 29px;"]:hover {
	background: #3078b7 !important;
}

#fwdu3dcarDiv0-fluidwidth div[style*="width: 29px; height: 29px;"]:before {
	content:'\2190';
	color:white;
	position: absolute;
	top: 3px;
    left: 4px;
    font-size: 20px;
}

#fwdu3dcarDiv0-fluidwidth div[style*="width: 29px; height: 29px; cursor: pointer; transform: translate3d(29px, 0px, 0px);"] {
	left: auto !important;
	right: 0 !important;
	transform: none !important;
}

#fwdu3dcarDiv0-fluidwidth div[style*="width: 29px; height: 29px; cursor: pointer; transform: translate3d(29px, 0px, 0px);"]:before {
	content:'\2192';
}
#fwdu3dcarDiv0-fluidwidth div[style*="width: 70px; height: 41px;"]{
	display: none !important;
}

div[style*="transform: translate3d(730px, 369px, 200000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1);"]{
    transform: translate3d(0px, 369px, 200000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale3d(1, 1, 1) !important;
    width: 70px !important;
    right: 0;
    margin: 0 auto !important;
    text-align: center;
	position: relative !important;
}



#fwdu3dcarDiv0-fluidwidth div[style*="width: 29px; height: 29px;"]  img {
	display: none !important;
}


div[style*="width: 580px;"] {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
    line-height: 25px !important;
	color:#313453;
	overflow: visible !important;
	height:auto !important;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
	.swing--leave-right {
		perspective: none !important;
	}

.table-contents {
    border-top: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 15px;
	display:none;	
}
.table-contents.keep{
	display: block;
}



.table-contents h5 {
	font-weight: 400;
    margin-bottom: 5px;
}
.table-contents h5, .table-contents a {
	font-size: 15px;
	display: block;
}

 :target::before {
  content: "";
  display: block;
  background: transparent;
  height: 50px;
  margin: -50px 0 0;
}


.wp-block-button.aligncenter {
	max-width: 100% !important;
}

blockquote {
    border-left:0 !important;
	position: relative;
	color: #86a4b3;
	font-size: 13px;
	line-height: 18px;
	padding-left: .6rem;
	margin-right: .6rem;
}
blockquote:before {
    content: "\201c";
    font-size:22px;
	font-weight: bold;
	position: absolute;
	top: 0;color: #86a4b3;
	left:0;
}
blockquote:after {
    content: "\201e";
    font-size:22px;
	font-weight: bold;
	position: absolute;
	bottom: 10px;color: #86a4b3;
	margin-top: -12px !important;
    margin-left: 3px;
}

	nav.fixed-section h3 {
		font-size: unset;
    margin: unset;
    line-height: unset;
	}

#pbd-alp-load-posts a {
	display: inline-block;
    float: left;
    width: 100%;
}
.sidebar ul {
	list-style: none;
	padding: 0;
	margin-top: 0;
	margin-bottom: 40px;
}

.children {
	margin-bottom: 10px !important;
    margin-left: 15px;
}

b, strong {
	font-weight: 500;
}

body.search:not(.archive) .entry-meta.updated {
	display: none !important;
}

.blog h1, .archive h1 .page-description, .single h1,.search h1  {
	color:#313453;
	font-weight: 500;
}
body.archive:not(.search) h1 {
	font-size: 0;
}

.archive h1 .page-description {
	 font-size: 36px;
}

.single .entry-content .wp-block-columns {
	display: inline-flex;
}
.single .entry-content .wp-block-columns p {
	margin-top: 0 !important;
}
.single .entry-content .wp-block-button__link {
	width: auto !important;
}
.single .entry-content .wp-block-embed-youtube {
		float: left;
        width: 100%;
	}
.single .extra-top-padding {
    padding-top: 20px;
}

.single iframe {
	width: 100%;
}

.single iframe ~ .post-featured-image {
	display:none;
}

.single .blog h1, .archive h1 .page-description {
	max-width: 100%;
	padding: 0;
}

.single h2 {
	font-size: 30px;
}
.narrow .entry-content {
	width: 1200px !important;
}

.single h2 {
	margin-bottom: 0 !important;
    float: left;
	width: 100%;
    margin-top: 10px !important;
}

.single article p, .single article ul li, .single article ol li {
	font-size: 17px;
    color: #313453;
}
footer div.wpcf7-mail-sent-ok {
    border: 1px solid #fff !important;
    color: white !important;
    font-weight: 300 !important;
}

div.wpcf7-mail-sent-ok {
    border: 1px solid #313453 !important;
    color: #313453 !important;
    font-weight: 300 !important;
}

.blog h2.entry-title, .archive h2.entry-title ,.alm-listing .alm-paging-content>li h3, .alm-listing .alm-reveal>li h3, .alm-listing>li h3, .home-blog .alm-listing .alm-reveal li h3 {
	font-size: 1.1em;
	font-weight: 500;
	margin-top:10px !important;
	margin-bottom: 0;
}

.alm-listing h3 a {
	color:#313453 !important;
}
.updated:not(.published) {
	display: block !important;
}
.entry .post-thumbnail {
	margin: 0 !important;
}
.at-resp-share-element .at-share-btn .at-label {
	display: none;
}
.alm-load-more-btn.done, .alm-btn-wrap .alm-load-more-btn.done{
   display: none;
}
.alm-listing .alm-paging-content>li img, .alm-listing .alm-reveal>li img, .alm-listing>li img {
	position: relative !important;
    width: auto;
    margin: 0 auto;
    display: block;
	max-height: 160px;
}
.post-type-archive .alm-reveal img {
	margin-bottom: 20px !important;
}

.single article ul {
	clear: both;
}

.blog .entry-header, .archive .entry-header {
	margin: 0 !important;
	z-index: 0;
}
.blog .entry-meta.updated, .post-type-archive .entry-meta.updated, .category .entry-meta.updated {
	display: none !important;
}
.blog .entry-content,.single .entry-content {
	max-width: 100% !important;
	padding: 0 !important;
}
.blog .entry .entry-title:before, .archive .entry .entry-title:before {
	display: none;
}
.blog article, .archive article, .alm-reveal li,.alm-listing li {
	background: white;
	padding: 15px;
	margin-top: 0 !important;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.36); 
    box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.36);  
	}

.blog .fa, .archive .fa {
	color: white;
    background: #60727f;
    padding: 5px;
    border-radius: 4px;
    width: 24px;
    font-size: 15px;
    height: 25px;
    max-height: 30px;
    margin: 0;
    vertical-align: baseline;
	line-height: normal;
}

.alm-listing .alm-paging-content>li, .alm-listing .alm-reveal>li, .alm-listing>li {
	padding: 15px !important;
	background: white !important;
	list-style: none;
}
.alm-reveal li p:last-child {
    line-height: 25px;
}
.nav-links {
	width: 100%;
    float: left;
    margin: 40px auto;
}
.site-branding {
	margin:0;
}
.posted-on svg {
	display: none;
}
ul.related {
	list-style: none;
	padding-left: 0;
}
ul.related li {
	padding-bottom: 5px;
}
input[type="search"] {
	background: white !important;
    padding: 7px !important;
    border: 1px solid #313453 !important;
}
input.search-submit {
	padding: 7px !important;
    background: #313453 !important;
    border: 0 !important;
    height: 40px !important;
    border-radius: 0;
    color: white !important;
    margin: 0 !important;
	position: relative;
	display: inline !important;
}
#menu-mega-menu-container {
	float: left;
	width: 100%;
}
#menu-mega-menu, #menu-industry {
	list-style: none;
	padding-left: 0;
	float: left;
	width: 100%;
	margin: 0;
}

.home .mega .highlight, .page-template-page-squeeze .mega .highlight {
    opacity: 20%;
    border-color: transparent;
}
.home .mega .highlight:hover,.page-template-page-squeeze .mega .highlight:hover {
	opacity: 1 !important;
}


#menu-mega-menu .sub {
	padding-top: 10px;
    font-size: 18px;
}
#menu-mega-menu li, #menu-industry li {
	background:#7572B8;
	position: relative;
	margin-bottom: 10px;
	-webkit-box-shadow: -2px 5px 9px -6px #373875; 
	box-shadow: -2px 5px 9px -6px #373875;
}
#menu-mega-menu li:hover, #menu-industry li:hover {
	background: #807dbf;
}
#menu-mega-menu a, #menu-industry a {
	color:#313453;
	padding: 15px 20px;
	font-weight: 500;
	display: block;
	font-size: 18px;
	line-height: 18px;
}

#menu-industry li:first-child {
    background: transparent;
    box-shadow: none;
	pointer-events: none;
}

.header-info {
	position: absolute;
    right: 15px;
	top: -2px;
	z-index: 9;
}
.header-info p {
	display: inline;
}
.menu-support-menu-container {
	display: inline-block;
}
.mega-open .menu-support-menu-container {
	z-index: 9;
}
.menu-support-menu-container ul{
	list-style: none;
    padding: 0;
    margin: 0;
}
.menu-support-menu-container a, .header-info p a
{
	font-weight: 500;
    font-size: 14px !important;
    color: #6d68b7;
}

.site-logo .custom-logo-link {    
	overflow: visible;
	border-radius: 0;
	margin: 0 auto;
	display: inline-block;
	width: auto;
	height: auto;
}

header .site-logo .custom-logo-link img {
	width: 157px;
}
.site-logo {
    margin-bottom: 0;
    position: relative;
    right: auto;
    top: auto;
    z-index: 9;
	text-align: center;
}

.page-template-page-linkedin-landing-mi header .custom-logo-link:after {
	content: 'Managed IT' !important;
}

.page-template-page-linkedin-landing-mi #wpcf7-f1680-o2 {
	display: none;
}


body:not(.blog):not(.single):not(.archive):not(.page-template-page-contact):not(.page-template-page-team):not(.page-template-page-squeeze) header .custom-logo-link:after {
	content: 'Managed IT';
	display: inline;
	vertical-align: super;
    color: #313453;
    font-weight: 600;
	font-size:19px;
	border-left: 1px solid #868686;
    padding-left: 8px;
	margin-left: 8px;
}
.page-template-page-cyber-security .custom-logo-link:after,
.page-template-page-ebook .custom-logo-link:after,
.page-template-free-days-trial .custom-logo-link:after {
	content: 'Cyber Security' !important;
}
.site-header {
    margin: 0;
    padding: .4em 0 .1em;
    background-color: rgba(255,255,255,.9);
	z-index:999;
}

.site-logo .custom-logo-link:hover, .site-logo .custom-logo-link:active, .site-logo .custom-logo-link:focus {
	box-shadow:none;
}

header.entry-header,h1:not(.site-title):before, h2:before,.main-navigation .main-menu, footer.entry-footer,.nf-before-form-content,.nf-field-label {
	display: none;
}

.blog header.entry-header,.archive header.entry-header {
	display: block;
}

.entry .entry-content > *, .entry .entry-summary > * {
	max-width: 100%;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 9;
}
.intro .container {
	width: 1500px;
}
.entry .entry-content, .entry .entry-summary, .container {
    width: 1200px;
	max-width: 95%;
    margin: 0 auto;
    padding: 0 15px;
}
.copyrights {
	background: #d4d5e0;
    color: #60727f;
    text-align: center;
    padding:7px 15px;
    font-size: 13px;
	margin-top: 30px;
}
.copyrights a,.copyrights a:hover {
	color: #60727f;
}
.toggle-nav {
	position: absolute;
    top: -3px;
    left: 15px;
    z-index: 999;
	padding: 11px 0 7px;
}

.toggle-nav:after {
	content: '';
  	background:url('https://www.osibeyond.com/wp-content/themes/osibeyond/img/icon_hamburger.svg');
  	width: 20px;
    height: 12px;
    display: block;
    background-repeat: no-repeat;
}
.toggle-nav.hide:after {
	content: '';
  	background:url('https://www.osibeyond.com/wp-content/themes/osibeyond/img/close.svg');
  	width: 16px;
    height: 16px;
}
.toggle-nav.hide {
	color:transparent !important;
}


.lity-close:after  {
	content: '';
  	background:url('https://www.osibeyond.com/wp-content/themes/osibeyond/img/close_white.svg');
  	width: 20px;
    height: 20px;
	display: block;
    top: 10px;
    position: absolute;
}
.main-navigation {
	margin-top:0;
}
a:focus,a:active {
	outline:none;
	text-decoration: none;
}
footer {
	background:#1e2f50;
	color:#86a4b3;
	padding-top:40px;
}
footer h4 {
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    color: #1e2f50;
	font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
	margin-top: 0;
}
footer p {
	font-size:14px;
	line-height: 20px;
}
footer a,footer a:hover {
	color:#86a4b3;
}
footer strong {
	font-size: 15px;
    padding-bottom: 5px;
    display: inline-block;
}
.entry .entry-content  form p, form div {
	margin: 0 !important;
	font-weight: 400 !important;
    font-size: 15px !important;
}
.entry .entry-content  form br {
	display: none !important;
}
footer form p {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
span.wpcf7-list-item {
	display: block !important;
	margin: 5px 0 0px !important;
}
.entry form option {
	background: transparent !important;
}
span.wpcf7-not-valid-tip {
	font-size: .9em !important;
    font-weight: 300 !important;
    margin-top: -10px !important;
}
footer form br {
	display: none;
}
footer span.wpcf7-not-valid-tip {
	margin-top:0 !important;
}
select + span.wpcf7-not-valid-tip {
	margin-bottom:8px !important;
}
textarea + span.wpcf7-not-valid-tip {
	margin-bottom:20px !important;
}

.wpcf7-radio + span.wpcf7-not-valid-tip {
	margin-bottom: 8px;
    margin-top: -5px !important;
} 
.wpcf7-list-item-label {
	font-weight: 300 !important;
}
input[type="radio"] {
	width: auto !important;
	margin-right: 5px;
}
.entry-content .wpcf7-submit {
	color: #86a4b3 !important;
    font-size: 16px !important;
}

.wpcf7-submit {
	border-bottom: 0 !important;
    background: #275282 !important;
    border-radius: 0 !important;
    padding: 8px 20px !important;
	font-weight: 400 !important;
    text-transform: uppercase;
	width:90px !important;
	font-size: 16px !important;
}
.wpcf7-submit:hover,.entry-content .wpcf7-submit:hover  {
	background:#305a89 !important;
}
input,textarea, select {
	background: none !important;
	border-left:none !important;
	border-right:none !important;
	border-top:none !important;
	border-bottom:1px solid #275282 !important;
	color:#86a4b3 !important;
	font-size:14px !important;
	padding:9px 5px 0 5px !important;
	height:auto !important;
	width:100% !important;
}
select {
	padding: 12px 6px 0 0 !important;
}
textarea {
	padding-top: 0 !important;
}
form option {
	background:#1e2f50;
	color:#86a4b3;
}
footer textarea{
	border: 1px solid #275282 !important;
    background: #1d1f3b !important;
    margin-top: 20px !important;
	margin-bottom: 20px !important;
}
::-webkit-input-placeholder {
  color:#86a4b3 !important;
}
::-moz-placeholder {
  color:#86a4b3 !important;
}
:-ms-input-placeholder {
  color:#86a4b3 !important;
}
:-moz-placeholder {
  color:#86a4b3 !important;
}

.share-desc {
	font-size:14px;
	padding-top: 10px;
    padding-bottom: 10px;
}
.social-media a {
	background-color: #1b86bc;
    display: inline-block;
    width: 105px;
    height: 30px;
    margin-right: 10px;
    color:#000;
	margin-bottom:7px;
}
.social-media a.twitter-link{
	background-color:#1da1f2;
}
.social-media a.facebook-link{
	background-color:#3a559f;
}
.social-media a span{
	line-height: 30px;
    padding-left: 10px;
    border-left: 1px solid #000;
    vertical-align: middle;
    height: 30px;
    display: inline-block;
	font-size:14px;
}
.social-media a img {
	width:25px;
	max-height: 15px;
	padding-left:3px;
	vertical-align: middle;
}
.facebook-link img {
	max-height: 20px !important;
}
.highlight {
	font-size: 3vw;
    line-height: 1.2em;
    /* border: 4px solid #313453; */
    width: auto;
    display: table;
    padding: 10px;
}
.highlight h1{
	font-size: 3vw;
    font-weight: 300;
    padding: 0;
    margin: 0;
}
body.page:not(.home-page) .highlight, .risk-assessment .highlight, .documentation_development .highlight, .cybersecurity_training .highlight, .security_consulting .highlight, .continuous-monitoring .highlight, .penetration_testing .highlight {
	font-size: 2.2vw !important;
	margin-bottom: 50px;
}
.page-template-page-squeeze #above-fold .highlight {
	margin-top: 100px;
	padding:10px 15px !important;
}

.highlight p {
	margin:0;
}
.highlight strong {
	font-weight: 500;
	color:#313453;
}
.squeeze-two-col .wp-block-columns {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}
.squeeze-two-col .wp-block-columns:first-child .wp-block-column:first-child {
	padding-top: 30px;
	padding-bottom: 30px;
}
.squeeze-two-col .wp-block-columns:first-child .wp-block-column:last-child {
	background: url("https://www.osibeyond.com/wp-content/themes/osibeyond/img/squeeze_02.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	margin-right:-20px;
}
.page-template-local_it .squeeze-two-col .wp-block-columns:first-child .wp-block-column:last-child {
	position: relative;
	background: none; 
}
.page-template-local_it .squeeze-two-col .wp-block-columns:first-child .wp-block-column:last-child figure {
	position: absolute;
}
.squeeze-two-col .wp-block-columns:last-child {
	position: relative;
	padding: 40px 0 20px;
}
.squeeze-two-col .wp-block-columns:last-child:before {
	background: #f0f3f6;
	content: '';
	position: absolute;
	left: -20px;
	height: 100%;
	width: 20px;
	top: 0;
}
.squeeze-two-col .wp-block-columns:last-child:after {
	background: #f0f3f6;
	content: '';
	position: absolute;
	right: -20px;
	height: 100%;
	width: 20px;
	top: 0;
}
.squeeze-two-col .wp-block-columns:last-child .wp-block-column:first-child {
	padding-right: 100px;
}
.squeeze-two-col .wp-block-columns:last-child .wp-block-column:last-child p {
	margin-top: 0 !important;
}
.entry .entry-content .wp-block-button .wp-block-button__link, .alm-btn-wrap .alm-load-more-btn, a.config {
	font-weight: 300;
	font-size: 20px;
	border-radius: 0 !important;
    background: #4278b2 !important;
	padding: 0.50rem 1rem;
    width: 180px;
	border:2px solid #4278b2;
}

.page-template-page-cyber-security .mega .wp-block-columns.has-4-columns {
	width: 950px;
    margin: 0 auto;
    max-width: 100%;
}
.page-template-page-cyber-security .mega .wp-block-column:nth-of-type(2) {
	margin-right: 60px;
}

.page-template-page-cyber-security a.config-cyber {
	width: 220px !important;
    padding: 0.50rem 0rem;
    text-align: center;
    color: white !important;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 30px;
    background: #4378AF !important;
    border: 0 !important;
    font-weight: 300;
    font-size: 20px;
    border-radius: 0 !important;
}

.page-template-page-cyber-security a.wc-free-trial 
{
    margin-top: 25px;
    clear: both;
    display: inline-block;
    border: 2px solid;
    color: #313453;
    padding: 7px 0px 7px 15px;
    border-radius: 50px;
    font-size: 21px;
    font-weight: 400;
    width: 220px;
    position: relative;
}

.page-template-page-cyber-security a.wc-free-trial:hover {
	color: #3682c5;
	border-color:#3682c5;
}

.page-template-page-cyber-security a.wc-free-trial:after {
    content: '';
    background: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/i.png);
    width: 22px;
    height: 22px;
    background-size: contain;
    display: block;
    right: 14px;
    position: absolute;
    top: 16px;
}

.page-template-page-cyber-security .tooltip {
 position: relative;
}

.page-template-page-cyber-security .tooltip .tooltiptext 
{
    visibility: hidden;
    background-color: white;
    color: #313453;
    font-size: 15px;
	line-height: 30px;
    padding: 10px 20px;
    position: absolute;
    z-index: 1;
    bottom: 30px;
    right: -190px;
    transition: opacity 0.3s;
    font-weight: 500;
    border-radius: 5px;
    opacity: 0;
	box-shadow: 0px 2px 30px 1px #ccc;
}

.page-template-page-cyber-security .tooltip:hover .tooltiptext {
 visibility: visible;
 opacity: 1;
}
.page-template-page-cyber-security .page-template-page-cyber-security a.config 
{
	background:#3f97ce !important;
	color: #313453 !important;
}

a.config {
	color: white !important;
    text-transform: uppercase;
	display:inline-block;
	margin-top: 30px;
	background:#4378AF !important;
	border:0 !important;
	width: 220px !important;
    text-align: center;
}
a.config:hover, .entry .entry-content .wp-block-button .wp-block-button__link:hover {
	background:#3682c5 !important;
	color:white !important;
}
.entry .entry-content .wp-block-button .wp-block-button__link:hover {
	border:2px solid #3682c5;
}
.intro .menu a.config:hover {
	color:white !important;
}

.alm-btn-wrap .alm-load-more-btn {
	font-size: 20px !important;
    font-weight: 300 !important;
    line-height: 1.2 !important;
}
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link {
	color:#4278b2;
	background: transparent !important;
	border:2px solid #4278b2;
}
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
	color:#4278b2 !important;
	background: transparent !important;
	border:2px solid #4278b2 !important;
}
.nav-menu {
	list-style: none;
    font-size: 30px;
    font-weight: 500;
	margin:0;
	text-transform: uppercase;
	word-break: keep-all;
	padding-left: 0;
}
.nav-menu li.child-fade {
	   transition:opacity .5s linear;
       opacity: .5;
}
.nav-menu li {
	line-height: unset;
	transition:opacity .5s linear;
}
.nav-menu a {
	color:#313453;
	font-size: 40px;
	white-space: nowrap;
	display: block;
	font-family: 'Roboto', sans-serif;
}
.sub {
	text-transform: none;
    font-weight: 300;
	font-size: 1.2vw !important;
    line-height: 1.5vw !important;
    padding-top: 20px;
    display: block;
}
.intro .menu {
	list-style: none;
    text-align: right;
	font-size:3.2vw;
    font-weight: 500;
	margin:0;
	text-transform: uppercase;
	word-break: keep-all;
	margin-top:-6px;
}

.intro .menu h2 {
	font-size: unset !important;
	margin: 0 !important;
    line-height: unset;
}
.intro .menu li {
	line-height: 1em;
    margin-bottom: 40px;
}
.intro .menu li a {
	color: #313453 !important;
}
.intro .menu a br {
	display: none;
}
.intro .menu a:hover {
	color: #3078b7 !important;
}
.price a {
	color:#313453;
	font-size: 1.2vw;
	display: block;
	position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
}
.price center{
	position: relative;
}
.price center:before {
    right: 0px;
    left: 0;
    margin: 0 auto;
    bottom: -10px;
    content: '';
    background: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/icon_arrow_down_dark.png);
    width: 13px;
    height: 7px;
    position: absolute;
}
li.support-icon>a {
    position: relative;
    text-transform: uppercase;
}
.header-info p {
	position: relative !important;
}
.header-info p:before {
    left: -45px;
    top: 2px;
    content: 'Sales:';
    font-weight: 500;
    font-size: 15px;
    position: absolute;
}
ul#menu-support-menu > li {
    padding-left: 20px;
	position: relative;
}
ul#menu-support-menu > li:before {
	left: -15px;
    top: 0px;
    content: '';
    background: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/headset.svg);
    background-repeat: no-repeat;
    padding-left: 20px;
    background-size: 15px 15px;
	width: 15px;
	height: 15px;
    background-position: center left;
}

li.support-icon .sub-menu {
	display: none;
	background: rgba(87,87,143,.9);
    padding: 10px 20px 0;
	position: absolute;
	width: 20vh;
    top: 36px;
    right: 0;
}
li.support-icon .sub-menu a {
	color:#d1d1de;
	font-weight: 300;
}
li.support-icon .sub-menu a:hover {
	color:white;
}

.highlight {
	margin:0 auto 25px;
}
.entry .entry-content p {
	margin-top:1.2em !important;
	color: #313453;
}
.entry .entry-content li {
	color: #313453;
}
.entry .entry-content h4 {
	margin-bottom: 0 !important;
}

.container.large {
	width: 1200px;
	max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
}
.main-navigation > div {
	display: none;
}
.mega {
    display:none;
    width: 100%;
    padding-top:40px;
	height: 370px;
	background: linear-gradient(to left bottom, rgba(100, 110, 183, 1) 0%, rgba(96, 92, 155, 1) 100%), linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
    z-index: 9;
    position: fixed;
    top: 0;
	color:#313453;
	font-weight: 300;
	overflow:auto;
	-webkit-box-shadow: 0px 2px 30px 1px #000;
	box-shadow: 0px 2px 30px 1px #000;
}
.mega .container {
	visibility: hidden;
    opacity: 0;
    transition: opacity 1s, visibility 0s 1s;
}
.mega-open .mega .container {
	visibility: visible;
  	opacity: 1;
  	transition:1s opacity .5s;
	width: 1100px;
}

body .site-branding-container .mega .wp-block-column .highlight {
	color:white;
    /* border-color: white; */
    font-size: 23px !important;
    line-height: 30px;
	width: 100%;
	opacity: 20%;
	padding: 12px;
	border: 4px solid transparent;
}

.mega .wp-block-column:nth-of-type(1) a .highlight
{
	padding: 12px;
}
.mega .wp-block-column:nth-of-type(1) a:first-child .highlight 
{
	
	opacity: 20%;
    border: 4px solid transparent;
}

.mega .wp-block-column:nth-of-type(1) a:hover:last-child .highlight {
	opacity: 100%;
	
}



.mega .highlight strong {
	color:white;
}
.mega img.logo {
	width:180px;
	display: block;
	margin: 0 auto 35px;
}

.mega-open {
	overflow-y: hidden;
}
.mega-open #__lpform_nf-field-1_icon {
	display: none;
}

.has-3-columns .highlight {
	margin:0 auto;
}
.has-3-columns .wp-block-column:nth-of-type(3) .highlight {
	float: right;
}

.support {
	background:#222341;
	padding: 20px 15px 20px 19px;
	display: inline-block;
    float: right;
	width:100%;
	max-width: 100%;
}
.support-phone {
	background: #222341;
	padding-left: 30px;
	position: relative;
    width: 100%;
    padding: 5px 0px 5px 0px;
}
.support-phone p{
	margin: 0;
	line-height: 17px;
}
.support-phone a {
	color: #6e69b7;
	font-size: 16px;
    line-height: 27px;
}
.support a:hover{
	color:#807dbf;
}
.support-phone:before {
    content: '';
    position: absolute;
    left: -4px;
    top: 18px;
    background: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/headset.svg);
    width: 16px;
    height: 16px;
}
.support a, .support strong {
	color:#6e69b7;
	font-size: 1.1vw;
    line-height: 22px;
	position: relative;
}
.support a {
	padding-left: 22px;
	display: block;
	margin-bottom: 5px;
	font-size:15px;
}
.support p br {
	display: none;
}
.support strong {
	text-transform: uppercase;
    font-weight: 500;
    display: block;
	line-height: 13px;
	padding-bottom: 4px;
}
.support-phone a:before {
	display: none !important;
}
.support a:before {
    content: '';
  	background:url('https://www.osibeyond.com/wp-content/themes/osibeyond/img/icon_arrow_right_white.png');
  	width: 7px;
    height: 13px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
}
.support p {
	line-height: 20px;
    margin: 10px 0 5px;
}

.mobile {
	display: none;
}

.entry-content form {
	width:500px;
	max-width: 100%;
	margin: 0 auto;
}
.entry-content input[type="button"] {
	width: 100% !important;
    padding: 10px 0 !important;
    font-size: 16px !important;
	color: #86a4b3 !important;
	margin-top: 10px !important;
}
.entry-content input,.entry-content select,.entry-content textarea  {
	border: 1px solid #275282 !important;
    padding: 5px 10px !important;
    color: #275282 !important;
    margin-bottom: 10px !important;
}
.entry-content select {
	padding:10px !important;
}




body:not(.home-page):not(.page-template-page-managed-it) .site-content  {
	padding-bottom: 100px;
	background: #E3E7EC;
	padding-top: 150px;
}






.custom-embed {
	width: 100%;
    height: 750px;
	overflow-y: scroll;
}
iframe .remodal-overlay {
	background:white !important;
}

.main-navigation, .page-description, .author-description .author-link, .not-found .page-title, .error-404 .page-title, .post-navigation .post-title, .pagination .nav-links, .comments-title, .comment-author .fn, .no-comments, .site-title, h1, h2, h3, h4, h5, h6
{
	letter-spacing: 0;
}
.widget_archive ul li, .widget_categories ul li, .widget_meta ul li, .widget_nav_menu ul li, .widget_pages ul li, .widget_recent_comments ul li, .widget_recent_entries ul li, .widget_rss ul li {
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
canvas {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	height: 100%;
	max-width: 100%;
}

.two-sections {
	position: relative;
	background: linear-gradient(270deg, rgba(217, 217, 233, 0.4), rgba(255, 255, 255, 0.4), rgba(214, 223, 232, 0.4));
}

.intro {
	padding-top: 150px;
	background: linear-gradient(270deg, rgba(217, 217, 233, 0.4), rgba(255, 255, 255, 0.4), rgba(214, 223, 232, 0.4));
}
.intro.home {
	padding-top: 120px;
}
.info-section {
	background: linear-gradient(0deg, #313453, #4a4e75 80%);
	margin-bottom:60px;
}
.intro .highlight {
	border-width:5px;
}
.blue-section {
	width: 1300px;
	max-width: 100%;
	padding:20px 0;
	overflow: auto;
	margin: 0 auto;
}
nav.fixed-section{
    margin: 0 auto;
	z-index: 1;
	border-bottom: 1px solid #3078b7;
	float: left;
	position: relative;
	width: 100%;
	max-width: 100%;
}

nav.fixed-section ul {
	list-style: none;
	padding:0;
	display: flex;
	align-items: center;
	margin-bottom: 0;
}
nav.fixed-section ul li {
	float: left;
	margin-right: 30px;
}
nav.fixed-section ul li a {
  	display: block;
	text-transform: uppercase;
  	padding:0;
	font-weight: 500;
	color: #8F92AD;
	border-bottom: 1px solid transparent ;
}
nav.fixed-section a br {
	display: none;
}

nav.fixed-section ul li.wcActiveMenu a
{
	color: #fff;
}
.wcHide
{
	display: none;
}	
nav.fixed-section ul li a:hover, li.wcActiveMenu a {
	color: #fff !important;
	border-bottom: 1px solid white !important;
}
nav ul li a.current {
  	background: black;
}
.blue-section section {
   float: left;
   width:100%;
}
.blue-section section h3 {
	color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
	letter-spacing: 1px;
}
.blue-section h4 {
	color: #fff;
	font-size: 20px;
    line-height: 32px;
}
.blue-section ul{
	padding-left: 15px;
}
.blue-section p, .blue-section ol,.blue-section li {
	color: #c0d3dd;
}

ul.links {
	list-style:none;
	padding: 0;
	text-transform: uppercase;
}
ul.links img {
	position: inherit;
}
ul.links a {
	font-weight: 400;
	color: #55ade4;
}
ul.links a:hover,ul.links a:visited:hover {
	color:#3682c5;
}

.home-left .text p  {
	font-size: 1.5vw;
	line-height: 2vw;
}
.home-page .entry-content p {
	max-width: 1000px;
	margin: 0 auto;
}

.home-page .site-main .highlight {
	font-size: 2.5vw;
}
.home-page .site-main .highlight h4 {
	font-size: 2.5vw;
	margin: 0;
}

 nav.fixed-section.wc_mobile_fixed_menu{
	position:fixed;
	top: 30px;
	left: 0;
	right:0;
	margin: 0px auto;
	width:1375px;
	max-width:100%;
	padding-left:10px;
	padding-right:10px;
 }

.page-template-page-cyber-security .blue-section section {
	position: relative;
}

.page-template-page-cyber-security #section-1:before {
}

.page-template-page-cyber-security .blue-section section .two-thirds {
	float: right;
	color: #c0d3dd;
	font-size: 18px;
}
.page-template-page-cyber-security .blue-section section .one-third {
	top:0;
	
}
.page-template-page-cyber-security .blue-section section .one-third-inner {
	position: relative;
}
.page-template-page-cyber-security .blue-section section .one-third-inner.sticky {
	border: 1px solid white;
	position: fixed;
    max-width: inherit;
	top: 200px;
	width:30% !important;
	overflow: hidden;

}

.thumb-intro {
	padding-left: 160px;
	position: relative;
	float: left;
}
.thumb img {
	max-height: 100px;
    position: absolute;
    right: 0;
}
.thumb span {
	width: 130px;
    float: left;
    text-align: right;
    position: absolute;
	display: block;
}
.thumb-intro h2 {
	font-size: 23px !important;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 26px;
}
.thumb-intro:before {
    content: '';
    border-left: 1px solid #3078b7 !important;
    border-bottom-left-radius: 15px;
    height: 100%;
    position: absolute;
    left: 145px;
    top: 3px;
    width: 15px;
}
.thumb-intro blockquote {
    font-size: 16px !important;
    color: #313453 !important;
    line-height: 25px !important;
	padding: 0 0 0 15px !important;
	margin-right:0 !important;
}
.thumb-intro blockquote:before {
    content: "\201c";
    font-size:22px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left:0;
}
.thumb-intro blockquote:after {
    content: "\201e";
    font-size:22px;
	font-weight: bold;
	position: absolute;
	bottom: 5px;
    right: 0px;
}
.thumb-intro strong {
  font-size: 16px;
    color: #313453;
    float: left;
	padding-left: 15px;
} 
.thumb-intro em {
	font-size: 16px;
    float: left;
    display: block;
    width: 100%;
    color:#313453;
	padding-left: 15px;
}

.slider-holder {
	width: 650px !important;
	max-width: 100% !important;
	position: relative;
	margin: 0 auto 90px !important;
}
.slider3d {
	position: relative;
	height:40vmin !important;
	perspective: 800px;
	bottom: 0 !important;
}

.slider3d_wrap {
	position: relative;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	will-change: transform;
	transition: transform 1s !important;
	transition-timing-function:ease-in-out !important;
	border:none !important;
}

.slider3d_wrap > * {
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 100% !important;
	background: none !important;
}


.slider3d {
	
	top: 0;
	bottom:0 !important;
	right: 0;
	left: 0;
	margin: auto;
	user-select: none;
	perspective-origin: 50% 50%;
	transition: perspective-origin .5s,
					perspective .5s;
}

.slider3d_wrap > * {
	top:5% !important;
	border: none;
	background-size: 90% 90%;
	background-position: center;
	background-repeat: no-repeat;
	padding: 5vmin;
	font-size: calc(15vmin + 15px);
	color: rgba(250,250,250,.35);
	cursor: default;
}

.slider3d_left,
.slider3d_right {
	color:white !important;
	opacity:1 !important;
	font-size: 20px !important;
	width:24px !important;
	height:47px !important;
	bottom:0 !important;
	transform: inherit !important;
	filter: none !important;
    -webkit-filter: none !important;
	cursor: pointer;
	position: absolute;
	background-repeat: no-repeat;
}

.slider3d_right {
	transform:none !important;
	right: 5px;
	left:auto !important;
	background-image: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/arrow_rgt.svg) !important;
}
.slider3d_left {
	left: 5px;
	right:auto !important;
	background-image: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/arrow_lft.svg) !important;
}

.slider-nav {
	width: 1350px;
    max-width: 100%;
    margin: 0 auto 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
}

.linkedin-landing #site-navigation, .linkedin-landing .header-info, .linkedin-landing  #lz_overlay_wm {
		display: none !important;
}

.linkedin-landing .mobile-logo-link:after,.linkedin-landing .custom-logo-link:after {
	content: 'Cyber Security' !important;
	}
.page-id-2457 .custom-logo-link:after,.page-id-2457 .mobile-logo-link:after {
	content: none !important;
}
.page-id-2457 #site-navigation,.page-id-2457 .header-info {
	display: block !important;
}
.page-id-2457 .site-branding-container .mega .wp-block-column .highlight {
	opacity: 20%;
}
.page-id-2457  .mega .highlight:hover {
    opacity: 1 !important;
}

.linkedin-landing .container.full {
	width: 100%;
    max-width: 100%;
    padding-bottom:50px;
    margin: 0;
    background-size: cover !important;
	text-align: center;
	height: 85vh;
	display: flex;
	align-items: center;
	padding-left: 0;
	padding-right: 0;
}



.linkedin-landing .container.full.it {
	text-align: left;
	background-position: center !important;
	align-items: center;
	padding-bottom:100px;
}

.linkedin-landing .container.full.it h1 {
	color: #313453;
	font-size: 50px;
	font-weight: 500;
	margin-bottom: 20px;
}

.linkedin-landing .container.full.it h2{
	font-size: 25px;
	color: #60727f;
	max-width: 36%;
    line-height: 35px;
	margin-bottom: 30px;
}

.linkedin-landing .config {
	color:#313453 !important;
	background:#3f97ce !important;
	display:inline-block !important;
	margin-top: 0;
	margin-bottom: 25px;
}

.it .clutch-widget {
	margin: 60px 0 0;
	background: #f9fafc;
}

.cyber-security-lp1 .clutch-widget {
	background: transparent ;
	margin-bottom: 50px;
}
	
.clutch-widget {
	margin: 40px auto 0;
    width: auto;
    display: table;
    background: #7776b5;
    padding: 10px;
	}

.linkedin-landing h1 {
	margin: 0 0 160px 0;
	color: white;
	font-weight: 500;
    font-size:50px
}

.linkedin-landing h2 {
	margin: 0;
	color: white;
	font-weight: 300;
    font-size: 28px;
}
.linkedin-landing h2.blog {
	color: #60727f;
    font-weight: 700;
    font-size: 2.25em;
}

.linkedin-landing h2 p {
	margin-bottom: 10px;
}

.cyber-security-lp1 h1 + h2 p {
	text-shadow: 1px 1px 1px #313453;
}

.linkedin-landing h2.section-heading {
	color: #313453 !important;
    font-size: 3em !important;
    font-weight: 500 !important;
	text-align: center !important;
}

.linkedin-landing #main h2.section-heading {
	padding-top:40px;
}

.why-do-you-need h2 p {
	margin-top: 0;
}

.linkedin-landing article {
	background: linear-gradient(to top right, #313453, #504f87);
	padding: 60px 0;
}

.linkedin-landing article.post-1615,
.linkedin-landing article.post-1642,
.linkedin-landing article.post-1643,
.linkedin-landing article.post-2169,
.linkedin-landing article.post-2457,
.linkedin-landing article.post-2547
{
	background: linear-gradient(270deg,rgba(217,217,233,.4),rgba(255,255,255,.4),rgba(214,223,232,.4));
	padding: 120px 0;
}

.linkedin-landing article.post-1615 h2,
.linkedin-landing article.post-1642 h2,
.linkedin-landing article.post-1643 h2,
.linkedin-landing article.post-2169 h2,
.linkedin-landing article.post-2457 h2,
.linkedin-landing article.post-2547 h2,
.linkedin-landing article.post-1615 p,
.linkedin-landing article.post-1642 p,
.linkedin-landing article.post-1643 p,
.linkedin-landing article.post-2169 p,
.linkedin-landing article.post-2457 p,
.linkedin-landing article.post-2547 p  
{
	color: #60727f !important;
	padding: 0;
	text-align: left !important;
	max-width: 550px;
    margin: 20px auto !important;
}
.linkedin-landing article.post-1615 p,
.linkedin-landing article.post-1642 p,
.linkedin-landing article.post-1643 p,
.linkedin-landing article.post-2169 p,
.linkedin-landing article.post-2457 p,
.linkedin-landing article.post-2547 p
{
	font-size: 18px;
}
.linkedin-landing article.post-1642 p,
.linkedin-landing article.post-2547 p
{
 font-size: 18px !important;
}
.linkedin-landing article.post-1615 strong,
.linkedin-landing article.post-1642 strong,
.linkedin-landing article.post-1643 strong,
.linkedin-landing article.post-2457 strong,
.linkedin-landing article.post-2547 strong
{
	color:#313453;
}

body.linkedin-landing.page-id-1642 .container.full.it,
body.linkedin-landing.page-id-1642 .cyber-security-lp1,
body.linkedin-landing.page-id-2547 .container.full.it,
body.linkedin-landing.page-id-2547 .cyber-security-lp1
{
 display: none;
}

body.linkedin-landing.page-id-1643 .site-logo .custom-logo-link:after 
{
 display: none !important;
}

body.linkedin-landing .site-content {
	background: white !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

body.linkedin-landing .entry-content .wp-block-column {
	position: relative;
}

body.linkedin-landing .entry-content .wp-block-image{
	position: absolute;
	top: 0;
	left: 30px;
}

body.linkedin-landing figure {
    width: 80px !important;
	height: 80px;
    border: 2px solid black;
    padding: 15px;
    border-radius: 50%;
	display: flex !important;
}

body.linkedin-landing figure img {
	max-height: 48px;
	margin: 0 auto;
}

body.linkedin-landing article h3 {
	font-weight: 500;
    font-size: 20px;
    color: white;
	margin-left: 100px;
	margin-bottom: 40px;
}

body.linkedin-landing article p{
	color: #86a4b3 !important;
	padding: 0 30px;
}

body.linkedin-landing article h3, body.linkedin-landing article ul {
	padding: 0 30px;
}

body.linkedin-landing article ul {
	margin-left: 17px;
}

body.linkedin-landing article li {
	color: #86a4b3 !important;
	margin-bottom: 8px;
	list-style: none;
    text-indent: -1em;
}

body.linkedin-landing article li::before {
  content: "• ";
  color: black;
  font-size: 25px;
  line-height: 25px;
  vertical-align: bottom;
  padding-right: 5px;
}

body.linkedin-landing .why-do-you-need{
 background: linear-gradient(270deg,rgba(217,217,233,.4),rgba(255,255,255,.4),rgba(214,223,232,.4));
	height: auto !important;
	padding-top: 50px;
}
body.linkedin-landing .why-do-you-need .container > h1 
{
 font-size:28px;
 color: #313453;
 margin-bottom:15px;
}
body.linkedin-landing .why-do-you-need .video-container 
{
 position: relative;
 text-align: center;
 margin-bottom: 10px;
}

body.linkedin-landing .why-do-you-need .video-container img 
{
	max-height: 100px;
}

body.linkedin-landing .why-do-you-need .video-container > img 
{
 width: 100%;
 height: auto;
 max-height: 100%;
}

body.linkedin-landing .why-do-you-need .video-container h2 
{
 position: absolute;
    top: 10%;
    width: 100%;
    font-size: 40px;
    font-weight: 500;
}

body.linkedin-landing .why-do-you-need .video-container span 
{
 position: absolute;
 top: 40%;
 width: 100%;
 display: block;
 color: #fff;
}
body.linkedin-landing .why-do-you-need .video-container span a 
{
 display: inline-block;
}
body.linkedin-landing .why-do-you-need .video-container h4 
{
 position: absolute;
 bottom: 10%;
 width: 100%;
 color: #fff;
}

body.linkedin-landing .why-do-you-need .clutch-widget {
	background: #f9fafc;
	box-shadow:         0px 10px 20px 6px #ddd;
	-webkit-box-shadow: 0px 10px 20px 6px #ddd;
    -moz-box-shadow:    0px 10px 20px 6px #ddd;
} 


body.linkedin-landing .why-do-you-need #wcVideo 
{
 width: 100%;
 max-width: 75%;
 display: none;
}


body.linkedin-landing .why-do-you-need .form-wrapper.wc-popup-video
{
 	width: 100%;
 	margin: 0 auto;
 	padding: 0px;
	line-height: 0;
	max-width: 75% !important;
}
body.linkedin-landing .why-do-you-need .form-wrapper button 
{
    width: 100%;
}
body.linkedin-landing .why-do-you-need #wcPopUpVideo 
{
 width: 100%;
}

.cyber-security-lp1 #main h2 {
	color: #60727f;
    font-size: 22px;
	margin: 50px auto 20px;
    line-height: 30px;
	text-align: center;
	max-width: 900px;
}

.cyber-security-lp1 .config {
	display: table !important;
	font-size: 18px;
	margin: 0 auto;
}

body.linkedin-landing .cyber-security-lp1 .heading 
{
 margin-bottom: 20px;
}
body.linkedin-landing .cyber-security-lp1 .hideform,
body.linkedin-landing .cyber-security-lp2 .wc-bottom-form .hideform 
{
 display: grid;
 position: relative;
 max-width: 600px;
 background: none !important;
 z-index: 0;
 margin-top: 20px;
}
body.linkedin-landing .cyber-security-lp2 .wc-bottom-form .hideform
{
 display: grid !important; 
}
body.linkedin-landing .cyber-security-lp1 .hideform .form-wrapper,
body.linkedin-landing .cyber-security-lp2 .hideform .form-wrapper  
{
 width: auto;
 max-width: 100%;
 padding: 25px 20px 10px;
 background: rgba(214, 223, 232, 0.9) !important;
}

body.linkedin-landing .cyber-security-lp1 .hideform .form-wrapper ::-webkit-input-placeholder {
   color:#2e3056 !important;
   opacity:1 !important;
}
body.linkedin-landing .cyber-security-lp1 .hideform .form-wrapper :-moz-placeholder {
   color:#2e3056 !important;
   opacity:1 !important;
}
body.linkedin-landing .cyber-security-lp1 .hideform .form-wrapper ::-moz-placeholder {
   color:#2e3056 !important;
   opacity:1 !important;
}
body.linkedin-landing .cyber-security-lp1 .hideform .form-wrapper :-ms-input-placeholder {
   color:#2e3056 !important;
   opacity:1 !important;
}
body.linkedin-landing .cyber-security-lp1 .hideform .form-wrapper ::-ms-input-placeholder {
   color:#2e3056 !important;
   opacity:1 !important;
}

body.linkedin-landing .cyber-security-lp1 .hideform .form-wrapper ::placeholder {
   color:#2e3056 !important;
   opacity:1 !important;
}



body.linkedin-landing .cyber-security-lp1 .hideform p,body.linkedin-landing .cyber-security-lp2 .hideform p {
	margin: 0;
}
body.linkedin-landing .full.it .cl-left,
body.linkedin-landing .cyber-security-lp1 .cl-left,
body.linkedin-landing .cyber-security-lp2 .cl-left,
.sidebar .cl-left
{
 display: none;
}


.sidebar.stick 
{
		position: fixed;
    top: 40px;
    width: 250px;
}

body.linkedin-landing .full.it .hideform form, .sidebar form.wpcf7-form {
 	width: 100%;
 	max-width: 300px;
 	margin: 0 auto;	
	float: left;
	background: #fff !important;
    box-shadow: 0px 2px 30px 1px #545577;
    padding: 20px 20px 10px 20px;
}

.sidebar div.wpcf7-response-output {
	float: left;
}

.sidebar form.wpcf7-form br {
	display: none;
}

.sidebar form.wpcf7-form {
	box-shadow: 0px 2px 30px 1px #ccc !important;
}

body.linkedin-landing .full.it .hideform, .sidebar .cl-left  {
	max-width:unset;
}

body.linkedin-landing .full.it .hideform input, .sidebar .cl-left input {
	margin-bottom: 7px;
}

body.linkedin-landing .full.it input[type="submit"], .sidebar .cl-left input[type="submit"] {
	margin-left: 0 !important;
	margin-top: 5px;
}

body.linkedin-landing .full.it .left-side,body.linkedin-landing .full.it .right-side, .sidebar .cl-left, .sidebar .cl-right {
	width: 100%;
}


body.linkedin-landing .cyber-security-lp1 .cl-right,
body.linkedin-landing .cyber-security-lp2 .cl-right 
{
 width: 100%;
 max-width: 500px;
 margin: 0 auto;
}
body.linkedin-landing .cyber-security-lp1 .hideform input[type="submit"],
body.linkedin-landing .cyber-security-lp2 .hideform input[type="submit"]
{
 float: left;
 margin-left: -78px;
}

.sidebar .wpcf7-form input[type="submit"] {
	float: left;
}

.sidebar .wpcf7-form p {
	margin: 0;
}

body.linkedin-landing ul.box-benefits li,
body.linkedin-landing ul.no-risk li
{
 float: left;
 width: 100%;
 text-align: left;
 color: #86a4b3;
 list-style-type: none;
}
body.linkedin-landing ul.box-benefits li::before 
{
 content: "\2022";
 color: #000;
 font-weight: bold;
 display: inline-block;
 width: 1em;
 margin-left: -1em;
}
body.linkedin-landing ul.no-risk li 
{
 list-style-type: decimal;
}



body.linkedin-landing .cyber-security-lp1 .packages
{
 background: #dce1ea;
 float: left;
 width: 100%;
 padding: 75px 0px;
 margin-top: 50px;
}

body.linkedin-landing .cyber-security-lp1 .packages p {
	text-align: center;
	padding-bottom: 30px;
	font-size: 18px;
}
body.linkedin-landing .cyber-security-lp1 .packages h2.highlight span 
{
 color: #86a4b3;
}


.page-template-page-linkedin-landing-mi .entry-content h3 {
	padding-bottom:20px !important;
}

.page-template-page-linkedin-landing-mi .entry-content p {
	font-size: 16px !important;
}

.page-template-page-linkedin-landing-mi .wc-left {
	width: 80% !important;
    margin: 30px auto 0 !important;
    float: none !important;
	overflow: auto;
}

.page-template-page-linkedin-landing-mi .wc-left .left {
	width:49%;
	float: left;
	margin-right: 2%;
}
.page-template-page-linkedin-landing-mi .wc-left .right {
	width:49%;
	float: left;
}

.page-template-page-linkedin-landing-mi .wc-left ul {
	-moz-column-count: unset !important;
    -moz-column-gap: unset !important;
    -webkit-column-count: unset !important;
    -webkit-column-gap: unset !important;
    column-count: unset !important;
    column-gap: unset !important;
}

.page-template-page-linkedin-landing-mi .wc-left p {
	padding-bottom: 0 !important;
}

body.linkedin-landing .cyber-security-lp1 .packages .info-blocks {
	display: flex;
}

body.linkedin-landing .cyber-security-lp1 .packages .wc-left {
 width: 49%;
 float: left;
 background: #f1f4f7;
 padding: 25px;
 margin-right: 2%;
 box-shadow: 0px 2px 30px 1px #ccc;
}
body.linkedin-landing .cyber-security-lp1 .packages .wc-right {
 float: left;
 width: 49%;
 background: #f1f4f7;
 padding: 25px;
 box-shadow: 0px 2px 30px 1px #ccc;
}
body.linkedin-landing .cyber-security-lp1 .packages .highlight {
	border-width: 3px;
	font-size: 28px !important;
    color: #60727f;
    padding: 12px 20px;
	margin-bottom: 40px;
}
body.linkedin-landing .cyber-security-lp1 .packages .wc-left ul,
body.linkedin-landing .cyber-security-lp1 .packages .wc-right ul{
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

body.linkedin-landing .cyber-security-lp1 .packages .wc-left ul li,body.linkedin-landing .cyber-security-lp1 .packages .wc-right ul li {
	list-style: none;
    text-indent: -1.2em;
	line-height: 20px;
    margin-bottom: 10px;
}

body.linkedin-landing .cyber-security-lp1 .packages .wc-left ul li:before {
	content: "• ";
    color: #8fabba;
    font-size: 25px;
    line-height: 25px;
    vertical-align: middle;
    padding-right: 5px;
}

body.linkedin-landing .cyber-security-lp1 .packages .wc-right ul li:before {
	content: "+ ";
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
    padding-right: 5px;
}

.ebook_thank_you_btn {
	padding-top: 25px !important;
}

.ebook_thank_you_btn a 
{
	width: 100% !important;
	text-transform: none;
	background: #55ade4 !important;
	padding: 15px 15px !important;
	color: #313453 !important;
	border: none !important;
	font-size: 20px !important;
	font-weight: 300 !important;
	text-decoration: none !important;
}
body.linkedin-landing .cyber-security-lp2 .wc-bottom-form 
{
 margin-bottom: -120px;
}
body.linkedin-landing .cyber-security-lp2 .wc-bottom-form .form-wrapper 
{
 background: #fff !important;
}
body.linkedin-landing .cyber-security-lp1 span.wpcf7-not-valid-tip,
body.linkedin-landing .cyber-security-lp2 .wc-bottom-form .form-wrapper span.wpcf7-not-valid-tip
{
 margin-bottom: 10px !important;
 margin-top: -15px !important;
 text-align: left;
}
body.linkedin-landing .cyber-security-lp2 .wc-bottom-form .form-wrapper .wpcf7-response-output 
{
 float: left;
 padding: 10px !important;
 width: 100%;
}
body.linkedin-landing article#post-1560 
{
 padding-top: 130px;
}
body.page-template-page-managed-it .site-content
{
	padding-top: 0px;
}

.page-template-page-managed-it .contact-section form {
	border: none;
}

section.wc-faq {
	float: left;
	width: 100%;
	padding: 50px 0 0;
    background: #e3e7ec;
}
section.wc-faq .container h2 {
    text-align: center;
}

section.wc-faq .container p {
    text-align: center;
    font-size: 20px;
    color: #313453;
    line-height: 30px;
	padding-bottom: 20px;
}
section.wc-faq ul.wc-faq-ul {
	padding: 0;
	max-width: 97%;
	margin: 0 auto;
}

section.wc-faq ul.wc-faq-ul > li 
{
	list-style-type: none;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	background: #fff;
	position: relative;
	padding: 10px 15px;
	-webkit-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.36); 
    box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.36);
}

section.wc-faq ul.wc-faq-ul li span.question {
	float: left;
	padding-right: 50px;
	cursor: pointer;
	font-size: 20px;
    color: #313453;
}
section.wc-faq ul.wc-faq-ul li.wc-close span.question:after 
{
	content: '';
	background-image: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/arrow-down.png);
	width: 50px;
	height: 100%;
	margin-left: 10px;
	background-size: 35px 19px;
	background-repeat: no-repeat;
	background-color: #F3F5F8;
	background-position: center center;
	position: absolute;
	right: 0;
	top: 0;
}
section.wc-faq ul.wc-faq-ul li.wc-open span.question:after 
{
	content: '';
	background-image: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/arrow-top.png);
	width: 50px;
	height: 50px;
	margin-left: 10px;
	background-size: 35px 19px;
	background-repeat: no-repeat;
	background-color: #F3F5F8;
	background-position: center center;
	position: absolute;
	right: 0;
	top: 0;
}
section.wc-faq ul.wc-faq-ul li span.answer 
{
	float: left;
	clear: left;
	margin: 15px 0px;
}

section.wc-faq ul.wc-faq-ul li span.answer p {
	text-align: left;
	font-size: 17px;
    padding-bottom: 0;
}
section.wc-faq ul.wc-faq-ul li.wc-close span.answer 
{
	display: none;
}

section.wc-faq ul.wc-faq-ul li span.answer li  {
	color: #313453;
}

.local-itsupport {
	background: #2b314e url("https://www.osibeyond.com/wp-content/themes/osibeyond/img/local_support.png");
	color: white;
	text-align: center;
	overflow: auto;
    float: left;
    width: 100%;
	padding-top: 50px;
	padding-bottom:80px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.local-itsupport .container {
	overflow: auto;
}
.wc-locations > h2 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 48px;
	padding-top: 20px;
	color: #fff;
}
.wc-locations > h4 {
	color: white;
    font-weight: 300;
    font-size: 20px;
}
.wc-locations > ul {
	border-bottom: 1px solid rgba(85,173,228,.5);
	font-weight: 500;
    font-size: 18px;
	margin-top: 35px;
	margin-bottom: 40px;
	padding-left: 0;
}
.wc-locations > ul li {
	display: inline-block;
	padding: 3px 25px;
	color: #60727f;
}
.wc-locations > ul li.active {
	color: white;
}
.wc-locations > ul li span {
	cursor: pointer;
	position: relative;
}
.wc-locations > ul li.active span:after {
	content: '';
	width: 100%;
	position: absolute;
	height: 1px;
	background: #fff;
	left: 0;
	bottom: -9px;
}
.wc-locations .location .location-left {
	width: 25%;
	float: left;
}
.wc-locations .location .location-right {
	width: 100%;
    text-align: left;
	float: left;
}
.wc-locations .location .location-right strong {
	font-size: 18px;
}
.wc-locations .location .location-right ul{
	list-style: none;
    padding: 0;
    font-size: 18px;
	margin-top: 5px;
	clear: left;
}
.wc-locations .location .location-right .col1{
	width: 100%;
	text-align:center;
}
.wc-locations .location .location-right .col2{
	width: 70%;
    float: left;
}
.wc-locations .location .location-right .col2 ul {
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    padding-left: 0;
    margin-left: 0;
}
.wc-locations .location .location-right p {
	margin: 0 !important;
	float: left;
	width: 100%;
}
.wc-locations .location .location-right h3 {
	font-size: 26px;
    font-weight: 400;
    float: left;
    width: 100%;
}
.wc-locations .location .location-right h6 {
	font-size: 17px;
    font-weight: normal;
	padding-top:15px;
}
.wc-locations .location .location-right h6 a {
	background: #55ade4;
    padding: 10px 25px;
    display: table;
    margin: 30px auto;
    color: #fff;
	font-weight:300;
}
.single .wp-block-table.is-style-regular,.single .wp-block-table {
    float: left;
    width: 100%;
}

/* Industry Page */
.cmmc-block-section {
	float: left;
    width: 100%;
}
.managed-it-testimonials.industry {
	background: linear-gradient(0deg, #313453, #6D68B7 100%) no-repeat;
}
.managed-it-testimonials.industry.test h3 {
	font-size: 20px !important;
}
.managed-it-testimonials.industry.test p {
	font-size: 16px !important;
}
.managed-it-testimonials.industry.clutch {
	background: #313453;
}
.managed-it-testimonials.industry p {
	font-size: 20px !important;
}
.container.three-columns {
	display: flex;
    justify-content: space-between;
}
.test .container.three-columns .img-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
}
.test .container.three-columns img {
	margin-bottom: 20px;
}
.industry .one-third {
	width: 33%;
}
.industry h2 {
	font-weight: 400;
    font-size: 32px;
}
.industry h3 {
	font-weight: normal;
    font-size: 22px;
}
.industry p {
	line-height: 23px;
	font-size: 16px !important;
}
.industry .one-third p:last-child {
	padding-bottom: 15px; 
}
.page-template-page-industry .cmmc-block { 
    width: 900px;
    margin: 0 auto;
	max-width: 100%;
	}

.page-template-page-industry .book-insert{
	width: 800px !important;
    max-width: 95%;
    margin-top: 60px !important;
	margin-bottom: 60px !important;
}
.industry .one-third p:last-child {
	padding-top: 15px;
}

.page-template-page-industry .book-insert a {
	background: #3682c5!important;
    color: white!important;
    border-radius: 0;
    padding: 10px;
}
.page-template-page-industry .book-insert h2{
	float: left!important;
    width: auto!important;
    font-size: 22px!important;
    margin-right: 20px;
    border-right: 1px solid #d4d5e0;
    padding-right: 20px;
    padding-left: 45px;
    margin-top: 0!important;
    position: relative;
    padding-top: 0!important;
	margin-bottom: 0;
}
.page-template-page-industry .book-insert h2:before {
    content: '';
    background: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/icon_ebook.png);
    background-size: 33px 44px;
    width: 33px;
    height: 44px;
    position: absolute;
    left: 0;
    top: -18px;
    display: block;
    background-repeat: no-repeat;
}
.page-template-page-industry .book-insert p {
	color: #313453;
	margin: 0;
}
.industry-columns {
	float: left;
    width: 100%;
    background-size: cover !important;
    background-position: right !important;
}
.industry-columns .container {
	display: flex;
	padding-top: 30px;
	padding-bottom: 30px;
}
.industry-columns .container .one-half {
	width: 50%;
}
.industry-columns .container .one-half:last-child {
	padding-left: 10%;
}
.industry-columns .container .one-half:last-child .one-third {
	width: 18%;
}
.industry-columns .container .one-half li {
	position: relative;
	list-style: none;
	padding-left: 25px;
	
}
.industry-columns .container .one-half li:before {
	content: '';
    left: 0;
    position: absolute;
    display: inline-block;
    transform: rotate(45deg);
    height: 20px;
    width: 9px;
    /* margin-left: 60%; */
    border-bottom: 5px solid #313453;
    border-right: 5px solid #313453;
}
.industry-columns .container h1,.industry-columns .container h2 {
	color: #313453;
    font-weight: 600;
    font-size: 46px;
}
.industry-columns .container h1 span {
	color: #60727f;
}
.industry-columns .container p {
	color: #313453;
    font-weight: 400;
	font-size: 20px;
    line-height: 30px;
}
.industry-columns .container h3 {
	color: #313453;
    font-weight: 500;
    font-size: 36px;
	margin-bottom: 0;
}
.industry-columns .container h3 span {
    font-size: 15px;
    line-height: 1.52;
    display: block;
    padding-top: 10px;
    font-weight: normal;
}
.page-template-page-industry .site-content {
	padding-bottom: 0 !important;
}
.industry-columns .one-third {
	margin-top: 0;
}
.industry-columns .two-thirds h4 {
	font-size: 20px;
    font-weight: 500;
}
.industry-columns .two-thirds h4 {
	font-size: 20px;
    font-weight: 500;
	margin: 0;
	padding: 0;
}
.industry-columns .two-thirds p{
	margin-top: 10px;
	margin-bottom: 0;
    line-height: 25px;
}
.industry-columns .container .one-half .container {
	padding-bottom: 0;
	align-items: center;
}
	.industry-columns .container .one-half .btn {
	background: #55ade4;
    padding: 10px 25px;
    display: table;
    color: #313453;
    margin: 30px auto;
	}
.industry-columns.service {
	padding: 50px 0 100px !important;

}
.industry-columns.last h2 {
    font-size: 25px;
    line-height: 40px;
}
.industry.points {
	background: #fff;
}
.industry.points h2 {
	color: #313453
}
.industry.points h3 {
	color: #313453;
	font-size: 25px;
	margin: 0;
	font-weight: 500;
}

.industry.points p {
	color: #313453;
	font-weight: 400;
	font-size: 16px !important;
    line-height: 22px !important;
}
.industry.points .three-columns {
	margin-bottom: 20px !important;
}
.page-template-page-industry .site-content {
	padding-top: 0 !important;
}
.hero-top .container {
	 align-items: center;
}
body.page-template-local_it #above-fold > div > h1 
{
  text-align: center;
}

body.page-template-local_it .ebook-left .wp-block-group__inner-container 
{
  margin-bottom: 0px;
}
.page-template-local_it .ebook-column-form .wp-block-column:last-child p {
	margin-top: 0 !important;
}
body.page-template-local_it .wp-block-image img {
	max-width: 100% !important;
}

.error404 .page-header {
	position: relative;
	margin: 0 !important;
	text-align: center;
}
.error404 .page-header h1.page-title{
	font-weight: 300;
    color: #313453;
}
.error404 .page-content {
	margin-top: 0 !important;
}
.error404 .page-content p{
	color: #313453;
	text-align: center;
}
.error404 .page-content form {
	width: 520px;
    max-width: 90%;
    display: flex;
    gap: 1%;
    margin: 20px auto;
}
.error404 .page-content form label {
	width: 74%;
}
.error404 .page-content form .search-submit {
	width: 25% !important;
	height: 41px !important;
}
.error404 .page-content p.entry-meta {
	text-align: left;
}

body.error404 .page-content 
{
  max-width: 1200px;
  margin: 0 auto !important;
}

.wp-block-column.left 
{
  padding-right: 30px;
}


.page-template-free-days-trial .about-us 
{
  background: #fff;
  padding: 20px 30px;
  margin-bottom: 60px;
}
.page-template-free-days-trial .about-us .wp-block-columns .wp-block-column:first-of-type 
{
  margin-right: 25px;
}
.page-template-free-days-trial .dark_bg .wp-block-group__inner-container {
    background: transparent !important;
    color: #fff !important;
	margin-bottom: 20px !important;
	padding: 0 !important;
}
.page-template-free-days-trial .dark_bg .wp-block-group__inner-container p,
.page-template-free-days-trial .dark_bg .wp-block-group__inner-container li {
	color: #fff;
}
.page-template-free-days-trial .dark_bg .wp-block-group__inner-container .wp-block-columns {
    max-width: 600px !important;
    margin: 0 auto !important;
}
.page-template-free-days-trial .ebook-left .entry-content,
.page-template-free-days-trial #above-fold{
	padding: 0 !important;
}
.text-with-image .content-area {
	display: flex;
    align-items: center;
    justify-content: space-between;
	float: left;
	margin-top: 60px;
	margin-bottom: 60px;
	flex-wrap: wrap
}
.text-with-image .content-area .text-with-image-left {
    width: 45%;
	line-height: 0;
}
.text-with-image .content-area .text-with-image-right {
    width: 45%;
}
section.home-blog.custom-blog {
    background: #fff;
	padding-bottom: 40px;
}
section.home-blog.custom-blog h3 {
    color: #313453 !important;
}
section.home-blog.custom-blog .alm-listing p {
    text-align: left !important;
    color: #60727f !important;
    font-size: 17px !important;
}

.dod-box {
    color: #313453;
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.dod-left {
    width: 50%;
    background: #313453;
    color: #fff;
    padding: 20px;
    font-size: 16px;
}
.dod-left strong {
	padding-bottom: 10px;
    display: inline-block;
}
.dod-right {
    width: 45%;
}


.page-template-page-managed-it .pricing table tr td:first-child
{
	width: 28%;
	font-size: 15px;
	line-height: 1.1;
    padding: 10px 0;
} 

.page-template-page-managed-it .pricing table tr td:nth-child(2),
.page-template-page-managed-it .pricing table tr td:nth-child(3),
.page-template-page-managed-it .pricing table tr td:nth-child(4),
.page-template-page-managed-it .pricing table tr td:nth-child(5)
{
	width: 18%;
}
.page-template-page-managed-it .pricing table tr td:nth-child(4),
.page-template-page-managed-it .pricing table tr td:nth-child(5)
{
	border-left: 4px solid #f2f4f6;
	background-clip: padding-box;
	background: white;
	font-size: 35px !important;
	line-height: 35px;
	font-weight: 500;
}
.page-template-page-managed-it .pricing table tr:not(:first-child):not(:last-child) td.specific-hide-true
{
 text-align: center;
 font-weight: normal;
}
.page-template-page-managed-it .pricing table tr:not(:first-child):not(:last-child) td.specific-hide-true:before,
.page-template-page-managed-it .pricing table tr:not(:first-child):not(:last-child):hover td.specific-hide-true:before
{
 display: none;
}
.page-template-page-managed-it .hideform .wc-form-phone
{
	display: none;
}

/* .menu-cyber-security-mega-menu-one-container
{
	position: absolute;
  bottom: 17%;
} */

body:not(:has(.hs-content-path-cmmc-solutions)) .menu-cyber-security-mega-menu-one-container
{
	display: none;
}

body.page-id-1406 .menu-landing-menu-container
{
	display: none;
}

body.page-id-1406 .menu-cyber-security-mega-menu-one-container
{
	display: block;

}


.pricing table tr:not(:first-child) td:not(:first-child)
{
  background-color: #f2f4f6;
}

.schedule-call.mn-it ul.links li a img 
{
  max-height: 15px;
  max-width: 10px;
}


.wc-active-menu .highlight 
{
	border: 4px solid #fff !important;
	padding: 12px !important;
}

.menu-cyber-security-mega-menu-one-container
{
	padding-top: 105px;
}




nav#site-navigation .wp-block-columns.has-5-columns 
{
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}

footer#colophon .container.wp-block-columns 
{
    display: flex;
    justify-content: space-between;
}

#pricing .wp-block-columns 
{
    display: flex;
}
#pricing .wp-block-columns .wp-block-column:first-child 
{
    flex-basis: 33%;
}
#pricing .wp-block-columns .wp-block-column:last-child 
{
    flex-basis: 66%;
}
.home-blog .container {
    width: 900px;
    max-width: 100%;
}
.home .contact-section {
    padding-top: 0 !important;
}


@media only screen and (min-width: 2000px) {
	
	
	.schedule-call form.wpcf7-form {
	max-width: 33%;
	}
	
	section.your-staff ul.wcContents {
	height: 1200px !important;
	}
	
	section.your-staff ul.wcContents p,section.your-staff ul.wcContents  li, section.wc-faq ul.wc-faq-ul li span.answer p {
	line-height: 1.3vw;	
	font-size: .9vw;
	}
	
	.schedule-call h3, .contact-section h3,.schedule-call.mn-it h3, .managed-it-help h3, .who-we-are-mn-it h3,.who_we_serve h3 {
		font-size: 1.2vw !important;
	}
	
	.schedule-call form.wpcf7-form input, .contact-section form.wpcf7-form input, section.your-staff ul.wcTabs li {
    font-size: .8vw !important;
	}
	
	.schedule-call form.wpcf7-form .right-side input.wpcf7-submit,.who_we_serve .btn {
		font-size:1vw !important;
	}
	
	.schedule-call .wc-form-phone, .contact-section .wc-form-phone, section.wc-faq ul.wc-faq-ul li span.question{
		font-size: .9vw !important;
	}
	.about-us .narrow {
    max-width: 1100px;
	}
	
	.about-us p, .managed-it-section p, .cyber-security-section p, .managed-it-section .narrow, .cyber-security-section .narrow, .home-blog p,
	.schedule-call.mn-it p, .managed-it-help p, .managed-it-help li, .who_we_serve p, .who-we-are-mn-it p,ul.links a, .managed-it-testimonials p, section.wc-faq .container p, .overview p,
	.compliance-services p, .risk-assessment_intro p, .risk-assessment .tabs_contents p, .documentation_development p, .cybersecurity_training p, .security_consulting p,.continuous-monitoring p,
	.penetration_testing p{
	font-size: 1vw !important;
    line-height: 1.5vw !important;
	}
	
	.risk-assessment .tabs_headings ul li {
	font-size: 1vw !important;
    line-height: 1.8vw !important;
	}
	
	.managed-it-section {
    height: 120vh;
	}
	
	.contact-section span.wpcf7-form-control-wrap.your-name, .contact-section span.wpcf7-form-control-wrap.tel-947 {
    width: 45%;
	}
	
	.contact-section .left-side {
    width: 75%;
	}
	
	.contact-section .right-side {
    width: 25%;
	}
	
	.contact-section form.wpcf7-form input[type="submit"] {
	font-size: 1vw !important;
	}
	
	.home-blog .alm-listing .alm-reveal li h3 {
    font-size: 1vw;
	}
	
	.home-blog .entry-meta {
	font-size: .7vw !important;	
	}
	
	.home-blog .alm-listing .alm-reveal li {
	font-size: .8vw;
	height: 580px;
    line-height: 1.4vw !important;	
	}
	
	.home-blog .wc-post-content p.link-more {
	font-size: .8vw !important;	
	line-height: 1.1vw !important;
	}
	
	.home-blog .wc-post-content {
	line-height: 1.1vw;
	}
	
	
	.intro.home .wp-block-column p:last-child {
    max-width: 430px;
	}
	
	.cmmc-landing .about-us-section {
		min-height: 700px;
	}
	.page-template-page-ebook .content-area {
    background-position: right 47.5% bottom 0px !important;
}

	.intro .container {
    width: 80%;
}
	
	.container.full.it .container {
		width: 80% !important;
	}

	
	.intro .menu {
   		font-size: 3vw !important;
	}
	
	body.page:not(.home-page) .highlight, .risk-assessment .highlight, .documentation_development .highlight,.cybersecurity_training .highlight, .continuous-monitoring .highlight,
	.penetration_testing .highlight{
		font-size: 1.5vw !important;
	}
	
		
	.cmmc-landing .config {
		font-size: .9vw !important;
	}
	
	
	
	

}
@media only screen and (min-width: 1700px) {
	

	.give-us-call{
	font-size: 1.2vw;
}
	.page-template-page-ebook .site-content p, .page-template-page-squeeze .site-content p,
	.page-template-page-squeeze .ebook-column-form .wp-block-column:first-child li a{
	font-size:.9vw !important;
	line-height: 1.2vw;
	}
	.page-template-page-squeeze .ebook-left .ebook-column-form .wp-block-column:first-child p {
	font-size:1vw !important;
	line-height: 1.4vw;
	}
	.page-template-page-ebook .ebook-left ul {
	margin-top: 10px !important;
	}
	.page-template-page-ebook .ebook-left ol li,.page-template-page-ebook .ebook-left ul li {
    line-height: 24px;
    margin-bottom: 14px;
	}
	.page-template-page-ebook .ebook-left ul ul li {
	font-size: .8vw;
    line-height: 1.3vw;	
	}
	.page-template-page-ebook .author-box strong {
	font-size: 1vw;
	}eboo
	
	.container.full.it .container {
		width: 1500px;
	}
	
	body.linkedin-landing .why-do-you-need .container>h1 {
		 font-size: 1.5vw;
	}
	
	body.linkedin-landing .why-do-you-need .video-container h2 {
		font-size: 2.6vw;
	}
	
	.linkedin-landing .container.full.it h1 {
		font-size: 3vw;
	}
	
	.linkedin-landing .container.full.it h2{
	font-size: 1.6vw;
    line-height: 45px;
	}
	
	.linkedin-landing .full:not(.why-do-you-need) h1 {
		margin-top: 100px !important;
	}
	
		
	.linkedin-landing h1 {
	font-size: 3.2vw;
	}
	
	.linkedin-landing h2 {
		font-size: 2vw;
	}
	
	.linkedin-landing .config {
		font-size: 1.2vw;
	}
	
	.home .entry-content {
	margin-top: 30px;
	}
}
                     
@media only screen and (min-width: 1500px) {
	body.page-template-page-squeeze #above-fold .highlight p  {
	font-size:1.9vw !important;
	}
	
	body .blue-section section h3 {
   		font-size: 4.6em !important;
	}
	.menu-support-menu-container a, .header-info p a
	{
    font-size: .8vw !important;
	}
	
	.support-phone a {
	font-size: 17px;
}

.support a {
	font-size:16px;
}
}

@media only screen and (max-width: 2000px) {
	.page-template-page-ebook .ebook-left  h2{
    font-size: 16px;
	line-height: 1.3;
	}
	.page-template-page-ebook .site-content p,.page-template-page-ebook .ebook-left ol li, .page-template-page-ebook .ebook-left ul li {
	font-size: 16px !important;
	line-height: 1.3 !important; 	
	}
	.page-template-page-ebook .ebook-left ul, .page-template-page-squeeze .ebook-left ul {
    margin-top: 10px !important;
	}
	.page-template-page-ebook .ebook-left ul ul li {
    font-size: 15px !important;
	margin-bottom: 10px !important;
	}
}

@media only screen and (max-width: 1700px) {

.schedule-call {
    background-position: right top !important;
	}
	.page-template-page-squeeze #above-fold .highlight {
	padding:0px 15px !important;
	}
	.page-template-page-squeeze #above-fold .highlight p {
		font-size: 30px !important;
	}
}

@media only screen and (max-width: 1200px) {
	
	.industry.points {	
	padding: 20px 10px 0 10px !important;	
	}	
	.industry-columns .container .one-half:first-child {	
    padding-right: 5%;	
	}	
	.industry h2 {	
    font-size: 25px !important;	
	}	
		
	.linkedin-landing h2.blog {	
    font-size: 30px;	
	}	
	.page-template-page-industry .book-insert p {	
    margin-top: 20px;	
	}	
	.page-template-page-industry .book-insert h2 {	
		line-height: 50px !important;	
		margin-bottom: 0 !important;	
	}
	
	.pricing table .trial-bottom:first-child {
		left: -2%;
	}
	
	.book-insert {
		width: 100% !important;
	}
	
	.single .book-insert h2.no-spacing + p {
	float:left !important;
	}
	
	.risk-assessment .tabs_contents {
		width: 100%;
		height: 400px;
	}

	
	.book-insert .wp-block-columns .wp-block-column:last-child {
		display: flex;
		align-items: center;
	}
	.book-insert .wp-block-columns .wp-block-buttons {
		width: 100% !important;
	}
	.book-insert h2 {
		width: 100% !important;
   		border: none !important;
    	margin-bottom: 20px !important;
	}
	
	.book-insert h2 br {
		display: none;
	}
	.single .book-insert h2:before {
    top: -35px !important;
	}
	
	.book-insert p {
		float: left !important;
		max-width: 400px;
	}
	
	
	.cmmc-landing .ready-to-get-started:before, .cmmc-landing .ready-to-get-started:after {
    width: 100px;
	}
	.cmmc-landing .about-us-section {
	    background: none !important;
		padding: 30px 0;
		min-height: auto;
	}
	.cmmc-landing .about-us-section .col-left {
    width: 100%;
}
	
	.page-template-page-ebook .site-content h1 {
		font-size: 28px;
	}
	.page-template-page-ebook .site-content p,.page-template-page-squeeze .site-content p {
    font-size: 16px;
	}
	.page-template-page-ebook .ebook-left,
	.page-template-page-squeeze .ebook-left{
    margin-right: 15%;
	}
	
	.pricing table tr .wc-price-bottom-left, .pricing table tr .wc-price-bottom-right {
		width: 100%;
		padding-left: 10px;
	}
	
	.pricing table tr .wc-price-bottom-right ul {
		padding-left: 0;
	}
	
	.pricing table tr:first-child h4 {
    font-size: 15px !important;
	word-break:break-word;
	position: absolute;
	top: -68px;
	}
	
	#grandTotal1,#grandTotal, #grandTotal2, #grandTotal3,.pricing table tr:first-child td:nth-child(2), 
	.pricing table tr:first-child td:nth-child(3), .pricing table tr:first-child td:nth-child(4), .pricing table tr:first-child td:nth-child(5),.page-template-page-managed-it .pricing table tr td:nth-child(4), 
	.page-template-page-managed-it .pricing table tr td:nth-child(5) {
    font-size: 26px !important;
	}
	.pricing table tr .wc-price-bottom-right li {
    font-size: 12px;
	}
	
	body.linkedin-landing .why-do-you-need .video-container h2 {
		top:6%;
	}
	body.linkedin-landing .why-do-you-need .video-container h4 {
		bottom:5%;
	}
	
	.linkedin-landing .container.full.it h2 {
		max-width: 50%;
	}
	
	body.linkedin-landing .site-content {
	padding-top: 0 !important;
}
	
	.page-template-page-cyber-security .mega .highlight {
		width: 200px;
	}
	
	img.contact_photo {
		margin-top: -20px;
	}
	
	.info-block .highlight {
		font-size: 25px;
	}
	
	.home .site-content .wp-block-column a {
		width:250px;
		font-size:22px;
	}
	.home .wp-block-column a span {
		font-size:13px;
	}
	
	.home p.slogan {
		font-size:22px !important;
		line-height:28px !important;
		border-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.intro.home .wp-block-column a {
		font-size: 22px;
    	width: 200px;
	}
	.intro.home .wp-block-column a span {
		font-size: 12px;
	}
	.intro.home .wp-block-columns {
		margin-top: 0;
	}
	.intro.home .wp-block-columns p {
		font-size: 17px;
		line-height: 24px;
    	max-width: 300px !important;
		text-align: center !important;
	}
	.intro.home .entry-content {
    width: 1200px;
	}
	.intro.home h3 {
		font-size: 22px;
		display:none;
	}
	
	.home .copy {
		position:relative;
		padding-bottom:20px;
	}
	
	p.last-published {
		margin: 0 !important;
		clear: both;
	}
	
	.review-box {
    padding: 20px 10px;
	}
	.direction-reveal__overlay h3 {
    font-size: 14px !important;
	}
	.direction-reveal__overlay {
    padding: 15px 10px !important;
	}
	blockquote, .direction-reveal__overlay strong, .direction-reveal__overlay span {
    font-size: 12px !important;
	}
	.direction-reveal__overlay span {
	float: left;
    line-height: 15px;
    padding-top: 10px;
	}
	
	body:not(.home-page):not(.page-template-page-managed-it) .site-content{
		padding-top: 50px;
	}
	body.page:not(.home-page) .highlight {
		margin-bottom: 0;
	}
	.team .highlight  {
		margin-bottom:50px !important;
	}

	.mega .wp-block-column:not(:first-child) {
    margin-left: 13px !important;
}
	
			.highlight, body.page:not(.home-page) .highlight,.home-page .site-main .highlight, .risk-assessment .highlight,.documentation_development .highlight,
	.cybersecurity_training .highlight,.continuous-monitoring .highlight,.penetration_testing .highlight,.security_consulting .highlight{
		font-size: 1.9em !important;
	}
	.highlight h1,.highlight h4 {
		font-size: 1em !important;
	}

		.home-left .text p,.price a  {
		font-size: 17px;
		line-height: 1.5;
}
		.nav-menu a {
		font-size: 22px;
	}
	.sub {
    font-size: 16px !important;
    line-height: 22px !important;
	}
	#menu-mega-menu li a, #menu-industry li a  {
		font-size:16px !important;
	}
	
	span.schedule-a-call {
		font-size: 20px;
	}
	.mega .container {
    max-width: 100%;
	}
	
	.about-us h3 {
	font-size: 22px;
    line-height: 28px;	
	}
	
	.about-us .narrow, .about-us .wp-block-columns, .managed-it-section .narrow, .cyber-security-section .narrow, .home-blog p,
	.schedule-call.mn-it p, .managed-it-help p, .managed-it-help li, .who_we_serve p, .who-we-are-mn-it p,.managed-it-testimonials p,section.wc-faq .container p, .overview p,
	.compliance-services p, .risk-assessment_intro p,.risk-assessment .tabs_contents p, .documentation_development p,.cybersecurity_training p, .security_consulting p, .continuous-monitoring p,
	.penetration_testing p,.wc-locations > h4,.wc-locations .location .location-right strong,.wc-locations .location .location-right ul{
	font-size: 17px !important;
    line-height: 24px !important;	
	}
	
	.overview p,.compliance-services p {
		text-align: left;
	}
	.wc-locations .location .location-right h3 {
		font-size: 22px;
	}
	
	section.your-staff ul.wcContents > li {
		line-height: 24px !important;
	}
	
	.schedule-call.mn-it h3, .managed-it-help h3, .who-we-are-mn-it h3,.who_we_serve h3,section.your-staff ul.wcContents h3 {
	font-size: 22px;
    line-height: 28px;
    margin-top: 30px !important;
    padding-top: 30px;	
	}
	
	.about-us h4 {
	font-size: 22px;
    line-height: 28px;	
	}
	
	section.your-staff ul.wcContents > li li {
    line-height: 24px;
    margin-bottom: 5px;
	}
	
	.about-us .wp-block-column:last-child p {
	margin-top: 0;
	}
	
	.managed-it-section .highlight,.cyber-security-section .highlight,.home-blog h2, .cmmc-block h2,.compliance-services h2,.wc-locations > h2 {
    font-size: 30px;
	}
	
	.managed-it-section {
    padding-bottom: 200px;
	}
	
	.cyber-security-section {
    margin-top: -200px;
	}
	
}

.page-id-1689 #menu-item-1699 {
	display: none;
}

@media only screen and (min-width: 1200px) {
	

	.wc-faq ~ .contact-section {
		padding-bottom: 70px !important;
	}
	
	.blog .site-content,.single .site-content,.archive .site-content {
	padding-top: 80px !important;
}

	.nav-menu a {
    font-size: 22px;
	}
	
	body:not(.page-id-1689) #menu-cyber-security-mega-menu-one.nav-menu a, body:not(.page-id-1689) #menu-cyber-security-mega-menu-two.nav-menu a {
	font-size: 22px;
	}
}	

@media screen and (max-width: 1000px) {
	.page-template-local_it .squeeze-two-col .wp-block-columns:first-child .wp-block-column:last-child {
		margin-right: 0;
	}
	
		.managed-it-testimonials.industry p {
    font-size: 16px !important;
	}
	.industry-columns .container {
		display: block;
	}
	.industry-columns.service {
    padding: 0 !important;
	}
	.container.three-columns {
    display: block;
    margin-bottom: 0px;
	}
	.industry-columns .container .one-half {
    width: 100%;
	}
	.industry-columns .container .one-half:last-child {
    padding-left: 0;
	padding-bottom: 0px;
	}
	.industry-columns .container h1,.industry-columns .container h2 {
    font-size: 30px;
	}
	.industry-columns .container h3 {
    font-size: 26px;
	}
	.industry.points h3 {
    font-size: 17px;
	}
	.industry.points p {
    font-size: 15px !important;
    line-height: 20px !important;
}
	.industry-columns .container .one-half .container {
    clear: left;
    display: flex;
    align-items: center;
	}
	.industry-columns .container .one-half .container .one-third {
	width: auto;
	}
	.industry-columns .container .one-half .container .one-third img {
	width: 20px;
	}
	
		section.your-staff ul.wcContents > li {
		width: 100% !important;
		}
	
	section.your-staff ul.wcContents h3 {
		padding-top: 0;
		margin-top: 0 !important;
	}
	
	section.your-staff ul.wcContents {
	height: auto !important;
    padding-bottom: 50px !important;
	}
	
	section.your-staff {
		background: transparent !important;
	}
	
	
	.home-blog .slick-list {
		max-width: 90%;
		margin: 0 auto !important;
	}
	
	.home-blog .alm-listing .alm-reveal li {
		box-shadow:none !important;
	}
	
	.home-blog .slick-next {
    right: -5px !important;
	}
	
	.home-blog .slick-prev {
    left: -5px !important;
	}
	
	.home-blog .slick-next:before {
	content:'';
	left: 0 !important;
    position: absolute;
    width: 20px;
    height: 37px;
	background-image: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/arrow_rgt.svg) !important;
	}
	
	.home-blog .slick-prev:before {
	content:'';
	left: 0 !important;
    position: absolute;
    width: 20px;
    height: 37px;
	background-image: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/arrow_lft.svg) !important;
	}
	

	
	.home-blog .slick-track {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	
	.page-template-page-ebook .wpcf7 a {
    font-size: 20px;
	}
	
	.cmmc-landing .ready-to-get-started:before, .cmmc-landing .ready-to-get-started:after {
    display: none;
	}
	
	.page-template-page-ebook:after,
	.page-template-page-squeeze:after{
		display: none;
	}

	
	.page-template-page-ebook .site-content .container,
	.page-template-page-squeeze .site-content .container{
    height: auto;
    display: block;	
	background:rgba(255,255,255,.65);
	padding-bottom:30px;
	}

	.page-template-page-ebook .entry-content,
	.page-template-page-squeeze .entry-content{
		padding: 0 !important;
	}
	
	.page-template-page-ebook .site-content h1,
	.page-template-page-squeeze .site-content h1{
		font-size: 25px;
		margin-bottom: 0;
		margin-top: 30px;
		padding-left: 0;
	}
	
	.page-template-page-ebook .content-area,
  .page-template-free-days-trial .content-area 
  {
		background: none;
	}
	
	
	.page-template-page-ebook .ebook-left,
	.page-template-page-squeeze .ebook-left,
  .page-template-free-days-trial .ebook-left
  {
    width: 100%;
    float: none;
	margin: 0;
	}
	
	.page-template-page-ebook .ebook-right,
  .page-template-free-days-trial .ebook-right
  {
    width: 100%;
    float: none;
	background: #f8f8f8;
	padding:15px;
	position: relative;
	}
	
	.page-template-page-ebook .ebook-left p, 
  .page-template-page-ebook .ebook-left hr, 
  .page-template-page-ebook .ebook-left h2,
  .page-template-free-days-trial .ebook-left p, 
  .page-template-free-days-trial .ebook-left hr, 
  .page-template-free-days-trial .ebook-left h2  
  {
		max-width: 100% !important;
	}
	
	.page-template-page-ebook .entry-content,
  .page-template-free-days-trial .entry-content 
  {
		background: transparent;
	}
	
	.page-template-page-linkedin-landing-mi .wc-left {
		width: 100% !important;
	}
	.page-template-page-ebook #main,
  .page-template-free-days-trial #main 
  {
    background-image: none !important;
	}

	
	a.showSingle {
    cursor: pointer;
    width: 120px;
	}
	
	img.contact_photo {
		margin-bottom: -10px;
	}
	.page-template-page-contact footer .has-2-columns {
		margin-bottom: 30px;
	}
	.blog .alm-reveal li, 
	.post-type-archive-resource .alm-reveal li,
	.archive .alm-reveal li, .search .alm-reveal li,
	.blog .alm-listing li
	{
		height: auto !important;
	}

	.post-share-icon 
	{
	    position: relative !important;
	}

	.hideform button {
	top: -40px !important;
    width: auto !important;
    right: 0 !important;
    float: right;
    left: auto !important;
	}
}

@media only screen and (min-width: 1000px) {
	
	.mobile-logo-link {
		display: none;
	}
.page-template-page-contact footer .has-2-columns {
	text-align: center;
	margin-bottom: 25px;
}
		
	.page-template-page-contact #page {
		height:100%;box-sizing: border-box;
	}	

.page-template-page-contact #content {
	  min-height: 100%;
	margin-bottom: -152px !important;
	box-sizing: border-box;
}
.page-template-page-contact #content:after {
  content: "";
  display: block;
}
	.page-template-page-contact footer, .page-template-page-contact #content:after {
	height: 142px !important;
}

body,html {
	height: 100%;
}
	

		.blue-section section h3 {
   		font-size: 2.9em !important;
	}
	.page-template-page-cyber-security .blue-section {
		max-height: 750px !important;
	}
	.blue-section {
		max-height: 637px !important;
		-ms-overflow-style: none;
    	scrollbar-width: none;
		padding-top: 0;
	}
	.blue-section::-webkit-scrollbar { 
    	display: none; 
	}
	
	.blue-section:before {
		content: '';
		width:100%;
		left: 0;
		right: 0;
		height: 80px;
		position: absolute;
		background:#4a4e75;
	}

	.blue-section section 
    {
		min-height: 560px !important;
		padding:80px 0 !important;
	}
    
	.page-template-page-cyber-security .blue-section section 
    {
		padding:80px 0 !important;
	}
	
    body.page-template-page-front .blue-section section 
    {
        height: 560px !important;
    }
	body .blue-section section:last-child {
	    min-height: 560px !important;
		padding-top:70px !important;
	}
    body.page-template-page-front .blue-section section:last-child
    {
        height: 560px !important;
    }

	
		.blue-section {
    display: flex;
	}
	
	nav.fixed-section {
	position: sticky;
    position: -webkit-sticky;
    top: 0;
	padding-top: 30px;
	background: #4a4e75;
	}

	
	
	.blue-section > .container {
		height: 100%;
	}
		
	.blog article, .archive article, .alm-reveal li, .alm-listing li {
		width: 32%;
		float: left;
		padding: 15px;
		margin-right: 2% !important;
	}
	.blog article:nth-child(3n+3) ,.archive article:nth-child(3n+3) , .alm-reveal li:nth-child(3n+3), .alm-listing li:nth-child(3n+3)  {
   		margin-right: 0 !important;
	}
}
.alm-listing li {
	line-height: 25px;
}
@media only screen and (max-width: 1000px) {
	
	.page-template-page-ebook .ebook-left form,.page-template-page-squeeze .ebook-left form {
		width: 100% !important;
	}
		.page-template-page-squeeze .purple-section:before {
    width: 100%;
    left: 0;
	}
		.page-template-page-squeeze .ebook-left .wp-block-group .wp-block-group__inner-container {
    padding: 0;
	}
		.page-template-page-squeeze .purple-section {
			padding: 30px 20px !important;
		}
		.squeeze-two-col .wp-block-columns:last-child {
    padding: 40px 20px 20px;
	}
	
		.squeeze-two-col .wp-block-columns:last-child:before,.squeeze-two-col .wp-block-columns:last-child:after {
		display: none;
	}
	
	p.add-arrow {
		text-align: left;
	}

	
	.linkedin-landing h1 {
		font-size: 30px !important;
	}


	.nav-menu a {
    font-size: 24px;
	}
		
	.direction-reveal--3-grid .direction-reveal__card {
    flex: 0 0 50% !important;
    max-width: 50% !important;
	}
	
	
	.entry .entry-content, .entry .entry-summary, .container {
		max-width: 100%;
	}
	.blue-section {
		background: #313453;
	}
	.fixed-section {
		background: #313453;
	}
	
		.intro .highlight {
		font-size: 1.65em;
	}
	
	.intro .container {
		max-width: 85% !important;
	}
	
		.team .entry .social-media {
		margin-top: 5px;
	}
}

@media screen and (max-width: 1650px) and (min-width: 600px){
.intro .container {
	max-width: 80%;
}
	.page-template-page-squeeze .ebook-column-form input[type="submit"] {
    	padding-left: 0 !important;
    	width: 100% !important;
		padding-right: 0 !important;
	}
	.page-template-page-squeeze #above-fold {
		height: auto !important;
	}
}

@media screen and (max-width:1350px) and (min-width: 600px){
	
	.direction-reveal__card.swing--leave-right .direction-reveal__overlay {
	display: none;
}
	
	.page-template-page-squeeze .ebook-column-form input[type="submit"] {
		background-image: none !important;
	}
	


	.mega .highlight {
		font-size:22px;
}
	.mega .has-3-columns .wp-block-column:not(:first-child) {
    margin-left: 10px;
}
	.support a,.support strong {
		font-size:14px;
	}
	.support-phone a {
		font-size: 12px;
	}

	
	#menu-mega-menu .sub {
		font-size: 15px;
	}
	.mega .has-3-columns .wp-block-column {
	flex-basis: 32% !important;
	}
}

@media screen and (max-width:1050px) and (min-width: 600px){
	section.cnt h3 {
		margin-top: 40px;
	}
	.about-us .wp-block-columns:nth-of-type(2) > .wp-block-column:last-child {
    padding-left: 5%;
	}
	
	.nav-menu a {
    font-size: 20px !important;
	}
	.mega .highlight {
		font-size: 20px !important;
	}
	header .wp-block-columns.has-5-columns:not(.custom) .wp-block-column:last-child {
    display: none;
	}
}
@media only screen and (max-width: 950px) {
	.about-us .wp-block-columns .wp-block-columns {
    display: block;
}
	.about-us .wp-block-columns .wp-block-columns .wp-block-column:last-child {
		margin-top: 10px;
	}
	.about-us .wp-block-columns .wp-block-columns .wp-block-column:last-child img {
		width: 150px !important;
		float: none !important;
	}
	}
@media only screen and (min-width: 781px) 
{
	
	.menu-cyber-security-mega-menu-one-container
{
	position: unset;
  bottom: unset;
}
	#menu-mega-menu {
	margin-top: 30px;
	}
	#menu-industry li:first-child a {
		padding-top: 0;
	}
	.nav-menu {
		margin-top: -4px;
	}
}

@media only screen and (max-width: 780px) {

	.menu-cyber-security-mega-menu-one-container
	{
		padding-top: 0px;
	}
	body:not(.home) .intro .home-left {
		text-align: center !important;
	}
	body:not(.home) .intro .home-left .highlight {
		margin: 0 auto !important;
	}
	    body:not(.home) .intro .wp-block-column:last-child {
        justify-content: center !important;
    	}
	body:not(.home)  .intro .menu {
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
	}
	body:not(.home) .intro .menu li {
    margin-bottom: 10px !important;
	}
	.page-template-free-days-trial .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: auto !important;
		font-size: 14px;
	}
	.page-template-free-days-trial .ebook-group .wp-block-buttons {
		margin: 0 !important;
	}
	.page-template-free-days-trial .ebook-column-form .wp-block-column:first-child {
		padding-bottom: 0 !important;
	}
	.pricing table tr .wc-price-bottom-right li {
    font-size: 12px;
    line-height: 16px;
	}
	
	.cmmc-landing  .testimonials_cmmc .col-left,.cmmc-landing  .testimonials_cmmc .col-right {
		width:100%;
		padding: 0;
	}
	.cmmc-landing  .testimonials_cmmc .col-right  {
		padding-top: 30px;
	}
	
	.cmmc-landing .testimonials_cmmc {
		padding: 30px 0;
	}
	.cmmc-landing .testimonials_cmmc p {
    font-size: 22px;
}
	.cmmc-landing .testimonials_cmmc .config {
		margin-top:10px;
	}
	
body.linkedin-landing .cyber-security-lp1 .packages .info-blocks {
	display: block;
}
	
body.linkedin-landing .cyber-security-lp1 .packages .wc-left,body.linkedin-landing .cyber-security-lp1 .packages .wc-right  {
 width: 100%;
 margin:0 0 30px;
}
	
	body.linkedin-landing .cyber-security-lp1 .packages .wc-right {
		margin-bottom: 0;
	}
	
		.page-template-page-cyber-security .mega .wp-block-column:nth-of-type(2) {
		margin-right: 0;
		margin-top: 20px;
	}
	.page-template-page-cyber-security .nav-menu {
		margin-bottom: 5px !important;
	}
	.page-template-page-cyber-security .nav-menu li {
		padding-bottom: 12px;
	}
	
		.mobile {
		display: block;
	}
	.info {
		padding-bottom:10px;
		margin-top: 30px;
	}
	.info a {
		text-align: center;
		color: #313453;
		display: block;
		line-height: 25px;
		font-weight: 500;
	}
	.info br {
		display: none;
	}
	.mega {
		padding-bottom:50px;
		height: 100%;
	}
	
	.nav-menu {
		margin-top:10px;
	}
	.nav-menu li {
		padding-bottom:20px;
	}
	

	
	.menu-landing-menu-container span{
		display: none;
	}
	.nav-menu a {
		line-height: 28px;
	}
	.nav-menu a br {
		display: none;
	}
	.social-media a {
		margin-right: 4px;
	}
	.mega img.logo {
		width: 155px;
    	margin: 0 auto;
    	display: block;
	}
	.mega .highlight {
		margin:0 auto 15px !important;
		width: 240px !important;
	}
	.mega .wp-block-column {
    flex-basis: 100% !important;
	}
	.nav-menu li {
		margin-bottom: 0 !important;
	}
	.support, .support-phone {
		display: none;
	}
	
	.nav-menu li {
		text-align: center;
	}
		.mega .wp-block-column:nth-child(2n) {
		margin-left: 0;
	}

	nav#site-navigation .wp-block-columns.has-5-columns 
	{
    	flex-direction: column;
	}
	footer#colophon .container.wp-block-columns 
	{
		flex-direction: column;
		gap: 20px;
	}
	#pricing .wp-block-columns {
    	flex-direction: column;
	}

}
@media only screen and (min-width: 768px) {
.mega .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:first-child) {
    margin-left: var(--wp--style--block-gap,2em);
}
	body.page-template-local_it iframe.hs-form-iframe{
  max-height: 480px !important;
}
}

@media only screen and (min-width: 768px) {
.page-template-page-ebook .ebook-column-form .wp-block-column:last-child p, .page-template-page-squeeze .ebook-column-form .wp-block-column:last-child p {
    padding-left: 20px;
    margin-top: -30px;
}
	body.page-id-2457 .home-blog .alm-listing .alm-reveal li 
	{
  max-width: 32%;
  margin: 0;
  margin-bottom: 30px;
  float: left;
  margin-right: 2% !important;
	}
	body.page-id-2457 .home-blog .alm-listing .alm-reveal li:nth-child(3n) 
	{
  margin-right: 0px !important;
	}

	
	.page-template-page-cyber-security .mega .wp-block-column:nth-of-type(2) {
	display: flex;
	}
	
	.home .site-branding .site-logo.desktop:not(.fixed) {
	visibility: hidden;
	}
	
	.home .site-branding .site-logo.desktop.fixed a.custom-logo-link:after {
		display: none !important;
	}
	
	.page-template-page-ebook article,
	.page-template-page-squeeze article,
  .page-template-free-days-trial article
  {
		margin-top:60px !important;
	}
	
	#above-fold .wp-block-group__inner-container {
	padding: 0 !important;
	}



	.page-template-page-ebook #above-fold,
	.page-template-page-squeeze #above-fold,
  .page-template-free-days-trial #above-fold
  {
	/*height: 100vh;*/
	display: grid;
    align-items: flex-end;
	padding: 0 15px;
	}

	#above-fold p{
	color: #313453;
	}
	div[data-class="wpcf7cf_group"] {
		font-size: 17px !important;
		font-weight: 300 !important;
		color: #313453 !important;
	}

	
	.mega .wp-block-column {
		flex-basis: auto;
	}
	
	.team .entry-content .wp-block-column:first-child {
		flex-basis: calc(40% - 16px);
	}
	
	.team .entry-content .wp-block-column:last-child {
		flex-basis: calc(60% - 16px);
	}
	
	.team a.showSingle:nth-of-type(3),.team a.showSingle:nth-of-type(5) {
		clear: left;
	}
	
	.overview {
	padding:65px 0;
	}
	
	.cl-left {
		width: 25%;
    	float: left;
	}
	.cl-right {
		width: 70%;
    	float: right;
	}
	
	.pricing table tr:not(:first-child):hover td:first-child {
	position: relative;
}
	
	.pricing table tr:not(:first-child):not(:last-child):hover td:last-child:before,.pricing table tr:hover td.included:before {
	content: '';
    background: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/check_white.png);
    background-size: 16px 13px;
    width: 22px;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto;
}
	.pricing table tr:not(:first-child):hover input[type=checkbox]:checked:before {
	background:url('https://www.osibeyond.com/wp-content/themes/osibeyond/img/check_white.png');
	background-size:16px 13px;
	width: 22px;
    height: 22px;
	background-position: center;
	background-repeat: no-repeat;
}

.pricing table tr:not(:first-child):not(:last-child):hover:after,tr.po:after{
	content: '';
    left: -1.6%;
    width: 101.5%;
    background: #6d68b7;
    position: absolute;
	z-index: 9;
}

.pricing table tr:not(:first-child):not(:last-child):hover td:first-child:before, 
.pricing table tr.po td:first-child:before {
	position:absolute;
    content:"";
    width:0px;
    height:0px;
    border-style: solid;
    border-width: 19px 15px 19px 0;
    border-color: transparent #6d68b7 transparent transparent;
    left: -24.9px;
    top:0%;
}
.pricing table tr:not(:first-child):not(:last-child):hover td.text-two-rows:first-child:before, 
.pricing table tr.po td.text-two-rows:first-child:before {
	top:21%;
}
.pricing td {
	position: relative;
}
.pricing table tr:not(:first-child):not(:last-child):hover td:first-child:after,
.pricing table tr.po td:first-child:after {
	position:absolute;
    content:"";
    width:10px;
	height: 100%;
    background:#6d68b7;
    left: -10px;
    top:0%;
}

.pricing table tr:not(:first-child):not(:last-child):hover td,
.pricing table tr.po td {
	background:#6d68b7 !important;
	color: white;
}
.pricing table tr:not(:first-child):not(:last-child):hover td strong {
	color: white !important;
}
.pricing table tr:not(:first-child):hover input[type="checkbox"]:before,
.pricing table tr.po input[type="checkbox"]:before{
	border-color:white;
}
.pricing table tr:not(:first-child):hover input[type=checkbox]:checked:before {
	color: white !important;
}
.pricing table tr:not(:first-child):hover td:not(:first-child) {
	color: white !important;
}

.pricing table tr:last-child{
	border-top: 20px solid transparent;
}

.pricing table tr:not(:first-child):last-child td[colspan="2"]{
    padding: 5px 0 0 0;
    color:#fff !important;
    font-weight: 400;
	background: transparent;
}
	
	.intro .container.has-2-columns {
		position: absolute;
    	left: 0;
    	right: 0;
    	top: 25%;
	}
	header .show-mobile {
		display: none;
	}
	
	.entry .entry-content .wp-block-image .aligncenter {
		margin: 0 auto !important;
	}
	
	.intro {
	height: 100vh;
	position: relative;
	}
	
	.blue-section .one-third {
		width: 49% !important;
		float: left;
		margin: 0;
	}
	.blue-section  .two-thirds {
		width: 51% !important;
		float: left
	}
	
	.archive h1 .page-description {
	 	font-size: 45px;
	}
	.blue-section section h3 {
   		font-size: 2.3em;
		margin-top: 15px;
	}
	.blue-section p, .blue-section ol {
    	font-size: 18px;
}

	
	.two-thirds {
		width:75%;
		float: right;
	}
	.one-third {
		width: 25%;
		float: left;
		margin-top: 40px;
		padding-right: 4%;
	}
	
}
@media only screen and (max-width: 768px) {
	.pricing table tr:first-child td:nth-child(2),.pricing table tr:first-child td:nth-child(3),.pricing table tr:first-child td:nth-child(4),.pricing table tr:first-child td:nth-child(5) {
		padding: 0 !important;
	}
	.dod-left {
    width: 100%;
	margin-bottom: 20px;
	}
	.dod-right {
    width: 100%;
	}
	.industry.points h2 br {
    display: none;
	}
	.text-with-image .content-area {
    margin: 30px 0;
	}
	.text-with-image .content-area .text-with-image-left {
    width: 100%;
	}
	.text-with-image .content-area .text-with-image-left img {
	width: 400px;
    margin: 0 auto;
    display: block;
	}
	.text-with-image .content-area .text-with-image-right {
    width: 100%;
	}
	a.nist-logo {
    position: absolute;
    left: 5%;
    width: 17vw;
    top: 15%;
	}	
	.page-template-page-managed-it a.nist-logo {
	bottom: 35% !important;
	top: auto !important;
	}
	.page-template-page-cyber-security a.nist-logo {
    top: 80%;
	right: 2%;
	}
	.page-template-free-days-trial .site-content h1 {
    font-size: 30px;
    margin-bottom: 5px;
	}
	.page-template-page-ebook .ebook-left ul li {
		margin-bottom: 10px !important;
	}

		.industry-columns.hero-top {
    padding: 40px 0;
	}
	.industry.points .container.three-columns {
    display: block;
	}
	.industry .one-third {
    width: 400px;
    max-width: 100%;
    margin: 30px auto 0px;
	}
	.managed-it-testimonials.industry.test h3 {
    margin: 10px 0;
	}
	.industry h2 {
    font-size: 32px;
	margin-bottom: 20px !important;
	}
	.industry .one-third p:last-child {
    padding-top: 0;
	}

	.industry-columns .container .one-half .container {
	}
	.industry-columns .container .one-half .container img {
		margin-right: 15px;
	}
	.industry-columns .container .one-half .container {
		padding: 0 !important;
	}
	.industry-columns .container .one-half:first-child {
    padding-right: 0;
	}
	.managed-it-testimonials.industry.clutch {
		padding-top: 0;
	}
	.industry-columns .container {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.industry-columns.service {
    padding: 20px 0 0px !important;
	}
	.industry-columns .two-thirds h4 {
    font-size: 18px;
	}
	.industry-columns .two-thirds p {
    line-height: 20px;
    font-size: 15px;
    padding-bottom: 40px;
	}

	
	div[data-class="wpcf7cf_group"] {
    font-weight: 400 !important;
    font-size: 15px !important;
    color: #313453 !important;
	}
	
	.page-template-page-squeeze #above-fold {
		padding-top: 50px !important;
	}
	.page-template-page-squeeze #above-fold .highlight {
		margin-top: 0 !important;
		padding: 0px 15px !important;
	}
	.page-template-page-squeeze #above-fold .highlight p {
		font-size: 20px !important;
	}
	
	.intro.home .wrapper {
		padding-top: 2%;
	}
	
	.intro.home p.slogan:before {
		display: none;
	}
	
	.page-template-page-front .intro {
		height: auto;
	}
	
	span.schedule-a-call {
		position: relative;
		bottom: auto;
		padding-bottom: 10px;
	}
	
	span.schedule-a-call:before {
		bottom: 0;
	}
	
	.schedule-call {
		height: auto;
		padding-top: 50px;
		padding-bottom: 100px;
	}
	
	.single .entry-content .book-insert .wp-block-columns .wp-block-column:first-child { 
		flex-basis: 50% !important;
	}
	.single .entry-content .book-insert .wp-block-columns .wp-block-column:last-child { 
		flex-basis: 40% !important;
	}
	
	ul#menu-support-menu > li:before {
		display: none;
	}
	ul#menu-support-menu > li {
		padding-left: 0;
	}
	
	.single .entry-content .wp-block-columns .wp-block-column:first-child {
    flex-basis: 20% !important;
	}
	
	.single .entry-content .wp-block-columns .wp-block-column:last-child {
    flex-basis: 70% !important;
	}
	
	.page-template-page-ebook .ebook-left .wp-block-group:first-child .wp-block-group__inner-container,
	.page-template-page-squeeze .ebook-left .wp-block-group:first-child .wp-block-group__inner-container,
  .page-template-free-days-trial .ebook-left .wp-block-group:first-child .wp-block-group__inner-container
  {
		padding:0 !important;
	}
	
	.page-template-page-ebook .logos img,
  .page-template-page-squeeze .logos img,
  .page-template-free-days-trial .logos img 
  {
    margin: 0 auto 40px;
	}
	.page-template-page-squeeze .last-logos .wp-block-group__inner-container {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.page-template-page-squeeze .ebook-left .ebook-column-form .wp-block-column:first-child p {
    font-size: 16px;
    line-height: 26px;
	}
	
		.page-template-page-linkedin-landing-mi .wc-left .left, .page-template-page-linkedin-landing-mi .wc-left .right {
		float: none;
		width: 100%;
	}
	
	.linkedin-landing .container.full {
		height: auto;
		padding-top: 50px;
	}
	
	.linkedin-landing.cmmc-landing .container.full {
		padding-top: 20px !important;
	}
	
	.linkedin-landing article{
		padding: 20px 0;
	}

	
	.linkedin-landing .container.full.it h2 {
		font-size: 22px;
		margin-bottom: 30px !important;
	}
	
	body.linkedin-landing .why-do-you-need .video-container h2 {
		font-size: 22px !important;
   		top: 10% !important;
	}
	
		
	body.linkedin-landing .why-do-you-need .video-container img {
		max-height: 50px;
	}

	
	.linkedin-landing h1 br {
		display: none;
	}
	
	body.linkedin-landing .why-do-you-need .container>h1 {
		font-size: 23px !important;
	}
	
	
	body.linkedin-landing .why-do-you-need .video-container h4 {
		font-size: 18px;
		bottom:5%;
	}
	
	body.linkedin-landing .why-do-you-need .video-container h4 br {
		display: none;
	}
	
	body.linkedin-landing .why-do-you-need #wcVideo {
		max-width: 100%;
	}
	
	body.linkedin-landing article .wp-block-column {
    	flex-basis: 100% !important;
		margin-bottom: 30px;
	}
	
	body.linkedin-landing article .wp-block-column:nth-child(2n) {
		margin-left: 0 !important;
	}
	
	body.linkedin-landing article p {
		padding: 0;
		text-align: center !important;
	}
	
	body.page-template-page-linkedin-landing-mi article p {
		text-align: left !important;
		padding-left: 30px;
	}
	
	
	body:not(.blog):not(.single):not(.archive) .breadcrumb {
		display: none;
	}

	
	.intro.home .site-logo {
		display: none;
	}
	
		.wcWrapper canvas {
		display: none;
	}
	
	.intro.home {
		padding-top: 0 !important;
	}
	
	.overview {
		padding:60px 0;
	}
	
	.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
} 

.embed-container iframe { 
  position: absolute; 
  top: 0; 
  right:0;
  left: 0; 
  width: 100%;
  height: 100%; 
  margin: 0 auto;
}
	
	.pricing h2 {
		margin-bottom: -90px !important;
		font-size: 25px;
	}
	
	.pricing table tr:last-child td {
		background: transparent !important;
		padding:5px 0 0 0 !important;
	}
	
	.info-block.initial {
		display: none !important;
	}
	.hideform.pr {
		background: rgba(67,67, 110, .7) !important;
	}
	.hideform.pr .form-wrapper {
		padding: 15px;
	}
	.hideform.pr ul {
		    padding-left: 1rem;
	}
	.hideform.pr ul ul {
		margin-top: 10px;
	}
	.hideform.pr p, .hideform.pr li {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 10px;
	}
	.hideform.pr .info-block {
		margin-top: 10px;
	}
	.hideform.pr .info-block .highlight {
		font-size: 19px;
		margin-bottom: 0;
	}
	
	.hideform.pr .lity-close:after {
    content: '';
    background: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/close_blue.svg);
    width: 20px;
    height: 20px;
    top: 50px;
    right: 10px;
}
	
	.header-info p {
		display: none;
	}
	
	.header-info #menu-support-menu:before{
	content: '';
    position: absolute;
    left: -18px;
    top: 9px;
    background: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/headset.svg);
    width: 13px;
    height: 13px;
	}

	
	.pricing-section {
		padding-top: 80px;
	}
	.pricing .wp-block-column {
		flex-basis: 100% !important;
	}
	.pricing .wp-block-column:nth-child(2n) {
		margin-left: 0;
	}
	.pricing table {
		margin-top: 55px;
	}
	.pricing table tr:first-child h4 {
    font-size: 15px !important;
	word-break:break-word;
	position: absolute;
	top: -65px;
	}
	
	.pricing input#number {
		padding-top: 0 !important;
		font-size: 22px !important;
		line-height: 2px;
		font-weight: 500;
		margin-bottom: 0 !important;
	}
	

	.pricing table .top.txtMult.stick td:first-child {
		width:30% !important;
	}
	

	.top.txtMult.stick td:nth-child(2), 
	.top.txtMult.stick td:nth-child(3) {
		padding: 0;
	}
	.top.txtMult.stick td:nth-child(4) 
	{
		padding-bottom: 6px !important;
    border-color: #e3e7ed !important;
	}
	
	.pricing table tr:nth-child(2) td {
		padding-top:25px !important;
	}
	
	.pricing table tr:nth-child(2) td.included::before,.pricing table tr:nth-child(2) td:last-child::before{
		top: 18px !important;
	}
	
	
	.top.txtMult {
		vertical-align: inherit;
	}
	.pricing table tr:first-child td:nth-child(2), .pricing table tr:first-child td:nth-child(3),#grandTotal,#grandTotal1,.pricing table tr:first-child td:nth-child(4),#grandTotal2,#grandTotal3,
	.pricing table tr:first-child td:nth-child(5),.page-template-page-managed-it .pricing table tr td:nth-child(5) {
		font-size: 22px !important;
		line-height: 20px !important;
		line-height: normal;
		padding: 0 !important;
	}
	.pricing table {
		font-size: 15px;
	}
	.pricing table tr:not(:first-child) td {
    padding: 5px 3px 5px 0;
    word-break: inherit;
    line-height: 20px;
}
	

	.pricing table tr:not(:first-child):not(:last-child):hover td:first-child::before, .pricing table tr.po td:first-child::before{
		display: none;
	}

	
	.blue-section section h3 br {
		display: none;
	}
	
	.direction-reveal__overlay span {
		padding-top: 5px !important;
	}
	.direction-reveal__overlay strong {
		padding-top: 0 !important;
	}
	blockquote {
		margin-right: 0 !important;
		line-height: 16px !important;
	}
		.intro .menu {
		font-size: 26px;
		margin-top:-3px;
	}
	
	.price a {
		margin-bottom:0px !important;
		bottom:20px !important;
		position: relative !important;
		margin-top: 30px !important;
	}
	
	.widget_search .search-submit {
		width: 100%;
		margin-top: 10px !important;
	}
	.entry .entry-content, .entry .entry-summary, .container {
	max-width: 100%;
	}
	.menu-landing-menu-container br {
		display: none;
	}
	.sub {
		padding-top:0;
		padding-bottom:20px;
	}
	#menu-mega-menu li {
		width: 100%;
		min-height: auto;
		margin-right: 0;
	}
	#menu-mega-menu li.custom-box {
		width: 100%;
		margin-bottom: 15px;
		min-height: 80px;
	}
	#menu-mega-menu li.custom-box a {
		padding-bottom: 30px;
		top: 10px;
		padding-top: 0;
	}
	#menu-mega-menu li a,#menu-industry li a {
		position: relative;
		text-align: center;
		line-height: 30px;
		top: 0;
		padding: 5px;
	}
	#menu-mega-menu li:last-child a,#menu-industry li:last-child a {
		padding-bottom:5px;
	}
	#menu-mega-menu .sub,#menu-mega-menu span {
		display: none;
	}

}

@media only screen and (min-width: 600px) {
	
	body:not(.home) .intro .wp-block-column:first-child {
		float: left;
	}
	body:not(.home):not(.page-id-4380) .intro .wp-block-column:last-child {
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	
	
	.centered figure:after{
	content: '';
    height: 70%;
    position: absolute;
    right: 20px;
    top: 15%;
    width: 2px;
    background: #8F92AD;
}

	
	
	body.linkedin-landing.cmmc-landing article .wp-block-column:not(:last-child) ul {
	-moz-column-count: 2;
    -moz-column-gap: 60px;
    -webkit-column-count: 2;
    -webkit-column-gap: 60px;
    column-count: 2;
    column-gap: 60px;
	padding-left: 80px;
}
body.linkedin-landing.cmmc-landing article .wp-block-column:last-child ul {
	padding-left: 80px;
}
	
	

	
	.page-template-page-cyber-security .nav-menu li {
		margin-bottom:10px;
	}
	
	.page-template-page-cyber-security .nav-menu {
		margin-bottom: 16px;
	}
	
	.mega .highlight {
	margin: 0;
	}
	
	.security-links ul {
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
	}
	
	.nav-menu li {
		margin-bottom: 20px;
	}
		
	.intro .highlight {
	margin:0 !important;
	}

	.site-logo.mobile {
		display: none;
	}
	.entry .entry-content > *, .entry .entry-summary > * {
    margin: 42px 0;
	}
	.mega .has-3-columns .wp-block-column  {
		flex-basis:33%;
	}
	.entry .entry-content > *, .entry .entry-summary > * {
    margin: 22px 0;
}
	#searchform {
		overflow: auto;
		margin-bottom: 20px;
	}
	
	.widget_search .search-field {
	width:70% !important;
	float: left;
    }
	#searchsubmit {
	width: 28% !important;
	float: left;
	margin-left: 2% !important;
	}
	
	.page-template-page-contact .highlight {
		margin-bottom: 50px !important;
	}

}

@media only screen and (max-width: 640px) {
	.page-template-local_it .purple-section img {
	bottom: -30px;
    max-width: 115% !important;
    width: 115%;
    height: 150%;
	}
}

@media only screen and (max-width: 600px) {
	a.nist-logo {
    position: absolute;
    left: 5%;
    width: 17vw;
    top: 22%;
	}
	.page-template-page-managed-it a.nist-logo {
	bottom: 40% !important;
	}
	.page-template-page-cyber-security a.nist-logo {
    top: 50% !important;
	}
		.about-us .wp-block-columns .wp-block-columns .wp-block-column:last-child img {
		margin: 30px auto 0;
	}
	.about-us .upcity-widget {
		text-align: center;
	}
	.about-us .upcity-widget iframe{
		    width: 210px;
	}
	.local-itsupport {
		padding-top: 30px;
		padding-bottom: 30px;
		position: relative;
	}
	  .local-itsupport:before {
  content: "";
  background:rgba(0,0,0,.4);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1; 
	}
	.local-itsupport .container {
	z-index: 9;
    position: relative;
	}
	.wc-locations > ul li {
    padding: 3px 12px;
	}
	.wc-locations > ul {
    font-size: 15px;
	}
	.wc-locations .location .location-left {
    width: 100%;
    float: none;
    padding-bottom: 20px;
	}
	.wc-locations .location .location-right {
    width: 100%;
    padding-left: 0;
    float: none;
	text-align: left;
	}
	.wc-locations .location .location-right .col1,.wc-locations .location .location-right .col2 {
		width: 100%;
		float: none;
	}
	.home-blog.less-padding {
	margin-top: 0;
    padding-top: 50px;	
	}
	
	.pricing table .trial-bottom:first-child {
		left: -5% !important;
	}
	.page-template-page-squeeze .ebook-column-form input[type="submit"] {
		padding-left: 0 !important;
	}
	
	.cmmc-block {
    align-items: center;
    flex-direction: column;
	}
	
	.cmmc-block .one-third {
		order: 2;
		display: flex;
        justify-content: center;
	}
	.cmmc-block .one-third  img {
		width: 47%;
		max-width: 100%;
        margin: 0 10px;
		height: 100%;
	}
	.cmmc-block .two-thirds {
    padding: 0 15px 30px;
	}
	
	.intro .home-left a {
		display: table;
		margin: 25px auto;
	}
	
	.single .entry-content p {
		margin: 0;
	}
	.single h1 {
    font-size: 25px;
	}
	.single .entry-content h2 {
	margin-top: 30px !important;
    font-size: 25px;	
	}
	.single .entry-content h3 {
	color: #313453;
    font-size: 23px;
    font-weight: 500;
    margin: 30px 0 0 !important;
    display: block;
    float: left;
	}
	.single .two-thirds h4 {
		margin-bottom: 0;
	}
	.single .two-thirds .related {
		margin-top: 5px !important;
	}
	.single .one-third {
		margin-top: 30px;
	}
	.single .entry-content ul {
	float: left;
    margin: 20px 0 0;
	}
	.single-post-share-icon {
		margin-top: 30px;
		margin-bottom: 10px;
	}
	
	.who_we_serve:after {
		height: 120px !important;
	}
	
	.page-template-page-ebook .ebook-column-form .wp-block-column:last-child p:last-child {
	margin-bottom:20px;
	}
	
	.schedule-call {
		padding-top:60px;
		padding-bottom: 250px;
		height: auto;
		background-position: bottom right !important;
		background-size: contain !important;
        background-repeat: no-repeat !important;
	}

	
	.schedule-call form.wpcf7-form {
		float: none;
	}
	
	.page-template-page-managed-it .schedule-call {
		background-size: cover !important;
	}
	
	.about-us .wp-block-columns:nth-of-type(2) > .wp-block-column:last-child {
		max-width: 100%;
    	padding-left: 0;
    	padding-top: 0px;	
	}
	.about-us .wp-block-column:last-child p {
		text-align: center;
	}
	.about-us .clutch-widget {
	    margin: 0 auto;	
	}
	
	footer .social-media {
		margin-bottom: 20px;
	}
	
	.contact-section span.wpcf7-form-control-wrap.your-name, .contact-section span.wpcf7-form-control-wrap.tel-947, .contact-section span.wpcf7-form-control-wrap.your-email, .contact-section span.wpcf7-form-control-wrap.organization {
		width: 100% !important;
	}
	

	
	
	.cmmc-providers  img {
		max-width: 130px;
	}
	
	.cmmc-providers .ready {
		font-size: 17px;
	}
	
	.centered figure {
		margin-bottom: 25px;
	}
	
	.centered figure img {
		margin: 0 auto;
	}

	.intro.home p.slogan {
		margin-bottom: 30px !important;
	}
	.intro.home h3 {
    top: 41%;
	font-size: 25px;
	}
	.home p.slogan {
    font-size: 16px !important;
	}
	
	li.support-icon .sub-menu {
	width: 22vh;
	}
	
	.book-insert p {
    float: left !important;
    max-width: 100%;
    margin-bottom: 20px !important;
	}
	
	.page-template-page-ebook .wpcf7 a {
    margin-bottom: 10px !important;
    padding-bottom: 20px !important;
    float: left;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
	
   	.single .entry-content .wp-block-columns .wp-block-column:first-child {
    flex-basis: 0% !important;
	padding-bottom: 20px !important;
	}
	
	.single .entry-content .wp-block-columns .wp-block-column:last-child {
    flex-basis: 0% !important;
	padding-bottom: 30px !important;
	float: left;
	}
	
	.single .entry-content .wp-block-columns {
		display: block;
	}
	
	.single .entry-content .wp-block-columns .wp-block-column:first-child img {
		width: 200px;
	}
	
	.page-template-page-ebook .ebook-column-form .wp-block-column:first-child,
	.page-template-page-squeeze .ebook-column-form .wp-block-column:first-child{
		padding: 20px !important;
	}
	
	.page-template-page-ebook .ebook-column-form .wp-block-column:last-child h2 br {
		display: none !important;
	}
	
	.page-template-page-ebook .ebook-column-form .wp-block-column:last-child h2 {
		margin-bottom: 25px !important;
	}

	.purple-section
	.page-template-page-ebook .ebook-column-form .wp-block-column:last-child,
	.page-template-page-squeeze .ebook-column-form .wp-block-column:last-child{
		padding-left: 0px;
		padding-top: 10px !important;
		padding-bottom: 0 !important;
	}
	.page-template-page-squeeze .squeeze-testimonials p {
		font-size: 16px !important;
		padding: 0 20px;
	}


	.squeeze-two-col .wp-block-columns:last-child .wp-block-column:first-child {
    padding-right: 0;
	}
	.page-template-page-squeeze .ebook-column-form .wp-block-column:last-child a {
		text-align: center;
    	display: block;
    	margin-bottom: 20px;
	}
	
	.page-template-page-ebook .ebook-column-form input[type="submit"],
	.page-template-page-squeeze .ebook-column-form input[type="submit"]{
		width: 100% !important;
	}
	.page-template-page-ebook .ebook-group.first {
		display: none;
	}
	.ebook-column-form .wp-block-group__inner-container {
    margin-bottom: 0 !important;
	}
	
	.ebook-group .wp-block-group__inner-container {
		padding: 0 !important
	}
	.page-template-page-ebook .entry .entry-content .ebook-group .wp-block-button .wp-block-button__link,
	.page-template-page-squeeze .entry .entry-content .ebook-group .wp-block-button .wp-block-button__link{
		width: 100% !important;
	}
	
	.wp-block-columns.purple-column:nth-of-type(1) .wp-block-column:last-child {
		margin-top:20px !important;
	}
	
	.wp-block-columns.purple-column:nth-of-type(2) .wp-block-column:last-child {
		padding-top:20px !important;
	}
	.purple-section .wp-block-columns {
		padding:0 !important;
	}
	.purple-section h2 {
		padding-left: 0;
	}
	

.give-us-call a {
    padding-left: 0;
    display: block;
    padding-top: 10px;
}
	
		.cmmc-landing .testimonials_cmmc .config,.cmmc-landing .about-us-section a {
		width: 100% !important;
		text-align: center;
	}
	.cmmc-landing .about-us-section a {
		line-height: 28px;
	}
	.cmmc-landing .hideform .form-wrapper {
    padding-bottom: 25px !important;
}
	
	.author-box .wp-block-column:last-child {
		flex-basis: unset !important;
		padding-left: 20px;
		width: 50%;
	}
	
	.page-template-page-ebook .author-box strong {
		padding-top: 10px;
	}
	
	.cmmc-landing .hideform input[type="submit"] {
		width:100% !important;
	}
	.cmmc-landing .hideform p a {
		width: 100%;
		display: block;
    	padding: 0;
	}
	
	.cmmc-landing .ready-to-get-started {
		float: left;
		width: 100%;
	}
	.cmmc-landing .ready-to-get-started strong {
		display: block;
	}
	.cmmc-landing .ready-to-get-started a {
		padding: 0;
	}
	
	.wc-price-bottom-left span:nth-of-type(1) {
		font-size: 1.3em;
	}
	
	.wc-price-bottom-left span:last-child {
    font-size: 15px !important;
	}
	
	.config-cyber.tooltip {
		display: block !important;
		margin: 20px auto 30px !important;
	}
	
	.tooltip {
		display: block !important;
	}
	
	.tooltiptext, .page-template-page-cyber-security a.wc-free-trial::after {
		display: none;
	}
	.page-template-page-cyber-security a.wc-free-trial {
		padding: 7px 0;
	}
	
	
	
	.pricing table tr:first-child h4 {
  font-size: 13px !important;
  word-break:break-word;
  position: absolute;
  top: -75px;
 }
	.wc-price-bottom-right img {
    display: block;
	}

 .linkedin-landing article.post-1615,
 .linkedin-landing article.post-1643,
 .linkedin-landing  #primary #main article.post-1642,
 .linkedin-landing article.post-2169,
 .linkedin-landing article.post-2457,
	.linkedin-landing article.post-2547
 {
  padding: 50px 0;
 }

 .linkedin-landing h2.section-heading {
  font-size: 30px !important;
  text-align: left !important;
  padding: 0 !important;
 }

	.linkedin-landing #main h2.section-heading {
		margin-bottom: 0 !important;
		margin-top: 40px !important;
	}
	
	body.linkedin-landing footer .social-media {
		margin-bottom: 20px;
	}
		
	body.linkedin-landing .cyber-security-lp1 .hideform input[type=submit],body.linkedin-landing .cyber-security-lp2 .hideform input[type=submit] {
		margin: 0 auto 10px;
		float: none;
	}
	
	body.linkedin-landing .cyber-security-lp2 .wc-bottom-form .form-wrapper {
		max-width: 85% !important;
	}
	
	body.linkedin-landing .full.it .hideform form {
    width: 100%;
    max-width: 90%;
    margin: 150px auto -100px !important;
    float: none;
    overflow: auto;
	padding-bottom: 20px;
	}
	
	body.linkedin-landing .full.it .wpcf7-response-output {
		margin-top: 10px !important;
    	float: left;
	}
	
	body.linkedin-landing .full.it .cl-right input[type="submit"] {
		float: none;
    	margin: 0 auto 0px !important;
    	display: block;
	}
	
	body.linkedin-landing .full.it .cl-right .ajax-loader {
		display: none;
	}
	
	.page-template-page-linkedin-landing-mi article.entry {
		padding-top:150px;
	}
	
	
	
	.cyber-security-lp1 #main h2 {
		font-size: 18px;
		text-align: left;
		margin-top: 20px !important;
		margin-bottom: 40px !important;
	}
	
	body.linkedin-landing .cyber-security-lp1 .packages {
		padding-top:30px;
	}
	
	body.linkedin-landing .cyber-security-lp1 .packages p {
		text-align: left;
	}
	
	.intro.home .wp-block-column:last-child {
		margin-top: 25px;
	}
	
		body.linkedin-landing .why-do-you-need .video-container h2 {
   		top: 5px !important;
	}
	
	
	.page-template-page-cyber-security ul#menu-cyber-security-mega-menu-two {
		margin-top: -5px;
	}
	
	.page-template-page-contact .text {
	margin: 40px auto 0px;
	}
	
		.linkedin-landing .container.full.it h2 {
		max-width: 100%;
	}

	
	.home #menu-landing-menu-1 {
		margin-bottom: 20px;
	}
	
	.hideform input[type="submit"] {
		float: left;
		margin-top: 0;
	}
	.hideform .form-wrapper {
   		padding: 20px 20px 20px;
	}
	
	.hideform .form-wrapper p {
		line-height: 20px;
		margin: 10px 0 20px;
	}
	
	.header-info li.support-icon > a {
		font-size: 12px !important;
	}

	
	nav.fixed-section a br {
		display: block;
	}
	
	nav.fixed-section a br:nth-of-type(2) {
		display: none;
	}

	.breadcrumb {
		float: none;
	}
	.page-template-page-contact .left-side {
		margin-top: 30px !important;
	}
	.page-template-page-contact .left-side, .page-template-page-contact .right-side, .hideform .left-side, .hideform .right-side  {
		width: 100%;
	}
	.page-template-page-contact .right-side h3 {
		display: none;
	}
	.page-template-page-contact .left-side h3 {
		display: block;
	}
	.page-template-page-contact .right-side input[type="submit"] {
		float: left;
	}

	
	.intro.home .wp-block-column a {
		display:block;
		margin:0 auto 50px; 
		padding: 20px 0 25px;
	}
	
	.intro.home .wp-block-columns {
		margin-top:0;
	}
	
	.blog-read-time {
		margin-bottom: 20px;
	}
	
	.single .entry-content:not(.no-space) .no-spacing {
	float:left !important;
    padding-top: 0px !important;
}

	
	.table-contents-select.keep
	{
		display: block;
		position: fixed;
	    top: 30px;
	    background: #fff;
	    width: 100%;
	    left: 0;
	    padding: 15px 14px 10px;
		z-index: 1;
	}
	.single .two-third-left {
		width: 100%;
	}

	.table-contents-select h5 
	{
    	margin: 10px 0 0 0;
	}

	.table-contents.keep
	{
		display: none;
	}
	
	select#toc 
	{
	    padding: 3px !important;
	}
	
	.direction-reveal__overlay {
    	animation: none !important;
		position: relative !important;
	}	
	.direction-reveal--3-grid .direction-reveal__card {
    	flex: 0 0 100% !important;
    	max-width: 100% !important;
	}
	.review-box span {
		display: none !important;
	}
	.review-box {
		height: auto;
		background: transparent;
		padding:30px 0 10px;
	}
	.review-box hr {
		display: none;
	}
	blockquote {
		font-size: 13px !important;
		line-height: 19px !important;
	}

	.direction-reveal__overlay span {
		padding-top: 10px !important;
	}
	.direction-reveal__overlay span, .direction-reveal__overlay strong {
		font-size: 13px !important;
	}
	
	.page-template-page-contact footer .wp-block-column {
		margin-bottom:0 !important;
	}
	
	
	.mega .wp-block-column:not(:first-child) {
		margin-left: 0 !important;
	}
	

	
	.team .highlight {
		margin: 0 auto 30px;
	}
	
		.showSingle {
		display: none;
	}
	.targetDiv {
		display: block;
	    margin-bottom: 30px;
	}
	
	.slider-holder {
		margin-top:20px !important;
	}
	
	.slider3d_left, .slider3d_right {
    width: 14px !important;
    height: 27px !important;
	}
	
	.slider3d_wrap > * {
		padding: 0 25px 0 10px !important;
	}
	.thumb-intro h2 {
		margin-top: 0 !important;
    	font-size: 18px !important;
    	line-height: 21px;
	}
	.thumb-intro blockquote,.thumb-intro strong,.thumb-intro em {
    font-size: 14px !important;
    line-height: 20px !important;
	}
	
	.lity-iframe-container {
		padding-top: 100% !important;
		height: 550px !important;
	}
	li.support-icon > a {
		font-size: 0 !important;
	}
	li.support-icon a:before {
    	left: -15px !important;
    	top: -15px !important;
}

	.intro {
		padding-top:65px;
	}
	footer {
		padding-top:20px !important;
	}
	.home-left .text br {
		display: none;
	}
	.mega .highlight {
		margin:0 auto 15px;
	}
	footer form {
		margin-top:25px;
	}
	.nav-menu {
		text-align: center;
	}
	.intro .menu {
		text-align: center;
		padding: 0;
	}
	.intro .menu li {
		margin-bottom: 15px;
	}
	.site-logo.mobile.hover {
		display: none;
	}
	.mega-open .site-logo.mobile {
		display: none;
	}
	.mega-open .site-logo.mobile.hover {
		display: block;
		z-index: 99;
	}
	.mega {
		padding-top:8px;
	}
	h2 {
		margin:15px 0 0 !important;
		font-size:35px;
	}
	.wp-block-button {
		float:none !important;
    	margin: 0 auto !important;
    	display: block !important;
		text-align: center !important;
	}
	.entry-content p {
		text-align: left !important;
	}
	.container.large {
		position: relative;
		margin-top:-17px;
	}
	.has-3-columns .wp-block-column:nth-of-type(1),.has-3-columns .wp-block-column:nth-of-type(3) {
		display: none;
	}
	
	.blue-section section {
  		padding:50px 0;
}
	.blue-section {
		margin-bottom:0 !important;
	}
	.home-left .text {
		width: 330px;
		max-width: 100%;
    	margin: 0 auto 15px;
	}
	.home-left .text p {
    	text-align: center !important;
}
	a.config {
		margin: 10px auto;
		width: 265px;
	}
	.home a.config {
		display: none;
	}
	nav.fixed-section ul li a {
		font-size: 15px;
		margin-bottom: 5px;
	}
	nav.fixed-section ul li {
		width: 21%;
		margin: 0 5.2% 5px 0;
    	text-align: center;
    	line-height: 20px;
	}
	nav.fixed-section ul li:last-child {
		margin-right: 0;
	}
	nav.fixed-section ul li a:hover, li.wcActiveMenu a {
		margin-bottom: 5px;
	}
	nav.fixed-section h3 {
		margin:0 0 5px 0;
	}

}

@media only screen and (max-width: 480px) {
	.page-template-page-managed-it a.nist-logo {
	bottom: 10% !important;
	right: 4% !important;
	}
	.page-template-page-cyber-security a.nist-logo {
    top: 70% !important;
	}
	.error404 .page-content form {
	display: block;
    gap: 0%;
}
.error404 .page-content form label {
	width: 100% !important;
	margin-bottom: 10px !important;
	display: block;
}
.error404 .page-content form .search-submit {
	width: 100% !important;
}
	
	.page-template-page-squeeze .ebook-column-form input[type="submit"] {
	padding-left: 50px !important;
	}
	
	.pricing table tr .wc-price-bottom-right li img {
    margin-right: 0px;
	}
	
	.risk-assessment .tabs_contents {
		height: 450px;
	}

	.slider-holder {
    margin-bottom:300px !important;
    }
	body .contact-section .right-side {
		width: 100% !important;
	}
	section.wc-faq ul.wc-faq-ul li span.question {
		font-size: 18px;
		line-height: 24px;
	}
	
	.page-template-page-managed-it .intro.homeSection2 {
		height: 80vh;
	}
}


.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: rgba(0, 0, 0, .9) !important;
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: absolute !important;
  top: -40px !important;
  right: -15px !important;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;

  font-size:0 !important;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 94%;
  max-width: 1300px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000 !important;
}
.lity-hide {
  display: none;
}

.slider3d .slider3d_wrap > div
{
  -webkit-perspective: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  visibility:visible;
  backface-visibility: hidden;
}













.direction-reveal__card {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.direction-reveal__img {
  display: block;
  max-width: 100%;
  height: auto;
}

.direction-reveal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  color: #fff;
  overflow: hidden;
  background-color:#313453;
}

.direction-reveal__overlay h3 {
	font-weight: 500;
    font-size: 17px;
    margin: 0;
}

.direction-reveal__overlay hr {
	margin-top:10px;
	margin-bottom: 0;
}

.direction-reveal__anim--enter, .direction-reveal__anim--leave {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.direction-reveal__anim--enter {
  transform: translate3d(0, -100%, 0);
}

.direction-reveal__title {
  margin-top: 0;
}

.direction-reveal__text {
  margin-bottom: 0;
}

.direction-reveal--3-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.direction-reveal--3-grid .direction-reveal__card {
  border: 8px solid transparent;
}

@media (min-width: 576px) {
  .direction-reveal--3-grid .direction-reveal__card {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

.direction-reveal--3-grid-cssgrid {
  display: grid;
  margin-right: -8px;
  margin-left: -8px;
}

@media (min-width: 576px) {
  .direction-reveal--3-grid-cssgrid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.direction-reveal--3-grid-cssgrid .direction-reveal__card {
  border: 8px solid transparent;
}

.direction-reveal--grid-bootstrap .direction-reveal__card {
  margin-top: 15px;
  margin-bottom: 15px;
}

.swing--enter-top .direction-reveal__anim--enter {
  -webkit-animation-name: swing--enter-top;
          animation-name: swing--enter-top;
}

.swing--enter-top .direction-reveal__anim--leave {
  -webkit-animation-name: swing--leave-bottom;
          animation-name: swing--leave-bottom;
}

.swing--enter-bottom .direction-reveal__anim--enter {
  -webkit-animation-name: swing--enter-bottom;
          animation-name: swing--enter-bottom;
}

.swing--enter-bottom .direction-reveal__anim--leave {
  -webkit-animation-name: swing--leave-top;
          animation-name: swing--leave-top;
}

.swing--enter-left .direction-reveal__anim--enter {
  -webkit-animation-name: swing--enter-left;
          animation-name: swing--enter-left;
}

.swing--enter-left .direction-reveal__anim--leave {
  -webkit-animation-name: swing--leave-right;
          animation-name: swing--leave-right;
}

.swing--enter-right .direction-reveal__anim--enter {
  -webkit-animation-name: swing--enter-right;
          animation-name: swing--enter-right;
}

.swing--enter-right .direction-reveal__anim--leave {
  -webkit-animation-name: swing--leave-left;
          animation-name: swing--leave-left;
}

.swing--leave-top .direction-reveal__anim--enter {
  -webkit-animation-name: swing--leave-top;
          animation-name: swing--leave-top;
}

.swing--leave-top .direction-reveal__anim--leave {
  -webkit-animation-name: swing--enter-bottom;
          animation-name: swing--enter-bottom;
}

.swing--leave-bottom .direction-reveal__anim--enter {
  -webkit-animation-name: swing--leave-bottom;
          animation-name: swing--leave-bottom;
}

.swing--leave-bottom .direction-reveal__anim--leave {
  -webkit-animation-name: swing--enter-top;
          animation-name: swing--enter-top;
}

.swing--leave-left .direction-reveal__anim--enter {
  -webkit-animation-name: swing--leave-left;
          animation-name: swing--leave-left;
}

.swing--leave-left .direction-reveal__anim--leave {
  -webkit-animation-name: swing--enter-right;
          animation-name: swing--enter-right;
}

.swing--leave-right .direction-reveal__anim--enter {
  -webkit-animation-name: swing--leave-right;
          animation-name: swing--leave-right;
}

.swing--leave-right .direction-reveal__anim--leave {
  -webkit-animation-name: swing--enter-left;
          animation-name: swing--enter-left;
}

.direction-reveal [class*='swing--'] {
  perspective: 400px;
}

.direction-reveal [class*='swing--'] .direction-reveal__anim--enter, .direction-reveal [class*='swing--'] .direction-reveal__anim--leave {
  transform: rotate3d(0, 0, 0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.swing--enter-top, .swing--leave-top {
  perspective-origin: center top;
}



.swing--enter-top .direction-reveal__anim--enter, .swing--enter-top .direction-reveal__anim--leave, .swing--leave-top .direction-reveal__anim--enter, .swing--leave-top .direction-reveal__anim--leave {
  transform-origin: center top;
}

.swing--enter-bottom, .swing--leave-bottom {
  perspective-origin: center bottom;
}

.swing--enter-bottom .direction-reveal__anim--enter, .swing--enter-bottom .direction-reveal__anim--leave, .swing--leave-bottom .direction-reveal__anim--enter, .swing--leave-bottom .direction-reveal__anim--leave {
  transform-origin: center bottom;
}

.swing--enter-left, .swing--leave-left {
  perspective-origin: left center;
}

.swing--enter-left .direction-reveal__anim--enter, .swing--enter-left .direction-reveal__anim--leave, .swing--leave-left .direction-reveal__anim--enter, .swing--leave-left .direction-reveal__anim--leave {
  transform-origin: left center;
}

.swing--enter-right, .swing--leave-right {
  perspective-origin: right center;
}

.swing--enter-right .direction-reveal__anim--enter, .swing--enter-right .direction-reveal__anim--leave, .swing--leave-right .direction-reveal__anim--enter, .swing--leave-right .direction-reveal__anim--leave {
  transform-origin: right center;
}

@-webkit-keyframes swing--enter-top {
  0% {
    transform: rotate3d(-1, 0, 0, 90deg);
  }
}

@keyframes swing--enter-top {
  0% {
    transform: rotate3d(-1, 0, 0, 90deg);
  }
}

@-webkit-keyframes swing--leave-top {
  100% {
    transform: rotate3d(-1, 0, 0, 90deg);
  }
}

@keyframes swing--leave-top {
  100% {
    transform: rotate3d(-1, 0, 0, 90deg);
  }
}

@-webkit-keyframes swing--enter-bottom {
  0% {
    transform: rotate3d(1, 0, 0, 90deg);
  }
}

@keyframes swing--enter-bottom {
  0% {
    transform: rotate3d(1, 0, 0, 90deg);
  }
}

@-webkit-keyframes swing--leave-bottom {
  100% {
    transform: rotate3d(1, 0, 0, 90deg);
  }
}

@keyframes swing--leave-bottom {
  100% {
    transform: rotate3d(1, 0, 0, 90deg);
  }
}

@-webkit-keyframes swing--enter-left {
  0% {
    transform: rotate3d(0, 1, 0, 90deg);
  }
}

@keyframes swing--enter-left {
  0% {
    transform: rotate3d(0, 1, 0, 90deg);
  }
}

@-webkit-keyframes swing--leave-left {
  100% {
    transform: rotate3d(0, 1, 0, 90deg);
  }
}

@keyframes swing--leave-left {
  100% {
    transform: rotate3d(0, 1, 0, 90deg);
  }
}

@-webkit-keyframes swing--enter-right {
  0% {
    transform: rotate3d(0, -1, 0, 90deg);
  }
}

@keyframes swing--enter-right {
  0% {
    transform: rotate3d(0, -1, 0, 90deg);
  }
}

@-webkit-keyframes swing--leave-right {
  100% {
    transform: rotate3d(0, -1, 0, 90deg);
  }
}

@keyframes swing--leave-right {
  100% {
    transform: rotate3d(0, -1, 0, 90deg);
  }
}

.slide--enter-top .direction-reveal__anim--enter {
  -webkit-animation-name: slide--enter-top;
          animation-name: slide--enter-top;
}

.slide--enter-top .direction-reveal__anim--leave {
  -webkit-animation-name: slide--leave-bottom;
          animation-name: slide--leave-bottom;
}

.slide--enter-bottom .direction-reveal__anim--enter {
  -webkit-animation-name: slide--enter-bottom;
          animation-name: slide--enter-bottom;
}

.slide--enter-bottom .direction-reveal__anim--leave {
  -webkit-animation-name: slide--leave-top;
          animation-name: slide--leave-top;
}

.slide--enter-left .direction-reveal__anim--enter {
  -webkit-animation-name: slide--enter-left;
          animation-name: slide--enter-left;
}

.slide--enter-left .direction-reveal__anim--leave {
  -webkit-animation-name: slide--leave-right;
          animation-name: slide--leave-right;
}

.slide--enter-right .direction-reveal__anim--enter {
  -webkit-animation-name: slide--enter-right;
          animation-name: slide--enter-right;
}

.slide--enter-right .direction-reveal__anim--leave {
  -webkit-animation-name: slide--leave-left;
          animation-name: slide--leave-left;
}

.slide--leave-top .direction-reveal__anim--enter {
  -webkit-animation-name: slide--leave-top;
          animation-name: slide--leave-top;
}

.slide--leave-top .direction-reveal__anim--leave {
  -webkit-animation-name: slide--enter-bottom;
          animation-name: slide--enter-bottom;
}

.slide--leave-bottom .direction-reveal__anim--enter {
  -webkit-animation-name: slide--leave-bottom;
          animation-name: slide--leave-bottom;
}

.slide--leave-bottom .direction-reveal__anim--leave {
  -webkit-animation-name: slide--enter-top;
          animation-name: slide--enter-top;
}

.slide--leave-left .direction-reveal__anim--enter {
  -webkit-animation-name: slide--leave-left;
          animation-name: slide--leave-left;
}

.slide--leave-left .direction-reveal__anim--leave {
  -webkit-animation-name: slide--enter-right;
          animation-name: slide--enter-right;
}

.slide--leave-right .direction-reveal__anim--enter {
  -webkit-animation-name: slide--leave-right;
          animation-name: slide--leave-right;
}

.slide--leave-right .direction-reveal__anim--leave {
  -webkit-animation-name: slide--enter-left;
          animation-name: slide--enter-left;
}

.direction-reveal [class*='slide--'] .direction-reveal__anim--enter, .direction-reveal [class*='slide--'] .direction-reveal__anim--leave {
  transform: translate3d(0, 0, 0);
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@-webkit-keyframes slide--enter-top {
  0% {
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slide--enter-top {
  0% {
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes slide--leave-top {
  100% {
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slide--leave-top {
  100% {
    transform: translate3d(0, -100%, 0);
  }
}

@-webkit-keyframes slide--enter-bottom {
  0% {
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slide--enter-bottom {
  0% {
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes slide--leave-bottom {
  100% {
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slide--leave-bottom {
  100% {
    transform: translate3d(0, 100%, 0);
  }
}

@-webkit-keyframes slide--enter-left {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slide--enter-left {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes slide--leave-left {
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slide--leave-left {
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes slide--enter-right {
  0% {
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slide--enter-right {
  0% {
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes slide--leave-right {
  100% {
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slide--leave-right {
  100% {
    transform: translate3d(100%, 0, 0);
  }
}

.roll-out--enter-top .direction-reveal__anim--enter {
  -webkit-animation-name: roll-out--enter-top;
          animation-name: roll-out--enter-top;
}

.roll-out--enter-top .direction-reveal__anim--leave {
  -webkit-animation-name: roll-out--leave-bottom;
          animation-name: roll-out--leave-bottom;
}

.roll-out--enter-bottom .direction-reveal__anim--enter {
  -webkit-animation-name: roll-out--enter-bottom;
          animation-name: roll-out--enter-bottom;
}

.roll-out--enter-bottom .direction-reveal__anim--leave {
  -webkit-animation-name: roll-out--leave-top;
          animation-name: roll-out--leave-top;
}

.roll-out--enter-left .direction-reveal__anim--enter {
  -webkit-animation-name: roll-out--enter-left;
          animation-name: roll-out--enter-left;
}

.roll-out--enter-left .direction-reveal__anim--leave {
  -webkit-animation-name: roll-out--leave-right;
          animation-name: roll-out--leave-right;
}

.roll-out--enter-right .direction-reveal__anim--enter {
  -webkit-animation-name: roll-out--enter-right;
          animation-name: roll-out--enter-right;
}

.roll-out--enter-right .direction-reveal__anim--leave {
  -webkit-animation-name: roll-out--leave-left;
          animation-name: roll-out--leave-left;
}

.roll-out--leave-top .direction-reveal__anim--enter {
  -webkit-animation-name: roll-out--leave-top;
          animation-name: roll-out--leave-top;
}

.roll-out--leave-top .direction-reveal__anim--leave {
  -webkit-animation-name: roll-out--enter-bottom;
          animation-name: roll-out--enter-bottom;
}

.roll-out--leave-bottom .direction-reveal__anim--enter {
  -webkit-animation-name: roll-out--leave-bottom;
          animation-name: roll-out--leave-bottom;
}

.roll-out--leave-bottom .direction-reveal__anim--leave {
  -webkit-animation-name: roll-out--enter-top;
          animation-name: roll-out--enter-top;
}

.roll-out--leave-left .direction-reveal__anim--enter {
  -webkit-animation-name: roll-out--leave-left;
          animation-name: roll-out--leave-left;
}

.roll-out--leave-left .direction-reveal__anim--leave {
  -webkit-animation-name: roll-out--enter-right;
          animation-name: roll-out--enter-right;
}

.roll-out--leave-right .direction-reveal__anim--enter {
  -webkit-animation-name: roll-out--leave-right;
          animation-name: roll-out--leave-right;
}

.roll-out--leave-right .direction-reveal__anim--leave {
  -webkit-animation-name: roll-out--enter-left;
          animation-name: roll-out--enter-left;
}

.direction-reveal [class*='roll-out--'] .direction-reveal__anim--enter, .direction-reveal [class*='roll-out--'] .direction-reveal__anim--leave {
  transform: translate3d(0, 0, 0);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@-webkit-keyframes roll-out--enter-top {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
}

@keyframes roll-out--enter-top {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
}

@-webkit-keyframes roll-out--leave-top {
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
}

@keyframes roll-out--leave-top {
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
}

@-webkit-keyframes roll-out--enter-bottom {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
}

@keyframes roll-out--enter-bottom {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
}

@-webkit-keyframes roll-out--leave-bottom {
  100% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
}

@keyframes roll-out--leave-bottom {
  100% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
}

@-webkit-keyframes roll-out--enter-left {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
}

@keyframes roll-out--enter-left {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
}

@-webkit-keyframes roll-out--leave-left {
  100% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
}

@keyframes roll-out--leave-left {
  100% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
}

@-webkit-keyframes roll-out--enter-right {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

@keyframes roll-out--enter-right {
  0% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

@-webkit-keyframes roll-out--leave-right {
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

@keyframes roll-out--leave-right {
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}

.rotate--enter-top .direction-reveal__anim--enter {
  -webkit-animation-name: rotate--enter-top;
          animation-name: rotate--enter-top;
}

.rotate--enter-top .direction-reveal__anim--leave {
  -webkit-animation-name: rotate--leave-bottom;
          animation-name: rotate--leave-bottom;
}

.rotate--enter-bottom .direction-reveal__anim--enter {
  -webkit-animation-name: rotate--enter-bottom;
          animation-name: rotate--enter-bottom;
}

.rotate--enter-bottom .direction-reveal__anim--leave {
  -webkit-animation-name: rotate--leave-top;
          animation-name: rotate--leave-top;
}

.rotate--enter-left .direction-reveal__anim--enter {
  -webkit-animation-name: rotate--enter-left;
          animation-name: rotate--enter-left;
}

.rotate--enter-left .direction-reveal__anim--leave {
  -webkit-animation-name: rotate--leave-right;
          animation-name: rotate--leave-right;
}

.rotate--enter-right .direction-reveal__anim--enter {
  -webkit-animation-name: rotate--enter-right;
          animation-name: rotate--enter-right;
}

.rotate--enter-right .direction-reveal__anim--leave {
  -webkit-animation-name: rotate--leave-left;
          animation-name: rotate--leave-left;
}

.rotate--leave-top .direction-reveal__anim--enter {
  -webkit-animation-name: rotate--leave-top;
          animation-name: rotate--leave-top;
}

.rotate--leave-top .direction-reveal__anim--leave {
  -webkit-animation-name: rotate--enter-bottom;
          animation-name: rotate--enter-bottom;
}

.rotate--leave-bottom .direction-reveal__anim--enter {
  -webkit-animation-name: rotate--leave-bottom;
          animation-name: rotate--leave-bottom;
}

.rotate--leave-bottom .direction-reveal__anim--leave {
  -webkit-animation-name: rotate--enter-top;
          animation-name: rotate--enter-top;
}

.rotate--leave-left .direction-reveal__anim--enter {
  -webkit-animation-name: rotate--leave-left;
          animation-name: rotate--leave-left;
}

.rotate--leave-left .direction-reveal__anim--leave {
  -webkit-animation-name: rotate--enter-right;
          animation-name: rotate--enter-right;
}

.rotate--leave-right .direction-reveal__anim--enter {
  -webkit-animation-name: rotate--leave-right;
          animation-name: rotate--leave-right;
}

.rotate--leave-right .direction-reveal__anim--leave {
  -webkit-animation-name: rotate--enter-left;
          animation-name: rotate--enter-left;
}

.direction-reveal [class*='rotate--'] .direction-reveal__anim--enter, .direction-reveal [class*='rotate--'] .direction-reveal__anim--leave {
  transform: rotate(0);
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.rotate--enter-top .direction-reveal__anim--enter, .rotate--enter-top .direction-reveal__anim--leave, .rotate--leave-top .direction-reveal__anim--enter, .rotate--leave-top .direction-reveal__anim--leave {
  transform-origin: left top;
}

.rotate--enter-bottom .direction-reveal__anim--enter, .rotate--enter-bottom .direction-reveal__anim--leave, .rotate--leave-bottom .direction-reveal__anim--enter, .rotate--leave-bottom .direction-reveal__anim--leave {
  transform-origin: left bottom;
}

.rotate--enter-left .direction-reveal__anim--enter, .rotate--enter-left .direction-reveal__anim--leave, .rotate--leave-left .direction-reveal__anim--enter, .rotate--leave-left .direction-reveal__anim--leave {
  transform-origin: left top;
}

.rotate--enter-right .direction-reveal__anim--enter, .rotate--enter-right .direction-reveal__anim--leave, .rotate--leave-right .direction-reveal__anim--enter, .rotate--leave-right .direction-reveal__anim--leave {
  transform-origin: right top;
}

@-webkit-keyframes rotate--enter-top {
  0% {
    transform: rotate(-90deg);
  }
}

@keyframes rotate--enter-top {
  0% {
    transform: rotate(-90deg);
  }
}

@-webkit-keyframes rotate--leave-top {
  100% {
    transform: rotate(-90deg);
  }
}

@keyframes rotate--leave-top {
  100% {
    transform: rotate(-90deg);
  }
}

@-webkit-keyframes rotate--enter-bottom {
  0% {
    transform: rotate(90deg);
  }
}

@keyframes rotate--enter-bottom {
  0% {
    transform: rotate(90deg);
  }
}

@-webkit-keyframes rotate--leave-bottom {
  100% {
    transform: rotate(90deg);
  }
}

@keyframes rotate--leave-bottom {
  100% {
    transform: rotate(90deg);
  }
}

@-webkit-keyframes rotate--enter-left {
  0% {
    transform: rotate(90deg);
  }
}

@keyframes rotate--enter-left {
  0% {
    transform: rotate(90deg);
  }
}

@-webkit-keyframes rotate--leave-left {
  100% {
    transform: rotate(90deg);
  }
}

@keyframes rotate--leave-left {
  100% {
    transform: rotate(90deg);
  }
}

@-webkit-keyframes rotate--enter-right {
  0% {
    transform: rotate(-90deg);
  }
}

@keyframes rotate--enter-right {
  0% {
    transform: rotate(-90deg);
  }
}

@-webkit-keyframes rotate--leave-right {
  100% {
    transform: rotate(-90deg);
  }
}

@keyframes rotate--leave-right {
  100% {
    transform: rotate(-90deg);
  }
}

.flip--enter-top .direction-reveal__anim--enter {
  -webkit-animation-name: flip--enter-top;
          animation-name: flip--enter-top;
}

.flip--enter-top .direction-reveal__anim--leave {
  -webkit-animation-name: flip--leave-bottom;
          animation-name: flip--leave-bottom;
}

.flip--enter-bottom .direction-reveal__anim--enter {
  -webkit-animation-name: flip--enter-bottom;
          animation-name: flip--enter-bottom;
}

.flip--enter-bottom .direction-reveal__anim--leave {
  -webkit-animation-name: flip--leave-top;
          animation-name: flip--leave-top;
}

.flip--enter-left .direction-reveal__anim--enter {
  -webkit-animation-name: flip--enter-left;
          animation-name: flip--enter-left;
}

.flip--enter-left .direction-reveal__anim--leave {
  -webkit-animation-name: flip--leave-right;
          animation-name: flip--leave-right;
}

.flip--enter-right .direction-reveal__anim--enter {
  -webkit-animation-name: flip--enter-right;
          animation-name: flip--enter-right;
}

.flip--enter-right .direction-reveal__anim--leave {
  -webkit-animation-name: flip--leave-left;
          animation-name: flip--leave-left;
}

.flip--leave-top .direction-reveal__anim--enter {
  -webkit-animation-name: flip--leave-top;
          animation-name: flip--leave-top;
}

.flip--leave-top .direction-reveal__anim--leave {
  -webkit-animation-name: flip--enter-bottom;
          animation-name: flip--enter-bottom;
}

.flip--leave-bottom .direction-reveal__anim--enter {
  -webkit-animation-name: flip--leave-bottom;
          animation-name: flip--leave-bottom;
}

.flip--leave-bottom .direction-reveal__anim--leave {
  -webkit-animation-name: flip--enter-top;
          animation-name: flip--enter-top;
}

.flip--leave-left .direction-reveal__anim--enter {
  -webkit-animation-name: flip--leave-left;
          animation-name: flip--leave-left;
}

.flip--leave-left .direction-reveal__anim--leave {
  -webkit-animation-name: flip--enter-right;
          animation-name: flip--enter-right;
}

.flip--leave-right .direction-reveal__anim--enter {
  -webkit-animation-name: flip--leave-right;
          animation-name: flip--leave-right;
}

.flip--leave-right .direction-reveal__anim--leave {
  -webkit-animation-name: flip--enter-left;
          animation-name: flip--enter-left;
}

.direction-reveal [class*='flip--'] {
  perspective: 800px;
  overflow: visible;
}

.direction-reveal [class*='flip--'] .direction-reveal__anim--enter, .direction-reveal [class*='flip--'] .direction-reveal__anim--leave {
  transform: rotateX(0) rotateY(0);
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}

@-webkit-keyframes flip--enter-top {
  0% {
    transform: rotateX(180deg) rotateY(0);
  }
}

@keyframes flip--enter-top {
  0% {
    transform: rotateX(180deg) rotateY(0);
  }
}

@-webkit-keyframes flip--leave-top {
  100% {
    transform: rotateX(180deg) rotateY(0);
  }
}

@keyframes flip--leave-top {
  100% {
    transform: rotateX(180deg) rotateY(0);
  }
}

@-webkit-keyframes flip--enter-bottom {
  0% {
    transform: rotateX(-180deg) rotateY(0);
  }
}

@keyframes flip--enter-bottom {
  0% {
    transform: rotateX(-180deg) rotateY(0);
  }
}

@-webkit-keyframes flip--leave-bottom {
  100% {
    transform: rotateX(-180deg) rotateY(0);
  }
}

@keyframes flip--leave-bottom {
  100% {
    transform: rotateX(-180deg) rotateY(0);
  }
}

@-webkit-keyframes flip--enter-left {
  0% {
    transform: rotateX(0) rotateY(-180deg);
  }
}

@keyframes flip--enter-left {
  0% {
    transform: rotateX(0) rotateY(-180deg);
  }
}

@-webkit-keyframes flip--leave-left {
  100% {
    transform: rotateX(0) rotateY(-180deg);
  }
}

@keyframes flip--leave-left {
  100% {
    transform: rotateX(0) rotateY(-180deg);
  }
}

@-webkit-keyframes flip--enter-right {
  0% {
    transform: rotateX(0) rotateY(180deg);
  }
}

@keyframes flip--enter-right {
  0% {
    transform: rotateX(0) rotateY(180deg);
  }
}

@-webkit-keyframes flip--leave-right {
  100% {
    transform: rotateX(0) rotateY(180deg);
  }
}

@keyframes flip--leave-right {
  100% {
    transform: rotateX(0) rotateY(180deg);
  }
}

.alm-listing .alm-reveal>li, .alm-listing>li 
{
    padding: 0px !important;
    background: white !important;
}

.blog .alm-reveal li, 
.post-type-archive-resource .alm-reveal li,
.archive .alm-reveal li, .search .alm-reveal li,
.blog .alm-listing li
{
	height: 475px;
}

.wc-post-content
{
	padding: 15px;
}

.post-share-icon 
{
    background: #f3f4f9;
    bottom: 0;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 5px 0;
    position: absolute;
}

.post-share-icon a
{
    color: #6d6d6d;
    font-size: 16px;
    margin: 0 5px;
    text-align: center;
    float: none;
    display: inline-block;
}

.blog .addthis_inline_share_toolbox_wrq2.addthis_tool 
{
    display: none;
}

.blog-read-time 
{
    background: url('https://www.osibeyond.com/wp-content/themes/osibeyond/img/read_time.png');
    color: #fff;
    float: left;
    padding: 0 0 0 35px;
    font-size: 14px;
    margin-left: 0;
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
}



.single-post-share-icon 
{
    width: 100%;
    float: left;
}

.single-post-share-icon a 
{
    float: left;
    display: inline-grid;
    text-decoration: none !important;
	margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
	text-align: center;
}

.single-post-share-icon i 
{   color: white;
    background: #60727f;
    padding: 5px;
    border-radius: 4px;
    width: 24px;
    font-size: 15px;
    height: 25px;
    max-height: 30px;
    margin: 0;
    vertical-align: baseline;
    line-height: normal;
}

.single .fa-linkedin {
	    background: #0077B5;
}
.single .fa-facebook {
	    background: #4267B2;
}
.single .fa-twitter {
	    background: #00acee;
}
.single .fa-reddit {
	    background: #FF5700;
}

.single .at-above-post.addthis_tool 
{
    display: none;
}
.single .entry-content p
{
	width: 100%;
	float: left;
}

.single .entry-content ol {
	float:left;
	width:100%;
}

.single iframe ~ article .entry-content:not(.no-space) .no-spacing {
    float: left !important;
    padding-top: 0 !important;
}

.two-third-left 
{
    float: left;
    width: 47%;
}

.two-third-left p 
{
    float: left;
    font-size: 14px;
    margin: 0px;
}

p.last-published 
{
    margin-left: 8px;
    font-weight: 400;
	color: #313453;
}

p.wcpostauthor 
{
    margin: 0;
}

.post-featured-image 
{
    float: right;
    width: 53%;
	padding-left: 5%;
}

#toc_container
{
	display: none;
}

.toc-box 
{
    float: left;
    width: 100%;
    border-top: 1px solid #b1b1b1;
    border-bottom: 1px solid #b1b1b1;
	margin: 30px 0;
}

.toc-box ul
{
    padding: 0px;
}

.toc-box li
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.table-contents-select
{
	display: none;
}

select#toc 
{
    border: 1px solid #275282 !important;
}

#pricing .container.pricing .wp-block-columns
{
    position: relative;
}

.sticky-wrapper {
	
}
.sticky-wrapper.stick{
	position: fixed;
	top: 0;
	width:inherit;
    max-width:inherit;
}

.wcOpacityHidden
{
 transition: opacity 0.5s;
 opacity: 0;   
}


.page-template-page-front .intro 
{
 background: linear-gradient(270deg, rgba(217, 217, 233, 0.4), rgba(255, 255, 255, 0.4), rgba(214, 223, 232, 0.4)); 
}




.wpac {
	font-size: 14px!important;
	line-height: 20px!important;
	direction: inherit!important;
	text-align: inherit!important;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
	color: #333!important;
	font-style: normal!important;
	font-weight: normal!important;
	text-decoration: none!important;
	list-style-type: disc!important;
}
.wp-gr .wp-google-left {
	display: table-cell!important;
	vertical-align: top!important;
	min-width: 70px;
}
.wp-gr .wp-google-left img {
	border: none!important;
	float: left!important;
	height: 50px!important;
	width: 50px!important;
	margin-right: 5px!important;
	border-radius: 50%!important;
	box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)!important;

}
.wp-gr .wp-google-right {
	display: table-cell!important;
	vertical-align: top!important;
	width: 10000px!important;
}
.wp-gr .wp-google-name {
	color: black!important;
	font-size: 100%!important;
	font-weight: bold!important;
	margin: 0 0 2px!important;
	padding-right: 6px!important;
	text-decoration: none!important;
}
.wp-gr.wpac .wp-google-name a {
	color: #333!important;
	font-size: 100%!important;
	text-decoration: none!important;
}
.wp-gr .wp-google-rating {
	color: #e7711b!important;
	font-size: 20px!important;
	margin: 0 6px 0 0!important;
	vertical-align: middle!important;
}
.wp-gr .wp-google-powered {
	color: #777!important;
	margin: 6px 0 0!important;
}
.wp-gr .wp-google-powered img {
	max-width: 144px!important;
}

.managed-it-help {
    background-position: top !important;
	padding-top: 70px;
	padding-bottom: 120px;
	margin-bottom: 0;
	height: auto;
	overflow: auto;
	position: relative;
}

.managed-it-help:after {
    content: '';
    background: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/img_mts_02_btm.png);
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover !important;
    height: 156px;

}

.managed-it-help .one-half, .who-we-are-mn-it .one-half, .cybersecurity_training .one-half,.continuous-monitoring .one-half{
	width: 50%;
    text-align: left;
    color: white;
}

	


.schedule-call.mn-it {
    background-position: top !important;
	padding-top: 70px;
	padding-bottom: 70px;
	margin-bottom: 0;
	height: auto;
	
}

.schedule-call.mn-it:after {
	display: none;
}

.schedule-call.mn-it .one-half, .who_we_serve .one-half,.documentation_development .one-half, .security_consulting .one-half,.penetration_testing .one-half  {
	width: 50%;
    float: right;
    text-align: left;
    color: white;
}

.documentation_development .one-half {
	color: #313453 !important;
}

.schedule-call.mn-it .highlight, .managed-it-help .highlight, .who_we_serve .highlight, .who-we-are-mn-it .highlight,
.risk-assessment .highlight,.documentation_development .highlight, .cybersecurity_training .highlight,.continuous-monitoring .highlight,.penetration_testing .highlight,.security_consulting .highlight {
	font-weight: 500;
    font-size: 40px;
    float: left;
    border-color: white;
}

.schedule-call.mn-it p, .managed-it-help p,.managed-it-help li, .who_we_serve p, .who-we-are-mn-it  p, .risk-assessment_intro p,.risk-assessment .tabs_contents p, .documentation_development p,
.cybersecurity_training p, .security_consulting p,.continuous-monitoring p,.penetration_testing p{
	float: left;
	width: 100%;
	font-size: 20px;
    line-height: 30px;
}

.schedule-call.mn-it h3, .managed-it-help h3, .who-we-are-mn-it h3{
    color: white;
    font-weight: 500;
}

.who-we-are-mn-it {
	background-position: top !important;
	padding-top: 70px;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	padding-bottom: 70px;
	margin-bottom: 0;
	height: 100vh;
	display: flex;
	align-items: center;
	overflow: auto;
	position: relative;
}

.page-template-page-managed-it .contact-section {
	padding-bottom: 0;
}


.who_we_serve {
	background-position: top !important;
	padding-top: 70px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	padding-bottom: 130px;
	margin-bottom: 0;
	height: auto;
	overflow: auto;
	position: relative;
	padding-top: 200px;
}



.who_we_serve:before {
    content: '';
    background: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/img_mts_03_btm.png);
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-size: cover !important;
    height: 116px;

}
.who_we_serve:after {
    content: '';
    background: url(https://www.osibeyond.com/wp-content/themes/osibeyond/img/img_mts_callout_bg.png);
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-size: cover !important;
    height: 320px;
    pointer-events: none;
}



.who_we_serve .highlight {
	color: #313453;
    border-color: #313453;
}

.who_we_serve h3 {
	color: black;
	font-weight: 500;
}

.who_we_serve p {
	color: black;
	font-size: 20px;
    line-height: 30px;
}

.who_we_serve .btn {
	background: #55ade4;
    padding: 10px 25px;
    display: table;
	float: left;
	margin: 20px 0;
    color: #313453;
}


.managed-it-testimonials{
	background: #2b314e;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	color: white;
}

/*.managed-it-testimonials:after {
    content: '';
    background: url(img/managed_it_test_slice.png);
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover !important;
    height: 92px;
	pointer-events: none;
}*/

.managed-it-testimonials h2 {
	color: white;
}
.managed-it-testimonials p {
    font-size: 20px;
	color: white;
	width: 900px;
	max-width: 100%;
    margin: 0 auto;
}


.managed-it-testimonials .clutch-widget {
	width: 100%;
	background: transparent;
	padding: 0;
	max-width: 960px;
	margin: 0 auto;
}

.page-template-page-managed-it .home-blog h2 {
	padding-top: 40px;
}



section.your-staff {
	float: left;
	width: 100%;
	padding-bottom: 50px;
	padding-top: 50px;
	position: relative;
	background-repeat: no-repeat !important;
    background-size: 60% !important;
    background-position: right bottom !important;
}
/*section.your-staff:after {
    content: '';
    background: url("img/test_bg.png");
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover !important;
    height: 53px;
	pointer-events: none;
}*/
section.your-staff ul.wcTabs {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0px;
	position: relative;
	margin-bottom: 30px;
}
section.your-staff ul.wcTabs:after {
	content:'';
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: 0;
	background:#b3bcc4;
	left: 0;
}

section.your-staff ul.wcTabs li 
{
	display: inline-block;
    list-style-type: none;
    margin: 0 15px;
    text-transform: capitalize;
    cursor: pointer;
    color: #313453 !important;
    font-weight: 600;
    font-size: 20px;
}
section.your-staff ul.wcTabs li.wc-active {
	border-bottom:2px solid;
	z-index: 9;
	position: relative;
}
section.your-staff ul.wcContents 
{
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 900px;
}
section.your-staff ul.wcContents > li {
	list-style-type: none;
	width: 50%;
}

section.your-staff ul.wcContents h3 {
	font-weight: 500;
    color: #313453;
}

section.your-staff ul.wcContents a.config {
	background: #55ade4 !important;
    color: #313453 !important;
}


@media(min-width:769px)
{
 .page-template-page-front .wcWrapper 
 {
  float: left;
  height: 100%;
 }
 .page-template-page-front .intro.home 
 {
  float: left;
  width: 100%;
 }
 .page-template-page-front .intro.homeSection2 
 {
  float: left;
  display: none;
 }
  .page-template-page-front .intro.home .wrapper 
 {    
  padding-top: 0px;
  position: initial;
 }

 .page-template-page-front .info-section
 {
  margin-bottom: 0px;
  clear: left;
 }
 .page-template-page-front nav.fixed-section 
 {
  padding-top: 60px;
 }
 .page-template-page-front section#primary 
 {
  padding-top: 80px;
 }
 .page-template-page-front .blue-section:before 
 {
  height: 108px;   
 }

 .page-template-page-front #masthead
 {
  transition: background-color 0.7s;
  background-color: rgba(255,255,255,.9);
 }
 
 .page-template-page-front #masthead .site-logo.desktop,
 .page-template-page-front #masthead #site-navigation 
 {
  transition: opacity 0.7s;
  opacity: 1;
 }

}
@media(max-width:1000px){
	
		body.linkedin-landing .why-do-you-need .video-container h2 {
		font-size: 28px;
   		top: 18px;
    	font-weight: 400;
	}
	
		
	body.linkedin-landing .why-do-you-need .video-container img {
		max-height: 60px;
	}

	
.site-header {
	padding: .4em 0 .4em;
	}
 .page-template-page-front nav.fixed-section 
 {
  padding-top: 0px;
 }
 .page-template-page-front .blue-section:before 
 {
  height: 80px;
 }
	
	.mobile-logo-link img {
		max-width: 40px;
		vertical-align: middle;
	}
	
.page-template-page-linkedin-landing-mi .mobile-logo-link:after {
	content: 'Managed IT' !important;
}
	
body:not(.blog):not(.single):not(.archive):not(.page-template-page-contact):not(.page-template-page-team):not(.page-template-page-squeeze)	.mobile-logo-link:after {
	content: 'Managed IT';
	display: inline;
	vertical-align: middle;
    color: #313453;
    font-weight: 600;
	font-size:15px;
	border-left: 1px solid #868686;
    padding-left: 8px;
	margin-left: 4px;
}
.page-template-page-cyber-security .mobile-logo-link:after,
.page-template-page-ebook .mobile-logo-link:after{
	content: 'Cyber Security' !important;
	}
	
	header .custom-logo-link {
		display: none !important;
	}
	
	.home-blog .post-share-icon {
		position: absolute !important;
	}
	.squeeze-two-col .wp-block-columns:first-child .wp-block-column:first-child {
		padding-left: 20px;
		padding-right: 20px;
	}
}


@media(max-width:900px){
	
	.cyber-security-section:after {
	background-position: bottom;
    position: absolute;
    top: auto;
    right: 0;
    left: auto;
    bottom: 0;
    background-size: 100% !important;
    height: 192px;
    width: 220%;
    z-index: 1;
    pointer-events: none;	
	}
	
	.contact-section .left-side {
		width: 100%;
		float: none;
	}
	
	.contact-section .right-side {
	padding: 0;
    float: none;
    margin: 0 auto !important;
	width:40% !important;
	}
	
	.contact-section span.wpcf7-form-control-wrap.your-name, .contact-section span.wpcf7-form-control-wrap.tel-947 {
    width: 48%;
	}
	
	.contact-section span.wpcf7-form-control-wrap.your-email, .contact-section span.wpcf7-form-control-wrap.organization {
    width: 48%;
	}
}



@media (max-width: 1000px) and (min-width: 769px) 
{
 .page-template-page-front section#section-1 
 {
  margin-top: 80px;
 }
}
@media(max-width:768px){
	
	.contact-section .container {
		padding-bottom:30px !important;
	}
	.purple-section.small-right .wp-block-columns {
		display: block;
		overflow-x: hidden;
	}
	.purple-section.small-right .wp-block-columns p {
		float: left;
	}
	.purple-section.small-right .wp-block-columns .wp-block-column:first-child {
	padding-right: 0 !important;
	}
    .schedule-call.mn-it .one-half, .who_we_serve .one-half,.managed-it-help .one-half, .who-we-are-mn-it .one-half,.documentation_development .one-half, .cybersecurity_training .one-half,
	.security_consulting .one-half, .continuous-monitoring .one-half,.penetration_testing .one-half{
    width: 100%;
	}
	.contact-section {
		padding-bottom: 0;
	}
		
	.page-template-page-contact .text {
		font-size: 18px;
	}

	section.your-staff ul.wcTabs li {
		font-size: 16px;
	}
	
 .page-template-page-front .intro.home .wrapper 
 {
  position: relative;

 }

 .page-template-page-front .site-header 
 {
  transition: background-color 0.7s;
 }
 .page-template-page-front .site-header.wcScrollTrue 
 {
  transition: background-color 0.7s;
  background-color: rgba(255,255,255,.9);
 }
.page-template-page-front .mobile-logo-link:after 
 {
  display: none !important;
 }
.page-template-page-front .wcScrollTrue .mobile-logo-link:after 
 {
  display: inline !important;
 }
 .page-template-page-front #site-navigation 
 {
  transition: opacity 0.7s;
 }
 .page-template-page-front .wcScrollTrue #site-navigation 
 {
  transition: opacity 0.7s;
  opacity: 1;
 }
}

/* .container .wp-block-column a.wc-active-menu .highlight
{
    opacity: 1 !important;
} */



