/* START */
body{
	overflow-x: hidden;
}
p, ul, li {
    font-family: "neue-haas-unica", Arial, sans-serif;
    line-height: 150%;
    font-size: 19px;
}
a {
    text-decoration: none !important;
}
span {
    font-weight: inherit !important;
}
h1,h2,h3,h4 {
    color:#000;
    font-weight:900;
    font-family: "neue-haas-unica", Arial, sans-serif;
}
h2 {
    font-size:64px;
}
body h3 {
    font-size: 2.4rem;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}
body.page-template .h3 {
    font-size: 4rem;
	line-height: 1.25;
    font-weight: 700;
}
body h4 {
    letter-spacing: 5px;
    color: #2E4BE5;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.9rem;
}

.blue-gradient {
    background: linear-gradient(97.69deg, #2E4BE6 19.13%, #AFCBFF 86.59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: inherit;
}
.light-blue-gradient {
    background: linear-gradient(96.31deg, #EDEAEA 15.38%, #0056F8 233.65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.yellow-gradient {
	background: linear-gradient(to right, #FFA82A, #FFE2B9);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.gold-text {
    color: #FFA82A !important;
}
.yellow-text {
    color: #FFDE6D !important;
}
.subtitle {
	font-weight: 700!important;
	font-size: 16px!important;
	line-height: 24px!important;
	letter-spacing: 4px!important;
	text-transform: uppercase;
	font-family: "neue-haas-unica", Arial, sans-serif;
}
.subtitle-blue {
	font-weight: 500;
	font-size: 19px;
	line-height: 29px;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-family: "neue-haas-unica", Arial, sans-serif;
	color: #2E4BE6!important;
	margin-bottom: 16px;
}
.white-gradient {
	background: linear-gradient(97.69deg, #FFFFFF 19.13%, #AFCBFF 86.59%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.cta-button {
    border-radius: 6px;
    display:inline-block; 
    margin:0 auto; 
    text-align:center; 
    text-transform:uppercase; 
    color: #fff; 
    font-size: 16px; 
    font-weight:bold; 
    letter-spacing: 0.15px; 
    line-height: 150%;
    padding: 15px 30px;
}
.primary-cta {
    background: linear-gradient(90deg, #0056F8 0%, #98BCFF 100%);
    border-radius: 6px;
    display:inline-block; 
    margin:0 auto; 
    text-align:center; 
    color: #fff; 
    font-size: 16px; 
    font-weight:500; 
    letter-spacing: 0.15px; 
    line-height: 150%;
    padding: 15px 30px;
	border: 3px solid transparent;
	background-clip: padding-box;
}
.primary-cta:hover {
	background: #0056F8;
	background-clip: padding-box;
	color: #fff; 
}
.secondary-cta {
    background: linear-gradient(90deg, #FFA82A 0%, #FFE2B9 100%);
    border-radius: 6px;
    display:inline-block; 
    margin:0 auto; 
    text-align:center; 
    color: #000000; 
    font-size: 16px; 
    font-weight:500; 
    letter-spacing: 0.15px; 
    line-height: 150%;
    padding: 15px 30px;
	border: 3px solid transparent;
	background-clip: padding-box;
}
.secondary-cta:hover {
	background: #FFA82A;
	color: #000000; 
	background-clip: padding-box;
}

.tertiary-cta {
    border-radius: 6.864px;
    padding: 9.152px 20.592px;
    color: #fff;
    background: transparent;
    border: 3px solid #FFA82A;   
    font-size: 14px;
}

.tertiary-cta:hover {
    background: #FFA82A;
    color: #000;
}

.tertiary-blue-cta {    
    padding: 1rem;
    color: #2E4BE6;
    background:linear-gradient(white, white) padding-box, linear-gradient(94.05deg, #0056F8 1.06%, #98BCFF 65.44%) border-box;
    border: 3px solid transparent;   
    font-size: 16px;     
    border-radius: 6px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.15px;
    line-height: 150%;
    padding: 15px 30px;
}

.tertiary-blue-cta:hover {
    background:linear-gradient(94.05deg, #2E4BE6 1.06%, #AFCBFF 65.44%) padding-box, linear-gradient(94.05deg, #2E4BE6 1.06%, #AFCBFF 65.44%) border-box;
	color: white;
}

.orange-gradient-section {
    padding: 2rem 1rem;
    background: radial-gradient(88.89% 79.85% at 22.64% 40.05%, #FFD8A0 0%, #FFA82A 100%) 
}
.orange-gradient-section p {
    color: #121111;
    margin-bottom: 3rem;
}

.orange-gradient-section .we-got-your-back-right {
    margin-top: 2rem;
}
.grid-3-column-layout.dark-section {
    background: linear-gradient(180deg, #040404 12.55%, #333232 190.69%);
}
.grid-3-column-layout.dark-section h4 {
    color: #FFA82A;
}
.grid-3-column-layout .box-outer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: minmax(auto, auto);
    column-gap: 2em;
    row-gap: 2em;
    color: #fff;
}
.grid-2-column-layout .box-outer {
    grid-template-columns: 1fr 1fr;
}
.grid-2-column-layout .box-image {
    margin-top: 2rem;
}
.grid-3-column-layout .box-outer .box{
    background: linear-gradient(97.69deg, rgba(27, 56, 207, 0.4) 19.13%, rgba(74, 95, 205, 0.4) 86.59%);
    border-radius: 5px;
}
.grid-3-column-layout .box-outer .box-inner {
    padding: 4rem;
}
.grid-3-column-layout .box-outer .box p{ 
    font-size: 19px;
}
.grid-3-column-layout .box-outer .box ul{
    list-style-type: disc;
    padding-left: 3rem;
    margin: 3rem 0 4rem;
    font-size: 19px;
    line-height: 150%;
}
.grid-3-column-layout .box-outer .box ul li {
    list-style-type: disc;
}
.grid-3-column-layout .box-outer h3 {
    color: #fff;
    line-height: 130%;
}

.carousel {
    margin-bottom: 5rem;
}

.carousel .card {
    background: linear-gradient(97.69deg, rgba(27, 56, 207, 0.4) 19.13%, rgba(74, 95, 205, 0.4) 86.59%);
    border-radius: 5px;
    height: 100%;
}
.carousel .card .card-body {
    padding: 4rem;
    display: flex;
    flex-direction: column;
}

.carousel .carousel-indicators {
    margin-bottom: -3rem;
    margin-left: 40%;
}

.carousel .card .card-body .card-cta {
    margin-top: auto;
}

@media (min-width: 650px) {
    .grid-3-column-layout .carousel .carousel-inner {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-rows: minmax(auto, auto);
        column-gap: 32px;
        row-gap: 32px;
        color: #fff;
    }
    .grid-2-column-layout .carousel .carousel-inner {
        grid-template-columns: 1fr 1fr;        
    }
    .carousel .carousel-item {
        position: initial;
        display: initial; 
        float: none;
    }
    
    .carousel .carousel-indicators {
        display: none;
    }
}

@media (max-width: 1320px) {
    .grid-3-column-layout .carousel .carousel-inner,
    .carousel .carousel-inner {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: minmax(auto, auto);
        column-gap: 2em;
        row-gap: 2em;
        color: #fff;
    }
}

.dark-section h2, 
.dark-section h3, 
.dark-section p,
.dark-section ul,
.dark-section li {
    color:#fff;
}


.dark-section-side-bg {
    background: radial-gradient(115.29% 1597.78% at 18.89% 29%, #425FF7 0%, #2037AF 100%) 
}


#the-solution.grid-3-column-layout .box-outer .box,
#the-solution .carousel .card {
    background: rgba(43, 43, 157, 0.4);
}

#success-stories {
    color: #121111;
}
#success-stories .success-stories-right {
    position: relative;
}
#success-stories .success-stories-quote {
    font-size: 40px;
    line-height: 150%;
    color: #121111;
    font-weight: 400;
}
#success-stories .orange-arrows {
    position: absolute;
    right: 10px;
    bottom: 0;
    max-width: 100px;
}
#get-started-with {
    background: radial-gradient(115.29% 1597.78% at 18.89% 29%, #425FF7 0%, #2037AF 100%) ;
    overflow: hidden;
}

#get-started-with .get-started-with .vc_column-inner {
   padding-left: 0;
   padding-right: 0;
   max-width: 830px;
   margin: auto;
}

#get-started-with .get-started-with h2 {
   background: linear-gradient(97.69deg, #FFFFFF 19.13%, #AFCBFF 86.59%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
#get-started-with .get-started-with-left {
    max-height: 500px;
}

#get-started-with .get-started-with-right {
    max-height: 500px;
}

#services-section {
	padding: 100px 0;
}

#services-section.grid-3-column-layout .box-outer .box-inner {
    padding: 1rem 3rem;
}
#services-section.grid-3-column-layout .box-outer .box p  {
    margin-bottom: 2rem;
}

#services-section .carousel .card .card-body{
    padding: 24px 32px;
	gap: 16px;
}
#services-section .carousel .card .card-body p,
#services-section .carousel .card .card-body .card-cta{
    margin-bottom: 0;
}

#helixstorm-services.grid-3-column-layout .box-outer .box h3,
#helixstorm-services.grid-3-column-layout .box-outer .box p,
#helixstorm-services .carousel .card h3,
#helixstorm-services .carousel .card p {
    color: #fff;
}
#helixstorm-services.grid-3-column-layout h4 {
    color: #2E4BE5;
}

#helixstorm-services.grid-3-column-layout .box-outer .box,
#helixstorm-services.grid-3-column-layout .carousel .card {
    background: radial-gradient(115.29% 1597.78% at 18.89% 29%, #425FF7 0%, #2037AF 100%);
    border-radius: 10px;
}

#helixstorm-services.grid-3-column-layout .box-outer .box-inner,
#helixstorm-services.grid-3-column-layout .carousel .card .card-body {
    padding: 1rem 4rem;
}
#helixstorm-services.grid-3-column-layout .box-outer .box p,
#helixstorm-services.grid-3-column-layout .carousel .card p {
    margin-bottom: 2rem;
}

#helixstorm-services .carousel-indicators [data-bs-target] {
    background-color: blue;
}

#how-it-works h3.header{
    font-weight: 700;
    font-size: 6rem;
}
#how-it-works h3.header span{
    font-size: 3.2rem;
    display: block;
}
#how-it-works .arrow-list {
    margin-top: 2rem;
}
#how-it-works .arrow-list li {
    margin-bottom: 1rem;
}


@media (min-width: 769px) { 
    #get-started-with {
        padding: 0;
    }
    #get-started-with .vc_col-sm-8 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    #get-started-with .get-started-with {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
    #hero-section .hero-right.hero-right-cover {
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
    }    
}
@media (max-width: 1320px) { 
    .grid-3-column-layout .box-outer {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: minmax(auto, auto);
        column-gap: 2em;
        row-gap: 2em;
        color: #fff;
    }	
}

@media (max-width: 768px) {
    .page-template h1 {
        font-size: 44px !important;
        line-height: 120% !important;
    }
    .page-template h2 {
        font-size: 34px !important;
        line-height: 120% !important;
    }
    .page-template h4 {
        font-size: 16px !important;
        line-height: 120% !important;
    }
    
    .grid-3-column-layout .box-outer {
        grid-template-columns: 100%;
        grid-auto-rows: minmax(auto, auto);
        column-gap: 2em;
        row-gap: 2em;
        color: #fff;
    }	
    #success-stories .success-stories-quote {
        font-size: 32px;
    }
    #get-started-with .get-started-with-left {
        display: none;
    }
    #get-started-with .get-started-with {
        position: relative;        
        padding: 1rem;
    }
  
    #get-started-with .get-started-with-right {
        position: absolute; 
        bottom: 0;
        right: 0;
        z-index: 1;
        opacity: 0.4;
    }
    #get-started-with .get-started-with.vc_row.vc_row-o-columns-bottom {
        align-content: center;
    }
    #get-started-with .get-started-with .vc_col-sm-8 {
        z-index: 12;
    }
    #we-got-your-back.orange-gradient-section .we-got-your-back-left .wpb_single_image {
        text-align:center;
    }
	
	#services-section {
		padding: 55px 0;
	}
}
   
@media (max-width: 600px) {
    #success-stories .orange-arrows {
        bottom: 9rem;
        max-width: 50px;
    }
    .page-template .cta-wrapper {
        text-align: center;
    }
    .page-template .cta-wrapper .hero-cta,
    .page-template .cta-wrapper .primary-cta,
    .page-template .cta-wrapper .secondary-cta,
    .page-template .cta-wrapper .secondary-cta,
    .page-template .cta-wrapper .tertiary-blue-cta{
        width: 100%;
        display: block;
    }
}
/***********
* Header
************/

.top-header {
    background-color: #121111;
    padding: 1rem 0px;
}
.top-header ul {
    margin-bottom: 0;
    padding-left: 0;
}
.top-header a {
    color: #fff;
    font-size: 14px; 
    font-weight: 500;
    letter-spacing: 1px;
}
.header {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 99999;
}

.header__new {
	background-color: #286c9c;
    margin-bottom: 35px;
}

.header__new h1 {
	text-align: center;
    color: #fff;
    margin: 0 auto;
    font-size: 30px;
    padding: 35px 15px;
}

.logo {
	padding: 7px 0;
    display: block;
}

.header-logo {
	margin: 10px 0;
}

img#logo {
    max-width: 100%;
    width: 100%;
    max-width: 248px;
}


body.bg-header.bg-header-light {
    background-color: #e9f0f6;
    color:#000;

}

body.hero-header.hero-header-dark .navbar-default .navbar-nav > li > a,
body.hero-header.hero-header-dark .dropdown-menu > li > a {
    color:#fff;
}
body.hero-header .page-content {
    padding:0;
    width:100%;
    max-width: 100%;
}

.navbar-brand {
    display: none;
}

.navbar {
    margin-bottom: 0px;
	min-height: 0;
}
header #menu-main-menu {
    padding: 1rem;
}
header #menu-main-menu > li > a:hover, header #menu-main-menu > li > a:focus {
    background-color: transparent;
    color: #f9b127;
}
nav .dropdown-toggle::after {
    display: none;
}
@media (min-width: 769px){ 
    header #menu-main-menu {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    header #navbarSupportedContent {
        padding: 0;
    }
    header .navbar-nav>li {
        padding-right: 0.6rem;
    }
    header .navbar-nav>li:hover a {
        color: #f9b127;
    }
    header .navbar-nav > li:hover > .dropdown-menu {
        position: absolute;
        top: 4rem;
    }
    header .nav-cta-button {
        justify-content: end;
    }
    header #nav-cta-button {
        padding: 12px 12px;
        justify-content: end;
    }    
    header .navbar-toggler {
        display: none;
    }
}
@media (min-width: 992px){
    header .container {
        width: 100% !important;
    }
    .header-logo {
		display: flex;
	    flex-wrap: wrap;	        
    	justify-content: space-between;
	    align-items: center;
	}	
	.header-logo .mainmenu .navbar {
		display: flex;
	    justify-content: space-between;
	    align-items: center;
	}
    .top-header a {
        margin-right: 2.5rem;
    }
    header #navbarSupportedContent {
        justify-content: space-between;
    }
    header #nav-wrapper {
        max-width: 550px;
        width: 100%;
    }
    header #menu-main-menu {
        justify-content: space-between;
        width: 100%;
        max-width: 550px;
    }
}
@media (min-width: 769px) and (max-width: 991px) { 
    header .logo {
        margin: auto;
        text-align: center;
    }
}
@media (min-width: 992px) and (max-width: 1092px) { 
	header #nav-cta-button {
        font-size: 12px;
        padding: 12px;
    }
    header #nav-cta-button span {
		display: none;    
	}
}

@media (width: 768px) { 
    header .mainmenu {
        width: 100% !important;
    }
    header .dropdown.show .dropdown-menu {
        display: block;
    }
}

@media (min-width: 1200px) {
    header .container  {
        width: 1250px !important;
    }
}
@media (max-width: 991px) {
    header .logo {
        width: 92%;
    }
}
@media (max-width: 768px){ 
	header .logo {
		flex: auto;
		max-width: 92%;
		width: unset;
	}
    .top-header {
        display: none;
    }
    header #menu-main-menu > li {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    header #menu-main-menu .dropdown-menu > li {
        padding-bottom: 1rem;
        padding-bottom: 1rem;
    }
    header #menu-main-menu > li {
        border-bottom: 1px solid #e5e5e5;
    }
    header .nav-cta-button {
        justify-content: center;
    }
    header .dropdown.show .dropdown-menu {
        display: block;
    }
}

/* DROP MENU AUTOMATICALLY */

.navbar-nav > li:last-child:hover > .dropdown-menu {
	left: auto;
    right: 0;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    background-color: transparent;
}

.nav li.current-menu-item a,
.nav li.current_page_item a {
    color: #fff;
}

.top-widget {
    text-align: right;
}

span.topmenu a {
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: 0px !important;
    border: 0px none !important;
}

.navbar {
    border-color: 0px none !important;
}

.navbar-default {
    background-color: transparent !important;
    border-color: 0px !important;
    border: 0px none !important;
}

#bs-example-navbar-collapse-1 {
    float:left;
}
#mobile-nav-cta-button {
    display:none;
}
#mobile-nav-cta-button,
#nav-cta-button {
    float:right;
    background: linear-gradient(90deg, #0056F8 0%, #98BCFF 100%);
    border-radius: 8px;    
    color:#fff;
    font-family: "neue-haas-unica", Arial, sans-serif;
    font-size:14px;
    font-weight: bold;
    padding: 12px 24px;
    line-height: 150%;
    margin:9px 0; 
    text-transform: uppercase;
}
#mobile-nav-cta-button:hover,
#nav-cta-button:hover {
    background: #0056F8;
}
.navbar-nav > li > a,
.dropdown-menu > li > a {
    color: #000;
    font-size:14px;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
}

.nav > li.current-menu-item a,
.nav > li.current_page_item a {
    color: #0d73bb;
    font-weight: bold;
}

.nav li a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.nav > li > a {
    padding: 10px 10px;
}

.dropdown-menu {
    padding: 4px 0 4px;
    background-color: #F7F7F7;
}

