@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Donegal+One');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
@import url('https://fonts.googleapis.com/css?family=Nunito:300,300i,400,400i,600,600i,700,700i,800');

/********************

FONTS
font-family: 'Nunito', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Donegal One', serif;
font-family: 'Roboto Condensed', sans-serif;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

********************/
p {
    margin: 0px 0px 15px;
}

/** Basic Settings **/
body{
 line-height: normal;
 font-size: 16px !important;
 color: #231F20 !important;
 font-family: 'Open Sans', sans-serif !important;}

.uppercase{
 text-transform: uppercase;}

h2.section-header {
    font-size: 1.2em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: 600;
     letter-spacing: 0.05em;
    position: relative;
}
#quicklinks h2.section-header:before {
    content: "";
    border-bottom: 2px solid #fff;
    position: absolute;
    width: 35%;
    display: block;
    bottom: 13px;
    left: 0;
}
#quicklinks h2.section-header:after {
    content: "";
    border-bottom: 2px solid #fff;
    position: absolute;
    width: 35%;
    display: block;
    bottom: 13px;
    right: 0;
}
.w-60 .portletBox-title,
.w-40 .portletBox-title{
 position: relative;
 z-index: 999;}

.subpage #news_content_body #featured_image {
    display: none;
}

.subpage .w-70 a{
 color: #ad5609;
 text-decoration: none;}

.subpage .w-70 a:hover,
.subpage .w-70 a:focus{
 text-decoration: underline;}


/* Google Search */

#searchBox{ 
    display: inline-block;
    vertical-align: top;
    padding: 0 25px 0 0;
    margin: 0;
    padding: 3px;
    white-space: nowrap;
}

td.gsc-search-button {
    font-size: 20px;
    color: #103356;
    background: #fbc019;
    text-decoration: none;
   margin-left: -55px;
    border-radius: 50%;
    width: 27px !important;
    height: 27px !important;
    padding: 11px 14px 13px 14px;
    text-align: center;
    position: absolute;
}

.gsst_b {
    display: none !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    background: none !important;
    text-indent: 5px !important;
}

button.gsc-search-button.gsc-search-button-v2 {
    border: none;
    background: none;
    padding: 0px;
    margin: 0px;
    color: #000;
}

.gsc-search-button-v2 svg {
    fill: #114f82 !important;
       width: 20px !important;
height: 20px !important;
}

.gsc-input-box {
    color: #373838;
    font-size: 15px;
    padding: 11px 15px 11px 16px;
    width: 270px !important;
    border: solid 1px #103356 !important;
    border-radius: 26px;
    font-style: italic;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0px;
}



/** pubWrapper **/
#header {
    height: 200px;
}
#menubar {
    background: #103356;
}
#header .divSearchBox{
 display: inline-block;
 vertical-align: top;
 padding: 0 25px 0 0;
}

 #header a.header-left, .header-right {
    width: 50%;
    float: left;
text-align: right;

}
.header-right {
    margin-top: 60px;
}
#header .divSearchBox input#ctl00_SearchTerm{
    color: #373838;
    font-size: 15px;
    padding: 11px 15px 11px 28px;
    width: 270px;
    border: solid 1px #103356;
    border-radius: 26px;
    font-style: italic;}
 
#header .divSearchBox a#ctl00_btnSearch img{
 display: none;}

#header .divSearchBox a#ctl00_btnSearch{
    font-size: 20px;
    color: #103356;
    background: #fbc019;
    text-decoration: none;
    margin-left: -46px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 11px 14px 15px 14px;
    text-align: center;
}
 

#header .divSearchBox a#ctl00_btnSearch:hover,
#header .divSearchBox a#ctl00_btnSearch:focus{
    opacity: 1;
    background: #008383;
    color: #fff;
}

#header .divSearchBox a#ctl00_btnSearch:focus{
  outline: none !important;
  box-shadow: 0 0 3px 3px #F38420;}



/** Menubar **/

.nav-item > a{
 padding: 0.5em 1.6em !Important;}



#header a{
 text-decoration: none;}

#header #banner-logo{
 display: table-cell;
 vertical-align: middle;}

#header #banner-logo img {
 max-width: 160px;}


#header h1{
 display: block;
font-family: 'Open Sans', sans-serif;
 text-transform: uppercase;
 font-size: 3em;
 color: #fff;
  font-weight: 500;
 margin: 20px;}

#header h1 span{
 display: block;
    font-size: 0.6em;
}

#welcomeMessage{
 display: table-cell;
 vertical-align: middle;}

#welcomeMessage h1{
 display: block;
    text-align: left;
font-family: 'Open Sans', sans-serif;
 text-transform: uppercase;
 font-size: 2.6em;
 color: #103356;
  font-weight: 600;
 margin: 20px;}

#welcomeMessage h1 span{
 display: block;
    font-size: 0.6em;
}
/** Menubar - mobile **/
#menubar_mobile{
 background: #103356;}

.menubar_left{
 width: 20%;
 display: inline-block;
 vertical-align: middle;}

.menubar_left a{
 display: block;}

.menubar_left a img{
 vertical-align: middle;}

.menubar_right{
 width: 80%;
 display: inline-block;
 vertical-align: middle;}

.menubar_right a#mobile-bar{
 color: #fff;
 font-size: 21px;
 text-align: right;}

.menubar_right a#mobile-bar .fa-bars{
 margin-right: 5px;}

#menubar_mobile{
 display: none;}

/** ContentContainer main setting **/


/** Banner **/
#banner:before{
 content: "";}

/** waterMark **/
#water-mark {
    background-color: #008383;
    background-image: url(/UserFiles/Servers/Server_7922657/Templates/workingFiles/Images/waterMark.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: 70%;
    background-size: 36%;
    background-position-x: -15%;
}

/** Quicklinks **/
#quicklinks{
 position: relative;
    margin: 20px 0 30px;
}

/* To keep the same height + box-shadow */
.homepage #mainContents{
 width:100%;
padding-top: 40px;
 margin:0 auto;
 min-height:100%;
 overflow:hidden;}


#contentContainer .w-60{
 float:left;
 background:#fff;}

#contentContainer .w-40{
 float:left;
 background: #FBFBFB;
 width:39.7777%;
 box-shadow: 1px 1px 20px -2px #ccc;}

/*
#contentContainer .w-40:before {
 content: "";
 display: block;
 box-shadow: 0px 0px 20px 2px #ccc;
}
*/

