body#bodyglobal {
	background-color: #d0dfe1;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}
.pagelayout { 
	flex:1;
	min-height:75vh;
}
body#homepage-body {
	background: url( '/media/images/NCE-home.jpg' );
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height:88vh;
	background-position: center;
}
.home-page-logo {
	margin:1em;
	max-width:40vw;
}
body#homepage-body div.footer {
	position:absolute;
}
div.footer {
	background-color: #155E67;
	color: white;
	padding: 15px 0;
	position: relative;
	bottom: 0;
	width: 100%;
	line-height:1.3;
}
div.footer a {
	color: white;
}
.footer-logo {
	max-width:125px;
}
.footer-address {
	font-size:.8em;
}
.footer-copyright {
	font-size:.7em;
}
.nce-login-button {
	background-color: #9E6323;
	color: white;
	text-transform: uppercase;
	padding: 10px 20px;
	border-radius: 0;
	border: none;
}
.nav-cnt {
	padding-top: 0px;
}
.dropdown-toggle::after {
	display: none;
	content: "";
	border: none !important;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
legend {
	border-bottom: 1px solid #155e67;
}
.title {
	color: #155e67;
	font-family: 'lexend-bold';
}
.container {
	max-width: 1000px;
}
.content-cms {
	text-align:left;
}
.content-cms details summary::marker {
	display: none; 
	content: "";
}

.content-cms details {
	background: #baced0;
	padding: 1em;
	border: thin solid #b0c6c8;
}
.content-cms .highlight-block {
	background: #baced0;
	padding: 1em;
	border: thin solid #b0c6c8;
}
.content-cms blockquote {
	background: #c6d1d2;
	padding: 1em;
	margin: -1em;
	border: thin solid #accfd2;
}
.content-cms p, .content-cms ol li, .content-cms ul li {
	font-size:16px;
	padding-bottom: .5em;
}
.iframe-wrap { 
	margin: 0 auto;
	padding: 5px;
	background: #eee;
	width: 670px;
	display: block;
}
.img-float-wrap-right {
	width:300px;
	height:auto;
	float: right;
	padding: 10px;
	border: thin solid #eee;
	margin: 20px;
	background:#FFF;
}
.nav-tabs .nav-link {
    color:#155E67;
    border-top:1px solid #9cb5ba;
    border-left:1px solid #9cb5ba;
    border-right:1px solid #9cb5ba;
}
.nav-tabs .nav-link button {
    color:#155E67;
}
.nav-tabs .nav-link:hover {
    border:1px solid #155E67;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border:1px solid #47818a;
    background-color:#155E67;
    color:white;
}
.nav-tabs {
    border-bottom:1px solid #47818a;
}
.member-nav {
    color:#032225;
    margin:20px 0px;
    text-align:center;
    font-size:20px;
}

.member-nav a {
    text-decoration:none;
    color:#032225;
}

.member-nav a:hover {
    text-decoration:underline;
}

@media (max-width: 767px) {

    .hide-md {
        display:none;
    }

	.nce-main-nav-container {
		position: absolute;
		top: 65px;
		right: 0px;
	}
	button.navbar-toggler {
		color: #B37029 !important;
		background-color: #B37029 !important;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 100;
	}
	.navbar {
		text-align: center;
		margin-right: 0 !important;
		background-color: #032225;
	}
	.navbar .container-fluid {}

	.navbar .container-fluid .navbar-brand {
		margin-right: 0 !important;
	}

	.navbar-nav.nce-main-nav {
		background-color: #9E6323;
		color: white;
	}

	.navbar-nav.nce-main-nav li.nav-item {}

	.navbar-nav.nce-main-nav li.nav-item a {
		font-size: 20px;
		text-transform: uppercase;
		margin: 0px 5px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.navbar-nav.nce-main-nav li.nav-item ul.dropdown-menu {
		border-radius: 0;
		background-color: #9E6323;
		color: white;
	}

	.navbar-nav.nce-main-nav li.nav-item ul.dropdown-menu li a {
		color: white;
		font-size: 1em;
		text-transform: uppercase;
		margin: 5px;
		padding-left: 25px;
		padding-right: 25px;
		text-align: left;
	}
	.member-name {
		margin: 0 auto 10px;
	}
	.member-name a {
		color:#fff;
		font-size:80%;
		margin: 0 auto 10px;
	}

	.homepage-jumbotron {
		padding-top: 75% !important; /* (img-height / img-width * width) */
						  /* (768 / 1024 * 100) */
	}
	.home-page-title { 
		color:#FFF;
		margin: 1em;
		word-break: break-word;
		max-width:75%;
	 }
	.nce-login-button { 
		margin:.8em auto -.8em;
	}
	body#homepage-body {
		background: #000 url( '/media/images/NCE-home-mobile.jpg' ) no-repeat fixed center;
		background-size: 130%;
  	}
	.img-float-wrap-right { 
		width:260px; 
	}
	
}

@media (min-width: 768px) {

    .results-list .content {
        max-width:1100px;
        margin:0px auto;
    }

	.inner-page-nav {
		background-color: #032225;
		height: 220px;
	}
	.inner-page-nav a.navbar-brand {}
	.inner-page-nav a.navbar-brand img {
		width: 200px;
	}
	.inner-page-nav .navbar {
		position: relative;
		bottom: -135px;
	}
	.nce-main-nav-container {
		margin: 0;
		background: #9E6323;
	}
	.navbar-nav.nce-main-nav {		
		margin: 0 auto;
		padding: 8px;
	}

	.navbar-nav.nce-main-nav li.nav-item {
		text-align: center;
	}
	.nav-center {
		margin: 0 auto;
        	position:relative;
	}
    .nav-center .member-name {
        position:absolute;
        top:4px;
        right:10px;
        text-transform:none;
        font-size:12px;
	color:#FFF;
    }
    .nav-center .member-name a {
        text-decoration:none;
	Color:#fff;
    }
    .nav-center .member-name a:hover {
        text-decoration:underline;
    }
	.navbar-nav.nce-main-nav li.nav-item a {
		color: white;
		font-size: 14px;
		text-transform: uppercase;
		background-color: #9E6323;
		background-image: linear-gradient(-6deg, #7b4e1d, #985d1d);
		margin: 0px 3px;
		padding-left: 20px;
		padding: 10px 20px;
		white-space: nowrap;
		border: thin solid #7b4d1c;
	}
	
	.dropdown-item {
		background: #fff !important;
	}

	.navbar-nav.nce-main-nav li.nav-item ul.dropdown-menu {
		border: none;
		padding: 2px;
		background-color: #155E67;
	}

	.navbar-nav.nce-main-nav li.nav-item ul.dropdown-menu li a {
		color: #155E67;
		background-color: white;
		font-size: 14px;
		text-transform: uppercase;
		margin: 5px;
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
		width: auto;
	}

	h1.home-page-title {
		color: white;
		text-align: center;
		font-size: 50px;
		margin-top: 20px;
		text-shadow: 0 0 10px #000;
	}

	img.home-page-logo {
		position: absolute;
		bottom: 200px;
		right: 40px;
	}
}

@media screen and (max-width: 480px) {

    .hide-sm {
        display:none;
    }

}

@media (min-width: 992px) {
	.navbar-brand img {
		position: relative;
		left: -160px;
		top: 8px;
	}
}
@media (max-width: 992px) {
	button.navbar-toggler {
		color: #B37029 !important;
		background-color: #B37029 !important;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 100;
	}
	.navbar-nav.nce-main-nav li.nav-item a {
		margin-bottom: 1px;
	}
}

.navbar>.container-fluid {
	width: auto;
}

.navbar>.container {
	max-width: 1000px;
}
.nav-item a {
	font-size: 14px;
}
.navbar {
	text-transform: uppercase;
	padding: 0;
}
.nav-center {
	padding-top:0px;
	width:100%;
}
#navbarSupportedContent {
	background:#9E6323;
}
.navbar-brand img {
	width: 150px;
}
.bg-dark {
	background-color: #032225 !important;
}

.nce-login-button:hover {
	background-color: #104b52;
}
.nce-login-button svg {
	transform: translate(0, -1px);
}

.homepage-jumbotron {
	background-color: #2E6F77;
	padding: 50px 0;
}
.homepage-jumbotron a {
	text-transform: uppercase;
	font-size: 24px;
	color: white;
	text-decoration: none;
}

.brown-text {
	font-size: 32px;
	color: #9E6323;
}
.main-text {
	color: black;
	font-size: 28px;
}
a.learn-more-link {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}
a.color-white {
	color: white;
}
a.color-teal {
	color: #155E67;
}
a.learn-more-link svg {
	transform: translate(0, -2px)
}
.page-form-bar {
	color: white;
	background-color: #105C67;
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
    padding: 25px 0;
	font-size: 24px;
	color: #fff;
}
.page-title-bar {
	color: white;
	background-color: #105C67;
	font-size: 36px;
	text-transform: uppercase;
	text-align: center;
    padding: 25px 0;
	font-size: 24px;
	color: #fff;
}
.page-title-bar a {
    color:white;
    text-decoration:none;
}
.page-title-bar a:hover {
    color:white;
    text-decoration:underline;
}
.page-cta {
	color: #032225;
	font-size: 26px;
	text-align: center;
}
form.homepage-property-search {
	background-color: white;
	padding: 2px;
}
form.homepage-property-search button {
	display: block;
	width: 100%;
	text-align: left;
	background-color: #155E67;
	padding: 10px;
	border: none;
	border-radius: 0;
	margin-bottom: 5px;
}
form.homepage-property-search button svg {
	transform: translate(0, -2px)
}
form.homepage-property-search input {
	border: none;
	width: 100%;
	background-color: white;
	padding: 2px;
}
label {
    font-size:12px;
}
label.required::after {
	content: "*";
	padding: 0 0 0 5px;
	color: #ff0000;
	font-weight: 700;
}
.green-shaded {
	background-color: rgba(201, 76, 76, 0.3);
}
.text-white > div > label.required::after {
	color: #ffafaf;
}

.menu-separator {
	padding: 0;
	margin: -9px 0 -13px 0;
	line-height: 0;
}

.card-margin {
	margin-bottom: 1.875rem;
}

.card {
	border: 0;
	box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
	-ms-box-shadow: 0px 0px 10px 0px rgba(82, 63, 105, 0.1);
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #ffffff;
	background-clip: border-box;
	border: 1px solid #e6e4e9;
	border-radius: 8px;
}

.card .card-header.no-border {
	border: 0;
}

.card .card-header {
	background: none;
	padding: 0 0.9375rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	min-height: 50px;
}
.card-header:first-child {
	border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}

.widget-49 .widget-49-title-wrapper {
	display: flex;
	align-items: center;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #edf1fc;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-day {
	color: #4e73e5;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-month {
	color: #4e73e5;
	line-height: 1;
	font-size: 1rem;
	text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #fcfcfd;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-day {
	color: #dde1e9;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-month {
	color: #dde1e9;
	line-height: 1;
	font-size: 1rem;
	text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #e8faf8;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-day {
	color: #17d1bd;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-month {
	color: #17d1bd;
	line-height: 1;
	font-size: 1rem;
	text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #ebf7ff;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-day {
	color: #36afff;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-month {
	color: #36afff;
	line-height: 1;
	font-size: 1rem;
	text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: floralwhite;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-day {
	color: #FFC868;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-month {
	color: #FFC868;
	line-height: 1;
	font-size: 1rem;
	text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #feeeef;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-day {
	color: #F95062;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-month {
	color: #F95062;
	line-height: 1;
	font-size: 1rem;
	text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #fefeff;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-day {
	color: #f7f9fa;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-month {
	color: #f7f9fa;
	line-height: 1;
	font-size: 1rem;
	text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #ebedee;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-day {
	color: #394856;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-month {
	color: #394856;
	line-height: 1;
	font-size: 1rem;
	text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #f0fafb;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-day {
	color: #68CBD7;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-month {
	color: #68CBD7;
	line-height: 1;
	font-size: 1rem;
	text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info {
	display: flex;
	flex-direction: column;
	margin-left: 1rem;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-pro-title {
	color: #3c4142;
	font-size: 14px;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-meeting-time {
	color: #B1BAC5;
	font-size: 13px;
}

.widget-49 .widget-49-meeting-points {
	font-weight: 400;
	font-size: 13px;
	margin-top: .5rem;
}

.widget-49 .widget-49-meeting-points .widget-49-meeting-item {
	display: list-item;
	color: #727686;
}

.widget-49 .widget-49-meeting-points .widget-49-meeting-item span {
	margin-left: .5rem;
}

.widget-49 .widget-49-meeting-action {
	text-align: right;
}

.widget-49 .widget-49-meeting-action a {
	text-transform: uppercase;
}

#progress-bar {
	overflow: hidden;
	color: lightgrey;
	margin-top: 25px;
}
  
#progress-bar .clickable {
    cursor: pointer;
}

#progress-bar .active {
	color: #9d6322;
}
  
#progress-bar li {
	list-style-type: none;
	font-size: 15px;
	text-align: center;
	width: 25%;
	float: left;
	position: relative;
	font-weight: 400;
	z-index: 1;
}
  
#progress-bar #step-one:before {
	content: "1";
}
  
