@font-face {
    font-family: AntonioBold;
    src: url(fonts/Antonio-Bold.ttf);
}

@font-face {
    font-family: AntonioLight;
    src: url(fonts/Antonio-Light.ttf);
}

@font-face {
    font-family: AntonioRegular;
    src: url(fonts/Antonio-Regular.ttf);
}

@font-face {
    font-family: AvenirBook;
    src: url(fonts/AvenirLTStd-Book.otf);
}

@font-face {
    font-family: AvenirLight;
    src: url(fonts/AvenirLTStd-Light.otf);
}

@font-face {
    font-family: AvenirRoman;
    src: url(fonts/AvenirLTStd-Roman.otf);
}

@font-face {
    font-family: AvenirBold;
    src: url(fonts/Avenir-Bold.ttf);
}

@font-face {
    font-family: Corbel;
    src: url(fonts/Corbel.ttf);
}

@font-face {
    font-family: CorbelItalic;
    src: url(fonts/Corbel-Italic.ttf);
}

@font-face {
    font-family: CorbelBoldItalic;
    src: url(fonts/Corbel-Bold-Italic.ttf);
}

@font-face {
    font-family: CorbelBold;
    src: url(fonts/Corbel-Bold.ttf);
}

body{	
	min-width: 320px;
	font-family: "Corbel";
	color: #5b6670;
}

.topnav{
  float: right;	
}

.topnav .sfNavHorizontal li, .bottomnav .sfNavHorizontal li{
  border-right: 1px solid transparent;
  background-color: transparent;
}

.topnav .sfNavHorizontal li a, .bottomnav .sfNavHorizontal li a{
  color: #606972;
  padding: 0 8px;
  height: auto;
  line-height: 15px;
  font-size: 14px;
}

.topnav .sfNavHorizontal li a:hover, .bottomnav .sfNavHorizontal li a:hover{
  background-color: transparent;
  color: #f3c300;
}

.bottomnav .sfNavHorizontal li a{
  color: #5b6670;
  font-weight: bold;
  border-right: 1px solid #5b6670;
  font-family: CorbelBold;
  font-size: 20px;
  line-height: 27px;
  padding: 0 20px;
}

.bottomnav .sfNavHorizontal li:last-child a{
  color: #5b6670;
  font-weight: bold;
  border-right: 1px solid transparent;
  padding-right: 0;
}

.topnav .sfNavHorizontal li a.sfSel{
  margin-top: 0;  
  background-color: transparent;
}

.topnav .sfNavHorizontal li a.sfSel:hover{
  padding-top: 0;
}

.bottomnav{
  float: right;
  clear: right;
  margin-top: 20px;
}

.sfNavHorizontal a.sfSel, .sfNavHorizontal a.sfSel:hover{
	margin-top: 0;
    padding-top: 0;
    background-color: transparent;
}

.sfNavHorizontal a.sfSel{
	color: #f3c300 !important;	
}

.sfPublicWrapper{
  margin: 0;
  padding: 0;
  width: auto;
  background-color: #fff;  
}

.logo{
  width: 150px;
  margin-left: 20px; 
}

.header{
  padding: 20px;
  width: auto;
  border-bottom: 1px solid #e2e2e2;
}

.header .sf_cols .sf_2cols_2_67{
	margin-top: 12px;
}

.container{
	padding: 20px;
}

.grey-box{
	background: #f2f2f2;
	padding: 10px;
	margin-top: 20px !important;
	box-sizing: border-box;
}

.grey-box .sf_3cols_1_33, .grey-box .sf_3cols_2in_34, .grey-box .sf_3cols_3in_33 {
	background: #fafafa;
    padding: 10px;
    color: #333;
    border: 1px solid #e2e2e2;
    box-sizing: border-box;
    font-size: 14px;
}

.grey-box .fa{
	color: #f3c300;
    font-weight: bold;
    margin-right: 10px;
}

.user-card{
	margin-bottom: 30px;
}

.user-card h3{
	margin-top: 10px;
    font-size: 20px;
    font-family: CorbelBold;
}

.user-card div{
	font-size: 14px;
}

.user-card a{
	text-decoration: underline;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 5px;
    display: block;
}

.inside_container{
	margin-right: -20px;
    margin-left: -20px;
}

.filter-holder{
	margin: 20px 0;
    margin-bottom: 20px;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    color: #666;
}

.filter-holder .filter{
	margin-right: 10px;
	cursor: pointer;
	font-family: CorbelBold;
}

.filter-holder .highlight{
	border-bottom: 4px solid #FFC107;
}

.footer{
	background: #efefef;
	padding: 20px;
	color: #555;
	box-sizing: border-box;
}

.footer_1 img{
	max-width: 160px;
	margin-bottom: 10px;
}

.footer_3 strong{
	font-family: CorbelBold;
}

.footernav{
	margin-top: 15px;
    padding-top: 15px;
    display: inline-block;
    border-top: 1px solid #777;
    border-bottom: 1px solid #777;
    padding-bottom: 15px;
    margin-bottom: 10px;
    min-width: 170px;
}

.footernav .sfNavVertical li{
	border-bottom: 0 solid #fff;
    background-color: transparent;
}

.footernav .sfNavVertical a{
	display: block;
    padding: 0 20px 0 0;
    height: 30px;
    line-height: 30px;
    color: #5b6670;
}

.footernav .sfNavVertical a:hover{
	background: transparent;
	color: #000;
}

.footer-desc{
	text-transform: uppercase;
    font-size: 16px;
    border: 1px solid #f3c300;
    border-radius: 4px;
    text-align: center;
    color: #5b6670;
    padding: 8px 0 6px 0;
    margin-bottom: 27px;
    width: 80%;
    font-family: CorbelBold;
}
.footer-desc a,.footer-desc a:link,.footer-desc a:visited{
	color: #5b6670;
}
.footer-desc a:hover{
	color: #f3c300;
}

.RadSiteMap .rsmLink{		
	padding: 0 5px 0 5px;		
}

.contact-holder{
	background: rgba(91, 102, 112,0.25);
    padding: 25px;
    border-radius: 3px;
    margin-top: 20px;
}

.contact-form h2{
	font-size: 19px;
    margin-bottom: 20px !important;
    font-family: CorbelBold;
    letter-spacing: 0;
    color: #5b6670;
}

.contact-form .sf-fieldWrp label{	
	display: none;
}

.contact-form .sf-fieldWrp input{
	width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-size: 12px;
	font-family: "Corbel";
	border: 1px solid #bdc2c6;
}

.contact-form .sf-fieldWrp textarea{
	width: 100%;
    padding: 8px;
    border: 1px solid #bdc2c6;
    margin-bottom: 10px;
    height: 100px;
    box-sizing: border-box;
    font-size: 12px;
	font-family: "Corbel";
}

.contact-form .contact-submit button{
	color: #fff;
    background: #f3c300;
    border-color: #f3c300;
    border-radius: 3px;
    padding: 6px 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: CorbelBold;
    border-width: 0;
    margin: 0 auto;
    display: block;
    padding-top: 10px;
    line-height: 20px;
}

.footer_3 .sfContentBlock strong{
	margin-bottom: 5px;
    display: block;
}

.header .social-links{
	margin-top: 0;
    float: right;
    margin-left: 15px;
}

.header .social-links .fa{
	font-size: 16px;
}

.header .social-links a{
	font-size: 16px;
}

.footer .social-links{
	margin-bottom: 30px;
}

.mega-menu{
	margin-top: 0 !important;
    padding: 20px;
    line-height: 30px;
    position: absolute;
    display: none;
    z-index: 3;
}

.open-menu{
	cursor: pointer;
	font-family: "Corbel";
}

.mega-menu .filter{
	cursor: pointer;
	font-family: CorbelBold;
}

.mega-menu .menu-filter{
	cursor: pointer;
}

.mega-menu .menu-filter.highlight{
	font-weight: 900;
}

.footer h2{
	font-family: CorbelBold;
	font-size: 22px;
    margin: 0;
    letter-spacing: 0;
    color: #5f6972;
    text-align: center;
}

.footer a{
	color: #5f6972;
}

.people-logos .sf_4cols_1in_25,.people-logos .sf_4cols_2in_25,.people-logos .sf_4cols_3in_25,.people-logos .sf_4cols_4in_25{
	margin:0 !important;
}

.sfBreadcrumbWrp .RadSiteMap .rsmFlow li:first-child a,.sfBreadcrumbWrp .RadSiteMap .rsmFlow li:first-child a:hover{
	padding: 0 5px 0 0;
}

.profile-holder{
	padding: 20px 0;
	color: #5b6670;
}

.profile-holder .contact{
	display: block;
	margin-top: 15px;
    font-family: Corbel;
    font-size: 14px;
    color: #5b6670;
    font-weight: 900;
    padding-left: 35px;
}

.profile-holder .contact span{
	border-radius: 50%;
    border: 2px solid #777;
    color: #777;
    width: 20px;
    height: 18px;
    display: block;
    font-size: 15px;
    text-align: center;
    padding-top: 2px;
    float: left;
    margin-left: -35px;
    margin-top: -2px;
}

.profile-holder h1{
	font-family: CorbelBold;
    margin-bottom: 10px;
}

.article-holder{
	display: none;
}

.article-card{
	margin-bottom: 40px;
}

.article-card img{
	height: 170px;
	width: 100%;
    object-fit: cover;
}

.article-card h3{
	font-family: CorbelBold;
    font-size: 19px;
    color: #5b6670;
    margin: 15px 0;
    /*background: transparent url(images/news.png) no-repeat;*/
    background-size: 21px;
    padding-left: 0;
    overflow: hidden;
}