#contentContainer .w-40 .inside-padding,
#contentContainer .w-60 .inside-padding{
 padding: 30px 20px;}

/** btn animation **/
.btn {
 color: #00573D;
 text-decoration: none;
 border: solid 3px #00573D;
 display: inline-block;
 padding: 5px 15px;
 border-radius: 25px;
 float: right;
 margin: 0 20px 30px;
 transition: all 0.2s ease-in-out;
 -webkit-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;}

.btn:hover,
.btn:focus {
 color: #fff;
 background: #00573D;
 text-decoration: none;}


/** Subpage **/

/****Subpage**********/
.subpage #contentContainer {
    background: #F4F4F5;
}
.subpage #mainContents
{
    padding-bottom: 50px;
}
.pageTitle {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    background: rgba(16, 51, 86, 0.8);
    margin: 20px;
    padding: 10px;
    font-size: 1.8em;
    margin-top: 170px;
    position: relative;
}
.subpage .header-image {
    //background-image: url(/UserFiles/Servers/Server_7922657/Image/banner/banner2.jpg);
    position: relative;
    background-repeat: no-repeat;
}
.subpage .header-image:before {
    content: "";
    position: absolute;
   /** background: linear-gradient( rgba(255, 255, 255, 0), rgb(4, 14, 45) );**/
    display: block;
    height: 100%;
    z-index: 0;
    width: 100%;
}
.subpage .header-image a{

    text-decoration: none;
}
#contact-place {
    margin-top: 20px;
}
.subpage #contentContainer .w-30{
    /**background: #103356;**/
    position: relative;
    z-index: 1;
    min-height: 400px;
    width: 26%;
    margin-right: 1%;
    /**margin-top: -10px;**/

}
.departments #contentContainer .w-70.matchHeight {
    width: 73%;
}
 
.subpage #contentContainer .w-30 .sidebarBox{
 background: #103356;
    padding: 0 0 10px;}

.subpage #contentContainer .w-30 .sidebarBox a{
 text-decoration: none;
    color: #fff;
    padding: 5px 0px;
 position: relative;}
.subpage #contentContainer .w-30 .sidebarBox .navWrp, .subpage #contentContainer .w-30 .sidebarBox .sitenavl2, .subpage #contentContainer .w-30 .sidebarBox .sitenavl3
{
 padding: 5px 20px;
}

.subpage #contentContainer .w-30 .sidebarBox a:hover,
.subpage #contentContainer .w-30 .sidebarBox a:focus{
 text-decoration: underline;}

.subpage #contentContainer .w-30 #contact-info{
 background: #225D44;
 color: #fff;

/*
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
*/

 margin-top: 50px;}

.subpage #contentContainer .w-30 #contact-info a{
 color: #fff;}

.subpage #contentContainer .w-30 #contact-info ul{
 list-style: none;
 margin: 20px 10px;
 padding: 0;}

.subpage #contentContainer .w-30 #contact-info ul li{
 margin-bottom: 20px;}

.subpage #contentContainer .w-30 #contact-info ul li .fa{
font-size: 20px;
font-weight: 600;
margin-right: 10px;}

.subpage #contentContainer .w-30 #contact-info ul li:first-child{
 font-size: 20px;
 font-weight: 600;}

.sidebarBox #sidebar td a.sub:before{
 width: 5px;
 height: 5px;
 content: "";
 position: absolute;
 left: 25px;
 top: 18px;
 border-radius: 50%;
 background: #231F20;}

.subpage #contentContainer .w-70{
 background: #FBFBFB;
 box-shadow: 1px 1px 20px -2px #ccc;
 z-index: 2;
 position: relative;
/**margin-top: -55px;**/
 min-height: 800px;}

.subpage #contentContainer .w-70 .inside-padding{
 padding:26px 40px;}


.subpage #contentContainer #breadcrumbs{
    color: #fff;
    text-transform: uppercase;}

.subpage #contentContainer #breadcrumbs a{
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;}

.subpage #contentContainer #breadcrumbs a:hover,
.subpage #contentContainer #breadcrumbs a:focus{
 text-decoration: underline;}

.subpage #contentContainer #breadcrumbs #spanBreadcrumbPageId{
 font-weight: 700;
font-size: 14px;}

.subpage #contentContainer .w-70 h2{
font-size: 1.4em;
    color: #154C7A;}
 .subpage #news #title {
    font-weight: bold;
    color: #008383;
}
.subpage .ptl_col_1{
 width: 100%;
 padding: 0;}

.subpage .header-image{
 width: 100%;
 height: 280px;
 background-size: cover;
 background-position: center center;}

/* Subpage w-70 contents */
.subpage #contentContainer .w-70 #newsroom .media img{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    max-width: 200px;
    padding: 0px 10px 10px 0px;
    float: left;
}

.subpage #contentContainer .w-70 #newsroom .media .media-body h1{
 display: none;}
 
.subpage #contentContainer .w-70 #newsroom .media .news-date{
 margin: 15px 0;
 font-size: 15px;
 font-style: italic;
 color: #4a4a4a;}
.subpage .fs-text {
  /**  border-bottom: 1px solid #D1D3D4;**/
   /** line-height: 1em;**/
}
/****dpt-contect*******/
#contact-dpm span {
    font-size: 1.4em;
    color: #103356;
    font-weight: 600;
}
/** Department page  **/
.subpage.departments  #contentContainer .w-30 {
    background: none;
}
.subpage.departments  #contentContainer .dept_content.row  h2 {
    color: #164271;
 font-size: 1.4em;
}
.subpage.departments  #contentContainer .w-70 #eventsTab h2 {
    font-size: 1.4em;
    color: #fff;
}
.departments.subpage #contentContainer .w-30 .sidebarBox {
    background: #0e7078;
}

.departments.subpage #contentContainer {
    background: #ffffff;
}
.departments.subpage .currentpage {
    background: #009b9b;
    display: block;
    font-size: 20px;
    color: #231F20;
    font-weight: 600;
}
.departments.subpage #contentContainer .w-70 {
    background: none;
    box-shadow: none;
    z-index: 2;
    position: relative;
    margin-top: -10px;
    min-height: 800px;
}
.subpage.departments #sidebar {
/*    margin-bottom: 30px; Fix spacing on sidebar EDC 2019.11.14
    padding-bottom: 25px;*/
}
/** Print and Fontsizer **/
#breadcrumbs{
 width: 90%;
 display: inline-block;
 vertical-align: middle;}