#progress-bar #step-two:before {
	content: "2";
}
  
#progress-bar #step-three:before {
	content: "3";
}
  
#progress-bar #step-four:before {
	content: "4";
}
  
#progress-bar li:before {
	width: 32px;
	height: 32px;
	line-height: 26px;
	display: block;
	font-size: 20px;
	color: #ffffff;
	background: #719ea4;
	border-radius: 50%;
	margin: 0 auto 7px auto;
	padding: 2px 2px 2px 4px;
}
  
#progress-bar li:after {
	content: '';
	width: 100%;
	height: 10px;
	background: #719ea4;
	position: absolute;
	left: 0;
	top: 11px;
	z-index: -1;
}

#progress-bar li:last-child:after {
	position: absolute;
	left: -42%;
	width: 90%;
}
#progress-bar li:first-child:after {
	position: absolute;
	left: 50%;
}
  
#progress-bar li.active:before {
	background: #9E6323;
}

p#form-errors {
    margin:10px 0px;
    display:none;
}

p.main-errors, p.main-messages {
    margin:10px 0px;
}

div.option-box {
    border:2px solid #155E67;
    margin-bottom:15px;
    cursor:pointer;
    color:white;
    background-color:white;
}

div.option-box.active .title-box {
    background-color:#9E6323;
}