.dropdown-menu > li > a {
    padding: 8px 20px;
    color: #262626 !important;
    font-weight: normal !important;
}

.dropdown-menu > li > a:hover {
    color: #000 !important;
}

.dropdown-menu > li.current-menu-item a,
.dropdown-menu li.current_page_item a {
    color: #000;
}


#hero-section .hero-cta {
    background: linear-gradient(90deg, #0056F8 0%, #98BCFF 100%);
    border-radius: 6px;
    display:inline-block; 
    margin:0 auto; 
    text-align:center; 
    color: #fff; 
    font-size: 16px; 
    font-weight:500; 
    letter-spacing: 0.15px; 
    line-height: 150%;
    padding: 15px 30px;
	border: 3px solid transparent;
	background-clip: padding-box;
}
#hero-section .hero-cta:hover {
    background: linear-gradient(black, black) padding-box,
              linear-gradient(90deg, #0056F8 0%, #98BCFF 100%) border-box;
}

/*
.carousel{
 
  background: #fff url("../img/sliderbg.jpg");  
 
background-image: linear-gradient(90deg, #D7D7D7 0%, #F0F0F0 52%, #D7D7D7 100%);
	 
} */

.slide-margin {
    padding-top: 40px;
}

.item {
    height: auto;
    font-weight: normal;
}

.item p,
.item {
    color: #060606;
    text-shadow: none;
    font-size: 28px;
    line-height: 32px;
}

.item p,
.carousel-inner {
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0;
    margin: 0;
}

.item a img.alignnone {
    margin: 0px 0px 0px 0;
}

.item img {
    margin: 0;
}

.item .row div {
    color: #060606;
    text-shadow: none;
    font-size: 28px;
    line-height: 32px;
}

.item h2.slide-title {
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: none;
    color: #0c74bb;
    font-size: 52px;
    margin-top: 0px;
}

.carousel-caption {
    text-align: left;
    top: 20px;
}

.btn-helix {
    color: rgb(13, 115, 187);
    font-size: 20px;
    padding: 5px 16px;
    text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: rgb(253, 202, 49);
    background: -moz-linear-gradient(270deg, rgb(253, 202, 49) 37%, rgb(254, 184, 37) 70%);
    background: -webkit-linear-gradient(270deg, rgb(253, 202, 49) 37%, rgb(254, 184, 37) 70%);
    background: -o-linear-gradient(270deg, rgb(253, 202, 49) 37%, rgb(254, 184, 37) 70%);
    background: -ms-linear-gradient(270deg, rgb(253, 202, 49) 37%, rgb(254, 184, 37) 70%);
    background: linear-gradient(180deg, rgb(253, 202, 49) 37%, rgb(254, 184, 37) 70%);
    -webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.75);
}

.btn-helix:hover {
    color: #666;
}

.carousel-indicators {
    width: 17%;
    margin-left: -10%;
}

.carousel-indicators li {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #666;
    border: 0px none;
    border-radius: 10px;
}

.carousel-indicators .active {
    width: 18px;
    height: 18px;
    margin: 0;
    background-color: #0d73bb;
    border: 0px none;
    margin: 1px;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none !important;
}

.mainbanner {
    padding-left: 0px;
    padding-right: 0px;
}

.mainbanner .item {
    text-align: center
}

.mainbanner .item img {
    max-width: 1170px;
    height: 300px;
    /* margin: auto -48% !important; */
}

/* TESTI */

.testimonials-section {
    color: #242625;
}

.testimonials-section p,
.testimonials-section {
    color: #242625;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 18px;
}

.lefttesti {
    font-size: 14px;
}

.righttesti {
    font-size: 14px;
    text-align: right;
}

.testimonials-section .text {
    text-align: left;
}

.righttesti.text-left {
    text-align: left;
}

.rightborder {
    border-right: 3px dashed #404042;
}

.testibox {
    text-align: left;
    color: #fff;
    padding: 18px;
    background-color: #0d73bb;
    margin-bottom: 20px;
}

.testibox {
    position: relative;
}

.testibox:after {
    right: 100%;
    top: 35%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(13, 115, 187, 0);
    border-right-color: #0d73bb;
    border-width: 30px;
    margin-top: -30px;
}

.rightarrow:after {
    left: 100%;
    top: 35%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(13, 115, 187, 0);
    border-left-color: #0d73bb;
    border-width: 30px;
    margin-top: -30px;
}

.testimonials-section h2 {
    font-size: 22px;
    font-weight: bold;
}

.testimain {
    width: 80%;
    margin: 20px auto;
}

.testimonials-section .btn-helix {
    font-size: 16px;
}

.middlesection .vc_col-sm-4 img {
    max-width: 250px;
}

.pagetitle {
    color: #262626;
}

.pagetitle strong {
    color: #0d73bb;
}

/* SLIDER TESTIMONIAL */
.slider-testimonial-quote {
    background: linear-gradient(97.69deg, #2E4BE6 19.13%, #AFCBFF 86.59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: inherit;
}
.slider-testimonial-cta a > div > div {
    background: linear-gradient(97.69deg, #2E4BE6 19.13%, #AFCBFF 86.59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: bold !important; 
    border-bottom: 1px solid; 
    border-image: linear-gradient(97.69deg, #2E4BE6 19.13%, #AFCBFF 86.59%) 0 0 1 0; 
}
.slider-testimonial-cta .material-icons {
    color: #fff;
}

.testimonial-section-white .slider-testimonial-cta .material-icons {
    color: #000;
}

/* FEATURED BLOG */

#featured-blogs h4 {
    color: #FFA82A;
}
#featured-blogs .latest-blog-section {
    display: flex;
    flex-wrap: wrap;    
    max-width: 1200px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
}
#featured-blogs .latest-blog-section a {
    display: flex;
    align-items: center;
}
#featured-blogs .latest-blog-section p { 
    margin-bottom: 0;
}
#featured-blogs .latest-blog-section span:first-of-type { 
    border-bottom: 2px solid;
}
.featured-blog-post picture {
    border-radius: 10px;
    overflow: hidden;
}
.featured-blog-title,
.featured-blog-cta a > div > div {
    background: linear-gradient(97.69deg, #2E4BE6 19.13%, #AFCBFF 86.59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: bold !important; 
    border-bottom: 1px solid; 
    border-bottom-color: linear-gradient(97.69deg, #2E4BE6 19.13%, #AFCBFF 86.59%); 
}
.featured-blog-cta .material-icons {
    color: #fff;
}

@media (min-width: 768px) { 
    #featured-blogs{
        padding-top: 6rem;
    }
}


/* FOOTER */

.btn-blue {
    background-color: #0272ba !important;
    color: #fff !important;
    padding: 5px 40px;
    text-transform: uppercase;
    text-shadow: none !important;
    border: 0px none;
    border-radius: 4px;
}

.homebottom h4 {
    margin-top: 20px;
}

.wpb_row {
    padding-top: 20px;
    padding-bottom: 20px;
}

.bottom-page {
    background-color: #E2E0E1;
    padding: 50px 0px 50px;
}

.bottom h4 {
    font-size: 18px;
}

.bottom .textwidget p img {
    max-width: 140px;
    height: auto
}

footer {
    padding: 20px 0px 45px;
    background-color: #121111;
    color: #fff;
    font-size: 13px;
}

footer #footer-top {
    background-color:#fff;
    /* background-image: url("/wp-content/uploads/2019/11/swoosh-footer@2x-scaled.png"); */
    background-repeat: no-repeat;
    background-position: top center;
}
body.bg-header.bg-header-light footer #footer-top {
    background-color: #e9f0f6;
}
footer #footer-top img {
    width:100%;
    max-width: 100%;
}

footer #footer-logo {
    max-width: 248px;
    margin: 1rem 0;    
}

footer #footer-cta-section h3 {
    font-size: 20px;
    line-height: 31px;
    width:100%;

}

footer #footer-cta-section #footer-cta-button {	
    float:left;
    height: 60px;	
    width: 220px;	
    border-radius: 30px;	
    background: linear-gradient(315deg, #0060AE 0%, #25A9E0 100%);
    color: #FFFFFF;	
    display:block;
    font-family: "Overpass";	
    font-size: 18px;	
    font-weight: 900;
    letter-spacing: 0.15px;	
    line-height: 60px;	
    margin:0 auto;
    text-align: center;
    text-transform: uppercase;
}
footer #footer-cta-section #footer-cta-button:hover {	
    background:#25A9E0;
    border: none;
    cursor: pointer;
}

footer h3.widget-title {
    display:none;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 18px;
}

footer .menu-footer-menu-container ul li a {
    color: #fff;
    font-family: "neue-haas-unica", Arial, sans-serif;	
    font-size: 16px;	
    font-weight: 500;	
    line-height: 28px;
    padding: 4px 0px;
    display: block;
    text-transform: uppercase;
}

footer .menu-footer-menu-container ul li a:hover {
    color: #0272ba;
}
footer #footer-content strong{
    font-weight: 500;
}
footer #footer-content-middle p {
    font-size: 16px;	
    line-height: 25px;
    text-transform: uppercase;
}
footer #footer-content-middle h5 {
    font-family: "neue-haas-unica", Arial, sans-serif;	
    font-size: 16px;
    font-weight: 900;	
    line-height: 25px;
    text-transform: uppercase;
}
#footer-content-right p,
#footer-content-right address {
    font-size: 16px;	
    line-height: 25px;
    text-transform: uppercase;
}
#footer-content-right h3 {
    display:block;
    font-family: "neue-haas-unica", Arial, sans-serif;	
    font-size: 16px;
    font-weight: 900;	
    line-height: 25px;
    text-transform: uppercase;
}

#footer-content-right a .button {
    display:block;
    width:150px;
    max-width: 100%;
    border: 3px solid #0060AE;
    border-radius: 30px;	
    background: transparent; /*linear-gradient(315deg, #0060AE 0%, #25A9E0 100%);*/
    color: #0060AE;	
    font-family: "Overpass";	
    font-size: 12px;	
    font-weight: 900;
    letter-spacing: 0.15px;	
    line-height: normal;
    padding:10px 30px;	
    text-align: center;
}
#footer-content-right a .button:hover {
    cursor: pointer;
}

@media (min-width: 768px) {
    footer #footer-content {
        margin-top:51px;
        max-width: 1220px;
        margin: auto;
    }
}

/* INSIDEPAGES */

.pagecontent {
    padding-top: 20px;
}

.pagecontent h2 {
    font-size: 21px;
}

.page-template h1 {
    color:#fff;
    font-family: "neue-haas-unica", Arial, sans-serif;
    font-size:72px;
    font-weight:700;
    line-height: 120%;
    margin-top: 8rem;
    text-transform: initial !important;
}
.page-template h2 {
    font-size: 64px;
    line-height: 76px;
    font-weight: 700;
}
.page-template p {   
    font-size:19px;
    font-weight: 400;
    line-height: 32px;
}

.separator {
    height: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #666;
}

.bordertitle {
    padding: 15px;
    border-left: 8px solid #fdbd34;
    margin-bottom: 30px;
}

h1.midtitle {
    margin: 0px;
    font-size: 20px;
    color: #404041;
}

.borderdashed {
    margin: 40px 0px 40px 0px;
    border-bottom: 1px dashed #333;
    clear: both;
}

ul.li-blue {
    margin-left: 40px;
}

ul.li-blue li {
    list-style-type: disc;
}

