.row:before, .row:after { display: none !important; }

h1 {
	font-size: 1.8em;
	color: #005e9e;
}

h2 {
	font-size: 1.4em;
	font-weight: 700;
}

h3 {
	font-size: 1.4em;
	margin-top: 1em;
}

a:active, a:hover { text-decoration: none; }



.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 0 15px 20px;
}

.footer {
    min-height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 120px;
    overflow: auto;
}

.bannerPhone {
	text-align: right;
	padding: 0 15px 0 0;
	font-weight: bold;
	font-size: 120%;
}
.bannerPhone span {
	font-weight: normal;
}
.dzsparallaxer {
	margin-top: 125px;
}
.g-pt-100 {
padding-top: 125px !important;
}

.noTop {
	margin-top: 0;
	padding-top: 0;
}
.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

a.persist, a.persist .glyphicon { color: red; }
.opsMenu .glyphicon { color: #004f85; }

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.required label:after {
	content: ' *';
	color: red;
}

.dropdown-item:hover {
	background-color: #6d93be;
	color: white;
}
.dropdown-item:hover a, .dropdown-item:active a {
	color: white;
}

.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .dropdown-item .nav-link:focus,
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .dropdown-item .nav-link:hover,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .dropdown-item .nav-link:focus,
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .dropdown-item .nav-link:hover {
  color: white;
}

.g-bg-convergent-blue-v2 {
  background-color: #005e9d !important;
}
.u-btn-convergentblue, .u-btn-convergentblue {
  border-color: #005e9d;
  background-color: #005e9d;
  color: white;
}
.u-btn-convergentblue:hover, .u-btn-convergentblue.active {
  border-color: #1575b5;
  background-color: #1575b5;
  color: white;
}

.preview {
	max-width: 100%;
}



.navbar-brand img { display: inline; height: 50px; }

.navbar-collapse { background-color: white; margin-top: 0; }

/* .navbar-collapse ul > li > a:hover { background-color: #005e9d; color: white; } */

.navbar-toggle { border-color: #333; }
.navbar-toggle .icon-bar { background-color: #333 }

.required label:after {
	content: ' *';
	color: red;
}

.label a {
	color: white;
	font-weight: normal;
}

.opsMenu { 
	text-align: right;
	font-size: 0.9em;
	color: #aaa;
}
.opsMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.opsMenu li {
	display: inline;
}
.opsMenu li:before {
	content: " | ";
}
.opsMenu li:first-child:before {
	content: "";
}

.col-sm-3 .panel-body {
	min-height: 260px;
}

.col-sm-4 .panel-body {
	min-height: 200px;
}

.panel-heading {
	min-height: 70px;
}
.panel-heading h2 {
	text-align: center;
	margin: 0;
}
.panel-footer p {
	text-align: center;
	margin: 0;
}

.markdown
{
	font-style: italic;
	font-size: 80%;
	margin: 0;
}

.glyphicon
{
	color: #961134;
}

/*
.btn-success {
	background-color: #80e680;
	border-color: #80e680;
}
*/
.btn-success:hover {
	background-color: #045604;
	border-color: #045604;
}


/* FORMS */
label.control-label {
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 7px;
}

.form-control {
height: auto;
}

/* Cyan Gradient */
.g-bg-cyan-gradient-opacity-v1,
.g-bg-cyan-gradient-opacity-v1--after::after {
/*   background-image: linear-gradient(to bottom, rgba(0, 0, 153, 0.5) 0%, rgba(0, 190, 214, 0.6) 100%); */
  background-image: linear-gradient(to bottom, rgba(38, 94, 152, 1)  50%, rgba(118, 147, 186, 1) 100%);
  background-repeat: repeat-x;
}

.u-block-hover:hover .g-color-bluee--hover, .g-color-blue--hover:hover {
  color: #005e9d !important;
}

.pagination li { border: 1px solid #eee; margin: 5px; }

.assocLogos img {
	padding-right: 15px;
}
.mobileButtons {
	display: none !important;
}

.form-check-input, .custom-control-input { left: 0; }

span.tt {
	margin-left: 0.5em;
	background-color: #ccc;
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 50%;
	margin-left: 0.5rem;
}

.mb-3 {
	margin-bottom: 1em;
}

#loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #0055a4; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: absolute;
    bottom: 40px;
    left: 45%;
    display: none;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* mobile */
@media (max-width: 767px) {
.panel-heading {
	min-height: inherit;
}
.panel-body {
	min-height: inherit;
}

.navbar-collapse ul > li > a:hover { background-color: #005e9d; color: white !important; }

.bannerPhone {
	display: none;
}
.mobileButtons {
	display: block !important;
}
#payButton {
	display: none !important;
}

.opsMenu { 
	margin-top: 2em;
	}
}

/* tablets */
@media (max-width: 991px) and (min-width: 768px) {
	.opsMenu { 
		margin-top: 2em;
		}
}

/* laptops */
@media (max-width: 1199px) and (min-width: 992px) {
	.opsMenu { 
		margin-top: 2em;
		}
}

/* desktops */
@media (min-width: 1200px) {
}



