@import url("/UserFiles/Servers/Server_15209001/Templates/css/custom-normalize.css");
@import url("/common/resources/DesignPortfolio/SiteThemes/CommonLib/pub-wrapper/pubWrapper2016.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css");
/*@import url("https://cdnjs.cloudflare.com/ajax/libs/spectrum/1.8.0/spectrum.min.css");*/

@import url("/UserFiles/Servers/Server_15209001/Templates/css/style.css?v2.3");
/*@import url("http://localhost:8888/glendalecity/final/css/style.css");*/
@import url("/UserFiles/Servers/Server_15209001/Templates/css/marketplace.css?v=4");


/* 3 Column Mega Menu for only Live Subpage */
#menubar .megamenu nav ul.nav-menu li:nth-child(2) .sub-nav .level1 > ul {
    column-count: auto !important;
    display: flex;
}

li#p15328988 .level2 > ul {
    column-count: 2;
}

/* IE Quicklink Fix */
._Telerik_IE9 #subpage .portlet.quicklinks { max-width: 100%; }

/* Breadcrumb fix */
#subpage #page .breadcrumbs nav > div { flex-wrap: wrap; }

/* Hide GNN and subpages from sitemap */
.sitemap li[id="15343267"] {
    display: none;
}

/* Info graphic padding Fix */
section#infographics > .inside-padding,
section#events > .inside-padding {
    padding: 0.625rem;
    padding-bottom: 1.5rem;
}


/* 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-slider .book-inside .book-container .banner-slide a:focus {
  text-decoration: none;
}

.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: 1;
 -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';
}

.book-slider .book-inside .nav-container .arrows button.slick-arrow:before {
    display: none;
}

@media screen and (max-width: 500px) {
    #book-slider .book-inside .book-container .banner-slide a {
        max-width: 300px;
        margin: 0 auto;
    }
}

/* Mega Menu Fix */
.sub-nav li { 
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

/* Department Page News Slider Fix */
#subpage .news-video { 
	display: -webkit-box; 
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex; 
}

#subpage .news-video > div {
	width: 50%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
}

#subpage .news-video > div:first-child {
	padding-right: 2rem;
}

#subpage .news-dots {
	padding: 10px 0;
}

#subpage .news-controls .news-dots ul.slick-dots li.slick-active button {
	background: #ffa301;
}

@media screen and (max-width: 640px){
	#subpage .news-video {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#subpage .news-video> div {
		width: 100%;
	}

	#subpage .news-video > div:first-child {
		padding-right: 0;
	}
}

/* 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-arrow:after {
    line-height: 30px;
}

.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);
}

/* Subpage Hero Image */
@media screen and (max-width: 1024px){
.subpage .hero-image, .subpage .hero-image .image {
    max-height: 100%;
    padding-bottom: 0;
}
}

/* Float Fix */
.ptl_portlet_vertical {
    clear: both;
}

/* Logo Loading Fix */
.city-name {
 opacity: 0;
 -webkit-transition: opacity 600ms ease-in-out;
 -o-transition: opacity 600ms ease-in-out;
 transition: opacity 600ms ease-in-out;
}
 /* Hide Subpage Social */
.subpage .header-home-content .social {
    display: none;
}







/* Infographic Flexbox */
.portlet.infographic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 900px){
.portlet.infographic {
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
}

.portlet.infographic .tile {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
    background: transparent;
    padding: 10px !important;
}

.portlet.infographic > * {
    width: 33.33%;
}

.portlet.infographic > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.portlet.infographic .tile a:hover, .portlet.infographic .tile a:focus {
       background: #FFA400;
}

._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%;
}
}

/* Subpage Info */
.subpage .portlet.infographic > div:nth-child(2) > div:nth-child(1) {
    order: 3 !important;
    width: 100%;
}
.subpage .portlet.infographic > div:nth-child(2) > div:nth-child(2) {
    order: 2;
}
.subpage .portlet.infographic > div:nth-child(2) > div:nth-child(3) {
    width: 50%;
}
.subpage .infographic .tile:nth-child(2) h3, .subpage .infographic .tile:nth-child(3) h3 {
    font-size: 1.25rem;
}
@media screen and (max-width: 1200px){
    .subpage .portlet.infographic > div:nth-child(2) > div:nth-child(3), .subpage .portlet.infographic > div:nth-child(2) > div:nth-child(2) {
        width: 100%;
    }
}

/* Infographic 4th item temp fix */
.infographic .tile:nth-child(3) .ico {
   font-size: 7rem;
}

.infographic .tile:nth-child(3) h3, .subpage .infographic > .tile:nth-child(3) h3 {
       font-size: 3rem;
    font-weight: 700;
    margin: 0;
}

/* Credit */
.credit {
    text-align: center;
    padding: 5px 0;
    color: #fff;
    background: #1d2229;
}

.credit a {
    color: #fff;
    text-decoration: underline;
}

.credit a:hover, .credit a:focus {
    text-decoration: none;
}

/* Calendar Hover Fix */
body .MC-calendarDays a.MC-event {
    background: #dedede;
}

body .MC-calendarDays a.MC-event:hover {
    background: #c1c1c1;
}


/* Default News Section */

#news-summary .row {
 display: block;
 width: 100%;
 margin-bottom: 25px;
 font-family: inherit;
}

#news-summary .row .image {
 width: 30%;
 float: left;
 overflow: hidden;
}

#news-summary .row .image img {
 width: 100%;
 height: auto;
}

#news-summary .content {
 display: block;
 float: left; 
 width: 70%; 
}

#news-summary .content .inner-news-content {
 padding-left: 20px;
}

#news-summary .content a.title,
#news-summary .content a.title {
 font-family: inherit;
 color: #000000;
 font-size: 17px;
 text-decoration: none;
}