.pagecontent {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sidebar h3.widget-title {
    font-size: 18px;
}

.sidebar__alt {
    margin-bottom: 40px;
    padding: 0 15px;
}

.sidebar__alt h3.widget-title {
    text-align: center;
	margin: 0 0 14px;
	color: #165690;
    text-transform: uppercase;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.sidebar__alt h3.widget-title .widget-title--big {
    display: block;
    font-size: 32px;
    margin-bottom: 6px;
    font-weight: bold;
}

.sidebar__alt .widget__cta-info {
    margin: 20px 0;
}

.sidebar__alt .widget__cta-info p {
	color: #165690;
    margin: 0;
    line-height: 1.5;
}

.sidebar__alt .widget__cta-info p.widget__cta-last {
    margin-top: 15px;
}

.sidebar__alt .hbspt-form form {
	margin-bottom: 0;
}

.sidebar__alt .hbspt-form form label {
	margin-bottom: 8px;
}

.sidebar__alt .hbspt-form form label span:not(.hs-form-required) {
    font-size: 16px;
    color: #565455;
}

.sidebar__alt .hbspt-form form .hs-input {
    box-sizing: border-box;
    padding: 10px;
    height: auto;
    border: 2px solid #ccc;
	width: 100%;
}

.sidebar__alt .hbspt-form form .hs_submit .actions {
	margin: 0;
	padding: 0;
}

.sidebar__alt .hbspt-form form .hs_submit .actions .hs-button {
	width: 100%;
	box-sizing: border-box;
	background: #0065B4;
	border: none;
	border-radius: 0;
	padding: 25px 5px;
	font-size: 18px;
	max-width: 500px;
}

@media screen and (min-width: 992px) {
	.content__with-sidebar {
		padding-right: 30px;
	}
	.sidebar__alt {
		margin-top: 150px;
	}
	.sidebar__alt.sidebar__alt--ntm {
		margin-top: 0;
        padding-top: 0;
	}
}

@media screen and (max-width: 991px) {
	.sidebar__alt {
		padding: 30px 15px;
	}
	.sidebar__alt .hbspt-form form label,
	.sidebar__alt .widget {
		text-align: center;
	}
}

.border {
    border: 1px solid #e5e5e5;
}

.btn-sidebar.yellow {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcc650+0,fdb926+47,fdb926+100 */
    background: #fcc650;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fcc650 0%, #fdb926 47%, #fdb926 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcc650), color-stop(47%, #fdb926), color-stop(100%, #fdb926));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcc650 0%, #fdb926 47%, #fdb926 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcc650 0%, #fdb926 47%, #fdb926 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcc650 0%, #fdb926 47%, #fdb926 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fcc650 0%, #fdb926 47%, #fdb926 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcc650', endColorstr='#fdb926', GradientType=0);
    /* IE6-9 */
    padding: 10px 30px;
    font-size: 18px;
}

.btn-sidebar.blue {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3d82af+0,1873af+47,0a6bb0+100 */
    background: #3d82af;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3d82af 0%, #1873af 47%, #0a6bb0 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3d82af), color-stop(47%, #1873af), color-stop(100%, #0a6bb0));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3d82af 0%, #1873af 47%, #0a6bb0 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3d82af 0%, #1873af 47%, #0a6bb0 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3d82af 0%, #1873af 47%, #0a6bb0 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #3d82af 0%, #1873af 47%, #0a6bb0 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d82af', endColorstr='#0a6bb0', GradientType=0);
    /* IE6-9 */
    padding: 10px 30px;
    font-size: 18px;
    color: #fff;
}

.btn-sidebar.orange {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e06850+0,e05235+47,e14c2c+100 */
    background: #e06850;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e06850 0%, #e05235 47%, #e14c2c 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e06850), color-stop(47%, #e05235), color-stop(100%, #e14c2c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e06850 0%, #e05235 47%, #e14c2c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e06850 0%, #e05235 47%, #e14c2c 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e06850 0%, #e05235 47%, #e14c2c 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #e06850 0%, #e05235 47%, #e14c2c 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e06850', endColorstr='#e14c2c', GradientType=0);
    /* IE6-9 */
    color: #fff;
    padding: 10px 30px;
    font-size: 18px;
}

.btn-sidebar:hover {
    color: #000;
}

.gray {
    background-color: #efefef;
}

.padding {
    margin-bottom: 10px;
}

.pagecontent h2.pagetitle {
    font-size: 26px;
    color: #565455;
}

.dropdown-menu {
    margin-top: 0px;
}

.btn-sidebar.blue {}

ul.list li {
    list-style-type: disc;
}

ul.list.list-padding li {
    margin-left: 25px;
}

/* 2nD LEVEL MENU */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

ul#menu-main-menu li ul.dropdown-menu ul.dropdown-menu {
    display: none;
}

ul#menu-main-menu li ul.dropdown-menu li.dropdown-submenu:hover ul {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* CALCULATOR */

.showtotal_b {
    background: url("../img/cacl_elements3.jpg") -285px 0px no-repeat;
    height: 157px;
    width: 104px;
    text-align: center;
    float: left;
    border: none;
    cursor: pointer;
}

/*  Calculator Page */

.compcalcwrap {
    width: 570px;
    margin-left: auto;
    margin-right: auto;
}

.calcHeader,
.headerdesc {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.calcHeader {
    text-align: center;
}

.headerdesc {
    margin-top: 10px;
    font-size: 12px;
    color: #555555;
}

.calculatorwrap {
    height: 467px;
    width: 465px;
    background: url("../img/calculator_bg.jpg") no-repeat;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 27px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .calculatorwrap {
        padding-top: 22px;
    }
}

.totalcarewrap {
    width: 427px;
    height: 76px;
    margin-left: auto;
    margin-right: auto;
    /*background: url("../img/totalcare_bg.jpg");*/
    margin-top: 0px;
}

.totalcareoutput {
    clear: both;
    float: right;
    margin-top: 6px;
    margin-right: 20px;
    color: #fff;
    font-family: arial;
    font-size: 55px;
    line-height: 55px;
}

.remotecare,
.premiumcare {
    /*background: url("../img/rem_care_bg.png") 0 5px no-repeat;*/
    margin-top: 8px;
    margin-left: 0px;
    float: left;
    width: 202px;
}

.premiumcare {
    /* background: url("../img/prem_care_bg.png") 0 5px no-repeat;*/
    width: 212px;
    margin-left: 67px;
}

.remotecare input,
.premiumcare input {
    background-color: transparent;
    margin-left: 318px;
    margin-top: 1px;
    padding: 2px;
    height: 23px;
    text-align: center;
    width: 127px;
}

.premiumcare input {
    margin-left: 116px;
}

.careinput {
    /* background: url("../img/care_input_bg.jpg") no-repeat; */
    border: none;
    height: 22px;
    width: 90px;
}

.maincalcwrap {
    width: 460px;
    margin-left: 4px;
    margin-top: 27px;
}

.noofpc {
    /* background: url("../img/cacl_elements3.jpg") 0px 0px no-repeat;*/
    height: 216px;
    width: 73px;
    text-align: center;
    float: left;
    margin-left: 2px;
}

.noofpc_f,
.noofservers_f {
    width: 62px;
    margin-top: 182px;
    border: none;
}

.noofservers {
    /*background: url("../img/cacl_elements3.jpg") -73px 0px no-repeat;*/
    height: 158px;
    width: 73px;
    text-align: center;
    float: left;
    margin-left: 20px;
}

.firewalls,
.backups,
.mobiles {
    float: left;
    height: 77px;
    /*background: url("../img/cacl_elements3.jpg") -146px 0px no-repeat;*/
    width: 139px;
    margin-top: 24px;
}

.backups {
    height: 60px;
}

.backups {
    /*background: url("../img/cacl_elements3.jpg") -146px -95px no-repeat;*/
    width: 140px;
}

.mobiles {
    /*background: url("../img/cacl_elements3.jpg") -146px -73px no-repeat;*/
    width: 139px;
    margin-top: 7px;
}

.firewalls_f,
.backups_f,
.mobiles_f {
    width: 55px;
    border: none;
    margin-top: 42px;
    margin-left: 67px;
}

.mobiles_f {
    margin-top: 73px;
}

.showtotal {
    margin-left: 5px;
    float: left;
}

.showtotal_b {
    /* background: url("images/cacl_elements3.jpg") -285px 0px no-repeat; */
    height: 82px;
    width: 91px;
    text-align: center;
    float: left;
    border: none;
    cursor: pointer;
    margin-top: 182px;
    background: none;
}

.clearboth {
    clear: both;
}

.user-email {
    display: block;
    float: left;
    margin-left: 74px;
    margin-top: -30px;
}

.user-email input {
    border: none;
    height: 26px;
    width: 255px;
    font-size: 15px;
}

.pcserverswrap {
    float: left;
    margin-left: 25px;
}

.fireback {
    float: left;
    width: 140px;
    margin-left: 6px;
}

.serviceswrap {
    width: 635px;
    margin-left: auto;
    margin-right: auto;
}

.pccountwrap,
.serverscountwrap,
.firewallscountwrap,
.backupscountwrap,
.mobilescountwrap {
    float: left;
    margin-top: 3px;
}

.pctitle {
    background: url("images/psfb3.jpg") no-repeat;
    float: left;
    width: 152px;
    height: 22px;
    margin-top: 8px;
}

.pccountwrap,
.serverscountwrap {
    width: 200px;
}

.firewallscountwrap,
.mobilescountwrap {
    width: 240px;
}

.pccount,
.serverscount,
.firewallscount,
.backupscount,
.mobilescount {
    float: left;
    color: #363636;
    font-family: arial;
    font-size: 23px;
    font-weight: bold;
    margin-top: 3px;
    margin-left: 3px;
    padding-right: 4px;
}

.serverstitle {
    background: url("images/psfb3.jpg") -152px 0px no-repeat;
    float: left;
    width: 89px;
    height: 22px;
    margin-top: 8px;
    margin-left: 64px;
}

.firewallstitle {
    background: url("images/psfb3.jpg") -242px 0px no-repeat;
    float: left;
    width: 193px;
    height: 22px;
    margin-top: 8px;
}

.backupstitle {
    background: url("images/psfb3.jpg") -241px 0px no-repeat;
    float: left;
    width: 100px;
    height: 22px;
    margin-top: 8px;
}

.mobilestitle {
    background: url("images/psfb3.jpg") -436px 0px no-repeat;
    float: left;
    width: 173px;
    height: 22px;
    margin-top: 8px;
    margin-left: 20px;
}

.mspsupport img {
    display: block;
    margin: auto;
}

.serviceslistwrap {
    margin-top: 10px;
}

.servicestbl {
    border-collapse: collapse;
    width: 566px;
    margin-left: auto;
    margin-right: auto;
}

.servicestbl th {
    background-color: #1060A9;
    border-top: solid 2px #D2E8FF;
    border-bottom: solid 2px #D2E8FF;
    font-size: 12px;
    text-align: center;
}

.servicesmainwrap {
    display: none;
}

.showtotal {
    margin-left: 5px;
    float: left;
}

/* Fix Calculator Popup Layout */

.overlaywrapper {
    position: fixed;
    top: 0px;
    width: 100%;
    min-height: 100%;
    background-color: #000;
    opacity: 0.5;
    z-index: 999;
}

.overlaycontainer {
    position: fixed;
    top: 10%;
    width: 415px;
    height: 110px;
    background-color: rgb(255, 255, 255);
    z-index: 1000;
    padding: 20px;
    border-radius: 5px;
    display: inline-table;
}

.email-note {
    font-size: 18px;
    margin-top: 2px;
    margin-left: 50px;
    color: #FF7A01;
}

.email-note.error {
    color: #D20000;
}

.close-overlay {
    background-color: #efefef;
    padding: 0 5px;
    text-transform: uppercase;
    width: 20px;
    float: right;
    margin-top: -15px;
    margin-right: -15px;
    border: solid 1px #ccc;
    font-weight: bold;
    cursor: pointer;
    font-size: 11px;
    line-height: 18px;
}

.email-header {
    font-size: 20px;
    color: #0059B1;
}

label.email-lbl {
    font-size: 14px;
    font-weight: bold;
    color: #0059B1;
}

.email-field {
    margin-top: 20px;
}

.calculator-email {
    padding: 4px 6px;
    color: #2e2e2e;
    border-radius: 4px;
    border: solid 1px #aaa;
    font-size: 18px;
    margin-right: 2px;
}

button.hlx-email-btn {
    padding: 3px 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    top: -2px;
}

.datainp {
    text-align: center !important;
}

/* TABLES */

.greenbg {
    background-color: #e2eebe;
}

.lightgreenbg {
    background-color: #fcfbe6;
}

.bluebg {
    background-color: #daf2fc;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-top: 0px none;
}

.calc-table {
    margin-top: 20px;
}

.calc-table .servicestbl th {
    background-color: transparent;
    background: none;
    text-align: left;
}

.calc-table .servicestbl tr.calc-heading {
    border-bottom: 1px solid #666;
}

.notinc {
    background: url("../img/x.png") 41px 5px no-repeat;
    text-indent: -9999px;
}

.check {
    background: url("../img/check.png") 45px 5px no-repeat;
}

.totalcheck {
    background: url("../img/check.png") 38px 5px no-repeat;
    text-indent: -9999px;
}

.infos {
    background: url("../img/info.png") 45px 5px no-repeat;
    text-indent: -9999px;
}

.totalinfo {
    background: url("../img/info.png")35px 5px no-repeat;
    text-indent: -9999px;
}

.calc {
    text-align: center;
}

.calc span {
    padding: 7px 40px;
    background-color: #0774bb;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}

.servicestbl {
    width: 99%;
}

.calc-table tr td {
    padding: 5px;
    height: 40px;
}

.calc-table .calc-heading th {
    font-family: 'Days One', sans-serif;
    font-size: 14px;
}

td.one {
    background-color: #e2eebe;
    text-align: center;
}

td.two {
    background-color: #fcfbe6;
    text-align: center;
}

td.three {
    background-color: #daf2fc;
    text-align: center;
}

h3.cal-title {
    margin-top: 0px;
    margin-bottom: 0px;
}

h3.cal-title span {
    border-left: 8px solid #fcbd34;
    font-size: 16px;
    padding-left: 10px;
}

.calc-table .row-title {
    margin-top: 20px;
}

.caresinpwrap {
    display: none;
}

.asterisk-note {
    font-size: 12px;
}

/* Helpers */

img.center {
    margin: auto;
    display: block;
}

img.maxfull {
	max-width: 100%;
	height: auto;
}

img.maxfull-height {
	max-height: 100%;
	width: auto;
}

img.maxhalf {
	max-width: 50%;
	height: auto;
}

img.circle {
    border-radius: 100%;
}

.bullets {
    margin-left: 15px;
}

.bullets li {
    list-style: disc;
	margin-bottom: 8px;
}

.checkmark {
    margin-left: 20px;
}

.checkmark li {
	margin-bottom: 8px;
}

.checkmark li:before {
	font-family: 'fontAwesome';
    content: '\f00c';
    position: absolute;
    left: 3.5em;
}

.sticky-elem {
    position: sticky;
    top: 30px;
}

.display-sm {
    display: none;
}

@media screen and (max-width: 767px) {
	.hide-sm {
		display: none;
	}
    .display-sm {
        display: block;
    }
}

.wpb_row.no-margin-bottom {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 991px) {
	.top-widget {
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	.nav > li {
		border-bottom: 1px solid #353535;
	}
	.nav > li:last-child {
		border: none;
	}
	.dropdown-toggle .caret {
		position: absolute;
		right: 10px;
		top: 7rem;
		bottom: 0;
		margin: auto;
        height: 100%;
	}
	.dropdown-menu {
		position: relative;
		float: none;
		border: none;
		box-shadow: none;
		background-color: transparent;
	}
	.no-float-mobile {
		float: none !important;
	}
	div.padding-top-none--mobile {
		padding-top: 0 !important;
	}
	div.padding-bottom-none--mobile {
		padding-bottom: 0 !important;
	}
	div.padding-right-none--mobile {
		padding-right: 0 !important;
	}
	div.padding-left-none--mobile {
		padding-left: 0 !important;
	}
}

@media screen and (max-width: 620px) {
	.top-widget-word-break {
		display: block;
	}
}

/* Case Studies */
.casestudies__banner {
	display: flex;
    align-items: center;
	height: 350px;
	width: 100%;
	background-image: url(/wp-content/uploads/2018/03/helixstormcitybg.jpg);
	background-size: cover;
	background-position: center top;
}

.casestudies__recent {
	background-color: rgba(255, 255, 255, 0.85);
    padding: 30px;
}

.casestudies__recent h3 {
	margin-top: 0;
	margin-bottom: 30px;
}

.casestudies__recent a {
	display: block;
	text-align: center;
	font-size: 16px;
}

.casestudies__card-row {
	display: flex;
    flex-wrap: wrap;
}

.casestudies__card {
	margin-bottom: 25px;
}

.casestudies__card-image {
	background-color: #E8E8E8;
    display: block;
    padding: 30px;
    margin-bottom: 30px;
	text-align: center;
	height: 175px;
}

.casestudies__card-image img {
	height: 115px;
	width: auto;
	max-width: 100%;
}

@media screen and (max-width: 767px) {
	.casestudies__card-image {
		display: none;
	}
}

/* HM Social Icons */
.social_hm {
	display: inline-block;
    height: 24px;
    margin: 2px;
    text-decoration: none;
    text-indent: -999em;
    vertical-align: middle;
    width: 24px;
    background-size: cover;
}

.facebook_hm {
	background-image: url(/wp-content/uploads/2023/03/social_white_facebook.png);
}

.twitter_hm {
	background-image: url(/wp-content/uploads/2023/03/social_white_twitter.png);
}

.linkedin_hm {
	background-image: url(/wp-content/uploads/2023/03/social_white_linkedin.png);
}

.instagram_hm {
	background-image: url(/wp-content/uploads/2023/03/social_white_instagram.png);
}

.youtube_hm {
    background-image: url(/wp-content/uploads/2023/03/social_white_youtube.png);
}

/* HM's new afooter */
.afooter__container {
	padding: 30px 30px 130px;
    background-image: url(https://www.helixstorm.com/wp-content/uploads/2018/03/block-background-light.jpg?id=7193);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.afooter__col {
	padding: 0;
	-webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: flex;
}

.afooter__col-inner {
	padding: 50px;
    background-color: #4a4a4a;
	color: #ffffff;
}

.afooter__col-inner::after,
.afooter__col-inner::before {
    content: " ";
    display: table;
}

.afooter__col-inner.afooter__col-inner--yellow {
    background-color: #fdbd34;
	color: #565455;
}

.afooter__col-inner .afooter__col-icon {
	font-size: 2.85em;
	margin: 10px 0px 45px 15px;
}

.afooter__col-title {
	margin-top: 0;
}

.afooter__col-inner.afooter__col-inner--yellow .afooter__col-title,
.afooter__col-inner.afooter__col-inner--yellow .afooter__col-icon {
	color: #272727;
}

.afooter__col-btn {
	display: inline-block;
	background-color: #fcc13a;
    color: #ffffff;
	font-size: 16px;
    padding: 18px 25px;
	margin-top: 25px;
	margin-bottom: 21.74px;
	line-height: normal;
	transition: all .2s ease-in-out;
	text-align: center;
}

.afooter__col-btn:hover,
.afooter__col-btn:focus {
	background-color: #E2A62E;
	color: #ffffff;
}

.afooter__col-logo {
	float: left;
    margin: 5px 20px 20px 0;
	border-radius: 100%;
}

@media screen and (max-width: 768px) {
	.afooter__container {
    	padding-left: 0 !important;
    	padding-right: 0 !important;
	}
}

.max-width-content {
	max-width: 750px;
    margin-right: auto;
    margin-left: auto;
}

.aboutus__cert-badges {
	width: 150px;
}

/* Subnav */
.aboutus__subnav a {
	padding: 15px 30px;
	color: #ffffff;
	text-decoration: underline;
	font-size: 16px;
}

.aboutus__subnav p {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.aboutus__subnav a {
		display: block;
		padding: 10px;
	}
}

/* Related Posts */
.relpost-thumb-wrapper.relpost-align-left {
    margin: 15px auto 30px;
}

#related_posts_thumbnails li {
    padding: 0 !important;
    margin-right: 15px !important;
}

#related_posts_thumbnails li span {
    margin-top: 15px;
    display: block;
}

@media screen and (max-width: 414px) {
    #related_posts_thumbnails li {
        margin-right: 0 !important;
    }
}

/*contact us page*/
.contact-info-box{
	border: 1px solid #286C9C; 
	padding: 10px;
	padding-left: 50px;
	display: block;
	max-width: 200px;
	background: url(https://www.helixstorm.com/wp-content/uploads/2019/05/phone-icon.png) no-repeat ;
	background-position: 10px center;

}
.contact-info-box:hover{
	background-color: #286C9C;
	color: #fff;
}
.contact-phone{
	
}
.checkmarks-blue li{
	padding-left: 33px;
	background: url(https://www.helixstorm.com/wp-content/uploads/2019/05/checkmark-blue.png) no-repeat left top ; 
	background-size: 25px 27px ; 
	line-height: 27px; 
	margin-bottom: 10px;
	
}
#locations-wrapper-3col .vc_col-sm-4 .vc_column-inner .wpb_text_column.wpb_content_element {
	border: 1px solid #ccc; 
	padding: 30px;
	
}
.vc_column-inner.vc_custom_1559234560155{
	color: #fff; 
}
.over-sized-img-wrapper{
	padding-bottom: 10px; 
	height:  100%; 
	min-height: 388px;
    margin-top: -38px;
    position: relative;
    bottom: -21px;
}
.white-text{
	color: #fff;
}


/***********
* Layout
************/
.max-width-1200 {
    overflow-x: hidden;
    width:100%;
}

.vc_row.max-width-1200 > .vc_col-sm-12 > .vc_column-inner {
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
}

.max-width-1200 > .vc_column-inner > .wpb_wrapper {
    max-width: 1200px;
    margin: auto;
}

/***********
* Custom Elements
************/
.img-max-1200 {
    width: 1200px;
    max-width: 100%;
}
.cta-button {
    height: 60px; 
    width: 260px; 
    max-width: 100%;
    display:block; 
    margin-top:49px; 
    text-align:center; 
    text-transform:uppercase; 
    color: #fff; 
    font-size: 18px; 
    font-weight:bold; 
    letter-spacing: 0.15px; 
    line-height:60px; 
    border-radius: 30px; 
    background: linear-gradient(315deg, #0060AE 0%, #25A9E0 100%);
}
.cta-button:hover {
    background:#25A9E0 !important;
    border: none;
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.fadeInOut {
    animation-name:fadeInOut;
}

ul.colored-bullet-list {
    list-style: none;
    margin-left:23px;
}
ul.colored-bullet-list li {
    text-indent:-23px;
    list-style-position: inside;
    margin-bottom:15px;

}
ul.colored-bullet-list li:before {
    content:"\2022";
    color: #13ECB5;
    font-weight: bold;
    padding-right:15px;
}

ul.arrow-list {
    list-style-image: url('/wp-content/uploads/2023/03/blue-arrow.png');
    padding-left: 3rem;
}

ul.arrow-list li h3, 
ul.arrow-list li p {
    padding-left: 2rem;
}

ul.arrow-list-yellow {
    list-style-image: url('/wp-content/uploads/2023/03/yellow-arrow.png');
    padding-left: 3rem;
}

ul.double-arrow-list {
    margin-left:23px;
}

ul.double-arrow-list li {
    font-weight: bold;
    list-style-position: inside;
    margin-bottom:15px;
    max-width: 240px;
    text-indent:-23px;
}
ul.double-arrow-list li:before {
    content: "\0000BB";
    color: #13ECB5;
    font-weight:normal;
    padding-right:15px;
}

.swoosh-divider {
    background-image: url("/wp-content/uploads/2019/12/swoosh@2x-scaled.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: contain;
    height:175px;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .swoosh-divider {
        background-image: url("/wp-content/uploads/2019/12/swoosh-mobile@2x.png");
        height:74px;
    }
}
.swoosh-divider-gray {
    background-image: url("/wp-content/uploads/2019/12/swoosh-footer@2x-scaled.png");
    background-repeat: no-repeat;
    background-size: contain;
    height:150px;
}
@media (max-width: 768px) {
    .swoosh-divider-gray {
        background-image: url("/wp-content/uploads/2019/11/swoosh-footer-mobile@2x.png");
        height:74px;
    }
}

/***********
* Hero Backgrounds
************/
.hero-header > header {
    position: sticky;
    top: 0;
    width:100%;
    z-index: 10000000;
    background-color: #fff;
}
.hero-header > .container {
    padding-top:0px;
}
.hero-header #hero-section {
    background-color: #000;
    padding-bottom:10px;
    margin-bottom: 0;
    overflow: hidden;
}
.hero-header #hero-section img,
.hero-header #hero-section .vc_single_image-wrapper,
.hero-header #hero-section .wpb_single_image,
.hero-header #hero-section .wpb_wrapper {
    height: 100%;
}
.hero-header #hero-section img {
    object-fit: cover;
}

.hero-header.home #hero-section {
    background-color: #000;
}

#hero-section figure {
	margin: 0;
}

.hero-header.contact-us-page #hero-section {
    background-color: #fff;
}

