/* @import url('http://example.com/example_style.css'); */

@font-face {
    font-family: "nexa_xboldregular";
    font-style: normal;
    font-weight: bold;
    src: url("//cdn2.hubspot.net/hubfs/289742/Articulate%20April%202017%20Files/Fonts/Nexa_XBold-webfont.eot?t=1528133435671"), 
    url("//cdn2.hubspot.net/hubfs/289742/Articulate%20April%202017%20Files/Fonts/Nexa_XBold-webfont.ttf?t=1528133435671") , 
    url("//cdn2.hubspot.net/hubfs/289742/Articulate%20April%202017%20Files/Fonts/Nexa_XBold-webfont.woff?t=1528133435671");
}

@font-face {
    font-family: "nexa_regular";
    font-style: normal;
    font-weight: normal;
    src: url("//cdn2.hubspot.net/hubfs/289742/Articulate%20April%202017%20Files/Fonts/Nexa_Regular-webfont.ttf?t=1528133435671"),
    url("https://cdn2.hubspot.net/hubfs/289742/Articulate%20April%202017%20Files/Fonts/Nexa_Regular-webfont.woff?t=1528133435671"),
    url("//cdn2.hubspot.net/hubfs/289742/Articulate%20April%202017%20Files/Fonts/Nexa_Regular-webfont.eot?t=1528133435671");
}

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */



/*****************************************/
/* Start your style declarations here    */
/*****************************************/

body {
	font-family: 'nexa_regular', Helvetica, sans-serif;
}
a {
	text-decoration: none;
}


.cos-search-icon {
    position: absolute;
    right: 3%;
    top: 30px;
    width: 0;
}

.row-fluid .header-icon ul li a {
	font-style: normal;
	color: #fff;
}
.search-activated .row-fluid .header-icon ul {
	padding: 22px 0 0;
}
html.no-js {
	margin-right: 0 !important;
}

/* Search resulst page placeholder */

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color:#ccc  !important;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #ccc !important;
}
:-ms-input-placeholder {
	/* IE 10+ */
	color: #ccc !important;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #ccc !important;
}

.search-activated .header-container-wrapper {
	position: relative;
	z-index: 1111;
}

.search-results-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.9);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s, visibility 0s 0.5s;
	z-index: 999999999999999;
}
.search-activated .search-results-overlay {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s;
}
.search-results-overlay .overlay-close {
	position: absolute;
	right: 0;
	top: 10px;
	line-height: 0;
	overflow: hidden;
	border: 0;
	color: #fff;
	z-index: 100;
	background: none;
	cursor: pointer;
	/*    width:26px;*/
}
button.overlay-close img {
    width: 15px;
    height: 15px;
    margin-top: 5px;
}

/* header search placeholder */

.search-results-wrapper .search::-webkit-input-placeholder {
	opacity:.5;
}
.search-results-wrapper .search:-moz-placeholder {
	opacity:.5;
}
.search-results-wrapper .search::-moz-placeholder {
    opacity:.5;
}
.search-results-wrapper .search:-ms-input-placeholder {
	opacity:.5;
}
.search-results-wrapper {
	max-width: 690px;
	margin: 3em auto 1em auto;
	padding: 0 3em;
	/* height: calc(100vh - 46.4em);*/
}
.search-results-wrapper .search {
	width: 100%;
	padding: 12px 0.5em 19px;
	background: none;
	border: 0 none;
	color: white;
	outline: 0;
	font-size: 1.5em;
	font-family: 'nexa_regular', Helvetica, sans-serif;
	font-weight: 400;
}
.search-results {
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	overflow-y: auto;
	background: #f2f2f2;
	/* padding:5px 0;*/
}
.search-results li {
	list-style: none;
	margin-bottom: 1em;
	font-size: 2em;
	background: #fff;
	line-height: 1;
}
.search-results span {
	font-size: 1rem;
	display: block;
	margin-top: 0.75em;
}
/******************************************************************************* top- End ******************************************************************/

.row-fluid .header-menu {
	width: 66%;
}
.row-fluid .header-menu ul li {
	padding: 0 35px;
}
.row-fluid .header-icon {
	width: 19%;
}
.row-fluid .header-icon ul li a .fa-search {
	display: block;
}
/**** Search *****/

.search-activated {
	overflow: hidden;
}
.search-results-overlay {
	top: 69px;
}