#breadcrumbs-line .inside-padding {
    padding: 5px;
}
.subpage #breadcrumbs-line {
    background: #103356;
}
#additionalfeature{
 width: 10%;
 display: inline-block;
 vertical-align: middle;}

#controls{
 margin: 0;
 padding: 0;
 float: right;}

#controls li,
#print li {
 display:inline-block;
 list-style-type:none;
 margin-right:5px;}

#controls li a:hover,
#controls li a:focus{
 outline: none !important;
 box-shadow: 0 0 3px 2px #F38420;}

#print li a:hover,
#print li a:focus{
 opacity: 0.8;}

#print li a:focus{
 outline: none !important;
 box-shadow: 0 0 3px 2px #F38420;}

a#fs-minus, a#fs-plus{
 outline: 0 none;
 text-decoration: none;
 width: 35px;
 height: 35px;
 text-align: center;
 display: block;}

a#fs-minus span, a#fs-plus span{
    vertical-align: middle;
    font-weight: 700;
    color: #fff !important;
    font-size: 1em;}

#print{
 margin: 0;
 padding: 0;
 float: right;
 margin-right: 5px;}

#print li {
 background: transparent;}

#print li a{
    outline: 0 none;
    color: #fff !important;
    font-size: 1.2em;
    text-decoration: none;}

#print li a span{
 vertical-align: middle;}

 /**selectLang**/
#selectLang i.fa.fa-globe {
    margin-right: 10px;
}
#selectLang i.fa.fa-globe {
    margin-right: 10px;
}a.header-logo img {
    width: 280px;
}
#header a.header-logo img {
    width: 100%;
}
ul.languageDropdown.pubDropdown {
    display: none;
    position: absolute;
    left:10;px
    top: 35px;
    background: #ffffff;
    list-style: none;
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.7);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.7);
    z-index: 9999;
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.languageDropdown.pubDropdown a {
    text-align: left;
    font-size: 13px;
    color: #343434;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    background: #eaeaea;
    border-bottom: 1px solid #fff;
    min-width: 200px;
    transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    height: auto;
    line-height: 1.2;
}
ul.languageDropdown.pubDropdown {
    z-index: 9999999 !important;

}
ul.languageDropdown.pubDropdown a:hover, ul.languageDropdown.pubDropdown a:focus {
    background: #fff;
    color: #000;
    text-decoration: none;
}
.pubDropdown-btn {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    cursor: pointer;
    display: block;
    color: #ffffff;
}
#selectLang {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background: #114F82;
    border-radius: 25px;
    padding: 0 5px;
    margin-right: 20px;
    margin-top: 3px;
    text-transform: uppercase;
}
#selectLang:hover, #selectLang:focus {
    background: #008383;
}
#selectLang:hover a, #selectLang:focus a {
    color:#fff;
}
#selectLang:hover ul.languageDropdown.pubDropdown a, #selectLang:focus ul.languageDropdown.pubDropdown a {
    color:#000;
}
/*-- Social media tabs bg color --*/
ul#tabs li {
 background-color: #3E5880;
 color: #fff;
}
ul#tabs {
 list-style-type: none;
 padding: 0;
 margin: 0px;
}

ul#tabs:after {
 content: '';
 display: block;
 clear: both;
}

ul#tabs li span em { display: none; }

ul#tabs li {
 display: block;
 float: left;
 padding: 11px 40px;
 color: #fff;
 cursor: pointer;
 border-right: 1px solid #ffffff;
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
}

ul#tab {
 list-style-type: none;
 margin: 0;
 padding: 0;
}

ul#tab li {
 display: none;
}

ul#tab li.active {
 display: block;
}

#tabs .fa-2x {
 font-size: 1.4em;
}

iframe#twitter-widget-0 {
    max-width: 300px !important;
 width: 100%;
}
.subpage  iframe#twitter-widget-0 {
    max-width: 400px !important;
 width: 100%;
}


.fb-like-box.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget iframe {
 width: 100% !important;
 max-width: 100% !important;
}

/*-- Social media tabs bg color HOVER, ACTIVE --*/
ul#tabs li:hover, ul#tabs li.active,
ul#tabs li:focus {
 background-color: #192534;
}



/*-- Events tabs --*/
#tab-1 {
    z-index: 1;
}
#events-social {
    background: #F4F4F5;
    padding-bottom: 50px;
}
#events-social h2.section-header {
    color: #fff;
}
#events-social .bg-lightblue h2.section-header, #events-social .bg-darkblue h2.section-header {
    color: #fff;
}
li.bg-yellow.tab-button {
    background: #0d3356;
}
li.bg-lightblue.tab-button {
    background: #114272;
}
li.bg-darkblue.tab-button {
    background: #0D3356;
}
#events-wrapper span.description {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
#events-wrapper .events-item {
    margin-left: 0px;
}
#events-wrapper-notice{
width: 100%;
    height: auto;
display: table;
    margin: 0 auto;
}
#content_one{margin-bottom:60px;}
#events{padding-left:40px;}
#eventsTab{position:relative;}
.tab-content {
    width: 100%;
    z-index: 0;
    overflow: hidden;
    background-color: #fff;
    height: 340px;
    position: absolute;

    padding: 30px 0px;
}

#eventsTab .tab{min-height:340px;}
#eventsTab ul {
    position: relative;
    width: 100%;
}
#eventsTab .shadow_bottom{
/**    box-shadow: 0px 3px 18px #B3B3B3;
    margin-bottom: 45px;**/
    padding: 0;
margin:0;
}
.tab-button.active {
    z-index: 9;
    box-shadow: 0px 0px 12px #828282;
}
#eventsTab ul li.tab-button {
    display: inline-block;
    width: 33.33%;
    text-align: center;
    position: relative;
}
#eventsTab {
    width: 68%;
    margin-right: 2%;
float: left !important;
}
#eventsTab ul li a {
    line-height: 1em;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    display: block;
    text-align: center;
text-decoration: none;

}

#eventsTab ul li a:hover {
      opacity: 1;
}
#eventsTab ul li a:hover h2,  #eventsTab ul li a:focus h2{
   /** color: #fff !important;**/
}
#eventsTab li.tab-button:hover, #eventsTab li.tab-button:focus {
-webkit-box-shadow: 0px 0px 23px 0px rgba(59,59,59,1);
-moz-box-shadow: 0px 0px 23px 0px rgba(59,59,59,1);
box-shadow: 0px 0px 23px 0px rgba(59,59,59,1);
 opacity: 1;
    background: #fbc019;
}
#eventsTab li.tab-button:hover a h2, #eventsTab li.tab-button:focus a h2 {
    color: #0d3356;
}
.subpage.departments  #contentContainer li.tab-button:hover a h2, .subpage.departments  #contentContainer li.tab-button:focus a h2 {
    color: #0d3356;
}
#eventsTab i.fa.fa-caret-left {
    color: #478D97;
