
/* Navigation Desktop */
.nav-bg {
	background: none;
    height: 41px;
    position: relative;
    z-index: 9999;
}
#searchform {
	position: relative;
	top:10px;
}
	.search-it {
		float:right;
		width:83.5% !important;
	}
	#searchform #s {
		width: 80% !important;
		float: right;
		margin-right: -20%;
	}
	#searchform #searchsubmit {
		width:60% !important;
		float: right;
		background: #265972 !important;
		transition:.5s;
	}
	#searchform #searchsubmit:hover {
		background: #d71931 !important;
		transition:.5s;
	}
	
/* Search Results */
.search-results .container h2 {
	line-height: 70px;
	padding-bottom: 20px!important;
}

.search-results .container .pagination-centered .pagination li:before {
	list-style: none;
	background: none !important;
	content: ""!important;
}
.search-results .container .pagination-centered .pagination li.current {
	background:#265972 !important;
}

.search-results .container p {
	margin-bottom: 4.25rem;	
}


#cssmenu{
    background: none;
    height: 41px;
    margin-top: 0;
	float: right;
}
 
#cssmenu ul{
    background: none;
    list-style: none;
    margin: -17px 0 0 0;
    padding: 0;
    float: right;
}
 
#cssmenu li {
    float: left;
    display: block;
    position:relative;
    background: none;
    font-size: 16px !important;
    font-family: 'cinzelregular';
    height:auto;
    margin: 0;
}

#cssmenu ul li ul {
	margin:0;
}

#cssmenu li:before {
	content: none;
}
#cssmenu #menu-primary-menu > #menu-item-67:hover > a {
	padding:12px 12px 11px;
	margin:0;
	color:#fff;
	background: url('../images/navbg.png') no-repeat center;
}

#cssmenu #menu-primary-menu > #menu-item-175:hover > a {
	padding:12px 12px 11px;
	margin:0;
	color:#fff;
	background: url('../images/navbg5.png') no-repeat center;
}

#cssmenu a{
    color: #000;
    display: block;
    float: left;
    text-decoration: none;
	padding:12px 12px 11px;
	margin:0;
	text-decoration: none !important;
}

#cssmenu a:active{
	padding:12px 12px 11px;
	margin:0;
	color:#fff;
	background:;
}

 
#cssmenu a:hover{
	padding:12px 12px 11px;
	margin:0;
	color:#fff;
	background:;
}

#cssmenu #menu-item-67 a:hover, #cssmenu #menu-item-64 a:hover {
	background: url('../images/navbg.png') no-repeat center;
}

#cssmenu #menu-item-66 a:hover, #cssmenu #menu-item-63 a:hover {
	background: url('../images/navbg2.png') no-repeat center;
}

#cssmenu #menu-item-63 a:hover {
	background: url('../images/navbg3.png') no-repeat center;
}

#cssmenu #menu-item-65 a:hover {
	background: url('../images/navbg4.png') no-repeat center;
}

#cssmenu #menu-item-175 a:hover {
	background: url('../images/navbg5.png') no-repeat center;
}

#cssmenu ul ul{
    display:none;
    position: absolute;
	top: 45px;
    left: 2px;
    width: auto;
	background: #d9002d;
    z-index:9999;
}
 
#cssmenu ul ul li{
    width: 170px;
    color:#fff;
    margin: 0 10px!important;
    border-bottom:1px solid #fff;
}

#cssmenu ul ul li:last-child {
	    border-bottom:none; 
}

#cssmenu ul li:hover > ul {
    display: block;
}

#cssmenu ul li ul li a {
    display: block;
    background: none;
    color:#fff;
}

#cssmenu ul li ul li a:hover {
    display: block;
	background: none !important;
	color:#000;
}
 
#cssmenu ul ul ul {
    left: 100%;
    top: 0;
    z-index:9999;
    background:#222222; 
}

#cssmenu ul li ul li {
	padding:0;
}

#cssmenu ul li ul li a {
    display: block;
    background: none;
    width:100%;
    padding: 8px 10px 5px 10px;
}

#cssmenu ul li ul li a:hover {
    display: block;
   padding: 8px 10px 5px 10px;
}

/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 64.063em) and (max-width: 90em) { 
	#cssmenu {
		background: none;
		height: 41px;
		margin-top: 2px;
		float: right;
	}
	#cssmenu ul{
    	background: none;
   		list-style: none;
    	margin: 0;
    	padding: 0;
		float: right;
		position: relative;
		top:-19px;
	}
	#cssmenu ul ul{
    	display:none;
    	position: absolute;
		top: 37px;
    	left: 2px;
    	width: auto;
		background: #dd002a;
    	z-index:9999;
	}
}

@media only screen and (min-width: 1038px) and (max-width: 1181px ) {
	
	#cssmenu a {
		padding: 12px 5px 11px !important;
	}
	#cssmenu a:hover{
		padding:12px 5px 11px  !important;
	}
	#cssmenu #menu-primary-menu > li:hover > a {
		padding:12px 5px 11px  !important;
	}
	
}
@media only screen and (min-width: 1025px) and (max-width: 1037px) {
	#searchform .search-it {
		margin:24px 0px 0px 0px !important;
	}
}

@media only screen and (min-width: 668px) and (max-width: 1181px ) {
	.bottom-head-info .tag-line {
		font-size: 15px !important;
	}
}

/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	
	#searchform .search-it {
		margin:17px 0px 0px 0px !important;
	}
	
	#cssmenu{
    	background: none;
		height: 41px;
		margin-top: 2px;
		float: right;
	}
	#cssmenu ul {
		background: none;
		list-style: none;
		margin: 0 0 0 10px;
		padding: 0;
		float: left;
	}
	#cssmenu ul {
		background: none;
		list-style: none;
		margin:0;
		padding: 0;
		float: right;
		position: relative;
		top:29px;
	}
	#cssmenu a{
    	color: #000;
		display: block;
		float: left;
		text-decoration: none;
		padding:12px 12px 11px;
		margin:0;
		text-decoration: none !important;
	}
}

@media only screen and (max-width: 40em) { /* max-width 640px, mobile-only styles, use when QAing mobile issues */
	#cssmenu a:hover{
		padding:12px 12px 11px;
		margin:0;
		color:#252525;
		background:;
	}
	
	#cssmenu #menu-item-67 a:hover, #cssmenu #menu-item-64 a:hover {
		color:#252525 !important;
		background-image: none;
	}
	#cssmenu #menu-item-175 a:hover {
		color:#252525 !important;
		background-image: none;
	}
	cssmenu #menu-item-66 a:hover, #cssmenu #menu-item-63 a:hover {
		color:#252525 !important;
		background-image: none;
	}
	#cssmenu #menu-item-65 a:hover {
		color:#252525 !important;
		background-image: none;
	}
	#cssmenu #menu-item-63 a:hover {
		color:#252525 !important;
		background-image: none;
	}
	#cssmenu #menu-item-66 a:hover, #cssmenu #menu-item-63 a:hover {
		color:#252525 !important;
		background-image: none;
	}
}