body.search-activated>.body-container-wrapper>.container-fluid {
	filter: blur(2px);
}
.smain {
	display: none;
}
body.search-page .smain {
	display: block;
}
body.search-page .main {
	display: none;
}
body.search-page .search-results-overlay .overlay-close {
	top: 28px;
	right: 18px;
}
.header-menu {
	transition: all 0.5s ease
}
.menu-hidden.header-menu {
	opacity: 0;
	visibility: hidden;
}
.search-results-wrapper .search {
	max-width: 905px;
	font-size: 18px;
	display: block;
	width: 100%;
	margin: -30px auto 0;
	color: white;
}
.search-results-wrapper {
	position: relative;
}
.search-results-wrapper .fa-search {
	position: absolute;
	color: #fff;
	top: 13px;
	left: 0;
	width: 15px;
}
.search-results-overlay {
	background: rgba(0, 0, 0, 0.6);
}
.search-results .cos-name {
	color: #323232;
	font-size: 16px;
	transition: all 0.5s ease;
	font-weight: 400;
	text-transform: capitalize;
}


/* Result li hover */
.search-results .cos-name:hover {
	color: red;
}
.search-results .cos-url {
	color: #fff;
}
.search-results {
	max-width: 705px;
	margin: 30px auto 0;
	width: 100%;
	border-radius: 5px;
}
.search-results li {
	background: transparent;
	position: relative;
	margin: 0;
}
.search-results li a {
	padding: 12px 10px;
	display: block;
	padding-left: 25px;
}
.search-results li a:hover {
	background: #fff;
}
.search-results::-webkit-scrollbar {
	display: none;
}
.search-results>li {
	display: none !important;
}
.search-results.now-show>li:nth-child(-n+5) {
	display: block !important;
	color: #323232;
	font-weight: 400;
	font-size: 15px;
}
.search-results.now-show>li:nth-child(-n+5) p {
	padding: 12px 10px;
}
/***** Search page ****/

.search-results li {
	display: none;
}
body.search-page {
	position: fixed;
	overflow: hidden;
	width: 100%;
}
.search-results.yo {
	display: none;
}
.search-activated.search-page .search-results-overlay {
	background: rgba(255,255,255,0.98);
}
.search-page .search-results-wrapper .search {

	margin: 0 0 50px 50px;
	color: #000;
	padding-bottom: 10px;
	position: relative;
	top: 17px;
	border-radius:0;
	border-radius: 5px;
    background: #eee;
}
}
.search-page .search-results-wrapper .fa-search {
	color: #000;
}
.search-page .menu-hidden.header-menu {
	opacity: 1;
	visibility: visible;
}
.search-page .row-fluid .header-icon ul li a {
	visibility: visible !important;
}


@media (min-width: 1080px) {
    .searchp-list {
        margin: 0 57px 88px;
    }
}

.searchp-list {
	height: calc(100vh - 150px);
	overflow-y: auto;
	/*padding-top:60px;*/
	-ms-overflow-style: none;
}
.search-page .search-results-wrapper {
	max-width: 980px;
}
.searchp-list::-webkit-scrollbar {
	display: none;
}
.searchp-list li {
	list-style: none;
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
}
/*.searchp-list li:after { content: ""; background-color: #929292; width: 136px; height: 2px; position: absolute; bottom: 0; left: 0;}*/

.searchp-list a.cos-name {
	display: block;
	display: block;
	color: black;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: 400;
}
.searchp-list a.cos-name:hover {
	color: #8D1B1E;
}
.search-page .search-results-overlay .overlay-close {
	color: #000;
}
body.search-page .search-results-wrapper .fa-search {
	top: 29px;
	left: 61px;
}
.row-fluid .header-icon ul li:first-child {
	padding-right: 30px;
	text-align: left;
	padding-left: 0;
}
.row-fluid .header-icon ul li {
	padding: 0 35px;
}
/*--------------- Responsive media query style start here ----------------*/