.hero-header.it-strategy #hero-section {
    background-image: url("/wp-content/uploads/2020/01/strategy-hero-1440w.jpg");
}

@media (max-width: 768px) {

    .hero-header.contact-us-page #hero-section {
        background-color: #fff;
    }


    .hero-header.it-strategy #hero-section {
        background-image: url("/wp-content/uploads/2020/01/strategy-hero-mobile-750.jpg");
    }
}
@media (min-width: 769px) {
/*     .hero-header #hero-section {
        padding-top:148px;
    } */
    .hero-header.contact-us-page #contact-upper-section {
        margin-top: 8rem;
    }
}

/***********
* Section Heros
************/
.section-hero-wrapper.vertical-offset {
    margin-top:-120px;
    margin-left:auto;
    margin-right:auto;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:10px;
    height:360px;
    width:1200px;
    max-width: 100%;

}.section-hero-wrapper.vertical-offset > .wpb_wrapper {
    display:flex;
    align-items:center;
    height:100%;
}
.section-hero-wrapper.vertical-offset h2 {
    text-align: center;
    width:100%;
}

.horizontal-checklist {
	display: flex;
	list-style: none;
	gap: 16px;
	padding: 0;
	color: white;
}

.horizontal-checklist li:before {
  	content: '\2713';
	margin-right: 10px;
	color: #22C55E;
}

@keyframes fadein {
    from { opacity: 0; transform: translateX(-10px); }
    to   { opacity: 1; transform: translateX(0);}
}

@-moz-keyframes fadein {
    from { opacity: 0; transform: translateX(-10px); }
    to   { opacity: 1; transform: translateX(0);}
}

@-webkit-keyframes fadein {
    from { opacity: 0; transform: translateX(-10px); }
    to   { opacity: 1; transform: translateX(0);}
}

@-ms-keyframes fadein {
    from { opacity: 0; transform: translateX(-10px); }
    to   { opacity: 1; transform: translateX(0);}
}

@-o-keyframes fadein {
    from { opacity: 0; transform: translateX(-10px); }
    to   { opacity: 1; transform: translateX(0);}
}

#hero-section h1 {
    color:#fff;
    font-family: "neue-haas-unica", Arial, sans-serif;
    font-size:72px;
    font-weight:700;
    line-height: 120%;
    margin-top: 2rem;
    text-transform: initial !important;
	-webkit-animation: fadein 1.5s; 
       -moz-animation: fadein 1.5s;
        -ms-animation: fadein 1.5s; 
         -o-animation: fadein 1.5s;
            animation: fadein 1.5s;
}
#hero-section h2 {
    font-size: 64px;
    line-height: 76px;
}
#hero-section p {
    color: #fff;
    font-size:19px;
    font-weight: 400;
    line-height: 32px;
}

#hero-section .wpb_row {
    padding-bottom: 0;
}
#hero-section .hero-right > .vc_column-inner {
    padding: 0;
}
#hero-section .hero-right .wpb_single_image.vc_align_right {
    margin-bottom: 0;
}

#hero-section .hero-left {
    margin-top: 4rem;
}

#hero-section .hero-left p {
    max-width: 510px;
}
#hero-section .hero-video {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-bottom: 0;
}

#hero-section .bgvideo {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 767px) {    
    #hero-section .hero-right {
        display: none;
    }    
    #hero-section h1 {
        font-size: 44px;
    }
}

/***********
* Homepage
************/
body.home .pagecontent {
    max-width:100% !important;
    width:100% !important;
}

body.home #hero-phone-link {
    text-align:center;
}
body.home #hero-phone-link a {
    border-bottom:2px solid #0d73bb;
    color:#000000;
    font-family: "neue-haas-unica", Arial, sans-serif;
    font-size:20px;
    letter-spacing: 0.17px;
    line-height:31px;
    padding-bottom: 5px;
}
body.home #hero-phone-link a:hover {
    color: #0d73bb;
}

body.home #home-upper-section #home-upper-section-left p {
    font-size: 24px;
}

body.home #home-upper-section #home-upper-section-right h2 {
    max-width: 420px;	
    color: #000000;	
    font-family: "Overpass";
    font-size: 32px;
    font-weight:900;
    letter-spacing: 3.2px;
    line-height: 49px;
    text-transform: uppercase;
}
body.home #home-upper-section #home-upper-section-right p {
    color: #333333;	
    font-family: "neue-haas-unica", Arial, sans-serif;
    font-size: 16px;
    line-height: 28px;
    margin-top:5px;
}

body.home #services-section h4 {
    color: #FFA82A;
}
body.home #services-section .what-we-do-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(auto, auto);
    column-gap: 2em;
    row-gap: 2em;
    color: #fff;
}
body.home #services-section .what-we-do-container .box{
    background: rgba(43, 43, 157, 0.33);
    border-radius: 40px;    
}

body.home #services-section .what-we-do-container .box-inner {
    padding: 4rem;
	height: 100%;
	display: flex;
    flex-direction: column;
	justify-content: start;
}

body.home #services-section .what-we-do-container .box p{ 
    font-size: 19px;
}
body.home #services-section .what-we-do-container .box ul{
    list-style-type: disc;
    padding-left: 3rem;
    margin: 3rem 0 4rem;
    font-size: 19px;
    line-height: 150%;
}
body.home #services-section .what-we-do-container .box ul li {
    list-style-type: disc;
}
body.home #services-section .what-we-do-container h3 {
    color: #fff;
}
body.home #services-section .blue-oval {
    text-align: center;
}
body.home #services-section .blue-oval img {
    max-height: 500px;
    width: 100%;
}
body.home #we-got-your-back .mobile-show {
    display: none;
}
body.home #we-got-your-back {
    padding: 2rem 1rem;
    background: radial-gradient(88.89% 79.85% at 22.64% 40.05%, #FFD8A0 0%, #FFA82A 100%) 
}
body.home #we-got-your-back p {
    color: #121111;
    margin-bottom: 3rem;
}

body.home #we-got-your-back .we-got-your-back-right {
    margin-top: 2rem;
}
body.home #why-helixstorm-section {
    padding-bottom: 135px;
}

body.home #why-helixstorm-section #why-helixstorm-section-upper-text {
    width: 480px;
    max-width: 100%;
    margin:60px auto 70px;
}
body.home #why-helixstorm-section #why-helixstorm-section-upper-text h3 {
    font-size:32px;
    letter-spacing: 3.2px;
    line-height: 49px;
    text-align:center;
}
body.home #why-helixstorm-section #why-helixstorm-section-upper-text p {
    font-size:16px;
    line-height: 28px;
    text-align:center;
}

body.home #why-helixstorm-section #testimonials-section {
    width:1200px;
    max-width: 100%;
    margin:0 auto;
}
body.home #why-helixstorm-section .testimonial-wrapper {
    background-color:#fff;
    border-radius:10px;
    padding-bottom:20px;
}
body.home #why-helixstorm-section .testimonial-wrapper .testimonial-hero img {
    max-width: 100%;
}
body.home #why-helixstorm-section .testimonial-wrapper .testimonial-logo {
    margin-top: -60px;
}
body.home #why-helixstorm-section .testimonial-wrapper .testimonial-logo img {
    display:block;
    width:118px;
    margin:0 auto;
}
body.home #why-helixstorm-section .testimonial-wrapper .testimonial-author {
    color: #000;
    font-size:14px;
    font-weight:900;
    line-height:22px;
    margin-top:20px;
    text-align:center;
    text-transform: uppercase;
}
body.home #why-helixstorm-section .testimonial-wrapper .testimonial-company {
    color: #000;
    font-size:20px;
    font-weight:900;
    line-height:31px;
    text-align:center;
    text-transform: uppercase;
}
body.home #why-helixstorm-section .testimonial-wrapper .testimonial-content {
    color: #333;
    font-size:16px;
    line-height:28px;
    margin:13px;
    text-align:center;
}
body.home #why-helixstorm-section .testimonial-wrapper .testimonial-read-more-wrapper {
    text-align:center;
}
body.home #why-helixstorm-section .testimonial-wrapper .testimonial-read-more {
    color: #000;
    font-size:16px;
    font-weight:bold;
    line-height:25px;
    text-transform: uppercase;
    border-bottom:2px solid #0d73bb;
    padding-bottom:5px;
}
body.home #why-helixstorm-section .testimonial-wrapper .testimonial-read-more:hover {
    color: #0d73bb;
}


body.home #services-table-contents .service-table-contents-item {
    border-left:solid 2px #ffffff;
    color:#999999;
    display:flex;
    font-size:16px;
    font-weight: bold;
    margin-bottom:48px;
    padding-left: 20px;
    position:relative;
    text-transform: uppercase;
}

body.home #services-table-contents .service-table-contents-item:hover {
    color:#000;
    cursor: pointer;
}

body.home #services-table-contents .service-table-contents-item.selected,
body.home #services-table-contents .service-table-contents-item:hover {
    color:#000;
    border-left:solid 2px #ff00c4;
}
body.home #services-table-contents .service-table-contents-item.selected:after,
body.home #services-table-contents .service-table-contents-item:hover:after {
    content:"\0025B6";
    color:#ff00c4;
    display:flex;
    position: absolute;
    align-items:center;
    right:0;
    height:100%;
}
body.home #services-table-contents .service-table-contents-item span {
    line-height:25px;
    width:90%;
}
body.home #managed-it-services-section-hero {
    margin-top:-85px;
}
body.home #managed-it-services-section {
	margin-top: 10rem;
	margin-bottom: 10rem;
}

body.home #managed-it-services-section p {
    color: #404040;
    font-size: 19px;
    line-height: 150%;
}

body #managed-it-services-section h2 {
    margin-bottom: 10rem;
}

body.home #managed-it-services-section h3 {
    line-height: 120%;;
}
body.home #managed-it-services-section h5 {
    font-size: 16px;
    color: #171717;
    max-width: 260px;
    margin: 1rem auto 2rem;
}
body.home #managed-it-services-section > .vc_column_container .vc_column-inner > .wpb_wrapper {
    width:100%;
    max-width: 1200px;
    margin:0 auto;
}

body.home #managed-it-services-section img {
    max-height: 160px;
}

@media (min-width: 769px) and (max-width: 1100px) {
	
	body #managed-it-services-section h2 {
		margin-bottom: 2rem;
	}
	
    body.home #managed-it-services-section .managed-it-services-section-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }
    .managed-it-services-section-text.vc_col-sm-4 {
        width: 50%;
    }
}
@media (max-width: 768px) {
    body.home h1 {
        font-size:38px;
        line-height: 50px;
        padding:0;
        margin-top: 2rem;
    }
    body.home #hero-section .hero-right {
        display: flex;
		position: absolute;
		z-index: -1;
    }
    body.home #hero-section .hero-left {       
/*         background-image: url(/wp-content/uploads/2023/03/2023-redesign-homepage-hero-mobile.png); */
        background-size: 58%;
        background-repeat: no-repeat;
        background-position: top right;
    }
    body.home #home-upper-section #home-upper-section-left > div {
        padding: 15px;
        width:100%;
        max-width:100%;
    }

    body.home #home-upper-section #home-upper-section-right h2,
    body.home #home-upper-section #home-upper-section-right p {
        max-width:100%;
    }
    body.home #services-section .what-we-do-container {
        display: grid;
        grid-template-columns: 100%;
        grid-auto-rows: minmax(auto, auto);
        column-gap: 2em;
        row-gap: 2em;
        color: #fff;
    }
    body.home #services-section .what-we-do-container .box:last-of-type {
        display: none;
    }
    body.home #benefits-row {
        padding-bottom: 50px;
    }
    body.home #benefits-row > .vc_column_container > .vc_column-inner {
        margin-right:20%;
        padding:0 10px;
        width:80%;
    }
    body.home #benefits-row > .vc_column_container:nth-of-type(2) {
        margin:35px auto;
    }
    body.home #benefits-row > .vc_column_container:nth-of-type(2) > .vc_column-inner {
        margin-right:0;
        margin-left:20%;
    }
    body.home #we-got-your-back .mobile-show {
        display: block;
    }
    body.home #we-got-your-back .we-got-your-back-right {
        display: none;
    }
	
	body.home #managed-it-services-section {
		margin-top: 5.5rem;
		margin-bottom: 5.5rem;
	}
    
    body.home #managed-it-services-section .vc_row .wpb_wrapper {
        width:100%;
    }
    body.home #why-helixstorm-section #why-helixstorm-section-upper-text {
        margin:50px auto 50px
    }
    body.home #why-helixstorm-section #why-helixstorm-section-upper-text h3 {
        text-align:left;
    }
    body.home #why-helixstorm-section #why-helixstorm-section-upper-text p {
        text-align:left;
    }
}
@media (min-width: 1080px) {
    body.home #managed-it-services-section h3 {
        font-size: 32px;
    }
}

/***********
* Contact Us Page
************/
body.contact-us-page .top-header .row {
    margin-top:-1px;
}
body.contact-us-page .pagecontent {
    padding-bottom: 0;
}
body.contact-us-page #contact-details-section h2, 
body.contact-us-page #contact-details-section p,
body.contact-us-page #contact-details-section a {
    display:block;
    font-weight: 900;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}
body.contact-us-page #contact-details-section h2 {
    color:#333;
    font-size:18px;
    letter-spacing: 1.6px;
}
body.contact-us-page #contact-details-section a {
    color: #24A7DF;
    font-size:14px;
    letter-spacing: 1.4px;
}
body.contact-us-page #contact-details-section p {

}
body.contact-us-page #testimonials-section .testimonial-wrapper .wpb_single_image {
    margin-bottom:0;
}
body.contact-us-page #testimonials-section .testimonial-wrapper .testimonial-author {
    color: #000;
    font-size:14px;
    font-weight:900;
    line-height:22px;
    margin-top:20px;
    text-align:center;
    text-transform: uppercase;
}
body.contact-us-page #testimonials-section .testimonial-wrapper .testimonial-company {
    color: #000;
    font-size:20px;
    font-weight:900;
    line-height:31px;
    margin-top:0;
    text-align:center;
    text-transform: uppercase;
}
body.contact-us-page #testimonials-section .testimonial-wrapper .testimonial-content {
    color: #333;
    font-size:16px;
    line-height:28px;
    margin:13px;
    text-align:center;
}
@media (max-width: 768px) {
    body.contact-us-page .hero-section {
        padding-left:17.5px;
        padding-right:17.5px;
    }
    body.contact-us-page h1 {
        padding:0 20px;
        text-align: center;
    }
    body.contact-us-page #hero-section p {
        padding:0 20px;
        text-align: center;
    }


}

/***********
* Managed IT Services
************/
body.managed-it-services .pagecontent {
    max-width:100% !important;
    width:100% !important;
    overflow: hidden;
}
body.managed-it-services .pagecontent > .row > .col-md-12 > .wpb_row {
    margin-bottom:0 !important;
}
body.managed-it-services h2 {
   
}
body.managed-it-services .pretext {
    display:block;
    font-size:14px;
    font-weight: 900;
    letter-spacing:1.4px;
    line-height:22px;
}
body.managed-it-services ul.double-arrow-list li:before {
    color: #24A7DF;
}


body.managed-it-services #hero-phone-link {
    text-align:center;
}
body.managed-it-services #hero-phone-link a {
    border-bottom:2px solid #0d73bb;
    color:#000000;
    font-family: "neue-haas-unica", Arial, sans-serif;
    font-size:20px;
    letter-spacing: 0.17px;
    line-height:31px;
    padding-bottom: 5px;
}
body.managed-it-services #hero-phone-link a:hover {
    color: #0d73bb;
}

body.managed-it-services #managed-it-services-upper-section #managed-it-services-upper-section-left > div {
    float:right;
    max-width: calc(100% - 25px);
    width: 713px;
    padding-right:25px;
}

body.managed-it-services #managed-it-services-upper-section #managed-it-services-upper-section-right > div {
    width: 525px;
    max-width: calc(100% - 25px);
    padding-left:25px;
}
body.managed-it-services #managed-it-services-upper-section #managed-it-services-upper-section-right h2 {
    max-width: 100%;	
    color: #000000;	
    font-family: "Overpass";
    font-size: 32px;
    font-weight:900;
    letter-spacing: 3.2px;
    line-height: 36px;
    text-transform: uppercase;
}
body.managed-it-services #managed-it-services-upper-section #managed-it-services-upper-section-right p {
    color: #333333;	
    font-family: "neue-haas-unica", Arial, sans-serif;
    font-size: 16px;
    line-height: 28px;
    margin-top:25px;
}
body.managed-it-services #managed-it-services-upper-section #managed-it-services-upper-section-right .cta-button {
    height: 60px; 
    width: 260px; 
    max-width: 100%;
    display:block; 
    margin-top:49px; 
    text-align:center; 
    text-transform:uppercase; 
    color: #fff; 
    font-size: 18px; 
    font-weight:bold; 
    letter-spacing: 0.15px; 
    line-height:60px; 
    border-radius: 30px; 
    background: linear-gradient(315deg, #0060AE 0%, #25A9E0 100%);
}
body.managed-it-services #managed-it-services-upper-section #managed-it-services-upper-section-right .cta-button:hover {
    background:#25A9E0;
    border: none;
}

body.managed-it-services #testimonial-section {
    margin-left:0;
    margin-right:0;
}
body.managed-it-services #what-is-managed-it-section .section-hero-wrapper {
    background-image: url("/wp-content/uploads/2019/12/what-is-managedIT-desktop@2x.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:10px;
    height:360px;
    width:1200px;
    max-width: 100%;

}
body.managed-it-services #what-is-managed-it-section .section-hero-wrapper > .wpb_wrapper {
    display:flex;
    align-items:center;
    height:100%;
}
body.managed-it-services #what-is-managed-it-section .section-hero-wrapper h2 {
    color: #fff;
    font-size:44px;
    font-weight:900;
    letter-spacing: 4.4px;
    line-height: 67px;
    text-align:center;
    text-transform: uppercase;
}
body.managed-it-services #what-is-managed-it-section h3 {
    color:#fff;
    font-size:20px;
    font-weight: 900;
    line-height: 31px;
    text-transform: uppercase;
}

