@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');

/* Global Styling */
html {
    position: relative;
    min-height: 100%;
}

body {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	overflow-x: hidden;
	overflow-y: auto;
	height:100%;
}

h3 {
	font-weight:700;
}

.no-padding {
	margin-left:0;
	margin-right:0;
}

a {
	color:#1c4a70;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/* Section 1 topbar */

.topbar {
	background:#ffffff;
	font-size:14px;
	padding:10px 0;
}

.topbar i {
	color:#006431;
	margin-right:10px;
	padding-top:10px;
}

.topbar span {
	font-weight:700;
	color:#006431;
	margin-right:20px;
	margin-top:10px;
}

span.social-icons {
	font-size:20px;
	margin-right:0;
	float:right;
	padding-top:0px;
	margin-top:0;
}

span.social-icons span {
	color:#00a651;
	padding-top:0;
	font-weight:300;
	margin-right:5px;
	margin-top:5px;
}

.topbar-googletrans {
 text-align: center !important;
}

.topbar-googletrans div#google_translate_element {
    margin-top: 5px !important;
}

.topbar-googletrans span {
	 margin-right: 0px !important;
    margin-top: 0px !important;
}



.topbar_social {
	float:right;
}
.topbar_social img {
	margin-right:10px !important;
	margin-top:5px !important;
}

.nav-search {
    padding: 0px;
    background-color: #fff;
    margin: 0 0 0;
}

.nav-search form {
    display: table;
    width: 100%;
    height: 20px;
    border: 1px solid #cccccc;
    margin: 0;
    padding: 0;
    line-height: 30px;
}

input, button, select, textarea {
    font-size: 14px;
}

.nav-search form .searchbutton {
    width: 50px;
    padding: 0;
    display: table-cell;
    border: none;
    box-shadow: none;
    background-color: transparent;
    height: 100%;
    text-align: right;
    padding-right: 20px;
    margin: 0;
    color: #333 !important;
}

.nav-search form input[type='text'] {
    border: none;
    display: table-cell;
    width: 150px;
    /* height: 30px; */
    padding: 0 20px;
    margin: 0;
}

.page-section {
    padding-top: 170px !important;
    padding-bottom: 30px;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #7f8c8d;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    outline: none;
}

input, button, select, textarea {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
}

@media only screen and (max-width: 1199px) {
	.topbar_social {
		display:none;
	}
}

@media only screen and (max-width: 991px) {
	.topbar span {
		display:block;
		text-align:center;
		margin-right:0;
	}

	.topbar span span {
		display:inline-block;
	}

	.topbar_social {
		display:none;
	}
	.nav-search {display: none;}
}
/* Navigation */

.navbar {
	background:rgba(0, 166, 81, 1);
	z-index: 2;
	border-radius: 0;
	border:0;
	position:absolute;
	z-index:1000;
	width:100%;
}

.navbar-brand {
	padding:8px 0;
}

.nav {
	float:right;
}

.nav li a {
	padding-top:30px;
	padding-bottom:30px;
	color:#ffffff;
	font-weight:700;
	text-transform: uppercase;
	transition-duration:0.4s;
}

.nav li a:hover, .nav li a:active, .nav li a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color:#038944;
}

.navbar-nav > li > .dropdown-menu {
	background:rgba(0, 166, 81, 0.8);
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color:#038944;
}

.dropdown, .dropdown:hover, .dropdown:active, .dropdown.open {
	background-image:url('../images/caret.png') !important;
	background-position: center right;
	background-repeat: no-repeat;
}
.dropdown a {
	padding-right:10px;
}
.sub-menu a {
	padding-top:5px !important;
	padding-bottom:5px !important;
}
.sub-menu a:hover {
	color:#ffffff !important;
	text-decoration: underline !important;
}
.navbar-nav li:first-child {
	background-image: none !important;
}

.navbar-nav li:first-child ul {
	display:none;
}

.dropdown:hover ul {
    display: block;
}
.dropdown:hover ul li ul, .dropdown ul li:hover ul li ul {
	display: none;
}
.dropdown ul li:hover ul {
	display: block;
}
.dropdown ul li ul li:hover ul {
	display:block;
}

.navbar-nav li ul li ul {
	background:rgba(0, 166, 81, 0.8);
	margin-top: -50px;
    border-radius: 0;
    margin-left: 180px;
}

.navbar-nav li ul li a {
	font-size:13px;
	text-transform:none;
}

.navbar-nav li:last-child ul {
	margin-left:-150px;
}

@media only screen and (max-width: 1199px) {
	.nav li a {
		text-transform: none
	}
}

