* {
  box-sizing: border-box;
}

.top_bar_column {
  float: left;
  width: 50%;
  background: #f6f3ee;
  color: #000 !important;
  font-size: 12px;
text-transform: uppercase;
font-weight: bold;
}

/* Clear floats after the columns */
.top_bar:after {
  content: "";
  display: table;
  clear: both;
}

ul#accessibility  {
	    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0px;
    float:right;
}

ul#accessibility img  {
	width: 27px;
}

ul#accessibility li {
    padding:5px 5px;
    position: relative;
    float: left;
}

ul#accessibility li {
    border-left: 1px solid #c2c0c1;
}

ul#accessibility li:hover {
    background-color: #fbac1b;
}

ul#accessibility li a
{
color: #000;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .top_bar_column {
    width: 100% !important;
  }
}

.header-department a:hover
{
text-decoration : none;
}

.header-department
{
	font-size:14px;
	padding:10px 30px;
}

    .col-dep-name {
        width: 66.66666667%;
        float: left;
    }
	
	.dep .dep_logo {
    display: inline-flex;
    align-items: center;
    color: #000;
}

.dep .dep_logo .emblem {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px 0 0;
}

.dep .dep_logo .dep_text {
    display: inline-block;
    vertical-align: middle;
}

.dep .dep_logo .dep_text strong {

    font-weight: 400;
    display: block;
    font-size: 17px;
   /* line-height: 18px;*/
	}
	
	.dep .dep_logo .dep_text .dep_name_english, .dep .dep_logo .dep_text h1.h1-logo {
    font-style: normal;
    font-size: 1.75em;
    margin: 0;
    font-weight: 700;
}

.dep-logo-right {
        width: 33.33333333%;
		float:right;
		text-align:right;
    }


.dep-logo-right a img {
    max-height: 88px;
}

.sw-logo
{
	padding-left:5px;
}


/* NEW MENU CSS */

#site-navigation .dropdown-menu>li {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
}
#site-navigation .dropdown-menu>li:first-child {
	margin-left:0;
}
#site-navigation .dropdown-menu a {
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
	cursor:pointer;
	padding:0px 14px;
	font-family: Arial,Helvetica,sans-serif;
    border: 0px;
    border: 1px solid rgb(255 255 255 / 0%);
}
#site-navigation .dropdown-menu>li>a:hover,#site-navigation .dropdown-menu>li.sfHover>a {
	background:#fbac1b  !important;
	color:#fff;
	border-radius: 25px;
       border: 1px solid #fff;
}

.current-menu-parent, .current-menu-item, .current-menu-ancestor
{
background:#fbac1b !important;
	color: #fff;
	border-radius: 25px;
    border: 1px solid #fff;
}

#site-navigation .dropdown-menu>.current-menu-item>a,#site-navigation .dropdown-menu>.current-menu-item>a:hover {
	background:#fbac1b !important;
	color: #fff;
	border-radius: 25px;
    border: 1px solid #fff;
}

/*drop-down styles*/
#site-navigation .dropdown-menu ul 
{
	background:#3aa04a;
}

#site-navigation .dropdown-menu ul li {
	border-bottom:1px solid #fff;
	line-height:1.4em;
	height:auto;
	float:none;
	display:block;
}

#site-navigation .dropdown-menu ul a {
	color:#fff;
	font-family:arial;
	display:block;
	height:auto;
	line-height:1.7em;
	padding:5px 15px !important;
	margin:5px !important;
	border:0px;
	text-transform:none;
	font-size:0.9em;
	font-weight:400;
}

#site-navigation .dropdown-menu ul li>a:hover {
	color:#fff
}

#site-navigation .dropdown-menu ul li:last-child {
	border: none;
}

#site-navigation-wrap {
    background: #3aa04a;
    padding:8px 8px;
    border-bottom:1px solid #fff;
}

/* END NEW MENU CSS */

#wptu-ticker-style-1 .wptu-style-label {
    background-color: #3aa04a !important;
}

#wptu-ticker-style-1 {
    border-color: #3aa04a !important;
}

#wptu-ticker-style-1 .wptu-style-label > span {
    border-color: transparent transparent transparent #3aa04a !important;
}

tr.subtitle td
{
background: #3aa04a !important;
}


.supsystic-table tr:nth-child(odd), .table_border tr:nth-child(odd)
{
background: #d0f9d6 !important;
}

.home #primary, .home .boxed
{
padding-bottom: 0px !important;
}


@media only screen and (max-width: 600px) {
.dep .dep_logo
{
	display: block !important;
}

.dep, .header-right
{
	text-align: center;
}

.dep .dep_logo .dep_text strong, .dep .dep_logo .dep_text h1.h1-logo
{
	font-size: 15px !important;
	padding: 5px
}
.mshasan li
{
	width: 100% !important;
text-align:center !important;
}
.col-dep-name, .dep-logo-right
{
width:100% !important;

}

#accessibility 
{
float: none !important;
}

.sw-logo
{
padding-left: 0px;
}
.dep .dep_logo .emblem
{
margin-right: 0px;
}
#sidr-main
{
background: #3aa04a !important;
}
#sidr-main a:hover
{
background: #fbac1b !important
}
}