@import url('https://fonts.googleapis.com/css?family=Playball');
@import url('https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_9784218/Templates/css/style-v1.css');

a {
    text-decoration: none;
    color: #085186;
}

.w-75 {
   width: 75%;
   float: left;
}

.w-25 {
   width: 25%;
   float: left;
}

@media screen and (max-width: 1250px) and (min-width: 900px) {

.w-75 {
   width: 70%;
   float: left;
}

.w-25 {
   width: 30%;
   float: left;
}

}


@media screen and (max-width: 900px) {
.w-25, .w-75 {
width: 100%;
}
}


/* Fix footer logo */

footer .left-sec .footer-content .logo {
    max-width: 150px;
    padding: 20px;
    width: 100%;
}


/* Revision ver2 */

div#home_news_summary {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

#news .left-sec #home_news_summary .header-title {
	width: 100%;
}

#news .left-sec #home_news_summary .nav-container {
	width: 100%;
	max-width: 730px;
}

#news .left-sec #home_news_summary .banner-container {
	max-width: 900px;
}

#message .message-sec {
    flex-direction: column;
    text-align: center;
}

#message .message-sec img {
    max-width: 260px;
    margin: 0 auto;
}

.know-sec-container {
    max-width: 500px;
}

#news .left-sec #home_news_summary .header-title span {
    padding-left: 200px;
}

@media screen and (max-width: 950px) {
#news .left-sec #home_news_summary .header-title span {
    padding-left: 70px;
}
}

#subpage #page .main-container {
    width: 100%;
    box-sizing: border-box;
}


/* Revision ver3 */

header .top-header .left-sec {
    padding:  20px 30px;
}

header .top-header .right-sec .divSearchBox input {
    height: 85px;
}

header .top-header .left-sec .org-name .second-line {
    display:  inline-block;
}

header .top-header .left-sec .org-name {
    padding: 15px 0 15px 180px;
}

header .top-header .left-sec .links {
    width: 250px;
}

.know-sec-container {
    max-width: 100%;
}

#news .left-sec #home_news_summary .banner-container {
    padding: 0px 60px;
    max-width: 100%;
}

#news .left-sec #home_news_summary .nav-container {
    max-width: 940px;
}

@media screen and (max-width: 1150px) {

header .top-header .left-sec .org-name .second-line {
    display:  block;
}

header .top-header .left-sec {
    padding: 5px 20px;
}

}


@media screen and (max-width: 900px) {

header .top-header .left-sec .org-name {
    padding: 0px 0 0px 180px;
}

header .top-header .left-sec .links {
    width: auto;
}

}


@media screen and (max-width: 470px) {

header .top-header .left-sec .logo {
    max-width: 40% !important;
}

header .top-header .left-sec .org-name {
    font-size: 24px !important;
    line-height: 28px !important;
}

header .top-header .left-sec .links {
    margin-top: 15px;
}


}




/* Google Translate */
 
.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;
    color: #fff;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-appearance: none;
    font-size: 13px;
    border-right: 1px solid #4d4d4d;
    /* display: inline-block; */
    /* list-style: none; */
    position: relative;
    letter-spacing: .03em;
    vertical-align: top;
    height: 35px;
    line-height: 35px;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    font-family: "Lato", sans-serif;
}
 
.skiptranslate > div:after {
    content: '\f0da';
    font-family: 'FontAwesome';
    position: absolute;
    right: 10px;
    color: #fff;
    font-size: 16px;
    top: 50%;
    transform: translateY(-50%);
}
 
.skiptranslate > div {
    position: relative;
}
 
.goog-logo-link { display: none; }


header .top-header .left-sec .links .social {
    padding: 0 20px 0 0;
}


header .top-header .left-sec .links .top-sec {
    display: flex;
}

header .top-header .left-sec .links {
    flex-direction: column;
}

header .top-header .left-sec .links .bottom-sec ul {
    display:  flex;
    margin:  0;
    padding:  0;
}

header .top-header .left-sec .links .bottom-sec ul li {
    list-style:  none;
    margin: 0 5px;
}

