/* NORMALIZE Styling */
@import "_navigationUNTD.css";

body {
	color: #515F5C;
	line-height:1.62em;
	font-family: "Open Sans","Lucida Grande", "Lucida Sans Unicode", "Segoe UI", Helvetica, Arial, sans-serif;
  background: url(../body-bgB.png) repeat center center;
}
a {
	color: #478903;
	text-decoration:none;
}
a:hover {
	color: #00692E;
	text-decoration: underline !important;
}

/* Adds icons for certain types of links such as pdf
	NOTE: CSS selectors ARE case sensitive.
	A selector needs to be initiated for each possibility */
/*
a[href$='.pdf'], a[href$='.PDF'] {
	padding: 2px 20px 2px 0px;
	margin-right: 1%;
	background: url(../images/icons/pdf.png) center right no-repeat !important;
}
*/
a[href$='.doc'], a[href$='.DOC'], a[href$='.docx'], a[href$='.DOCX'] {
	padding: 2px 20px 2px 0px;
	margin-right: 1%;
	background: url(../images/icons/doc.png) center right no-repeat !important;
}
a[href$='.xls'], a[href$='.XLS'], a[href$='.xlsx'], a[href$='.XLSX'] {
	padding: 2px 20px 2px 0px;
	margin-right: 1%;
	background: url(../images/icons/xls.png) center right no-repeat !important;
}
a[href$='.ppt'], a[href$='.PPT'], a[href$='.pptx'], a[href$='.PPTX'] {
	padding: 2px 20px 2px 0px;
	margin-right: 1%;
	background: url(../images/icons/ppt.png) center right no-repeat !important;
}