@media (max-width: 1400px) {
	.search-results-wrapper {
		max-width: 575px;
	}
}
@media (max-width: 1240px) {
	.row-fluid .header-menu ul li {
		padding: 0 25px;
	}
	.row-fluid .header-icon ul li {
		padding: 0 18px;
	}
	.search-results .cos-name, .searchp-list a.cos-name, .search-results.now-show>li:nth-child(-n+5) {
		font-size: 18px;
	}
}
@media (max-width: 1080px) {
	.row-fluid .header-menu ul li {
		padding: 0 18px;
	}
	.row-fluid .header-icon ul li {
		padding: 0 15px;
	}
	.search-results-wrapper .search {}
	.search-results-wrapper {
		max-width: 500px;
	}
	.row-fluid .header-icon ul li:first-child {
		padding-right: 15px;
	}
	.search-results-wrapper .fa-search {
		top: 14px;
		left: 12px;
		font-size: 19px;
	}
	body.search-page .search-results-wrapper .fa-search {
		left: 20px;
	}
	.search-activated.search-page .search-results-wrapper {
		margin: 2em auto 1em auto;
		padding: 0px 70px 0px 50px !important;;
		max-width: 970px;
	}
	.search-page .search-results-wrapper .search {
		margin: 0 0 50px 0;
	}
	body.search-page {
		position: relative;
	}
	body.search-page .searchp-list {
		padding: 0;
	}
	
}

@media (max-width: 1024px) {
    .cos-search-icon {
    top: 18px;
}

    .search-activated.search-page .search-results-overlay {
        top: 47px;
    }

    .search-results-overlay {
        top: 47px;
    }

    .header .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li.hs-menu-depth-1>a {
        padding-right: 18px !important;
    }
}

@media (max-width: 991px) {
	.row-fluid .header-menu {
		width: 100%;
	}
	.search-results-wrapper {
		margin: 7em auto 1em auto;
	}
	.search-results-overlay {
		top: 0;
	}
	
	body.search-activated .row-fluid .navbar-section {
		filter: blur(2px);
	}
	body.search-page.search-activated .row-fluid .navbar-section {
		filter: blur(0px);
	}
	.row-fluid .header-icon ul li a.search-icon i {
		font-size: 18px;
	}
	/* .search-results-wrapper .search{    margin: -90px auto 0;}*/
	.search-results .cos-name, .searchp-list a.cos-name, .search-results.now-show>li:nth-child(-n+5) {
		font-size: 18px;
		line-height: 1.5;
	}
	.search-results {
		max-width: 705px;
		margin: -5px auto 0;
	}
}
@media (max-width: 840px) {
	.search-activated.search-page .search-results-wrapper {
		padding: 0 45px;
	}
	.search-results-wrapper .search, .search-results {
		max-width: 99%;
	}
}
@media (max-width: 767px) {
    
    
    ul>li.hs-item-has-children>a:after, ul>li.hs-item-has-children ul li.hs-item-has-children a:after {
    width:4px;
    }
    
	.row-fluid .header-icon {
		width: 25%;
	}
	.search-results-wrapper {
		padding: 0 2em;
	}
	.searchp-list li {
		list-style: none;
		padding-bottom: 10px;
		margin-bottom: 30px;
		position: relative;
	}
	.search-page .search-results-wrapper .search {
		margin: 0 0 25px 0;
	}
	
	.search-activated.search-page .search-results-overlay {
        z-index: 2;
    }
	
	.cos-search-icon {
        top: 14px;
        right: 100px;
    }
}
@media (max-width: 640px) {
	.row-fluid .header-icon ul li {
		padding: 0 10px;
	}
	.row-fluid .header-icon ul li:first-child {
		padding-right: 10px;
	}
}
@media (max-width: 520px) {
	.row-fluid .header-icon ul li {
		padding: 0 5px;
	}
	.row-fluid .header-icon ul li:first-child {
		padding-right: 5px;
	}
	.search-activated.search-page .search-results-wrapper {
		padding: 0 35px;
	}
	.search-results-wrapper .fa-search {
		left: 20px;
	}
	.search-activated.search-page .search-results-wrapper .fa-search {
		left: 20px;
	}

	.search-results-overlay .overlay-close {
		right: 12px;
	}
	.search-activated.search-page .search-results-wrapper {
		padding: 0 40px;
	}
}
@media (max-width: 375px) {
	.row-fluid .header-icon ul li {
		padding: 0 3px;
	}
	.search-results .cos-name, .searchp-list a.cos-name, .search-results.now-show>li:nth-child(-n+5) {
		font-size: 14px;
	}
	.row-fluid .header-icon ul li:first-child {
		padding-right: 3px;
	}
}

.row-fluid .header-icon ul li a {
	font-weight: 400 !important;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
	font-weight: 400 !important;
}