header .top-header .left-sec .links .bottom-sec ul li a {
    color: #fff;
    padding: 0 10px;
}

select.goog-te-combo option {
    color: #000;
}


/* search bar color change */

header .top-header .right-sec .divSearchBox input {
    height:  45px;
    margin: 16px 0;
    padding: 5px;
    background: #fff;
    color: #114c89;
}

header .top-header .right-sec .divSearchBox input::placeholder {color: #114c89;}

@media screen and (max-width: 1000px) {

header .top-header .right-sec .divSearchBox a {
    left: 0%;
}
}

@media screen and (max-width: 900px) {
header .top-header .right-sec .divSearchBox input {
    margin: 5px 0;
}
}

@media screen and (max-width: 760px) {
header .top-header .right-sec .divSearchBox {
    width: 250px;
}
}


/* NEW COLOR SCHEME */

header .top-header .right-sec {
    background: #ce892a;
}

header .top-header .right-sec .divSearchBox a {
    color: #000;
}

header .top-header .right-sec .divSearchBox a:hover {
    color: #fff;
}

header .top-header .left-sec {
    background:  #085186;
}

header .bottom-header #menubar .megamenu .nav-menu .level0 > a:hover, header .bottom-header #menubar .megamenu .nav-menu .level0 > a.open {
    color: #085186;
}

header .bottom-header #menubar .megamenu .nav-menu .level0 > a:after {
    border-color: #085186;
}

header .bottom-header #menubar .megamenu .nav-menu .sub-nav {
    background: #085186;
}

#banner .right-sec .quick-links ul .item a:after {
    background: #085186;
}

#banner {
    border-color: #085186;
}

#sec-slider #main-sec-slider .banner-container .banner-slide .m-links a:after {
    background:  #085186;
}

#news .right-sec .know-sec .header-title {
    background: #ce892a;
    color#000:;
    color:  #000;
}

#news .left-sec #home_news_summary .header-title {
    background: #085186;
}

#news .right-sec .know-sec a i {
    color: #ce892a;
}

#news .left-sec #home_news_summary .banner-container .news .inner-news .story:hover .newscontent {
    background: #085186;
}

#news .left-sec #home_news_summary .nav-container .see-all:hover {
    color#fff:;
    color: #085186;
}

#news .left-sec #home_news_summary .nav-container .arrows .slick-arrow:hover:after {
    color: #085186;
}

#subpage #page .breadcrumbs .container {
    background: #085186;
}

#subpage #page .breadcrumbs .pagetitle {
    background: #ce892a;
    color:  #000;
}

#subpage #page .main-container .sidebar #inside-nav .navWrp:before {
    color: #085186;
}

#subpage #page .main-container .sidebar #inside-nav .navWrp a:hover {
    color: #000000;
}

#subpage #page .main-container .sidebar #inside-nav .sitenavl0 a {
    color:  #000;
}

#subpage #page .main-container .sidebar #inside-nav .sitenavl0:before {
    color:  #000;
}

#subpage #page .main-container .sidebar #inside-nav .navWrp:hover:before, #subpage #page .main-container .sidebar #inside-nav .navWrp.currentpage:before {
    color: #000;
}

#subpage #page .main-container .sidebar #inside-nav {
    border-color: #085186;
}

#subpage #page .breadcrumbs .container .portal-breadcrumb a {
    margin: 0 4px;
}

#subpage #news-summary .image {
    box-shadow: 0 0 0 3px #085186;
}


#welcome {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

#welcome .bg {
    background: rgba(50, 105, 179, 0.5);
    padding:  20px;
}

#welcome .welcome-sec {
    color:  #fff;
    max-width: 30%;
    margin:  0 auto;
}

#welcome .welcome-sec .title {
    font-family: 'Playball', cursive;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    line-height: 35px;
}

#welcome .welcome-sec span {
    width: 100%;
    display: block;
    text-align: right;
    font-size: 15px;
    font-weight: 200;
}


span.m-first {
    font-size: 18px;
    font-weight: 700;
}