.node-teaser {
	/*padding: 0;*/
	border-left: 8px solid #007C29;
	margin-bottom: 3%;
	vertical-align: top;
	background: #EEEEEE;
	/*background: #f0f4f5;*/
}
.node-teaser h2 a {
	color: #333333;
	font-weight: 300;
	margin-top: 7px;
	font-size: 20pt;
	/* margin: 5%; */
	text-decoration: none;
	line-height: normal;
}
.node-teaser h2 {
	color: #558E08;
	font-weight: bold;
	padding: 3% 0 1% 0;
	margin: 0px;
}/*many hours were lost because of this bracket*/
h1, h2, h3, h4, h5, h6 {
	font-family: Roboto, "Arial", "Helvetica", sans-serif;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.container, .navbar .container {max-width:1000px; padding: 0;}

.container.body-container{
  margin-top: 0px;
  padding: 10px 40px 10px 40px;
}
.sticky-header th, .sticky-table th {
	border-bottom: 3px solid #ccc;
	padding-right: 1em;
	text-align: left;
}
table {
	background: #f3f3f3;
	border-top: 3px solid #AEAAAA;
	border-bottom: 3px solid #AEAAAA;
  max-width: 100%;
  border-collapse: unset;
}
table th{
  background: #003882;
  color: white;
  border-color: #AEAAAA;
  font-weight: normal;
  font-family: "Arial";
  font-size: 9pt;
  text-shadow: none;
}
table td{
  border-width: thin;
  border-color: #AEAAAA;
  border-bottom-style: hidden;
  font-family: "Arial";
  font-size: 9pt;
  font-style: italic;
}
th, thead {
	background: #003882;
	padding: 5px 4px;
	border-right: 1px solid #c8c7c7;
	color: white;
  border-color: #aeaaaa;
  font-weight: normal;
  font-family: "Arial";
  font-size: 9pt;
}
td {
	padding: 10px;
	border: 1px solid #aeaaaa;
  border-bottom-style: hidden;
  font-family: Arial;
  font-size: 9pt;
  font-style: italic;
}
table th:last-child{
  border-bottom: none;
  border-top: none;
}
table tr:nth-child(odd){
  background-color: #f2f2f2;
}

table tr:nth-child(even){
  background-color: white;
}
code {
	background: #d8d8d8;
	text-shadow: 1px 1px #fff;
	border: 1px solid #bbbbbb;
	display: block;
	padding: 7px;
	margin: 5px 0;
	border-radius: 7px;
}
mark {
	background-color:#fdfc9b;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
hr {
	border:none;
	border-top:#EEE 1px solid;
}
dt {
	font-weight:bold;
	margin-bottom:24px;
}
dd {
	margin-left:30px;
	margin-bottom:24px;
}
.block ul li.active-trail {
	background: none repeat scroll 0 0 #fafafa;
}
abbr, acronym {
	border-bottom:#999 1px dotted;
	cursor:help;
}
big {
	font-size:1.3em;
}
cite, em {
	font-style:italic;
}
ins {
	background-color:#fdfc9b;
	text-decoration:none;
}
pre {
	background: #d8d8d8;
	text-shadow: 1px 1px #fff;
	border: 1px solid #bbbbbb;
	padding: 7px;
	margin: 5px 0;
	border-radius: 7px;
}
blockquote, q {
	quotes:none;
	border: 1px solid rgb(226, 220, 220);
	background: #faf2e1;
	padding: 10px 50px 5px 50px;
	text-shadow: 1px 1px #fff;
  text-align: center;
  font-style: italic;
	margin: 5px 0;
	border-radius: 7px;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
video {
	display:block;
}
.submitted {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: rgb(247,247,247);
	border: 1px solid rgb(236,236,236);
	border-radius: 4px;
	clear: both;
	color: rgb(56,56,56);
	display: inline-block;
	margin-bottom: 5px;
	padding: 2px 8px;
}
.nivoSlider {
	margin-bottom: 0 !important;
	width: 100% !important;
}
.views-nivo-slider-view {padding: 0 !important}
.search-info {display: none;} /* Removes author information from search. */
img {max-width: 100%; height: auto;}

iframe {border: 0 !important}

/*-------------------------------------------*
		 Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
	margin: 0 0 10px 0;
}
.field-name-field-tags a {
	display: inline-block;
	background: url(../images/tag.png) no-repeat;
	padding: 0px 8px 0 16px;
	height: 22px;
	text-shadow: 1px 1px #fff;
	border-radius: 2px;
	font-size: 12px;
}
.field-name-field-tags .field-item {
	margin: 0 1em 0 0;
}
.field-name-field-tags div {
	display: inline;
}

/*-------------------------------------------*
/* Form Styling
/*-------------------------------------------*/
#block-search-form .btn {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
/*.reset_service, .btn-primary, .btn-info, .form-submit {
	background: #007C29;
	border-radius: 4px !important;
	color: #FFFFFF !important;
	display: inline-block;
	font-size: 0.9em;
	margin-left: 4px;
	margin-top: 20px;
	outline: 0 none;
	text-decoration: none;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.5);
	white-space: nowrap;
	cursor: pointer;
	border: none;
}
.reset_service:hover, .btn-primary:hover, .btn-info:hover, .form-submit:hover {
	background: #51A529;
	text-decoration: none !important;
	}
.reset_service {padding: 6px 17px 3px;}
.reset_service a:hover {text-decoration: none !important;}
/* #block-search-form input#edit-submit, #block-search-form input#edit-submit--2 {
	border: 1px solid #494949 !important;
	border-radius: 2em 2em 2em 2em !important;
	-webkit-border-radius: 2em 2em 2em 2em !important;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 11px;
	height: 27px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
	width: 27px;
	margin-left: 0;
	margin-right: 0;
	background: url(../images/search-button.png) no-repeat center top !important;
	overflow: hidden;
}
#search-block-form input.form-submit, #search-form input.form-submit {
	height: 25px;
	width: 34px;
	padding: 0;
	cursor: pointer;
	text-indent: -9999px;
	border-color: #e4e4e4 #d2d2d2 #b4b4b4;
	background: url(../images/search-button.png) no-repeat center top !important;
	overflow: hidden;
}
#search-block-form {margin: 3px 0 0 0 !important}
.form-text {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#edit-cancel {
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
	background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
	border: 1px solid #dbdbdb;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: inset 0 1px 0 0 white;
	-webkit-box-shadow: inset 0 1px 0 0 white;
	-o-box-shadow: inset 0 1px 0 0 white;
	box-shadow: inset 0 1px 0 0 white;
	color: #333333;
	text-shadow: 0 1px 0 white;
	position: relative;
	font-weight:bold;
	padding: 8px 1em 9px 1em;
} */
#block-search-form {
	padding-top: 15px;
}
@media (min-width: 751px) and (max-width: 865px) {
	.search-bar-container{
		width:100% !important;
    padding-bottom: 10px !important;
	}
}
/* --- end search form --- */

.unt_link {
	color: #478903;
	text-decoration: none;
}
.unt_link a {
	color: #478903;
	text-decoration: none;
}

body #admin-menu { font-size: 14px !important; }

.date-prev, .date-next {background: none !important;}

.head-logo, .head-right, .header_right {
	padding: 0;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**

	HEADER AREA
		includes header right and menu bar


*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/
.topbar-toggle {
	background: transparent;
	border: none;
	color: #999999
}

header#page-header {
    margin-top: -2px;
}

#header_wrapper {
	background: #FFFFFF;
	padding-top: 12px;
	/* border-top: 12px solid #02451d;
	border-bottom: 5px solid #02451d;*/
}
.logo {
	margin-bottom: 8px;
	padding-right: 30px !important;
}
.logo img{
	height:80px;
}
a:hover.logo.pull-left{
    background-color: unset;
}

@media(max-width: 767px) {
    .logo img {
        max-height: 50px !important;
        transition: .1s;
    }
}
.region-header-right, .region-header-right a {
	color: #007C29;
}
.header_right {
	color: #007C29;
	text-align: right;
	/*margin-top: 0%;
	clear: both;
	padding-top: 1%;*/
}
.header_right a, .header_right a:link, .header_right a:active {
	color: #007C29;
	text-decoration:none;
}
.header_right a:hover {
	text-decoration: underline;
}
.name {
	color: #515F5C !important;
	font-family: "Open Sans";
	font-size: 22px;
	font-weight: 700;
}
.lead {
	visibility: hidden;
	color: white;
} /* Header slogan style */

/*-------------------------------------------*
/* Menu Navigation Block Styling
/*-------------------------------------------*/
.mini-logo {
	max-height: 64px;
}
.nav .caret {
    border-top-color: #FFF;
    border-bottom-color: #FFF;
}

#main-menu {
	position: relative;
	z-index: 11;
	background: #003882;
	/*border-radius: 5px;
	box-shadow: inset 0 0 25px -15px #666,
		0 12px 22px -15px #333;*/
	margin-bottom: -15px;
	float: left;
	width: 100% !important;
}
#main-menu li {
    background:none;
	padding:0;
	margin:0;
}
#main-menu a {
	display: block;
	color: #FFF;
	font-weight: 700;
	font-family: Roboto;
	padding: 22px 13px;
    border: 0px solid #007C29;
	/*transition: all .05s linear;*/
}
#main-menu .dropdown-menu a{
	color: #000;
}
#main-menu .dropdown-menu a.active, #main-menu .dropdown-menu a:hover{
	color: #000 !important;
	background: #FFF !important;
    border-left: 3px solid #003882;
    padding-left: 0px;
}
#main-menu li:hover, #main-menu li a.active, #main-menu a:hover {
  color: #FFF !important;
  background: #4776aa !important;
	display:block;
	text-decoration: none !important;
}
#main-menu a:hover > :first-child, #main-menu li a.active > :first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	/* These borders are also controlled by the theme's menuHoverCtrl script when the menu float/sticky event on scroll is activated. */
}
.dropdown:hover {
	background:#fff;
	background-color: #fff;
}
.navbar {margin-bottom: 0;}
.navbar-collapse {padding: 0 !important; max-height: inherit !important;}
.navbar.container {margin-top: 0;}
.navbar-default {
	background: none;	/* Overrides bootstrap theme style */
	border: none;		/* Overrides bootstrap theme style */
	padding: 0 10px 0 10px;			/* Overrides bootstrap theme style */
}
.navbar-collapse.in {
		overflow-y: visible !important;
}
#navbar .navbar-toggle {
	border: 1px solid #51A529;
	margin-top: 0;
	margin-right: 0;
}
#navbar .navbar-toggle:hover, #navbar .navbar-toggle:focus {
	background: #51a529;
}
.navbar-icon-bars {
	float: right;
	padding-top: 4px;
	padding-left: 9px;
}
.navbar-menu-text {
	float: right;
	color: #ccc;
}
.container>.navbar-header, .container>.navbar-collapse {
	margin-right: auto;
}
.navbar-nav > li.first {
	/*border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;*/
	overflow: hidden;
}
.nav> li > a {
	color: #000;
}
.nav> li > a:hover {
  background-color: #eeeeee !important;
}
.dropdown > .nav > li > a {padding: 5px 15px 5px 25px;}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
.dropdown-menu {
	background: #fff !important;
	border: none !important;
	padding: 0;
}
.dropdown-menu > li > a {
	min-width: 280px !important;
	white-space: normal !important;
	font-size: 12px !important;
	border-top: 1px solid #ccc;
}
#main-menu li:hover > .dropdown-toggle > .caret, .caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
	border-top: none;

    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
