/*
Theme Name: CCL Custom Theme
Theme URI: http://computercomponents.com/ccl-custom-theme/
Description: GeneratePress Child Theme
Author: Richard Shepherd
Author URI: http://computercomponents.com
Template: generatepress
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');
    h1,h2,h3,h4,h5,h6,p,li,a,span,div,ul,ol,address,input,form,label,textarea,button {
        font-family:'Open Sans', sans-serif;
        font-weight:300;
    }
.fader_in {
transition:1s;
opacity:1;
}
strong {
display:inline-block;
}
.html_button {
    display:flex;
    margin:1rem 0;
    justify-content: flex-start;
}
.btn-left {
    justify-content: flex-start;
}
.btn-right {
    justify-content: flex-end;
}
.btn-center {
    justify-content: center;
}
.btn-fill {
    display:block;
}
.btn-fill a{
    display:block;
    text-align:center;
}
.btn-fill button{
    display:block;
    width:100%;
    text-align:center;
}
.btn-fill label{
   display:block;
    text-align:center;
}
.btn {
    background:none;
    border:none;
    margin:0;
    padding:0;
    text-decoration:none;
    font:inherit;
    font-size:inherit;
    display: inline-flex;
    align-items: center;
}
.btn:hover {
    cursor:pointer;
}
.x-small {
    font-size:0.5rem;
}
.small {
    font-size:0.8rem;
}
.medium {
    font-size:1rem;
}
.large {
    font-size:1.25rem;
}
.x-large {
    font-size:1.5rem;
}
.icon-before::before {
    margin-right:0.5em;
    padding:0.7em 1.03em;
    background-color: currentColor;
    content: "";
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    fill: currentColor;
}
.icon-after::after {
    margin-left:0.5em;
    padding:0.7em 1.03em;
    background-color: currentColor;
    content: "";
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    fill: currentColor;
}
    #content_marketing_breadcrumb {
        padding:0.75rem 2rem;
        border-bottom:1px solid #ccc;
    }
    #content_marketing_breadcrumb ol{
        margin:0;
    }
    #content_marketing_breadcrumb li{
        margin:0 0.5rem;
        font-weight:normal;
        font-size:0.8rem;
    }
    #content_marketing_breadcrumb li:hover{
        text-decoration:none;
        cursor:default;
    }
    #content_marketing_breadcrumb a{
        font-weight:normal;
        font-size:0.8rem;
    }
    #content_marketing_breadcrumb a:hover{
        text-decoration:underline;
    }
    .mobile_home_content {
        display:none;

    }
    @media screen and (max-width: 39.9375em) {
        .mobile_home_content {
            display:block;
            background: white;
            padding: 2rem;
            margin: 2rem 0;
            border-radius: 0.5rem;
        }
    }
    .large_home_content {
        display:none;
    }
    @media screen and (min-width: 40em) {
        .large_home_content {
            display:block;
        }
    }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
         .mobile_home_content {
            display:block;
            background: white;
            padding: 2rem;
            margin: 2rem 0;
            border-radius: 0.5rem;
        }
        .large_home_content {
            display:none;
        }
    }
.html_button {
    display:flex;
    margin:1rem 0;
    justify-content: flex-start;
}
.btn-left {
    justify-content: flex-start;
}
.btn-right {
    justify-content: flex-end;
}
.btn-center {
    justify-content: center;
}
.btn-fill {
    display:block;
}
.btn-fill a{
    display:block;
    text-align:center;
}
.btn-fill button{
    display:block;
    width:100%;
    text-align:center;
}
.btn-fill label{
   display:block;
    text-align:center;
}
.btn {
    background:none;
    border:none;
    margin:0;
    padding:0;
    text-decoration:none;
    font:inherit;
    font-size:inherit;
    display: inline-flex;
    align-items: center;
}
.btn:hover {
    cursor:pointer;
}
.x-small {
    font-size:0.5rem;
}
.small {
    font-size:0.8rem;
}
.medium {
    font-size:1rem;
}
.large {
    font-size:1.25rem;
}
.x-large {
    font-size:1.5rem;
}
.icon-before::before {
    margin-right:0.5em;
    padding:0.7em 1.03em;
    background-color: currentColor;
    content: "";
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    fill: currentColor;
}
.icon-after::after {
    margin-left:0.5em;
    padding:0.7em 1.03em;
    background-color: currentColor;
    content: "";
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    fill: currentColor;
}
.chevrons-right::after, .chevrons-right::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevrons-right'%3E%3Cpolyline points='13 17 18 12 13 7'%3E%3C/polyline%3E%3Cpolyline points='6 17 11 12 6 7'%3E%3C/polyline%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevrons-right'%3E%3Cpolyline points='13 17 18 12 13 7'%3E%3C/polyline%3E%3Cpolyline points='6 17 11 12 6 7'%3E%3C/polyline%3E%3C/svg%3E");
}
    #plainContent {
        padding:2em 0;
    }
    #topBar ul {
        margin:0;
        float:right;
    }
    #topBar {
        padding: 0.6em 0 0 0;
        height: 2.2em;
        width: 100%;
        background-color: #003454;
    }
    #topBar li{
        color: white;
        list-style: none;
        font-size: 0.75em;
        display: inline;
        float: left;
        line-height: 1;
    }
    #topBar a {
		color: white;
		text-decoration: none;
		line-height: 1;
		display: flex;
		align-items: center;
		column-gap: 10px;
		font-weight:bold;
    }
     #topBar svg {
                width:1em; height:1em; display:inline;
            }
    .telLI {
        margin-right:1em;
    }
    .tel {
        background-position: 27px 1px !important;
        margin-right: 0.2em;
    }
    .emailLI {
        margin-right:1em;
    }
    .email {
        background-position:75px 0px !important;
        margin-right: 0.2em;
    }
    .face {
        background-position: 48px !important;
        width: 0.6em !important;
    }
    .linkedin {
        background-position: 40px 0px !important;
    }
    .twitterLI {
        margin-right:0.7em;
    }
    .socialLI {
        margin-right:1em;
    }
	.blue_bar_flex {
		display:flex;
		justify-content:space-between;
	}
	.selling_points {
		display:flex;
		justify-content:flex-start;
		column-gap:12px;
		margin: 0;
		margin-left: 0.6rem;
	}
	.selling_points p {
		color:white;
		font-size:0.8rem;
		margin:0;
		font-weight:bold;
		line-height: 1.1;
	}
	.selling_points span {
		background:white;
		border-radius:1000px;
		width: 0.45rem;
		height: 0.45rem;
		margin-top: 0.3rem;
	}
	@media screen and (min-width: 40em) and (max-width: 1020px) {
		.blue_bar_flex {
			flex-direction:column;
			align-items:center;
		}
		#topBar {
			height:auto;
			padding:0.5rem
		}
		#topBar ul {
			margin:0.35rem 0;
		}
		.selling_points {
			margin:0.35rem 0 0 0;
		}
	}
	@media screen and (max-width: 40em) {
		.selling_points {
			display:none;
		}
	}
	#electronica {
background: green;
background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 25%, rgba(0,148,43,1) 40%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 25%, rgba(0,148,43,1) 40%);
background: linear-gradient(90deg, rgba(255,255,255,1) 25%, rgba(0,148,43,1) 40%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#00942b",GradientType=1);
							}
					#electronica img {
						height:3rem;
					}
					#electronica a {
						color:white;
						font-weight:bold;
						text-align:right;
						line-height:1;
					}
					#electronica a:hover {
						text-decoration:underline;
					}
					.flexycell {
						display: flex;
						justify-content: space-between;
						align-items: center;
					}
	@media screen and (max-width: 1020px) {
		.flexycell {
			flex-direction:column;
			align-items:center;
		}	
		#electronica {
			background:rgba(0,148,43,1) !important;
			padding:1.5rem;
		}
		#electronica img {
			background:white;
			padding:0.5rem;
			border-radius:10px;
			margin-bottom:0.5rem;
		}
		#electronica a {
			text-align:center;
		}
	}
	.fixed_header {
		position:fixed;
		width:100%;
		top:0;
		z-index:10000;
	}
	.header_replacement_hide {
		display:none;
	}
	.header_replacement_show {
		display:block;
		height:5.5rem;
	}
	@media screen and (min-width: 40em) and (max-width: 1020px) {
		.header_replacement_show {
			display:block;
			height:3.5rem;
		}
	}
    #logo {
        padding:0.25em;
    }
    #nav {
        padding:1.2em 0 0 0;
    }
    #nav a{
        color:#262626;
        text-transform:uppercase;
        font-size:0.7em;
    }
    #nav .mainul {
        width: 50em;
        display: flex;
		justify-content: flex-end;
    }
    #header {
        padding:0.25em 0;
        background:white;
        border-bottom:1px solid #ccc;
    }
    #nav a {
        color:#262626;
        font-weight:700;
    }
    #nav a:hover {
        color: #185fad;
        text-decoration: underline;
    }
    #nav .is-dropdown-submenu {
        border:none;
    }
    #nav .is-dropdown-submenu-item {
        background:#185fad;
        color:white;
    }
    #nav .is-dropdown-submenu-item a {
        color:white;
    }
    #nav .is-dropdown-submenu-item a:hover {
        text-decoration: underline;
    }
    #banner img {
        width:100%;
    }
    #tribox {
        margin-top:-3.5em;
    }
    #tribox .box {
        background-color: #032742;
    background: #032742;
    background: -moz-linear-gradient(-45deg,#032742 17%,#3294e5 42%,#032742 80%);
    background: -webkit-linear-gradient(-45deg,#032742 17%,#3294e5 42%,#032742 80%);
    background: linear-gradient(135deg,#032742 17%,#3294e5 42%,#032742 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#032742',endColorstr='#032742',GradientType=1);
    
    }
    #tribox .box:hover {
        background: #0b58ad;
    background: -moz-linear-gradient(-45deg,#0b58ad 17%,#3294e5 42%,#0b58ad 80%);
    background: -webkit-linear-gradient(-45deg,#0b58ad 17%,#3294e5 42%,#0b58ad 80%);
    background: linear-gradient(135deg,#0b58ad 17%,#3294e5 42%,#0b58ad 80%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b58ad',endColorstr='#0b58ad',GradientType=1);
    cursor: pointer;
    }
    #tribox .icon {
        width:100%;
        height:5em;
        background:url('/assets/icons/ctaButtons.png');
    }
    #tribox .text {
        padding:1em 2em 1em 0;
    }
    #tribox h2 {
        color:white;
        font-size:1.1em;
        font-weight:700;
        text-transform:uppercase;
    }
    #tribox p {
        color:white;
        font-size:0.9em;
        margin-bottom:0;
        line-height:1.1;
    }
    #tribox .icon {
        width: 100%;
        height: 4.3em;
        background: url(/assets/icons/ctaButtons.png);
        background-size: 200px;
    }
    #tribox .sell {
            background-position: -61px 8px;
    }
    #tribox .case {
            background-position: -192px 8px;
    }
    #tribox .find {
            background-position: 67px 8px;
    }
    #footer {
        background:#032742;
        padding:2em 0;
    }
    #main {
        padding:2em 0 4rem 0;
    }
    
    
    /*BLOG STYLES */
     
     #blog-head {
         padding:2em 0;
         background:#003454;
     }
     #blog-head p {
         color:white;
         margin:0;
         font-size:2em;
     }
     .blogHeader {
        padding: 1em 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        margin:2em 0 1em 0;
     }
     .blogImage {
         padding:1em 0;
     }
     .blogImage img {
         width:100%;
     }
     .blog_crumb {
         margin:0;
     }
     .blog_crumb ul{
         margin:0 !important;
     }
     .blog_main {
         background:#f2f2f2;
     }
     .blogArticleWrapper {
        background:white;
        padding:2em;
     }
     .blogArticle {
        border-bottom:1px solid #d5d5d5;
        padding:0 0 3em 0;
        margin:0 0 3em 0;
    }
    .blogArticle p {
        font-size:1.2em;
        font-weight:300;
    }
    .blogArticle li {
        font-size:1.2em;
         font-weight:300;
    }
    .blogArticle h1 {
        color: #0C3353;
        font-weight: 700;
    }
    .blogArticle h2 {
        color: #0C3353;
        font-weight: 700;
    }
    .blogArticle h3 {
        color: #F7A600;
        font-weight: 700;
    }
    .blogArticle h4 {
        color: #F7A600;
        font-weight: 700;
    }
    .blogArticle h5 {
        color: #0C3353;
        font-weight: 700;
    }
    .blogArticle h6 {
        color: #0C3353;
        font-weight: 700;
    }
    .blogTitle {
        text-align:center;
        margin-bottom:1em;
        padding:1em 0;
    }
    .blogTitle h1 {
        font-size:2.3rem;
        margin-bottom:0.7em;
        line-height:1;
    }
    
    .blogTitle h2 {
        font-size:1.2rem;
        color:#333333;
        line-height:1;
        padding:0 2em;
    }
    @media screen and (max-width: 39.9375em) {
        .blogTitle h1 {
            font-size:1.5rem;
        }
        
        .blogTitle h2 {
            font-size:1.1rem;
            padding:0;
        }
    }
    .editedon {
        text-align: right;
        margin: 0;
        font-size: 0.9rem;
        line-height: 1.6;
    }
    @media screen and (max-width: 39.9375em) {
        .editedon {
            text-align: left;
        }
    }
    .article_tpl {
        border:1px solid #ccc;
        margin-bottom:1.5em;
    }
    .article_tpl img {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        /*height: 100%;*/
        width: 100%;
    }
    .article_summary {
        padding:0.3em 1.3em;
    }
    .tpl_header {
        padding:0.25em;
        border-bottom:1px solid #ccc;
        margin-bottom:1em;
    }
    .tpl_header a {
        font-size:1.1rem;
        font-weight:600;
    }
    .tpl_header p {
        font-size:1rem;
        margin-bottom:0;
        font-weight:400;
    }
    .desc p {
        margin-bottom:0.2em;
        font-size:1rem;
        font-weight:400;
    }
    .cont p {
        font-size:1rem;
        font-weight:400 !important;
    }
    .cont strong {
        font-weight:400 !important;
    }
    .categoryXX {
        background:#f2f2f2;
        padding:0.25em 1.3em;
    }
    .categoryXX p {
        margin:0;
        font-size:0.8em;
    }
    #categoriesList a{
        font-weight:600;
    }
    #categoriesList p{
        font-weight:600;
    }
    @media screen and (max-width: 39.9375em) { 
        .article_tpl img {
            width:100%;
        }
        .article_summary {
            padding:0.3em 0.75em;
        }
    }
    /* END BLOG STYLES */
    #footer h3 {
        color:white;
        text-transform:uppercase;
        font-size:1.1em;
        margin-bottom:1.5em;
    }
    #footer li {
        font-size:0.8em;
        list-style:none;
        color:white;
    }
    #footer ul {
        margin:0;
    }
    #footer a {
        color:white;
		text-decoration:none;
    }
    #footer a:hover {
        text-decoration:underline;
    }
    #footer address {
        color:white;
        font-style:normal;
        font-size:0.7em;
        margin-bottom:1.5em;
        line-height:125%;
    }
    #footer .small {
        font-size:0.6em;
    }
    #footerTelEtc {
        padding:0 0 1em 0;
    }
    #footerTelEtc svg {
        width:1em;
        height:1em;
        display:inline;
    }
    
    #socialIcons {
        margin-top:1em !important;
    }
    #socialIcons li {
        display:inline-block;
        margin-right:0.75em;
    }
    #socialIcons svg {
        width:1em;
        height:1em;
        display:inline;
    }
   
    #breadcrumb  ul {
        margin:1rem 0 1em 0;
    }
    #breadcrumb  li{
        list-style:none;
        display:inline-block;
        font-size:0.9rem;
        color:#185fad;
        font-weight:700;
    }
    .breadcrumb a {
        font-weight:700;
		font-size:0.9rem;
    }
    .breadcrumb li:hover {
        text-decoration:underline;
    }
    .B_lastCrumb a {
        color:#6d6d6d !important;
        font-weight:400;
    }
    
    #breadcrumb li + li:before{
        content:  '>';
        margin:   0 2px;
    }
    .currentCrumb {
        font-weight:normal;
        color: #6d6d6d;
    }
    .currentCrumb a{
        font-weight:normal;
        color: #6d6d6d;
    }
    .currentCrumb:hover {
        text-decoration:none !important;
    }
    .off-canvas {
        background:#003454;
    }
    .off-canvas a {
        color:white;
        padding:1em;
        border-bottom:1px solid white;
        display:block;
    }
    .is-accordion-submenu li {
        background:#185fad;
        padding-left:2em;
    }
    .is-accordion-submenu a {
        border:none;
    }
    .off-canvas ul {
        margin:0;
    }
    .off-canvas li {
        list-style:none;
    }
    .subItem {
       
    }
    .subItem a {
        background:#185fad;  
         padding-left:2em;
        
    }
    #tradeShows {
        background:#598ac6;
    }
    .tradeShowWrap {
        padding:0 0 2em 0;
         padding:3em 0;
    }
    #tradeShows h1 {
    color: white;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 0.5em;
}
#tradeShows h2 {
    color: white;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 0.5em;
}
#tradeShows a {
    color: white;
}
#tradeShows a:hover {
    text-decoration:underline;
}
#standardFormStyling {
    padding:1em;
    background:#e7e6ed;
    border-radius:6px;
    
}
.wideForm {
    margin-right:6em;
}
#standardFormStyling .hbspt-form fieldset {
    max-width:1000px;
}
#standardFormStyling .hbspt-form input {
    width:100%;
}
#standardFormStyling .hs-fieldtype-intl-phone {
    width:100%;
}
#standardFormStyling .hbspt-form span {
    font-weight:bold;
}
#standardFormStyling .hs-upload_your_excess_list {
    padding:1em;
    border:1px solid black;
    border-radius:5px;
    margin-right:8px;
    margin-top:1em;
}
#standardFormStyling .hs-upload_your_excess_list input:is([type="button"], [type="submit"], [type="reset"]), input[type="file"]::file-selector-button{
    background:#F7A600;
    padding:0.5em 1em;
    border:none;
    border-radius:5px;
    font-weight:bold;
    transition:.5s;
}
#standardFormStyling .hs-upload_your_excess_list input:is([type="button"], [type="submit"], [type="reset"]), input[type="file"]::file-selector-button:hover {
    cursor:pointer;
    background:#bb7e00;
    transition:.5s;
}
#standardFormStyling .hs_message {
    margin:1em 0 0 0;
}
#standardFormStyling .hs_message textarea {
    width:100%;
    height:8em;
}
#standardFormStyling .hs-richtext p{
    font-size:0.7rem;
}
#standardFormStyling .hs-richtext a{
    font-size:0.7rem;
}
#standardFormStyling .inputs-list {
    margin:0;
}
#standardFormStyling .inputs-list li {
    list-style:none;
}
#standardFormStyling .inputs-list input[type="checkbox"] {
    scale:1.5;
    width:auto;
    margin-left:2px;
    margin-top:5px;
}
#standardFormStyling .inputs-list p {
    font-weight:bold;
}
#standardFormStyling .hs_recaptcha {
    display:none;
}
#standardFormStyling .actions input[type="submit"] {
    background:#F7A600;
    padding:0.5em 1em;
    border:none;
    border-radius:5px;
    font-weight:bold;
    transition:.5s;
}
#standardFormStyling .actions input[type="submit"]:hover {
    cursor:pointer;
    background:#bb7e00;
    transition:.5s;
}
.narrowForm {
    margin-right:0;
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .componentSearchRight {
        margin-top:3rem;
        border-left:none;
    }
    #tribox .box {
        padding:1em;
    }
    #tribox .icon {
        width:3.3em;
        height:3.3em;
        background-size: 167px;
    }
    #tribox h2 {
        font-size:1em;
    }
    #tribox .sell {
        background-position: -61px 1px;
    }
    #tribox .find {
        background-position: 50px -1px;
    }
    #tribox .case {
        background-position: -171px -2px;
    }
    #tribox .text {
        padding:0;
    }
    #menuIcon {
        float: right;
        width: 3em;
        margin: 0.7em;
    }
    #menuIcon:hover {
       cursor:pointer;
    }
    #standardFormStyling {
        margin-right:0;
    }
}

    /* Small only */
