@import url('https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_15414356/Templates/css/style.css?v=1.206');

#subpage #page .sub-bg {
    overflow: hidden;
}

#subpage .main-container .sidebar {
    width: 320px;
}

#subpage .main-container .main-content {
    width: calc(100% - 320px);
}

#subpage .main-container .main-content .breadcrumbs .container {
    padding: 1%;
}


/* ADA fix */

#subpage .main-container .main-content .breadcrumbs .container a {
  text-decoration: underline;
}

#subpage .main-container .main-content .breadcrumbs .container a:hover, #subpage .main-container .main-content .breadcrumbs .container a:focus {
  text-decoration: none;
}


div[id$="divContent"] a {
  text-decoration: underline;
  color: #b33321;
  font-weight: 500;
}


div[id$="divContent"] a:hover, div[id$="divContent"] a:focus {
  text-decoration: none;
}

body #subpage .PO-calendar .CAL-box .CAL-topControls .CAL-monthSelector {
    color: #000 !important;
}

body #subpage .PO-calendar .CAL-box .CAL-topControls .CAL-DD-monthGrid li.CAL-DD-monthButton a:hover, body #subpage .PO-calendar .CAL-box .CAL-topControls .CAL-DD-monthGrid li.CAL-DD-monthButton a.CAL-active {
    color: #000 !important;
}

body #subpage .PO-calendar .CAL-box .CAL-daysOfWeek ul li {
    color: #000 !important;
}

.CAL-timeAlert {
    color: #000;
}


body {
 overflow-x: hidden;
}

footer > .container .footer-right .top ul li:before {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(-50%);
    transform: translateY(0);
    left: -5px;
}


section#news {
    padding-bottom: 35px;
}

/* ADA fix */

#subpage .main-container .main-content h1, #subpage .main-container .main-content h2, #subpage .main-container .main-content h3, #subpage .main-container .main-content h4, #subpage .main-container .main-content h5, #subpage .main-container .main-content h6 {
    color: #000;
}

.social li a, #social li a, #social li a[title="Email"], .social li a[title="Email"], .w-social li a[title="Email"] .w-social li a {
    text-indent: 0;
}

div[id$=divContent] h1, div[id$=divContent] h2, div[id$=divContent] h3, div[id$=divContent] h4, div[id$=divContent] h5, div[id$=divContent] h6 {
 text-transform: capitalize;
}


.sub-bg .photo-credit {
 display: none;
}

/* fix accordion style */

.TA-tab-content.TA-accordionMode .tab-pane {
  font-family: "Fira Sans", sans-serif;
  color: #1F1F1F !important;
}
.TA-tab-content.TA-accordionMode .tab-pane a {
  font-family: "Fira Sans", sans-serif;
  color: #064694 !important;
  font-weight: 500;
  text-decoration: none !important;
}
.TA-tab-content.TA-accordionMode .tab-pane a:hover {
  text-decoration: underline !important;
}
.TA-tab-content.TA-accordionMode .tab-pane a span {
  font-family: "Fira Sans", sans-serif;
  color: #064694 !important;
  font-weight: 500;
  text-decoration: none !important;
}
.TA-tab-content.TA-accordionMode .tab-pane a span:hover {
  text-decoration: underline !important;
}
.TA-tab-content.TA-accordionMode .accordionTabHead.active + .tab-pane:after {
  background: #6F7271;
}
.TA-tab-content .active.accordionTabHead:after {
  background: #6F7271;
}
.TA-tab-content .accordionTabHead > a {
  font-family: "Fira Sans", sans-serif;
  color: #fff !important;
  background: #6F7271;
}
.TA-tab-content .accordionTabHead > a:hover {
  background: #FFA400;
  color: #1F1F1F !important;
}

.PO-tabAccordion ul.TA-nav-tabs li.active a {
  background: #6F7271;
  color: #fff !important;
}
.PO-tabAccordion ul.TA-nav-tabs li.active a:after {
  display: none;
}
.PO-tabAccordion ul.TA-nav-tabs li a {
  background: #FFA400;
  color: #1d1d1d !important;
}
.PO-tabAccordion ul.TA-nav-tabs li a:hover, .PO-tabAccordion ul.TA-nav-tabs li a:focus {
  background: #6F7271;
  color: #fff !important;
}