.expanded ul.menu li {
    font-weight: 400;
    line-height: 1.42em;
}
.main-container a {
	color: #1051A0;
	text-decoration: none;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**

	BANNER AREA
		For top bar & slideshow stuff.

*****-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/
/* Banner view */
@media (max-width: 768px){
	#banner-block{
		display:none;
	}
}
#banner-block{
	overflow:hidden;
	max-height:165px;
	min-height:85px;
}
#banner-block img{
	width:100%;
}
.main-container > #content-area > div{
	position:relative;
	/*top: -85px;*/
	background-color:#fff;
}
/* Slider stuff */
.carousel-inner {
	height: 400px;
	margin-bottom: -100px;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	width: 100%;
	margin: 0 auto;
}
.left .carousel-caption, .right .carousel-caption {
	display: none;
}
.carousel-caption {
	/* top: 28%; */
	bottom: initial;
}
.carousel-caption h3 {
	text-align: center;
	color: white !important;
	line-height: 1.5;
	text-shadow: 0px 3px 5px #000000;
}
.carousel-caption p {
	background: rgba(0, 0, 0, 0.75);
	width: 100%;
	padding: 1% 4% !important;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 16px;
}
.carousel-indicators {
  bottom: 17%;
}


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**

	STATUS AREA
		Divided into 3 columns.
		Left -- Middle -- Right

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/
#status-area {
	margin: 2% 0 0px;
	position: relative;
	top: -85px;
}
#status-area .status_block .content {
	padding: 10px 20px;
}
#status-area h2 {
	background: #007c27;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: 300;
	margin: 0 0 0.25em 0;
	padding: 13px;
	text-align:center;
}
#status-area h2 a, #status-area h2 a:hover, #status-area h2 a:visited {
	color: #fff;
	text-decoration: none;
}
.region-status-first, .region-status-second, .region-status-third {
	background: #eeeeee;
	border-radius: 5px;
	min-height: 225px;
	overflow: hidden;
}


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**

	CONTENT AREA
		Divided into 3 columns.
		Sidebar (Left) -- Content -- Sidebar (right)

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/