@media only screen and (max-width: 991px ) {
	.navbar-collapse {
		padding:0;
	}
}

@media only screen and (max-width: 767px) {
	.navbar {
		background:rgba(0, 166, 81, 1);
	}
	.navbar-toggle {
		z-index: 100;
		position:absolute;
		right: 0;
	}
	.navbar-toggle .fa-bars {
		color:#ffffff;
		font-size:20px;
	}
	.navbar-brand img {
    	margin: 0 0 0 0;
    	padding-left:20px;
    	float:left;
	}
	.nav {
		float:left;
		width:100%;
	}
	.navbar-nav {
		margin:0;
	}
	.nav li a {
		padding-top:15px;
		padding-bottom:15px;
	}
	.navbar-nav li:last-child ul {
		margin-left:0px;
	}

    .dropdown .dropdown-menu.sub-menu {
   		display:none;
    }
    .dropdown.open .dropdown-menu.sub-menu {
   		display:block;
    }


}

/* Section 2 home-slider */

.home-slider {
	margin-top:80px;
	overflow:hidden;
}

.home-slider #sliderFrame32 {
	max-width:100%;
	max-height:auto;
}

.slide-1 {
	background:url('../images/slider-img-1.jpg') top center no-repeat;	
	background-size: fill;
	background-attachment: fixed;
	height:471px;
}

@media only screen and (max-width: 1199px) {
	.navbar {
		background:rgba(0, 166, 81, 1);
	}
	.navbar-brand img {
		max-width:200px;
		height:auto;
		margin-top:5px;
	}
}

@media only screen and (max-width: 991px) {
	.navbar-header {
		display:block;
		width:100%;
		text-align: center;
		float:none;
	}
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: auto;
		margin-right: auto;
		width:100%;
		text-align: center;
	}
	.navbar-brand img {
		margin:0 auto;
	}
	.home-slider {
		margin-top:130px;
	}
}
@media only screen and (max-width: 767px) {
	.home-slider {
		margin-top:50px;
	}
}
/* Section 3 section-3 */

.section-3 {
	text-align:left;
	color:#ffffff;
	font-size:21px;
	font-weight: 700;
	vertical-align: middle;
	line-height: 23px;
}

.section-3 p {
/*	margin-bottom:0;
	float:left;
	vertical-align: middle; */
}

.section-3 img { 
}

.section-3 a {
	color:#ffffff;
}

/*.section-3 .central {
	background:#00a651;
	text-transform: uppercase;
	padding:30px 0;
	overflow: hidden;
	transition-duration: 0.4s;
}*/

.section-3 .central:hover {
	transition-duration: 0.4s;
	box-shadow: 0px 11px 54px -9px rgba(0,0,0,0.5);
    transform: scale(1.02,1.02);
}

/*.section-3 .central .central-inner {
	overflow:hidden;
	padding-right:70px;
	padding-left:70px
}*/

/*.section-3 .calendars {
	background:#3cb878;
	text-transform: uppercase;
	padding:30px 0;
	overflow: hidden;
	transition-duration: 0.4s;
}
*/
.section-3 .calendars:hover {
	transition-duration: 0.4s;
	box-shadow: 0px 11px 54px -9px rgba(0,0,0,0.5);
    transform: scale(1.02,1.02);
}

/*.section-3 .calendars .calendar-inner {
	overflow:hidden;
	padding-right:70px;
	padding-left:90px
}*/

.section-3 .calendars .calendar-inner  p{

}


/*.section-3 .portal {
	background:#39b54a;
	text-transform: uppercase;
	padding:30px 0;
	overflow: hidden;
	transition-duration: 0.4s;
}*/

.section-3 .portal:hover {
	transition-duration: 0.4s;
	box-shadow: 0px 11px 54px -9px rgba(0,0,0,0.5);
    transform: scale(1.02,1.02);
}

/*.section-3 .portal .portal-inner {
	overflow:hidden;
	padding-right:20px;
	padding-left:60px
}*/

@media only screen and (max-width: 1199px) {
	/*
	.section-3 .central .central-inner {
		padding-left:20px !important;
		padding-right:0 !important;
	}
	.section-3 .calendars .calendar-inner {
		padding-right:0px !important;
		padding-left:20px !important;
	}
	.section-3 .portal .portal-inner {
		padding-right:0px !important;
		padding-left:20px !important;
	}*/
}

