﻿body,
p,
li,
td {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
h1,
h2,
h3 {
  font-family: "Kotta One", Arial, Helvetica, sans-serif;
  color: #4572af;
}
h3,
h4,
h5 {
  font-family: "Kotta One", Arial, Helvetica, sans-serif;
  color: #4572af;
}
:target:before {
  content: "";
  display: block;
  height: 70px;
  /* fixed header height*/
  margin: -70px 0 0;
  /* negative fixed header height */
}
#wrap-alert {
  display: block;
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: red;
}
#wrap-alert .alert-text {
  padding-left: 20px;
  display: inline-block;
  font-size: 16pt;
  color: white;
}
#wrap-alert #iconwarn {
  color: #ffcc00;
  float: left;
  margin-bottom: 5px;
  text-shadow: 3px 3px 5px #000;
  margin-left: 20px;
}
.Msg_Success,
.Msg_Info,
.Msg_Error,
.Msg_Fail {
  -webkit-box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 3px 3px rgba(50, 50, 50, 0.75);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.Msg_Success {
  color: green;
  border: 1px solid green;
  background-color: #00fa9a;
  background-image: url(Img/MessageSuccess.png);
  background-position: 7px 7px;
  background-repeat: no-repeat;
  display: block;
  padding: 5px;
  padding-left: 27px;
  margin-bottom: 5px;
}
.Msg_Info {
  color: black;
  border: 1px solid black;
  background-color: #ffffc8;
  background-image: url(Img/MessageInfo.png);
  background-position: 7px 7px;
  background-repeat: no-repeat;
  display: block;
  padding: 5px;
  padding-left: 27px;
  margin-bottom: 5px;
}
.Msg_Fail,
.Msg_Error {
  color: Red;
  border: 2px dashed red;
  background-color: #ffb6c1;
  background-image: url(Img/MessageFail.png);
  background-position: 7px 7px;
  background-repeat: no-repeat;
  display: block;
  padding: 5px;
  padding-left: 27px;
  margin-bottom: 5px;
}
#dashboard {
  background-color: #4572af;
  padding: 5px 13px 13px 13px;
  -moz-border-radius-topleft: 20px;
  -webkit-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
  -moz-border-radius-topright: 20px;
  -webkit-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#dashboard h3 {
  font-size: 14pt;
  color: white;
  text-align: center;
  margin-top: 5pt;
}
#dashboard a {
  color: #64645a;
  background-color: white;
  border: 0px solid black;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  padding: 5px;
  margin-right: 3px;
  margin-bottom: 3px;
  width: 49%;
  transition: transform 1s, background-color 1s, color 1s, padding 0.5s;
  -webkit-transition: -webkit-transform 1s, background-color 0.5s, color 1s, padding 0.5s;
}
#dashboard a .fa {
  color: #64645a;
  transition: transform 1s, color 1s;
  -webkit-transition: -webkit-transform 1s, color 1s;
}
#dashboard a:hover {
  border: 0px solid white;
  color: #191919;
  background-color: #dcdcd2;
  text-decoration: none;
  padding-left: 7px;
}
#dashboard a:hover .fa {
  color: #e11919;
}
#dashboard p {
  color: white;
  font-size: 8pt;
}
#dashboard .fa {
  color: #e1e1e1;
}
@media (max-width: 500px) {
  #dashboard a {
    width: 100%;
  }
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-brand {
  color: #ffffff;
  font-family: "Kotta One", Arial, Helvetica, sans-serif;
  padding: 7px 15px;
  text-align: right;
}
.navbar-brand #name-title {
  font-size: 24pt;
  color: #e1e1e1;
  padding-top: 3px;
}
.navbar-brand #name-sub {
  color: #cdcdcd;
  font-size: 12pt;
}
.navbar {
  min-height: 20px;
  margin-bottom: 5px;
}
.navbar-inverse .navbar-nav > li > a {
  color: #f0f0f0;
}
.navbar-inverse .navbar-nav > li > a:hover {
  color: #ffffff;
}
#news-slider .news-icon-wrapper {
  background-color: #4572af;
  border: 0px solid silver;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: inline-block;
  float: left;
  margin-right: 9px;
  padding: 5px;
  min-width: 37px;
  text-align: center;
}
#news-slider .news-icon-wrapper .news-icon {
  color: #e1e1e1;
  display: inline-block;
}
#news-slider #action {
  float: right;
  z-index: 1000;
  height: 34px;
  width: 38px;
  margin-left: 3px;
  text-align: center;
}
#news-slider #action #Pause,
#news-slider #action #Resume {
  cursor: pointer;
  padding-top: 3px;
}
#news-slider #action #Resume {
  color: red;
}
#news-slider .news-article P {
  display: none;
}
#news-slider .news-article H3 {
  font-size: 14pt;
  font-style: italic;
}
#news-slider .news-article A {
  top: 5px;
  position: relative;
}
/*
These are a set of common styles for all pages    
*/
.paper {
  margin-top: 15px;
  margin-bottom: 25px;
}
.shadow-box {
  -moz-box-shadow: 0 5px 20px #000000;
  -webkit-box-shadow: 0 5px 20px #000000;
  box-shadow: 0 5px 20px #000000;
}
.shadow-text {
  text-shadow: 3px 3px 2px #969696;
}
.rotate {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  overflow: hidden;
}
.rotate:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  color: #c80000;
}
.b,
.text-bold {
  font-weight: bold;
}
.i,
.text-italic {
  font-style: italic;
}
.l,
.align-left {
  text-align: left;
}
.r,
align-right {
  text-align: right;
}
.c,
align-center {
  text-align: center;
}
.j,
align-justify {
  text-align: justify;
}
.image .right {
  float: right;
  margin-left: 12px;
}
.image .left {
  float: left;
  margin-right: 12px;
}
.image-right {
  float: right;
  margin-left: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.image-border {
  border: 10px solid #e1e1e1;
}
.image-left {
  float: left;
  margin-right: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.btn-badge {
  width: 250px;
  height: 55px;
  margin-bottom: 5px;
  white-space: normal;
}
#search-results h3 {
  margin-bottom: 2px;
}
#search-results .title {
  font-weight: bold;
}
#search-results .date {
  font-size: smaller;
  font-style: italic;
  display: block;
}
#search-results .summary {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #969696;
}
#search-results #result-count {
  font-style: italic;
  margin-bottom: 10px;
}
#owl-carousel-jcapslide {
  margin-bottom: 20px;
}
#owl-carousel-jcapslide .ic_container .ic_caption h3 {
  color: white;
}
#footer-wrapper {
  background-color: #e1e1e1;
  margin-bottom: 0px;
}
#footer-wrapper H4 {
  font-size: 16pt;
  width: 100%;
  color: #323232;
  border-bottom: 2px solid #323232;
}
#footer-wrapper p,
#footer-wrapper li {
  color: #323232;
}
#footer-wrapper #footer .column-1 .btn {
  margin-bottom: 3px;
}
#footer-wrapper #footer .column-1 .fa {
  color: #4572af;
}
#footer-wrapper #footer .column-1 .btn .fa {
  color: white;
}
#footer-wrapper #footer .column-2 .fa {
  color: #4572af;
}
#footer-wrapper #footer .column-3 .fa {
  color: #4572af;
}
#footer-wrapper #footer .footer-logo {
  text-align: right;
}
#footer-wrapper #footer-bottom {
  background-color: #4572af;
  min-height: 30px;
  padding-top: 5px;
  color: white;
}
#footer-wrapper #footer-bottom a {
  color: white;
}
#footer-wrapper .brand-line {
  background-color: #4572af;
  min-height: 30px;
  padding-top: 5px;
  color: white;
}
#footer-wrapper .brand-line a {
  color: white;
}
#netonesiteBranding {
  color: white;
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: Open-Sans, Arial, Helvetica, sans-serif;
}
#header-top,
.header-top {
  background-color: #4572af;
  height: 25px;
  padding-top: 4px;
  text-align: right;
}
#menu-top {
  color: #dedede;
  text-align: right;
}
#menu-top a {
  color: #dcdcdc;
  text-transform: none;
  padding-left: 7px;
}
#menu-top a .text {
  margin-left: 5px;
}
#menu-top a .fa {
  color: #dedede;
}
#menu-top .divider {
  padding-left: 0px;
  padding-right: 0px;
}
#menu-top a:hover,
#menu-top a:hover .fa {
  color: #fafafa;
  text-decoration: none;
}
@media (max-width: 500px) {
  #menu-top a .text {
    display: none;
    padding-left: 7px;
  }
}
.bc-header {
  background-color: #e1e1e1;
}
.bc-header .col-left h1 {
  margin-top: 10px;
}
.bc-header .col-left h2 {
  margin-top: 10px;
}
.bc-header .col-right {
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
}
.bc-header .col-right .name {
  font-weight: 700;
}
.header-wrap {
  background-color: #e1e1e1;
}
.menu-department {
  border: 1px solid #4572af;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.menu-department h1,
.menu-department h2,
.menu-department h3,
.menu-department h4,
.menu-department h5,
.menu-department h6 {
  font-size: 14pt;
  font-family: 'Open Sans';
}
a[href]:after {
  content: none;
}
#departmenthome {
  box-sizing: border-box;
}
#departmenthome h2 {
  font-size: 16pt;
}
#departmenthome h3 {
  font-size: 14pt;
}
#departmenthome h4,
#departmenthome h5,
#departmenthome h6 {
  font-size: 12pt;
}
#departmenthome .equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
#departmenthome .w100 {
  width: 100%;
}
#departmenthome .border-bottom {
  border-bottom: 1px solid #c8c8c8;
}
#departmenthome .border-right {
  border-right: 1px solid #c8c8c8;
}
#departmenthome .border-left {
  border-left: 1px solid #c8c8c8;
}
#departmenthome .contact ul.bullet {
  position: relative;
  left: -20px;
  margin-left: 0px;
}
#departmenthome .resources {
  border-bottom: 1px solid #c8c8c8;
  /*ul li:before {
			position: absolute;
			top: 0;
			left: 0;
			font-family: FontAwesome;
			content: "\f041";
			color: rgba(4,34,98,1);
		}*/
}
#departmenthome .resources ul {
  /*Set a default bullet for all lists in content section*/
  list-style-type: none;
  padding-left: 20px;
  margin-bottom: 2px;
}
#departmenthome .resources ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 12pt;
}
#departmenthome .resources ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f041";
  color: #042262;
}
#departmenthome #quicklinks ul {
  margin: 0;
  padding: 0;
}
#departmenthome #quicklinks li {
  width: 50%;
  margin: 0;
  padding: 5px;
  display: table;
  float: left;
}
#departmenthome #quicklinks li a {
  display: table-cell;
  width: 100%;
  background-color: White;
  border: 1px solid #4572af;
  border-radius: 5px;
  vertical-align: middle;
  color: #4572af;
  padding: 7px;
  text-align: center;
  text-decoration: none;
  transition: 0.25s all;
  font-size: 14pt;
  height: 65px;
}
#departmenthome #quicklinks li a:hover {
  border: 1px solid #428bca;
  -webkit-box-shadow: inset 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: inset 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: inset 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
}
#departmenthome #quicklinks li:before {
  /*position: absolute;
			top: 7px;
			left: 0;
			font-family: FontAwesome;
			content: "\f067";
			padding-left: 5px;*/
}
#departmenthome #linkbar {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
#departmenthome #linkbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#departmenthome #linkbar li {
  margin: 0;
  padding: 5px;
  display: table;
  float: left;
  flex-grow: 1;
}
#departmenthome #linkbar li a {
  display: table-cell;
  width: 100%;
  background-color: #4572af;
  border: 5px solid #4572af;
  border-radius: 5px;
  vertical-align: middle;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s all;
  font-size: 14pt;
  height: 120px;
}
#departmenthome #linkbar li a:hover {
  color: #ffff64;
  border: 5px solid #428bca;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
  text-shadow: 1px 1px 5px #000000;
}
#departmenthome #faqs {
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 25px;
  position: relative;
}
#departmenthome #faqs h3 {
  cursor: pointer;
  font-size: 12pt;
  transition: all 0.5s;
  margin-bottom: 0;
  margin-top: 7px;
  padding: 5px;
  border-top: 1px solid #ebebeb;
}
#departmenthome #faqs h3.active {
  color: black;
  background-color: #ebebeb;
  border-top: 3px solid Black;
}
#departmenthome #faqs div {
  position: relative;
}
#departmenthome #faqs p {
  display: none;
  font-size: 10pt;
  background-color: #e1e1e1;
  padding: 5px;
  margin-bottom: 7px;
}
#departmenthome .sidelogo {
  margin-top: 0px;
  /*border: 1px solid @nav-side-menu-border;*/
  background: transparent;
  padding: 15px;
  /*-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 10px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 10px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 10px 0 rgba(50, 50, 50, 0.75);*/
}
#departmenthome .side-menu {
  margin-top: 0px;
  border: 0px solid #042262;
  background: transparent;
  padding: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0px 0px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0px 0px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 0px 0px 0 rgba(50, 50, 50, 0.75);
}
#departmenthome .side-menu strong {
  font-size: 16px;
  text-align: center;
  display: block;
}
#departmenthome .side-menu ul {
  list-style-type: none;
  padding-left: 24px;
}
#departmenthome .side-menu ul li:before {
  position: absolute;
  top: 7px;
  left: 0;
  font-family: FontAwesome;
  color: black;
  content: "\f067";
  padding-left: 5px;
}
#departmenthome .side-menu ul li {
  position: relative;
  padding: 5px;
  padding-left: 24px;
  margin: 3px;
  margin-left: -20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.3s;
  background-color: #428bca;
  border: 1px solid #428bca;
}
#departmenthome .side-menu ul li a {
  color: white;
  width: 100%;
  display: inline-block;
}
#departmenthome .side-menu ul li:hover {
  background-color: silver;
  border: 1px solid black;
  /*:before {
                color: red; //@nav-side-menu-link-hover-color;
            }*/
}
#departmenthome .side-menu ul li:hover a {
  color: black;
}
#departmenthome .side-menu ul li:hover:before {
  color: white;
}
#departmenthome .side-menu .link-leader {
  background-color: #4572af;
  border: 1px solid black;
  font-weight: bold;
  border: 1px solid #4572af;
  border-radius: 5px;
  text-shadow: 0px 1px 5px #000000;
}
#departmenthome .side-menu .link-leader:before {
  color: White;
}
#departmenthome .side-menu .link-selected {
  font-weight: bold;
  border: 1px solid black;
}
#departmenthome .side-menu .link-pageitem {
  margin-left: 0px;
  transition: all 0.3s;
  background-color: #e1e1e1;
  border: 1px solid #428bca;
}
#departmenthome .side-menu .link-pageitem a {
  color: #4572af;
}
#departmenthome .side-menu li.link-pageitem:before {
  position: absolute;
  top: 7px;
  left: 0;
  font-family: FontAwesome;
  color: #4572af;
  content: "\f138";
  padding-left: 5px;
}
#departmenthome .side-menu a {
  color: white;
}
#departmenthome #side-block {
  margin-top: 30px;
  margin-left: 0px;
  margin-right: 0px;
  border: 1px solid black;
  border: 1px solid #042262;
  background: transparent;
  padding: 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 10px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 3px 10px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 3px 10px 0 rgba(50, 50, 50, 0.75);
}
#departmenthome ul.bullet {
  list-style-type: none;
  padding-left: 24px;
  /*
		The following codes will work for individual LI in a UL
		To set up classes for the entire UL, see the section below.
	*/
}
#departmenthome ul.bullet li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  color: #4572af;
}
#departmenthome ul.bullet li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
#departmenthome ul.bullet .bullet-lock:before {
  content: "\f023";
}
#departmenthome ul.bullet .bullet-desktop:before {
  content: "\f108";
}
#departmenthome ul.bullet .bullet-bars:before {
  content: "\f0c9";
}
#departmenthome ul.bullet .bullet-phone:before {
  content: "\f095";
}
#departmenthome ul.bullet .bullet-user:before {
  content: "\f007";
}
#departmenthome ul.bullet .bullet-mouse-pointer:before {
  content: "\f245";
}
#departmenthome ul.bullet .bullet-database:before {
  content: "\f1c0";
}
#departmenthome ul.bullet .bullet-external-link:before {
  content: "\f08e";
}
#departmenthome ul.bullet .bullet-email:before {
  content: "\f0e0";
}
#departmenthome ul.bullet .bullet-email-outline:before {
  content: "\f003";
}
#departmenthome ul.bullet .bullet-fax:before {
  content: "\f1ac";
}
#departmenthome ul.bullet .bullet-map-marker:before {
  content: "\f041";
}
#departmenthome ul.bullet .bullet-clock:before {
  content: "\f041";
}