body.managed-it-services #what-is-managed-it-section #what-is-magaged-it-content {
    width:1200px;
    max-width: 100%;
    margin-left:auto;
    margin-right:auto;
}

body.managed-it-services #what-is-managed-it-section p {
    color:#fff;
    font-size:16px;
    line-height:28px;
}
body.managed-it-services #what-is-managed-it-section .advantages-list {
    width:calc(50% - 50px);
    margin-right:50px;
    float:left;
}
body.managed-it-services #what-is-managed-it-section .advantages-list li {
    color:#fff;
    font-size:14px;
    font-weight:900;
    letter-spacing: 1.4px;
    line-height: 22px;
    text-transform: uppercase;
    display:flex;
    align-items: center;
    margin-bottom: 32px;
}

body.managed-it-services #what-is-managed-it-section .advantages-list li:before {
    content:"";
    background-size:50px 50px;
    background-repeat: no-repeat;
    display: inline-block;
    height:50px;
    padding-right: 82px;
}

body.managed-it-services #what-is-managed-it-section .advantages-list li#advantages-controlled-costs:before {
    background-image: url("/wp-content/uploads/2019/12/controlled-costs@2x.png");
}

body.managed-it-services #what-is-managed-it-section .advantages-list li#advantages-decreased-downtime:before {
    background-image: url("/wp-content/uploads/2019/12/decreased-downtime@2x.png");
}

body.managed-it-services #what-is-managed-it-section .advantages-list li#advantages-greater-security:before {
    background-image: url("/wp-content/uploads/2019/12/greater-security-measures@2x.png");
}

body.managed-it-services #what-is-managed-it-section .advantages-list li#advantages-reduced-risk:before {
    background-image: url("/wp-content/uploads/2019/12/reduced-risk@2x.png");
}

body.managed-it-services #what-is-managed-it-section .advantages-list li#advantages-peace:before {
    background-image: url("/wp-content/uploads/2019/12/peace-of-mind@2x.png");
}

body.managed-it-services #what-is-managed-it-section .advantages-list li#advantages-compliance-expertise:before {
    background-image: url("/wp-content/uploads/2019/12/compliance-expertise@2x.png");
}



body.managed-it-services #managed-it-differentiators h2 {
    font-size:32px;
    font-weight:900;
    letter-spacing:3.2px;
    line-height:49px;
}
body.managed-it-services #managed-it-differentiators h2 .pretext {
    display:block;
    font-size:14px;
    font-weight: 900;
    letter-spacing:1.4px;
    line-height:22px;
}
body.managed-it-services #managed-it-differentiators-lower-right-1,
body.managed-it-services #managed-it-differentiators-lower-right-2 {
    margin-top:91px;
}
body.managed-it-services #managed-it-differentiators-lower li:before {
    color:#2269A4;
}

body.managed-it-services #managed-it-services-categories-plumbing {
    margin-top:86px;
}
body.managed-it-services #why-helixstorm-section #why-helixstorm-section-upper-col3,
body.managed-it-services #why-helixstorm-section #why-helixstorm-section-upper-col4,
body.managed-it-services #why-helixstorm-section #why-helixstorm-section-lower-col3,
body.managed-it-services #why-helixstorm-section #why-helixstorm-section-lower-col4 {
    margin-top:117px;
}

@media (max-width: 768px) {
    body.managed-it-services #testimonial-section .vc_column-inner .vc_column_container.vc_col-sm-4 {
        padding-bottom:0;
    }
    body.managed-it-services #testimonial-section .testimonial-image-wrapper {
        margin-bottom:0;
        text-align:center;
    }
    body.managed-it-services #what-is-managed-it-section .advantages-list li::before {
        padding-right:70px;
    }
    body.managed-it-services #managed-it-differentiators-lower-right-1 {
        order:4;
    }
    body.managed-it-services #managed-it-differentiators-lower-right-2 {
        order:3;
    }
    body.managed-it-services #managed-it-services-categories-section > .wpb_column {
        margin-bottom: 35px;
    }
    body.managed-it-services #why-helixstorm-section-lower {
        display:flex;
        flex-wrap: wrap;
    }
    body.managed-it-services #managed-it-services-categories-section ul.double-arrow-list li {
        max-width: 100%;
    }

}
@media (max-width: 500px) {
    body.managed-it-services #what-is-managed-it-section .advantages-list {
        width: calc(100% - 50px);
    }
}




/***********
* Locations Pages Template
************/
body.locations-page .pagecontent {
    padding-top:10px;
    padding-bottom: 0;
}
body.locations-page .pagecontent > .row > .col-md-12 > .vc_row {
    overflow-x: hidden;
}

body.locations-page h1 {
    color: #000;
    font-size: 32px;
    font-weight:900;
    letter-spacing:3.2px;
    line-height:49px;
    text-transform: uppercase;
}
body.locations-page .locations-subtitle {
    color: #333;
    font-size:14px;
    font-weight:900;
    letter-spacing:1.4px;
    line-height:22px;
    text-transform:uppercase;
}
body.locations-page #upper-section {
    background-color:#fff;
    margin-bottom: 0;
    padding-top: 55.5px;
}
body.locations-page #upper-section h2 {
    color:#000;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 3.2px;
    line-height: 49px;
    text-transform: uppercase;
}
body.locations-page #upper-section p {
    color:#333;
    font-size: 16px;
    line-height: 28px;
}
body.locations-page #upper-section h3 {
    color:#000;
    font-size:26px;
    line-height: 40px;
}

body.locations-page #kpis-section {
    margin-bottom: 0;
    padding-bottom: 40px;
}
body.locations-page #kpis-section .vc_col-md-8 .wpb_raw_code {
    margin-bottom:0;
}
body.locations-page #kpi-stats-row .kpi-stat-container {
    float:left;
    width:25%;
}
body.locations-page #kpi-stats-row .kpi-stat-container img {
    max-width: 100%;
}
body.locations-page #kpi-stats-row .kpi-stat-container h4 {
    color:#000;
    font-size:14px;
    line-height: 22px;
    min-height: 44px;
    text-align: center;
}
body.locations-page #managed-it-services-section {
    margin-bottom: 0;
}
body.locations-page #managed-it-services-section h3 {
    color:#000;
    font-size:26px;
    font-weight:900;
    line-height:40px;
    text-align:center;
    text-transform: uppercase;
}
body.locations-page #managed-it-services-section h4 {
    font-weight:900;
}

body.locations-page #solve-it-headaches-section {
    background: #333 !important;
    margin-bottom: 0;
}
body.locations-page #solve-it-headaches-section h4 {
    color:#fff;
    font-size:26px;
    line-height: 40px;
    margin-bottom: 49px;
    max-width: 100%;
    width:500px;
    text-transform: uppercase;
}
body.locations-page #solve-it-headaches-section p {
    color:#fff;
    width:500px;
    max-width: 100%;
}
body.locations-page #solve-it-headaches-section .cta-button {
    height: 60px; 
    width: 260px; 
    max-width: 100%;
    display:block; 
    margin-top:49px; 
    text-align:center; 
    text-transform:uppercase; 
    color: #fff; 
    font-size: 18px; 
    font-weight:bold; 
    letter-spacing: 0.15px; 
    line-height:60px; 
    border-radius: 30px; 
    background: linear-gradient(315deg, #0060AE 0%, #25A9E0 100%);
}
body.locations-page #solve-it-headaches-section .cta-button:hover {
    background:#25A9E0;
    border: none;
}

body.locations-page #solve-it-headaches-section #solve-it-headaches-solutions > .wpb_column > .vc_column-inner > .wpb_wrapper,
body.locations-page #solve-it-headaches-section #solve-it-headaches-solutions > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_content_element,
body.locations-page #solve-it-headaches-section #solve-it-headaches-solutions > .wpb_column > .vc_column-inner > .wpb_wrapper > .wpb_content_element > .wpb_wrapper {
    height:100%;
}
body.locations-page #solve-it-headaches-section .headache-solution-wrapper {
    display:flex;
    align-items: center;
}
body.locations-page #solve-it-headaches-section .headache-solution-image {

}
body.locations-page #solve-it-headaches-section .headache-solution-text {
    margin-left: 27px;
}
body.locations-page #solve-it-headaches-section .headache-solution-text p {
    color: #fff;
    font-size:14px;
    font-weight:900;
    letter-spacing: 1.4px;
    line-height: 22px;
    margin-bottom: 0;
    width:210px;
    max-width: 100%;
    text-transform: uppercase;
}

body.locations-page #testimonial-section {
    background-image: url("/wp-content/uploads/2019/12/testimonialOneill-desktop@2x-scaled.jpg");
    background-size:cover;
    margin-bottom: 0;
    min-height: 570px;
}
body.locations-page .testimonial-wrapper {
    background: #fff;
    border-radius: 10px;
    display: flex;
    margin:0 auto;
    padding: 34px 80px;
    width:900px;
    max-width: 100%;
}
body.locations-page .testimonial-wrapper .testimonial-left {
    display:flex;
    align-items: center;
    width:25%;
}
body.locations-page .testimonial-wrapper .testimonial-right {
    display:flex;
    flex-direction: column;
    align-items: start;
    padding-left:75px;
}
body.locations-page .testimonial-wrapper .testimonial-right p {
    width:520px;
    max-width: 100%;
}
body.locations-page #why-helixstorm-section {
    background: #fff;
    margin-bottom: 0;
    padding-bottom:50px;
}

body.locations-page #why-helixstorm-section #why-helixstorm-section-upper-text {
    width: 480px;
    max-width: 100%;
    margin:0 auto;
}

body.locations-page #helixstorm-benefits-section {
    background:#fff;
    margin-bottom:0;
}
body.locations-page #why-helixstorm-section h2 {
    color:#000;
    font-size:32px;
    font-weight: 900;
    letter-spacing: 3.2px;
    line-height: 49px;
    text-align:center;
    width:500px;
    max-width: 100%;
}
body.locations-page #why-helixstorm-section p {
    color:#333;
    font-size:16px;
    line-height: 28px;
    margin:0 auto 40px;
    text-align:center;
    width:500px;
    max-width: 100%;
}
body.locations-page #why-helixstorm-section #why-helixstorm-section-upper h3 {
    color:#000;
    font-size:20px;
    font-weight: 900;
    line-height: 31px;
}
body.locations-page #why-helixstorm-section #why-helixstorm-section-upper p {
    color:#333;
    font-size:16px;
    line-height: 28px;
    text-align:left;
    width:100%;
    max-width: 100%;
}

body.locations-page #why-helixstorm-section #helixstorm-benefits-section-upper-col3,
body.locations-page #why-helixstorm-section #helixstorm-benefits-section-upper-col4,
body.locations-page #helixstorm-benefits-section #helixstorm-benefits-section-lower-col3,
body.locations-page #helixstorm-benefits-section #helixstorm-benefits-section-lower-col4 {
    margin-top:117px;
}

body.locations-page #helixstorm-benefits-section {
    padding-top:73px;
}
body.locations-page #how-managed-it-works-section {
    padding-top:40px;
    margin-bottom: 0;
}
body.locations-page .managed-it-step-wrapper {
    background: #fff;
    border-radius: 10px;
    display: flex;
    margin:0 auto 24px;
    padding: 22px 50px 22px 21px;
    width:668px;
    max-width: 100%;
}
body.locations-page .managed-it-step-wrapper .managed-it-step-left {
    display:flex;
    align-items: center;
}
body.locations-page .managed-it-step-wrapper .managed-it-step-left img {
    max-height: 70px;
    margin: 0 auto;
}
body.locations-page .managed-it-step-wrapper .managed-it-step-right {
    display:flex;
    flex-direction: column;
    align-items: start;
    padding-left:27px;
}
body.locations-page .managed-it-step-wrapper .managed-it-step-right .step-pre-title {
    color:#aaa;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1.3px;
    line-height: 22px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
body.locations-page .managed-it-step-wrapper .managed-it-step-right h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 900;
    line-height: 31px;
    margin-top:0;
}
body.locations-page .managed-it-step-wrapper .managed-it-step-right p {
    color: #333333;
    font-size: 16px;
    line-height: 28px;
}
body.locations-page.bg-header.bg-header-light footer #footer-top {
    background-color:#fff;
    padding-top:80px;
}
@media (max-width: 992px) {
    body.locations-page .testimonial-wrapper .testimonial-right p {
        width: 100%;
    }
}
@media (max-width: 768px) {
    body.locations-page .hero-section {
        padding-left:17.5px;
        padding-right:17.5px;
    }
    body.locations-page h1 {
        padding:0 20px;
        text-align: center;
    }
    body.locations-page .locations-subtitle {
        padding:0 20px;
        text-align: center;
    }
    body.locations-page #upper-section .wpb_single_image {
        text-align:center;
    }
    body.locations-page #upper-section h2,
    body.locations-page #upper-section p {
        text-align: center;
    }
    body.locations-page #kpi-stats-row .kpi-stat-container {
        width:50%;
    }
    body.locations-page #managed-it-services-section .wpb_single_image.vc_align_left,
    body.locations-page #managed-it-services-section h4,
    body.locations-page #managed-it-services-section p {
        padding:0 20px;
        text-align: center;
    }
    body.locations-page #solve-it-headaches-section h4,
    body.locations-page #solve-it-headaches-section p {
        padding:0 20px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    body.locations-page #solve-it-headaches-section .cta-button {
        margin-left: auto;
        margin-right: auto;
    }
    body.locations-page #solve-it-headaches-section .headache-solution-text p {
        width: auto;
    }
    body.locations-page #testimonial-section {
        background-image: url("/wp-content/uploads/2019/12/testimonialOneill-mobile@2x.jpg");
    }
    body.locations-page .testimonial-wrapper {
        flex-wrap: wrap;
    }
    body.locations-page .testimonial-wrapper .testimonial-left {
        width: 100%;
    }
    body.locations-page .testimonial-wrapper .testimonial-left img {
        margin:0 auto;
    }
    body.locations-page .testimonial-wrapper .testimonial-right {
        padding: 0;
    }
    body.locations-page .testimonial-wrapper .testimonial-right p {
        width:100%;
    }
    body.locations-page #why-helixstorm-section-upper {
        display: flex;
        flex-wrap: wrap;
        padding: 0 20px;
    }
   body.locations-page #why-helixstorm-section #helixstorm-benefits-section-upper-col1 {
       order:2;
   }
   body.locations-page #why-helixstorm-section #helixstorm-benefits-section-upper-col2 {
       order:1;
   }
   body.locations-page #why-helixstorm-section #helixstorm-benefits-section-upper-col3 {
        order: 3;
        margin-top:10px;
    }
    body.locations-page #why-helixstorm-section #helixstorm-benefits-section-upper-col4 {
        order: 4;
        margin-top:10px;
    }
    body.locations-page #why-helixstorm-section #why-helixstorm-section-upper h3,
    body.locations-page #why-helixstorm-section #why-helixstorm-section-upper p {
        text-align: center;
    }
    body.locations-page #helixstorm-benefits-section-lower {
        display: flex;
        flex-wrap: wrap;
        padding: 0 20px;
    }
    body.locations-page #helixstorm-benefits-section #helixstorm-benefits-section-lower-col1 {
        order: 1;
    }
    body.locations-page #helixstorm-benefits-section #helixstorm-benefits-section-lower-col2 {
        order: 2;
    }
    body.locations-page #helixstorm-benefits-section #helixstorm-benefits-section-lower-col3 {
        order: 4;
        margin-top:10px;
    }
    body.locations-page #helixstorm-benefits-section #helixstorm-benefits-section-lower-col4 {
        order: 3;
        margin-top:10px;
    }
    body.locations-page #helixstorm-benefits-section-lower h3,
    body.locations-page #helixstorm-benefits-section-lower p {
        text-align: center;
    }

}

/***********
* Solutions Pages Template
************/
body.solutions-page .pagecontent {
    padding-top:10px;
    padding-bottom: 0;
}
body.solutions-page .pagecontent > .row > .col-md-12 > .vc_row {
    margin-bottom:0 !important;
    overflow-x: hidden;
}

body.solutions-page h1 {
    color: #000;
    font-size: 32px;
    font-weight:900;
    letter-spacing:3.2px;
    line-height:49px;
    text-transform: uppercase;
}
body.solutions-page .solutions-subtitle {
    color: #333;
    font-size:14px;
    font-weight:900;
    letter-spacing:1.4px;
    line-height:22px;
    text-transform:uppercase;
}
body.solutions-page #upper-section {
    background-color:#fff;
    margin-bottom: 0;
    padding-top: 55.5px;
}
body.solutions-page #upper-section h2 {
    color:#000;
    font-size: 32px;
    letter-spacing: 3.2px;
    line-height: 49px;
    margin: 68px auto 20px;
    text-transform: uppercase;
}
body.solutions-page #upper-section p {
    color:#333;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 29px;
}
body.solutions-page #upper-section h3 {
    color:#000;
    font-size:20px;
    line-height: 31px;
}