@media only screen and (max-width: 991px) {
	.section-3 .central, .section-3 .calendars, .section-3 .portal {
		max-width:300px !important;
		margin:0 auto 20px;
	}
	.section-3 .col-md-4 {
		width:300px !important;
		margin-left:auto;
		margin-right:auto;
	}
}

@media only screen and (max-width: 767px) {
	.section-3 .central, .section-3 .calendars, .section-3 .portal {
		max-width:100% !important;
		margin:0 auto 0px;
	}
	.section-3 .col-md-4 {
		width:100% !important;
		margin-left:auto;
		margin-right:auto;
		margin-top:0px !important;
		margin-bottom:0 !important;
	}
	.section-3 .col-md-4:first-child {
		margin-top:20px !important;
	}
	.section-3 .col-md-4:last-child {
		margin-bottom:20px !important;
	}
}
/* Section 4 quicklinks */

.quicklinks {
	background:#f1f1f1;
	padding:50px 0;
}

.quicklinks h3 {
	color:#405f40;
	font-weight:900;
	margin-top:0;
	margin-bottom:30px;
}

.quicklinks-ul {
	list-style: none;
	padding-left:0;
	font-weight:900;
	color:#000000;
	text-transform:uppercase;
}

.quicklinks-ul a {
	color:#000000;
}

/*.quicklinks-ul li {
	padding:7px 50px 7px;
}

.quicklinks-ul li.lunch {
	background:url('../images/lunch-icon.png') no-repeat left center;
}
.quicklinks-ul li.media-center {
	background:url('../images/media-icon.png') no-repeat left center;
}
.quicklinks-ul li.device {
	background:url('../images/device-icon.png') no-repeat left center;
}
.quicklinks-ul li.support {
	background:url('../images/support-icon.png') no-repeat left center;
}
.quicklinks-ul li.digital {
	background:url('../images/digital-icon.png') no-repeat left center;
}
.quicklinks-ul li.employment {
	background:url('../images/employment-icon.png') no-repeat left center;
}*/

.q-box {
	background:#00a651;
	min-height:464px;
}

.q-box ul {
	padding:0px 20px 23px 35px;
	color:#ffffff;
}

.q-box ul li a {
	color:#ffffff;
}

.q-box h4 {
	color:#ffffff;
	font-size:14px;
	text-transform: uppercase;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:10px;
	margin-right:10px;
	font-weight:700;
}

.q-box img {
	width:100%;
}

.quicklinks .col-sm-3 {
	padding-right:0;
}

@media only screen and (max-width: 991px) {
	.quicklinks .container {
		width:100%;
	}
	.quicklinks ul li {
		padding-right:0;
	}
	.quicklinks-ul a {
		font-size:12px;
	}
}

@media only screen and (max-width: 767px) {
	.quicklinks .col-sm-3 {
		padding-right:15px;
	}
	.quicklinks .quicklinks-ul {
		padding-left:15px;
		margin:0px auto 20px;
	}
	.quicklinks h3 {
		padding-left:15px;
	}
}

/* Section 5 section-5 */

.section-5 {
	/* background:url('../images/section-5-bg2.jpg') no-repeat center center ;*/
	background: #00a651;
	background-size: cover;
	background-attachment: fixed;
	color:#ffffff;
	padding:50px 0;
}

.section-5 h3 {
	background:url('../images/h3-underline.jpg') no-repeat bottom left;
	text-transform: uppercase;
	color:#ffffff;
	margin-top: 12px;
	margin-bottom: 2px;
	padding-bottom:20px;
}

.section-5 h4 a{
	text-transform: uppercase;
	font-weight: 900;
	font-size:15px;
	color:#ffffff;
}

.section-5 a {
	color:#00ff54;
}

.section-5 .news-item, .event-item, .recog-item {
	background:url('../images/h3-underline.jpg') no-repeat bottom left;
	padding-bottom:10px;
	margin-bottom:20px;
}

.section-5 .news-item:last-child, .event-item:last-child, .recog-item:last-child {
	background:transparent;
}

.event-item a, .recog-item a {
	color:#ffffff;
}

.event-item a:hover, .recog-item a:hover {
	color:#00ff54;
}

.recog-item img {
	width:100%;
}

.news-overflow {
	/* height:300px; */
	max-height: 500px;
    overflow-y: auto;
}