@media screen and (max-width: 39.9375em) {
	.hide_this_small {
		display:none;
	}
    #standardFormStyling {
        margin-right:0;
    }
    #menuIcon {
        float: right;
        width: 3em;
        margin: 0.7em;
    }
    #menuIcon:hover {
       cursor:pointer;
    }
    #tribox .box {
        padding:1em;
        min-height:0;
        margin-top:0.75em;
    }
    #tribox .icon {
        display:none;
    }
    #tribox h2 {
        font-size:1em;
    }
    #tribox .text {
        padding:0;
    }
    #tribox .text h2{
        text-align:center;
    }
    #tribox .text p{
        text-align:center;
    }
    #topBar ul {
    margin: 0 auto;
    float: right;
}
#topBar {
    height:auto;
    padding:0.25em;
}
#banner {
    display:none;
}
#tribox {
    margin-top: 0;
}
}
.blog-head-crumb a{
         color:white;
         font-size:2rem;
     }
     .blog-head-crumb li{
         list-style:none;
         display:inline;
         color:white;
     }
    
     .blog-head-crumb ul{
         margin:0;
     }
     #blog-head li + li:before {
    content: '';
    margin: 0 1rem;
}
@media screen and (max-width: 39.9375em) { 
    .blog-head-crumb a{
         color:white;
         font-size:1.2rem;
     }
}

    /*Mew Banner Design CSS*/
        #banner_contain /*move this to global too */{
        background-image:none;
        min-height:300px;
        background-repeat:no-repeat;
        background-position: right;
        margin-bottom:1.5em;
        background-size:contain;
    }