.article-card h3 a{
	color: #5b6670;
	text-transform: uppercase;
}

.article-card.play h3{
	background: transparent url(images/play.png) no-repeat;
	background-size: 26px;
}

.article-card h3:before{
	
}

.article-card div{
    display: none;
	color: #5b6670;	
	line-height: 20px;
	height: 100px;
    overflow: hidden;
}

.article-heading{
	padding: 0;
}

.article-heading h1{
	font-family: CorbelBold;
    color: #5b6670;
    background: transparent url(images/Icon.png) no-repeat;
    background-size: 53px;
    text-indent: 60px;
    background-position: 0 50%;
    position: relative;
    font-size: 25px;
    padding: 5px 0;
}

.article-heading.services h1{
	background-image: url(images/Arrow-Blue.png);
}

.article-heading h1:before{
	content: "";
    display: block;
    border-top: solid 1px #f3c300;
    width: calc(100% - 100px);;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 100px;
}

.article-heading.services h1:before{
	border-color: #4068a6;
}

.article-heading h1 span{
    /*
	background: #fff;
    z-index: 5;
    display: inline;
    text-align: left;
    position: relative;
    padding: 0px 30px 0 10px;
    font-weight: 900;
    */
    background: #fff;
    z-index: 5;
    text-align: left;
    position: relative;
    padding: 0px 30px 0 0px;
    display: inline-block;
    text-indent: 0;
    box-sizing: border-box;
    max-width: 86%;
    font-weight: 900;
}

.profile-holder .sfexpandableListWrp .sflistItemToggleLnk{
	color: #333;
    font-size: 18px;
    font-weight: 900;
    display: block;
    border-top: 1px solid #999;
    padding: 10px;
    text-indent: 20px;
    font-family: "Corbel";
    background: transparent;
}

.profile-holder .sfexpandableListWrp .sflistItemToggleLnk.sflistListItemExpanded{
	background: transparent;
}

.profile-holder .sfexpandableListWrp .sflistItemContent{
	font-size: 14px;
}

.profile-holder .sfexpandableListWrp .sflistExpandAllLnkWrp, .profile-holder .sfexpandableListWrp .sflistTitle{
	display: none;
}	

.article-container h2{
	font-family: CorbelBold;
    color: #333;
    font-size: 20px;
}	

.article-container h2 a{
	color: #333;
}

