/* DESKTOP */
header, footer {
	width:100%;
	position:relative;
}
body {
	overflow-y: scroll;
	overflow-x: hidden;
	font-weight:normal;
}
.clear {
	clear:both;
}

.h_container, .f_container, .p_top_big, .p_top_blog_big, .c_body_container, .h_blog_container, .company_nav, .c_container, .p_top_full_container, .sol_content, .p_top_stories, .p_featured_stories, .storydet_content, .p_top_resources, .r_container, .c_resources_container, .p_top_res, .sub-menu {
	width:1104px;
	margin:0 auto;
}
footer {
	padding-top:58px;
	padding-bottom:35px;
	background-color:#081644;
}

.f_line {
	width:100%;
	position:relative;
}

.s_line_logo {
	float:left;
	width:162px;
	margin-top:7px;
}

.headerlogo {
	display: inline-block;
	max-width: 100%;
}

.headerlogo svg {
	max-width: 100%;
}

@media (max-width: 768px) {
	.headerlogo {
		max-width: 124px;
	}
}

.s_line_menu {
	float:right;
}

.s_line_menu .primary-nav li {
	display:inline-block;
}

.top-nav {
	float:right;
	margin-right:40px;
}

.top-nav li {
	display:inline-block;
}

.side_social_el {
	border-radius: 25px;	
	background-color:#f0f6fb;
	height:41px;
	width:41px;
	text-align:center;
	display:block;
	margin-bottom:8px;
}


.side_social_el.blue {
	background-color:#007cf7;
}

.side_social_el.blue svg {
	margin-top:6px;
}
.side_social_el img {
	width:24px;
	height:24px;
	margin-top:8px;
}

.s_hamb {
	display:none;
}

.search_icon_head {
	background-image:url('/wp-content/themes/tgroup/assets/images/icons/search-nav@2x.png');
	width:14px;
	height:14px;
	background-size:cover;
	position:absolute;
	right:0px;
	top:20px;
}

.transparent_background {
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background-color:#dfe6ee;
	opacity:0.9;
	z-index:9999;
	display:none;
}

/* search */
.f_box_search {
	position:absolute;
	display:none;
	top:0px;
	right:0px;
	width:810px;
	height:104px;
	background-color:#fff;
	z-index:10000;
}
.f_box_search input.searchtext {
	font-family:"Toolsgroup-Regular";
	border:0px;
	padding-left:8px;
	opacity:0.9;
	border-left:2px solid #002067;
	font-size:20px;
	line-height:30px;
	color:#8091a5;
	margin-top:65px;
	width:615px;
	outline:none;
	cursor:pointer;
}

.f_box_search input.searchbutton {
    width: 120px;
    float: right;
    text-align: center;
    color: #fff;
    background-color: #002067;
    border: 0px;
    font-family: "Toolsgroup-Bold";
    font-size: 14px;
    letter-spacing: 0.47px;
    margin-top: 62px;
    height: 38px;
    line-height: 38px;
}

.f_box_search .f_box_close {
	background-size:cover;
	background-image:url('/wp-content/themes/tgroup/assets/images/icons/line@2x.png');
	width:13px;
	height:13px;
	position:absolute;
	top:30px;
	right:15px;
}
/* TABLET */


/* MOBILE */
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
	.h_container, .f_container, .p_top_big, .p_top_blog_big, .c_body_container, .h_blog_container, .company_nav, .c_container, .p_top_full_container, .sol_content, .p_top_stories, .p_featured_stories, .storydet_content, .p_top_resources, .r_container, .c_resources_container, .p_top_res, .sub-menu { 
		width:100%;
	}


	.s_line_menu {
		display:none;
	}

	.s_line_logo {
		margin-left:24px;
		margin-top:19px;
	}
	
	.s_hamb {
		display:block;
		width:24px;
		height:24px;
		background-image:url('/wp-content/themes/tgroup/assets/images/icons/menu@2x.png');
		float:right;
		margin-right:24px;
		margin-top:18px;
		background-size:cover;
		background-repeat:none;
	}
}