#banner_contain h2 {
color:white;}
    @media screen and (max-width: 39.9375em) {
        #banner_contain /*move this to global too */{
        background-image:none;
        min-height:100px;
        height:auto;
        background-size:cover;
        }
    }
    .text_contain {
        /*background: rgb(12,51,83);
        background: linear-gradient(90deg, rgba(12,51,83,1) 20%, rgba(29,118,187,1) 56%, rgba(255,255,255,0) 85%);
        */
        background: rgba(0,0,0,0.6);
        background: linear-gradient(90deg, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.6) 56%, rgba(0,0,0,0) 85%);
        min-height:300px;
        padding-top:50px;
    }
    
    .line1 {
        font-weight:700;
        color:white;
        font-size:2.6rem;
        display:block;
    }
    .line2 {
        font-weight:300;
        color:white;
        display:block;
        font-size:2.3rem;
    }
    .line1inline {
        font-weight:700;
        color:white;
        font-size:2.6rem;
        display:inline;
    }
    .line2inline {
        font-weight:300;
        color:white;
        display:inline;
        font-size:2.6rem;
    }
    .text_contain a {
        background:#F7A600;
        padding:0.6em 0.8em;
        border-radius:0.2em;
        margin:1em 0;
        color:white;
        display:inline-block;
        font-size:1.1rem;
    }
    .text_contain a:hover {
        background:#e48c02;
    }
    .text_contain svg {
        width: 1.4em;
        height: 1.4em;
        display: inline;
        margin-left: 3em;
        margin-bottom: -0.25em;
    }
    svg {
      fill: currentColor;
    }

    .content_style p {
        font-weight:400;
        color:#151515;
        font-size:1rem;
    }
    .content_style li {
        font-weight:400;
        color:#151515;
        font-size:1rem;
    }
    .content_style a {
        font-weight:400;
        font-size:1rem;
    }
    .content_style h1 {
        color:#0C3353;
        font-weight:700;
        font-size:2em;
    }
    .content_style h2 {
        color:#0C3353;
        font-weight:700;
        font-size:1.6em;
    }
    .content_style h3 {
        color:#F7A600;
        font-weight:700;
        font-size:1.4em;
    }
     .content_style h4 {
        font-weight:700;
        font-size:1.2rem;
        color:#0C3353;
    }
    .content_style h5 {
        font-weight:700;
        font-size:1.1rem;
        color:#0C3353;
    }
    .content_style h6 {
        font-weight:700;
        font-size:1rem;
        color:#0C3353;
    }
    
    /*NEW CONTENT STYLE*/
    .newsArchiveTpl {
        padding:1em 0;
        border-bottom:2px solid #8e8e8e;
        margin-bottom:1em;
    }
    .newsArchiveTpl h2 {
        font-size:1.3em;
    }
    .newsArchiveTpl h3 {
        font-size:1em;
    }
    .content_style_new p {
        font-weight:400;
        color:#151515;
        font-size:1rem;
    }
    .content_style_new li {
        font-weight:400;
        color:#151515;
        font-size:1rem;
    }
    .content_style_new h1 {
        color:#0C3353;
        font-weight:700;
        font-size:2em;
    }
    .content_style_new h2 {
        color:#0C3353;
        font-weight:700;
        font-size:1.6em;
    }
    .content_style_new h3 {
        color:#F7A600;
        font-weight:700;
        font-size:1.4em;
    }
    .content_style_new h4 {
        font-weight:400;
    }
    .content_style_new h5 {
        font-weight:400;
    }
    .content_style_new h6 {
        font-weight:400;
    }
    .search_component {
        background:#0C3353;
        padding:1.5em;
    }
    .search_component h3 {
        color:#F7A600;
        font-weight:700;
        font-size:1.1em;
    }
    .search_component p {
        font-size:0.9rem;
        color:white;
        padding:0 2em 0 0;
        margin:1rem 0;
    }
    .search_component input {
        padding:1.7em 1em;
        font-size:0.9rem;
        margin:2rem 0 1rem 0;
    }
    .search_button {
        border: 1px solid white;
        border-radius:0.2em;
        background:none;
        color:white;
        text-align:center;
        display:block;
        width:100%;
        padding:1.2em 1em;
        margin:1.6em 0 0 0;
    }
    .search_button svg {
        margin-right: 1em;
        margin-left: -1em;
        width: 1em;
        height: 1em;
        margin-bottom: -0.2em;
    }
    .search_button:hover {
        background:white;
        color:#0C3353;
        cursor:pointer;
    }
    .search_component2 {
        background:white;
        background: #fff;
box-shadow: 5px 5px 25px rgba(137,141,154,.3);
border-radius: 16px;
padding: 32px;
    }
    .search_component2 h3 {
        color:#F7A600;
        font-weight:700;
        font-size:1.1em;
    }
    .search_component2 p {
        font-size:0.9rem;
        color:white;
        padding:0 2em 0 0;
        margin:1rem 0;
    }
    .search_component2 input {
        padding:1.7em 1em;
        font-size:0.9rem;
        margin:2rem 0 1rem 0;
    }
    /* Medium only */
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .text_contain {
        /*background: rgb(12,51,83);
        background: linear-gradient(90deg, rgba(12,51,83,1) 20%, rgba(29,118,187,1) 63%, rgba(255,255,255,0) 85%);
        */
        background: rgba(0,0,0,0.6);
        background: linear-gradient(90deg, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.6) 56%, rgba(0,0,0,0) 85%);
        }
        .line1 {
            font-weight:700;
            color:white;
            font-size:2.3rem;
            display:block;
        }
        .line2 {
            font-weight:300;
            color:white;
            display:block;
            font-size:1.7rem;
        }
        .line1inline {
            font-size:2.3rem;
            display:inline;
        }
        .line2inline {
            display:inline;
            font-size:2.3rem;
        }
    }
    @media screen and (max-width: 39.9375em) {
        .text_contain {
            min-height:100px;
            padding-top:20px;
        }
        .line1 {
            font-weight:700;
            color:white;
            font-size:1.7rem;
            display:block;
        }
        .line2 {
            font-weight:300;
            color:white;
            display:block;
            font-size:1.3rem;
        }
        .text_contain a {
            padding:0.6em 0.85em;
            border-radius:0.2em;
            font-size:1rem;
        }
        .text_contain svg {
            width: 1em;
            height: 1em;
            display: inline;
        }
    }
    @media screen and (min-width: 1687px) {
        .text_contain {
        /*background: rgb(12,51,83);
        background: linear-gradient(90deg, rgba(12,51,83,1) 26%, rgba(29,118,187,1) 65%, rgba(255,255,255,0) 85%);
        */
        background: rgba(0,0,0,0.6);
        background: linear-gradient(90deg, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.6) 56%, rgba(0,0,0,0) 85%);
        }
    }
    @media screen and (min-width: 1898px) {
        .text_contain {
        /*background: rgb(12,51,83);
        background: linear-gradient(90deg, rgba(12,51,83,1) 46%, rgba(29,118,187,1) 69%, rgba(255,255,255,0) 85%);
        */
        background: rgba(0,0,0,0.6);
        background: linear-gradient(90deg, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.6) 56%, rgba(0,0,0,0) 85%);
        }
    }
    
    #banner_contain {
        background-size:cover;
    }
    .text_contain a {
        background:none;
        margin:0;
        padding:0;
        color:#1779ba;
    }
    .text_contain a:hover {
        background:none;
        color:#1468a0;
    }
    #homeForm {
        padding:1em;
        background:#e7e6ed;
        border-radius:6px;
        position:absolute;
        min-height: 59em;
        margin-left: 3em;
        max-width:33.6em;
        margin-right:1em;
    }
    #homeForm h3 {
        font-weight:bold;
        font-size:1.8em;
        text-align:center;
        color:#0C3353;
    }
    #homeForm p{
        color:black;
    }
    #homeForm .hbspt-form fieldset {
        max-width:1000px;
    }
    #homeForm .hbspt-form input {
        width:100%;
        color:black;
    }
    #homeForm .hs-fieldtype-intl-phone {
        width:100%;
    }
    #homeForm .hbspt-form span {
        font-weight:bold;
    }
    #homeForm .hs-upload_your_excess_list {
        padding:1em;
        border:1px solid black;
        border-radius:5px;
        margin-right:8px;
        margin-top:1em;
    }
    #homeForm .hs-upload_your_excess_list input:is([type="button"], [type="submit"], [type="reset"]), input[type="file"]::file-selector-button{
        background:#F7A600;
        padding:0.5em 1em;
        border:none;
        border-radius:5px;
        font-weight:bold;
        transition:.5s;
    }
    #homeForm .hs-upload_your_excess_list input:is([type="button"], [type="submit"], [type="reset"]), input[type="file"]::file-selector-button:hover {
        cursor:pointer;
        background:#bb7e00;
        transition:.5s;
    }
    #homeForm .hs_message {
        margin:1em 0 0 0;
    }
    #homeForm .hs_message textarea {
        width:100%;
        height:8em;
    }
    #homeForm .hs-richtext p{
        font-size:0.7rem;
    }
    #homeForm .hs-richtext a{
        font-size:0.7rem;
    }
    #homeForm .inputs-list {
        margin:0;
    }
    #homeForm .inputs-list li {
        list-style:none;
    }
    #homeForm .inputs-list input[type="checkbox"] {
        scale:1.5;
        width:auto;
        margin-left:2px;
        margin-top:5px;
    }
    #homeForm .inputs-list p {
        font-weight:bold;
    }
    #homeForm .hs_recaptcha {
        display:none;
    }
    #homeForm .actions input[type="submit"] {
        background:#F7A600;
        padding:0.5em 1em;
        border:none;
        border-radius:5px;
        font-weight:bold;
        transition:.5s;
    }
    #homeForm .actions input[type="submit"]:hover {
        cursor:pointer;
        background:#bb7e00;
        transition:.5s;
    }
    #buyingSection {
        margin-top:3em;
        padding-top:3em;
    }
    .serviceWrap {
        background:#0C3353;
        margin-top:6rem;
    }
    .serviceSection {
        padding:4em 0;
    }
    .serviceSection h2 {
        color:#F7A600;
    }
    .serviceSection p {
        color:white;
    }
    .serviceBox {
        padding:2em;
        background:#fff;
        box-shadow: 5px 5px 25px rgba(137,141,154,.3);
        border-radius: 16px;
        padding: 32px;
    }
    .serviceBox ul{
        padding:1em 0;
        margin-left:0.35rem;
    }
    .serviceBox li {
        list-style-type: none;
        margin-bottom: 0.5rem;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") no-repeat left top;
        padding: 0 0 0 30px;
    }
    .serviceBox h3 {
        color:#0C3353;
    }
    .serviceBox p {
        margin-bottom:1em;
    }
    #serviceBox .search_button{
        bborder:0px solid #000000;
        border-radius:14px;
        padding:13px 13px 13px 23px;
         margin:0px 0px 0px 0px;
        background-color:#F7A600;
        color:#FFFFFF;
        font-weight:bold !important;
        opacity:1;
        transition:0.3s;
    }
    #serviceBox .search_button:hover {
        cursor:pointer;
        background-color:#bb7e00;
        opacity:1;
        transition:0.3s;
        color:#000000;
    }
    .serviceButton { 
        border:0px solid #000000;
        border-radius:14px;
        padding:13px 13px 13px 23px;
         margin:0px 0px 0px 0px;
        background-color:#F7A600;
        color:#FFFFFF;
        font-weight:bold !important;
        opacity:1;
        transition:0.3s;
    } 
    .serviceButton:hover {
        cursor:pointer;
        background-color:#bb7e00;
        opacity:1;
        transition:0.3s;
        color:#000000;
    } 
    .content_marketing_button {
        border:0px solid #000000;
        border-radius:14px;
        padding:13px 13px 13px 23px;
         margin:0px 0px 0px 0px;
        background-color:#F7A600;
        color:white;
        font-weight:bold !important;
        opacity:1;
        transition:0.3s;
    }
    .content_marketing_button:hover {
        cursor:pointer;
        background-color:#bb7e00;
        opacity:1;
        transition:0.3s;
        color:black;
    } 
    .con {
        background: rgb(12,51,83);
        background: -webkit-gradient(linear, 0 100%, 0 0, color-stop(0.25, rgba(12,51,83,1)), to(rgba(29,118,187,1)));
        background: -webkit-linear-gradient(90deg, rgba(12,51,83,1) 25%, rgba(29,118,187,1) 100%);
        background: -moz-linear-gradient(90deg, rgba(12,51,83,1) 25%, rgba(29,118,187,1) 100%);
        background: -o-linear-gradient(90deg, rgba(12,51,83,1) 25%, rgba(29,118,187,1) 100%);
        background: linear-gradient(90deg, rgba(12,51,83,1) 25%, rgba(29,118,187,1) 100%);
    }
    .out {
        background: rgb(12,51,83);
        background: -webkit-gradient(linear, 0 100%, 0 0, color-stop(0.25, rgba(12,51,83,1)), to(rgba(83,29,187,1)));
        background: -webkit-linear-gradient(90deg, rgba(12,51,83,1) 25%, rgba(83,29,187,1) 100%);
        background: -moz-linear-gradient(90deg, rgba(12,51,83,1) 25%, rgba(83,29,187,1) 100%);
        background: -o-linear-gradient(90deg, rgba(12,51,83,1) 25%, rgba(83,29,187,1) 100%);
        background: linear-gradient(90deg, rgba(12,51,83,1) 25%, rgba(83,29,187,1) 100%);
    }
    .vir {
        background: rgb(12,51,83);
        background: -webkit-gradient(linear, 0 100%, 0 0, color-stop(0.25, rgba(12,51,83,1)), to(rgba(140,5,84,1)));
        background: -webkit-linear-gradient(90deg, rgba(12,51,83,1) 25%, rgba(140,5,84,1) 100%);
        background: -moz-linear-gradient(90deg, rgba(12,51,83,1) 25%, rgba(140,5,84,1) 100%);
        background: -o-linear-gradient(90deg, rgba(12,51,83,1) 25%, rgba(140,5,84,1) 100%);
        background: linear-gradient(90deg, rgba(12,51,83,1) 25%, rgba(140,5,84,1) 100%);
    }
        /*HOME PAGE SPECIFIC BACKGROUND IMAGE URLS*/
    /* Large and up */
    @media screen and (min-width: 64em) {
        #banner_contain {
            background-image: url('/assets/images/banner-default/computer-component-large.webp');
        }
        .componentSearchRight {
            margin-left:0 !important;
            margin-right:0 !important;
            padding-left:1em;
            border-left:2px solid #F7A600;
        }
    }
	.mobile_home_content strong {
		display:inline-block;
		}
    /* Small only */
    @media screen and (max-width: 39.9375em) {
        .componentSearchRight {
            margin-top:3rem;
        }
        #banner_contain {
            background-image: none;
			background: #0a2d4d;
        }
        #homeForm {
            padding:1em;
            background:#e7e6ed;
            border-radius:6px;
            position:inherit;
            width: auto;
            min-height:40em;
            margin-left: 0;
            margin-bottom:2em;
            max-width:100em;
            margin-right:0;
			min-width:1rem !important;
        }
        .serviceBox {
            margin-top:1.5em;
        }
		#banner_contain h2 {
			color:black;
		}
		.mobile_home_content {
			max-width:96vw;
		}
		.off-canvas ul {
			display:flex;
			flex-direction:column;
		}
		.menu a {
			padding:1.5rem;
			color:white !important;
			font-weight:bold;
		}
		.dropdown.menu > li.opens-right > .is-dropdown-submenu {
			display: block;
			position: relative;
		}
		.dropdown .is-dropdown-submenu a {
			color:black;
			padding:1rem;
		}
		.is-submenu-item {
			background:var(--accent);
		}
		.is-dropdown-submenu {
			position:relative;
		}
		
    }
    /* Medium only */
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        #banner_contain {
            background-image:none;
			background: #0a2d4d;
        }
        #homeForm {
            padding:1em;
            background:#e7e6ed;
            border-radius:6px;
            position:inherit;
            width: auto;
            min-height:40em;
            margin-left: 0;
            margin-bottom:2em;
            max-width:100em;
            margin-right:0;
			min-width:1rem !important;
        }
		.mobile_home_content {
			max-width:96vw;
		}
		.off-canvas ul {
			display:flex;
			flex-direction:column;
		}
		.menu a {
			padding:1.5rem;
			color:white !important;
			font-weight:bold;
		}
		.dropdown.menu > li.opens-right > .is-dropdown-submenu {
			display: block;
			position: relative;
		}
		.dropdown .is-dropdown-submenu a {
			color:black;
			padding:1rem;
		}
		.is-submenu-item {
			background:var(--accent);
		}
		.is-dropdown-submenu {
			position:relative;
		}
    }