.article-container .sfpostListTitleDateSummary h2.sfpostTitle, .article-container .sfpostDetails .sfpostTitle{
	font-family: CorbelBold;
    color: #333;
    font-size: 20px !important;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.article-container .sfpostListTitleDateContent h2.sfpostTitle a{
	color: #333;
}

.article-container .sfpostListTitleDateSummary .sfpostAuthorAndDate{
	display: none;
}

.article-container .sfpostListTitleDateSummary .sfpostSummary, .article-container .sfpostDetails .sfpostContent{
	font-size: 14px;
    color: #444;
}

.article-container a.sfpostFullStory{
	display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background: rgb(211,190,96);
    padding: 5px 50px;
    font-family: CorbelBold;
    font-size: 15px;
    margin-top: 20px;
}

.RecentArticles a.sfpostFullStory{
	display: inline-block;
    text-transform: uppercase;
    color: #333;
    font-family: CorbelBold;
    font-size: 15px;
    margin-top: 20px;
    text-decoration: underline;
	background: transparent;
    padding: 0;
    margin-top: 10px;
}

.article-container .sfpostListTitleDateContent .sfpostContent img{
	margin-bottom: 20px;
}

.hero{
	padding: 80px 50px;
    background: transparent url(images/hero.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    box-sizing: border-box;
    border-bottom: 4px solid #FFC107;
}

.hero h2{
	font-family: CorbelBold;
    font-size: 35px;
    margin-top: 50px;
}

.hero h3{
	border-bottom: 0;
    font-size: 22px;
    margin-top: -10px;
}

.blog-list .sfimagesTmbList .sfimagesTmb{
	padding: 0;
	width: 100%;
	display: block;
	margin-bottom: 15px;
}

.blog-list .sfimagesTmbList img{
	width: 100%;	
}

.article-search{
	background: #f2f2f2;
    padding: 10px;
}

.article-search .ui-autocomplete-input, .article-search input[type=text]{
	width: 100%;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    margin-bottom: 10px;
}	

.article-search button{
	background: #d3be5f;
    border: 0;
    padding: 6px 20px;
    text-transform: uppercase;
    font-family: CorbelBold;
    font-size: 12px;
    cursor: pointer;
}

.sfsearchReultTitleSnippetUrl .sfsearchResultTitle a{
	font-family: CorbelBold;
    color: #333;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

.sfsearchResultSnippet{
	font-size: 13px;
    color: #333;
    margin-bottom: 20px;
}

.sfsearchResultUrl a{
	color: #2196F3;
}

.sfsearchResultHighLighter{
	display: none;
}

/****** HOME PAGE *******/

.hero-home{
	padding: 40px;
    width: auto;
    margin-bottom: 30px;
    background: url(images/hero-banner-1.jpg) no-repeat;
    background: url(images/hero-banner-1.jpg) no-repeat 0 0,	/****** PRIMARY *******/
    			url(images/hero-banner-2.jpg) no-repeat -9999px -9999px,
    			url(images/hero-banner-3.jpg) no-repeat -9999px -9999px;
    background-size: cover;
}

.hero-home.hero-contact{
	background-image: url(images/Contact_Hero.jpg);
	padding-bottom: 5%;
    padding-top: 10%;
    position: relative;
}

.hero-home.hero-careers{
	background-image: url(images/Careers_Hero.jpg);
	padding-bottom: 5%;
    padding-top: 10%;
    position: relative;
}

.hero-home.hero-about{
	background-image: url(images/About_Hero.jpg);
	padding-bottom: 5%;
    padding-top: 10%;
    position: relative;
}

.hero-home.hero-college{
	background-image: url(images/College_Hero.jpg);
	padding-bottom: 5%;
    padding-top: 10%;
    position: relative;
}

.hero-home.hero-community{
	background-image: url(images/Community_hero.jpg);
	padding-bottom: 5%;
    padding-top: 10%;
    position: relative;
}

.hero-home.hero-volunteer{
	background-image: url(images/Volunteer_Hero.jpg);
	padding-bottom: 5%;
    padding-top: 10%;
    position: relative;
}

.hero-home.hero-warmth{
	background-image: url(images/Warmth_Hero.jpg);
	padding-bottom: 5%;
    padding-top: 10%;
    position: relative;
}

.hero-home.hero-services{
	background-image: url(images/hero-services.jpg);
	padding-bottom: 5%;
    padding-top: 10%;
    position: relative;
}

.hero-home.hero-succession-planning{
	background-image: url(images/hero-succession-planning.jpg);
	padding-bottom: 5%;
    padding-top: 10%;
    position: relative;
}

.hero-home.hero-location-strategies{
	background-image: url(images/location-strategies.jpg);
	padding-bottom: 5%;
    padding-top: 10%;
    position: relative;
}

.hero-home.hero-assurance{
	background-image: url(images/Assurance_services.jpg);
	padding-bottom: 5%;
    padding-top: 10%;
    position: relative;
}

.hero-home.hero-404{
	background-image: url(images/404_Hero.jpg);
	padding-bottom: 5%;
    padding-top: 10%;
    position: relative;
}

.hero-home.hero-sitemap{
	background-image: url(images/hero-sitemap.jpg);
	padding-bottom: 5%;
    padding-top: 10%;
    position: relative;
}

.hero-home.hero-litigation{
	background-image: url(images/Litigation_Service.jpg);
	padding-bottom: 5%;
    padding-top: 10%;
    position: relative;
}

.hero-home.hero-enterprise{
	background-image: url(images/Smart_Enterprise.jpg);
	padding-bottom: 5%;
    padding-top: 10%;
    position: relative;
}

.hero-home.hero-incentives{
	background-image: url(images/Smart_Incentives.jpg);
	padding-bottom: 5%;
    padding-top: 10%;
    position: relative;
}

.hero-home.hero-valuation{
	background-image: url(images/Smart_Valuation_Service.jpg);
	padding-bottom: 5%;
    padding-top: 10%;
    position: relative;
}

.hero-home.hero-tax{
	background-image: url(images/Tax_service.jpg);
	padding-bottom: 5%;
    padding-top: 10%;
    position: relative;
}

.hero-home.hero-econ-development{
	background-image: url(images/Econ_Develop.jpg);
	padding-bottom: 5%;
    padding-top: 10%;
    position: relative;
}

.hero-home.hero-entrepreneur{
	background-image: url(images/entrepreneurial-services.jpg);
	padding-bottom: 5%;
    padding-top: 10%;
    position: relative;
}

.hero-home.hero-auto{
	background-image: url(images/Auto_dealerships.jpg);
	padding-bottom: 5%;
    padding-top: 10%;
    position: relative;
}

.hero-home.hero-insurance{
	background-image: url(images/Insurance_industry.jpg);
	padding-bottom: 5%;
    padding-top: 10%;
    position: relative;
}

.hero-home.hero-construction{
	background-image: url(images/MarksNelson-Construction-Industry.jpg);
	padding-bottom: 5%;
    padding-top: 10%;
    position: relative;
}

.hero-home.hero-nonprofit{
	background-image: url(images/Nonprofit_Accounting.jpg);
	padding-bottom: 5%;
    padding-top: 10%;
    position: relative;
}

.hero-home.hero-manufacturing-distro{
	background-image: url(images/MN_Manufacturing_Distribution.jpg);
	padding-bottom: 5%;
    padding-top: 10%;
    position: relative;
}

.hero-home.hero-physician{
	background-image: url(images/Physicians_Related_Services.jpg);
	padding-bottom: 5%;
    padding-top: 10%;
    position: relative;
}

.hero-home.hero-professional{
	background-image: url(images/professional_services_industry.jpg);
	padding-bottom: 5%;
    padding-top: 10%;
    position: relative;
}

.hero-home.hero-realestate{
	background-image: url(images/RealEstate_Industry.jpg);
	padding-bottom: 5%;
    padding-top: 10%;
    position: relative;
}

.hero-home.hero-retail{
	background-image: url(images/Retail_Services.jpg);
	padding-bottom: 5%;
    padding-top: 10%;
    position: relative;
}

.hero-home.hero-services .services-img{
    position: absolute;
    bottom: 30px;
    right: 5px;
    width: 250px;
}

.hero-home .contact-form.contact-holder{
	min-width: 360px;
    float: right;
    text-align: center;
    clear: right;
}

.hero-home .contact-form.contact-holder .first_name{ 
	float: left;
    width: calc(50% - 5px);
}

.hero-home .contact-form.contact-holder .last_name{ 
	float: right;
    width: calc(50% - 5px);
}

.hero-home .contact-form .contact-submit button{
	margin-top: 10px;
    font-family: CorbelBold;
    width: 70%;
    margin-bottom: 10px;
}

.hero-home .pre-headline{
	color: #fff;
    font-size: 28px;
    margin-top: 130px;
    margin-left: 0;
}

.hero-home .headline{
	font-family: CorbelBold;
    font-size: 42px;
    color: #fff;
    margin-left: 0;
    text-transform: uppercase;
    margin-top: -10px;
    text-shadow: 0 0 20px #2f2f2f;
    font-weight:900;
}

.hero-home .homeHeroText{
	margin-bottom: 50px;
}

.hero-call-holder h2.hero-call{
	font-size: 30px;
    font-family: Arial;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 0;
    margin-top: 0;
    clear: both;
    display: block;
    color: #5c6670;
}

.hero-call-holder .sfContentBlock p{
	line-height: 26px;
}

.hero-call-holder .sfContentBlock p strong{
	font-family: CorbelBold;
}

.logo-full{
	position: relative;
}

.logo-full:before{
	content: "";
    display: block;
    border-top: solid 1px #FFC107;
    width: 100%;
    height: 1px;
    position: absolute;
    z-index: 1;
 	top: 50px;
}

.video-holder h2{
	font-family: CorbelBold;
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
    color: #333;
}

.hero-call-holder h2{
	font-family: CorbelBold;
    font-size: 25px;
    margin: 0;
    text-transform: uppercase;
    color: #5b6670;
    margin-bottom: 15px;
}

.hero-call-holder .contact-form h2{
	text-align: center;
    font-weight: 900;
}

.hero-call-holder .contact-form .first_name{
    width: 47%;
    float: left;
}

.hero-call-holder .contact-form .last_name{
    width: 47%;
    float: right;
}

.video-holder h3{
	margin: 10px 0 20px 0;
    border-bottom: 0;
    color: #333;
}

.video-holder p{
	color: #666;
}

.logo-wrapper{
	margin: 0px auto;
    box-sizing: border-box;
    background: #fff;
    z-index: 3;
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

.logo-wrapper .sfimageWrp img{
	height: auto;
    margin: 0;
    display: block;
}

.home-full-banner{
	background: transparent url(images/warmth.jpg) no-repeat;
    background-size: cover;
    margin-bottom: 40px;
    padding: 130px 0 30px 0;
    padding-bottom: 10%;
}

.home-full-banner h2{
	font-size: 32px;
    color: #555;
    background: rgba(255,255,255,0.8);
    display: inline-block;
    padding: 10px 240px 0 10px;
    float: right;
    clear: right;
    font-weight: 400;
    width: 520px;
    box-sizing: border-box;
}

.home-full-banner h1{
	font-size: 50px;
    color: #555;
    background: rgba(255,255,255,0.8);
    display: inline-block;
    padding: 0px 100px 5px 10px;
    font-family: CorbelBold;
    margin-top: -20px;
    float: right;
    clear: right;
    width: 520px;
    box-sizing: border-box;
}

.home-full-banner h3{
	font-size: 20px;
    color: #fff;
    background: #f3c300;
    display: inline-block;
    padding: 10px 25px 8px 25px;
    font-family: CorbelBold;
    margin-top: 0;
    margin-right: 273px;
    border-radius: 4px;
    margin-bottom: 100px;
    float: right;
    clear: right;
    border-bottom: 0;
}

.home-full-banner .warmth{
	float: right;
    max-width: 300px;
    margin-top: 80px;
}

.services-area h2{
	font-family: CorbelBold;
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 30px;
}

.service-cards .sf_colsOut .sf_colsIn{
	display: flex;
    justify-content: space-between;
}

.services-area .services-card{
	width: 18%;
    border: 2px solid #e2e2e2;
    box-shadow: 0 0 4px #ccc;
    overflow: visible;
    padding: 20px;
    box-sizing: border-box;
    margin: 20px;
}

.services-card{
	position: relative;
}

.services-card a{
	background: #f3c300;
    color: #fff;
    border-radius: 3px;
    margin: 0 auto;
    display: block;
    width: 100px;
    padding: 4px;
    font-family: CorbelBold;
    text-align: center;
    font-size: 14px;
    padding-top: 6px;
    line-height: 20px;
}

.slick-prev, .slick-next{
	width: 40px;
    height: 40px;
    background-size: 26px;
}

.slick-prev{
	background-image: url(images/left_arrow.png) !important;
	background-repeat: no-repeat;
	left: -70px;
}

.slick-next{
	background-image: url(images/right_arrow.png) !important;
	background-repeat: no-repeat;
	right: -70px;
}

.slick-prev:before, .slick-next:before{
	display: none;
	font-family: 'FontAwesome' !important;
	font-size: 55px;
    line-height: 0.2;
    color: #ebc124;
}

.slick-next::before {
    content: "\f105";
}

.slick-prev:before {
    content: "\f104";
}

.slick-prev:hover, .slick-prev:focus{
	background: transparent url(images/left_arrow.png) no-repeat;
	background-size: 26px;
}

.slick-next:hover, .slick-next:focus{
	background: transparent url(images/right_arrow.png) no-repeat;
	background-size: 26px;
}

.slick-slide img{
	display: block;
    width: 80%;
    margin: 0 auto;
    padding: 20px 0 20px 0;
}

.our-people .slick-slide img{
	padding: 0;
}

.hero-call-holder .hero-contact-holder .sf_1col_1_100, .hero-call-holder .hero-contact-holder .contact-form{
	background: rgb(213, 217, 219);
}

.hero-call-holder .hero-contact-holder .sf_1col_1_100 h2{
	text-align: center;
    padding-top: 20px;
    margin-bottom: -15px;
    font-size: 25px;
    padding-right: 10px;
    padding-left: 10px;
}

.hero-call-holder .hero-contact-holder .contact-form h2{
	display: none;
}

.hero-call-holder .hero-contact-holder .contact-form .contact-submit button{
	background: rgb(64,105,166);
	border-color: rgb(64,105,166);
}

.check-mark{
	font-size: 12px;
    color: #5b6670;
    font-family: "CorbelBold";
    margin-bottom: 15px;
    padding-left: 20px;
}

.check-mark:before{
	content: "\f058";
    font-family: 'FontAwesome' !important;
    color: #4068a6;
    margin-left: -20px;
    margin-right: 10px;
}

.our-people-card{
	position: relative;
	cursor: pointer;
}

.our-people-card h3{
	background: #f5c300;
    font-weight: bold;
    color: #fff;
    padding: 5px;
    font-family: Corbel;
    line-height: 23px;
}

.our-people-card h3:before{
	content: "\f055";
	font-family: 'FontAwesome' !important;
	color: #fff;
	margin-right: 10px;
	margin-left: 3px;
	display: inline-block;
    margin-top: -2px;
    float: left;
    font-size: 17px;
}

.our-people-card div{
	display: none;
    border: 1px solid #f5c400;
    padding: 5px;
    position: absolute;
    background: #fff;
    z-index: 999;
}

.our-people-card:hover > div{
	display: block;
}

.five-steps{
	background: #4068a6;
    padding: 20px 30px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 50px;
}

.five-steps h2{
	color: #fff !important;
    text-align: center;
    font-family: CorbelBold;
    letter-spacing: 1px;
}

.five-steps .step-holder{
	position: relative;
	margin-top: 30px;
	color: #fff;
	font-weight: bold;
}

.five-steps .step-holder .step_1, .five-steps .step-holder .step_2, 
.five-steps .step-holder .step_3, .five-steps .step-holder .step_4, 
.five-steps .step-holder .step_5{
	cursor: pointer;
}

.five-steps .step-holder:after{
	content: "";
    display: block;
    border-top: solid 3px #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 40px;
}

.five-steps .step-holder:before{
	content: "\f105";
    font-family: 'FontAwesome' !important;
	color: #fff;
    position: absolute;
    top: 22px;
    right: -2px;
    font-size: 25px;
}

.circle-outer .circle{
	width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    margin-top: 15px;
}

.circle-outer.active{
	border: 2px solid #fff;
    display: block;
    border-radius: 50%;
    width: 21px;
    height: 21px;
    background: #4067a6;
    margin-top: 10px;
}	

.circle-outer.active .circle{
	margin: 3px;
}

.five-steps .steps-content{
	clear: both;
	margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
}

.five-steps .steps-content h3{
	color: #fff;
    font-family: CorbelBold;
    font-size: 27px;
    border-bottom: 0 solid #ccc;
    margin-top: 0;
    font-weight: normal;
    margin-left: 25px;
    margin-bottom: 30px;
    text-align: left !important;
}

.five-steps .steps-content .sfContentBlock{
	color: #fff;
}

.five-steps .steps-content .border-right{
	border-right: 2px solid #e2e2e2;
    box-sizing: border-box;
}

.five-steps .sfimageWrp{
	text-align: center;
}	

.five-steps .download-holder{
	position: absolute;
    bottom: 20px;
}

.five-steps .download-holder.smart-tech{
	position: relative;
	bottom: auto;
}

.five-steps .download-holder.smart-tech::after{
	position: absolute;
	content: "";
	width: 30px;
	height: 3px;
	background: #ebc124;
    margin-top: -20px;
}

.five-steps .download-button{
	display: block;
    margin: 0;
    width: 170px;
    color: #fff;
    background: #ebc124;
    font-family: CorbelBold;
    text-align: center;
    font-size: 16px;
    padding: 7px 5px 5px 5px;
    border-radius: 4px;
    margin-top: -16px;
    margin-left: 30px;
}

.five-steps .white-wrap{
	width: 70%;
    margin: 0 auto;
    background: #fff;
    padding: 40px 20px 0 20px;
    text-align: center;
    box-sizing: border-box;
    margin-top: -40px;
    z-index: 2;
    position: relative;
    box-shadow: 6px 6px 1px 0px #2f2f2f;
}

.five-steps .white-wrap h2{
	text-align: center;
    color: #000 !important;
    font-family: Corbel;
    font-size: 34px;
    margin-top: 30px;
}

.five-steps .white-wrap.smart-tech h2{
	font-size: 22px;
}

.five-steps .step{
	font-size: 16px;
    padding-left: 30px;
    border-left: 3px solid #ebc124;
    position: relative;
    padding-bottom: 40px;
    padding-right: 15px;
    box-sizing: border-box;
}

.five-steps .step.last{
	padding-bottom: 60px;
}	

.five-steps .step .step-count{
	position: absolute;
    top: -3px;
    left: -17px;
    border-radius: 50%;
    border: 3px solid #ebc124;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-weight: 900;
    font-family: arial;
    color: #ebc124;
    background: #4067a6;
    border: 3px solid #ebc124;
}

.steps-content > div > div > .sfimageWrp > img{
	width: 100%;
}

.abstract .sfContentBlock{
	font-size: 21px;
    font-style: italic;
    padding: 0 20px;
    border-left: 4px solid #f2c100;
    margin-left: 25px;
    margin-bottom: 90px;
    line-height: 25px;
}

.employee-holder .sfexpandedListWrp .sflistTitle{
	display: none;
}

.employee-holder .sfexpandedListWrp .sflistList{
	display: flex;
  	flex-wrap: wrap;
}

.employee-holder .sfexpandedListWrp .sflistListItem{
	width: 25%;
}

.employee-holder .sfimagesTmbList .sfimagesTmb{
	display: block;
    width: 90%;
    padding: 0;
}

.employee-holder .sfimagesTmbList img{
	width: 100%;
}

.employee-holder .sfexpandedListWrp .sflistItemTitle{
	margin-top: 10px;
    font-size: 20px;
    font-family: CorbelBold;
}

.employee-holder .sflistItemContent{
	font-size: 14px;
}

.employee-holder .sflistItemLink{
	text-decoration: underline;
	color: #5b6670;
}

.employee-holder .sflistItemLink:hover{
	color: #f3c300;
}

.employee-holder .sfListIndustry{
	display: none;
}

.employee-holder .sfListCategory{
	display: none;
}

.employee-articles .sfpostsList{
	display: flex;
  	flex-wrap: wrap;
}

.employee-articles .sfpostListItem{
	width: 25%;
}

.employee-articles .sfimagesTmbList .sfimagesTmb{
	padding: 0;
	width: 95%;
}

.employee-articles .sfimagesTmbList .sfimagesTmb img{
	width: 100%;
}

.employee-articles .sflistitem .sfpostAuthorAndDate{
	display: none;
}

.employee-articles .sflistitem h2.sfpostTitle{
	font-family: CorbelBold;
    font-size: 22px;
    color: #555;
    margin: 10px 0;
    background: transparent url(images/news.png) no-repeat;
    background-size: 27px;
    padding-left: 37px;
    white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

.employee-articles .sflistitem h2.sfpostTitle a{
	color: #666;
}		 

.employee-articles a.sfpostFullStory{
	display: none;
}

.employee-articles .sfpostSummary{
	color: #777;
    line-height: 17px;
    font-size: 12px;
    margin-top: 10px;
}

.contact-holder.contact-form{
	box-sizing: border-box;
}

.contact-holder.contact-form h2{
	margin-top: 0;
}

.bread-crumbs{
	color: #5b6670;
    font-size: 15px;
    padding: 0 !important;
}

.bread-crumbs a{
	color: #5b6670;
	
}

.bread-crumbs strong{
	font-family: "CorbelBold";
    font-weight: 900;
    color: #5b6670;
}

.service-types h3{
	font-family: CorbelBold;
    font-size: 25px;
    margin: 0;
    margin-top: 40px;
    text-transform: uppercase;
    color: #5b6670;
    border-bottom: 1px solid #aaa;
    padding-bottom: 10px;
    font-weight: bold;
}

.service-types .sfNavVertical li{
	background: #fff;
    border-bottom: 1px solid #aaa;
}

.service-types .sfNavVertical a{
	height: 50px;
    line-height: 50px;
    color: #666;
    font-size: 14px;
    font-family: "CorbelBold";
    /*background: transparent url(images/bullet.png) no-repeat;*/
    background-size: 16px;
    background-position: 0 50%;
    padding-left: 25px;
    letter-spacing: 0.5px;
}

.service-types .sfNavVertical a:hover{
	background-color: transparent;
}

.service-types .sfNavVertical li:before{
	content: '';
    border: solid #4068a6;
    border-width: 0 4px 4px 0;
    display: block;
    height: 6px;
    width: 6px;
    padding: 1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    float: left;
    margin-top: 18px;
}

.our-people .sfexpandedListWrp .sflistList{
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 0;
}

.our-people .sfexpandedListWrp .sflistListItem{
	width: 30%;
	position: relative;
	padding-bottom: 0;
}

.our-people .sfexpandedListWrp .sflistTitle{
	display: none;
}

.our-people .sfimagesTmbList .sfimagesTmb{
	display: block;
    width: 100%;
    padding: 0;
}

.our-people .sfimagesTmbList img{
	width: calc( 100% - 2px );
    border: 0 solid #e2e2e2;
}

.our-people .sfexpandedListWrp .sflistItemTitle{
	background: #f5c300;
    font-weight: normal;
    color: #fff;
    padding: 5px;
    font-family: Corbel;
    line-height: 19px;
    text-transform: uppercase;
    font-size: 17px;
    overflow: hidden;
    cursor: pointer;
    padding-left: 10px;
    text-align: center;
}

.our-people .sfexpandedListWrp .sflistItemTitle a{
    color: #fff;
    word-spacing: 600px;
}

/*
.our-people .sfexpandedListWrp .sflistItemTitle:before{
	content: "\f055";
    font-family: 'FontAwesome' !important;
    color: #fff;
    margin-right: 10px;
    margin-left: 3px;
    display: inline-block;
    margin-top: -2px;
    float: left;
    font-size: 17px;
}
*/

.our-people .sfexpandedListWrp .sfListIndustry{
	border: 1px solid #f5c400;
    padding: 5px;
    position: absolute;
    background: #fff;
    z-index: 999;
    box-sizing: border-box;
    display: none;
    text-transform: capitalize;
    width: 100%;
}

.our-people .sfexpandedListWrp .sflistListItem:hover .sfListIndustry{
	display: none;
}

.our-people .sfexpandedListWrp .sflistListItem .sflistItemContent,
.our-people .sfexpandedListWrp .sflistListItem .sflistItemLink{
	display: none;
}	
		
.elistListItem .eListLink{
	color: #000;
}	

.elistListItem .eListLink:hover{
	color: #000;
	font-weight: bold;
}	

.sfBreadcrumbWrp{
	margin: 15px 0 0;
    font-size: 15px;
}

.sfBreadcrumbWrp .RadSiteMap .sfBreadcrumbNavigation .rsmLink{
	color: #5b6670;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

.sfBreadcrumbWrp .RadSiteMap .sfBreadcrumbNavigation .rsmLink:hover{
	color: #5b6670;
    text-decoration: none;
    border-color: transparent;
    background: transparent;
    /*padding: 0 5px 0 5px;*/
}

.sfBreadcrumbWrp .RadSiteMap .sfNoBreadcrumbNavigation .rsmLink, .sfBreadcrumbWrp .RadSiteMap .sfNoBreadcrumbNavigation .rsmLink:hover{
    color: #5b6570;
    cursor: default;
    text-decoration: none;
    font-weight: 900;
    font-family: CorbelBold;
    border-color: transparent;
    background: transparent;
}

.sfBreadcrumbWrp .RadSiteMap .rsmOneLevel .rsmItem .sfBreadcrumbNodeSeparator{
    margin-right: 5px;
}

.sfBreadcrumbWrp .RadSiteMap .rsmOneLevel .rsmLink{
    padding-left: 0;
}

.our-people{
	padding: 10px 30px 0 30px;
    box-sizing: border-box;
}

.hero-call-holder .services-list ul li{
	margin-bottom: 20px;
}

.hero-call-holder .services-list ul li strong{
	font-family: CorbelBold;
}

.sfNavHorizontalDropDown{
	background-color: transparent;
}

.k-menu .k-item, .k-menu-scroll-wrapper .k-item, .k-menu-scroll-wrapper.horizontal>.k-item, .k-popups-wrapper .k-item, .k-popups-wrapper.horizontal>.k-item, .k-widget.k-menu-horizontal>.k-item{
	box-sizing: content-box;
    border-right: 1px solid transparent;
    background-color: transparent;
}

.sfNavHorizontalDropDown .k-item>a.k-link{
	color: #5b6670;
    font-weight: bold;
    border-right: 1px solid #5b6670;
    font-family: CorbelBold;
    font-size: 20px;
    line-height: 27px;
    padding: 0 20px;
    height: auto;
    text-transform: uppercase;
}

.sfNavHorizontalDropDown .k-item:last-child > a.k-link{
	border-right: 0 solid #5b6670;
	padding-right: 0;
}	

.sfNavHorizontalDropDown a:hover{
	background-color: transparent;
	color: #f3c300 !important;
}

.k-menu .k-item>.k-link>.k-i-arrow-60-down{
	display: none;
}

.sfNavHorizontalDropDown .k-group .k-item>a.k-link{
	padding: 0px 20px;
    font-size: 14px;
    border-right: 0;
    color: #333;
    font-family: Corbel;
}

.sfNavHorizontalDropDownWrp .k-menu > .k-item > div > .k-menu-group{
	margin-top: 0;
	width: 100%;
	padding: 15px;
}	

.sfNavHorizontalDropDownWrp .k-popup .k-animation-container{
	border-left: 0;
}

.sfNavHorizontalDropDown .k-popup{
	background-color: #fff;
    border: 0;
    margin-left: 0!important;
}

.sfNavHorizontalDropDown .k-popup:before{
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 9px solid #cccccc;
    top: -10px;
    left: 40px;
}

.sfNavHorizontalDropDown .k-item>a.k-link.sfSel, .sfNavHorizontalDropDown .k-item>a.k-link.sfSel:hover{
	background-color: #fff;
	color: #f3c300;
}

.sfNavHorizontalDropDown li.k-item{
	position: static !important;
}	

.sfNavHorizontalDropDown.k-menu .k-item div.k-animation-container{
	width: 100% !important;
	overflow: hidden !important;
	top: 149px;
	border-top: 1px solid #333;
	display: block;
    background: #fff;
    z-index: 1;
    padding: 15px;
    box-sizing: border-box;
}

.sfNavHorizontalDropDown.k-menu .k-item div.k-animation-container .k-item>a.k-link.sfSel,  .sfNavHorizontalDropDown.k-menu .k-item div.k-animation-container .k-item>a.k-link:hover{
	color: #333 !important;
	font-family: CorbelBold;
}

.sfNavHorizontalDropDown.k-menu #menu-canvas #menu-logo-holder{
	width: 560px;
    float: right;
    height: 100%;
    margin-right: 20px;
    border-right: 1px solid #333;
    box-sizing: border-box;
    padding: 10px 20px;
}

.sfNavHorizontalDropDown.k-menu #menu-canvas #menu-logo-holder img{
	height: 100%;
	display: block;
    float: left;
    margin-right: 30px;
    height: 94px;
}

.sfNavHorizontalDropDown.k-menu #menu-canvas #menu-logo-holder .img{
	width: 170px;
    height: 94px;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
}

.sfNavHorizontalDropDown.k-menu #menu-canvas #menu-logo-holder .logo-desc{
	font-size: 15px;
    color: #333;
    font-family: Corbel;
}

.sfNavHorizontalDropDown.k-menu #menu-canvas{
	display: none;
	box-shadow: 0 1px 3px #ccc;
}

.sfNavHorizontalDropDown.k-menu #menu-canvas > ul{
	width: 585px;
    float: right;
    display: block;
}