.breadcrumb {
	background: none;
}
.breadcrumb > li {
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumb > li + li:before {
	font-family: 'Glyphicons Halflings';
	content: "\e092";
}

/*-------------------------------------------*
	 Styling for General and Special Content Blocks
/*-------------------------------------------*/
#content-area {
	/* padding: 15px 0; */
	margin: 0;
}
.node-article .field-name-field-image{
	max-width:100%;
}
.node-services-page table{
	width:100%;
}
.view-services table{
	width:100%;
}
.page-header-row {
	margin-top: 30px;
	border-top: 3px solid #000;
	padding-top: 20px;
}
.etcontent {
	float: left;
	margin: 3px 10px 10px 0px;
	padding: 3px;
}
.etmainblock {
	min-height: 200px;
	padding: 5px;
}
span.date-display-single {
	font-size: 10px;
}
.pagination li {background: none; padding: 0;}
.pagination>li>a, .pagination>li>span {text-decoration: none !important;}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
	border-radius: 3px;
	text-shadow: 1px 1px #fff;
	background-color: #cfcfcf;
	border-color: #ccc;
	color: #007C29;
	text-decoration: none !important;
}
.date-prev {right: auto !important; left: 0 !important;}

/*-------------------------------------------*
	 Styling for Blocks and Sidebars
/*-------------------------------------------*/
aside[class*="col-"][class$='sidebar-left'] {
	padding-right: 0 !important;
}
aside[class*="col-"][class$='sidebar-right'] {
	padding-left: 0 !important;
}
.region-sidebar-first .block, .region-sidebar-second .block {
	margin-bottom: 5%;
	/* padding-bottom: 10%; */
}
.region-sidebar-first .block h2, .region-sidebar-second .block h2 {
  font-family: "Arial";
  font-size: 16pt;
  color: #003882;
  background: #fff;
  border-bottom: 3px solid #003882;
  box-shadow: none;
  margin-bottom: 0px;
	padding: 12px;
	letter-spacing: 1px;
	text-transform: capitalize;
}
.region-sidebar-first .block .content, .region-sidebar-second .block .content {
	margin: auto;
	/* border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee; */
}
.region-sidebar-first ul.menu.nav li a, .region-sidebar-second ul.menu.nav li a  {
	border-bottom: 1px solid #eee;
}