#content_marketing_section {
    padding:0 0 5rem 0;
}
    .content_marketing {
        display:flex;
        justify-content:center;
        flex-wrap:wrap;
    }
    .content_tile {
        flex-basis:33%;
        width:33%;
    }
    .content_tile_inner {
        margin:0 1rem 3.5rem 1rem;
        -webkit-box-shadow: 6px 6px 16px -4px rgba(0,0,0,0.54);
        -moz-box-shadow: 6px 6px 16px -4px rgba(0,0,0,0.54);
        box-shadow: 6px 6px 16px -4px rgba(0,0,0,0.54);
        border-radius:0.75rem;
    }
    .content_tile_top {
        padding:1.5rem 1.5rem 0.5rem 1.5rem;
        background:#E7E6ED;
        border-radius:0.75rem 0.75rem 0 0;
        min-height: 10.5rem;
    }
    .content_tile_top h3 {
        color:#0C3353;
        font-weight:bold;
        font-size:1.3rem;
    }
    .content_tile_top p {
        font-size:0.9rem;
        margin:0;
    }
    .content_tile_bottom {
        padding:1rem;
        height:12rem;
        background-size:cover;
        background-repeat:no-repeat;
        display:flex;
        flex-direction:column;
        justify-content:flex-end;
        border-radius: 0 0 0.75rem 0.75rem;
    }
    .content_marketing_header {
        padding:6rem 0 4rem 0;
        display:flex;
        justify-content:center;
    }
    .content_marketing_header_inner {
        max-width:36rem;
        text-align:center;
    }
    .content_marketing_header_inner h2 {
        color:#0C3353;
        font-weight:bold;
        font-size:2rem;
        line-height:1.1;
        margin-bottom:1.25rem;
    }
    @media print, screen and (max-width: 996px) {
        .content_marketing_header_inner {
            max-width:100%;
        }
        .content_tile {
            flex-basis:50%;
            width:50%;
        }
    }
    @media print, screen and (max-width: 630px) {
        .content_tile {
            flex-basis:100%;
            width:100%;
        }
    }