-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#eventsTab ul.flex-direction-nav {
    position: absolute;
    top: 0;
    right: 0;
	text-align: right;
	    display: block;
}
#eventsTab i.fa.fa-caret-right {
    color: #478D97;
-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#eventsTab ul.flex-direction-nav li {
    padding: 0 8px;
	display: inline-block;
}
#eventsTab ul .title a:hover {
    color: #E36C2F;
}
#eventsTab .more-events{
    position: absolute;
    bottom: 37px;
    right: 0;
    border: 1.5px solid #478D97;
    border-radius: 15px;
    padding: 0px 40px;

}
#eventsTab .more-events a {
    color: #478D97;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
}
#eventsTab .more-events:hover {
    border: 1.5px dashed #478D97;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
}
#eventsTab i.fa.fa-caret-right:hover {
    color: #E36C2F;
}
#eventsTab i.fa.fa-caret-left:hover {
    color: #E36C2F;
}


/** Footer **/

#footer{
background-image: url("/UserFiles/Servers/Server_7922657/Templates/workingFiles/Images/footer-bg0.jpg");
 background-size: cover;
 background-repeat: no-repeat;
 color: #fff;
 font-size: 14px;
 position: relative;}


#footer-logo img {
    width: 100%;
}
#footer-logo {
    max-width: 130px;
}
#footer .inside-padding{
 padding: 30px 10px 30px;
 position: relative;
 z-index: 2;}

#footer .scroll-bg{
 top: -23px;
 left: 50%;
 margin-left: -23px;
 position: absolute;}

#footer .scroll-bg a{
 background: #006f77;
 border: solid 2px #006f77;
 width: 45px;
 height: 45px;
 border-radius: 50%;
 display: block;
 text-align: center;
 vertical-align: middle;
 transition: all 0.2s ease-in-out;
 -webkit-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;}

#footer .scroll-bg a:hover,
#footer .scroll-bg a:focus{
 background: #fff;
 border: solid 2px #006f77;}

#footer .scroll-bg a .fa-angle-up{
 font-size: 39px;
 color: #fff;
 transition: all 0.2s ease-in-out;
 -webkit-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;}

#footer .scroll-bg a:hover .fa-angle-up,
#footer .scroll-bg a:focus .fa-angle-up{
 color: #006f77;}
 
#footer .scroll-bg a span{
 display: none;}

#footer .w-20{
 width: 20%;
 float: left;
margin-top:16px;}
#footer .w-20.address {
    margin-top: 0 !important;
}
#footer .w-40{
 text-align: right;}
 
#footer h3{
 color: #D5C564;
 font-weight: 600;
 font-size: 19px;
 margin: 5px 0 10px 0;}

#footer ul{
 margin: 0;
 padding: 0;
 list-style: none;}

#footer ul li{
 margin: 10px;
 color: #fff;}
 
#footer ul li a{
 color: #fff;
    text-decoration: none;
    font-size: 1em;
    letter-spacing: 0.05em;}

#footer ul li a:hover,
#footer ul li a:focus{
 text-decoration: underline;}
 
#footer ul li i{
 padding-right: 10px;}
/**footer bottom**/
#footer-bottom {
    background: #008383;
}
#footer-bottom .w-33 ul li {
    list-style: none;
}
#footer-bottom .w-33 ul li span, #footer-bottom .w-33 ul li a, #footer-bottom .w-33 ul li .fa {
    color: #fff;
    text-decoration: none;
    font-weight:300;
    font-size: 1em;
    line-height: 2em;
}
#footer-bottom .contact li .fa {
    margin-right: 15px;
}
#footer-bottom .socialMedia li {
    display: inline-block;
    text-align: right;
    float: right;
}
#footer-bottom .socialMedia a {
    background: #006f77;
    border-radius: 50%;
    margin: 0 0 0 10px;
       padding: 15px 0px 11px 14px;
    text-align: center;
}
#footer-bottom .socialMedia a:hover, #footer-bottom .socialMedia a:focus {
    background: #0d3356;
}
#footer-bottom .socialMedia .facebook a {
    padding: 15px 2px 11px 17px;
}
#footer-bottom .socialMedia .fa {
    font-size: 1.4em !important;
}

/** Credits **/
#credits{
 background: #006f77;
 color: #fff;}

#credits .inside-padding{
 padding: 20px 10px;}

#credits p{
 text-align: center;
 margin-bottom: 0;
 font-size: 13px;}
 
#credits p a{
 color: #fff;
 text-decoration: none;}

#credits p a:hover,
#credits p a:focus{
 text-decoration: underline;}

/*** mainContents-dpt*******/
#mainContents-dpt #eventsTab {
    width: 100%;
    margin: 0;
}
#mainContents-dpt h2.section-header.sizeable {
    text-transform: capitalize;
}
 #mainContents-dpt .tab-content {
    background: #f0efef;
}
#mainContents-dpt .active h2.section-header.sizeable {
    color: #fff;
  ／**  background: #0e7078;**／
}
#events-social-dpt .inside-padding {
    padding: 0 !important;
}
#mainContents-dpt h2.section-header.sizeable {
    color: #0e7078;
／**background: #f0efef;**／
}
#mainContents-dpt .tab-button{
   /**background: #f0efef;**/
background:#0e7078;
}
#mainContents-dpt .tab-button.active {
    background: #0e7078;
}
#mainContents-dpt #eventsTab .tab, #mainContents-dpt .tab-content {
    min-height: 435px;
}
#mainContents-dpt a.sizeable {
    color: #6d6e71;
}
.departments #news-summary {
    padding: 0 20px;
}
.news button.slick-next:hover:before, .news button.slick-next:focus:before, .news button.slick-prev:hover:before, .news button.slick-prev:focus:before {
    color: #fff!important;
    background: #0d3356!important;
}
.subpage .sub-ql a:hover, .subpage .sub-ql a:focus{
    text-decoration: none;
    background: #ababab;
}
.subpage .sub-ql a:hover .qu-text span, .subpage .sub-ql a:focus .qu-text span {
    text-decoration: none;
    background: #164271;
}

