#RightNavContainer img {
	margin-bottom:20px;
	margin-top: 120px;
}

/* Right Links */
.sideMenu {
	padding:20px 50px 50px 50px;
	background-color:#fff;
}
.sideMenu hr {
	height:3px;
	background-color:#f36b25;
	border:none;
	margin-top:-10px;
}
.BorderButton {	
	color: #004881;
	padding: 15px;
	display:inline-block;
	text-align:center;
	padding:15px!important;
	margin-bottom:30px;
	letter-spacing:0.5px!important;
/* 	font: normal normal normal 16px Myraid Pro!important; */
	font-size:16px!important;
}
#RightNavContainer .RightContainerOption h2 {
    border-bottom: 5px solid #F36B25!important;
}

/* A - Z  */

/* Quicklinks */
.az-quicklinks ul {
	display: flex;
	list-style-type: none;
	margin: 20px 0;
	padding: 5px 0;
	text-align: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.az-quicklinks ul li {
	display: inline-block;
	font: bold 20px myriad-pro;
	margin: 0 6px;
}
.az-quicklinks a:focus, .az-quicklinks a:active {
	background-color:#004881!important;
	color:#fff!important;
}
.no-link, .no-link a {
	color: #cccccc!important;
	pointer-events: none;
}
.az-quicklinks a {
	color: #0073AE;
}
.linksContainer > span {
	font: normal normal 600 35px myriad-pro;
	margin-bottom: 20px;
	display: block;
}
.linksContainer {
	margin-bottom: 50px;
}
.letter::after {
	width: 8%;
}



/* back to top button */
#backToTop {
	position: fixed;
    bottom: 5px;
    right: 110px;
	padding: 13px;
	background-color: #044881;
	font-size: 16px;
	color: white;
	border: none;
	border-radius: 5px;
	/* 	cursor: pointer; */
	border: solid 2px #fff;
	z-index: 1;
}
#backToTop:hover {
	background-color: #034e8d;
}


/* Media Queries */
/*
@media only screen and (min-width:1200px){

}
@media only screen and (max-width:1199px){
}
*/
@media only screen and (max-width:768px){
	.az-quicklinks ul li {
		margin: 5px 20px;
	}    
	.BorderButton {
		width:100%;
	}   
}

.panel.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #fcfceb;
  font-weight: bold;
}

/* Vertically center icon and text within the panel row */
.panel.radius.row {
  display: flex;
  align-items: center;
}

.panel .large-2.small-2.columns {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Icon size and duotone color swap */
.panel .fa-triangle-exclamation {
  font-size: 2.5em;
  --fa-primary-color: #fff;
  --fa-secondary-color: #c20707;
  --fa-primary-opacity: 1;
  --fa-secondary-opacity: 1;
}

/*    Entry blocks   */
.entry-block {
  border: 1px solid #e0e0e0;
  border-radius: 1px;
  margin-bottom: 1em;
  overflow: hidden; /* keeps the header's background within the rounded corners */
}

.entry-block .entry-header {
  background: #d7ddeb;
  color: #2c3e6b;
  font-weight: bold;
  padding: 0.6em 1em;
}

.entry-block .entry-body {
  background: #ffffff;
  padding: 0.8em 1em;
}

.entry-block .entry-body ul {
  margin: 0;
  padding-left: 1.2em;
}

.entry-block .entry-body li {
  margin-bottom: 0.3em;
}