/*.region-sidebar-second .block .content {
	margin: -3px 5px 0 5px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #ffffff;
}*/
.content-sidebar-left ul li, .content-sidebar-right ul li {
	background: none repeat scroll 0 0 #fff;
  box-shadow: none;
	padding: 0;
  font-family: "Arial";
  font-size: 11pt;
  font-weight: bold;
  color: #000;
}
/*.content-sidebar-right ul li a {
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 7px 15px;
}
.content-sidebar-right ul li.views-row-last a{
	border-bottom: none;
}*/
.content-sidebar-left ul li a:hover, .content-sidebar-right ul li a:hover {
	text-decoration: none !important;
  background-color: #d9d9d9;
}
.column-title {
	color:#e0e0e0;
}
.links li a {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #696F72;
	border-radius: 4px;
	color: #FFF;
	font-weight: normal;
	padding: 4px 8px;
	margin-top: 1%;
}
ul.list-inline li {
	margin: 0;
	padding: 0;
}
.region-sidebar-first .item-list ul, .region-sidebar-second .item-list ul {
	margin: 5px 0 0 0;
	padding: 0;
	background: none;
	list-style: none;
}
.item-list ul {
	padding: 0 25px;
}


/*-------------------------------------------*
/* ITSS NEWS FRONT
/*-------------------------------------------*/
.region-content-front h2.block-title {
	color: rgb(34, 46, 54);
	font-size: 16px;
	margin: 2% 0 1% 0;
	font-weight: bold;
	padding: 12px;
	background: #eee;
	border-radius: 5px;
	box-shadow: 0px 8px 10px -8px #999;
}
.node-teaser {
	padding-left: 4%;
	position: relative;
}
.node-teaser .content {padding: 0 0 4% 0;}
.images-margin, .node-teaser .field-name-field-news-image {
	float: left;
	margin: 0 2% 2% 0%;
}
.node-teaser .field-name-body {
	padding-right: 5%;
}
.node-teaser .node-readmore {
  float: right;
  margin: 0px 3% 3% 3%;
}

.views_header, .views_header:hover, .views_header:visited, .topreadmore_untcomp:hover, .topreadmore_untcomp:visited, .topreadmore_help:hover, .topreadmore_help:visited, .h:hover, .h:visited {
	color: white;
	letter-spacing: 0px;
}

/*-------------------------------------------*
/* Styling for VIEWS ACCORDION
	and VIEWS BOOTSTRAP ACCORDION
/*-------------------------------------------*/
.service-title a, .ui-accordion-header {
	background: #F5F5F5;
	color: #333;
	text-decoration: none !important;
	display: block;
	padding: 10px;
	border-left: 3px solid #007C29;
	border-right: none;
	border-top: none;
	border-radius: 0px;
	margin-top: 5px;
}
.service-title a:hover, .ui-accordion-header:hover {
	border-left: 3px solid #51A529;
	text-decoration: none !important;
}