.subpage .department-text-ql a:hover, .subpage .department-text-ql a:focus{
    text-decoration: none;
    background: #164271;
}
.subpage .department-text-ql a:hover .qu-text span, .subpage .department-text-ql a:focus .qu-text span {
    text-decoration: none;
    ／**background: #164271;**／
}
.subpage .department-text-ql li:hover, .subpage .department-text-ql li:focus{

    background: #164271;
}
#mainContents li.tab-button.active {
    background: #fbc019 !important;
}
#mainContents li.tab-button.active a h2 {
    color: #0d3356 !important;
}
/** Media query based on skeleton **/


/* Accordion Styles */

.accordion {
    position: relative;
}

h4.panel-title {
    display: block;
}

h4.panel-title:hover {
    text-decoration: none;
}

h4.panel-title {
    padding: 10px 40px 10px 20px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px 5px 5px 5px;
    margin: 0px 0px 8px 0px;
    transition: all 0.3s ease-out;
    position: relative;
    background: #103356;
    font-weight: 400;
}

h4.panel-title a:after {
    content: "\f0dc";
    font-family: 'fontawesome';
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background: #fff;
    color: #34657f;
    width: 25px;
    height: 25px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    border-radius: 3px;
}

h4.panel-title a { color: #fff !important; }

.panel-title a em {
    float: right;
    margin-right: 20px;
}

.panel-title h4 a em span { display: none; }

.panel-content {
    padding: 12px;
}

.panel-content:after {
    content: '';
    display: table;
    clear: both;
}

.department-text-ql {
    margin: 0px 0;
}
.w-30 {
    width: 30%;
    float: left;
    display: inline-block;
}
.w-70 {
    width: 70%;
    float: inherit !important;
    display: inline-block;
}
#newsroom {
    margin-top: 30px;
}


.megamenu .level1 > a {
    padding: 20px 20px;
    font-weight: 600;
    font-size: 1em;
    line-height: 2em;
    cursor: pointer !important;
    letter-spacing: 0.02em;
    text-align: center;
}


.mega_how_do_i_ li.menuCol {
    width: 98%;
    float: none;
    padding: 1%;
    display: inline-block !important;
}
.mega_city_hall ul.third-level-list {
    display: none;
}
.mega_how_do_i_ h2.cat-title {
  /**  color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.5px;
    background-color: #18528c;
    padding: 6px 10px;
    font-size: 18px;**/
    background-color: #18528c;
    color: #FFF;
    font-weight: 600;
    font-size: 1em;
    line-height: 2em;
    padding-bottom: 4px;
    border-bottom: 2px solid transparent;
    display: block;
    padding: 6px 10px;
    margin-top: 0 !important;
    margin-bottom: 10px;
}
.mega_how_do_i_ li.class-cat ul {
    margin-left: 0;
    padding-left: 0;
}
.mega_how_do_i_  li.class-cat {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    box-sizing: border-box;

}
#sub-line-content .w-65 {
    width: 63%;
    padding-right: 2%;
    border-right: 1px solid #9a9a9a;
}
#sub-line-content .w-35 {
    width: 32%;
}
#Sub-mainContents .w-70 {
    box-shadow:none !important;
    min-height: 10px!important;
}
#Sub-mainContents .w-30 {
    width: 29% !important;
    float: right;
    margin-left: 1%;
    margin-right: 0 !important;
    min-height: 10px!important;
}
#Sub-mainContents .w-33.nomargin {
    width: 33% !important;
    margin-left: 0;
}
#Sub-mainContents .w-33 {
    width: 32% !important;
    margin-left: 1%;
    margin-right: 0 !important;
    min-height: 10px!important;
}
#Sub-mainContents .w-50.nomargin {
    width: 50% !important;
    margin-left: 0;
}
#Sub-mainContents .w-50 {
    width: 49% !important;
    margin-left: 1%;
    margin-right: 0 !important;
    min-height: 10px!important;
}
#Sub-mainContents, #SubpageBottom {
    margin-top: 20px;
}
.division-contact {
    margin-top: 20px;
}
/************** form **************/

.subpage #dvViewHeader.tbl_header {
    background: #103356;
    padding: 10px 20px;
    color: #fff;
}

.subpage #dvViewBody {
    padding: 20px !important;
}
#dvViewBody textarea#Name{
    padding: 10px 0;
}
#dvViewBody input {
    padding: 10px 0;
}
#dvViewBody .button {
    background: #103356;
    color: #fff;
    padding: 10px 20px;
    margin-right: 30px;
    font-size: 14px;
}
#dvViewBody .button:hover , #dvViewBody .button:focus{
    background: #006f77;
}
td#tdFormFields {
    padding: 20px;
}
.tbl_header, .tbl_header_big, .tbl_header_edit, .header_table, A.tbl_header, A.tbl_header:link, A.tbl_header:visited, A.tbl_header:hover, A.tbl_header_edit, A.tbl_header_edit:link, A.tbl_header_edit:visited, A.tbl_header_edit:hover {
    border: 1px solid #ccc;
    border-collapse: collapse;
    background: #103356 !important;
    padding: 10px 20px !important;
    color: #fff !important;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}
#Sub-mainContents .ptl_upcomingevents_footer .more_events:link, #Sub-mainContents .ptl_upcomingevents_footer .more_events:visited, #Sub-mainContents .ptl_upcomingevents_footer .more_events:active {
    background: #103356;
color: #ffffff;
}
.subpage.departments .events-item {
    margin-bottom: 0;
}
h6 {
    font-size: 12px;
    margin: 10px 0 !important;
}
.modal-content {
    border: 3px solid #118282 !important;
}
.ptl_upcomingevents_footer .more_events:link, .ptl_upcomingevents_footer .more_events:visited, .ptl_upcomingevents_footer .more_events:active{
color: #ffffff !important;
}
#quicklinks ul.quicklink-list button.slick-next, #quicklinks ul.quicklink-list button.slick-prev {
    top: 50px;
}
#quicklinks ul.quicklink-list .fa-chevron-left:before {
    content: "\f060" !important;
}
.subpage .ptl_upcomingevents_item .ptl_upcomingevents_date{
    border-radius: 0 !important;
}
.subpage .ptl_upcomingevents_footer .more_events:link, .subpage .ptl_upcomingevents_footer .more_events:visited, .subpage .ptl_upcomingevents_footer .more_events:active
{
    background: #0f7077 !important;
    float: right;
}
.subpage .ptl_upcomingevents_buttons .ptl_upcomingevents_button:hover {
    background-color: #0f3355 !important;
}
.subpage .ptl_upcomingevents_buttons .ptl_upcomingevents_button:hover a{color:#fff !important;}

.subpage #mainContents table.telerik-reTable-1 tr td {
    border: 1px solid #999;
    word-wrap: break-word;
    overflow-wrap: break-word !important;
}
#ctl00_ContentPlaceHolder1_ctl13_ctl04_ca_2531_ctl00 {
width: 220px !important; 
}
 .RadComboBox table {
    padding-left: 11px !important;
}
ul.simplePagerNav li.simplePageNav1 {
    margin-left: 0 !important;
}
ul.simplePagerNav li a {
    background: #4D4D4D;
    color: #ffffff !important;
    display: block;
    font-weight: bold;
    padding: 4px 8px;
    text-decoration: none;
}
ul.simplePagerNav li {
    display: block;
    float: left;
    margin: 10px 3px !important;
    font-size: 14px;
}
ul.simplePagerNav li.currentPage a {
    color: #fff !important;
    background: #103356;
    text-decoration: none;
}

