 @import '../grandchild-its/grandchild-styles.css'; 

.keywords {
	display:none;
}

.entry-header .byline {
	display:none;
}


/*---------------------------------Nav Settings-------------------------------------*/
@media (max-width:767px) {

	#masthead #nav-wrapper .navbar-collapse a {
		background-color: transparent!important;
	}

	#masthead #nav-wrapper .navbar-collapse{
			background-color: #004b98;
	}

	#masthead #nav-wrapper .searchform .btn{
		padding-top:7px;
		padding-bottom:6px;	
	}
}

/*======================Search Page/Categories Page=================*/
.tags-links {
	display:none;
}

.cat-links {
	color:#999;
}

.cat-links a {
	text-decoration:none;
}

.posted-on {
	display:none;
}

#page-sidebar #search-2 {
	margin-bottom:0;
	border-bottom:none;
	padding-bottom:0;
}

#page-sidebar #categories-2 {
	border-top:none;
	padding-bottom:35px;
}

#page-sidebar .screen-reader-text {
	display:none;
}

body.post-type-archive #primary #main {
	border: 0px solid #eee!important;
}


.header-bg h1{
	color:#ffffff!important;
}



/*------------------Search for Services / Category---------------------*/
#content .widget.widget_search .searchform fieldset .form-control {
	border:1px solid #ccc;
}

/*-------------------------------Interior Pages----------------------------*/
.about-resources {
	background-color:#eaeaea;
	padding:10px 20px 20px;
}

.about-resources h3 {
	color:#005f81!important;
}


/*--Mobile Service Catalog Page--*/

@media (max-width:991px){
	.row.sorting-boxes label{
		display:block;
		margin-top:25px;
	}	
}

.cio-row .white-box {
	padding:15px;
	background-color:#fff;
	height:455px;
}

/*Add spacing and sizing to cio widget links*/
.cio-widget .glyphicons {
	font-size:20px;
	transform:translateY(-2px);
}

.cio-widget .link-spacing {
	margin-left:110px;
}

/*Masthead Searchbar Spacing*/
#site-title .searchform {
	padding-top:22px;
}

/*Colored Home Box Spacing Fixes*/
.home-box p {
	padding:40px 40px 0;
	width:100%;
	margin-left:0;
	margin-top:0;
}

.home-box a.btn.btn-white {
	transform:translateY(0px);
	margin-left:0;
	margin-top:20px;
}

#content .widget .home-box a.btn:hover {
	color:#333!important;
}

.link-spacing .glyphicons::before {
	padding:2px 15px 0 0;
	color:#f0ad4e;
	font-size:24px;
}

.cio-widget .link-spacing a {
	text-decoration:none;
	font-size:16px;
}

.cio-widget .link-spacing a:hover {
	text-decoration:underline;
}

.home-box {
	height:auto!important;
	padding:0 0 30px;
	border-radius:10px;
}

/*Service Catalog Row Color Fix*/
.service-catalog-search a {
	color:#ffc26c!important;
}

/*---Service Page Manager Box Mobile Fix---*/

@media (max-width:991px){
	.service-manager-box{
		float:none!important;
	}
}

/*--Service Catalog Mobile Breakdown---*/

@media (max-width:991px){
	.row .sorting-boxes{
		margin-left:0;
		width:100%;
	}
	
	#content .form-group .form-control{
		width:100%;
	}
	
	.keyword-container{
		margin-bottom:-30px;
	}
	
	.row .sorting-row{
		margin-top:20px;
	}
}

#primary .tab-list-swap .btn{
	background-color: #fff;
}

.keyword-container input::placeholder{
	text-align:left!important;
}

/*----*/



/*Masthead Searchbar Spacing*/
#site-title .searchform {
	padding-top:22px;
}

/*Service Catalog Row Color Fix*/
.service-catalog-search a {
	color:#ffc26c!important;
}

/*Service Catalog Row buttons*/
#uc_service_list.btn.active {
	border-radius:0 5px 5px 0!important;
}

#uc_service_grid.btn.active {
	border-radius:5px 0 0 5px!important;
}

#uc_service_list.btn {
	border-radius:0 5px 5px 0!important;
}

#uc_service_grid.btn {
	border-radius:5px 0 0 5px!important;
}


/*======== service page ===========*/

#primary .header-bg .tab-list-swap #uc_service_list.btn {
	border-radius:0 5px 5px 0!important
}

#primary .header-bg .tab-list-swap #uc_service_grid.btn {
	border-radius:5px 0 0 5px!important;
}

.keyword-container .glyphicons {
	margin-top:4px!important;
}

header.entry-header.row .col-sm-8 {
	padding-left:0;
}

.col-xs-12.col-md-12.keyword-container {
	padding-left:0;
}


/*================== services hover box ==================*/
a > .service-article-container {
	transition:.2s ease-in-out;
}

/*============== default hover buttons ===============*/
#page #content .widget .btn-default {
	transition:.2s ease-in-out;
}

#page #content .widget .btn-info {
	transition:.2s ease-in-out;
}

/*=========== default & service sidebar ===========*/
.site-content #page-sidebar .popular-services-sidebar a {
	color:#565656!important;
}

/*============== service container bottom spacing ===============*/
.archive div#content {
	padding-bottom:50px;
	background-color:#fff;
}

h1.service-header {
	border-bottom:1px solid lightgray;
	padding-bottom:10px;
}

/*=========== side bar text =========*/
#page-sidebar .widget a:hover {
	color:#fff!important;
}

/*=========== DR button =========*/
.dr-btn {
	background-color:#eaeaea;
	border:1px solid #ccc!important;
}

h2.dr-blurb-sidebar {
	font-size:16px;
	font-weight:400;
	line-height:1.4;
}

/*=========== tech support service page button =========*/
.service-button-row .glyphicons-exclamation-sign {
	margin-top:1px;
}

/*=========== hide custom Aurora from listing but keep as page from Aurora service =========*/
.post-type-archive-uc_service #post-630 {
	display:none;
}