@media screen and (max-width: 39.9375em) {
    #banner_contain {
        margin:0;
    }
    .serviceWrap {
        margin:0;
    }
    #main {
        padding-top:0;
    }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #banner_contain {
        margin:0;
    }
    .serviceWrap {
        margin:0;
    }
    #main {
        padding-top:0;
    }
}
    

    #logo img{
        max-width:220px;
    }
    #lpHeader {
        padding:3em 1em;
        background: linear-gradient(180deg, rgba(12,51,83,1) 20%, rgba(29,118,187,1) 100%);
        text-align:left;
        color:white;
    }
    #lpHeader h1 {
        font-weight:bold;
        font-size:2.2rem;
    }
    #lpHeader h2 {
        font-weight:bold;
        font-size:2rem;
        padding:0.5rem;
        border-bottom:2px solid white;
        color:#F7A600;
    }
    #lpHeader p {
        font-size:1.2rem;
    }
    #lpSection {
        padding:3em;
    }
    #lpSection h2 {
        font-size:2rem;
        font-weight:bold;
        color:#0C3353;
    }
    #lpSection h3 {
        font-weight:bold;
        font-size:1.6rem;
        color:#F7A600;
    }
    #lpSection p {
        font-size:1.2rem;
    }
    #lpSection {
        font-size:1.2rem;
    }
    #serviceBox {
        margin-top:2rem;
    }
    .bg-grey {
        background:#e3e1e1;
    }
    .boxyList {
        margin:2rem 0;
        
    }
    .boxyList li{
        display: inline-block;
        padding: 1rem 0.8rem;
        background: #F7A600;
        border-radius: 0.5em;
        font-weight: bold;
        color:#0C3353;
        font-size:1rem;
        margin:1rem 0 0 0;
    }
    .calloutBlue {
        background:#0C3353;
        padding:1.5em;
        color:white;
        border-radius:0.25em;
    }
    .calloutBlue li {
        font-size:0.8em;
    }
    .calloutOrange {
        background:#F7A600;
        padding:1.5em;
        color:#0C3353;
        margin-top:1.5rem;
        border-radius:0.25em;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .calloutOrange p {
        font-weight:bold;
        margin:0.2rem;
    }
    .calloutOrange a {
        font-weight:bold;
        margin:0.2rem;
        color:#0C3353;
    }
    .calloutOrange a:hover {
        color:black;
    }
    #team img {
        margin:0.75rem 0;
    }
    #team p {
        font-size: 0.6em;
        line-height: 1.1;
        font-weight:bold;
        margin: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        color:#0C3353;
    }
    #team a {
        font-size: 0.6em;
        line-height: 1.1;
        font-weight:bold;
        margin: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        color:#0C3353;
        display:block;
    }
    #team a:hover {
        color:#F7A600;
    }
	#teamCard .email_icon svg {
		width:2rem;
		transition:0.3s;
		-webkit-transition:0.3s;
	}
	#teamCard .email_icon svg:hover {
		transition:0.3s;
		-webkit-transition:0.3s;
		color:black;
	}
    .component {
        padding:2rem 0;
        background:#0C3353;
        color:white;
        text-align:center;
        font-weight:bold;
        margin:0 0 1rem 0;
        font-size:1rem;
    }
    /*FORM*/
    #hubspotFormContainer {
        padding:2em;
        background:#F7A600;
        border-radius:0.25em;
        position:absolute;
        max-width:450px;
    }
    #hubspotFormContainer h3{
        color:#0C3353;
        text-align:center;
        font-size:2.2rem;
        border-bottom: 3px solid #0C3353;
        font-weight:bold;
    }
    #hubspotFormContainer label>span {
        font-weight:bold;
        color:#0C3353;
    }
    .submitted-message p{
        font-weight:bold;
        color:#0C3353;
    }
    .submitted-message{
        padding:1.5em;
        border:2px solid #0C3353;
        border-radius:0.25em;
    }
    #hubspotFormContainer input {
        background: rgba(255,255,255,0.5);
        border: 2px solid white;
        border-radius: 0.25em;
        transition:0.25s;
        color:#0C3353;
        transition:0.5s;
        width:100%;
    }
    #hubspotFormContainer .hs-fieldtype-intl-phone {
        width:100%;
    }
    #hubspotFormContainer .hs-input {
        width:100%;
    }
    .hs_recaptcha {
        display:none;
    }
    #hubspotFormContainer textarea {
        background: rgba(255,255,255,0.5);
        border: 2px solid white;
        border-radius: 0.25em;
        transition:0.25s;
        color:#0C3353;
        transition:0.5s;
    }
    #hubspotFormContainer input[type="file"] {
        font-weight:bold;
        padding:0.6em;
    }
    #hubspotFormContainer input[type="submit"] {
        font-weight:bold;
        padding:0.6em;
        display:block;
        text-align:center;
        width:100%;
        background:#0C3353;
        color:white;
        transition:0.25s;
    }
    #hubspotFormContainer input[type="submit"]:hover {
        cursor:pointer;
        background:grey;
        transition:0.25s;
    }
    #hubspotFormContainer .hs-error-msg {
        font-weight:bold;
        color:#0C3353;
    }
    #hubspotFormContainer input:focus {
        background:white;
        transition:0.25s;
    }
    #hubspotFormContainer input:hover {
        box-shadow: 2px 4px 18px 0px rgba(0,0,0,0.47);
        -webkit-box-shadow: 2px 4px 18px 0px rgba(0,0,0,0.47);
        -moz-box-shadow: 2px 4px 18px 0px rgba(0,0,0,0.47);
        transition:0.5s;
    }
    #hubspotFormContainer textarea:hover {
        box-shadow: 2px 4px 18px 0px rgba(0,0,0,0.47);
        -webkit-box-shadow: 2px 4px 18px 0px rgba(0,0,0,0.47);
        -moz-box-shadow: 2px 4px 18px 0px rgba(0,0,0,0.47);
        transition:0.5s;
    }
    #hubspotFormContainer textarea:focus {
        background:white;
        transition:0.25s;
    }
    #hubspotFormContainer .hs-richtext p{
        font-size:0.5em;
        color:black;
    }
    #hubspotFormContainer .inputs-list {
        margin:0;
    }
    #hubspotFormContainer .inputs-list li {
        list-style:none;
    }
    #hubspotFormContainer .hs-form-booleancheckbox-display input {
        width:auto;
    }
    #hubspotFormContainer .hs-form-booleancheckbox p{
        font-weight:bold;
    }
    #hubspotFormContainer .hs-form-booleancheckbox input[type=checkbox] {
        scale: 1.5;
        margin-top: 0.6em;
    }
    .serviceWrap {
        padding:6em 0;
    }
    .formSpacer {
        height:10em;
    }
    .ctaBtn a {
        font-weight:bold;
        padding:0.6em;
        display:block;
        text-align:center;
        width:100%;
        background:#0C3353;
        color:white;
        transition:0.25s;
    }
    .ctaBtn a:hover {
        cursor:pointer;
        background:grey;
        transition:0.25s;
    }
    /* Small only */
    @media screen and (max-width: 39.9375em) {
        .formSpacer {
            display:none;
        }
        #lpHeader {
            text-align:center;
        }
        #lpSection {
            padding:3rem 1.5rem;
        }
        #lpSection .stockPrices {
            margin-bottom:1.5em;
        }
        #lpSection h2 {
            font-size:1.6rem;
        }
        #lpSection .boxyList li{
            display:block;
            margin:1em 0;
            font-size:1.4rem;
        }
        .calloutBlue {
            margin:0 0 1.5rem 0;
        }
        .calloutOrange {
            margin:1.5rem 0 1.5rem 0;
        }
        .calloutOrange {
            overflow:hidden;
            text-overflow:ellipsis;
        }
        .componentsPart {
            padding:2em 0;
        }
        .componentsPart h3 {
            text-align:center;
            margin-bottom:1rem;
        }
        #hubspotFormContainer {
            margin-bottom:3em;
            position:inherit;
            max-width:10000px;
            width:100%;
            text-align:left;
        }
    }
    /* Medium only */
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .formSpacer {
            display:none;
        }
        #lpHeader {
            text-align:center;
        }
        #lpSection .boxyList li{
            display:block;
            margin:1em 0;
            font-size:1.4rem;
        }
        .calloutOrange {
            overflow:hidden;
            text-overflow:ellipsis;
        }
            #hubspotFormContainer fieldset {
            max-width:1000px;
        }
        #hubspotFormContainer {
            margin-bottom:3em;
            position:inherit;
            max-width:10000px;
            width:100%;
            text-align:left;
        }
    }
    .serviceSection {
        margin:0;
        padding:0;
    }
    .serviceBox  {
        margin-top:1em;
        padding-top:1.5em;
        border-radius:0.25em;
    }
    .serviceBox p {
        margin:0;
    }
    #teamCard {
        margin-top: 2em;
        padding: 2em 0.5em 2em 0.5em;
        background-color: #c9ddee;
		overflow:hidden;
    }
    #teamCard h2 {
        color: #032742;
        font-size: 1em;
        line-height:1;
        margin-bottom:0.25em;
        text-align: center;
        font-weight:bold;
    }
    #teamCard h3 {
        color: #185fad;
        font-size: 1em;
        margin-bottom:0.25em;
        text-align: center;
        line-height:1;
        font-weight:bold;
    }
    #teamCard .image {
        margin:1em 0;
		min-height:20rem;
    }
    #teamCard .image img {
        object-fit: cover;
        /*height: 18em;*/
		height: 100%;
        width: 100%;
		min-height:20rem;
    }
    #teamCard a {
         color: #185fad;
        font-size: 0.8em;
        margin-bottom:0.25em;
        text-align: center;
        line-height:1;
        font-weight:bold;
        display:block;
		text-decoration:none;
    }
	#teamCard .allthingsbeingequal a {
		font-size:1.3rem;
	}
      #teamCard a:hover {
          text-decoration:underline;
      }
    .teamHead h1{
        color: #185fad;
        font-weight:700;
        font-size:1.5em;
        text-align:center;
    }
    .teamHead h2 {
        color: #032742;
        font-weight:700;
        font-size:1.2em;
        text-align:center;
    }
    .allthingsbeingequal {
        display: flex;
        flex-direction: column;
        height: 4em;
        justify-content: center;
    }
    /* Small only */
    @media screen and (max-width: 39.9375em) {
        #teamCard .image img {
            width:100%;
        }
    }
    
    /* Medium only */
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        #teamCard .image img {
            width:100%;
        }
    }

    #ctudy {
        padding:2em 0;
    }
    #ctudy h3 {
        font-size:1.1em;
        font-weight:700;
        margin-bottom:0;
    }
    #ctudy p {
        line-height:125%;
    }
    #ctudy .testi {
        font-style:italic;
    }
    #ctudy .readstate {
        display:none;
    }
    #ctudy .readmore {
        color:#185fad;
        font-weight:700;
        font-size:0.9em;
    }
    #ctudy .readmore img {
        width:0.4em;
        margin-left:0.3em;
    }
    #ctudy .readmore:hover {
        cursor:pointer;
        text-decoration:underline;
    }
    #ctudy .readless {
        color:#185fad;
        font-weight:700;
        font-size:0.9em;
    }
    #ctudy .readless img {
        width:0.4em;
        margin-left:0.3em;
        transform: rotate(269deg);
    }
    #ctudy .readless:hover {
        cursor:pointer;
        text-decoration:underline;
    }