ul.simplePagerNav li a {

    color: #fff !important;
    display: block;
    font-weight: bold;
    padding: 4px 8px;
    text-decoration: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.megamenu .level2 {
display:table-footer-group;
}
}
/************** Desktop HD **************/
@media screen and (max-width: 1200px){
#Sub-mainContents .w-70 {
    width: 100% ;

}
#Sub-mainContents .w-30 {
    width: 100%  !important ;

}
#mainContents-dpt #eventsTab ul li.tab-button {
    display: inline-block;
    width: 50%;
    text-align: center;
    position: relative;
}
.inside-padding, #menubar .inner-bar {
    max-width: 1000px;
}
.news-item .image {
    height: 150px;
}


#header .divSearchBox input#ctl00_SearchTerm {
    width: 230px;
}
h2.section-header {
    font-size: 1.4em;
}
#quicklinks .newscontent {
    height:250px;
}
#tabs .fa-2x {
    font-size: 1.6em;
}
#header h1{
 font-size: 2em;}
.tab-content {
    height: 400px;
}
#header #banner-logo img{
 max-width: 130px;}

}
#quicklinks ul li a:hover .quicklinks-bg {
    background: #103356 !important;
}
.ptl_col_1_2 {
    width: 48% !important;
    padding: 1%;
}
.department-text-ql ul li a {
    text-decoration: none;
}
/************** Desktop **************/
@media screen and (max-width: 1000px){
#header {
    height: 260px;
}

.departments .events-date {
    width: 70px;
    float: left;
}
.departments  .events-content {
    float: right;
    width: calc(100% - 70px);
}
.departments #news-summary .row .image {
    width: 30% !important;
}
#mainContents-dpt .tab-content {
    background: #f0efef;
    overflow: scroll;
}
#footer-bottom .w-33.contact {
    width: 100%;
    float: left;
}
#footer-bottom .socialMedia li {
    display: inline-block;
    text-align: center;
    float: none;
}
#footer-bottom {
    text-align: center;
}

.tab-content {
    height: 450px;
}


#events-wrapper, #events-wrapper-meeting, #events-wrapper-notice {
  column-count: 1;
}


#menubar .inner-bar {
    display: none;
}
#menubar_mobile a {
    color: #fff;
}
#header a.header-left, .header-right {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto;
    display: block;
}
.header-right {
    margin-top: 20px;
}
#header #banner-logo {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
#welcomeMessage {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.inside-padding, #menubar .inner-bar {
    max-width: 800px;
}
/* pubWrapper*/
#pubWrapper{
 text-align: center;}

/* Menubar */	
#menubar_mobile{
 display: block;}

#mobile-bar{
 display: block;}

#menubar-desktop{
 display: none;}
 
#menubar .row{
 display: none;}
}



@media screen and (max-width: 930px){

#footer-bottom .w-33 {
    width: 50%;
}
#footer .w-20 {
    width: 25%;
    float: left;
    margin-top: 16px;
}
#footer .w-20.address {
    margin-top: 0 !important;
    display: none;
}

}
@media screen and (max-width: 900px){
.departments .nav-toggle {
    background: #009b9b;
    padding: 7px;
}
.departments #contentContainer .w-70.matchHeight {
    width: 100%;
}
.subpage.departments #sidebar {
    margin-bottom: 30px;
    padding-bottom: 25px;
   
}
#eventsTab {
    width: 100%;
    margin-right: 0;
}
.tab-content {
    height: 365px;
}
#social-media {
    width: 100%;
    margin-top: 180px;
}

#footer .w-20 {
 float: none;
 display: inline-block;}

#footer .w-40{
 text-align: center;
 width: 100%;
 float: none;
 display: inline-block;}

#footer-logo img{
 margin-top: 20px;}

#credits p{
 text-align: center;}

/* Quicklinks */


#contentContainer .w-60,
#contentContainer .w-40 {
 width: 100%;
 float: none;
 height: initial;
 padding-bottom: 0;
 margin-bottom: 0;}

/* News */
.homeNews .tab-content {
 margin-bottom: 30px;}

/* Subpage */
.subpage #contentContainer .w-30,
.subpage #contentContainer .w-70{
 float: none;
 width: 100%;}

.subpage #contentContainer .w-70{
 min-height: auto;}

/*
.subpage #contentContainer .w-30{
 min-height: auto;}
*/

.subpage #contentContainer .w-30 #contact-info{
 display: none;}

.subpage #contentContainer .w-70 .inside-padding{
 padding: 20px;}
 


#footer .w-40{
 text-align: center;
 width: 100%;
 float: none;
 display: inline-block;}

#footer-logo img{
 margin-top: 20px;}

#credits p{
 text-align: center;}
.subpage #contentContainer .w-30 {
    min-height: 0 !important;
}
.subpage #contentContainer .w-70 {
    margin-top: 0px !important;
}
.nav-toggle span {
    color: #fff;
    line-height: 50px!important;
}
}

@media screen and (max-width: 850px){
.inside-padding, #menubar .inner-bar {
    max-width: 680px;
}
#quicklinks h2.section-header:before, #quicklinks h2.section-header:after {
    width: 28% !important;
}
#quicklinks ul li{
 width: 29%;
 margin-bottom: 15px;}