div.option-box .title-box {
    background-color:#155E67;
    padding:15px;
    border-bottom:2px solid #155E67;
    font-size:14px;
}

div.option-box .content-box {
    background-color:white;
    color:black; 
    padding:15px;
}

span.icon-unchecked {
    display:block;
    height:20px;
    width:20px;
    background-image: url( '/media/check-unchecked.png' );
    background-size: cover;
    background-repeat: none;
}

span.icon-checked {
    display:block;
    height:20px;
    width:20px;
    background-image: url( '/media/check-checked.png' );
    background-size: cover;
    background-repeat: none;
}

.results-list ul {
    list-style-type:none;
    padding:0px;
    margin:0px 0px 30px 0px;
}

.results-list ul li {
    display:block;
    margin:0px;
    padding:15px 10px;
}

.results-list ul li:nth-child(even) {
    background-color:#d1dfe1;
}

.results-list ul li:nth-child(odd) {
    background-color:#ffffff;
}

.results-list ul li.header {
    background-color:#5b8a91;
    color:white;
    text-transform:uppercase;
    font-size:14px;
}

.package-details .label {
    text-transform:uppercase;
    color:#032225;
    font-size:12px;
    margin-top:20px;
    display:block;
    border-bottom:1px solid #CCCCCC;
}

