/****************************************************************************/
/* This is the default custom CSS file that is included in every template.  */
/* It can be edited, but it cannot be renamed or deleted.                   */
/****************************************************************************/
a.light-link {
  color: #fff;
  text-decoration: underline;
}
a.light-link:hover {
  color: #333;
}

ul.checkmarks {
  /*list-style-type: circle;*/
  margin-top: 20px !important;
  /*font-size: 20px !important;*/
  /*line-height: 28px;*/
  /*font-weight: 300;*/
  display: inline-block;
  min-width: 300px;
}

.equal-heights .row-fluid-wrapper .row-fluid {
  display: flex;
  flex-wrap: wrap;
}

@media(max-width:767px) {
 .equal-heights .row-fluid-wrapper .row-fluid {
  width:100%
 }
 .equal-heights .row-fluid-wrapper .row-fluid [class*="span"] {
  display:block;
  float:none;
  width:100%;
  margin-left:0
 }
}

.benefits-img1 {
  background-image: url('https://311869.fs1.hubspotusercontent-na1.net/hubfs/311869/gold-partner-benefits.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.benefits-img1 .pad-background {
  min-height: 500px;
}

.benefits-grp {
  max-width: 590px;
  margin: 40px auto 0 !important;
  color: #fff;
  text-align: left;
}
.benefits-grp.dark-text {
  color: #333;
}
.benefits-grp img {
  margin-bottom: 10px;
}
.benefits-grp .benefit-txt {
  padding-right: 10px;
}
.smaller-icons .custom-icon-box {
  background-size: 35px auto;
  padding-left: 50px;
  margin-bottom: 28px;
  padding-right: 10px;
}

.narrowbox {
  padding-right: 15%;
  margin-right: 15%;
  border-right: 1px solid #ccc;
}

@media(max-width:767px) {
 .smaller-icons .custom-icon-box {
    background-position:left top;
    padding-left: 40px;
    padding-top: 0;
  }
  .narrowbox {
    border-right: none;
  }
}

.o-arrow {
  border: solid #e77c43;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  margin-bottom: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
a:hover .o-arrow { border-color: #333; }


.hiring-img1 {
  background-image: url('https://311869.fs1.hubspotusercontent-na1.net/hubfs/311869/careers-teamwork.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.values-img1 {
  background-image: url('https://311869.fs1.hubspotusercontent-na1.net/hubfs/311869/core-values.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hiring-img1 .pad-background,
.values-img1 .pad-background {
  min-height: 500px;
}

ul.hiring-list {
	list-style-type: none;
  padding-left: 5px !important;
  margin-top: 30px;
}
ul.hiring-list li {
	border-bottom: 1px solid #ddd;
  font-weight: bold;
  padding: 12px 0;
  text-align: left;
  color: #555;
}
ul.hiring-list li:last-child {
	border-bottom: none;
}

.hiring-form-heading {
  font-weight: 300;
  font-size: 26px;
  color: #fff;
}
.hiring-form .hs-input[type="text"],
.hiring-form .hs-input[type="email"],
.hiring-form .hs-input[type="tel"] {
	border-radius: 10px;
}
.hiring-form .hs_upload_resume {
	border-radius: 10px;
	background-color: rgb(255,255,255,.22);
	padding: 20px;
	text-align: center;
}
.hiring-form .hs_upload_resume label span {
	color: #fff !important;
	font-weight: 300;
}
.hiring-form .hs_upload_resume legend {
	color: #fff;
	font-weight: 700;
	font-size: .8em;
	text-transform: uppercase;
}
.hiring-form .field.hs-form-field input[type="file"] {
	text-align: center;
	color: #fff;
  font-style: italic;
}
.hiring-form .hs-button.primary {
	border-radius: 25px;
	width: 100%;
	background-color: #333 !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	margin-top: 0;
}
.hiring-form .hs-button.primary:hover {
	border-color: #fff !important;
 	background-color: #333 !important;
  transform: none;
  color: #333;
}

.career-quote-bg {
  background-image: url('https://311869.fs1.hubspotusercontent-na1.net/hubfs/311869/career-quote-bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/*** New Accordion Classes ***/
.accordion {
	max-width: 750px;
	margin: 30px auto 30px 60px;
  padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 0px;
	color: #fff;
	background-color: transparent;
}
.accordion .item {
	padding: 15px 10px;
	cursor: pointer;
	display: grid;
	grid-template-columns: auto 1fr auto;
	column-gap: 24px;
	row-gap: 12px;
	align-items: center;
	transition: border-top 0.3s;
	border-bottom: 1px solid rgb(255,255,255,.6);
}
.accordion .item:hover .text,
.accordion .item:hover .icon {
	color: #333;
	stroke: #333;
	transition: color 0.5s;
}
.accordion p.text {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3em;
  color: #fff;
  margin-bottom: 4px;
}
.accordion .icon {
	width: 24px;
	height: 24px;
	stroke: #fff;
	transition: all .5s ease;
	font-size: 26px;
	font-weight: 500;
}
.accordion .hidden-box {
	display: none;
	grid-column: 2;
	transition: all .5s ease;
}
.accordion .hidden-box p {
	line-height: 1.7em;
	margin-bottom: 20px;
  color: #fff;
}
.accordion .hidden-box ul {
	color: #efefef;
	margin-left: 28px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
@keyframes showNav {
	from {opacity: 0;}
	to {opacity: 1;}
}
.accordion .item.open {
}
.accordion .item.open .icon {
	transform: rotate(180deg);
}
.accordion .item.open .hidden-box {
	display: block;
	animation: showNav 250ms ease-in-out both;
}

@media (max-width: 576px) {
	.accordion {
		margin: 30px auto;
	}
	.accordion .item {
		padding: 12px;
	}
	.accordion .text {
		font-size: 20px;
	}
}
/*** END Accordion Classes ***/

.career-testimonials .emp-img {
	width: 73px;
	height: auto;
  margin-bottom: 20px;
}
.career-testimonials .emp-quote {
	color: #575757;
	font-weight: 300;
	font-size: 16px;
  line-height: 1.6em;
  min-height: 180px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .career-testimonials .emp-quote {
    min-height: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .career-testimonials .emp-quote {
    min-height: auto;
  }
}
.career-testimonials .emp-name {
	color: #575757;
	font-weight: 700;
	font-size: 18px;
}
.career-testimonials .emp-title {
	color: #e77c43;
	text-transform: uppercase;
	font-size: 15px;
}


.capt-img-right {
  margin: 20px 0 10px 10px;
  float: right;
  text-align: center;
  font-size: 13px;
  font-style: italic;
  display: inline-block;
}
.capt-img-right img { 
  width: 100%
  max-width: 283px;
  height: auto;
}
@media only screen and (max-width: 700px) {
  .capt-img-right {
    margin: 0px auto;
    float: none;
  }
}

/* Custom CSS for video header on home page for white faded background text */
#video-background h1 {
    font-size: 42px;
    //color: #383838;
    color: #ffffff;
    line-height: 1.5em !important;
    margin-bottom: 10px;
    //text-shadow: -1px 0 #383838, 0 1px #383838, 1px 0 #383838, 0 -1px #383838;
    text-shadow: 0 0 2px #5679a9, 0 0 2px #5679a9, 0 0 2px #5679a9;
}
#video-background p {
    font-size: 26px;
    //color: #383838;
    color: #ffffff;
    line-height: 1.231em !important;
    margin-top: 30px;
    //text-shadow: -1px 0 #383838, 0 1px #383838, 1px 0 #383838, 0 -1px #383838;
    text-shadow: 0 0 2px #5679a9, 0 0 2px #5679a9, 0 0 2px #5679a9;
}
#video-background .page-center {
    text-align: center;
}
#video-background span.white_bg {
    //background: rgb(255, 255, 255); /* Fallback */
    //background: rgba(255, 255, 255, 0.6);
    display: inline;
    padding: 0 0.5rem;
  
    /* Needs prefixing */
    box-decoration-break: clone;
} 

@media only screen and (max-width: 479px) {
  #video-background h1 {
    font-size: 1.2em !important;
    font-weight: 300 !important;
    line-height: 1em !important;
  }
  #video-background p {
    margin-top: 10px !important;
  }
}

/* Temp overrides for mobile menu */
.mobile-trigger i {
    display: none !important;
}
@media(max-width:767px) {
  .mobile-trigger .child-trigger {
      display: none !important;
  }
}

/* overrides for Iframe Video Includes */
.video-include .hs-responsive-embed {
    position:relative;
	height:0;
	overflow:hidden;
	padding-top:0;
	padding-left:0;
	padding-right:0
}
.video-include .hs-responsive-embed iframe,.video-include .hs-responsive-embed object,.video-include .hs-responsive-embed embed {
	position:absolute;
    top:0;
	left:0;
	width:100%;
	height:100%;
	border:0
}
.video-include .hs-responsive-embed.hs-responsive-embed-youtube,.video-include .hs-responsive-embed.hs-responsive-embed-wistia,.video-include .hs-responsive-embed.hs-responsive-embed-vimeo {
	padding-bottom:56.25% !important;
}
.video-include .hs-responsive-embed.hs-responsive-embed-instagram {
	padding-bottom:116.01%
}
.video-include .hs-responsive-embed.hs-responsive-embed-pinterest {
	height:auto;
	overflow:visible;
	padding:0
}
.video-include .hs-responsive-embed.hs-responsive-embed-pinterest iframe {
	position:static;
	width:auto;
	height:auto
}
.video-include iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
	width:100%;
	max-width:100%
}
@media(max-width:568px) {
	.video-include iframe {
		max-width:100%
	}
}


/* Blog Overrides */
.blog input[type="email"] {
    padding: 6px !important;
}
.blog .banner-background-image .subpage-head-container h1 {
    text-align: center !important;
    font-weight: 300 !important;
}

/* Slider overrides */
.hs_cos_flex-slider .caption {
    font-size: 1.3em !important;
    padding: 10px !important;
}

/* custom app checkup */
.checkup-wrapper {
    text-align: center;
    width: 100%;
    line-height: 1.6em;
}
.checkup-item {
  display: inline-block;
  margin: 10px 10px 10px 0;
  width: 220px;
  vertical-align: text-top;
}
.checkup-item .img {
  width: 100%;
  height: auto;
}
.checkup-item .checkup-title {
  font-weight: bold;
  margin: 15px 0;
}

/* custom recent post */
.post-recent-wrapper {
    text-align: center;
    width: 100%;
}
.post-recent {
  display: inline-block;
  margin: 5px;
  min-width: 175px;
  border: 1px solid #e6e6e6;
  width: 30%;
  padding: 10px;
}
.post-recent .post-image {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: top center;
  border: 1px solid #e6e6e6;
  max-width: 300px;
  max-height: 200px;
}
.post-recent .post-title {
  font-weight: normal;
  line-height: 1.1em;
  margin: 15px 0 0;
  min-height: 70px;
}
.post-recent .post-url {
  font-weight: bold;
}
@media (max-width: 767px) {
    .post-recent .post-title {
      font-size: 12px;
    }    
    .post-recent .post-image {
      height: 150px;
    }
}

/* Footer and Body borders */
.footer-container-wrapper {
    border-top: 15px solid #1e81c2;
}
.body-container-wrapper {
    border-bottom: 2px solid #fff;
}

/* Styles for client logos on home page */
.force_fifth {
    width: 17% !important;
}
@media (max-width: 767px) {
    .force_fifth {
      width: auto !important;
    }    
}
.pr-logo img {
    max-width: 108px;
}

/* Fix testimonals on smaller widths */
@media (max-width: 767px) {
    .testimonial-avatar, .person-info {
        float: none !important;
	    max-width: 100% !important;
    }
}

/* general colors */
.vs_orange { color: #e77c43; }
.white-bg { background-color: #ffffff; }
.orange-bg { background-color: #e77c43; }
.grey-bg { background-color: #f4f4f4; }
.dblue-bg { background-color: #151e2d; }

.orange-emph {
    color: #e77c43;
    font-weight: bold;
    font-style: italic;
    margin: 35px 0;
    font-size: 1.1em;
}

/* service section on home page */
.service_icons {
    text-align: right;
}
.service_icons span {
    display: inline-block;
    padding:15px;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 2px solid #e47b36 !important;
}
.service_icons.no_border span {
    padding: 0 10px;
    border-radius: unset;
    border: none !important;
    background-color: transparent;
}
.service_icons img {
    display: inline-block;
}
.service_text .read-more {
    display: block;
    font-size: 0.9em;
    white-space: nowrap;
    float: right;
}
@media (max-width: 767px) {
    .service_icons, .service_text, .service_text h4 {
        text-align: center;
    }
}

/* White outlined button in colored background area */
.hs-button {
    margin-top: 10px;
}
.hs-button.primary.inverse-button {
    border-color: #fff !important;
}
.hs-button.primary.inverse-button:hover {
    border-color: #fff !important;
    color: #fff;
}

/* Blue Button */
.hs-button.primary.blue-button {
    border-color: #1e81c2 !important;
    background-color: #1e81c2 !important;
    margin: 0 20px;
}
.hs-button.primary.blue-button:hover {
    border-color: #1e81c2 !important;
    background-color: #1e81c2 !important;
    color: #fff;
}

/* White Button */
.hs-button.primary.white-button {
    border-color: #ffffff !important;
    background-color: #ffffff !important;
    margin: 0 20px;
    color: #1e81c2 !important;
}
.hs-button.primary.white-button:hover {
    border-color: #ffffff !important;
    background-color: #ffffff !important;
    color: #1e81c2 !important;
}

/* Blue Button for Forms */
#subscribe-form .hs-button.primary, #subscribe-form .hs-button.primary:hover {
    border: 2px solid #1e81c2 !important;
    background-color: #1e81c2 !important;
}

/* Orange text for contact forms Labels */
.hs_upload_resume.field.hs-form-field span {
    color: #e77c43;
}
.hs_upload_resume.field.hs-form-field input[type="file"] {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}

/* Free Trial Home Page Blue Bar */
.free-trial-strip {
  background-color:#151e2d;
	padding:15px 0;
	color:#fff
}
.free-trial-strip.alt-background {
    background-color:#0083be;
}
.free-trial-strip .right-quote {
	  text-align: right;
    color: #fff;
    font-size: 22px;
    line-height: 1.9;
    font-family: 'Open Sans',Sans-Serif;
    letter-spacing: 1px;
    font-weight: 300;
}
.left-button {
    float: left;
}
@media (max-width: 767px) {
    .free-trial-strip .right-quote {
        text-align: center !important;
    }
    .left-button {
        float: none;
        margin: 0 auto;
    }
}
@media (max-width: 479px) {
  .free-trial-strip img {
        margin: 10px 0px !important;
    }
}

/* Home page success stories */
.story_box {
    border: 1px solid #acacac;
    background: #fff;
    margin: 10px;
    min-height: 430px;
}
.story_box img {
    width: 100%;
}
.story_box .story_content {
    padding: 15px;
}
.story_box .story_caption {
    font-size: .7em;
    text-transform: uppercase;
}
.story_box h3 {
    font-weight: 600;
    line-height: 28px;
}
.story_box p {
}
.story_box a.story_view {
    text-transform: uppercase; 
    font-size: .85em;
    font-weight: 600;
}

/* Full Height Story Boxes */
.story_box_fh {
    background: #fff;
    position: relative;
    padding-bottom: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.story_box_fh img {
    width: 100%;
}
.story_box_fh .story_content {
    padding: 25px 25px 15px;
}
.story_box_fh .story_caption {
    font-size: .7em;
    text-transform: uppercase;
}
.story_box_fh h4 {
    font-size: 16px;
    margin-bottom: 15px !important;
}
.story_box_fh p {
    font-size: 15px;
}
.story_box_fh .story_view_fh {
    padding: 0 25px;
    position: absolute;
    bottom: 25px;
}
.story_box_fh .story_view_fh a {
    text-transform: uppercase; 
    font-weight: 600;
}

/* Bordered-titled boxes */
.titled-block { background-color: #ffffff; margin-bottom: 10px; }
.titled-block.blue-block {
    border: 2px solid #1e81c2;
}
.titled-block.orange-block {
    border: 2px solid #e77c43;
}
.titled-block.grey-block {
    border: 2px solid #6c6c6c;
}
.titled-block.dgrey-block {
    border: 2px solid #2f2f2f;
}
.titled-block .block-title {
    color :#ffffff;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px;
    font-size: 20px;
}
.titled-block.blue-block .block-title {
    background-color: #1e81c2;
}
.titled-block.orange-block .block-title {
    background-color: #e77c43;
}
.titled-block.grey-block .block-title {
    background-color: #6c6c6c;
}
.titled-block.dgrey-block .block-title {
    background-color: #2f2f2f;
}
.titled-block .block-content {
    text-align: center;
    padding: 10px;
    background-color: #ffffff;
}
.block-arrow {
    text-align: center;
    padding: 15px;    
}

/* Graphic Buttons */
.left-image-block, .right-image-block {
    display: inline-block;
    width: 48%;
    min-width: 241px;
    height: 120px;
    font-weight: bold;
    text-align: center;
}
.left-image-block p, .right-image-block p {
    color: #fff;    
    text-align: center;
    font-size: 20px;
    margin-top: 25px;
}
.left-image-block a, .right-image-block a {
    color: #fff;  
    font-size:14px;
}
.left-image-block a:hover, .right-image-block a:hover {
    color: #fff;  
    text-decoration: underline;
}
.left-image-block {
    background: #fff url("https://311869.fs1.hubspotusercontent-na1.net/hubfs/311869/svc_Our_Technologies.jpg") no-repeat center center;
    float: left;
    margin: 0 10px 20px 0;
}
.right-image-block {
    background: #fff url("https://311869.fs1.hubspotusercontent-na1.net/hubfs/311869/svc_Our_Results.jpg") no-repeat center center;
    float: right;
    margin: 0 0 20px 10px;
}

@media (max-width: 560px) {
    .left-image-block {
        background: #fff url("https://311869.fs1.hubspotusercontent-na1.net/hubfs/311869/svc_Our_Technologies.jpg") no-repeat center center;
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .right-image-block {
        float: none;
        margin: 0 0 20px 0;
        width: 100%;
    }
}


/* Short Banner sub-pages */
.support-page .banner-background-image.short-banner {
    min-height: 170px !important;
}
.support-page .banner-background-image.short-banner .span12.widget-span.subpage-head-container.page-center {
    margin-top: 0 !important;
}

/* Custom icon boxes */
.custom-icon-box {
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 60px;
    margin-bottom: 30px;
    margin-top: 20px;
    background-size: 48px auto;
}
@media (max-width: 767px) {
    .custom-icon-box {
        //background-position: center top;
        background-position: left top;
        padding-left: 0px;
        padding-top: 60px;
        //text-align: center;
    }
}

.custom-icon-box.wCarat-icon {
    background-image: url("https://311869.fs1.hubspotusercontent-na1.net/hubfs/311869/wCarat_icon.png");
}

.custom-icon-box.VeilBot-icon {
    background-image: url("https://311869.fs1.hubspotusercontent-na1.net/hubfs/311869/VeilBot_icon.png");
}
.custom-icon-box.qLean-icon {
    background-image: url("https://311869.fs1.hubspotusercontent-na1.net/hubfs/311869/QLean_icon.png");
}
.custom-icon-box.qSafe-icon {
    background-image: url("https://311869.fs1.hubspotusercontent-na1.net/hubfs/311869/QSafe_icon.png");
}

.custom-icon-box.qa-icon {
    background-image: url("//311869.fs1.hubspotusercontent-na1.net/hubfs/311869/QA_icon.png");
}
.custom-icon-box.cBase-icon {
    background-image: url("//311869.fs1.hubspotusercontent-na1.net/hubfs/311869/ConstructBase_icon.png");
}
.custom-icon-box.qTranslate-icon {
    background-image: url("//311869.fs1.hubspotusercontent-na1.net/hubfs/311869/QTranslate_icon.png");
}
.custom-icon-box.qGantt-icon {
    background-image: url("//311869.fs1.hubspotusercontent-na1.net/hubfs/311869/QGantt_icon.png");
}
.custom-icon-box.qAutomate-icon {
    background-image: url("//311869.fs1.hubspotusercontent-na1.net/hubfs/311869/QAutomate_icon.png");
}
.custom-icon-box.qDrive-icon {
    background-image: url("//311869.fs1.hubspotusercontent-na1.net/hubfs/311869/QDrive_icon.png");
}
.custom-icon-box.qScheduler-icon {
    background-image: url("//311869.fs1.hubspotusercontent-na1.net/hubfs/311869/QScheduler_icon.png");
}
.custom-icon-box.qTimesheet-icon {
    background-image: url("//311869.fs1.hubspotusercontent-na1.net/hubfs/311869/QTimesheet_icon.png");
}
.custom-icon-box.svcLead-icon {
    background-image: url("//311869.fs1.hubspotusercontent-na1.net/hubfs/311869/svc_lead_icon_sm.png");
}
.custom-icon-box.svcSupport-icon {
    background-image: url("//311869.fs1.hubspotusercontent-na1.net/hubfs/311869/svc_support_icon_sm.png");
}
.custom-icon-box.svcTeam-icon {
    background-image: url("//311869.fs1.hubspotusercontent-na1.net/hubfs/311869/svc_team_icon_sm.png");
}
.custom-icon-box.svcValue-icon {
    background-image: url("//311869.fs1.hubspotusercontent-na1.net/hubfs/311869/svc_value_icon_sm.png");
}
.custom-icon-box.svcBusiness-icon {
    background-image: url("//311869.fs1.hubspotusercontent-na1.net/hubfs/311869/svc_business_case_icon.png");
}
.custom-icon-box.svcRisk-icon {
    background-image: url("//311869.fs1.hubspotusercontent-na1.net/hubfs/311869/svc_risk_icon.png");
}
.custom-icon-box.svcWorkflow-icon {
    background-image: url("//311869.fs1.hubspotusercontent-na1.net/hubfs/311869/svc_app_workflow_icon.png");
}
.custom-icon-box.svcDesign-icon {
    background-image: url("//311869.fs1.hubspotusercontent-na1.net/hubfs/311869/svc_system_design_icon.png");
}
.custom-icon-box.svcRequirements-icon {
    background-image: url("//311869.fs1.hubspotusercontent-na1.net/hubfs/311869/svc_requirements_def_icon.png");
}
.custom-icon-box.svcRoadmap-icon {
    background-image: url("//311869.fs1.hubspotusercontent-na1.net/hubfs/311869/svc_roadmap_icon.png");
}
.custom-icon-box.svcAlignment-icon {
    background-image: url("//311869.fs1.hubspotusercontent-na1.net/hubfs/311869/svc_solution_alignment_icon.png");
}
.custom-icon-box.techCloud-icon {
    background-image: url("//311869.fs1.hubspotusercontent-na1.net/hubfs/311869/tech_cloud_app_icon.png");
}
.custom-icon-box.techCustom-icon {
    background-image: url("//311869.fs1.hubspotusercontent-na1.net/hubfs/311869/tech_custom_systems_icon.png");
}
.custom-icon-box.techEnterprise-icon {
    background-image: url("//311869.fs1.hubspotusercontent-na1.net/hubfs/311869/tech_enterprise_erps_icon.png");
}
.custom-icon-box.techLegacy-icon {
    background-image: url("//311869.fs1.hubspotusercontent-na1.net/hubfs/311869/tech_legacy_software_icon.png");
}

.custom-icon-box.customWorkflow-icon {
    background-image: url("https://www.veilsun.com/hubfs/custom-workflow-icon@2x.png");
}
.custom-icon-box.leanPlanning-icon {
    background-image: url("https://www.veilsun.com/hubfs/lean-planning-icon@2x.png");
}
.custom-icon-box.integration-icon {
    background-image: url("https://www.veilsun.com/hubfs/integration-icon@2x.png");
}


.custom-icon-box.num1-icon {
    background-image: url("https://311869.fs1.hubspotusercontent-na1.net/hubfs/311869/QB_1.png");
}
.custom-icon-box.num2-icon {
    background-image: url("https://311869.fs1.hubspotusercontent-na1.net/hubfs/311869/QB_2.png");
}
.custom-icon-box.num3-icon {
    background-image: url("https://311869.fs1.hubspotusercontent-na1.net/hubfs/311869/QB_3.png");
}

.tech-icons {
    text-align: center;
}
.tech-icons img {
    margin: 10px 30px 20px 0;
}
.tech-icons.quickbase-imgs img {
    margin: 10px 20px 20px 0;
}

/* special override for long-title banner pages */
.banner-background-image.long-text .span12.widget-span.widget-type-cell.subpage-head-container.page-center {
    margin-top: 130px !important;
}

/* Override banner text margin to better center single line support page titles */
.support-page .banner-background-image .subpage-head-container h1 {
    margin-top: 50px !important;
}
.support-page .banner-background-image .subpage-head-container .reduce-top-margin h1 {
    margin-top: 30px !important;
}
.support-page .banner-background-image .subpage-head-container .remove-top-margin h1 {
    margin-top: 0px !important;
}

/* Custom header margin offsets */
.support-page.hs-content-name-veilsun-cloud-knack .banner-background-image .subpage-head-container h1,
.support-page.hs-content-name-veilsun-cloud-quickbase .banner-background-image .subpage-head-container h1,
.support-page.hs-content-name-veilsun-quick-base-crm-pm-documentation .banner-background-image .subpage-head-container h1,
.support-page.hs-content-name-veilsun-ongoing-development .banner-background-image .subpage-head-container h1 {

margin-top: 25px !important;
}

/* Technology Page */
.specialty-box {
    background-color: #ffffff;
    padding: 30px 20px;
    text-align: center;
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
}
.specialty-box.no-borders {
  border: none;
}
.specialty-box.side-borders {
  border: none;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}
@media screen and (max-width: 767px) {
  .specialty-box.side-borders {  
    border: none;
  }
}

.specialty-box h4 {
    font-weight: 400; 
    font-size: 19px;
    //white-space: nowrap;
}
.specialty-box img {
    margin-bottom: 5px;
}
.specialty-box a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}

/* Centered Boxes on COVID Landing Page */
.centered-box-wrapper {
    text-align: center;
}
.centered-box {
  display: inline-block;
	margin: 15px 10px;
	width: 100%;
	max-width: 300px;
	vertical-align: top;
  padding: 30px 20px 10px;
}
.centered-box h3 {
    font-size: 21px !important;
    line-height: 1.2em;
}
.centered-box .manage-subtitle {
    min-height: 90px;
    padding: 0 10px;
}
.centered-box ul {
    min-height: 260px;
    text-align: left;
    padding-right: 15px;
    padding-left: 30px !important;
    line-height: 1.5em;
}
.centered-box ul li {
    padding-bottom: 10px;
    font-size: .95em;
}

/* Responsive Table */
table.responsive {
  margin: 20px auto;
  width: 100%;
  border-collapse: collapse;
}
/* Padding for all Cells */
table.responsive tbody tr td {
    padding: 20px 15px 20px 20px;
}
/* Nice Heading Row */
table.responsive tr th {
   background-color:#1e81c2;
   font-weight: bold;
   color:#fff;
   text-transform:uppercase;
   padding: 5px 15px 5px 20px;
   text-align: left;
}
/* Border on rows */
table.responsive tbody tr {
    border: 1px solid #1e81c2;
    border-top: none;
}
/* Bordered First row */
table.responsive tbody tr:first-child {
    border-top: 1px solid #1e81c2;
}
/* Bolded First Column */
table.responsive tbody tr td:nth-of-type(1) {
    font-weight: bold;
    white-space: nowrap;
}

/* Responsive Version */
@media screen and (max-width: 800px) {
    table.responsive tbody tr:first-child { display: none; }
    table.responsive tbody tr { display: block; margin-bottom: 10px;}
    table.responsive tbody tr td { padding: 5px; display: block; text-align:center; }
    table.responsive tbody tr td:first-child { background-color: #1e81c2; color: #fff; white-space: normal; }
    table.responsive tbody tr td:nth-of-type(2) { line-height: 1.4; padding-bottom: 20px; }
    table.responsive tbody td:before { 
        content: attr(data-th); 
        display: block;
        text-align:center;  
      }
      
}

/* YouTube Responsive CSS for HubSpot */

.hs-responsive-embed { 
position: relative; 
height: 0; 
overflow: hidden; 
padding-top: 0; 
padding-left: 0; 
padding-right: 0; 
}

.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed { 
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
border: 0; 
}

.hs-responsive-embed, 
.hs-responsive-embed.hs-responsive-embed-youtube, 
.hs-responsive-embed.hs-responsive-embed-wistia, 
.hs-responsive-embed.hs-responsive-embed-vimeo { 
padding-bottom: 56.25%; 
}
/* Static orange box grid */
.centered-boxes {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.box-container {
  display: inline-block;
  margin: 0 auto;
}
.center-table {
  display: table;
  height: 120px;
  background: white;
  width: 215px;
  margin: 0 7px 14px 7px;
  float: left;
}
.center-table p {
  display: table-cell;
  margin:  0;
  padding: 10px 25px;
  border: 2px solid #e77c43;
  vertical-align: middle;
  text-align: center;
  font-family: 'Open Sans',Helvetica,Arial,sans-serif !important;
  font-size: 18px;
  line-height: 1.3;
  color: #2f2f2f;
}

.center-table-alt {
  display: table;
  height: 260px;
  background: white;
  width: 215px;
  margin: 0 7px 14px 7px;
  float: left;
}
.center-table-alt div {
  display: table-cell;
  margin:  0;
  padding: 20px 5px;
  border: 2px solid #e77c43;
  vertical-align: top;
}
.center-table-alt div p {
  text-align: center;
  font-family: 'Open Sans',Helvetica,Arial,sans-serif !important;
  font-size: 17px;
  line-height: 1.6;
  color: #2f2f2f;
}


.center-table-alt.orange {
  background: #e77c43;;
}
.center-table-alt.orange div p {
  color: white;
}
.center-table-alt.orange div a {
  color: white;
}
.center-table-alt.orange div a:hover {
  color: white;
  text-decoration: underline;
}

.five-icon-group {
  text-align: center;
}
.five-icon {
  display: inline-block;
  width: 210px;
  padding: 10px;
  text-align: center;
}
.five-icon img {
  margin-bottom: 20px;
}

.two-column-ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 100px !important;
}
.two-column-ul li {
  line-height: 2em;
}
.two-column-ul-indent {
  margin-left: 60px;
  line-height: 3em;
}

.numbered-group {
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}
.numbered-group.ng1 {
    background-image: url("https://311869.fs1.hubspotusercontent-na1.net/hubfs/311869/QB_1_sm.png");
}
.numbered-group.ng2 {
    background-image: url("https://311869.fs1.hubspotusercontent-na1.net/hubfs/311869/QB_2_sm.png");
}
.numbered-group.ng3 {
    background-image: url("https://311869.fs1.hubspotusercontent-na1.net/hubfs/311869/QB_3_sm.png");
}
.numbered-group.ng4 {
    background-image: url("https://311869.fs1.hubspotusercontent-na1.net/hubfs/311869/QB_4_sm.png");
}
.numbered-group.ng5 {
    background-image: url("https://311869.fs1.hubspotusercontent-na1.net/hubfs/311869/QB_5_sm.png");
}

@media only screen and (max-width: 479px) {
  .two-column-ul {
    text-align: left;
    padding-left: 30px !important;
  }
  .two-column-ul-indent {
    margin-left: 0px;
  }
}

.specialty-box.manage-sales {
  /*min-height: 680px !important;*/
  height: 100%;
  padding-bottom: 0px;
}
.specialty-box.manage-sales  .manage-subtitle {
  min-height: 100px;
  text-align: center;
  font-size: .9em;
}
.specialty-box.manage-sales  img {
  margin-bottom: 20px;
}
.specialty-box.manage-sales ul {
  text-align: left;
  text-transform: none;
  padding-left: 20px;
  font-size: .9em;
  min-height: 300px;
}
.specialty-box.manage-sales.smaller ul {
  min-height: 220px;
}
@media only screen and (max-width: 1050px) {
  .specialty-box.manage-sales ul {
    font-size: .75em;
  }
}
@media only screen and (max-width: 767px) {
  .specialty-box.manage-sales ul {
    min-height: 0px;
  }
}
.blue-button-form button.primary, .blue-button-form button.primary:hover,
.blue-button-form input[type="submit"] , .blue-button-form input[type="submit"]:hover {
    border: 2px solid #1e81c2 !important;
    background-color: #1e81c2 !important;
}
.hs-button.primary.inverse-button2,
.construct-base-form .hs-button.primary {
    border-color: #fff !important;
    background-color: #151e2d !important;
}
.hs-button.primary.inverse-button2:hover,
.construct-base-form .hs-button.primary:hover {
    border-color: #fff !important;
    background-color: #151e2d !important;
    color: #fff;
}
.construct-base-form {
  margin-top: 40px;
}
.construct-base-form .submitted-message,
.construct-base-form .hs-error-msgs {
  color: #fff !important;
  font-style: italic;
  font-weight: bold;
}

.construct-base-form.lt-blue-button .hs-button.primary {
    background-color: #0083be !important;
}
.construct-base-form.lt-blue-button .hs-button.primary:hover {
    background-color: #0083be !important;
}



/* presenting info blocks for webinar pages */
.presenting_block {
    margin: 10px 0 20px;
}
.presenting_block table {
    font-size: 13px;
	  border-collapse: collapse;
}
.presenting_block .presenters_text {
    width: 100%;
	  padding-left: 5px;
    line-height: normal;
    color: #676767;
}
.presenting_block .presenters_text b, .presenting_block .presenters_text strong {
    color: #000000;
}

.presenting_block .presenters_image.one {
    min-width: 58px;
}
.presenting_block .presenters_image.two {
    min-width: 116px;
}
.presenting_block .presenters_image img {
    margin-right: 5px; 
  	width: 52px; 
	  height: auto;
}

.presenting_block.small {
    margin: 10px 0;
}
.presenting_block.small .presenters_image.one {
    min-width: 48px;
}
.presenting_block.small .presenters_image.two {
    min-width: 105px;
}
.presenting_block.small .presenters_image img{
    margin-right: 4px; 
	width: 46px; 
	height: auto;
}


/* Webinar page stories */
.webinar_box {
    border: 1px solid #acacac;
    background: #f4f4f4;
    margin: 30px 20px 0 10px;

    display: inline-block;
    width: 100%;
    height: 100%;
    max-width: 330px;
    min-height: 460px;
    float: left;
}
.webinar_box .webinar_content {
    padding: 15px;
}
.webinar_box .webinar_category {
    color: #1e81c2;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 16px;
}
.webinar_box .webinar_title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: normal;
}
.webinar_box .webinar_subtitle {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 5px;
}

.webinar_box.light {
    background: #ffffff;
}
.webinar_box.light .webinar_category {
    color: #e77c43;
}

.cta-primary-outline.blue, .cta-primary-outline.blue:hover {  
    border: 2px solid #1e81c2 !important;
    background-color: #1e81c2 !important;
    color: #ffffff !important;
    margin-top: 10px;
}
.cta-primary-outline, .cta-primary-outline:hover {  
    margin-top: 10px;
}

/* fix alignment issue with social sharing icons */
.IN-widget, .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-linkedin,  {
    vertical-align: top !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-linkedin {
    margin-top: -2px;
}

/* Career Widget Overrides */
#resumator-wrapper {
    margin: 40px 30px 0px 30px;
}
.resumator-job-description-text {
    margin-left: 20px;
}
.resumator-job-title {
    /* border-top: none !important; */
    padding-top: 20px !important;
    font-family: "Open Sans",Helvetica,Arial,sans-serif !important;;
}
.resumator-job-title {
    color: #333 !important;
}
.resumator-jobs-text {
    color: #58585a !important;
}
.resumator-jobs-text a {
    color: #e77c43 !important;
}
.resumator-jobs-text a:hover {
    color: #1e81c2 !important;
}
#resumator-wrapper input[type="button"] {
    border-color: #1e81c2;
}
.resumator-job-link {
  font-size: 16px;
}
#resumator-logo {
  text-align: right !important;
}

/* Custom Testimonial Section */

/* Mimic Bootstrap Spacing */
.testimonials .col-sm-12 { padding: 30px 30px 60px; }
.testimonials .pt-2      { padding-top: 20px; }
.testimonials .mt-3      { margin-top: 30px; }
.testimonials .px-1      { padding-left: 10px; padding-right: 10px; }
.testimonials .px-3      { padding-left: 30px; padding-right: 30px; }
.testimonials .py-5      { padding-top: 50px; padding-bottom: 50px; }
.testimonials .px-md-5   { }
.testimonials .margin-top-xl  { margin-top: 10px; }
.testimonials .d-flex { display: flex; }
.testimonials .align-items-center { vertical-align: middle; }
.testimonials .w-100 { width: 100%; padding: 0 40px; }

.testimonials {
  overflow: hidden;
  position: relative;
  max-height: 300px;
  background-color: #161d25;
  background-image: url("https://311869.fs1.hubspotusercontent-na1.net/hubfs/311869/Core-Values.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #fff;
}

.testimonials .one-slide, .testimonials .testimonial, .testimonials .message {
  border: none !important;
  outline: none !important;
}

.testimonials .icon-overlay {
  position: absolute;
  opacity: 0.3;
  right: 10%;
  top: 0;
  height: auto;
  width: 100%;
  max-width: 400px;
}

.testimonials .carousel-controls .control {
  position: absolute;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 1;
  font-size: 1.5rem;
  line-height: 38px;
  padding: 0 7px;
}

.testimonials .prev {
  left: 1rem;
}

.testimonials .next {
  right: 1rem;
}

@media screen and (max-width: 768px) {
  .testimonials .w-100 { padding: 0 5px; }
  .testimonials .col-sm-12 { padding: 30px; }
  .testimonials {
    max-height: 700px;
  }
  .testimonials .icon-overlay {
    height: 300px;
    top: calc(50% - 150px);
  }
  .testimonials .carousel-controls .control {
    width: 25px;
    height: 25px;
    top: inherit;
    font-size: 1rem;
    line-height: 1rem;
    padding: 0 3px;
  }
  .testimonials .prev {
    left: 5px;
  }
  .testimonials .next {
    right: 5px;
  }
  .testimonials .message {
    font-size: 1rem;
  }
  .testimonials h2 {
    font-size: 1.5rem;
  }
}

/* ---------------------- */
/* hero-carousel          */
/* ---------------------- */

.flickity-viewport { /* margin-right:-1%; */ }

.flickity-page-dots {
    bottom: 25px !important;
}
.flickity-page-dots .dot {
  height: 4px !important;
  width: 20px !important;
  margin: 0 5px !important;
  border-radius: 0 !important;
  border: none !important;
  background: white !important;
}
.flickity-button {
  background: transparent !important;
}
.flickity-prev-next-button {
  width: 70px !important;
  height: 80px !important;
}
.flickity-button-icon {
  fill: white !important;
}
.flickity-button:hover {
    background: transparent !important;
}

.hero-carousel {
  margin-bottom: 0px;
  background: transparent;
  background-size: cover;
}

.hero-carousel-cell {
  width: 100%;
  height: 560px;
  color: white;
  background-position: center center;
  background-size: cover;
  /* center with flexbox */
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-carousel-cell-content {
  padding: 60px;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.hero-carousel .tagline {
  color: #ffffff;
  font-size: 26px;
  font-family: 'Open Sans',Sans-Serif;
  line-height: 1.2;
  text-align: center;
  font-weight: 300 !important;
  margin: 0 0 50px;
}
.hero-carousel h1 {
  font-size: 46px;
  color: #ffffff;
  text-align: center;
  line-height: 1.2;
  font-family: 'Open Sans',Sans-Serif;
  font-weight: 300 !important;
  margin: 0 0 40px;
}
.hero-carousel h1 span {
  color: #27aaff;
}

@media screen and ( max-width: 960px ) {
  .hero-carousel h1 { font-size: 2.2rem; }
  .hero-carousel .tagline { font-size: 1.8rem; }
  .flickity-prev-next-button { width: 50px !important; height: 60px !important; }
}

@media screen and ( max-width: 768px ) {
  .hero-carousel-cell { height: 460px; }
  .hero-carousel h1 { font-size: 1.8rem; }
  .hero-carousel .tagline { font-size: 1.2rem;  margin: 0 0 40px; }
}

/* ---------------------- */
/* hero-carousel-end      */
/* ---------------------- */

/* ---------------------- */
/* Comparison Chart Table */
/* ---------------------- */

.comparison_wrapper {
  background: #f4f4f4;
  padding: 30px 0;
  text-align:center;
  margin-top: 30px;
}
.comparison_wrapper .hs-button.primary {
  padding: 10px 15px !important;
  line-height: 1.3em !important;
  border-radius: 15px !important;
  font-size: 13px !important;
}

.short-text { display: none; }
.long-text { display: block; }
.icon-yes, .icon-no  {
  border-radius:0;
  width:30px;
  height:30px;
  display:inline-block;
}
.icon-yes { background:url(https://311869.fs1.hubspotusercontent-na1.net/hubfs/311869/Yes-icon.png) 50% no-repeat; }
.icon-no { background:url(https://311869.fs1.hubspotusercontent-na1.net/hubfs/311869/No-icon.png) 50% no-repeat; }

.comparison table {
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing:0;
}
.comparison table td, .comparison table th {
  border-bottom: 1px solid #343434;
  text-align: center;
  padding: 6px 10px;
  vertical-align: middle;
}
.comparison th {
  font-size: 16px;
  font-weight: 300;
  padding: 20px;
}
.comparison table th img {
  width:100%;
  min-width: 100px;
  max-width: 201px;
  height: auto;
}
.comparison tr:last-child td {
  border: none;
  background: none;
}
.comparison tr:last-child td:nth-child(2) {
  background-color: #484848;
}

.comparison td, .comparison th {
  text-align: center;
  background-color: #ffffff;
}
.comparison td:first-child, .comparison th:first-child { text-align:left; border-left: 1px solid #e7e6e6; }
.comparison td:nth-child(2), .comparison th:nth-child(2) { background-color: #484848; color: #fff; }
.comparison td:nth-child(3), .comparison th:nth-child(3) { border-right: 1px solid #e7e6e6; }

.comparison.col3-version td:nth-child(3), .comparison.col3-version th:nth-child(3) { background-color: #e3e3e3; }
.comparison.col3-version tr:last-child td:nth-child(3) { background: none; }

.comparison th:first-child { background: none; border-left: none; }
.comparison th:last-child { border-top: 1px solid #e7e6e6;; }

@media only screen and (max-width:800px) {
  .short-text { display: block; }
  .long-text { display: none; }
  .comparison th { padding: 10px; }
  .icon-yes, .icon-no { background-size: 70%; }
  .comparison td:first-child, .comparison th:first-child { font-size: .8em; line-height: initial; }
}
/* -------------------------- */
/* END Comparison Chart Table */
/* -------------------------- */

/* Testimonial icon override for landing pages */
.logo-testimonial .testimonial-avatar img {
   border-radius: 0;
}

/* Create landing page frm web page */
.force-landing-style .footer-container-wrapper, .force-landing-style .custom-menu-primary { display: none !important }
.force-landing-style .widget-type-logo { text-align: center; width: 100% !important; position: relative; }
  @media (max-width: 768px) {
    .force-landing-style .header-container .hs_cos_wrapper_type_logo a img {
  	  max-width: 300px;
	    max-height: 35px !important;
	    margin: 5px 0 0px 10px;
    }
    .header-container-wrapper .container-fluid .row-fluid [class*="span"] {
      min-height: 80px;
    }
}

/** Full Width Form */
.offset-form {
  border: 1px solid #fff;
  padding: 20px 30px 40px;
  background-color: rgba(255, 255, 255, 1);
  text-align: left;
  color: #444;
  position: absolute;
  margin-right: 10px;
  margin-left: 10px;
}
.hide-when-mobile { display: block !important; }
.show-when-mobile { display: none !important; }
@media (max-width: 767px) {
  .offset-form {
    position: unset;
    margin-bottom: -30px;
  }
  .hide-when-mobile { display: none !important; }
  .show-when-mobile { display: block !important; padding-bottom: 0 !important; }
}

.full-width-form .hs-input[type="text"],
.full-width-form .hs-input[type="email"],
.full-width-form .hs-input[type="tel"],
.full-width-form  textarea {
	border-radius: 10px;
  border: none;
}
.full-width-form textarea {
  min-height: 130px;
}
.full-width-form .hs-input {
  width: 100%;
  background-color: #ededed;
  color: #484848;
}
.full-width-form .hs-form-field {
  margin-bottom: 5px;
}
.full-width-form .hs-button.primary {
  border: 2px solid #1e81c2 !important;
  background-color: #1e81c2 !important;
}
.full-width-form .hs-button.primary:hover {
  background-color: #1e81c2 !important;
}
.full-width-form .hs-button.primary.large {
  width: 100%;
}

.logo-wrapper {
  text-align: center;
}
.logo-wrapper .logo-box {
  display: inline-block;
  padding: 20px 30px;
  margin: 0 auto;
  text-align: center;
}
.logo-wrapper .logo-box img {
  width: 150px;
  height: auto;
}
.logo-wrapper .check-box {
  display: inline-block;
  padding: 20px 30px;
  margin: 0 auto;
  text-align: center;
  max-width: 200px;
}
.logo-wrapper .check-box img {
  width: 43px;
  height: auto;
}
.logo-wrapper .logo-title {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #aaa;
  letter-spacing: 1.5px;
}

@media (max-width: 768px) {
  .logo-wrapper .logo-box {
    padding: 20px;
  }
  .logo-wrapper .logo-box img {
    width: 100px;
    height: auto;
  }
  .logo-wrapper .logo-title {
    font-size: 13px;
    letter-spacing: 1.3px;
  }
}

.integrations-img1 {
  background-image: url('https://311869.fs1.hubspotusercontent-na1.net/hubfs/311869/pexels-christina-morillo-1181263.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.integrations-img2 {
  background-image: url('https://311869.fs1.hubspotusercontent-na1.net/hubfs/311869/shutterstock_245052589.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.integrations-img3 {
  background-image: url('https://311869.fs1.hubspotusercontent-na1.net/hubfs/311869/shutterstock_527845618.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.integrations-img4 {
  background-image: url('https://311869.fs1.hubspotusercontent-na1.net/hubfs/311869/pexels-christina-morillo-1181346.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.integrations-img5 {
  background-image: url('https://311869.fs1.hubspotusercontent-na1.net/hubfs/311869/pexels-christina-morillo-1181472.png');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.integrations-img1 .pad-background, 
.integrations-img2 .pad-background, 
.integrations-img3 .pad-background, 
.integrations-img4 .pad-background, 
.integrations-img5 .pad-background {
  min-height: 500px;
}

.checktic-box {
  background-color: none;
  padding: 30px;
  text-align: center;
  margin-bottom: 15px;
  min-height: 250px;
  display: inline-block;
  margin: 15px 10px;
  width: 100%;
  max-width: 330px;
  vertical-align: top;
}
@media (max-width: 768px) {
  .checktic-box {
    min-height: auto;
  }
}

.checktic-box img {
  margin-bottom: 15px;
}
.checktic-box p {
  color: #484848;
  font-size: 20px;
  line-height: 1.6em;  
}

.header-style h1 { 
  padding-bottom: 40px;
  position: relative;
}
.header-style h1:after { 
  display: block;
  content:"";
  width:211px;
  height:6px;
  background:url('https://311869.fs1.hubspotusercontent-na1.net/hubfs/311869/header-border.png') no-repeat;
  position:absolute;
  bottom:0;
  left:0;
}

.shifted-image {
  display: flex;
  margin-bottom: -100px;
}
.shifted-image-text {
  padding-left: 40px;
}
@media (max-width: 768px) {
  .shifted-image {
    margin-bottom: 0px;
  }
  .shifted-image-text {
    padding-left: 0px;
  }
}

.shadow-glow {
  -webkit-box-shadow:0px 0px 4px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.1);
}
.shadow-glow2 {
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.1);
}

/* -------------------------- */
/* Two Column Flex            */
/* -------------------------- */

.col-content {
  max-width: 580px;
  margin: 0 auto;
  text-align: left;
}

.mountain-range-bg {
  background-position: center bottom;
  background-image: url('https://www.veilsun.com/hubfs/mountains.jpg');
  position: relative;
}
.mountain-range-fade-bg {
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-image: url('https://www.veilsun.com/hubfs/mountains-fade.jpg');
  position: relative;
}

.mountain-range-bg .row-fluid-wrapper, .mountain-range-fade-bg .row-fluid-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-width:767px) {
  .mountain-range-fade-bg {
    background-position: center bottom;
    background-image: url('https://www.veilsun.com/hubfs/mountains-fade-m.jpg');
    position: initial;
  }
  .mountain-range-bg .row-fluid-wrapper, .mountain-range-fade-bg .row-fluid-wrapper {
    position: initial;
  }
}

/* -------------------------- */
/* END Two Column Flex        */
/* -------------------------- */