.sfNavHorizontalDropDown.k-menu #menu-canvas > ul > .sf_3cols_1_33{
	width: 255px;
}

.sfNavHorizontalDropDown.k-menu #menu-canvas > ul > .sf_3cols_2_34{
	width: 190px;
}

.sfNavHorizontalDropDown.k-menu #menu-canvas > ul > .sf_3cols_3_33{
	width: 140px;
}

/* For Industry */
.sfNavHorizontalDropDown.k-menu #menu-canvas > ul.Industry > .sf_3cols_1_33{
	width: 190px;
}

.sfNavHorizontalDropDown.k-menu #menu-canvas > ul.Industry > .sf_3cols_2_34{
	width: 235px;
}

.sfNavHorizontalDropDown.k-menu #menu-canvas > ul.Industry > .sf_3cols_3_33{
	width: 160px;
}

.sfNavHorizontalDropDown.k-menu #menu-canvas > ul.Industry > div > li{
	color: #333;
    padding: 5px 0 0 0;
    margin-bottom: 10px;
}

/* For Industry ends */

.sfNavHorizontalDropDown.k-menu #menu-canvas > ul > div > li{
	color: #333;
    padding: 5px 0 0 0;
    margin-bottom: 7px;
}

.sfNavHorizontalDropDown.k-menu #menu-canvas > ul > div > li > #menu-canvas{
	display: none !important;
}

