*{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
body{
	color:#666;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	line-height:1.4em;
	font-weight:normal;
	padding:0;
	margin:0;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
	line-height:1.5em;
	margin:.45em 0;
	padding:0;
}
a,a:visited,a:active,a:hover{
color:#5b88b6;
}
a:hover{
text-decoration:none;
}
ol, ul, li{
	list-style-type:none;
}
 *{
box-sizing:border-box;
-moz-box-sizing:border-box;
}
.mt-0{
margin-top:0!important;
}
.mt-5{
margin-top:5px!important;
}
.mt-10{
margin-top:10px!important;
}
.mt-15{
margin-top:15px!important;
}
.mt-20{
margin-top:20px!important;
}
.mt-25{
margin-top:25px!important;
}
.mb-0{
margin-bottom:0!important;
}
.mb-5{
margin-bottom:5px!important;
}
.mb-10{
margin-bottom:10px!important;
}
.mb-15{
margin-bottom:15px!important;
}
.mb-20{
margin-bottom:20px!important;
}
.mb-25{
margin-bottom:25px!important;
}
.text-right{
text-align:right!important;
}
.text-left{
text-align:left!important;
}
.text-center{
text-align:center!important;
}

header{
	float:left;
	width:100%;	
	padding:15px 0;
	background:#f4f4f4;
	border-bottom:2px solid #235e98;
	text-align:center;
	-moz-box-shadow: 0px 0px 8px 2px #dddddd;
	-webkit-box-shadow: 0px 0px 8px 2px #dddddd;
	box-shadow: 0px 0px 8px 2px #dddddd;
}
.logo{	
	width:100%;
}
.logo img{
	max-width:280px;
}
header h1{
	font-size: 14px;
    color: #222;
    margin: 0;
    font-weight: 600;
}
.headlineWrap{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
.headline {
  font-weight: 800;
  color:#235e98;
  font-size:2em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
  text-transform:uppercase;
  font-style:italic;
}
.headline:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 25%;
    border-bottom: 3px solid #235e98;
}
.mainBodyWrapper{
	padding:30px 0 0px 0;
	float:left;
	width:100%;
}
.topSearch{
	margin:0 auto;
	width:60%;
}
.topSearch input[type="text"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #d8d8d8;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  padding-left:0;
  padding-right:0;
  height: 35px;
  color:#222;
}

.topSearch input[type="text"]:focus,
.topSearch select.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.topSearch select.form-control {
	border: none;
	border-bottom: 1px solid #d8d8d8;
	height: 35px;
	padding-left:0px;
	padding-right:30px;
	appearance: none;
	-moz-appearance: none;
	/* Firefox */
	-webkit-appearance: none;
	/* Safari and Chrome */
	background: url(../img/downArrow.png) no-repeat right 10px center #fff;
	background-size: 14px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0;
	color:#666;
}

.desktopView{
	display:block;
}
.table-searchResult{
	float:left;
	width:100%;
	padding:30px 0;
	background:#f4f4f4;	
}
.desktopView table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
.desktopView .table>thead>tr>th {
	background:#235e98;
	color:#fff;
	border:0;
	text-align:center;
	vertical-align:middle;
}
.desktopView .table>thead>tr>th:first-child{
	/* background:transparent; */
}
.desktopView .table>tbody>tr>td:first-child{
	background: #f4f4f4;
}
.desktopView table th span{
	display:block;
	text-align:left;
}
.desktopView table th h4{
	margin:0;
	font-size:13px;
	font-weight:600;
	float: left;
}
.desktopView .table>tbody>tr>td{
	border:0;
	color:#222;
}

.desktopView .table>tbody>tr:nth-child(even) {
    background-color: #f0f0f0;
}
.desktopView .table>tbody>tr>td:last-child{
	text-align:center;
	vertical-align:middle;
}
.listOne{
	margin:0;
	padding:0;
}
.listOne li{
	display:block;
	padding-left:10px;
	line-height:16px;
	position:relative;
}
.listOne li::before {
    content: "\f111";
	font-family:FontAwesome;
	position:absolute;
	top:0;
	left:-3px;
	font-size:5px;
	color:#235e98;
}
.listOne a{
	color:#235e98;
}
.listTwo{
	margin:0;
	padding:0;
}
.listTwo li{
	display:block;
	padding-right:15px;
	line-height:16px;
	position:relative;
}
.listTwo li:before{
	content: "";
	position:absolute;
	top:0;
	right:0;
	background:url(../img/checked.png) no-repeat right center;
	background-size:15px;
	width:15px;
	height:15px;
}

.mobileView{
	display:none;
}
.desktopPagingView{
	display:block;
}
.mobilePagingView{
	display:none;
}
.listBoxRow{
	float:left;
	width:100%;
	border-bottom:2px solid #ddd;
	
}
.listBoxRow:nth-child(even) {
    background-color: #f8f8f8;
}
.listBoxRow .table{
	margin-bottom:0;
}
.listBoxRow .table>tbody>tr>td:first-child{
	width:30%;
	border-right:1px solid #ddd;
	background:#235e98;
	color:#fff;
}
.listBoxRow .table>tbody>tr>td{
	border-bottom:1px solid #ddd;
	text-align:left;
}
.listBoxRow .table>tbody>tr:last-child td{
	border-bottom:0;
}

.numbers{
	width: 25px;
    height: 25px;
    background: #235e98;
    color: #fff;
    display: inline-block;
    padding: 5px;
    text-align: center !important;
}
.customBtn{
	border:0;
	border-radius:0;
	background:#235e98;
	color:#fff;
	text-align:center;
	padding-left:15px;
	padding-right:15px;
}
.customBtn:hover, .customBtn:focus{
	color:#fff;
}

.pagingWrap{
	width:100%;
	float:left;
	margin-top:0px;
	text-align:center;
}
.pagingWrap .paging{
	display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.paging li{	
	display: inline;
}
.paging li a{
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #8a8a8a;
	text-decoration: none;
	transform: skewX(-23deg);
	display: block;
	border-left:1px solid #8a8a8a;
	font-size:16px;
}
.paging li a.active{
	 color:#fff;
	 background:#235e98;
	 border-left:1px solid #235e98;
}
.paging li:first-child a{border:0;}


footer{
	background:#929292;
	color:#fff;
	float:left;
	width:100%;
	position:relative;
}
.footerTopNav{
	display:block;
	text-align:center;
	padding:10px 0;
	color:#FFF;
	font-weight:normal;
}
.footerTopNav a{
	color:#FFF;
	font-weight:normal;
	text-decoration:none;
	font-size:14px;
}
.footerTopNav a:hover{
	text-decoration:underline;
}
.footerTopNav p{
	margin:10px 0 0 0;
}
footer .logo{
	text-align:center;
	width:55px;
	height:55px;
	position:relative;
	margin:-25px auto 0 auto;
}

@media screen and (max-width: 480px){
	.topSearch{
		width:100%;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
.topSearch{
	width:70%;
	margin:0 auto;
}
}
@media screen and (max-width: 767px) {

}
@media screen and (min-width: 768px) and (max-width: 991px) {
.topSearch{
	width:80%;
	margin:0 auto;
}

}
@media (min-width: 768px){
.container {
    width: 100%;
}
}
@media screen and (max-width: 991px){
.desktopView{
	display:none;
}
.mobileView{
	display:block;
}
.desktopPagingView{
	display:none;
}
.mobilePagingView{
	display:block;
}

}

.refine-search-collapsible{
display: none;
}
.arrow-down {
width: 100%;
height: 50px;
position: relative;
display: flex;
align-items: center;
cursor:pointer;
}
.arrow-down:before, .arrow-down:after {
  content: "";
  display: block;
  width: 20px;
  height: 5px;
  background: white;
  position: absolute;
  top: 22px;
  transition: transform .5s;
}

.arrow-down:before {
  right: 11px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transform: rotate(45deg);
}

.arrow-down:after {
  right: 0px;
  transform: rotate(-45deg);
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.arrow-down.active:before {
  transform: rotate(-45deg);
}

.arrow-down.active:after {
  transform: rotate(45deg);
}

.mb-30{
margin-bottom:30px;
}

.refine-search-collapsible{
background:#519fff;
padding: 0 15px;
    display: none;
align-items: center;
}
.refine-search-collapsible h3{
    margin-right:auto;
color:#fff;
font-weight:600;
font-size:20px;
}
.refine-topSearch{
display:block;
}
@media screen and (max-width: 767px) {
.refine-search-collapsible{
display: flex;
}
.refine-topSearch{
display:none;
}
}