#welcome .welcome-sec {
    max-width: 50%;
}

@media screen and (max-width: 900px) {
#welcome .welcome-sec {
    max-width: 80%;
}
}

#subpage ul.fontSize {
    display: none;
}



/*  Document container */

.PO-wrapper.PO-documentContainer {
    border-color: #fef9f3;
}

.PO-settingsBar {
    background: #fef9f3;
}

.PO-controlsTop {
    background: #fef9f3;
}

.PO-paging {
    background: #fef9f3;
}

ul#documentList {
    background: #fef9f3;
}

.PO-documentContainer .PO-search {
    background: #fef9f3;
}


header .bottom-header #menubar .megamenu .nav-menu .level0 > a:after {
    border-color: #d4942f;
    border-bottom-width: 5px;
}


/*  PDF button in news section */

#news_content_body .pdf a {
    background: #045c91;
    display: block;
    width: fit-content;
    padding: 10px;
}

#news_content_body .pdf a span {
    color: #fff;
}

#news_content_body .pdf a:hover, #news_content_body .pdf a:focus {
    background: #d4942f;
    text-decoration: none !important;
}

#news_content_body .pdf a:hover span, #news_content_body .pdf a:focus span {
    color: #000;
}

#news_content_body #featured_image {
    float: none;
}


#news .left-sec #home_news_summary .banner-container .news .inner-news .story .image {
    display: none;
}

#news .left-sec #home_news_summary .banner-container .news .inner-news .story .newscontent {
    border: 1px solid #848484;
}

#news .left-sec #home_news_summary .banner-container .news .inner-news .story .newscontent .title {
    font-size: 22px;
    line-height: 26px;
}


#news .left-sec #home_news_summary .banner-container .news .inner-news .story .newscontent {
    background: #085186;
    color: #fff;
}

#news .left-sec #home_news_summary .banner-container .news .inner-news .story:hover .newscontent, #news .left-sec #home_news_summary .banner-container .news .inner-news .story:focus .newscontent {
    background: #d4942f;
    color: #333f48;
}


#news .left-sec #home_news_summary .banner-container .news .inner-news .story .newscontent .date {
    color: #fff;
}

#news .left-sec #home_news_summary .banner-container .news .inner-news .story:hover .newscontent .date, #news .left-sec #home_news_summary .banner-container .news .inner-news .story:focus .newscontent .date {
    color: #333f48;
}

#news .left-sec #home_news_summary .banner-container .news .inner-news .story .newscontent .read-more {
    background: #fff;
    color: #333f48;
    -moz-box-shadow: inset 0 0 0 2px #333f48;
    -webkit-box-shadow: inset 0 0 0 2px #333f48;
    box-shadow: inset 0 0 0 2px #333f48;
}

#news .left-sec #home_news_summary .banner-container .news .inner-news .story:hover .newscontent .read-more, #news .left-sec #home_news_summary .banner-container .news .inner-news .story:focus .newscontent .read-more {
    background: #085186;
    color: #fff;
    -moz-box-shadow: inset 0 0 0 2px #333f48;
    -webkit-box-shadow: inset 0 0 0 2px #333f48;
    box-shadow: inset 0 0 0 2px #333f48;
}

#news .left-sec #home_news_summary .banner-container .news .inner-news .story .newscontent {
    border: 2px solid #d4942f;
}

#news .left-sec #home_news_summary .banner-container .news .inner-news .story .newscontent {
    min-height: 300px;
}


#subpage.f-width .sidebar {
 display: none;
}

#subpage.f-width #page .main-container .main-content {
 width: 100%;
}



/* Multiselect drop down */

#mutliSelect ul {
  background-color: #ddd;
  border: 0;
  color: #000;
  display: none;
  left: 0px;
  position: absolute;
  top: 0;
  width: 280px;
  list-style: none;
  height: 100px;
  overflow: auto;
  margin: 0;
  padding: 10px;
  z-index: 100;
}

div#mutliSelect {
    position: relative;
}