body.solutions-page #testimonial-section {
    background-image: url("/wp-content/uploads/2019/12/testimonialOneill-desktop@2x-scaled.jpg");
    background-size:cover;
    margin-bottom: 0;
    min-height: 570px;
    display: flex;
    align-items:center;
}
body.solutions-page #testimonial-section .wpb_raw_html {
    margin-bottom:0;
}
body.solutions-page .testimonial-wrapper {
    background: #fff;
    border-radius: 10px;
    display: flex;
    margin:0 auto;
    padding: 34px 80px;
    width:900px;
    max-width: 100%;
}
body.solutions-page .testimonial-wrapper .testimonial-left {
    display:flex;
    align-items: center;
    width:25%;
}
body.solutions-page .testimonial-wrapper .testimonial-right {
    display:flex;
    flex-direction: column;
    align-items: start;
    padding-left:75px;
}
body.solutions-page .testimonial-wrapper .testimonial-right p {
    width:520px;
    max-width: 100%;
}
body.solutions-page .testimonial-wrapper .testimonial-right .testimonial-content {
    color: #333;
    font-size:16px;
    line-height: 28px;
}
body.solutions-page .testimonial-wrapper .testimonial-right .testimonial-author {
    color: #000;
    font-size:14px;
    font-weight: bold;
    line-height: 28px;
    text-transform: uppercase;
}
body.solutions-page ul li {
    color: #fff;
}
body.solutions-page .white-bg {
    background-color:#fff;
}
body.solutions-page .white-bg ul li {
    color: #000;
}
body.solutions-page .padded-section {
    padding-top:60px;
    padding-bottom:60px;
}
body.solutions-page .bottom-cta-section {
    padding-top:60px;
}
body.solutions-page .cta-button {
    height: 60px; 
    width: 260px; 
    max-width: 100%;
    display:block; 
    margin:49px auto 50px; 
    text-align:center; 
    text-transform:uppercase; 
    color: #fff; 
    font-size: 18px; 
    font-weight:bold; 
    letter-spacing: 0.15px; 
    line-height:60px; 
    border-radius: 30px; 
    background: linear-gradient(315deg, #0060AE 0%, #25A9E0 100%);
}

@media (max-width: 768px) {
    body.solutions-page .padded-section {
        padding-top:25px;
        padding-bottom:25px;
    }
    body.solutions-page .hero-section {
        padding-left:17.5px;
        padding-right:17.5px;
    }
    body.solutions-page h1 {
        padding:0 20px;
        text-align: center;
    }
    body.solutions-page #upper-section {
        padding-top:25px;
    }
    body.solutions-page #upper-section h2 {
        margin-top:25px;
    }
    body.solutions-page #upper-section .wpb_single_image {
        margin-bottom:10px;
    }
    body.solutions-page .solutions-subtitle {
        padding:0 20px;
        text-align: center;
    }
    body.solutions-page .testimonial-wrapper {
        flex-wrap: wrap;
    }
    body.solutions-page .testimonial-wrapper .testimonial-left {
        width: 100%;
    }
    body.solutions-page .testimonial-wrapper .testimonial-left img {
        margin:0 auto;
    }
    body.solutions-page .testimonial-wrapper .testimonial-right {
        padding: 0;
    }
    body.solutions-page .testimonial-wrapper .testimonial-right p {
        width:100%;
    }
}



/****
* Cloud Managed IT Backup Solutions Page
****/
body.solutions-page.cloud-managed-backup-page #testimonial-section {
    background-image: url("/wp-content/uploads/2019/12/testimonial-roadRunnerSports-desktop@2x-scaled.jpg");
}
body.solutions-page.cloud-managed-backup-page #disaster-recovery-section {
    background: #333 !important;
    margin-bottom: 0;
}
body.solutions-page.cloud-managed-backup-page #disaster-recovery-section .pre-text {
    color:#fff;
    font-size:14px;
    font-weight:900;
    letter-spacing: 1.4px;
    line-height: 22px;
    text-transform: uppercase;
}
body.solutions-page.cloud-managed-backup-page #disaster-recovery-section h2 {
    color:#fff;
    font-size:32px;
    line-height: 49px;
    margin-bottom: 49px;
    max-width: 100%;
    width:500px;
    text-transform: uppercase;
}
body.solutions-page.cloud-managed-backup-page #disaster-recovery-section h3 {
    color:#fff;
    font-size:20px;
    line-height: 31px;
}
body.solutions-page.cloud-managed-backup-page #disaster-recovery-section h4 {
    color:#fff;
    font-size:14px;
    letter-spacing: 1.4px;
    line-height: 22px;
    margin:32px auto 19px;
}
body.solutions-page.cloud-managed-backup-page #disaster-recovery-section p {
    color:#fff;
    font-size:16px;
    line-height: 28px;
    width:500px;
    max-width: 100%;
}
body.solutions-page.cloud-managed-backup-page #disaster-recovery-section #disaster-recovery-section-lower-right {
    padding-left:60px;
}
body.solutions-page.cloud-managed-backup-page #disaster-recovery-section ul.colored-bullet-list li {
    color:#fff;
    font-size:16px;
    line-height:25px;
}
body.solutions-page.cloud-managed-backup-page #managed-backup-services-section .pre-text {
    color:#000;
    font-size:14px;
    font-weight: 900;
    letter-spacing: 1.4px;
    line-height: 22px;
    margin:0 auto;
    text-align: center;
    text-transform: uppercase;
}
body.solutions-page.cloud-managed-backup-page #managed-backup-services-section {
    padding-top:70px;
}
body.solutions-page.cloud-managed-backup-page #managed-backup-services-section h3 {
    margin:0 auto;
    font-size:32px;
    letter-spacing: 3.2px;
    line-height: 49px;
    text-align: center;
    width:450px;
    max-width: 100%;
}
body.solutions-page.cloud-managed-backup-page #managed-backup-services-section h4 {
    font-size:20px;
    line-height: 31px;
    width:100%;
    max-width: 100%;
}
body.solutions-page.cloud-managed-backup-page #managed-backup-services-section p {
    font-size:16px;
    line-height: 28px;
    width:100%;
    max-width: 100%;
}
body.solutions-page.cloud-managed-backup-page #managed-backup-services-section .cta-button {
    height: 60px; 
    width: 260px; 
    max-width: 100%;
    display:block; 
    margin:49px auto 50px; 
    text-align:center; 
    text-transform:uppercase; 
    color: #fff; 
    font-size: 18px; 
    font-weight:bold; 
    letter-spacing: 0.15px; 
    line-height:60px; 
    border-radius: 30px; 
    background: linear-gradient(315deg, #0060AE 0%, #25A9E0 100%);
}

body.solutions-page.cloud-managed-backup-page #how-managed-backup-works-section {
    background-image: url("/wp-content/uploads/2020/01/howManagedITServicesWorks-desktop@2x-scaled.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top:40px;
    margin-bottom: 0;
}
body.solutions-page.cloud-managed-backup-page #how-managed-backup-works-section h2 {
    font-size:32px;
    font-weight: 900;
    letter-spacing: 3.2px;
    line-height: 49px;
    margin:0 auto 25px;
    width:416px;
    max-width: 100%;
}
body.solutions-page.cloud-managed-backup-page .managed-backup-service-wrapper {
    background: #fff;
    border-radius: 10px;
    display: flex;
    margin:0 auto 24px;
    padding: 22px 50px 22px 21px;
    width:668px;
    max-width: 100%;
}
body.solutions-page.cloud-managed-backup-page .managed-backup-service-wrapper .managed-backup-service-left {
    display:flex;
    align-items: center;
}
body.solutions-page.cloud-managed-backup-page .managed-backup-service-wrapper .managed-backup-service-left img {
    max-height: 70px;
    margin: 0 auto;
}
body.solutions-page.cloud-managed-backup-page .managed-backup-service-wrapper .managed-backup-service-right {
    display:flex;
    flex-direction: column;
    align-items: start;
    padding-left:27px;
}
body.solutions-page.cloud-managed-backup-page .managed-backup-service-wrapper .managed-backup-service-right .step-pre-title {
    color:#aaa;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1.3px;
    line-height: 22px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
body.solutions-page.cloud-managed-backup-page .managed-backup-service-wrapper .managed-backup-service-right h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 900;
    line-height: 31px;
    margin-top:0;
}
body.solutions-page.cloud-managed-backup-page .managed-backup-service-wrapper .managed-backup-service-right p {
    color: #333333;
    font-size: 16px;
    line-height: 28px;
}

@media (max-width: 768px) {
    body.solutions-page.cloud-managed-backup-page #testimonial-section {
        background-image: url("/wp-content/uploads/2019/12/testimonial-roadRunnerSports-mobile@2x.jpg");
    }

    body.solutions-page.cloud-managed-backup-page #disaster-recovery-section-lower {
        display: flex;
        flex-wrap: wrap;
        padding: 0 20px;
    }
    body.solutions-page.cloud-managed-backup-page #disaster-recovery-section-lower #disaster-recovery-section-lower-left {
       order:2;
    }
    body.solutions-page.cloud-managed-backup-page #disaster-recovery-section-lower #disaster-recovery-section-lower-right {
       order:1;
       padding-left:0;
    }
    #managed-backup-services-section.cloud-managed-backup-page .vc_column_container.vc_col-sm-4 {
        margin-bottom:35px;
    }
    #managed-backup-services-section.cloud-managed-backup-page .vc_column_container.vc_col-sm-4 .wpb_single_image {
        margin-bottom: 15px;
    }
    body.solutions-page.cloud-managed-backup-page #managed-backup-services-section h4,
    body.solutions-page.cloud-managed-backup-page #managed-backup-services-section p {
        width:100%;
    }

}


/***********
* Solutions Simple Pages Template
************/

body.solutions-page.solutions-simple-page h1 {
    color: #000;
    font-size: 32px;
    font-weight:900;
    letter-spacing:3.2px;
    line-height:49px;
    text-transform: uppercase;
}
body.solutions-page.solutions-simple-page .solutions-subtitle {
    color: #333;
    font-size:14px;
    font-weight:900;
    letter-spacing:1.4px;
    line-height:22px;
    text-transform:uppercase;
}
body.solutions-page.solutions-simple-page #solutions-upper-section {
    background-color:#fff;
    margin-bottom: 0;
    padding-top: 55.5px;
}
body.solutions-page.solutions-simple-page #solutions-upper-section h2 {
    color:#000;
    font-size: 32px;
    letter-spacing: 3.2px;
    line-height: 49px;
    margin: 68px auto 20px;
    text-transform: uppercase;
}
body.solutions-page.solutions-simple-page #solutions-upper-section p {
    color:#333;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 29px;
}
body.solutions-page.solutions-simple-page #solutions-upper-section h3 {
    color:#000;
    font-size:20px;
    line-height: 31px;
}

body.solutions-page.solutions-simple-page #solutions-details-upper-section {
    background: #333 !important;
    margin-bottom: 0;
}
body.solutions-page.solutions-simple-page #solutions-details-upper-section .pre-text {
    color:#fff;
    font-size:14px;
    font-weight:900;
    letter-spacing: 1.4px;
    line-height: 22px;
    text-transform: uppercase;
}
body.solutions-page.solutions-simple-page #solutions-details-upper-section h2 {
    color:#fff;
    font-size:32px;
    letter-spacing: 3.2px;
    line-height: 49px;
    margin-bottom: 49px;
    max-width: 100%;
    width:450px;
    text-transform: uppercase;
}
body.solutions-page.solutions-simple-page #solutions-details-upper-section h3 {
    color:#fff;
    font-size:20px;
    line-height: 31px;
    margin:35px auto 15px;
}
body.solutions-page.solutions-simple-page #solutions-details-upper-section p {
    color:#fff;
    font-size:16px;
    line-height: 28px;
    width:500px;
    max-width: 100%;
}
body.solutions-page.solutions-simple-page #solutions-details-lower-section {
    background-color:#fff;
    margin-bottom: 0;
    padding-top:70px;
}
body.solutions-page.solutions-simple-page #solutions-details-lower-section #solutions-details-lower-right {
    padding-left:100px;
}
body.solutions-page.solutions-simple-page #solutions-details-lower-section h3 {
    margin:0 auto;
    font-size:32px;
    letter-spacing: 3.2px;
    line-height: 49px;
    text-align: center;
    width:450px;
    max-width: 100%;
}
body.solutions-page.solutions-simple-page #solutions-details-lower-section h4 {
    font-size:20px;
    line-height: 31px;
    width:500px;
    max-width: 100%;
}
body.solutions-page.solutions-simple-page #solutions-details-lower-section p {
    font-size:16px;
    line-height: 28px;
    width:500px;
    max-width: 100%;
}
body.solutions-page.solutions-simple-page #bottom-cta-section {
    background-color:#fff;
    margin-bottom:0;
    padding-bottom:50px;
    padding-top:50px;
}
body.solutions-page.solutions-simple-page #bottom-cta-section h2 {
    font-size:32px;
    letter-spacing: 3.2px;
    line-height: 49px;
    margin:0 auto;
    text-align: center;
    width:500px;
    max-width: 100%;
}
body.solutions-page.solutions-simple-page #bottom-cta-section p {
    color: #4d4d4d;
    font-size:16px;
    line-height: 28px;
    margin:0 auto;
    text-align: center;
    width:500px;
    max-width: 100%;
}
body.solutions-page.solutions-simple-page #bottom-cta-section .cta-button {
    height: 60px; 
    width: 400px; 
    max-width: 100%;
    display:block; 
    margin:49px auto 50px; 
    text-align:center; 
    text-transform:uppercase; 
    color: #fff; 
    font-size: 18px; 
    font-weight:bold; 
    letter-spacing: 0.15px; 
    line-height:60px; 
    border-radius: 30px; 
    background: linear-gradient(315deg, #0060AE 0%, #25A9E0 100%);
}
body.solutions-page.solutions-simple-page footer #footer-top {
    background-color:#fff;
}

@media (max-width: 768px) {
    body.solutions-page.solutions-simple-page #solutions-details-lower-section {
        padding-top:35px;
    }
    body.solutions-page.solutions-simple-page #solutions-details-lower-section .vc_inner {
        display: flex;
        flex-wrap: wrap;
        padding: 0 20px;
    }
    body.solutions-page.solutions-simple-page #solutions-details-lower-section #solutions-details-lower-left {
       order:2;
    }
    body.solutions-page.solutions-simple-page #solutions-details-lower-section #solutions-details-lower-right {
       order:1;
       padding-left:0;
    }
    body.solutions-page.solutions-simple-page #solutions-details-lower-section h3 {
        margin:0 auto 20px;
    }
    body.solutions-page.solutions-simple-page #solutions-details-lower-section h4 {
        margin:25px auto 15px;
    }
}

/****
* Application Migration Solutions Page
****/
body.solutions-page.solutions-simple-page.application-migration-page #testimonial-section {
    background-image: url("/wp-content/uploads/2019/12/testimonial-roadRunnerSports-desktop@2x-scaled.jpg");
}


body.solutions-page.application-migration-page #how-managed-backup-works-section {
    background-image: url("/wp-content/uploads/2020/01/howManagedITServicesWorks-desktop@2x-scaled.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top:40px;
    margin-bottom: 0;
}
body.solutions-page.application-migration-page #how-managed-backup-works-section h2 {
    font-size:32px;
    font-weight: 900;
    letter-spacing: 3.2px;
    line-height: 49px;
    margin:0 auto 25px;
    width:416px;
    max-width: 100%;
}
body.solutions-page.application-migration-page .managed-backup-service-wrapper {
    background: #fff;
    border-radius: 10px;
    display: flex;
    margin:0 auto 24px;
    padding: 22px 50px 22px 21px;
    width:668px;
    max-width: 100%;
}
body.solutions-page.application-migration-page .managed-backup-service-wrapper .managed-backup-service-left {
    display:flex;
    align-items: center;
}
body.solutions-page.application-migration-page .managed-backup-service-wrapper .managed-backup-service-left img {
    max-height: 70px;
    margin: 0 auto;
}
body.solutions-page.application-migration-page .managed-backup-service-wrapper .managed-backup-service-right {
    display:flex;
    flex-direction: column;
    align-items: start;
    padding-left:27px;
}
body.solutions-page.application-migration-page .managed-backup-service-wrapper .managed-backup-service-right .step-pre-title {
    color:#aaa;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1.3px;
    line-height: 22px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
body.solutions-page.cloud-managed-backup-page .managed-backup-service-wrapper .managed-backup-service-right h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 900;
    line-height: 31px;
    margin-top:0;
}
body.solutions-page.application-migration-page .managed-backup-service-wrapper .managed-backup-service-right p {
    color: #333333;
    font-size: 16px;
    line-height: 28px;
}

@media (max-width: 768px) {
    body.solutions-page.application-migration-page #testimonial-section {
        background-image: url("/wp-content/uploads/2019/12/testimonial-roadRunnerSports-mobile@2x.jpg");
    }

    .application-migration-page #managed-backup-services-section .vc_column_container.vc_col-sm-4 {
        margin-bottom:35px;
    }
    .application-migration-page #managed-backup-services-section .vc_column_container.vc_col-sm-4 .wpb_single_image {
        margin-bottom: 15px;
    }
    body.solutions-page.application-migration-page #managed-backup-services-section h4,
    body.solutions-page.application-migration-page #managed-backup-services-section p {
        width:100%;
    }

}


/***********
* IT Strategy
************/
body.it-strategy .pagecontent {
    max-width:100% !important;
    width:100% !important;
}
body.it-strategy .pagecontent > .row > .col-md-12 > .wpb_row {
    margin-bottom:0 !important;
}
body.it-strategy h2 {
    font-size:32px;
    font-weight:900;
    letter-spacing:3.2px;
    line-height:49px;
}
body.it-strategy .pretext {
    display:block;
    font-size:14px;
    font-weight: 900;
    letter-spacing:1.4px;
    line-height:22px;
}
body.it-strategy ul.double-arrow-list li:before {
    color: #24A7DF;
}

body.it-strategy h1 {
    color:#000000;
    font-family: "neue-haas-unica", Arial, sans-serif;
    font-size:44px;
    font-weight:900;
    letter-spacing: 4.4px;
    line-height:67px;
    text-align:center;
    text-transform: uppercase;
}


body.it-strategy #hero-section p {
    color: #333333;
    font-size:20px;
    font-weight: 900;
    line-height: 32px;
    text-align:center;
}

body.it-strategy #hero-phone-link {
    text-align:center;
}
body.it-strategy #hero-phone-link a {
    border-bottom:2px solid #0d73bb;
    color:#000000;
    font-family: "neue-haas-unica", Arial, sans-serif;
    font-size:20px;
    letter-spacing: 0.17px;
    line-height:31px;
    padding-bottom: 5px;
}
body.it-strategy #hero-phone-link a:hover {
    color: #0d73bb;
}

body.it-strategy #it-strategy-upper-section #it-strategy-upper-section-left > div {
    float:right;
    max-width: calc(100% - 25px);
    width: 713px;
    padding-right:25px;
}