#news-summary .content a.title:hover {
 color: #757575;
 text-decoration: none;
}

#news-summary .content .date {
 color: #767676;
 font-size: 14px;
 padding: 3px 0px 5px;
}

#news-summary .content .categories,
#news-summary .content .tags{
display: block;
padding-bottom: 10px;
}

#news-summary .content .categories a,
#news-summary .content .tags a{
 color: #767676;
}

#news-summary .content .summary {
 padding-bottom: 10px;
}

#news-summary .content a.read-more,
#news-summary .content a.read-more {
 background: #000000;
 color: #FFFFFF;
 font-size: 12px;
 padding: 5px 10px;
 text-decoration: none;
}

#news-summary .content a.read-more:hover {
 background: #757575;
 color: #FFFFFF;
 text-decoration: none;
}

.clear {
 clear: both;
}

#news-summary .clear span{
 display: none;
}

/*** RSS Styles ***/

#RSSLink {
 height: 24px;
 position: relative;
 width: 24px;
}

#RSSLink a {
 height: 24px;
 width: 24px;
 display: block;
 background: #ee6e19;
 border-radius: 6px;
}

#RSSLink a span {
 text-indent: -9999px;
background: url("/Common/resources/DesignPortfolio/SiteThemes/CommonLib/social-media-2014/rss/defualt-rss-icon-2014.png") no-repeat;
 width: 24px;
 height: 24px;
 display: block;
 opacity: 1;
 filter:alpha(opacity=100); /* For IE8 and earlier */
}

#RSSLink a:hover span {
 opacity: 0.7;
 filter:alpha(opacity=70); /* For IE8 and earlier */
}

/* End of Default News Section */

/* Banner Credit Link */
.credit-container {
    color: #1f1f1f;
}

.credit-container:hover {
    color: #1f1f1f;
}

/* Subpage Banner Credit FIx */
.subpage .header-home-content {
    bottom: 40%;
    position: relative;
}

.subpage header .searchbox {
    margin: 0 !important;
}
/* End Subpage Banner Credit FIx */


/* IE home page header-banner fix */
.homepage header .header-home-content {
  top: auto;
  /*padding-bottom: 40px;*/
  margin-bottom: 40px;
}
#selectLang .fas.fa-sort {
    display: inline-block;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.25em;
  }


@media screen and (max-width: 960px) {
footer > .container .footer-right .bottom .contact-info {
    text-align: center;
    align-items: center;
}
}




/* Google Search */

.gsc-control-cse.gsc-control-cse-en {
    padding: 0 20px;
    border:  none;
    max-width: 850px;
    margin: 0 auto;
    background-color: transparent;
}

form.gsc-search-box.gsc-search-box-tools {
    margin: 0;
}

table.gsc-search-box {
    margin: 0;
}

table.gsc-search-box td {
    padding: 0;
}

.gsc-search-box-tools .gsc-search-box input.gsc-input {
    border: 0 !important;
    padding: 1.5rem 2rem !important;
    margin: 0 !important;
    font-size: 20px !important;
    height: 2rem !important;
    width: 100% !important;
    font-family: "Fira Sans", sans-serif !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    background: transparent !important;
    -webkit-transition: all 0.3s ease-out !important;
    -o-transition: all 0.3s ease-out !important;
    transition: all 0.3s ease-out !important;
    text-indent: 0 !important;
}

.gsc-input-box {
    border:  none;
    background: rgba(255, 255, 255, 0.8);
}

button.gsc-search-button.gsc-search-button-v2 {
    background: rgba(31, 31, 31, 0.8);
    color: white;
    padding: 0.5em;
    width: 4rem;
    text-decoration: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border:  none;
    height: 50px;
    margin: 0;
}

button.gsc-search-button.gsc-search-button-v2 svg {
    width: 25px;
    height: 25px;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}


.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding: 0 !important;
}

.gsst_a .gscb_a {
    color: #7d7d7d;
}

button.gsc-search-button.gsc-search-button-v2:hover, button.gsc-search-button.gsc-search-button-v2:focus {
    background: rgba(31, 31, 31, 1);
}

button.gsc-search-button.gsc-search-button-v2:hover svg, button.gsc-search-button.gsc-search-button-v2:focus svg {
    fill: #ffa300;
}

.gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
    top: 50%;
    transform: translateY(-50%);
    height: 80vh;
}

.gsc-search-box-tools .gsc-search-box input.gsc-input::placeholder {
    font-size: 20px;
    text-transform: uppercase;
    color: #ababab;
    font-weight: bold;
}



.subpage .header-home-content .search-wrapper {
    display: none;
}


/* ALIGN SOCIAL TO NEWS */

ul.social-tabs li {
    max-width: 22.5%;
    margin-top: -0.6rem;
}
ul.social-tabs {
    margin-bottom: 1.55rem;
}



/* alert fix */
.alertWrapper {
    position: relative;
    z-index: 3000;
}

/* design mode on header fix */
.dragAndDropEnabled .hero-image {
top: -80px;
    transform: none;
    left: 0;
}

header {
 overflow: visible !important;
}

._Telerik_IE9 .gsc-search-box-tools .gsc-search-box input.gsc-input{
    height: 47px !important;
    padding: 0 !important;
}


._Telerik_IE9 .gsc-search-box-tools .gsc-search-box input.gsc-input{
::-ms-input-placeholder {
    font-size: 20px;
    text-transform: uppercase;
    color: #ababab;
    font-weight: bold;
}


@media screen and (max-width: 600px) {
.alertWrapper .alertInner.inside-padding {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.alertWrapper .alertInner i {
    margin: 0 0 10px 0;
}

.alertWrapper .alertInner a {
    margin: 10px 0 0 0;
}

}