#quicklinks ul li a .icon.fa{
 line-height: 75px;
 font-size: 2em;}
 
#quicklinks ul li a .quicklinks-bg{
 width: 75px;
 height: 75px;}

#quicklinks ul li a .quicklinks-bg img{
 max-width: 75px;}
	
}

/************** Tablet **************/
@media screen and (max-width: 750px){
.QuicklinksWImg.studentPortalAds ul {
    display: block;
    column-count: 2;
}
.QuicklinksWImg.studentPortalAds ul li{
    margin: 4% 1% 0 0;
}
.department-icons ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
    display: block;
}
.department-icons ul li {
    margin: 0 1%;
    width: 46%;
    display: inline-block;
    /* vertical-align: middle; */
    /* transition: all .2s ease-in-out; */
    /* -webkit-transition: all .2s ease-in-out; */
}
.department-text-ql ul.sizeable {
    display: block;
    column-count: 2;
}
.department-text-ql li {
    width: 100%;
}
.department-text-ql ul li {
    margin: 4% 1% 0 0;
}

.news-item .image {
    height: 230px;
}
.departments .qu-text .text-center {
    font-size: 1em;
    padding: 0px 0 8px 20px;
}
.subpage.departments #contentContainer .w-70 h2 {
    font-size: 1.2em;
}
.departments .events-date {
    margin-top: -7px;
}
#quicklinks .slick-list.draggable {
    width: 82%;
    margin: 0 auto;
}
.inside-padding, #menubar .inner-bar {
    max-width: 600px;
}
/* Banner */
#footer-bottom .w-33 {
    width: 100%;
    text-align: center;
}
#footer-bottom .socialMedia li {
    display: inline-block;
    text-align: center;
    float: none;
}

/* Calendar */
.eventWrapper ul.slides li .eventPlaceHolder{
 width: 100%;
 display: block;
 padding: 10px;}

/* Subpage */
#breadcrumbs,
#additionalfeature{
 width: 100%;
 margin-bottom: 20px;}

/* Footer */
#footer .w-20 {
 width: 100%;
 float: none;
 display: block;
 text-align: center;
 margin-bottom: 20px;}

#footer .w-40{
 text-align: center;
 width: 100%;
 float: none;
 display: block;
 text-align: center;}

#footer-logo img{
 margin-top: 0px;}
 

}

@media screen and (max-width: 740px){
.subpage #contentContainer #breadcrumbs{
 margin-bottom: 10px;}
 
}
@media screen and (max-width: 600px){
#sub-line-content .w-65 {
    width: 100%;
    padding-right: 0;
    border-right:none;
}
#sub-line-content .w-35 {
    width: 100%;
    margin-top: 20px;
}

#header #searchBox {
    margin-top: 20px;
}


}

/************** Phablet **************/
@media screen and (max-width: 550px){

.subpage #contentContainer .w-70 #newsroom .media img {
    max-width: none;
}

#selectLang {
    margin-right: 0;
}
#water-mark {
    background-size: 100%;
}
h2.section-header {
    font-size: 1em;
}
#quicklinks h2.section-header:before, #quicklinks h2.section-header:after {
    width: 16% !important;
bottom: 10px;
}
.inside-padding, #menubar .inner-bar {
    max-width: 460px;
}
#header #banner-logo, #welcomeMessage, #selectLang, #header .divSearchBox {
    display: block;
}
#header {
    height: 400px;
}
.tab-content {
    height: auto;;
}
.header-right {
    margin-top: 0px;
}
#social-media {
    width: 100%;
    margin-top: 136px;
}
#header .divSearchBox input#ctl00_SearchTerm {
    margin-top: 20px;
}
/* PubWrapper */
#pubWrapper .divSearchBox input#ctl00_SearchTerm{
 width: 170px;
 font-size: 14px;}

/* Banner */
.willowpark-banner ul.slick-dots{
 position: absolute;
 bottom: 0;}


#contentContainer{
 padding: 0 0 30px;}

/* Quicklinks */ 
#quicklinks{
 position: initial;
 margin: 0;
 margin: 20px 0;}
#quicklinks ul li a:hover, #quicklinks ul li a:focus {
    opacity: 0.8;
    text-decoration: underline;
    color: #fff;
}
#quicklinks ul li{
 width: 46%;}

#quicklinks ul li a .icon.fa{
 line-height: 65px;
 font-size: 1.8em;}
 
#quicklinks ul li a .quicklinks-bg{
 width: 65px;
 height: 65px;}

#quicklinks ul li a .quicklinks-bg img{
 max-width: 65px;}

/* Subpage */
.subpage .header-image{
 height: 150px;}

.events-item {
    margin-bottom: 0;
}
 .pageTitle{
    margin: 20px;
    font-size: 1.2em;
    margin-top: 10px;
}
}

/************** mobile **************/
@media screen and (max-width: 500px){
.departments .qu-text .text-center {
    padding: 0px 0 8px 5px;
}

#mainContents-dpt #eventsTab ul li.tab-button {
    display: block;
    width: 100%;
    padding: 1px;
   border-bottom: 1px solid #0e7078;
}
#contact-dpm span {
    font-size: 1.2em;
}
}
@media screen and (max-width: 400px){
.QuicklinksWImg.studentPortalAds ul {
    display: block;
    column-count: 1;
}
.QuicklinksWImg.sub-ql ul li img {
height:auto;
    width: 100%;
    max-height: 100%;
}
.department-text-ql ul.sizeable {
    display: block;
    column-count: 1;
}
.department-icons ul li {
    margin: 0;
    width: 100%;
}
/* pubWrapper*/
#pubWrapper .divSearchBox input#ctl00_SearchTerm{
 font-size: 14px;}

#pubWrapper .divSearchBox{
 display: block;
 padding: 0;
 border: none;}

#pubWrapper ul.socialMedia{
 display: block;
 margin: 10px 0 0 0;}

/* Banner */


/* Quicklinks */
#quicklinks ul li a .qu-text{
 font-size: 16px;}

.news-heading h2, .event-heading h2{
 font-size: 22px;}

/* calendar */
.eventWrapper ul.slides li .eventPlaceHolder:first-child .name-of-event{
 font-size: 19px;}

.full-date{
 font-size: 43px;}

.month{
 font-size: 23px;}

.eventControls .flex-direction-nav{
 top: 8px;}