.news-item h4 {
	text-transform: uppercase;
    font-weight: 900;
    font-size: 15px;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.section-5 .btn {
	color:#000000;
}

/* Section 6 communicate */
.communicate {
	padding:50px 0;
}

.communicate h3 {
	background:url('../images/h3-underline.jpg') no-repeat bottom center;
	text-transform: uppercase;
	font-weight: 900;
	color:#405f40;
	text-align: center;
	margin-top:0;
	margin-bottom:20px;
	padding-bottom:20px;
}

.communicate h4 {
	text-transform: uppercase;
	font-weight: 900;
	color:#405f40;
	font-size: 15px;
}

.communicate-item a {
	color:#39b54a;
}

/* Footer */

.footerbar-googletrans {
	text-align: center !important;
	padding-bottom:30px;
}

footer {
	background-color: #00a651;
	color:#ffffff;
	padding-top:20px;
	padding-bottom:5px;
	text-align: left;
}

  .page-section {
	margin-bottom:72px;
}

.inner-pages footer {
	min-height:72px;
	/* position: absolute; */
	width: 100%;
	bottom:0;
}

footer a {
	color:#eeeeee;
}

footer .social-icons span {
	color:#ffffff;
	font-size:30px;
	margin-left:15px;
}

.footer-menu {
	list-style: none;
	text-align: center;
	padding-left:0;
	margin:0;
}
.footer-menu li {
	float:left;
	padding:0 15px;
}
.footer-menu li:first-child {
	padding-left:0;
}
.footer_social {
	float:right;
}
.footer_social img {
	margin-right:15px !important;
}
.footer_social img:last-child {
	margin-right:0;
}

@media only screen and (max-width: 991px) {
	footer .social-icons {
		display:initial;
	}
	.inner-pages footer {
		position: relative !important;
		width: 100%;
		bottom:0;
	}
}

@media only screen and (max-width: 767px) {
	footer {
		text-align: center;
		padding:20px 15px 5px;
	}

	footer .social-icons {
		float:none;
		display:inline-block;
		margin-top:10px;
	}
	footer .social-icons a i{
		margin-left:0;
	}
	.footer-menu li {
		float:none;
		padding:0;
	}
}

/* Slider Arrows */

.tp-rightarrow.default,
.tp-leftarrow.default{
   padding:0px !important;
}

/* Node TPL */
.inner-pages .navbar {
	background:rgba(0, 166, 81, 1);
}
.page-section {
	padding-top:120px;
	padding-bottom:30px;
}
.inner-pages-quicklinks li {
	margin-top:5px;
}

.inner-pages-quicklinks li a {
	color:#000000;
}

#dwcsitemap-form table {
	width:100%;
}

@media only screen and (max-width: 991px) {
	.page-section {
		padding-top:150px;
	}
}
@media only screen and (max-width: 767px) {
	.page-section {
		padding-top:70px;
	}
	#HomePageDocBoxContent {
		max-width:275px;
	}
	#hpdbImageLeftOrTop img {
		max-width:100%;
	}
}



/* Fixes for Mobile */

@media only screen and (max-width: 767px) {
	#searchtext2 {
		width:150px;
	}
	#searchtext {
		width:100%;
	}
	#submit_article {
		width:95px;
	}
	#members-public table td {
		text-align: left;
	}
	#members-public table td b {
		padding-right:10px;
	}
}

/* Urgent Notices */
.urgent-notice {
    background:rgba(0, 166, 81, 1);
    padding:10px 0;
    overflow:hidden;
}
.urgent-notice .enotice-span {
    font-weight:700;
    color:#ffffff;
    float:left;
    padding:3px 5px 0 0;
}
.urgent-notice #emergency_notices {
	margin-top:2px;
	color:#ffffff;
}
.urgent-notice hr {
	display:none;
}

@media only screen and (max-width: 767px) {
	.urgent-notice {
	    text-align: center;
	    padding:10px;
	}
	.urgent-notice .enotice-span {
		float:none;
		text-align:center;
		padding-left:0;
	}
	.notice-line {
		display:none;
	}
}



@media only screen and (min-width: 0px) { 
body .section-3 .central,
body .section-3 .calendars,
body .section-3 .portal,
body .section-3 .calendars {
height: 213px;
width: 100%;
display: table;
} 
body .section-3 .central .central-inner,
body .section-3 .calendar-inner,
body .section-3 .portal-inner {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.section-3 .calendars  {
	padding: 0px 0px;
}

}


/* news updates  10/14/20*/

.news-item img {
   max-width: 220px !important;
}

.news-overflow .news-item {
 padding: 0px 10px !important;
 text-align: center;
}


.news-overflow {
    overflow-x: hidden !important;
}

.news-item h4 {
	text-align: left;
	}

.news-item p {
	text-align: left;
	}

.news-item a {
	text-align: left !important;
  }		

 .news-item a span {
	text-align: left !important;
  }		