body,
html {
	width: 100%;
	height: 100%;
	line-height: 1.5;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
	display: table;
	width: 100%;
	padding-top: 78px;
}

.page-row {
	display: table-row;
	height: 1px;
}

.page-row-expanded {
	height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

li {
	padding: 3px 2px;
	font-size: 130%;
}

p {
	font-size: 110%;
}
	
.no-container {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 855px;
}

@media (min-width: 768px) {
	.container {
		width: 768px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 855px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 855px;
	}
}

.panel-heading {
	padding-top: 15px;
}

.btn-success {
	background: #287F01;
}

.btn {
	margin: 5px 0;
}

.brightcove-video {
	min-height: 400px;
	min-width: 100%;
	margin: 0 auto;
}
.topnav {
	font-size: 14pt;
	height: 75px;
}

.nav > li > a {
	padding: 0 10px;
}

.navbar {
	padding: 3px 0 17px 0;
}

.navbar-default {
	border: 1px solid #e7e7e7;
}

.navbar-default .navbar-brand {
	font-size: 18pt;
	padding: 0 15px;
	line-height: 48pt;
	color: #000;
	font-weight: normal;
}

.navbar-default .navbar-brand a {
	color: #000;
}

.navbar-default .navbar-brand a:hover {
	color: #000;
}

.navbar-nav > li > a {
	padding-bottom: 0;
	padding-top: 18px;
}

.borderBreak {
	border-top: 2px solid #03304b;
	border-bottom: 2px solid #03304b;
}
.lead {
	font-size: 18px;
	font-weight: 400;
}

.intro-header {
	padding-top: 4%;
	padding-bottom: 50px;
	text-align: center;
	color: #f8f8f8;
	background: url(../img/mpa-bg.png) no-repeat center center;
	background-size: cover;
}

.panel-primary {
	border: 1px solid #03304b;
}

#resources img {
	max-width: 130px;
}

#resources .media-list {
	margin-top: 10px;
	margin-bottom: 10px;
}

#accordion .panel-heading {
	background-color: #03304b;
	color: #fff;
	border: #000;
}

.panel-primary .panel-heading {
	background-color: #03304b;
	color: #fff;
	border: #03304b;
}

.fa {
	padding: 0 5px;
}

.intro-message {
	padding-top: 20px;
	padding-bottom: 50px;
}

.intro-message > h1 {
	margin: 0;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	font-size: 5em;
}

.intro-divider {
	width: 400px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message > h3 {
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
	.intro-message {
		padding-bottom: 15%;
	}

	.intro-message > h1 {
		font-size: 3em;
	}

	ul.intro-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.intro-social-buttons > li:last-child {
		margin-bottom: 0;
	}

	.intro-divider {
		width: 100%;
	}
}

.network-name {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
}

.content-section-a {
	padding: 50px 0;
	background-color: #f8f8f8;
}

.content-section-b {
	padding: 50px 0;
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.section-heading {
	margin-bottom: 30px;
}

h2.section-heading {
	color: #22658a;
}

.section-heading-spacer {
	float: left;
	width: 200px;
	border-top: 3px solid #e7e7e7;
}

.banner {
	color: #f8f8f8;
	border-bottom: 2px solid #03304b;
}

.banner h2 {
	margin: 0;
	font-size: 3em;
}

.banner ul {
	margin-bottom: 0;
}

.banner-social-buttons {
	float: right;
	margin-top: 0;
}

@media (max-width: 1199px) {
	ul.banner-social-buttons {
		float: left;
		margin-top: 15px;
	}
}

@media (max-width: 767px) {
	.banner h2 {
		margin: 0;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
		font-size: 3em;
	}

	ul.banner-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.banner-social-buttons > li:last-child {
		margin-bottom: 0;
	}
}


.footer-row {
	background: #03304b;
	color: #fff;
	border-top: 3px solid #22658a;
	padding: 10px 0;
}

footer {
	line-height: 1.5rem;
	background: #03304b;
	color: #fff;
}

footer a {
	color: #efd7b6;
}

footer address {
	font-weight: lighter;
	font-size: 1.4rem;
	padding: 5px 5px 0 5px;
}

p.copyright {
	margin: 15px 0 0;
}

#tooltip1 {
	position: relative;
}

#tooltip1 a span {
	display: none;
	color: #FFFFFF;
}

#tooltip1 a:hover span {
	display: block;
	position: absolute;
	width: 200px;
	height: 70px;
	left: -165px;
	top: 25px;
	color: #FFFFFF;
	padding: 0 5px;
}

/* Accordion styles */
.accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
}

.accordion:after {
	content: '\02795';
	font-size: 13px;
	color: #777;
	float: right;
	margin-left: 5px;
}

.panelLoc {
	padding: 0;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

/* Popup modal styles */
.popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
}

.popup-content {
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	text-align: center;
}

/* Bootstrap tab styling overrides */
.nav-tabs {
	border-bottom: 2px solid #337ab7;
	margin-bottom: 20px;
}

.nav-tabs > li > a {
	color: #fff;
	background-color: #5cb85c;
	border: 1px solid #4cae4c;
	border-radius: 4px 4px 0 0;
	margin-right: 2px;
	padding: 10px 15px;
	font-size: 14px;
	font-weight: bold;
}

.nav-tabs > li > a:hover {
	background-color: #449d44;
	border-color: #398439;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: #337ab7;
	border: 1px solid #2e6da4;
	border-bottom-color: transparent;
}

.tab-content {
	padding: 20px 0;
}

/* Panel styles */
.panel-heading-notice {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
	padding: 15px;
	border-radius: 3px;
}

.row-mainPage {
	margin-bottom: 20px;
}

.row-mainPage-alert {
	margin-bottom: 30px;
}

.para-mainPage {
	margin-bottom: 10px;
}

.hyper-mainPage {
	color: #337ab7;
	text-decoration: none;
}

.hyper-mainPage:hover {
	text-decoration: underline;
}

/* Holder Login Button - not for fixed-top navigation */
nav.topnav:not(.navbar-fixed-top) {
	background-color: white !important;
	margin-top: -1%;
	margin-bottom: -2%;
	border-style: none !important;
}

.rptRemitLoginBtn {
	background-color: #5cb85c;
	border-color: #4cae4c;
	color: black;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 4px;
	cursor: pointer;
	white-space: nowrap;
}

.rptRemitLoginBtn:hover {
	background-color: #449d44;
	border-color: #398439;
}

/* Login panel styles */
.rptRemitBasicDiv {
	margin: 0 auto;
	max-width: 800px;
}

.rptRemitBasicPanel {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 20px;
}

.panelHeading {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.horiDiv {
	border: 0;
	height: 1px;
	background-color: #000000;
	width: 100%;
}

.panelContentLabel2Version2 {
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

.panelContentLabelTxt2 {
	padding: 5px;
	border: 1px solid #ccc;
}

.panelContentLinkSmall {
	color: #337ab7;
	text-decoration: none;
	font-size: 12px;
}

.panelContentLinkSmall:hover {
	text-decoration: underline;
}

.rptRemitCaptchaPanel {
	margin: 20px auto;
	text-align: center;
}

.rptRemitSubmitPanelLogin {
	text-align: center;
	margin: 20px 0;
}

.rptRemitMsgsPanel {
	color: red;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

.rounded2-left {
	display: block;
}

.rounded-left1,
.rounded-left2,
.rounded-left3,
.rounded-left4,
.rounded-left5,
.rounded2-left2,
.rounded2-left3 {
	display: block;
	height: 1px;
	overflow: hidden;
}