.sfNavHorizontalDropDown.k-menu #menu-canvas > ul > div > li > a{
	color: #333;
    font-size: 15px;
    font-family: Corbel;
}

.sfNavHorizontalDropDown.k-menu #menu-canvas > ul > div > li > a.sfSel{
	font-family: CorbelBold;
}

.our-people .sfexpandedListWrp .sflistListItem{
	padding: 20px;
}

.our-people .slick-next{
	right: -35px;
}

.hbspt-form{
	margin-top: 20px;
	padding-bottom: 5px;
}

.hbspt-form form{
	padding: 25px;
}	

.hbspt-form form.hs-form fieldset{
	max-width: 100% !important;
}

.hbspt-form form.hs-form fieldset label{
	display: none;
}
	
.hbspt-form input.hs-input,.hbspt-form textarea.hs-input{
	width: 100% !important;
    padding: 8px;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-size: 12px;
    font-family: "Corbel";
    border: 1px solid #bdc2c6;
    border-radius: 0;
    padding: 15px 10px;
}

.hbspt-form .hs_submit.hs-submit{
	padding-top:20px;
}

.hbspt-form .hs_submit input.hs-button{
	color: #fff;
    background: rgb(64,105,166);
    border-color: rgb(64,105,166);
    border-radius: 3px;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    font-family: arial;
    border-width: 0;
    margin: 0 auto;
    display: block;
    line-height: 36px;
    height: 36px;
    -webkit-appearance: none;
    -moz-appearance: none;
}


.hbspt-form .hs_error_rollup .hs-error-msgs{
	display: block;
    color: red;
    margin-bottom: 10px;
}

.hbspt-form .submitted-message{
	display: block;
    background: #f3c300;
    color: #fff;
    margin: 35px 25px 25px 25px;
    padding-top: 2px;
    font-size: 14px;
    line-height: 37px;
    text-align: center;
}

.legal-consent-container .hs-field-desc, .legal-consent-container .hs-form-booleancheckbox-display{
	display: block !important;
}

.hbspt-form .legal-consent-container input.hs-input{
	width: auto !important;
	height: 15px;
    vertical-align: bottom;
    margin: 0 5px 0 0;
    box-shadow: 0 0 0 #ccc;
}

.service-types .sfNavVertical a:hover, .service-types .sfNavVertical a.sfSel, .sfNavVertical a.sfSel, .sfNavVertical a.sfSel:hover{
	background-color: #fff;
}

.number{
	font-family: arial !important;
}

.social-links a:hover{
	color: #f3c300;
}

.arrow-bullet{
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
    background: transparent url(images/Icon.png) no-repeat;
    background-size: 25px;
    padding-left: 40px;
    background-position: 0 5px;
}

.careers-button{
	display: inline-block;
    padding: 12px 20px 10px 20px;
    background: #f3c300;
    color: #fff !important;
    font-size: 15px;
    border-radius: 7px;
    margin: 0 auto;
    margin-bottom: 15px;
    line-height: 20px;
    position: relative;
}

.profile-holder .sfexpandableListWrp .sflistListItem .sflistItemContentExp a{
    text-decoration: underline;
}

.profile-holder .sfexpandableListWrp .sflistListItem .sflistItemContentExp a:hover{
    color: #f3c300;
}

.profile-holder .sfexpandableListWrp .sflistItemToggleLnk:before{
	content: "\f067";
    font-family: FontAwesome;
    margin-left: -30px;
    margin-right: 20px;
    color: #fbc200;
}

.profile-holder .sfexpandableListWrp .sflistItemToggleLnk.sflistListItemExpanded:before{
	content: "\f068";
    font-family: FontAwesome;
    margin-left: -30px;
    margin-right: 20px;
    color: #fbc200;
}

.opp-circle{
	max-width: 70%;
    margin: 0 auto;
    display: block;
}	

ul.sfeventsList{
	display: none;
}

.events h3{
	font-size: 22px;
    font-weight: bold;
}

.event{
	display: flex;
    padding: 15px 0;
    border-top: 2px solid #5b6670;
    overflow: auto;
}

.event:last-child{
	border-bottom: 2px solid #5b6670;
}

.event .dateHolder{
	display: block;
    float: left;
    width: 80px;
    height: 100px;
    background: #5b6670;
    margin-right: 20px;
    color: #fff;
}