.panel, .ui-accordion-content {
	background: #F0F4F5;
	color: #333;
	text-decoration: none !important;
	border: none;
	border-left: 3px solid #007C29;
	border-radius: 0px !important;
	box-shadow: none;
} .panel:hover, .ui-accordion-content:hover {border-left: 3px solid #51a529;}

.panel-title a, .ui-accordion-header a {
	display: block;
	padding: 10px 15px;
}
	.panel-title a:hover, .ui-accordion-header {text-decoration: none !important;}
.panel-body {padding: 30px;}

.panel-heading .accordion-toggle:after {
    /* symbol for "opened" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e113";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
}



.views-label, .field-label-above > .field-label {
	/* This label style will be applied to ALL views labels */
	font-weight: 700;
	padding-bottom: 3px;
	margin: 30px 0 10px 0;
	border-bottom: 1px solid #999;
	display: block;
	width: 100%;
}


/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**

	FOOTER AREA
		For the footer module
		Divided into 3 columns.
		Left -- Middle -- Right

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/
.footer {border: 0px; margin-top: 10px !important;}

#footer-area ul.menu li a.active {
	color:#ddd;
}
#footer {
	clear: both;
	color: #ffffff;
	background: #1051A0;
	padding: 30px 0 0 0;
}
#footer-area h4 {
	color: #FFF;
	font-size: 14px;
}
#footer-area {
	color: #eee;
	font-size: 11px;
	line-height: 1.2em;
}
#footer-area a {
	color: #eee;
}
.region-footer-first, .region-footer-third {
	margin-top: 5%;
}
.region.region-footer-first {
    margin-top: 36px;
}
.footer-stamp {
	width: 125px;
	height: 125px;
	text-align: center;
	margin: -75px auto;
	border-radius: 50%;
	padding: 3.5% 0 0 0;
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	background: url(../images/untsystem-logo-stack.png) no-repeat center #007C29;
	box-shadow: 0px 10px 5px -5px #111;
}

#footer-area > aside{
	overflow:hidden;
}

#copyright{
	border-top: medium solid #FFF !important;
	margin-bottom: 5%;
	padding-top: 2%;
	text-align: center;
	margin-top: 2%;
}

@media (max-width: 767px) {
    .footer-stamp {
        margin-bottom: 1px;
    }
}

.region-footer {text-align: center;}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 1%;
    right: 1%;
    display:none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
.fa {
	width: 35px;
	font-size: 20px;
	background-color: #1A376D;
	text-align:  center;
	padding-top:  7px;
	padding-bottom:  7px;
	text-decoration: none;
}
.fa:hover {
    opacity: 0.7;
		text-decoration: none !important;
}

.fa-facebook:hover {
  background: #3B5998;
  color: white;
}

.fa-twitter:hover {
  background: #55ACEE;
  color: white;
}

.fa-google:hover {
  background: #dd4b39;
  color: white;
}

.fa-linkedin:hover {
  background: #007bb5;
  color: white;
}

.fa-youtube:hover {
  background: #bb0000;
  color: white;
}
#footer-bottom-links {
	padding-bottom: 4%;
}
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**

	SIDEBAR MENU

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/

.submenu-leaf{
	background-color: white !important;
    box-shadow: none !important;
    border-left: none;
    border-right: none;
}
.submenu-leaf a{
  border: none !important;
}
.block ul li.active-trail a.active-trail{
	background-color: #fff;
	color: #003286;
}
.second-menu li.active-trail a.active-trail{
	background-color: #EEE !important;
}

.caret.caret-submenu{
	float: right;
	display: inline-block;
	width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0px dotted;
	border-top: 8px solid white;
	border-top-color: white !important;
	margin-top: 5%;
}
.submenu-leaf.active a {
    background-color: white !important;
    color: #003286 !important;
    box-shadow: none;
}