/* Accordion contact portlet */

#accordion-contact ul li .c-content .inner-content .left-side .social-icons .title {
    font-size: 16px;
    padding-right: 10px;
}

#accordion-contact ul li .c-content .inner-content .left-side .social-icons a {
    width: auto;
    padding: 5px;
}



div[id$=divContent] .header-sec h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
}


/* Book Slider */

.book-slider .book-inside .book-container .banner-slide a {
  padding: 0 10px;
  display: block;
}
.book-slider .book-inside .book-container .banner-slide a .image {
  height: 320px;
  border: 1px solid #ddd;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.book-slider .book-inside .book-container .banner-slide a .book-title {
  text-align: center;
  background: #000;
  padding:  10px;
  color:  #fff;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}

.book-slider .book-inside .book-container .banner-slide a:hover .book-title, .book-slider .book-inside .book-container .banner-slide a:focus .book-title {
    background: #FFA400;
    color: #000;
}

.book-slider .book-inside .book-container .banner-slide a:hover .image, .book-slider .book-inside .book-container .banner-slide a:focus .image {
    border-color: #999;
}

.book-slider {
 position: relative;
 padding-bottom: 40px;
}
.book-slider .book-inside .nav-container {
 opacity: 0;
 -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
 -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
 -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
 transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.book-slider:hover .book-inside .nav-container {
 opacity: 1;
}
.book-slider .book-inside .nav-container .arrows button {
 position: absolute;
 top: calc(50% - 20px);
 transform: translateY(-50%);
 border: none;
 width: 50px;
 height: 50px;
 background: transparent;
}
.book-slider .book-inside .nav-container .arrows button.slick-prev {
 left: 10px;
}
.book-slider .book-inside .nav-container .arrows button.slick-next {
 right: 10px;
}

.book-slider .book-inside .nav-container .arrows button.slick-arrow:after {
 font-family: "Fontawesome";
 font-size: 50px;
 color: #000;
}

.book-slider .book-inside .nav-container .arrows button.slick-arrow:hover:after {
 color: #FFA400;
}

.book-slider .book-inside .nav-container .arrows button.slick-prev:after {
 content: '\f104';
}
.book-slider .book-inside .nav-container .arrows button.slick-next:after {
 content: '\f105';
}

#books {
    max-width: 1400px;
    margin: 0 auto;
}

@media screen and (max-width: 500px) {
    .book-slider .book-inside .book-container .banner-slide a {
        max-width: 300px;
        margin: 0 auto;
    }
    #home-news .top-sec .news-controls {
        flex-direction: column;
    }
    #home-news .top-sec .news-controls .news-dots {
        margin-bottom: 15px;
    }
}




#news_content_body a {
    text-decoration: underline;
    color: #b33321;
    font-weight: 500;
}

#news_content_body a:hover, #news_content_body a:focus {
    text-decoration: none;
}



/* Book slider fix */

.book-slider .book-inside .nav-container .arrows button {
    background: rgba(255, 255, 255, 0.8);
}

.book-slider .book-inside .nav-container .arrows button.slick-arrow:hover {
    background: rgba(0, 0, 0, 0.8);
}

}
.book-slider .book-inside .nav-container .arrows button.slick-arrow:after {
    font-family: "Fontawesome";
    font-size: 50px;
    color: #000;
    line-height: 40px;
}


.book-slider .book-inside .nav-container .arrows button.slick-next {
    right: calc(10px - 0.25%);
}
.book-slider .book-inside .nav-container .arrows button {
    top: 140px;
    transform: translateY(0);
}


