@font-face {
  font-family: 'Erbaum Light';
  src: url("https://inc.tcmc.co/fonts/Erbaum-Light.woff2") format("woff2"), url("https://inc.tcmc.co/fonts/Erbaum-Light.woff") format("woff"), url("https://inc.tcmc.co/fonts/Erbaum-Light.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Erbaum Book';
  src: url("https://inc.tcmc.co/fonts/Erbaum-Book.woff2") format("woff2"), url("https://inc.tcmc.co/fonts/Erbaum-Book.woff") format("woff"), url("https://inc.tcmc.co/fonts/Erbaum-Book.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Erbaum Bold';
  src: url("https://inc.tcmc.co/fonts/Erbaum-Bold.woff2") format("woff2"), url("https://inc.tcmc.co/fonts/Erbaum-Bold.woff") format("woff"), url("https://inc.tcmc.co/fonts/Erbaum-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Open Sans Regular';
  src: url("https://inc.tcmc.co/fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans Light';
  src: url("https://inc.tcmc.co/fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face{font-family:icomoon;
	src:url(https://inc.tcmc.co/fonts/icomoon.eot?v=1.2);
	src:url(https://inc.tcmc.co/fonts/icomoon.eot?#iefix&v=1.2) format('embedded-opentype'),
		url(https://inc.tcmc.co/fonts/icomoon.woff?v=1.2) format('woff'),
		url(https://inc.tcmc.co/fonts/icomoon.ttf?v=1.2) format('truetype'),
		url(https://inc.tcmc.co/fonts/icomoon.svg#icomoon?v=1.2) format('svg');
	font-weight:400;font-display:block;font-style:normal
}


body{font-family: Erbaum Book;
    font-size: 16px;
    line-height: 28.8px;
    background: #fff;
    color: #333;
	margin:0px;
	padding: 0px;
}

.tophat{
	width: 100%;
    max-width: 100%;
    padding: 10px 28px;
	min-height: 40px;
	color:#ffffff;
	background-color: #f4883f;
	text-align:center;
	font-size:12px;
	line-height:16px;
	font-weight: 600;
	box-sizing: border-box;
	position: relative;
	z-index: 100;
	transition: 0.3s all;

}

.tophat a{color:#FFFFFF; text-decoration: none;}
.tophat a:hover{color:#333333; text-decoration: none;}

header{position: -webkit-sticky; position: sticky; top:0; z-index: 1000;}
.inceptus{transition: 0.3s all; display:flex; position: sticky; top:40px; z-index: 1000; align-items: center; min-height:119px;  background-color:transparent; max-width: 100%; width: 100%; padding:10px 28px; box-sizing: border-box;}
.inceptus.sticky{min-height:100px; padding: 5px 28px 0px 28px;z-index: 0;  background-color:#1a1a1a;}

#inceptus-logo{width:165px; margin-right: 25px;}
.inceptus.sticky #inceptus-logo{width:160px; height: auto;}

#top-right{display: flex; margin-left: auto; }
#top-right a.under-attack{
	background-color: #ee4036;
    opacity: 1;
    color: #FFFFFF;
    border: 0px!important;
	padding:10px 20px;
	text-decoration: none;
	border-radius:3px;
	width:200px;
	height: 42px;
	}
#top-right a.under-attack:hover{
	background:linear-gradient(90deg,#f4883f,#ee4037,#f4883f);
	background-size: 400% 400%;
	animation: gradientalert 10s ease infinite;
	height: 100vh;
}
@keyframes gradientalert {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/* MENU */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
	padding: 0px;
	box-sizing: border-box;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul, .sf-menu li.sfHover > ul > ul  {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
	overflow: hidden;
}


.sf-menu a:not(.navc2a)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: #FFFFFF;
  opacity: 1;
  transform: translate3d(-100%, 0, 0);
	overflow: hidden;
}

.sf-menu li:hover a:not(.navc2a)::after {
  	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: opacity 300ms, transform 300ms;
	
	
}


.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 0;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
	max-width:1000px;
	overflow:none;
	padding-top: 20px;
}


.sf-menu a {
	border-left: 0px solid #fff;
	border-top: 0px solid #dFeEFF; /* fallback colour must use full shorthand */
	border-top: 0px solid rgba(255,255,255,.5);
	padding: 0;
	margin:0 20px;
	text-decoration: none;
	zoom: 1; /* IE7 */
	overflow: hidden;
}
.sf-menu a {
	color: #FFFFFF;
	overflow: hidden;
	
}


.incsubmenu li{overflow: hidden; position: relative; z-index: 10000;
    display: block;}

.incsubmenu a{color:#333333; margin-top: 6px; margin-bottom: 6px; margin-left:0px; margin-right: 0px;}
.incsubmenu a span{
	overflow: hidden; position: relative;color: #333333; font-size: 14px; line-height: 29px; text-decoration: none;
}

.incsubmenu a h2 span{
	overflow: hidden; position: relative;color: #333333; font-size: 26px; line-height: 29px; font-weight:300; text-decoration: none;
}



.incsubmenu a h3 span{
	overflow: hidden; position: relative;color: #f4883f; font-size: 26px; line-height: 29px; font-weight:300; text-decoration: none;
}
.incsubmenu a:hover h3 span{
	overflow: hidden; position: relative;color: #ffffff; font-size: 26px; line-height: 29px; font-weight:300; text-decoration: none;
}

.incsubmenu li a .incinfo{color: #FFFFFF; font-size: 12px; line-height: 22px; white-space: normal; padding:0px; margin:0px;}

.incsubmenu a span::after, .sf-menu a span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  opacity: 1;
  transform: translate3d(-100%, 0, 0);
  overflow: hidden;
}

.incsubmenu a span:hover::after, .sf-menu a span:hover::after {
  	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: opacity 300ms, transform 300ms;
	 
}





.sf-menu ul li a{
	font-size:14px;
	color:#58585a;
	overflow: hidden;
	display: block;
}
.sf-menu ul ul li a{
	font-size:14px;
	color:#58585a;
	overflow: hidden;
	display: block;
}

.sf-menu li {
	/*background: #BDD2FF;*/
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	display: block !important;
	background: #FFFFFF;
	
}
.sf-menu ul ul li {
	background: #FFFFFF;
	color:#333333;
}



.sf-menu li:hover,
.sf-menu li.sfHover {
	/*background: #CFDEFF;*/
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}
/* END MENU */


.header-search{ color:#FFFFFF; font-size: 20px; font-weight:400; text-decoration: none; margin-left: 20px;}
.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
}

.main-content{position:relative; top: -140px; left:0; z-index: 0;}
.main-content .container{position:relative; top: 0; left:0; z-index: 0;}


.getstarted{position: relative; }
.getstartedinner{max-width: 1425px; display: flex;align-items: stretch;position: relative; flex-wrap: wrap;
    width: 100%;
    margin: auto; 
	box-shadow: rgb(0 0 0 / 4%) 0 1px 0, rgb(0 0 0 / 5%) 0 2px 7px, rgb(0 0 0 / 6%) 0 12px 22px;
	
}
.getstarted .gsleft{ 
	width:50%;
	color:#FFFFFF; padding:10%;background: #f4883f;
    background: linear-gradient(90deg,#f4883f 0%,#ee4036 100%);
    opacity: 1; 
	box-sizing: border-box;
	text-align: right;
	font-family: 'Erbaum Book';
	}
.getstarted .gsleft h2{font-size: 34px;line-height: 44px;font-family: 'Erbaum Book'; font-weight: 300; color:#FFFFFF;}


.getstarted .gsright{width:50%;box-sizing: border-box;padding:7%;}
.getstarted .gsright h2{font-size: 34px;line-height: 44px;font-family: 'Erbaum Book'; font-weight: 300; color:#444444; }

.getstarted .gsright input[type=text]{ 
	font-family: 'Erbaum Book'!important; border:2px solid #f4883f!important; border-radius:4px!important; background-color: rgba(0,0,0,.04)!important;}


.calltoaction{background-image: url("https://inc.tcmc.co/img/city2.jpg"); margin-top:100px; padding-top: 150px; padding-bottom:150px; color:#FFFFFF; position: relative;}
.calltoaction:after{content:""; position: absolute; top: 0; left: 0; background-color:rgba(0,0,0,0.8);height: 100%; width: 100%; z-index:1;}
.calltoaction h2{ color: #FFFFFF; font-size:34px; line-height:34px; font-family: 'Erbaum Book'; font-weight: 300;}
.calltoaction h2, .calltoaction form, .calltoaction p{position: relative; z-index: 10;}
.footc2ainner{max-width:700px; margin: auto;}

.calltoaction input[type="text"],.calltoaction input[type="email"]{    background-color: rgba(255,255,255,.1);
    border-color: rgba(255,255,255,0);
    color: #fff;
	font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px;
	box-sizing: border-box;
	border-radius: 4px;
    border: 2px solid transparent;
	line-height: 24px; margin-right: 10px;
}
.calltoaction input[type="submit"]{background-color: #ee4036;
	padding-top: 14px!important;
    padding-bottom: 14px!important;
    line-height: 1.2em;
	padding: 15px 22px!important;
	box-sizing: border-box;
	border: none;
    color: #fff;
    cursor: pointer;
    transition: all .45s cubic-bezier(.25,1,.33,1);
    width: auto;
    font-family: 'Open Sans Regular';
    font-weight: 600;
    border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
}

#footer-wrap{background-color: #1a1a1a; color: #FFFFFF; padding: 100px 12% 60px; display: flex; flex-wrap: wrap; box-sizing: border-box;}
#footcol1{width:50%; padding-right: 50px; box-sizing: border-box;}
#footcol2{width:25%; padding-right: 50px;padding-left:50px; box-sizing: border-box;}
#footcol3{width:25%;padding-left:50px; box-sizing: border-box;}

#footcol2 ul,#footcol3 ul{padding-left:0px;}
#footcol2 ul,#footcol3 ul,#footcol2 li,#footcol3 li{list-style-type: none; list-style: none;}

#footcol2 li,#footcol3 li{overflow: hidden; display: block; margin-bottom: 10px;}
#footcol2 a,#footcol3 a{overflow: hidden; position: relative; z-index: 1; color: #FFFFFF; font-size: 14px; line-height: 29px; text-decoration: none;}
#footcol2 a::after, #footcol3 a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: #FFFFFF;
  opacity: 1;
  transform: translate3d(-110%, 0, 0);
}

#footcol2 a:hover::after, #footcol3 a:hover::after {
  	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: opacity 300ms, transform 300ms;
	
	
}

#footer-wrap a{color:#CCCCCC; text-decoration: none}
#footer-wrap a:hover{color:#FFFFFF;}
#copyright{ border-top:1px solid rgba(255,255,255,.3); width: 100%; margin-top:40px; padding-top: 40px; font-size: 14px; line-height: 22px; color: #777777}

/* GLOBAL */

h2{font-family: Erbaum Book;
    font-weight: 300;
    color: #444;
	font-size: 34px;
    line-height: 44px;
    margin-bottom: 7px;
	-webkit-font-smoothing: antialiased;
}
h3{font-family: Erbaum Book;
    font-weight: 300;
	font-size: 22px;
    line-height: 34px;
    margin-bottom: 7px;
	-webkit-font-smoothing: antialiased;
}
h4{font-family: Erbaum Book;
    font-weight: 600;
	font-size: 18px;
    line-height: 30px;
    margin-bottom: 7px;
	-webkit-font-smoothing: antialiased;
}

#pageheader{ display:flex; align-items: center; background-color: #333333; color:#ffffff; height: 500px; background-image: url('https://inc.tcmc.co/img/city.jpg'); background-position: center center; box-sizing:border-box;}
#pageheader .container{max-width:1425; width: 100%; color:#ffffff;}
#pageheader .container h1{margin-top:60px; margin-bottom:0px; font-size: 44px; line-height: 54px; font-weight: 300;}
#pageheader .container h2{font-family:'Open Sans Light'; font-size: 28px; line-height: 36px; font-weight: 300; margin: 0px; color:#ffffff;}

.main-content .container{position:relative; max-width: 1425px; width: 100%; margin: auto;}
.col-third{}
.sep{width: 150px; height:3px; background-color:#f4883f!important}

.sep-5{width: 150px; height:3px; background: #f4883f;
    background: linear-gradient(to right,#f4883f,#ee4037);
	margin-top:20px; margin-bottom: 20px;}

.sep-w{width: 100%; height:1px; background-color:rgba(255,255,255,0.3); margin-top: 20px; margin-bottom: 20px;}
.sep-g{width: 100%; height:1px; background-color:rgba(0,0,0,.12); margin-top: 20px; margin-bottom: 20px;}
.transparent-button{border:2px solid #FFFFFF; padding:13px 35px; transition: all 0.3s; text-decoration: none; color:#ffffff; border-radius: 4px; font-size: 14px; line-height: 20px; }
.transparent-button:hover{border:2px solid #000000; background-color:#000;  color:#ffffff; }

.red-button{border:2px solid #ee4036; background-color: #ee4036; padding:13px 35px; transition: all 0.3s; text-decoration: none; color:#ffffff; border-radius: 4px; font-size: 14px; line-height: 20px; }
.red-button:hover{border:2px solid #000000; background-color:#000;  color:#ffffff;}


.grid-3{display: flex; flex-wrap: wrap; align-content: stretch; box-sizing: border-box; position: relative; }
.grid-3 .col-third{
	margin:15px; width: 31%; color:#ffffff;
background: #ee4036; background: linear-gradient(135deg,#ee4036 0%,#f4883f 100%);  opacity: 1; padding:4%; 
	box-sizing: border-box;
}

.grid-3 .col-third-card{
	margin:15px; width: 31%;  text-align: center;
background: #FFFFFF;  opacity: 1; padding:4%; 
	box-sizing: border-box;
	box-shadow: rgb(0 0 0 / 4%) 0 1px 0, rgb(0 0 0 / 5%) 0 2px 7px, rgb(0 0 0 / 6%) 0 12px 22px;
}


.grid-3-nbg{display: flex; flex-wrap: wrap; align-content: stretch; box-sizing: border-box; position: relative; }
.grid-3-nbg .col-third{
	margin:15px; width: 31%; padding:4%; 
	box-sizing: border-box;
}





.iconwrap{color:#ffffff; background: #ee4036; background: linear-gradient(135deg,#ee4036 0%,#f4883f 100%); 
	display: inline-block;
	padding:10px;
	border-radius: 100%;
    width: 75px;
    height: 75px;
	box-shadow: 0 15px 28px rgba(238,64,55,0.3);
}

.iconwrap i{padding:0px; margin:0px; margin-top: 10px;}
.iconwrap i:before{line-height: 75px;}

.col-2-1{display: flex; align-items: center;}

.col-2-1 .twothird{ width: 67%; padding-right:100px;}
.col-2-1 .onethird{width: 33%;}

.fulwidthbg{ background-color: #f5f5f5; position: relative;}
.fulwidthbg .inner{ max-width: 1425px; margin: auto;}

.fulwidthbgdark{position: relative;background-color:#212121; color:#ffffff; padding-top:100px; padding-bottom:100px;}
.fulwidthbgdark .inner{ max-width: 1425px; margin: auto; display: flex; align-items: center; align-items: stretch; flex-wrap: wrap;}
.fulwidthbgdark svg path{stroke:#fcb040!important; color: #fcb040!important;}

.service-cell2{width: 50%; padding: 3%; box-sizing: border-box; display: flex; }
.service-cell2 h4{}
.service-cell2 p{color:#555555;}
.service-cell2 i{line-height: 45px; font-size: 45px; width: 45px; height: 45px;}
.service-cell2 i:before{
	color: #f4883f;
    background: linear-gradient(to bottom right,#f4883f,#ee4037);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: initial;
}
.service-cell2 .iconwrap{margin-right:20px; background-color: none; background: none; box-shadow: none;}
.list-icon-holder{
	line-height: 80px;
    font-size: 36px;
    width: 80px;
    height: 80px;
	    border: 2px solid rgba(0,0,0,.1);
	border-radius: 100px;
    text-align: center;
    left: 0;
    top: 0;
    color: rgba(0,0,0,.5);
    z-index: 10;
}

.list-icon-holder span{color: #f4883f;
    background: linear-gradient(to bottom right,#f4883f,#ee4037);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;}
	
.sticky-columns{display: flex; width: 100%; margin-top: 100px; padding-bottom:100px;}
.stick-tab{ position: sticky; align-self: flex-start;
  top: 100px; width: 25%; box-sizing: border-box;}

.stick-tab h2{ font-family: Erbaum Book;
    font-size: 40px;
    line-height: 1;
}
.stick-content{ width: 75%; padding-left: 10%; box-sizing: border-box;}
.stick-content ul{margin-left: 0; list-style: none;padding-left:0px;}
.stick-content li{list-style: none;
    position: relative;
    padding-left: 38px;margin-bottom: 20px;
    line-height: 1.5em;
		
}

.stick-content li i{
    line-height: 28.8px;
	font-size: 16px;
    height: 100%;
	position: absolute;
    left: 0;
    top: 0;
    width: 20px;
	 color: #ee4036;
}

.container ul, .fulwidthbgdark ul, .fulwidthbg ul{margin-left: 0; list-style: none;padding-left:0px;}
.container li, .fulwidthbgdark li, .fulwidthbg li{list-style: none;
    position: relative;
    padding-left: 38px;margin-bottom: 20px;
    line-height: 1.5em;	
}
.container li i,.fulwidthbgdark li i,.fulwidthbg li i{
    line-height: 28.8px;
	font-size: 16px;
    height: 100%;
	position: absolute;
    left: 0;
    top: 0;
    width: 20px;
	 color: #ee4036;
}

.hor-item{ display: flex; flex-wrap:wrap; align-items: center; border-radius: 3px;border: 1px solid rgba(0,0,0,.15);
    margin-top: 20px;transition: all .25s ease;padding: 22px;}
.hor-item:hover{background-color: #FFFFFF; border-color: #ee4036; box-shadow: 0 0 10px rgb(0 0 0 / 15%);}

.hor-item i{font-size: 30px;
    margin: 10px 15px 10px 0;
    top: 0;
}

.hor-twenty{width:20%;padding-right: 30px;text-align: left; box-sizing: border-box;}
.hor-eighty{width: 80%;padding-right: 0;
    padding-left: 100px; box-sizing: border-box;}

.hor-twenty h3{margin-top:0px;}


.hor-seventy{width:70%;padding-right: 30px;text-align: left; box-sizing: border-box;}
.hor-thirty{width:30%;padding-right: 30px;text-align: right; box-sizing: border-box;}

.hor-twentyfive{width:25%;padding-right: 30px;text-align: left; box-sizing: border-box;}
.hor-sixtyfive{width:65%;padding-right: 30px;text-align: left; box-sizing: border-box;}
.hor-ten{width:10%;padding-right: 30px;text-align: right; box-sizing: border-box;}

.hor-ten a{text-decoration: none; background-color:rgba(0,0,0,.1); color:#444; padding: 5px 10px; border-radius: 5px;}
.hor-ten a:hover{background-color:#ee4036; color:#FFFFFF; cursor: pointer; }


.hor-thirty a{text-decoration: none; background-color:rgba(0,0,0,.1); color:#444; padding: 5px 10px; border-radius: 5px;}
.hor-thirty a:hover{background-color:#ee4036; color:#FFFFFF; cursor: pointer; }
	
.nectar-icon-list{position: relative;}
.nectar-icon-list:after {
    display: block;
    position: absolute;
    content: ' ';
    z-index: 1;
    width: 1px;
    background-color: rgba(0,0,0,.1);
    height: 100%;
    top: 30px;
    left: 30px;
}
.nectar-icon-list[data-icon-size=medium] .nectar-icon-list-item {
    padding-left: 100px;
}

.nectar-icon-list-item {
    position: relative;
    margin-bottom: 80px;
}
.nectar-icon-list-item .list-icon-holder {
    color: #ee4036;
	line-height: 60px;
    font-size: 26px;
    width: 60px;
    height: 60px;
	text-align: center;
    position: absolute;
    left: 0;
}
.nectar-icon-list-item .content h4{color:#ee4036;}
.nectar-scrolling-tabs .scrolling-tab-nav .n-sticky>.line{
	background-color: #ee4036 !important;
	width: 3px !important;
    left: 2px !important;
	transition: 0.3s all;
}
.wpb_tabs_nav.ui-tabs-nav h2{margin-top:0px;}
.wpb_tabs_nav.ui-tabs-nav h2 a,.wpb_tabs_nav.ui-tabs-nav a{text-decoration: none;}


.ecosystem{positon:relative; display:flex; align-items: stretch;}
.eco-left{width: 50%; border-right:5px solid #E43E3A; box-sizing: border-box; display: flex; align-items: center;}
.eco-right{width: 50%; box-sizing: border-box; background-color:#ffffff; 
    box-shadow: rgb(0 0 0 / 4%) 0 1px 0, rgb(0 0 0 / 5%) 0 2px 7px, rgb(0 0 0 / 6%) 0 12px 22px;
	padding:5%;}
.eco-circ{position:relative; width:550px; height:550px; border:5px solid #E43E3A; border-radius: 50%;
display:flex; background-color:#ffffff;
align-items: center; text-align: center;}

.eco-left:after{
	content:"";
	width:100%; 
	height:5px; 
	background-color:#E43E3A;
	position: absolute;
	top:calc(50%-5px);
	z-index:-1;
}

.ecosystem2{posiiton:relative; display:flex; align-items: stretch;}
.ecosystem2 .eco-left2{ width: 50%; border-right: 0px !important; box-sizing: border-box; display: flex; align-items: center; position: relative;}
.ecosystem2 .eco-right2{width: 50%; border-right:5px solid #E43E3A; box-sizing: border-box; background-color:#ffffff; 
    box-shadow: rgb(0 0 0 / 4%) 0 1px 0, rgb(0 0 0 / 5%) 0 2px 7px, rgb(0 0 0 / 6%) 0 12px 22px;
	padding:5%;}
.ecosystem2 .eco-circ2{position:relative; width:550px; height:550px; border:5px solid #E43E3A; border-radius: 50%;
display:flex; background-color:#ffffff;
align-items: center; text-align: center;
margin-left: 100px;}

.ecosystem2 .eco-left2:before{
	content:"";
	width:100%; 
	height:5px; 
	background-color:#E43E3A;
	position: absolute;
	top:calc(50%-5px);
	z-index:-1;
}


.iwithtext {
    position: relative;
	margin-bottom: 24px;
}
.iwithtext .iwt-icon {
    position: absolute;
    left: 0;
    top: 0;
}

.iwithtext .iwt-icon img {
    width: 35px;
    height: auto;
    padding: 0;
}
.iwithtext .iwt-text {
    padding-left: 55px; box-sizing: border-box;
}

.right-border-1-left{padding-right:10%; border-right:1px solid #E43E3A;}
.right-border-1-right{padding-left:10%;}


.inlist{color: #888;
    padding: 10px 25px;
    list-style: none;
    line-height: 18px;
    border-bottom: 1px solid #efefef;
}
.inlist:nth-child(2n+1) {
    background-color: #fbfbfb;
}

.link_wrap{
    border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    box-shadow: none;
    -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1),border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1),background-color .45s cubic-bezier(0.25,1,0.33,1),box-shadow .45s cubic-bezier(0.25,1,0.33,1);
    transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1),border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1),background-color .45s cubic-bezier(0.25,1,0.33,1),box-shadow .45s cubic-bezier(0.25,1,0.33,1);

	position: relative;
    text-decoration: none;
    speak: none;
}
.nectar-cta .link_wrap .link_text {
    padding-right: 36px;
    position: relative;
    display: inline-block;
	text-decoration: none;
}
.nectar-cta .arrow {
    letter-spacing: 0;
}

.nectar-cta .link_wrap .arrow:before {
    font-family: icomoon;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    content: "\f105";
    color: #000;
    line-height: 30px;
    font-size: 14px;
    position: absolute;
    right: 0;
    width: 26px;
    text-align: center;
    height: 30px;
    top: 50%;
    margin-top: -16px;
    transition: all .33s cubic-bezier(.12,.75,.4,1);
}

.nectar-cta .link_wrap .arrow:after {
    position: absolute;
    content: '';
    border-bottom: 1px solid #000;
    height: 1px;
    width: 22px;
    right: 12px;
    top: 50%;
    margin-top: -2px;
    transform: scale(0,1) translateX(0);
    transform-origin: left;
    pointer-events: none;
    transition: all .33s cubic-bezier(.12,.75,.4,1);
}

.nectar-cta .link_wrap .link_text:after {
    border-radius: 100px;
    border: 1px solid rgba(0,0,0,.3);
    height: 25px;
    width: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
    content: ' ';
    display: block;
    pointer-events: none;
    transition: all .33s cubic-bezier(.12,.75,.4,1);
}

.link_wrap:hover .arrow:before {
    transform: scale(1,1) translateX(9px);
}
.nectar-cta .link_wrap:hover .link_text:after {
    transform: scale(.8);
    opacity: 0;
}

 .link_wrap:hover .arrow:after {
    transform: scale(1,1) translateX(9px);
}

ul.social  {
    float: right;list-style: none;
}
ul.social li {
    float: left;
    margin-left: 20px;list-style: none;
}
ul.social li a {
    color: #777777!important;
}
ul.social li a:hover {
    color: #FFFFFF!important;
}
ul.social li a i {
    font-size: 20px;
    width: auto;
    background-color: transparent;
}

/* HOME */
#hero{position:relative;}
#hero h1{font-size:70px; font-weight: 300; line-height: 70px; margin-bottom:0px;}
#hero h2{font-size:22px; font-weight: 400; line-height: 34px; margin-bottom:0px;}
#hero p{color:#fff; font-size: 16px; font-weight: 400; line-height: 29px;}
#inceptus-video {
	position:relative;
	z-index:1;
	right: 0;
	top: 0;
	min-width: 100%;
	height:700px;
	width:100%;
	display: block;
	overflow: hidden;
}

.video-content{
	position: absolute;
	top: 0px;
	z-index:2;
	color:#FFFFFF;
	padding:8% 15%;
	max-width: 660px;
}


.container.homef{margin-top:-50px; z-index: 1001!important; position: relative;box-sizing: border-box;}
.homef path{color:#ffffff;}
.home-feature{display:flex; align-content: stretch; flex-wrap: wrap;box-sizing: border-box;}
.home-feature .col-third{
	margin-left:1%; margin-right:1%; width: 30%; color:#ffffff; box-sizing: border-box;
background: #ee4036; background: linear-gradient(135deg,#ee4036 0%,#f4883f 100%);  opacity: 1; border-radius: 3px;padding:4%; 
}
.home-feature .col-third h3{color:#ffffff; font-size: 22px; line-height: 34px; font-weight: 600;}
.home-x2a1{font-size:34px; line-height: 44px; color:#ee4036; text-align: center; padding: 60px 20px;}
.home-x2a1 a{font-size:34px; line-height: 44px; color:#ee4036; text-align: center;}
.home-x2a1 a:hover{color:#ffffff;}
.home-x2a2{font-size:34px; line-height: 44px; color:#ee4036; text-align: center; padding: 60px 20px;}
.home-x2a2 a{font-size:34px; line-height: 44px; color:#ee4036; text-align: center;}
.home-x2a2 a:hover{color:#333;}
#service-carousel{position:relative; width: 100%; margin: auto; box-sizing: border-box; background-color:#333333; color:#ffffff; padding-top:100px; padding-bottom:100px;}
#service-carousel .inner{ max-width: 1425px; width: 100%; display: flex; flex-wrap: wrap; align-content: stretch; margin: auto; box-sizing: border-box;}
#service-carousel .car-intro{width: 30%; box-sizing: border-box;padding-right:1%;}
#service-carousel .car-content{ border: 1px solid rgba(255,255,255,0.3); border-radius: 10px; width: 20%; padding: 2%; margin: 1%; box-sizing: border-box;}
#service-carousel .car-content{}

#service-carousel h3{font-size:22px; line-height: 34px; font-weight: 300;}
#service-carousel p{}

.service-grid{display: flex; flex-wrap:wrap; box-sizing: border-box; padding-top:60px; padding-bottom: 60px;}
.service-cell{width: 33.33%; padding: 2%; box-sizing: border-box;}
.service-cell h4{}
.service-cell p{color:#555555;}
.service-cell i{line-height: 45px; font-size: 45px; width: 45px; height: 45px;}
.service-cell i:before{
	color: #f4883f;
    background: linear-gradient(to bottom right,#f4883f,#ee4037);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: initial;
}


.slide-out-widget-area-toggle.mobile-icon a>span {
    height: 20px;transition: transform .33s 0s ease;transition: transform .33s .3s ease-in;
    transform-origin: center;
    display: block;

}
.slide-out-widget-area-toggle i{color: #ffffff!important;width: 22px;}
.slide-out-widget-area-toggle .lines-button {
    transition: .3s;
    cursor: pointer;
    top: 9px;
    position: relative;
    user-select: none;
    display: block;
}
.lines {
    display: block;
    position: relative;
	height: 2px;
}
 .slide-out-widget-area-toggle.mobile-icon .lines:before {
    width: 1rem!important;
	 display: block;
	 position: absolute;
    left: 0;
    content: '';
	 background: #ecf0f1;
	 background-color:#FFFFFF;
	 height: 2px!important;
	 top: 6px;


}

 .slide-out-widget-area-toggle.mobile-icon .lines:after {
    top: -6px;
	height: 2px!important;
    width: 22px!important;
	 display: block;
	 position: absolute;
	 background-color:#FFFFFF;
	 left: 0;
    content: '';
}


.slide-out-widget-area-toggle {display: none;}

.lines-button {
    transition: .3s;
    cursor: pointer;

    position: relative;
    user-select: none;
    display: block;
	background-color:#FFFFFF;
}


 #mobile-menu {
    max-width: 100%;
	 width: 100%;
    padding: 0 18px;
	 z-index: 1000;
    position: absolute;
    left: 0;
    top: calc(99%);
	 background-color: #1a1a1a;
	 box-sizing: border-box;
}

#mobile-menu ul{
	padding: 0;
    border: 0;
}

 #mobile-menu>.inner {
    max-height: 85vh;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    z-index: 100001;
	overflow-x: scroll;
}
#mobile-menu .menu-items-wrap[data-has-secondary-text=false]>ul:first-child {
    padding-top: 10px;
}
#mobile-menu .menu-items-wrap[data-has-secondary-text=false]>ul:first-child, #header-outer #mobile-menu .menu-items-wrap[data-has-secondary-text=false]>ul:first-child>li:first-child:before {
    -webkit-transition: opacity .2s ease,padding .2s ease;
    transition: opacity .2s ease,padding .2s ease;
}
#mobile-menu li{list-style: none;}
#mobile-menu .menu-items-wrap ul:not(.nectar_widget)>li:before {
    background-color: rgba(0,0,0,.08);
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    width: 100%;
    left: 0;
    height: 1px;
}
#mobile-menu ul li a {
    font-size: 14px;
    display: block;
    position: relative;
    padding: 15px 0;
	color: #ffffff!important;
	line-height: 22.4px;
	text-decoration: none;
}
.sf-sub-indicator {
	display: inline-block;
	right: 0px;
    position: absolute;
    left: auto;
    padding: 0;
    top: 50%;
    padding: 10px 0 10px 20px;
    color: inherit;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    width: auto;
	 font-size: 20px;
    color: #ffffff!important;
    width: auto;
    -webkit-transition: color .2s ease,transform .4s ease;
    transition: color .2s ease,transform .4s ease;
}
#mobile-menu ul li ul {
	
    display: none;
}

#mobile-menu ul li ul a{padding-left:20px;}

img.eco-top{position: relative;
    left: 50%;
    margin-left: -100px;
    margin-bottom: -100px;
    z-index: 10;}

.greyfadeleft{width:35%; padding-top:100px; padding-bottom:100px; padding-right: 100px;background-color: rgb(255, 255, 255);
    background: linear-gradient(90deg,#ffffff 0%,#f5f5f5 100%); box-sizing: border-box;
    background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(245, 245, 245) 100%); display: flex; align-items:center;} 
.greyfaderight{width:35%; padding-top:100px; padding-bottom:100px; padding-left: 100px;background-color: rgb(255, 255, 255);
    background: linear-gradient(90deg,#f5f5f5 0%,#ffffff 100%); box-sizing: border-box;
    background-image: linear-gradient(90deg, rgb( rgb(245, 245, 245) 100%, 255, 255, 255) 0%); display: flex; align-items:center;}



/*HubSpot */
.hbspt-form{
	position:relative !important; 
	z-index: 10 !important;
}


@media only screen and (max-width: 1000px) {
	
	.col-third{width:100%;}
	.home-feature .col-third{width:100%; padding:10%; margin-bottom: 20px;}
	#service-carousel .inner{padding:5%;}
	#service-carousel .car-intro{width:100%; padding: 5%;}
	#service-carousel .car-content{width:100%; padding: 5%;}
	.service-grid .service-cell{width:100%; padding: 5%;}
	.calltoaction{padding:5%;}
	.slide-out-widget-area-toggle {    display: inline-block;z-index: 10000;}
	
	.grid-3 .col-third, .grid-3 .col-third-card{width:100%;padding: 10%;}
}

@media only screen and (max-width: 700px) {
	.mobile-hide{display:none;}
	
	#pageheader{padding:7%; padding-top:100px; height: auto;}
	#pageheader .container h1 {font-size: 36px;}
	
	.main-content .container {padding: 5%; box-sizing: border-box;}
	
	
	h2{font-size:28px;}
	.getstarted .gsleft {width: 100%;}
	.getstarted .gsright {width: 100%;}
	.calltoaction input[type="text"], .calltoaction input[type="email"] {width:100%; margin-bottom:5px;}
	#footcol1,#footcol2,#footcol3 {width: 100%;  padding-right: 0px; padding-left:0px;}
	ul.social{float: none; margin-top: 20px;}
	.inceptus{background-color:#1a1a1a; padding: 0px 28px; min-height: 80px;}
	.inceptus ul.sf-menu{display:none!important;	}
	#inceptus-logo {width: 100px; margin-right: 20px;}
	
	.inceptus.sticky #inceptus-logo {
    width: 100px;
    height: auto;
	}
	.inceptus.sticky{background-color:#1a1a1a; padding: 0px 28px; min-height: 80px;}
	
	#top-right a.under-attack {
    background-color: #ee4036;
    opacity: 1;
    color: #FFFFFF;

    padding: 5px 10px;

    width: auto;
		margin-right: 20px;
}
	#top-right a.under-attack i{display: none; font-size: 13px!important;}
	.video-content {
    position: absolute;
    top: 0px;
    z-index: 2;
    color: #FFFFFF;
    padding: 120px 5% 5% 5%;
    max-width: 100%;
}
	.video-content h1{ font-size: 54px !important;}
	
	.slide-out-widget-area-toggle{display: block;}
	
	.service-cell2{width: 100%;}
	.fulwidthbgdark .inner{padding: 10%}
	.fulwidthbgdark .inner div{width:100%!important;}
	
	
	.hor-twenty{width:100%; box-sizing: border-box;}
	.hor-eighty{width:100%; padding-left: 1px; box-sizing: border-box;}
	.hor-seventy{width:100%;padding-left: 0px; box-sizing: border-box;}
	.hor-thirty{width:100%;padding-left: 0px; text-align: left; box-sizing: border-box; margin-top: 20px;}

	.hor-twentyfive{width:100%;padding-left: 0px; box-sizing: border-box;}
	.hor-sixtyfive{width:100%;padding-left: 0px; box-sizing: border-box;}
	.hor-ten{width:100%;padding-left: 0px; text-align: left; box-sizing: border-box; margin-top: 20px;}

	.scrolling-tab-nav{display: none;}
	.scrolling-tab-content .scrolling-tab-mobile-title{display: none}
	.scrolling-tab-content {padding-left: 7%!important; padding-right: 7%!important;}
	.fulwidthbg{padding: 5%;}
	.fulwidthbg .inner{flex-wrap: wrap;}
	.fulwidthbg .inner div{width: 100%!important; padding-right: 0px!important;}
	
	.ecosystem{positon:relative; display:block;}
	.ecosystem2{positon:relative; display:block;}
	.eco-left{width: 100%; border-right:0px; }
	.eco-right{width: 100%; box-sizing: border-box; background-color:#ffffff; 
    box-shadow: rgb(0 0 0 / 4%) 0 1px 0, rgb(0 0 0 / 5%) 0 2px 7px, rgb(0 0 0 / 6%) 0 12px 22px;
	padding:5%;}
	
	.eco-circ{display:none;}
	.ecosystem2 .eco-circ2{display: none;}
	
	.ecosystem2 .eco-right2 {
    width: 100%;
    border-right: 0px;;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: rgb(0 0 0 / 4%) 0 1px 0, rgb(0 0 0 / 5%) 0 2px 7px, rgb(0 0 0 / 6%) 0 12px 22px;
    padding: 5%;}
	
	.col-2-1{flex-wrap: wrap!important; width:100%!important;}
	.col-2-1 div{width:100%!important; border-right:0px!important; padding-left:0px!important;padding-right:0px!important;}
	.col-2-1 .twothird{width: 100%!important;padding-right: 0px!important;}
	.col-2-1 .onethird{width: 100%!important;}
	.grid-3-nbg .col-third{width: 100%;}
	.greyfadeleft{width:100%;}
	.greyfaderight{width:100%;}
}