/* fix for system's css*/
/*
a[href$='.pdf'], a[href$='.PDF'] {
  padding: 2px 20px 2px 2px !important;
  margin: 0% 1% 0% 0% !important;
}
*/


a[href$='.doc'], a[href$='.DOC'], a[href$='.docx'], a[href$='.DOCX'] {
  padding: 2px 20px 2px 2px !important;
  margin: 0% 1% 0% 0% !important;
}
a[href$='.xls'], a[href$='.XLS'], a[href$='.xlsx'], a[href$='.XLSX'] {
  padding: 2px 20px 2px 2px !important;
  margin: 0% 1% 0% 0% !important;
}
a[href$='.ppt'], a[href$='.PPT'], a[href$='.pptx'], a[href$='.PPTX'] {
  padding: 2px 20px 2px 2px !important;
  margin: 0% 1% 0% 0% !important;
}

.read_more a[href$='.pdf'], .read_more a[href$='.PDF'] {
  /*padding: 2px 20px 2px 2px !important;*/
  padding-right: 20px !important;
  margin: 0% 0% 0% 0% !important;
}

.view-content ul li a.active {
  background-color: #51A529;
  color: white;
}

.node-teaser {
	/*padding: 0;*/
	border-left: 8px solid #007C29;
	margin-bottom: 3%;
	vertical-align: top;
	background: #EEEEEE;
}
.node-teaser h2 a {
	color: #333333;
	font-weight: 300;
	margin-top: 7px;
	font-size: 20pt;
	/* margin: 5%; */
	text-decoration: none;
	line-height: normal;
}
.node-teaser h2 {
    color: #558E08;
    font-weight: bold;
    padding: 3% 0 1% 0;
    margin: 0px;
    font-family: Roboto;
}
.node-teaser .field-name-body {
	padding-right: 5%;
}
.field-name-field-image {
	float: left;
	margin: 0% 2% 2% 0%;
}

/*-------------Server Status-------------*/
.read_more a{
  float: right;
  background-color: #696F72 !important;
  padding: 4px 8px;
  color: #FFF;
  margin-top: 5%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
.read_more:hover a{
  color: #FFF;
}


/*------------Top Bar -----------------*/

#top-stripe{
  background-color: #51A529;
  border-bottom: 2px solid #02451D;
  padding:  5px;
}
.topbar-links{
  text-align: right;
  color:white;
  padding-right: 1%;
}
.topbar-links a{
  color:#FFF;
}

/*----------Fix logo in mobile------*/
@media (max-width: 750px) {
  .head-right div img{
    padding-bottom: 1%;
  }
}



/*-----------------------------------*/
/*------------Second Menu------------*/
/*-----------------------------------*/

.second-menu{
	float:right;
}

.second-menu a{
	color:#007C29 !important;
}

.second-menu .dropdown-menu{
	text-align: left;
	background-color: #007C29 !important;
	right: 0 !important;
	left: auto;
}

/*-----Second Menu mobile*/

@media(max-width:990px) {
    ul.second-menu {
        width: 100%;
    }
    .second-menu .leaf {
        width: 25%;
        display: inline;
        float: left;
        text-align: center;
    }
}

@media(max-width:767px) {
    .second-menu li {
        font-size: .8em !important;
        transition:.1s;
    }
    .second-menu .leaf {
        width: 33.33%;
        transition:.1s;
    }
}

@media(max-width:420px) {
    .second-menu li {
        font-size: .8em !important;
        transition:.1s;
    }
}
@media(max-width:360px) {
    .second-menu li {
        font-size: .7em !important;
        transition:.1s;
    }
}
@media(max-width:330px) {
    .second-menu li {
        font-size: .65em !important;
        transition:.1s;
    }
}

/*.second-menu li:hover{
	background-color:rgb(81,165,41) !important;
}*/

.head-right{
	margin-top: 6%;
}

.account-bar{
	/*margin-top: 3%;*/
	padding-right: 15px;
}
.main-menu-bar{
	/*margin-bottom: 5%;*/
	margin-bottom: 66px;
}

#main-menu .first{
	overflow: visible;
}

@media(min-width: 992px) {
    .region-header-right {
        margin-top: 14%;
        transition:.1s;
    }
}