/* News */
.homeNews ul.slides li .tab-content:first-child .image,
.homeNews ul.slides li .tab-content:first-child .newsContent{
 width: 100%;
 float: none;}

.homeNews .image,
.homeNews .newsContent{
 width: 100%;
 float: none;}

.homeNews .newsContent .inside-padding{
 padding: 10px 5px !important;}

/* footer */
#footer-logo img{
 max-width: 70px;}
 
}
div.portletBox-title {
    display: table;
    width: 100% !important;
}

/**.sub-nav.open {
    display: none !important;
}
.sub-nav.open.open2 {
    display: block !important;
}**/


td#tdFormFields {
    padding: 20px;
}
.tbl_header, .tbl_header_big, .tbl_header_edit, .header_table, A.tbl_header, A.tbl_header:link, A.tbl_header:visited, A.tbl_header:hover, A.tbl_header_edit, A.tbl_header_edit:link, A.tbl_header_edit:visited, A.tbl_header_edit:hover {
    border: 1px solid #ccc;
    border-collapse: collapse;
    background: #103356 !important;
    padding: 10px 20px !important;
    color: #fff !important;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
}

div#events-wrapper-meeting .clear span,div#events-wrapper .clear span {
    display: none;
}

div#events-wrapper {
    max-height: 235px;
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
#events-wrapper-meeting {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: auto;
    height: 262px;
}
}

	span.title:after {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
}
span.title:before {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
}
span.title {
    min-height: 35px;
    max-height: 35px;
    overflow: hidden;
    position: relative;
    line-height: 1.2em;
    text-align: justify;
    margin-right: -1em;
    padding-right: 1em;
}

div#events-wrapper {
    max-height: 300px;
}


.nivo-caption p {
 font-size: 1.5em !important;
 font-weight:bold;
}

.label_skin_corporation {font-size:1em;}
.label_skin_corporation a {text-decoration:underline !important;}
.label_skin_corporation a:hover {text-decoration:none !important;}


/* google translation */

/* Google Translate */

.translation-widget {
	position: relative;
	top: 14px;
}

.goog-te-gadget img{
	display: none;
}

.goog-te-gadget-simple .goog-te-menu-value span {
	display: none;
}

div#google_translate_element {
	display: block;
	height: 35px;
	overflow: hidden;
}

body .goog-te-gadget-simple {
	background: none;
	border: none;
	display: block;
	height: 32px;
}

iframe.goog-te-menu-frame.skiptranslate {
	width: 100% !important;
	max-width: 320px !important;
	height: 768px !important;
}

/* Google Translate Select */

/* Google Translate */
.translation-widget {
  position: relative;
  top: 14px;
}

.goog-te-gadget img {
  display: none;
}

.goog-te-gadget-simple .goog-te-menu-value span {
  display: none;
}

div#google_translate_element {
  display: block;
  height: 35px;
  overflow: hidden;
}

body .goog-te-gadget-simple {
  background: none;
  border: none;
  display: block;
  height: 32px;
}

iframe.goog-te-menu-frame.skiptranslate {
  width: 100% !important;
  max-width: 320px !important;
  height: 768px !important;
}

/* Google Translate Select */
select.goog-te-combo {
  margin: 0 !important;
  border: none !important;
  background: transparent;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-appearance: none;
  font-size: 13px;
  /* display: inline-block; */
  /* list-style: none; */
  position: relative;
  letter-spacing: .03em;
  vertical-align: top;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  cursor: pointer;
  overflow: hidden;
  -moz-appearance: none;
  color: #fff;
}
select.goog-te-combo option {
  color: #000;
}
select.goog-te-combo::-ms-expand {
  display: none;
}

#google_translate_element:hover select {
  color: #527a99;
}
#google_translate_element:hover .skiptranslate > div:after {
  color: #527a99;
}

.skiptranslate > div {
  position: relative;
}

.goog-logo-link {
  display: none;
}

select.goog-te-combo {
    font-size: 16px;
    text-transform: uppercase;
    max-width: 120px;
}

div#selectLang:hover select, div#selectLang:focus select {
    color: #fff;
}



/* New Upcoming Event slick slider style */

.homepage #mainContents {
    overflow: visible;
}

.event-slider-container .events-item {
    display: block;
}


.event-slider-container {
    max-height: 100% !important;
    padding: 0 40px !important;
    box-sizing: border-box !important;
    display: block !important;
}


.events-item * {
    box-sizing: border-box;
}

.events-content span.title {
    margin: 0;
    padding: 5px;
    padding-right: 10px;
    overflow: visible;
    text-align: left;
}

.events-item {
    margin-bottom: 40px;
}



.event-slider-container .slick-prev {
    left: 10px;
}

.event-slider-container .slick-next {
    right: 10px;
}

.event-slider-container .slick-arrow {
    margin: 0;
    padding: 0;
    z-index: 30000;
}

.event-slider-container .slick-next:before {
    float: right;
}

.hidden-tabs {
  display: none;
}



/* Events revisions */

#events-wrapper.no-slick {
    display: flex;
    flex-wrap: wrap;
}
#events-wrapper-meeting-sec.no-slick {
    display: flex;
    flex-wrap: wrap;
}
#events-wrapper-notice-sec.no-slick {
    display: flex;
    flex-wrap: wrap;
}


#events-wrapper.no-slick .events-item {
    width: 50%;
}
#events-wrapper-meeting-sec.no-slick .events-item {
    width: 50%;
}
#events-wrapper-notice-sec.no-slick .events-item {
    width: 50%;
}

@media screen and (max-width: 900px) {
#events-wrapper.no-slick .events-item {
    width: 100%;
}
#events-wrapper-meeting-sec.no-slick .events-item {
    width: 100%;
}
#events-wrapper-notice-sec.no-slick .events-item {
    width: 100%;
}
}

.PO-calendar .CAL-EVENT-cR-content ul {
    list-style: disc;
    padding: 10px 0;
    margin-left: 20px;
}

@media screen and (max-width: 1000px) {
#menubar .inner-bar {
    display: block;
}

#menubar .megamenu {
    display: none;
}

#menubar .mobile-nav-items ul li a {
    text-decoration: none;
}

#menubar .mobile-nav-items {
    max-height: 300px;
    overflow: auto;
}
}

@media screen and (max-width: 730px) {
   .contact_info h5 {
    display: initial !important; }}

@media screen and (max-width: 530px) {
   .contact_info h5 {
    display: initial !important; }}

.nav-item > a {
    z-index: 1000;
}
