h2 {
    padding-top: 2rem;
};

h1.page-header__title {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important;
}

.page-content
{
    padding-top: 2rem !important;
  	padding-left: 30px;
    padding-right: 30px;
}

.banner--dark::after {
    background: rgba(44,45,48,0.2);
}

main {
    margin-bottom:0px;
}


@media (min-width: 992px) {
.nav__link {
	max-height:100px;
  }
}
  


@media (max-width: 991.98px) {
.container {
    max-width: 90%;
}
h3, .h3 {
    font-size: 2.25rem;
}
  
h5, .h5 {
    font-size: 2rem;
}
p {
     font-size: 1.5rem;
}  
div.jqi .jqimessage {
    font-size: 1.5rem;
}  
}

.jqifade{
	position: absolute;
	background-color: #aaaaaa;
}
div.jqi{
	width: 700px; 
	max-width:90%;
	position: absolute;
	background-color: #ffffff;
	font-size: 11px;
	text-align: left;
	border: solid 1px #eeeeee;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 7px;
}

div.jqi .jqiclose{
	position: absolute;
	top: 4px; right: -2px;
	width: 18px;
	cursor: default;
	color: #bbbbbb;
	font-weight: bold;
}
div.jqi .jqimessage{
	padding: 10px;
    line-height: 1.0;
}
div.jqi .jqibuttons{
	text-align: right;
	padding: 5px 0 5px 0;
	border: solid 1px #eeeeee;
	background-color: #f4f4f4;
}
div.jqi button{
	padding: 3px 10px;
	margin: 0 10px;
	background-color: #2F6073;
	border: solid 1px #f4f4f4;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
div.jqi button:hover{
	background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{
	background-color: #003399;
}
.jqiwarning .jqi .jqibuttons{
	background-color: #BF5E26;
}