
/* .middle_content Menu List */

.middle_content > li {
	border-top: 4px solid #D2D2D2;
	float: left;
	margin: 10px 0 0;
	padding: 20px 0 0;
	width: 100%;
}

.middle_content > li a:hover {
  text-decoration: underline !important;
  color: #1E6B52 !important;
}

.middle_content > li:last-of-type {
  border-bottom: 4px solid #d2d2d2;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.middle_content span.nav-header::after {
  clear: both;
  content: attr(title);
  float: left;
  font-family: "din-condensed",sans-serif !important;
  font-size: 16px;
  font-weight: normal !important;
  line-height: 1.6em;
  margin-top: 0.6em;
  position: relative;
  text-align: right;
  text-transform: none;
}

.middle_content span.nav-header {
  color: #333333 !important;
  float: left;
  font-family: "din-condensed",sans-serif !important;
  font-size: 3rem !important;
  font-weight: normal;
  line-height: normal;
  margin: 0 10px 2px 0 !important;
  padding: 2%;
  text-align: right;
  text-shadow: none;
  text-transform: uppercase;
}

.middle_content li span {
  background-color: rgba(235, 232, 229, 1.0);
  border-radius: 6px 0 0 6px;
  float: left;
  margin-bottom: 10px;
  margin-left: 2%;
  margin-right: 2%;
  min-height: 117px;
  padding: 2% 1%;
  width: 43%;
}

.middle_content p {
  color: #333;
	font-family: "proxima-nova",sans-serif !important;
  font-size: 1rem;
  line-height: 1.6em;
  margin: 2px 10px;
  text-align: right;
}

.middle_content .nav-child {
	float: left;
	margin: 0;
	min-height: 100px;
	padding-bottom: 5px;
	padding-left: 2%;
	padding-top: 10px;
	width: 48%;
}

.middle_content ul.nav-child.small {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.middle_content .nav-child li {
  line-height: inherit;
  list-style: outside none none;
  padding: 0 0 1em 2em;
  text-indent: -1.5em;
}

.middle_content .nav-child li::before {
  color: #a4a4a4;
  content: "•";
  font-size: 2em;
  padding-right: 0.4em;
  vertical-align: sub;
}

.middle_content .nav-child a {
  color: #333333;
  font-family: "proxima-nova",sans-serif !important;
  font-size: 1.2em;
  font-weight: bold;
}

#middle_content_bottom {
	background-repeat: no-repeat;
	height: 3px;
	margin: 0;
	padding: 0;
	width: 100%;
}

.miniMiddleContent li span {
	min-height: 40px !important;
}

.miniMiddleContent span.nav-header {
	font-size: 2.5rem !important;
}

.rightBorderUABGreen {
  border-right: 9px solid #1e6b52;
}

.clear {
	clear: both;
}

@media screen and (max-width: 800px) {
.middle_content li span {
  border-radius: 4px 4px 0 0;
  display: table;
  min-height: 0;
}

.middle_content .nav-child {
	min-height: 0px;
}

.middle_content span.middleTitle {
	text-align: center;
	width: 94%;
  height: 20px !important;
  float: left;
  margin: auto;
  margin-bottom: 20px !important;
}

.middle_content span.middleTitle:after {
  font-size: .4em !important;
  text-align: center !important;
}

.middle_content li > ul {
  width: 94% !important;
  text-align: center;
  margin: auto;
}

.rightBorderUABGreen {
	border-right: none;
  border-bottom: 9px solid #1e6b52;
}

body.hd .middle_content h3, .middle_content p {
  font-size: 1.5rem;
  text-align: center;
}

ul.middle_links {
  font-size: 0.8em;
  padding: 0 4%;
  text-align: center;
  width: 92%;
}

.middle_links li {
  list-style: outside none none;
  padding: 0 0 0.8em;
}

.middle_links li::before {
  content: none;
  font-size: 0;
  padding-right: 0;
  vertical-align: sub;
}
}

/* STICKY NAV */

.stickyNav {
    background-position: 20px -120%;
}

.ghostButton {
    text-align: center !important;
    margin: auto;
    margin-bottom: 10px;
}

.ghostButton a {
    border: 2px solid #cfcfcf;
    color: #656565 !important;
    cursor: pointer;
    display: inline-block;
    font-family: "din-condensed","din-condensed-web", sans-serif !important;
    font-size: 20px;
    font-weight: normal !important;
    margin: 5px;
    padding: 0.5em 0.7em 0.4em;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear 0s;
    -ms-transition: all .4s linear;
    transition: all .4s linear;
}

.ghostUABGreen a:hover {
    background: #1e6b52 none repeat scroll 0 0;
    border: 2px solid #1e6b52;
    color: #f4f4f4 !important;
    text-decoration: none;
}

/* BACK TO TOP */

a.back-to-top {
    border: 2px solid #ccc;
    bottom: 5%;
    color: #787878;
    font-family: "din-condensed","din-condensed-web", sans-serif !important;
    font-size: 16px;
    font-weight: normal !important;
    left: auto;
    opacity: 0.7;
    padding: 0.5em 0.7em 0.4em;
    right: 0;
    text-transform: uppercase;
}

a.back-to-top:hover {
    background-color: rgba(235, 235, 235, 0.8);
}