.event .dateHolder .eventMonth{
    margin: 5px;
    background: #fff;
    color: #5b6670;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 6px 0;
    text-transform: uppercase;
}

.event .dateHolder .eventDate{
	font-size: 24px;
    text-align: center;
    font-family: arial;
    padding-top: 1px;
}

.event .eventDetails .eventName{
	font-size: 25px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 30px;
}

.news-holder{
	clear: both;
    margin-bottom: 20px;
    display: flex;
}

.news-holder .news-image{
	display: block;
    width: 350px;
    min-width: 200px;
    margin-right: 15px;
}

.news-holder .news-image img{
	width: 200px;
    height: 150px;
    object-fit: cover;
}

.news-holder .news-content{
	position: relative;
    display: block;
    font-size: 13px;
}

.news-holder .news-title{
	font-size: 16px;
    font-weight: bold;
    color: #5b6670;
    text-decoration: none;
}

.news-holder .news-date{
	margin-bottom: 12px;
}

.news-holder .read-more{
	display: block;
    background: transparent url(images/Icon.png) no-repeat;
    background-size: 16px;
    text-indent: 24px;
    background-position: 0 50%;
    margin-top: 10px;
    color: #5b6670;
    text-decoration: none;
}

.press-room{
	background: #dce2e4;
    margin-top: 20px;
    padding: 20px;
    box-sizing: border-box;
}	

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

.profile-holder .sfexpandableListWrp .sflistItemContent.expanded{
	display: block !important;
}

a.load-more{
	background: #f3c300;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    margin: 10px auto;
    width: 60px;
    display: block;
    text-align: center;
    font-weight: bold;
}	

.sfBreadcrumbWrp .RadSiteMap{
	width: calc(100% - 150px);
    float: left;
}

.five-steps.cta .steps-content{
    margin-bottom: 15px;
}

.five-steps.cta .steps-content h2{
    color: #fff;
    border-bottom: 0 solid #ccc;
    font-weight: normal;
    margin-left: 25px;
    margin-bottom: 30px;
    text-align: left !important;
    font-style: normal;
    font-size: 30px;
    font-family: CorbelBold;
    margin-top: 65px;
    text-transform: none;
}

.five-steps.cta.pushup .steps-content h2{
    margin-top: 45px;
}

.five-steps.cta .steps-content h2 strong{
    font-size: 36px;
}

.five-steps.cta.newsletter .steps-content h2 strong{
    font-size: 32px;
}

.five-steps.cta.whitepaper .steps-content h2 strong{
    font-size: 32px;
}

.five-steps.cta .steps-content h3{
    color: #fff;
    font-family: Corbel;
    font-size: 27px;
    border-bottom: 0 solid #ccc;
    margin-top: 0;
    font-weight: normal;
    margin-left: 25px;
    margin-bottom: 30px;
    text-align: left !important;
    font-style: italic;
}

.five-steps.cta .download-button{
    margin-top: 0;
    font-size: 22px;
    font-weight: 900;
    width: 238px;
    position: absolute;
    bottom: -20px;
}