.toptel {
        padding:2em 0;
    }
    .toptel p {
        font-size:0.9em;
        margin:0;
    }
    .address p {
        font-size:0.9em;
        margin:0;
        padding:0;
        line-height:125%;
    }
    .form input {
            margin: 1.2em 0;
    padding: 1em;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #333;
    background-color: #f6f6f6;
    border: 1px solid #cdcdcd;
    }
    .form input:focus {
        background:#f6f6f6;
    }
    .form input::placeholder { 
  color:  #333;
  opacity: 1; 
}
.form textarea::placeholder {
    color:  #333;
  opacity: 1;
}
    .form textarea {
            margin: 1.2em 0;
    padding: 1em;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Lato',sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #333;
    background-color: #f6f6f6;
    border: 1px solid #cdcdcd;
    }
    .form textarea:focus {
        background:#f6f6f6;
    }
    .form input[type="submit"] {
        background-color:#185fad;
        color:white;
        float:right;
        width:auto;
    }
    .form input[type="submit"]:hover {
        background-color:#033a77;
        cursor:pointer;
    }
    #socialIconsContact {
        color:#185fad;
        font-weight:700;
    }
    #socialIconsContact div {
        height: 1.7em;
        display: inline-block;
        width: 1.3em;
        background: url(/assets/icons/blueIcons-min.png);
        background-size: 77px;
        margin-right:0.4em;
        margin-left:0.4em;
    }
     #socialIconsContact .facebook {
         background-position:-32px 0;
     }
     #socialIconsContact .twitter {
             background-position: -2px 0;
            width: 1.5em;
     }
     #socialIconsContact .linkedin {
         background-position:24px 0 !important;
         width: 1.6em;
     }

    #main h1 {
        text-transform:uppercase;
        font-size:1.4em;
    }
    #newsItemTpl {
        background: white;
		padding: 2rem;
		margin: 0 0 2rem 0;
		border-radius: 6px;
		border-bottom: 2px solid #8a8a8a;
    }
    
    #newsItemTpl a{
         font-weight:700;
         font-size:1em;
    }
    
    #newsItemTpl .readMore {
        font-size:0.9rem;
        font-weight:700;
    }
    #newsItemTpl .readMore:hover {
        font-size:0.9rem;
        text-decoration:underline;
        font-weight:700;
    }
	#newsItemTpl .image img {
		height: auto;
		width: 100%;
		max-height: 14rem;
		min-height:14rem;
		object-fit: cover;
		border-radius:6px;
	}
    #newsItemTpl .readMore img {
        width:0.4em;
        margin-left:0.3em;
    }
    #newsItem .mainImage{
      padding:0 0 2em 0;  
      margin: 0 0 2em 0;
      border-bottom:1px solid #d9d9d9;
    }
    #newsItem .date {
        font-size:1em;
        font-weight:700;
    }
    
    
    #newsItem .backToNews a{
        font-size:0.9em;
        font-weight:700;
    }
    #newsItem .backToNews a:hover {
        font-size:0.9em;
        text-decoration:underline;
        font-weight:700;
    }
    #newsItem .backToNews img {
        width:0.4em;
        margin-right:0.3em;
        transform:rotate(180deg);
    }
    #other .otherNewsTpl {
        margin:0 0 1em 0;
    }
    #other .otherNewsTpl a {
        color: #185fad;
        text-decoration: none;
        font-weight: 700;
    }
    #other .otherNewsTpl a:hover {
        text-decoration: underline;
    }
    #other {
        border-left:1px solid #d9d9d9;
        padding:0 0 0 1em;
    }
    #other h2 {
        text-transform: uppercase;
    font-size: 1.4em;
    }
    #other .date {
        font-size:0.8em;
    }
    .layoutImage {
        margin-bottom:1em;
        width:100%;
    }
    .layoutImage img {
        width:100%;
    }
    .stepGuide {
        padding: 0 0 2em 0;
    }
    .stepGuide h2 {
        font-size: 1.4em;
    }