.region-status-first, .region-status-second, .region-status-third {
    background: #eeeeee;
    border-radius: 0px;
    min-height: 225px;
    overflow: hidden;
    margin-top: -38px;
    margin-left: -15px;
    margin-right: -15px;
    outline: 1px solid white;
}

/*Top Menu Fixes*/
.second-menu > li

/*PARAGRAPHS*/

figcaption {
    font-style: italic;
    text-align: center;
}

.paragraphs-item-image-left figure.group-img-container {
    padding: 20px;
}

.paragraphs-item-image-right figure.group-img-container {
    padding: 20px;
}

.paragraphs-item-video .group-video-content-container{
    text-align: center;
}

.paragraphs-items h1 {
  color: #407EC9;
}

.paragraphs-items h3 {
  color: #385988;
}

.view-mode-full .group-img-container.para-image img{
  max-width: inherit;
  width: 100%;
  padding-bottom: 10px;
}

/*nivo slider padding*/

.slider-wrapper{
  padding-bottom: 40px;
}

/* Misc Changes */
.simple_timeline li:nth-child(odd) {
  padding-right: 15px;
}

.simple_timeline li:nth-child(even) {
  padding-left: 15px;
}

/*create [item class="button"] in editor around a link for a button link */
.button a {
  color: #fff;
  width: 100%;
  display: block;
  padding: 10px;
}
.button {
  background-color: #385988;
  color: #FFF !important;
  border-radius: 3px;
  float: right;
  margin: 0px 5px;
  padding: 0px 5px;
}

/* styling for news and calendar blocks */

.imported-block {
    background-color: #003882;
    display: inline-block;
    width: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.imported-block-footer {
    height: 80px
}

p.event-title-block {
    color: white;
    font-size: 18px;
    flex-grow: 2;
    margin-right: 15px;
}

p.event-title-block a {
    color: white;
}

p.event-date-square {
    background: #1051A0;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 45px;
    margin: 15px;
    height: 90px;
    flex: 0 0 90px;
}

p.event-link-block a {
    color: #ffffff00;
    display: block;
    height: 120px;
}

.event-link-block a:hover {
    background-color: white;
    opacity: 0.2;
}

p.event-link-block {
    z-index: 2;
    display: inline;
    position: absolute;
    width: 100%;
    margin: unset;
}

a.btn.btn-primary.btn-lg.btn-block {
    color: white;
    background-color: #003882;
}

a.btn.btn-primary.btn-lg.btn-block:hover {
    color: white;
    background-color: #1051A0;
}

a.btn {
    text-transform: uppercase;
    padding: 20px;
    border-radius: 0;
}

.inner-block {
    height: 120px;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 120px;
    align-content: flex-start;
}

.container-footer {
    background-color: #003882;
}

div#more-events-button {
    position: relative;
    text-align: center;
    color: #eee;
}

div#jump-calendar {
    color: #eee;
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2em;
}


div#jump-calendar a {
    color: #eee;
    padding-left: 1em;
}

div#more-events-button a {
    color: #eee;
    width: auto;
}

form.webform-client-form input.form-text {
  width: inherit;
}

/*Start of News Block CSS*/

.featured-card {
    background-color: #eee;
}

p#featured-news-title {
    font-size: x-large;
    opacity: 0.5;
}

p#featured-news-title:hover {
   opacity: 1;
}

.info-container {
    padding: 2em;
}

.main-news {
    padding-left: 2em;
    line-height: 2em;
}

p.news-title {
    text-decoration: underline;
    padding-top: 1.5em;
    opacity: 0.6;
}

p.news-title:hover {
    opacity:1;
}

p#featured-news-title {
    text-decoration:  underline;
    line-height:1.3em;
    text-align:left;
    opacity: 0.5;
}

.featured-photo img {
    height: 170px;
    width: 460px;
    background-size: cover;
    object-fit: cover;
}

/*This one of the whole view, might need to add view class to work outside
 of inspector.*/

div#block-views-72ad42792ae7746237bdec96d230c097 {
    width: 50%;
    padding-bottom:3.5em;
}
