/*
Theme Name: Inigo Core
Theme URI: https://www.inigo.net
Author: The Inigo Team
Author URI: https://www.inigo.net
Version: 1.0.1.0.1


	// CORE THEME RULES ARE LOCATED IN CSS/CORE.CSS
	
	// THEME RULES ARE LOCATED IN CSS/THEME-NAME.CSS

*/

.omsc-custom-table.omsc-style-1 td:nth-child(odd) {
	border-right: solid 1px #ccc;
}

.omsc-custom-table.omsc-style-1 td, .omsc-custom-table.omsc-style-1 th {
	padding: 15px !important;
	vertical-align: top !important;
	font-size: 18px;
}

@media (max-width: 767px){
	.responsive-table {
		width:100%;
	}
	
	.responsive-table td {
		display: block;
		border-right: 0 !important;
	}
	
	.content table.responsive-table h3 {
		background: #333;
		color: #fff;
		padding: 15px;
		margin: -15px -15px 20px;
	}
}
.disclaimer p {
	font-size: 12px !important;
}

.no-search .startnow, .page-template-template-refine-search .startnow {
	display: none;
}

.page-template-template-polymer-child .content hr:nth-of-type(1) {
	margin: 20px 0 30px;
}

.omsc-custom-table.omsc-style-1 {
	margin-bottom: 20px !important;
}

.kb_cats, .kb_cats ul {
	border: none !important;
}

.kb_cats li {
	border-bottom: none;
}

ul.kb_cats ul {
	margin-left: 20px;
}

ul.kb_cats ul li a {
	font-size: 16px;
}

.omsc-custom-table.full-table td {
	    border-right: solid 1px #ccc !important;
		border-bottom: solid 1px #ccc !important;
}

.omsc-custom-table.full-table tr td:last-child {
	    border-right: solid 0px #ccc !important;
}

.omsc-custom-table.full-table tr:last-child td {
		border-bottom: solid 0px #ccc !important;
}
.p-img {
	margin-bottom: 20px;
	width: 100%;
}

@media (max-width:767px){
.home .search-hero {
	background-position: -180px center;
}
}