.member-box {
    padding:20px;
    color:white;
    font-size:14px;
    min-height:250px;
    font-weight:normal;
	margin: 0 3px;
}

.member-box .label {
    font-size:18px;
    border-bottom:2px solid #9b6127;
    padding-bottom:10px;
    margin-bottom:20px;
}

.member-box .label a {
    color:white;
    text-decoration:none;
}

.member-box .label a:hover {
    text-decoration:underline;
}

.member-box a {
    color:white;
}

.member-box a:hover {
    color:white;
}

.conference-box .label {
    background-color:#9b6127;
    padding:18px;
    color:white;
    font-size: .8rem;
}

.conference-box .content {
    padding:20px;
    background-color:#225f67;
    color:white;
}

.conference-box .content a {
    color:white;
    text-decoration:underline;
}

.conference-box a.register-button {
    margin-top:20px;
    display:inline-block;
    background-color:#d0dfe1;
    color:#225f67;
    padding:3px 20px;
    text-decoration:none;
}

.conference-box a.register-button:hover {
    text-decoration:underline;
}

.member-box.color-one {
    background-color:#225f67;
}

.member-box.color-two {
    background-color:#346d75;
}

.member-box.color-three {
    background-color:#487c84;
}
.package-list h5 {
    font-size:12px;
}
.list-group {
	margin: 5px 0;
}
.list-group .list-group-item {
	background-color: unset;
	border-left: none;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
}
.list-group-item small {
	color: #d0dfe1;
}

.member-status {
	padding: 10px;
	border: 1px solid #d0dfe1;
	margin: 10px 0;
	text-align: center;
}

.sr--only {
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.ui-state-default input.saved {
    background-image:url( '/media/icons/check-circle.svg' );
    background-position:top 10px right 10px;
    background-repeat:no-repeat;
    padding-right:20px;
}

#new-expiration-errors {
    font-size:13px;
    color:red;
    display:none;
}

.page404 {
	display:block;
	width:80vw;
	margin: 3em auto;
	text-align: center;
}

.page404 .alert { 
	margin: 2em auto; 
}
.page404 img {
	max-width:60vw;
}

h3.popover-header {
    font-size:13px;
    background-color:#EFEFEF;
    border-bottom:2px solid #CCCCCC;
}

div.roster-link {
    margin-top:20px;
}

div.roster-link, div.roster-link a {
    font-size:14px;
    color:white;
}

div#google-map-link {
    margin-bottom:20px;
}

span.clear-search {
    display:none;
}

span.clear-search, span.clear-search a {
    color:white;
    font-size:12px;
}

.upcoming-meeting-data {
    background-color:#a4e6ef;
    padding:10px;
    font-size:14px;
    border-radius:5px;
}

ul.pagination li {
    padding:5px 15px;
    border:1px solid #EFEFEF;
}

ul.pagination li a {
    color:black;
    text-decoration:underline;
}

ul.pagination li a:hover {
    text-decoration:none;
}

ul.pagination li.active {
    border:1px solid #CCCCCC;
}

span.current-page span {
    text-decoration:underline;
}