#selectDrop {
    background-color: #eee;
    display: block;
    padding: 10px;
    height: auto;
    line-height: 20px;
    font-size: 16px;
    overflow: hidden;
    border: 0;
    width: auto;
    max-width: fit-content;
    color: #282828;
}

#selectDrop span,
.multiSel span {
  cursor: pointer;
  display: inline-block;
  padding: 0 3px 2px 0;
}

.multiSel {
  margin: 0;
}

#mutliSelect .close {
    display: none;
    color: red;
    position: absolute;
    top: 0px;
    right: 79px;
    z-index: 110;
    padding: 10px;
}

p.aHidden {
    display: none;
}


.rfp.container-fluid > div {
    margin-bottom: 15px;
}

.rfp.container-fluid > div span:first-child {
    font-weight: bold;
}


/* Show checkbox for bids */

.show-drop-down ~ #mutliSelect ul {
    display: block;
    position: relative;
    height: auto;
}

.show-drop-down ~ #selectDrop {
    display: none;
}


/* Back to parent */

nav.portal-breadcrumb {
    display: flex;
}

nav.portal-breadcrumb #backToParent {
    width: 20px;
    height: 20px;
    display: flex;
    border: 2px solid #fff;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 0 !important;
}

nav.portal-breadcrumb #backToParent:hover, nav.portal-breadcrumb #backToParent:focus {
    background: #ffffff;
    color: #075286 !important;
}


header .bottom-header #menubar .megamenu .nav-menu .sub-nav .level1 > ul {
    -webkit-column-count: 4;
            column-count: 4;
}

header .bottom-header #menubar .megamenu .nav-menu .sub-nav .level1 > ul > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

header .bottom-header #menubar .megamenu .nav-menu .sub-nav .level1 a {
    font-weight: 700;
}

header .bottom-header #menubar .megamenu .nav-menu .sub-nav .level2 a {
    font-weight: 300;
}


header .bottom-header {
    padding-left: 150px;
}

@media screen and (max-width: 900px) {
header .bottom-header {
    padding-left: 20px;
}
}

.credit a:hover, .credit a:focus {
    text-decoration: none;
    color: #fff;
}


/* Video table */

.video-table .filter-container {
    flex-wrap: wrap;
}

.video-table .filterDate, .video-table .filter-header {
    width: 50%;
}

.video-table .filter-header {
}

.video-table .filter-header > div {
    justify-content: flex-end;
}



/* Filter table */

.filter-container input {
    width: 50%;
    font-size: 14px;
}

.filterDate >  div {
    margin-bottom: 10px;
display: flex;
}


.filter-container .clear-filter {
    padding: 5px 8px;
    background: #d49430;
    color: #000000;
}

.filter-container .clear-filter:hover {
    text-decoration:  none;
    background: #004c8f;
    color: #fff;
}

.fCalendar-container {
    padding: 10px;
    box-sizing: border-box;
}

.filter-container {
    display: flex;
    justify-content: space-between;
}

.filter-header > div {
    display: flex;
margin-bottom: 10px;
    justify-content: space-between;
}

.filterDate div span, .filter-header div span {
    width: 50%;
    max-width: max-content;
    padding-right: 10px;
}

.filter-header {
    width: 350px;
}


.filter-header select {
    width: 100%;
}


.video-table #rfp-table_wrapper {
    max-width: 100%;
}


.mfp-item-content img {
    max-width: 400px;
}


#subpage #page .main-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}




@media screen and (max-width: 950px) {
#subpage #page .main-container .main-content {
    padding: 20px;
}
}

#subpage #page .breadcrumbs .pagetitle h1 {
    max-width: 1220px;
    margin: 0 auto;
}


#subpage #page .breadcrumbs .container {
    max-width: 1260px;
    margin: 0 auto;
}

#subpage #page .breadcrumbs {
    background: #075186;
}


header .bottom-header #menubar .megamenu .nav-menu .level0 > a {
 font-weight: 600;
  font-size: 16px;
}


/* New Footer */