body.it-strategy #it-strategy-upper-section #it-strategy-upper-section-right > div {
    width: 525px;
    max-width: calc(100% - 25px);
    padding-left:25px;
}
body.it-strategy #it-strategy-upper-section #it-strategy-upper-section-right h2 {
    max-width: 100%;	
    color: #000000;	
    font-family: "Overpass";
    font-size: 32px;
    font-weight:900;
    letter-spacing: 3.2px;
    line-height: 36px;
    text-transform: uppercase;
}
body.it-strategy #it-strategy-upper-section #it-strategy-upper-section-right p {
    color: #333333;	
    font-family: "neue-haas-unica", Arial, sans-serif;
    font-size: 16px;
    line-height: 28px;
    margin-top:25px;
}
body.it-strategy #it-strategy-upper-section #it-strategy-upper-section-right .cta-button {
    height: 60px; 
    width: 260px; 
    max-width: 100%;
    display:block; 
    margin-top:49px; 
    text-align:center; 
    text-transform:uppercase; 
    color: #fff; 
    font-size: 18px; 
    font-weight:bold; 
    letter-spacing: 0.15px; 
    line-height:60px; 
    border-radius: 30px; 
    background: linear-gradient(315deg, #0060AE 0%, #25A9E0 100%);
}

body.it-strategy #testimonial-section {
    margin-left:0;
    margin-right:0;
}
body.it-strategy #what-is-it-strategy-section .section-hero-wrapper {
    background-image: url("/wp-content/uploads/2020/01/what-is-itStrategy-1200w.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius:10px;
    height:360px;
    width:1200px;
    max-width: 100%;

}
body.it-strategy #what-is-it-strategy-section .section-hero-wrapper > .wpb_wrapper {
    display:flex;
    align-items:center;
    height:100%;
}
body.it-strategy #what-is-it-strategy-section .section-hero-wrapper h2 {
    color: #fff;
    font-size:44px;
    font-weight:900;
    letter-spacing: 4.4px;
    line-height: 67px;
    text-align:center;
    text-transform: uppercase;
}
body.it-strategy #what-is-it-strategy-section h3 {
    color:#fff;
    font-size:20px;
    font-weight: 900;
    line-height: 31px;
    text-transform: uppercase;
}

body.it-strategy #what-is-it-strategy-section #what-is-magaged-it-content {
    width:1200px;
    max-width: 100%;
    margin-left:auto;
    margin-right:auto;
}

body.it-strategy #what-is-it-strategy-section p {
    color:#fff;
    font-size:16px;
    line-height:28px;
}
body.it-strategy #what-is-it-strategy-section .advantages-list {
    width:calc(50% - 50px);
    margin-right:50px;
    float:left;
}
body.it-strategy #what-is-it-strategy-section .advantages-list li {
    color:#fff;
    font-size:14px;
    font-weight:900;
    letter-spacing: 1.4px;
    line-height: 22px;
    text-transform: uppercase;
    display:flex;
    align-items: center;
    margin-bottom: 32px;
}

body.it-strategy #what-is-it-strategy-section .advantages-list li:before {
    content:"";
    background-size:50px 50px;
    background-repeat: no-repeat;
    display: inline-block;
    height:50px;
    padding-right: 82px;
}

body.it-strategy #what-is-it-strategy-section .advantages-list li#advantages-controlled-costs:before {
    background-image: url("/wp-content/uploads/2019/12/controlled-costs@2x.png");
}

body.it-strategy #what-is-it-strategy-section .advantages-list li#advantages-decreased-downtime:before {
    background-image: url("/wp-content/uploads/2019/12/decreased-downtime@2x.png");
}

body.it-strategy #what-is-it-strategy-section .advantages-list li#advantages-greater-security:before {
    background-image: url("/wp-content/uploads/2019/12/greater-security-measures@2x.png");
}

body.it-strategy #what-is-it-strategy-section .advantages-list li#advantages-reduced-risk:before {
    background-image: url("/wp-content/uploads/2019/12/reduced-risk@2x.png");
}

body.it-strategy #what-is-it-strategy-section .advantages-list li#advantages-peace:before {
    background-image: url("/wp-content/uploads/2019/12/peace-of-mind@2x.png");
}

body.it-strategy #what-is-it-strategy-section .advantages-list li#advantages-compliance-expertise:before {
    background-image: url("/wp-content/uploads/2019/12/compliance-expertise@2x.png");
}



body.it-strategy #it-strategy-differentiators h2 {
    font-size:32px;
    font-weight:900;
    letter-spacing:3.2px;
    line-height:49px;
}
body.it-strategy #it-strategy-differentiators h2 .pretext {
    display:block;
    font-size:14px;
    font-weight: 900;
    letter-spacing:1.4px;
    line-height:22px;
}
body.it-strategy #it-strategy-differentiators-lower-right-1,
body.it-strategy #it-strategy-differentiators-lower-right-2 {
    margin-top:91px;
}
body.it-strategy #it-strategy-differentiators-lower li:before {
    color:#2269A4;
}

body.it-strategy #it-strategy-categories-plumbing {
    margin-top:86px;
}
body.it-strategy #why-helixstorm-section #why-helixstorm-section-upper-col3,
body.it-strategy #why-helixstorm-section #why-helixstorm-section-upper-col4,
body.it-strategy #why-helixstorm-section #why-helixstorm-section-lower-col3,
body.it-strategy #why-helixstorm-section #why-helixstorm-section-lower-col4 {
    margin-top:117px;
}

body.it-strategy .bottom-cta-section {
    padding-top:60px;
}
body.it-strategy .bottom-cta-section h3 {
    font-size:32px;
    letter-spacing:3.2px;
    line-height: 49px;
    margin:0 auto;
    text-align:center;
    width:500px;
    max-width: 100%;
}
body.it-strategy .cta-button {
    height: 60px; 
    width: 260px; 
    max-width: 100%;
    display:block; 
    margin:49px auto 50px; 
    text-align:center; 
    text-transform:uppercase; 
    color: #fff; 
    font-size: 18px; 
    font-weight:bold; 
    letter-spacing: 0.15px; 
    line-height:60px; 
    border-radius: 30px; 
    background: linear-gradient(315deg, #0060AE 0%, #25A9E0 100%);
}

@media (max-width: 768px) {
    body.it-strategy #it-strategy-upper-section #it-strategy-upper-section-left > div {
        width: 100%;
        padding: 17.5px;
        max-width: 100%;
    }
    body.it-strategy #it-strategy-upper-section #it-strategy-upper-section-right h2 {
        font-size:23px;
    }
    body.it-strategy #testimonial-section .vc_column-inner .vc_column_container.vc_col-sm-4 {
        padding-bottom:0;
    }
    body.it-strategy #testimonial-section .testimonial-image-wrapper {
        margin-bottom:0;
        text-align:center;
    }
    body.it-strategy #what-is-it-strategy-section .section-hero-wrapper {
        background-image: url("/wp-content/uploads/2020/01/what-is-itStrategy-mobile@2x.jpg");
    }
    body.it-strategy #what-is-it-strategy-section .advantages-list li::before {
        padding-right:70px;
    }
    body.it-strategy #it-strategy-differentiators-lower {
        display: flex;
        flex-wrap: wrap;
    }
    body.it-strategy #it-strategy-differentiators-lower-right-1 {
        order:4;
    }
    body.it-strategy #it-strategy-differentiators-lower-right-2 {
        order:3;
    }
    body.it-strategy #it-strategy-categories-section > .wpb_column {
        margin-bottom: 35px;
    }
    body.it-strategy #why-helixstorm-section-upper {
        display:flex;
        flex-wrap: wrap;
    }
    body.it-strategy #why-helixstorm-section #why-helixstorm-section-upper-col3 {
        order:4;
    }
    body.it-strategy #why-helixstorm-section #why-helixstorm-section-upper-col4 {
        order:3;
    }
    body.it-strategy #why-helixstorm-section #why-helixstorm-section-upper-col3, body.it-strategy #why-helixstorm-section #why-helixstorm-section-upper-col4, body.it-strategy #why-helixstorm-section #why-helixstorm-section-lower-col3, body.it-strategy #why-helixstorm-section #why-helixstorm-section-lower-col4 {
        margin-top:40px;
    }
    body.it-strategy #why-helixstorm-section-lower {
        display:flex;
        flex-wrap: wrap;
    }
    body.it-strategy #why-helixstorm-section-lower-col3 {
        order:4;
    }
    body.it-strategy #why-helixstorm-section-lower-col4 {
        order:3;
    }
    body.it-strategy #it-strategy-categories-section ul.double-arrow-list li {
        max-width: 100%;
    }

}
@media (max-width: 500px) {
    body.it-strategy #what-is-it-strategy-section .advantages-list {
        width: calc(100% - 50px);
    }
}



/***********
* Blog Rollup Template
************/
body.category-blog {
    background-color: #fff;
    color: #000;
}
body.category-blog .header__new .container {
    max-width: 1220px;
    margin: auto;
    padding: 0;
}
body.category-blog #hero-section{
    padding: 0 20px 0 20px;
}
body.category-blog .hero-header p {
    margin-bottom: 10px;
}

body.category-blog .hero-header #hero-section img{
    max-width: 100%;
    height: auto;
}
body.category-blog .testimonial-row {
    max-width: 1220px;
    margin: auto;
}
body.category-blog .hero-header #hero-section .hero-left {
    display: flex;
    justify-content: center;
	margin-top: 0;
    align-items: flex-start;
    flex-direction: column;
}
body.category-blog h1 {
    color: #000;
    font-size: 32px;
    font-weight:900;
    line-height:49px;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 .5rem 0;
    text-align: left;
}
body.category-blog .testimonials-subtitle {
    color: #333;
    font-size:14px;
    font-weight:900;
    letter-spacing:1.4px;
    line-height:22px;
    text-transform:uppercase;
}
body.category-blog h2 {
    color:#333;
    font-size: 6.4rem;
    font-weight: 700;
    line-height: 120%;
    margin: 2rem 0;    
}
body.category-blog .header__new h2 {
    color:#333;
    font-size: 6.4rem;
    line-height: 120%;
    margin:0 auto 64px;
    text-align:left;
    text-transform:uppercase;
    max-width:676px;
    max-width:100%;
}
body.category-blog .container h4 {
    text-transform: initial;
    letter-spacing: normal;
    font-weight: 700;
    line-height: 130%;
    color:#000;
    font-size:20px;
}
body.category-blog .container h4 a {
    color:#000;
    font-size:20px;
    line-height: 130%;
    text-transform: none;
    font-weight: 700;
}
body.category-blog .featured-blogs {
    padding: 1rem 0 3rem;
}
body.category-blog .featured-blogs-main .blog-listing-image {
    max-width: 800px;
    max-height: 320px;
    overflow: hidden;
    border-radius: 4px;
}
body.category-blog .featured-blogs-main h4 {
    margin-top: 1rem;
}
body.category-blog .featured-blogs article {
    border-top: 1px solid #E5E5E5;
    margin-top: 3rem;
    padding-top: 2rem;
}
body.category-blog .more-blogs .blog-listing-image {
    max-width: 384px;
    max-height: 200px;
    margin: auto;
    border-radius: 4px;
    overflow: hidden;
}
body.category-blog .container.more-blogs,
body.category-blog .main-container{
    max-width: 1220px;
}
body.category-blog .container.more-blogs h4 {
    margin-top: 1rem;
}
body.category-blog .container.more-blogs a.read-more,
body.category-blog .featured-blogs-main a.read-more,
body.category-blog .featured-blogs a.read-more {
    display: none;   
}

body.category-blog .container > .row .col-md-8 > .row {
    margin-bottom:38px;
}
body.category-blog .container > .row .col-md-8 > .row p {
    color:#000;
}
body.category-blog .container > .row .col-md-8 > .row a.read-more,
body.category-blog .container a.read-more-cta {
    color:#425FF6;
    display:block;
    font-size:15px;
    font-weight:600;
    line-height: 18px;
    letter-spacing: 1.2px;
    margin-top:15px;
    text-transform:uppercase;
    display: flex;
}
body.category-blog .container > .row .col-md-8 > .row a.read-more:after,
body.category-blog .container a.read-more-cta:after {
    color:#2E4BE5;
    content: "\0279E";
    font-size: 19px;
    padding-left: 5px;
    vertical-align: middle;
}
body.category-blog .container > .row .col-md-8 > .row .nav-next a,
body.category-blog .container > .row .col-md-8 > .row .nav-previous a {
    color:#24a7df;
    font-size:15px;
    font-weight:900;
    line-height: 18px;
    letter-spacing: 1.2px;
    margin-top:15px;
    text-transform:uppercase;
}
body.category-blog .blog-nav {
    font-size: 1.5rem;
}

@media (max-width: 767px) {
    body.category-blog h2 { 
        font-size: 4.4rem;
    }
    body.category-blog h2 {
        font-size: 3.4rem;
    }
    body.category-blog h4 {
        font-size: 2.4rem;
    }
}

@media (min-width: 768px) {
    body.category-blog .top-row {
        position: relative;
    }
    body.category-blog .sidebar__alt {
        position: absolute;
        top: 0;
        right: 0;
    }
    body.category-blog .container.more-blogs article {
        max-width: 384px;
        margin: auto;
    }
}


/***********
* Blog Post (Single) Template
************/
body.single-post {
    background-color: #fff;
    color: #000;
}
body.single-post header, body.single-post .header__new {
    background-color: #e9f0f6;
}
body.single-post .header__new {
    min-height:245px;
}

body.single-post .header__new h1 {
    color:#000;
    font-size:32px;
    line-height:49px;
    letter-spacing: 3.2px;
    margin-left:0;
    padding:0 0 24px;
    text-align:left;
    text-transform:uppercase;
    width:750px;
    max-width:100%;
}
body.single-post .pagecontent > .row > .col-md-8 {
    top:-200px;
}
body.single-post .pagecontent > .row > .col-md-8 p {
    font-size:16px;
    line-height:28px;
}
body.single-post .pagecontent > .row > .col-md-8 h2 {
    font-size:32px;
    font-weight: 900;
    line-height: 49px;
    letter-spacing: 3.2px;
}
body.single-post .pagecontent > .row > .col-md-8 h3 {
    font-size:20px;
    font-weight:900;
    line-height: 31px;
}
body.single-post .pagecontent > .row > .col-md-8 ul li {
    color:#000;
    margin-left:20px;
    margin-bottom:20px;
    text-indent:-20px;
    text-align:left;
}
body.single-post .pagecontent > .row > .col-md-8 ul li:before {
    color:#2269A4;
    content: "\0000BB";
    font-weight: normal;
    padding-right:15px;
}

body.single-post .relpost-thumb-container {
    margin: 60px 20px 20px;
}
body.single-post .relpost-thumb-container h4 {
    font-size: 32px;
    font-weight: 900;
    line-height:49px;
    letter-spacing: 3.2px;
}

body.single-post #related_posts_thumbnails li {
    border-right:none;
    width:100%;
    display:flex;
    margin-right:0 !important;
    margin-bottom:15px;
    text-indent:0;
}
body.single-post #related_posts_thumbnails li:before {
    content:"";
    padding-right:0px;
}
body.single-post #related_posts_thumbnails li a:first-child {
    width:176px;
    flex:0 0 auto;
}
body.single-post #related_posts_thumbnails li a:last-child {
    width:auto !important;
    height: auto !important;
    display:flex;
    align-items:center;
}
body.single-post #related_posts_thumbnails li a:last-child span {
    font-family: "neue-haas-unica", Arial, sans-serif;
    font-weight:900;
    font-size:20px;
    line-height: 31px;
    color:#000;
    margin-top:0;
}

@media (max-width: 991px) {
    body.single-post .header__new {
        min-height:auto;
    }
    body.single-post .pagecontent {
        padding-top:0;
    }
    body.single-post .pagecontent > .row > .col-md-8 {
        top:-0;
    }
}
@media (max-width: 600px) {
    body.single-post .relpost-thumb-container {
        margin:50px 0 20px;
    }
    body.single-post #related_posts_thumbnails li a:last-child span {
        font-size: 16px;
        font-weight:normal;
    }
}

/***********
* Featured Blogs 
************/
#featured-blogs h4 {
    color: #FFA82A;
}