/* Notification Banner */
.alertWrapper {
  background: #FFF100;
}
.alertWrapper .alertInner {
  color: #1F1F1F;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  z-index: 1;
  font-size: 1em;
  font-weight: 700;
  max-width: 1400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.alertWrapper .alertInner i {
  margin-right: 2rem;
}
.alertWrapper .alertInner.inside-padding {
  z-index: 0;
}
.alertWrapper .alertInner a {
  color: #1F1F1F;
  padding: 0.25rem 0.625rem;
  font-weight: 300;
  font-size: 0.875rem;
  border: 2px solid #1F1F1F;
  margin-left: 2rem;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.alertWrapper .alertInner a:hover, .alertWrapper .alertInner a:focus {
  background: #1F1F1F;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .alertWrapper .alertInner {
    font-size: 0.875rem;
  }
}


.book-slider .book-inside .nav-container {
    opacity: 1;
}



@media screen and (max-width: 900px) {
 #subpage .main-container .main-content .ptl_col_1_2, #subpage .main-container .main-content .ptl_col_1_4 ,#subpage .main-container .main-content .ptl_col_3_4, #subpage .main-container .main-content .ptl_col_2_3, #subpage .main-container .main-content .ptl_col_1_3 {
    width:  100%;
}
}




/* Infographic Flexbox */


.portlet.infographic {
    display: flex;
    flex-wrap: wrap;
}

.portlet.infographic .tile {
    box-sizing: border-box;
    padding: 0;
    background: transparent;
    padding: 10px !important;
}

.portlet.infographic > * {
    width: 33.33%;
}

.portlet.infographic > div {
    display: flex;
    flex-wrap: wrap;
}

.portlet.infographic > div .tile {
    width: 50%;
}

.portlet.infographic > div .tile:last-child {
    width: 100%;
}

.portlet.infographic .tile a {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(208, 210, 211, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
}

._Telerik_IE9 .infographic :nth-child(1).tile, ._Telerik_IE9 .infographic :nth-child(5).tile { padding: 0; } 

@media screen and (max-width: 900px) {
.portlet.infographic > * {
    width: 100%;
}
}

@media screen and (max-width: 600px) {
.portlet.infographic div .tile {
    width: 100%;
}
}


.infographic > .tile h3 {
    font-size: 40px !important;
    line-height: 50px !important;
}

.infographic > .tile h3 span {
    font-size: 24px !important;
    line-height: 30px !important;
}

.infographic > .tile .icon {
    font-size: 90px !important;
    line-height: 0 !important;
}

.infographic div .tile h3 {
    font-size: 26px !important;
    line-height: 30px !important;
}

.infographic div .tile h3 span {
    font-size: 18px !important;
    line-height: 24px !important;
}

.infographic div .tile .icon {
    font-size: 50px !important;
    line-height: 0 !important;
}


.infographic .tile .icon {
    padding-bottom: 10px
}


@media screen and (max-width: 900px) {
    .infographic .tile h3 {
    font-size: 24px !important;
    line-height: 30px !important;
}

.infographic .tile h3 span {
    font-size: 16px !important;
    line-height: 22px !important;
}

.infographic .tile .icon {
    font-size: 50px !important;
    line-height: 0 !important;
    padding-right: 20px;
    margin: 0 !important;
}
.portlet.infographic .tile a .inside {
    display: flex;
}
}

.portlet.infographic .tile a:hover, .portlet.infographic .tile a:focus {
    background: #ffa400;
}

.portlet.infographic .tile a {
    transition: all 400ms ease;
}


footer .credits {
    padding: 15px 10px;
    text-align: center;
    color: #fff;
}

footer .credits p {
    margin: 0;
}

footer .credits a {
    color: #fff;
    text-decoration: underline;
}

footer .credits a:hover, footer .credits a:focus {
    text-decoration: none;
}


.alertWrapper .alertInner .fa {
    font-size: 20px;
}


.goback a {
    padding: 10px;
    background: #fea30a;
    color: #000;
    margin-bottom: 15px;
    display: inline-block;
    transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}

.goback a:hover, .goback a:focus {
    background: #000;
    color: #fea30a;
}





.portlet.infographic {
    grid-row-gap: initial;
    grid-column-gap: initial;
}



#infograph > .container {
 display: block;
}


.alertWrapper .alertInner.inside-padding {
    line-height: normal;
}


#upcoming-events .events-list .inside-wrapper .inside .tab-container {
    display: none;
}


#upcoming-events .events-list .inside-wrapper .inside .tab-container.active {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

/*
#upcoming-events .events-list a.event:nth-child(n+6) {
    display: none;
}*/


footer .fa-twitter {
display:none;
}