.five-steps.cta-auto{
    background-image: url("images/cta/CTA_Background-Auto.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.five-steps.cta-construction{
    background-image: url("images/cta/CTA_Background-Construction.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.five-steps.cta-insurance{
    background-image: url("images/cta/CTA_Background-Insurance.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.five-steps.cta-manufacuring{
    background-image: url("images/cta/CTA_Background-Manufacturing.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.five-steps.cta-nonprofit{
    background-image: url("images/cta/CTA_Background-NonProfit.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.five-steps.cta-realestate{
    background-image: url("images/cta/CTA_Background-RealEstate.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.five-steps.cta-assurance{
    background-image: url("images/cta/CTA_Background-Assurance.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.five-steps.cta-incentives{
    background-image: url("images/cta/CTA_Background-Incentives.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.five-steps.cta-litigation{
    background-image: url("images/cta/CTA_Background-Litigation.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.five-steps.cta-locationstrategies{
    background-image: url("images/cta/CTA_Background-LocationStrat.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.five-steps.cta-succession{
    background-image: url("images/cta/CTA_Background-Succession.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.five-steps.cta-valuation{
    background-image: url("images/cta/CTA_Background-Valuation.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.five-steps.cta-tax{
    background-image: url("images/cta/CTA_Background-Tax.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.five-steps.cta-entrepreneurial{
    background-image: url("images/cta/CTA_Background-Entrepreneurial.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.five-steps.cta-retail{
    background-image: url("images/cta/Retail.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.mn-arrow{
    background-image: url(images/MN1.png);
    background-size: 30px;
    background-position: 0 50%;
    background-repeat: no-repeat;
    text-indent: 40px;
    font-size: 17px !important; 
    line-height: 30px;
}

.mn-1{
    background-image: url(images/MN1.png);
}

.mn-2{
    background-image: url(images/MN2.png);
}

.mn-3{
    background-image: url(images/MN3.png);
}

.mn-4{
    background-image: url(images/MN4.png);
}

.ofund{

}

.ofund-heading{
    background: rgb(141,82,29);
    color: #fff;
    text-align: center;
    padding: 5px;
    font-weight: bold;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.ofund-heading h3{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}

.ofund-1,.ofund-2, .ofund-3, .ofund-4, .ofund-5 {
    margin-bottom: 5px;
    display: flex;
}

.ofund-1 .sf_colsOut{
    color: #000;
    text-align: center;
    font-weight: bold;
}

.ofund-1 .sf_colsOut .sf_colsIn{
    padding: 5px;
    background: rgb(191,162,134);
    height: 100%;
    box-sizing: border-box;
}

.ofund-2 .sf_colsOut{
    color: #000;
    text-align: center;
    font-weight: normal;
}

.ofund-2 .sf_colsOut .sf_colsIn{
    background: rgb(224,209,195);
    padding: 5px;
    height: 100%;
    box-sizing: border-box;
}

.ofund-3 .sf_colsOut{
    color: #000;
    text-align: center;
    font-weight: normal;
}

.ofund-3 .sf_colsOut .sf_colsIn{
    padding: 5px;
    background: rgb(240,232,224);
    height: 100%;
    box-sizing: border-box;
}

.ofund-4 .sf_colsOut{
    color: #000;
    text-align: center;
    font-weight: normal;
}

.ofund-4 .sf_colsOut .sf_colsIn{
    padding: 5px;
    background: rgb(247,243,239);
    height: 100%;
    box-sizing: border-box;
}

.ofund-5 .sf_colsOut{
    color: #000;
    text-align: center;
    font-weight: normal;
}

.ofund-5 .sf_colsOut .sf_colsIn{
    padding: 5px;
    background: rgb(247,243,239);
    height: 100%;
    box-sizing: border-box;
}

.ofund-1 .empty .sf_colsIn, .ofund-2 .empty .sf_colsIn, .ofund-3 .empty .sf_colsIn, .ofund-4 .empty .sf_colsIn, .ofund-5 .empty .sf_colsIn{
    background: #fff !important;
}

.ofund .sf_4cols_2_25 .sf_4cols_2in_25, .ofund .sf_4cols_3_25 .sf_4cols_3in_25, .ofund .sf_4cols_4_25 .sf_4cols_4in_25{
    margin-left: 5px !important;
}

.footer .hbspt-form form{
    padding: 0 !important;
}

.footer .hbspt-form input.hs-input, .footer .hbspt-form textarea.hs-input{
    padding: 8px;
    box-shadow: 0 0 0 #ccc;
}

.footer .hbspt-form .hs-form-field label{
    display: none;
}

.footer .hbspt-form .hs-form-field.hs-fieldtype-booleancheckbox label{
    display: flex;
}

.footer .hbspt-form .hs-form-field{
    margin-bottom: 0 !important;
}

.footer .hbspt-form .hs-form-field.hs-fieldtype-textarea textarea.hs-input{
    height: 60px;
}

.footer .hbspt-form input.hs-input{
    margin-bottom: 5px;
}

.footer .hbspt-form textarea.hs-input{
    margin-bottom: 0;
}

.footer .hbspt-form input[type="checkbox"]{
    width: auto !important;
    padding: 0 !important;
}

.footer .hbspt-form .hs-form-booleancheckbox span{
    font-size: 11px;
    color: #5b6670;
    padding-left: 10px;
}

.footer .hbspt-form .form-columns-2 .hs-form-field{
    width: 47%;
}

.footer .hbspt-form .form-columns-2 .hs-form-field:nth-child(2){
    float: right;
}

.footer .hbspt-form .hs_submit input.hs-button{
    text-shadow: 0 0 0 #fff;
    background: #f3c300 !important;
    border-color: #f3c300 !important;

}

.footer .hs_submit .actions{
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-left: 0 !important;
}

.footer .hs_submit .actions .hs-button:hover{
    box-shadow: 0 0 0 #ccc;
    border: 0;
}

.footer .hbspt-form .hs_submit.hs-submit{
    padding-top: 0;
}

.footer .hbspt-form .submitted-message{
    margin-left: 0;
    margin-right: 0;
}

.profile-holder .contact-form.contact-holder .hbspt-form .hs_submit input.hs-button{
    text-shadow: 0 0 0 #fff;
    background: #f3c300 !important;
    border-color: #f3c300 !important;

}

.profile-holder .contact-form.contact-holder .hbspt-form form{
    padding: 0;
}

.profile-holder .contact-form.contact-holder .hbspt-form input.hs-input{
    padding: 8px;
    box-shadow: 0 0 0 #ccc;
    box-sizing: content-box;
    width: calc(100% - 16px) !important;
}

.profile-holder .contact-form.contact-holder .hbspt-form fieldset.form-columns-2 .field:last-child .input{

}

.profile-holder .contact-form.contact-holder .hbspt-form textarea.hs-input{
    padding: 8px;
    height: 100px;
    box-shadow: 0 0 0 #ccc;
    width: calc(100% - 16px) !important;
    box-sizing: content-box !important;
}

.profile-holder .contact-form.contact-holder .hbspt-form .hs-input::placeholder {
    color: #888 !important;
    opacity: 1; /* Firefox */
}

.profile-holder .contact-form.contact-holder .hbspt-form .hs-input::-webkit-input-placeholder {
    color: #888 !important;
}

.profile-holder .contact-form.contact-holder .hbspt-form .hs-input::-moz-placeholder {
    color: #888 !important;
}

.profile-holder .contact-form.contact-holder .hbspt-form .hs-input:-moz-placeholder {
    color: #888 !important;
}

.profile-holder .contact-form.contact-holder .hbspt-form .hs-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #888 !important;
}

.profile-holder .contact-form.contact-holder .hbspt-form .hs-input::-ms-input-placeholder { /* Microsoft Edge */
   color: #888 !important;
}

.profile-holder .contact-form.contact-holder .hbspt-form .submitted-message{
    margin: 0;
    line-height: 22px;
    text-align: left;
    padding: 0;
    background: 0;
    color: #252525;
}

.sitemap-links .sfNavTreeview .k-i-collapse, .sitemap-links .sfNavTreeview .k-i-expand{
    background-image: url();
}

.sitemap-links .k-treeview .k-i-collapse, .sitemap-links .k-treeview .k-i-expand, .sitemap-links .k-treeview .k-i-minus, .sitemap-links .k-treeview .k-i-plus{
    margin-top: -0.2em;
}

.sitemap-links .k-treeview .sfNavTreeview .k-in, .sitemap-links .sfNavTreeview .k-in.k-state-hover, .sitemap-links .sfNavTreeview .k-in.k-state-selected, .sitemap-links .sfNavTreeview .k-in.k-state-focused{
    color: #5b6670;
    font-size: 14px;
}

.sitemap-links .sfNavVertical a{
    padding: 0 5px;
    height: 20px;
    font-size: 14px;
    color: #5b6670;
    line-height: 20px;
    font-weight: bold;
}

.sitemap-links .sfNavVertical li{
    border-bottom: 0 solid #fff;
    background-color: transparent;
}

.sfNavVertical a:hover{
    background-color: transparent;
    color: #5b6670;
}

.people-sitemap .k-treeview .k-item, .industry-sitemap .k-treeview .k-item, .others-sitemap .k-treeview .k-item{
    padding-left: 0 !important;
}

.service-types .sfNavVertical a:hover, .service-types .sfNavVertical a.sfSel, .sfNavVertical a.sfSel, .sfNavVertical a.sfSel:hover{
    background-color: transparent;
}

.pdf-only{
    display: none;
    font-size: 14px;
    margin-top: 54px;
}

.hero-call-holder .hbspt-form input.hs-input, .hero-call-holder .hbspt-form textarea.hs-input{
	width: calc( 100% - 16px ) !important;
	box-sizing: content-box;
	height: auto;
	padding: 8px;

}

.hero-call-holder fieldset.form-columns-2 .hs-form-field{
	width: 49%;
}

.hero-call-holder fieldset.form-columns-2 .hs-form-field:last-child{
	width: 49%;
	float: right;
}

.hero-call-holder fieldset.form-columns-1 input[type="checkbox"]{
    width: auto !important;
    padding: 0;
    margin-left: -20px;
    vertical-align: middle;
}

.hero-call-holder .legal-consent-container .hs-form-booleancheckbox-display{
    display: block !important;
    line-height: 20px;
    padding-left: 20px;
}

.pdf-width{
    width: 1380px !important;
}

@media( max-width: 1350px ){

    .five-steps.cta.newsletter .steps-content h2 strong, .five-steps.cta.whitepaper .steps-content h2 strong{
        font-size: 22px;
    }

    .five-steps.cta.newsletter .steps-content h2, .five-steps.cta.whitepaper .steps-content h2{
        font-size: 23px;
    }

    .five-steps.cta.newsletter .download-button, .five-steps.cta.whitepaper .download-button{
        font-size: 17px;
    }

    .five-steps.cta .download-holder{
        position: relative;
        bottom: auto;
    }

    .five-steps.cta .download-button{
        position: relative;
        bottom: auto;
        width: 170px;
    }

    .five-steps.cta.newsletter .download-button{
        font-size: 15px;
    }

}
		
/****** / HOME PAGE *******/

@media( max-width: 920px ){

	.hero-home .pre-headline{
		margin: 40px;
		margin-left: 0;
		margin-bottom: 0;
		margin-right: 0;
	}
	
	.hero-home .headline{
		margin-left: 0;
	}
	
	.hero-home .sf_2cols_1_50{
		width: 100% !important;
		text-align: left;
		margin-bottom: 50px;
	}
	
	.hero-home .sf_2cols_2_50{
		width: 100% !important;
    	text-align: center;
	}
	
	.hero-home .hero-call{
		max-width: 320px;
		float: none;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	
	.hero-home .contact-form.contact-holder{
		float: none;
		max-width: 320px;
		margin: 0 auto;
    }
    
    .sitemap-links .sf_5cols_1_20, .sitemap-links .sf_5cols_2_20, .sitemap-links .sf_5cols_3_20, .sitemap-links .sf_5cols_4_20{
        width: 50% !important;
    }

    .sitemap-links .sf_cols .sf_5cols_3_20{
        clear: left;
        margin-top: 30px;
    }

}
	
@media( min-width: 768px ) and (max-width: 991px) {

	.container{
		max-width: 750px;
		margin-right: auto;
		margin-left: auto;
	}
	
	.home-full-banner{
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	.hero-home.hero-services .services-img{
		display: none;
	}
	.our-people .sfexpandedListWrp .sflistItemTitle a{
		font-size:14px;
	}
	.employee-holder .sfimagesTmbList img{
		width: 100%;
	}
	.five-steps.cta .steps-content h3{
		font-size:14px;
	}
	.five-steps.cta.newsletter .steps-content h2 strong, .five-steps.cta.whitepaper .steps-content h2 strong{
		font-size:14px;
	}
	.five-steps.cta.newsletter .download-button{
		font-size:14px;
    }
    .five-steps.cta.whitepaper .download-button{
        font-size: 12px;    
    }
	.five-steps.cta .download-button{
		width:115px !important;
	}
	
}

.service-types .sfNavVertical li.ss:before{
	font-family: FontAwesome;
    content: "\f105";
    font-size: 22px;
    margin-top: 8px;
    font-weight: bold;
    color: #4068a6;
    border: 0 !important;
    height: auto;
    width: auto;
    transform: none;
    -webkit-transform: none;
    border-width: 0 0 0 0 !important;
}

.removeSlider{
	width: 550px !important;
	transform: none !important;
}	

.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadinModal-content{
	background-image: url(images/newsletter-min.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.leadinModal .leadin-input-wrapper input[type="text"], .leadinModal .leadin-input-wrapper input[type="email"], .leadinModal .leadin-input-wrapper input[type="tel"], .leadinModal .leadin-input-wrapper input[type="number"], .leadinModal .leadin-input-wrapper select, .leadinModal .leadin-input-wrapper textarea{
	border: 2px solid #888 !important;
	background: #e8e8e8;
}

.leadin-input-wrapper input::placeholder {
    color: #888 !important;
    opacity: 1; /* Firefox */
}

.leadin-input-wrapper input::-webkit-input-placeholder {
    color: #888 !important;
}

.leadin-input-wrapper input::-moz-placeholder {
    color: #888 !important;
}

.leadin-input-wrapper input:-moz-placeholder {
    color: #888 !important;
}

.leadin-input-wrapper input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #888 !important;
}

.leadin-input-wrapper input::-ms-input-placeholder { /* Microsoft Edge */
   color: #888 !important;
}

.leadinModal .leadin-input-wrapper input[type="text"]:hover, .leadinModal .leadin-input-wrapper input[type="email"]:hover, .leadinModal .leadin-input-wrapper input[type="tel"]:hover, .leadinModal .leadin-input-wrapper input[type="number"]:hover, .leadinModal .leadin-input-wrapper select:hover, .leadinModal .leadin-input-wrapper textarea:hover{
	border: 2px solid #888 !important;
	background: #e8e8e8;
}

.leadinModal.leadinModal-v3 .leadin-button.leadin-button-primary{
	color: #fff !important;
	font-weight: bold;
}

.leadinModal.leadinModal-theme-default.leadinModal-v3.leadinModal-form h4{
	text-align: center;
	color: #5b6670;
	font-size: 1.7em;
}

.leadin-input-wrapper .leadin-input-wrapper:first-child{
	width: 50%;
	float: left;
}

.leadin-input-wrapper .leadin-input-wrapper:nth-child(2){
	width: 48%;
	float: right;
}

.leadin-input-wrapper .leadin-input-wrapper:nth-child(3){
	clear: both;
}

.leadinModal.leadinModal-theme-default.leadinModal-v3 .leadin-content-body .leadin-preview-wrapper h4{
	text-align: center;
}

.five-steps.cta .steps-content h2{
	margin-top: 15% !important;
	margin-bottom: 15% !important;
}
.five-steps.cta .steps-content h3{
	margin-bottom:15% !important;
}
.five-steps .download-holder{
	position: absolute !important;
	bottom: 0 !important;
}
.five-steps.cta .download-button{
	position: absolute;
	bottom:0;
}
.related-services .sf_colsIn.sf_2cols_1in_50, .related-services .sf_colsIn.sf_2cols_2in_50{
		margin: 5px 30px !important;
}

.extend-width{
    width: 76% !important;
}

@media(max-width: 768px){
	.profile-holder .sfexpandableListWrp .sflistItemToggleLnk:before{
		content: "\f067";
		font-family: FontAwesome;
		margin-left: -30px;
		margin-right: 20px;
		color: #fbc200;
	}
		
	.profile-holder .sfexpandableListWrp .sflistItemToggleLnk {
		color: #333;
		font-size: 18px;
		font-weight: 900;
		display: block;
		border-top: 1px solid #999;
		padding: 10px;
		text-indent: 20px;
		font-family: "Corbel";
		background: transparent;
	}
}

@media (max-width: 1000px) and (min-width: 931px){
	.our-people .sfexpandedListWrp .sflistItemTitle a{
		font-size:10px;
		margin-left:0 !important;
		line-height:15px;
	}
	.our-people .sfexpandedListWrp .sflistItemTitle{
		padding:2px;
		padding-left:0;
	}
	.article-heading h1{
		background-size: 35px;
		text-indent:35px;
		font-size:20px;
	}
	.related-services .sf_colsIn.sf_2cols_1in_50{
		margin: 0px 10px !important;
	}
	.related-services .sf_colsIn.sf_2cols_2in_50{
		margin: 0px 0px 0px 20px !important;
	}
	.hero-call-holder .hero-contact-holder .sf_1col_1_100 h2,.service-types h3{
		font-size:20px;
	}
	.five-steps.cta-retail{
		padding:25px;
	}
	.five-steps .steps-content > .sf_colsOut{
		width:50% !important;
	}
	.five-steps.cta.newsletter .steps-content h2, .five-steps.cta.whitepaper .steps-content h2{
		font-size:18px;
	}
	.five-steps.cta.newsletter .steps-content h2 strong, .five-steps.cta.whitepaper .steps-content h2 strong{
		font-size:18px;
	}
	.five-steps.cta .steps-content h3{
		font-size:20px;
	}
	.five-steps.cta .steps-content h2,.five-steps.cta .steps-content h3{
		margin-left:25px;
	}
	.five-steps.cta .download-button{
		width:135px;
	}
	.five-steps.cta.whitepaper .download-button{
		font-size:12px;
    }
    .five-steps.cta.newsletter .download-button{
        font-size:13px; 
    }
	.five-steps.cta .steps-content h3{
		margin-bottom:10px;
	}
	.five-steps.cta .steps-content h2{
		margin-bottom:15px;
	}
	.five-steps .download-button{
		margin-left:25px;
	}
	.five-steps .steps-content{
		margin-top:0;	
	}
		
}

@media( min-width: 930px ) and (max-width: 991px){

	.article-heading, .hero-call-holder.home, .bread-crumbs, .hero-home .container{
		max-width: 880px !important;
		box-sizing: border-box;
		padding: 20px 0;
	}

}

@media( min-width: 992px ) and (max-width: 1200px) {

	.container{
		max-width: 930px;
		margin-right: auto;
		margin-left: auto;
	}
	
}

@media( min-width: 1001px ) and (max-width: 1149px){
    
    .five-steps.cta.newsletter .steps-content h2, .five-steps.cta.whitepaper .steps-content h2{
		font-size:20px;
		margin-bottom:20px;
    }
    
	.five-steps.cta.newsletter .steps-content h2 strong, .five-steps.cta.whitepaper .steps-content h2 strong,.five-steps.cta .steps-content h3{
		font-size:16px;
    }

    .five-steps.cta.whitepaper .download-button{
        font-size: 12px;
    }
    
	.five-steps.cta .steps-content h3{
		margin-bottom:26px;
    }
    
    .five-steps.cta .download-button{
        width: 130px;
        font-size: 16px;
    }

    .five-steps.cta .steps-content h2{
        font-size: 23px;
    }

    .five-steps.cta .steps-content h2 strong{
        font-size: 35px;
    }


}

@media( min-width: 1150px ) and (max-width: 1349px){

    .five-steps.cta.newsletter .steps-content h2 strong, .five-steps.cta.whitepaper .steps-content h2 strong,.five-steps.cta .steps-content h3{
		font-size: 20px;
    }

}

@media( min-width: 768px ) and (max-width: 929px){

    .five-steps.cta .steps-content h2{
        font-size: 20px;
        margin-top: 0 !important;
        margin-bottom: 5px !important;
    }

    .five-steps.cta .steps-content h2 strong{
        font-size: 30px;
    }

    .five-steps.cta .download-button{
        font-size: 13px;
    }

    .five-steps.cta .steps-content h3{
        font-size: 15px;
    }

    .five-steps.cta.newsletter .steps-content h2{
        margin-bottom: 15% !important;
    }

    .five-steps.cta.newsletter .steps-content h2{
        font-size: 18px;
    }

}

@media( min-width: 930px ) and (max-width: 1000px){

    .five-steps.cta .steps-content h2{
        font-size: 20px;
    }

    .five-steps.cta .steps-content h2 strong{
        font-size: 30px;
    }

    .five-steps.cta .download-button{
        font-size: 13px;
    }

    .five-steps.cta .steps-content h3{
        font-size: 17px;
    }

}

@media( min-width: 1150px ) and (max-width: 1200px){

	.article-heading, .hero-call-holder.home, .bread-crumbs, .hero-home .container{
		max-width: 1100px !important;
		box-sizing: border-box;
		padding: 20px 0;
	}
	.five-steps.cta .steps-content h2{
		margin-top:54px;
	}

}

@media( max-width: 1500px ){

	.slick-prev{
		left: -25px;
	}
	
	.slick-next{
		right: -25px;
	}
	
	.hero-home .pre-headline{
		margin-top: 100px;
	}

}

@media( min-width: 1500px ) AND ( max-width: 1700px ){

	.hero-home .pre-headline{
		margin-top: 120px;
	}

}

@media( min-width: 1000px ){

	.hero-home{
		padding: 125px 0;
	}

}

@media( min-width: 1201px ) {

	.container{
		max-width: 1170px;
		margin-right: auto;
		margin-left: auto;
	}
	
}

@media( min-width: 1350px ) {

	.article-heading, .hero-call-holder.home, .bread-crumbs, .hero-home .container{
		max-width: 1300px !important;
		box-sizing: border-box;
		padding: 20px 0;
	}
	
	.logo-wrapper{
		width: 110%;
		margin-left: -35px;
	}
	
	.sfNavHorizontalDropDown.k-menu #menu-canvas #menu-logo-holder{
		    width: 620px;
	}
	
	.sfNavHorizontalDropDown.k-menu #menu-canvas #menu-logo-holder .img{
		width: 225px;
    	height: 110px;
	}

}

@media( min-width: 1650px ) {

	.hero-home{
		padding: 160px 0;
	}
	
}

@media( min-width: 1700px ) {

	.logo{
		width: 25%;
	}
	
}

@media( max-width: 1150px ){

	.five-steps .steps-content h3{
		font-size: 25px;
	}
	
	.five-steps .white-wrap{
		width: 60%;
	}
	
	.hero-home .container .sf_2cols_1_50{
		width: 100% !important;
    }	
    
    .related-services .sf_colsIn.sf_2cols_1in_50, .related-services .sf_colsIn.sf_2cols_2in_50{
		/*margin: 5px 10px !important;*/
    }

}

@media( max-width: 1000px ){

	.five-steps .steps-content  > .sf_colsOut{
		width: 50% !important;
	}
	
	.five-steps .steps-content > .sf_2cols_2_67{
		margin-top: 0px;
	}
	
	.steps-content > .sf_2cols_1_33 > .sf_2cols_1in_33{
		margin-left: 0 !important;
    }
    
    .hero-call-holder h2.hero-call{
        font-size: 23px;
    }

}

@media( max-width: 1260px ){

	.sfNavHorizontalDropDown.k-menu #menu-canvas #menu-logo-holder{
		width: calc( 100% - 670px );
	}
	
	.sfNavHorizontalDropDown.k-menu #menu-canvas #menu-logo-holder .logo-desc{
		font-size: 13px;
	}
	
	.sfNavHorizontalDropDown.k-menu #menu-canvas #menu-logo-holder img{
		margin-right: 5px;
	}
	
}

@media( max-width: 1180px ){

	.sfNavHorizontalDropDown.k-menu #menu-canvas #menu-logo-holder{
		display: none !important;
	}
	
	.sfNavHorizontalDropDown.k-menu #menu-canvas > ul{
		width: 100%;
	}

}

@media( min-width: 1000px ) AND ( max-width: 1350px ){

    .our-people .sfexpandedListWrp .sflistItemTitle{
        font-size: 14px;
    }

	.five-steps .white-wrap h2{
		font-size: 22px;
	}
	
	.five-steps .white-wrap.smart-tech h2{
		font-size: 14px;
	}
	
	.five-steps .white-wrap{
		width: 70%;
	}

}

@media(max-width:930px) and (min-width:769px){

    .article-heading h1{
        margin-top: 20px;
    }

    .five-steps.cta.whitepaper .steps-content h2{
        font-size: 20px;
        margin-bottom: 10px !important;
    }

    .five-steps.cta.whitepaper .steps-content h2 strong{
        font-size: 19px;
    }

    .sfNavHorizontalDropDown .k-item>a.k-link{
        padding: 0 10px;
    }


}

@media(max-width: 1200px){

    .five-steps.cta .steps-content h3{
        font-size: 20px;
    }

    .article-card img{
        height: 120px;
    }

}