/***********
* Sidebar Update
************/
.sidebar.sidebar__alt > * {
    max-width:320px;
    width:100%;
    float:right;
}
.sidebar.sidebar__alt aside {
    background-color: #090505;
    padding: 2rem 2rem;
    border-radius: 15px;
}
.sidebar.sidebar__alt h3.widget-title {
    color:#fff;
    font-size:32px;
    line-height: 120%;
    letter-spacing: none;
    text-align:center;
    text-transform: none;
    background: linear-gradient(97.69deg, #FFFFFF 19.13%, #AFCBFF 86.59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.sidebar.sidebar__alt .widget__cta-list {
    color:#fff;
    font-weight:normal;
    margin-left:20px;
    margin-bottom:20px;
    text-indent: -3rem;
    text-align: left;
    font-size: 16px;
    padding-left: 1rem;
}
.sidebar.sidebar__alt .widget__cta-list:before {
    color:#22C55E;
    content: "\2713";
    font-weight: normal;
    padding-right:15px;
}
.sidebar.sidebar__alt .hbspt-form {
    margin-top:25px;
}
.sidebar.sidebar__alt .hbspt-form form label {
    line-height:18px;
    letter-spacing: 1.2px;
    text-align:left;
    text-transform: uppercase;
}
.sidebar.sidebar__alt .hbspt-form form label.hs-error-msg {
    color: #EF4444;
    text-transform: none;
    margin-top: 1rem;
}
.sidebar.sidebar__alt .hbspt-form form label span {
    color:#fff;
    font-size:12px;
}
.sidebar.sidebar__alt .hbspt-form form .hs-input {
    border:none;
    background-color:#e9f0f6;
}

.sidebar.sidebar__alt .hbspt-form form .hs_submit .actions .hs-button {
    height: 40px; 
    width: 100%; 
    display:block; 
    margin:0 auto; 
    padding:0;
    text-align:center; 
    color: #fff; 
    font-size: 18px; 
    font-weight:normal; 
    letter-spacing: 0.15px; 
    line-height:40px; 
    background: linear-gradient(90deg, #0056F8 0%, #98BCFF 100%);
    border-radius: 6px;
    box-shadow: none;
}
.sidebar.sidebar__alt .hbspt-form form .hs_submit .actions .hs-button:hover {
    background:#25A9E0;
    border: none;
}
@media screen and (max-width: 767px) {
    .sidebar.sidebar__alt {
        position:relative;
        top: 0 !important;
        clear: both;
    }
    .sidebar.sidebar__alt > * {
        float:left;
        max-width:100%;
    }
    .sidebar.sidebar__alt .widget__cta-info {
        text-align:left;
    }
    .sidebar.sidebar__alt .hbspt-form {
        margin-top:40px;
        margin-bottom: 90px;
    }


}

/***********
* Case Studies Rollup Template
************/
body.post-type-archive-case-studies {
    background-color: #fff;
    color: #000;
}
body.post-type-archive-case-studies header, body.post-type-archive-case-studies .header__new {
    background-color: #fff;
}

body.post-type-archive-case-studies .header__new h1 {
    color:#000;
    font-size:32px;
    line-height:49px;
    letter-spacing: 3.2px;
    padding:35px 0 41px;
    text-align:left;
    text-transform:uppercase;
    width:676px;
    max-width:100%;
}
body.post-type-archive-case-studies .header__new h2 {
    color:#333;
    font-size:14px;
    line-height: 22px;
    letter-spacing: 1.4px;
    margin:0 auto 64px;
    text-align:left;
    text-transform:uppercase;
    width:676px;
    max-width:100%;
}
body.post-type-archive-case-studies #hero-section,
body.case-studies-template-single-case-studies-full #hero-section {
    margin: 0;
    padding: 0;
    max-width: 100% !important;
    width: 100% !important;
    overflow: hidden;
}    
body.post-type-archive-case-studies #hero-section > .container,
body.case-studies-template-single-case-studies-full #hero-section > .container {
    max-width: 1220px;
    margin: auto;
}
body.post-type-archive-case-studies #hero-section .hero-left,
body.case-studies-template-single-case-studies-full #hero-section .hero-left {
    align-items: start;
    display: flex;
    margin-top: 0;
    justify-content: center;
    flex-direction: column;
}
body.post-type-archive-case-studies #hero-section figure,
body.case-studies-template-single-case-studies-full #hero-section figure {
    margin-bottom: 0;
}
body.post-type-archive-case-studies #hero-section img,
body.case-studies-template-single-case-studies-full #hero-section img {
    max-width: 100%;
    height: auto;
}
body.post-type-archive-case-studies .container h4 a {
    color:#000;
    font-size:24px;
    line-height: 31px;
    letter-spacing: 0;
    text-transform: none;
}
body.post-type-archive-case-studies .container > .row .col-md-8 > .row {
    margin-bottom:64px;
}
body.post-type-archive-case-studies .container > .row .col-md-8 > .row p {
    color:#000;
    font-size:16px;
    line-height: 28px;
}
body.post-type-archive-case-studies .container > .row .col-md-8 > .row a.read-more {
    color:#24a7df;
    display:block;
    font-size:15px;
    font-weight:900;
    line-height: 18px;
    letter-spacing: 1.2px;
    margin-top:15px;
    text-transform:uppercase;
}
body.post-type-archive-case-studies .container > .row .col-md-8 > .row a.read-more:after {
    color:#24a7df;
    content: "\0279E";
    font-size: 12px;
    padding-left: 5px;
    vertical-align: middle;
}
body.post-type-archive-case-studies .container > .row .col-md-8 > .row .nav-next a,
body.post-type-archive-case-studies .container > .row .col-md-8 > .row .nav-previous a {
    color:#24a7df;
    font-size:15px;
    font-weight:900;
    line-height: 18px;
    letter-spacing: 1.2px;
    margin-top:15px;
    text-transform:uppercase;
}
body.post-type-archive-case-studies .hm-archive-case-study-lower {
    max-width: 1220px;
    margin: auto;
}
body.post-type-archive-case-studies #we-got-your-back{
    max-width: 1220px;
    margin: auto;
    padding: 10px 20px 60px 20px;
}
body.post-type-archive-case-studies #we-got-your-back h2 {
    color: #000;
    font-size: 32px;
    font-weight:900;
    letter-spacing:3.2px;
    line-height:49px;
    text-transform: uppercase;
    margin-bottom: 0;
}
body.post-type-archive-case-studies #we-got-your-back img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 767px) {
    body.post-type-archive-case-studies .pagination-wrapper {
        display:none;
    }
    body.post-type-archive-case-studies #hero-section .hero-left,
    body.case-studies-template-single-case-studies-full #hero-section .hero-left {
        text-align: center;
        justify-content: center;
        padding: 6rem 0;
        background-image: url(/wp-content/uploads/2023/03/2023-case-studies-hero-300x206.png);
        background-repeat: no-repeat;
        background-position: right center;
    }
}
@media (min-width: 769px) {
   body.post-type-archive-case-studies .pagecontent #we-got-your-back .row { 
        display: flex;
        align-items: center;
    }
   body.post-type-archive-case-studies .pagecontent #we-got-your-back h2 {
        font-size: 56px;
        line-height: 110%;
        text-transform: initial;
        margin-bottom: 1rem;
    }
}

/***********
* Testimonials Page 
************/

body.category-testimonials .hero-header, body.page-partners .pagecontent {
    background: #000;
}
body.category-testimonials .hero-header p {
    margin-bottom: 35px;
}
body.category-testimonials #hero-section,
body.category-testimonials #we-got-your-back{
    max-width: 1220px;
    margin: auto;
    padding: 10px 20px 60px 20px;
}
body.category-testimonials .hero-header #hero-section img,
body.category-testimonials #we-got-your-back img {
    max-width: 100%;
    height: auto;
}
body.category-testimonials .testimonial-row {
    max-width: 1220px;
    margin: auto;
}
body.category-testimonials h1 {
    color: #000;
    font-size: 32px;
    font-weight:900;
    letter-spacing:3.2px;
    line-height:49px;
    text-transform: uppercase;
}
body.category-testimonials .testimonials-subtitle {
    color: #333;
    font-size:14px;
    font-weight:900;
    letter-spacing:1.4px;
    line-height:22px;
    text-transform:uppercase;
}
body.category-testimonials .pagecontent, body.page-partners .pagecontent{
    margin-bottom: 0;
    padding-top: 55.5px;
    max-width: 100% !important;
    width: 100% !important;
    overflow: hidden;
}
body.category-testimonials .pagecontent .testimonial-row { 
    margin-bottom: 60px;
}
body.category-testimonials .pagecontent .testimonial-featured-image {
    text-align: center;
}
body.category-testimonials .pagecontent h2 {
    color: #000;
    font-size: 32px;
    font-weight:900;
    letter-spacing:3.2px;
    line-height:49px;
    text-transform: uppercase;
    margin-bottom: 0;
}
body.category-testimonials .pagecontent h2 a {
    color: #000;
}

body.category-testimonials .pagecontent .testimonial-location {
    color: #000;
    letter-spacing:3.2px;
    text-transform: uppercase;
}

body.category-testimonials .row a.read-more {
    color:#24a7df;
    display:block;
    font-size:15px;
    font-weight:900;
    line-height: 18px;
    letter-spacing: 1.2px;
    text-transform:uppercase;
    padding: 15px 0;
    height: 100%;
    border-bottom: 2px solid #24a7df;
    display: inline-block;
}

body.category-testimonials .pagecontent p {
    color:#333;
    font-size: 16px;
    line-height: 28px;
}
body.category-testimonials .pagecontent h3 {
    color:#000;
    font-size:26px;
    line-height: 40px;
}
body.category-testimonials .pagecontent .bottom-cta-section {
    padding:60px 2%;
}
body.category-testimonials .pagecontent .bottom-cta-section h3 {
    font-size:32px;
    letter-spacing:3.2px;
    line-height: 40px;
    margin:0 auto;
    text-align:center;
    width: 100%;
    max-width:700px;    
}
body.category-testimonials .pagecontent .cta-button {
    height: 60px; 
    width: 260px; 
    max-width: 100%;
    display:block; 
    margin: 49px auto 0;  
    text-align:center; 
    text-transform:uppercase; 
    color: #fff; 
    font-size: 18px; 
    font-weight:bold; 
    letter-spacing: 0.15px; 
    line-height:60px; 
    border-radius: 30px; 
    background: linear-gradient(315deg, #0060AE 0%, #25A9E0 100%);
}
@media (min-width: 769px) {
    body.category-testimonials .pagecontent .testimonial-row:nth-last-of-type(odd) { 
        flex-direction: row-reverse;
    }
    body.category-testimonials .pagecontent #we-got-your-back .row { 
        display: flex;
        align-items: center;
    }
    body.category-testimonials .pagecontent #we-got-your-back h2 {
        font-size: 56px;
        line-height: 110%;
        text-transform: initial;
        margin-bottom: 1rem;
    }
}
@media (max-width: 991px) {
    body.category-testimonials .pagecontent .testimonial-featured-image img {
        width: 100%;
        max-width: 300px;
        height: auto;
    }
}
@media (max-width: 768px) {
    body.category-testimonials .pagecontent {
        padding-top: 0;
    }
    body.category-testimonials #hero-section {
        text-align: center;
    }
    body.category-testimonials #hero-section .hero-right {
        display: none;
    }
}
@media (max-width: 600px) { 
    body.category-testimonials .hero{
        text-align: center;
    }
    body.category-testimonials .pagecontent .testimonial-featured-image img {
        max-height: 200px;
        width: 100%;
        max-width: 200px;
    }
    body.category-testimonials .cta-wrapper .hero-cta, body.category-testimonials .cta-wrapper .primary-cta, 
    body.category-testimonials .cta-wrapper .secondary-cta, body.category-testimonials .cta-wrapper .secondary-cta, 
    body.category-testimonials .cta-wrapper .tertiary-blue-cta {
        width: 100%;
    }
}


/***********
* Case Study Single
************/

body.case-studies-template-single-case-studies-full {
    background-color: #fff;
}
body.case-studies-template-single-case-studies-full .pagecontent {
    background-color:#fff;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
body.case-studies-template-single-case-studies-full .casestudy-title-wrapper {
    background-color: #fff;        
}
body.case-studies-template-single-case-studies-full .casestudy-title{    
    max-width: 1200px;
    margin: auto;
    padding: 10px 20px 10px 20px;
}
body.case-studies-template-single-case-studies-full .hero-wrapper {
    max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

body.case-studies-template-single-case-studies-full .hero-text {    
    max-width: 1140px;
    margin: auto;
    padding: 0;
}
body.case-studies-template-single-case-studies-full h1 {
    color: #000;
    font-size: 6.4rem;
    font-weight:700;
    line-height:120%;
    max-width: 850px;
}
body.case-studies-template-single-case-studies-full h2 { 
    font-size: 4rem;
    font-weight:700;
    margin-top: 2rem;
    line-height:120%;
}
body.case-studies-template-single-case-studies-full .secondary-subtitle { 
    color: #000;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 22px;
}
body.case-studies-template-single-case-studies-full p { 
    color: #000;
    font-size: 19px;
    line-height: 150%;
    margin-bottom: 15px;
}
body.case-studies-template-single-case-studies-full ul.double-arrow-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 30px;
}
body.case-studies-template-single-case-studies-full ul.double-arrow-list li {
    width: 50%; 
    margin-right: 5%;
}
body.case-studies-template-single-case-studies-full ul.double-arrow-list li:before {
    color: #2269A4;
}
body.case-studies-template-single-case-studies-full .hero-main-image { 
    position: relative;
    border-radius: 10px;
    max-width: 800px;
    max-height: 320px;
    overflow: hidden;
    padding: 0; 
}
body.case-studies-template-single-case-studies-full .hero-main-image img{ 
    border-radius: 10px;
    object-fit: cover;    
}
body.case-studies-template-single-case-studies-full .casestudy-body {
    margin-top: 3rem;
    margin-bottom: 4rem;
    position: relative;
    max-width: 1220px; 
    margin-left: auto;
    margin-right: auto;
}
body.case-studies-template-single-case-studies-full .casestudy-body .col-sm-4 img { 
    margin-top: 30px;
}

body.case-studies-template-single-case-studies-full .casestudy-sidebar h2{
    font-size: 16px;
    margin: 0;
}
body.case-studies-template-single-case-studies-full .casestudy-sidebar h2 img{ 
    max-width: 100px;
}
body.case-studies-template-single-case-studies-full .casestudy-quote {    
    margin: 0;
    padding: 1rem;
}
body.case-studies-template-single-case-studies-full .casestudy-quote {
    font-weight: 600;
    text-align: center;
    background: radial-gradient(41.8% 78.07% at 90.83% 118.86%, #1C202E 0%, #121212 100%);
    padding: 6rem 0;
}
body.case-studies-template-single-case-studies-full .casestudy-quote .quote-text {
    font-size: 2.4rem;
    line-height: 150%;
    max-width: 1213px;
    margin: auto;
    background: linear-gradient(97.69deg, #2E4BE6 19.13%, #AFCBFF 86.59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
body.case-studies-template-single-case-studies-full .casestudy-quote .quote-text:before { 
    content: "\201C";
    height: 20px;
    width: 20px;
    margin-top: 15px;
}
body.case-studies-template-single-case-studies-full .casestudy-quote .quote-text:after { 
    content: "\201D";
    height: 20px;
    width: 20px;
    margin-top: 15px;
}
body.case-studies-template-single-case-studies-full .casestudy-quote .quote-author {
    margin: 3rem 0 1rem;
    color: #fff;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 120%;
    letter-spacing: 5px;
}
body.case-studies-template-single-case-studies-full .casestudy-quote .quote-company {
    color: #fff;
}
body.case-studies-template-single-case-studies-full .pagecontent .bottom-cta-section {
    padding:50px 2%;
}
body.case-studies-template-single-case-studies-full .pagecontent .bottom-cta-section h3 {
    font-size:32px;
    letter-spacing:3.2px;
    line-height: 40px;
    margin:0 auto;
    text-align:center;
    width: 100%;
    max-width:700px;    
}
body.case-studies-template-single-case-studies-full .pagecontent .cta-button {
    height: 60px; 
    width: 260px; 
    max-width: 100%;
    display:block; 
    margin: 49px auto 0;  
    text-align:center; 
    text-transform:uppercase; 
    color: #fff; 
    font-size: 18px; 
    font-weight:bold; 
    letter-spacing: 0.15px; 
    line-height:60px; 
    border-radius: 30px; 
    background: linear-gradient(315deg, #0060AE 0%, #25A9E0 100%);
}

 body.case-studies-template-single-case-studies-full .hm-archive-case-study-lower {
     max-width: 1220px;
     margin: auto;
 }
 body.case-studies-template-single-case-studies-full .casestudy-body-lower {
    max-width: 750px;
 }
 body.case-studies-template-single-case-studies-full #we-got-your-back{
     max-width: 1220px;
     margin: auto;
     padding: 10px 20px 60px 20px;
 }
 body.case-studies-template-single-case-studies-full #we-got-your-back h2 {
     color: #000;
     font-size: 32px;
     font-weight:900;
     letter-spacing:3.2px;
     line-height:49px;
     text-transform: uppercase;
     margin-bottom: 0;
 }
 body.case-studies-template-single-case-studies-full #we-got-your-back img {
     max-width: 100%;
     height: auto;
 }
 body.case-studies-template-single-case-studies-full #we-got-your-back p {
    font-size: 19px;
 }
@media (min-width: 768px) {
       
    body.case-studies-template-single-case-studies-full .casestudy-title{    
        padding: 10px 20px 20px 50px;
    }
    body.case-studies-template-single-case-studies-full .hm-single-case-studies-full-content {
        position: relative;
        width: 100%;
        max-width: 100%;
    }
    body.case-studies-template-single-case-studies-full .sidebar {
        position: absolute;
        top: 3rem;
        right: 0;
        max-width: 320px;
    }
    
}
@media (min-width: 768px) and (max-width: 950px) {
    body.case-studies-template-single-case-studies-full .casestudy-body .col-md-9,
    body.case-studies-template-single-case-studies-full .casestudy-body .col-md-8{
        width: 55%;
    }
}
@media (min-width: 951px) and (max-width: 1220px) { 
    body.case-studies-template-single-case-studies-full .casestudy-body .col-md-9 {
        width: 66.6%;
    }
}
@media (min-width: 769px) {
    body.case-studies-template-single-case-studies-full #we-got-your-back .row { 
         display: flex;
         align-items: center;
     }
    body.case-studies-template-single-case-studies-full #we-got-your-back h2 {
         font-size: 56px;
         line-height: 110%;
         text-transform: initial;
         margin-bottom: 1rem;
     }     
 }
 @media (min-width: 1130px) {
    body.case-studies-template-single-case-studies-full .sidebar {
        right: 7vw;
    }
 }
 @media (max-width: 767px) {
    body.case-studies-template-single-case-studies-full h1,
    body.case-studies-template-single-case-studies-full #hero-section h2 {
        font-size: 4.4rem;
    }
    body.case-studies-template-single-case-studies-full .hm-single-case-studies-full > .container {
        width: 100%;
        max-width: 100%;
    }
    body.case-studies-template-single-case-studies-full .casestudy-quote,
    body.case-studies-template-single-case-studies-full .casestudy-body {
        padding: 1rem;
    }
 } 


@media (max-width: 600px) {
    body.case-studies-template-single-case-studies-full .casestudy-title,
    body.case-studies-template-single-case-studies-full .hero,
    body.case-studies-template-single-case-studies-full .hero-main-image{    
        text-align: center;
    }
    body.case-studies-template-single-case-studies-full .hero-main-image img {
        height: 250px;
    }
}

/***********
* Partner List
************/

#partner-list-section {
    padding-bottom:39px;    
}
.partner-list-wrapper .partner-wrapper {
    max-width: 1216px;
    margin: auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
	gap: 30px;
}
.partner-list-wrapper .partner-img {
    width:20%;
    margin:18px auto;
    text-align:center;
}

.partner-img img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
	.partner-list-wrapper .partner-wrapper {
		display: flex;
		overflow-x: scroll;
		scroll-snap-type: x mandatory;
		width: 100vw;
		margin-inline: calc(50% - 50vw);
	}
	
	.partner-list-wrapper .partner-img {
		width: unset;
		min-width:20%;
		text-align:center;
		scroll-snap-align: center;
	}
}