@media screen and (min-width: 992px){
	body, .cmsmasters_profile.horizontal .pl_subtitle, .cmsmasters_profile.vertical .profile .pl_subtitle {
	    font-family: 'Titillium Web';
	    font-size: 16px;
	    line-height: 24px;
	    font-weight: normal;
	    font-style: normal;
	}
	.post-password-form, .header_top_inner, .header_mid_inner, .header_bot_inner, .content_wrap, .headline_inner, .bottom_outer, .footer_inner, .footer_copyright_inner, .cmsmasters_row_inner{
		width: 1100px;
	}
	#header .header_bot{
		background: #313B92;
	}
	.navigation .cmsmasters_resp_nav_toggle, .navigation li a{
		display: flex;
	    align-items: center;
	}
	.bot_nav > li * , a, p, li, ul, span{
		font-family: 'Titillium Web';
	    font-size: 16px;
	}
	.bot_nav > li *{
		font-size: 14px;
	}
	
	.bot_nav > li,
	.bot_nav > li:first-child,
	.bot_nav > li:last-child{
		border: 0;
		border-radius: 0;
	}
	.bot_nav > li a{
		border-radius: 0;
	}
	.bot_nav > li:before{
		top: 1px !important;
		left: 0px;
	}
	.bot_nav > li:before{
		background-color: transparent !important;
	}
	.bot_nav > li:hover:before,
	.bot_nav > li.menu-item.current-menu-item:before,
	.bot_nav > li.current-menu-ancestor:before{
		background-color: #EE4326 !important;
	    z-index: 999;
	    width: 100%;
	}
	 ul.navigation > li > a{
	 	color: #e8e9f4;
	 }
	ul.navigation > li > a:hover{
		color: #ffffff;
	}
	ul.navigation > li > a:hover, ul.navigation > li:hover > a {
	    color: #ffffff;
	}
	ul.navigation > li.menu-item.current-menu-item > a, ul.navigation > li.menu-item.current-menu-ancestor > a{
		color: #ffffff;
	}

	#bottom h3{
		margin-bottom: 15px;
	}
	#bottom .wpcf7-form span{
		margin-bottom: 0px;
	}
	#bottom .wpcf7-form span textarea{
		height: 100px;
	}
	#bottom .wpcf7-form input[type=submit]{
		background: #EE4326;
		color: #ffffff;
	}
	#bottom p, #bottom a, #bottom div{
		color: #909090;
	}
	#bottom .office-title{
		font-size: 17px;
	    color: #b0b0b0;
	    font-weight: bold;
	}
	.bottom_bg{
		padding-bottom: 0px !important;
	}
	.footer_copyright{
		color: #b0b0b0;
	}
}