footer .bottom-sec .info span {
  display: block;
}
footer .bottom-sec .info .org-name {
  font-size: 20px;
  font-weight: 500;
}
footer .bottom-sec .info .address {
  padding: 10px 0;
}
footer .bottom-sec ul {
  padding: 0;
  margin: 0;
}
footer .bottom-sec ul li {
  list-style: none;
}
footer .bottom-sec ul li a {
  color: #fff;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
footer .bottom-sec li a:after {
  content: '\f061 ';
  font-family: "Fontawesome";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-30px);
  -moz-transform: translateY(-50%) translateX(-30px);
  -o-transform: translateY(-50%) translateX(-30px);
  transform: translateY(-50%) translateX(-30px);
  font-size: 14px;
  color: #f7d028;
  opacity: 0;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
footer .bottom-sec ul li a:hover {
  color: #f7d028;
}
footer .bottom-sec ul li a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(-20px);
  -moz-transform: translateY(-50%) translateX(-20px);
  -o-transform: translateY(-50%) translateX(-20px);
  transform: translateY(-50%) translateX(-20px);
}
footer .credit {
  background: #302d2a;
  padding: 15px 20px;
  text-align: center;
}
footer .credit span {
  display: block;
}

footer .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer .container .top-sec .logo {display: flex;flex-direction: column;justify-content: center;align-items: center;}

footer .container .top-sec .logo img {
    width: 100%;
    max-width: 150px;
   max-height: 150px;
    margin-bottom: 10px;
}

footer .container .top-sec .logo .org-name {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    padding-top: 10px;
    border-top: 3px solid #fff;
}

footer .container .bottom-sec {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    padding: 10px;
}

footer .container .top-sec {
    padding-bottom: 15px;
}

@media screen and (max-width: 1000px) {
footer .container .bottom-sec {
  flex-direction: column;
  justify-content: center;
}

footer .container .bottom-sec .left-side {
    margin-bottom: 20px;
}

}

/* End of New Footer */



header .top-header .right-sec .divSearchBox input {
    background: transparent;
    color: #fff;
}

header .top-header .right-sec .divSearchBox input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}


body .w-33, body .w-66, body .w-30 {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.filterDate div span {
    max-width: 100%;
}


.QL-defaultTemplate a .fa {
    color: #085186!important;}

#menubar li.level0 > a {
    padding: 10px .7vw 5px;
}


footer {
    background-image: url('https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_12810860/Image/footer-bg1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


@media screen and (max-width: 1000px) {
#sec-slider #main-sec-slider {
    width: 100%;
}
#sec-slider .container {
    padding: 0;
}
#sec-slider #main-sec-slider .banner-container .banner-slide .m-links a {
    padding: 5px 15px;
}
}


.btnWrapper.w-33 {
    width: 33.33%;
}

.btnWrapper.w-66 {
    width: 66.66%;
}

.btnWrapper.w-50 {
    width: 50%;
}

.btnWrapper.w-25 {
    width: 25%;
}

@media screen and (max-width: 1000px) {
.btnWrapper.w-33, .btnWrapper.w-66, .btnWrapper.w-50, .btnWrapper.w-25 {
 width: 100%;
}
}



/* footer revision */

#wrapper footer div.container > div > .right-side {
    display: flex;
}

#wrapper footer div.container > div > .right-side ul {
    padding-left: 40px;
}

footer .container .bottom-sec {
    max-width: 100%;
}

@media screen and (max-width: 1000px) {
#wrapper footer div.container > div {
    text-align: center;
}

#wrapper footer div.container > div > .right-side {
    justify-content: center;
}

#wrapper footer div.container > div > .right-side ul {
    padding: 0 20px;
}

#wrapper footer div.container {
    max-width: 100%;
}
}

@media screen and (max-width: 600px) {
#wrapper footer div.container > div > .right-side {
    flex-direction: column;
    align-items: center;
}
#wrapper footer div.container > div > .right-side ul {
    padding: 20px 0;
}
}

ul#social {
  list-style: none !important;
  float: right !important;
}

.responsiveTemplate {
    max-width: 2200px;
    margin: 0 auto;
}