.login_form {
	display:flex;
	justify-content:center;
	margin-bottom:4rem;
}
.login_form .row{
	width:100%;
	max-width:500px;
}
.login_form .card-body {
padding:3rem;
}
.uwp_login_submit {
background:#032742;
	padding:1rem 2rem;
	font-weight:bold;
	color:white;
	font-size:1rem;
}
.upload_success {
	padding: 1rem;
	background: lightgreen;
	border-radius: 0.5rem;
	font-weight: bold;
}
.flex_features {
						display:flex;
						column-gap:10px;
						row-gap:10px;
						flex-wrap:wrap;
					}
					.component {
						width:30%;
						display:flex;
						flex-direction:column;
						align-items:center;
						justify-content:center;
						border-radius:10px;
					}
					#lpSection .component p {
						font-size:0.75rem;
						margin:0;
					}
					.comp_img {
						width:2.5rem;
						height:2.5rem;
					}
					.comp_img img {
						object-fit:contain;
						width:100%;
						height:100%;
					}
					@media screen and (max-width: 1000px) {
						.component {
							width:47%;
						}
					}
					@media screen and (max-width: 600px) {
						.component {
							width:30%;
						}
					}
					.mail::after, .mail::before {
						padding:0.15em 0.83em;
						-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-mail'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'%3E%3C/path%3E%3Cpolyline points='22 6 12 13 2 6'%3E%3C/polyline%3E%3C/svg%3E");
						mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-mail'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'%3E%3C/path%3E%3Cpolyline points='22 6 12 13 2 6'%3E%3C/polyline%3E%3C/svg%3E");
					}
				.emailButton { 
				border:0px solid #000000;
				border-radius:20px;
				padding:15px 20px 15px 30px;
				 margin:0px 0px 0px 0px;
				background-color:#185FAD;
				color:#FFFFFF !important;
				font-weight:normal;
				opacity:1;
				transition:0.3s;
				} 
				.emailButton:hover {
				cursor:pointer;
				background-color:#0B2A4D;
				opacity:1;
				transition:0.3s;
				color:#FFFFFF !important;
				} 
	#buy_comp .serviceWrap {
		margin:0;
	}
	    #buy_comp .serviceBox {
        margin-bottom:2rem;
        color:white;
        background:#0C3353;
    }
    #buy_comp .serviceBox h3 {
        color:white;
    }
                 #buy_comp .serviceBox li {
                            color:white;
                            background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E") no-repeat left top;
                        }
                        #buy_comp .serviceBox li::before {
                            color:white;
                        }
                        #buy_comp .search_buttonX {
                            border:none;
                            border-radius: 14px;
                            padding: 13px 13px 13px 23px;
                            margin: 0px 0px 0px 0px;
                            background: white;
                            color: black;
                            text-align: center;
                            display: block;
                            width: 100%;
                            font-weight:bold;
                            transition:.3s;
                        }
                        #buy_comp .search_buttonX svg {
                            margin-right: 1em;
                            margin-left: -1em;
                            width: 1em;
                            height: 1em;
                            margin-bottom: -0.2em;
                            transition:.3s;
                        }
                        #buy_comp .search_buttonX:hover {
                            background: #1D7CCA;
                            color: #0C3353;
                            cursor: pointer;
                        }


.wp-block-woocommerce-checkout {
	padding-left: 2.5em;
	padding-right: 2.5em;
	border-color: green;
	border-width: 2px;
	border-style: solid; 
	}
.wc-block-components-main {
	border-radius: 4px;
	border-color: orange;
	border-style: solid;
	padding-right: 40px;
}
.wc-block-components-sidebar {
	border-radius: 2px;
	border-color: purple;
	border-style: solid;
	margin-left: 20x;
}
.wc-block-components-sidebar-layout {
	max-width: 75%;
	border-color: black;
	border-width: 1px;
	border-style: solid;
}
.wc-block-components-button {
	background-color: #F7A600;
	color: white;
}
.wc-block-components-button:hover {
	background-color: #c57f08;
	color: black;
}
/* Test 15/02/2025 */
.woocommerce div.product form.cart .button {
	background-color: #F7A600;
	color: white;
}
.woocommerce div.product form.cart .button:hover {
	background-color: #c57f08;
	color: black;
}