/* Page layout: General */

html { position: relative; min-height: 100%; }

body { 
    /* Margin bottom by footer height */ margin-bottom: 450px;  
    -ms-overflow-style: scrollbar;
}

a{
  color:#008554;
  font-weight: 600;
}

.breadcrumb > .active{
  color: #555;
}

.entry a, #online_membership a, #award_winners a, #downloads a, .alert-info a, .alert-warning a, #kindergarten a, #memory_lab a  { text-decoration: underline; }
.membership_img { height: 80px; margin: 0 auto !important; }
.panel-title a, #meeting_room .important_note a { text-decoration: none !important;}
.panel-title a { font-weight: normal !important; }

input, select { margin-bottom: 20px; }

p {font-size: 1.0em;}
li{font-size: 1.0em;}
h2{font-size: 22px; }
h3{font-size: 20px;}
/* hide the background image on small screens */
@media only screen and (min-width: 768px) {
    .header { 
      background-image: url('/img/main_banner.jpg');          
      background-repeat: no-repeat;
      background-size: 100% 100%;
    }

  .business_rss_right{
    background-image: url(/img/feed.gif);
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: 5px;
    margin-left: 5px;  
  }

  .reading-widget-match-biblio{
  border: none;   
  overflow: hidden; 
  width:115%;
  padding-top:30px;

  }

  .blog_icon{
    margin-right: 30px;
  }

}

.site_menu_li{
  font-size: 1.0em;
}

.bibliocommons-widget-right a {
  color: #008554;
  font-weight: 600;
}



#items span.date{
  /* for /news_and_events/blogs */
  color:#555;
  font-size: 11px;
}

.carousel-indicators{
  display:none;
}

.panel-new-blue{ background-color:#1C3669; }

.panel-default-white{ border-color: #81BD43;}
.panel-default >.panel-heading { border-color: #81BD43; font-weight: bold; color: white; font-size: 1.1em; }

.panel-vpl{
  border: none;
}
.panel-vpl > .panel-heading { 
  font-weight: bold; 
  font-size: 1.1em; 
  background-color: #f4f4f4;;
  color: #092e6e;
  border: 1px solid #f4f4f4;;
}


.space{padding-top: 10px;}
.navbar-default {background-color: #FFFFFF; }
.navbar-default .navbar-nav>li>a { color: #1C3669; font-weight: bold;}
.navbar-default .navbar-nav>li>a:link { color: #1C3669; font-weight: bold;}
.navbar-default .navbar-nav>li>a:visited { color: #1C3669; font-weight: bold;}

/*.navbar-default .navbar-nav>li>a:hover { color: #7CFC00;}*/ /*this is for the green colour on hover of menu */
.navbar-default .navbar-nav>li>a:active { color: #1C3669; font-weight: bold;}

.navbar-brand>img { max-height: 45px;  display: block; margin-top: 5px; }

.navbar-default { min-height: 80px;  }

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 80px;
    text-decoration: none;
}

.item_table .entry {
  border-color:#121212;
  border-bottom-style: solid;
}

@media (max-width: 767px) {
    .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;}  
}

@media screen and (min-width: 768px) {
    .caret-left{
       display:none;
    }

    .caret-right{
      display:inline-block;
    }
      
}

@media screen and (max-width: 767px){
  .caret-left{
    display:inline-block;
  }
  .caret-right{
    display:none;
  }

  /* change caret for site menu depending on open/close only on mobile */
  .nav .site_menu_li .caret{

      width: 0;
      height: 0;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent; 
      border-left: 4px solid #FFF;
      border-right: 4px solid transparent;
  }

  .nav .site_menu_li.open .caret{

      width: 0;
      height: 0;    
      border-bottom: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top:  4px solid #555;
      border-left: 4px solid transparent;
  }


  /*for the sub-menus only on mobile */
  .nav .site_menu_li .dropdown-submenu .caret{
      display: inline-block;
      width: 0;
      height: 0;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent; 
      border-left: 4px solid #FFF;
      border-right: 4px solid transparent;
  }

  .nav .site_menu_li .dropdown-submenu a:focus .caret{
      display: inline-block;
      width: 0;
      height: 0;  
      border-bottom: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top: 4px solid transparent; 
      border-left: 4px solid #126c59;
  }

  .nav .site_menu_li .dropdown-submenu.open a:focus .caret{
      display: inline-block;
      width: 0;
      height: 0;  
      border-bottom: 4px solid transparent;
      border-right: 4px solid transparent;
      border-top:  4px solid #126c59;
      border-left: 4px solid transparent;
  }
}

#gdpr_text p.ctct-gdpr-text { font-size: 14px; line-height:1.5; }
#gdpr_text p.ctct-gdpr-text a { color: #008554; }
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button { background: #008554 !important; }

td { white-space: nowrap; overflow: hidden; text-overflow:ellipsis; }

/*Home Page Style*/

.carousel-inner > .item > img,.carousel-inner > .item > a > img {  width: 100%;  margin: auto; }
.carousel-control{ width: 5%; }
.social-logo{ height:40px; width:40px; }
#footer-img-twitter-logo { background: #000; padding: 10px; }

@media (min-width: 1206px){
  .shortcut-logo{  height:55px;  width:55px; }
}

@media (min-width: 992px) and (max-width: 1205px){
  .shortcut-logo{  height:46px;  width:46px; }
}

@media (max-width: 991px){
  .shortcut-logo{  height:55px;  width:55px; }
}

.blog-logo{ margin-bottom: 20px;}

.tab-title{ font-weight: bold; color: #1C3669; text-decoration: none; font-size: 1.2em;}
.tab-title-header{ font-weight: bold; color: white; text-decoration: none; font-size: 1.1em;}
.tab-content{ padding-top: 12px; padding-left: 2px; }

.search-bar-icon { max-height: 75px;}
.search-bar-text { font-weight: bold; color: #1C3669; text-decoration: none; text-align: center; margin-top: 5px; }
#catalogue { padding: 0; }

/* on small screens, extend the footer background */
@media (max-width: 1000px) {
    .footer { background-color: #f5f5f5; font-size: 0.875em; line-height: 1.82857em;  padding: 24px;  word-wrap: break-word;  position: relative;  bottom: 0;  width: 100%; }
    body{ margin-bottom: 0px}
}

@media  (min-width: 1001px) {
.footer {  background-color: #f5f5f5; font-size: 0.875em; line-height: 1.82857em;  padding: 12px 24px;  word-wrap: break-word;  position: absolute;  bottom: 0;  width: 100%;  /* Set the fixed height of the footer here */  height: auto; }
}

#vpl-footer-legal{
  margin-top:24px;
}

.text-muted{
  color:#555;
}
#vpl-footer-legal > .text-muted > a { text-decoration: underline; text-decoration-color:#777; }
.footer-menu-item{ list-style: none; line-height: 1.5;  margin-bottom: .6em;  display: list-item;  text-align: -webkit-match-parent; padding-left: 0px; font-weight: 400; }


/*.homepage-title{ color:#008dcb;  font-weight: bold;  font-size: 1.1em; font-family: Open Sans; }*/
.homepage-title{
  color:#262626;
	font-size: 1em;	
  font-weight: bold;
  line-height: 1.1;
  font-family: Open Sans;  
}
.homepage-title-reading-widget{ font-weight: bold;  font-size: 1.3em; }

#homepage-title-programs{ color: #1C3669 ;}
#homepage-title-hours{ color: #1C3669 ;}

/*#homepage-title-programs{ color: #24D4AE ;}
#homepage-title-hours{ color: #81BD43 ;}*/
#homepage-title-leisure{ color: #FFFFFF  ;}

.homepage-program-info > a { color:#007069; font-family: Helvetica; line-height: 40px; }
.homepage-program-info img { margin-top: 10px; }

/*Secondary pages Style*/
.page-container{margin-left: 15px; padding-bottom: 30px;}
.page-content{margin-left: 15px; }
.page-title{font-size: 2em; text-decoration: none; font-weight: bold; color: #1C3669; }
.page-title-line-separator{ height:5px; background:#81BD43; border-bottom:1px solid #81BD43; margin-bottom: 20px;}

.page-sub-heading{font-size: 1.3em; text-decoration: none; font-weight: bold; color: #1C3669; margin-top: 15px; margin-bottom: 15px;}
.page-sub-heading-new-arrivals{font-size: 1.3em; text-decoration: none; font-weight: bold; color: #1C3669; margin-top: 15px; margin-bottom: 15px; margin-left: 15px}

@media (max-width:767px){
  .page-sub-heading{font-size: 1.3em; text-decoration: none; font-weight: bold; color: #1C3669; margin-top: 15px; margin-bottom: 15px; text-align: center}
}


.list-unstyled > li > .name {padding-left: 20px; }

.media {padding-left: 20px;}
.media-body {padding-left: 40px;}
.media-object {width: 100px;}
.media-heading > a { color: black; }

/*library home icon */
img.library_icon{
    float:left;
}


.newcomer-list-group{
  font-size: 16px;
  
}
/*Tab*/

/*Form*/
.error-message { margin-top: -5px; margin-bottom: 30px; color: red; font-weight: bold; }

/*Callout Style*/

.bs-callout {padding: 20px;margin: 20px 0;border: 1px solid #eee;border-left-width: 5px;border-radius: 3px;}

.bs-callout h4 {margin-top: 0; margin-bottom: 5px;}

.bs-callout p:last-child {margin-bottom: 0;}

.bs-callout code {border-radius: 3px;}

.bs-callout+.bs-callout {margin-top: -5px;}

.bs-callout-default { border-left-color: #777;}

.bs-callout-default h4 { color: #777;}

.bs-callout-primary {border-left-color: #428bca;}

.bs-callout-primary h4 { color: #428bca;}

.bs-callout-success { border-left-color: #5cb85c;}

.bs-callout-success h4 {color: #5cb85c;}

.bs-callout-election { border-left-color: #DBDBD8;}

.bs-callout-election h4 {color: #DBDBD8;}

.bs-callout-danger {border-left-color: #d9534f;}

.bs-callout-danger h4 { color: #d9534f;}

.bs-callout-warning { border-left-color: #f0ad4e;}

.bs-callout-warning h4 { color: #f0ad4e;}

.bs-callout-info { border-left-color: #5bc0de;}

.bs-callout-info h4 {color: #5bc0de;}

.bs-callout-venturelab { border-left-color: #F26832;}

.bs-callout-venturelab h4 {color: #F26832;}

.bs-callout-awards { border-left-color: #1C3669;}

.bs-callout-awards h4 {color: #1C3669;}

.bs-callout-pass { border-left-color: #2E8D36;}

.bs-callout-pass h4 {color: #2E8D36;}

.bs-callout-birthday { border-left-color: #B026FF;}

.bs-callout-birthday h4 {color: #B026FF;}


/* set text font beside glyphicons to be the same as parent */
.glyphicon {
    font-family: inherit;
}
.glyphicon:before{
    font-family:'Glyphicons Halflings';
}

/* create a 1px green border around the three icon images */
.pixel-border{
    border: 1px solid #7CFC00;
    margin-top:10px;
}
 

.study_room_list {
  padding-left: 15px;
  display: grid;
  grid-template-columns: auto auto;
}
 

/* End of show dropdown menus on hover instead of on click */

/* the enrich/inspire/transform adage at the top right, 5 pixel buffer from the top of the nav bar*/
.enrich-at-top{
    position: absolute;
    top: -1px;
    right: 0;
    width: 13%;
    height: auto;
}

/* change checkbox to have margin-left of 0px; */
.checkbox input[type="checkbox"], .radio input[type="radio"]{
    margin-left: 0;
} 

/* change proctor body margin to be bigger due to long text. For iPhone, need 700px margin */
#page_content{
    margin-bottom: 700px;
}

.library_hours{
    text-align: center;
}

/* For accessibility purposes, we show this text only to screen readers */
.hidden_label_text{
    position:absolute;
    left:-10000px;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
}

.emphasize_library_title{
     font-weight: bold;
}

.maker_table{
    border: 2px solid black;
    border-collapse: collapse;
    width:300px;
        
}

.select_event_label_size{
  font-size: 1em;
}
.view_full_calendar_link{
  font-weight: 600;
  text-decoration: underline;
}

.view_full_calendar_link:hover{
    /*color:#80bd01;*/
    color:#014201;
    text-align: right; 
}

.library_selector_font_size{
    font-size: 9pt;
}

.table_data_wrap_text{
    white-space: pre-wrap;
}
.pl_nodisplay > .branch_pl { display: none; }

.feed_informer_title{
    font-size:10px;
}

#leisure > .fipoweredby { font-size: 14px !important; }
/* show dropdown menus on hover instead of on click (specifically for the main menus) for big monitors */
@media (min-width: 768px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

/* Change the mobile nav bar background menu to white */
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li{
    margin-left:10px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li:focus{
   /* background-color: #e7e7e7;*/
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FFF;
    background-color: #1C3669;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #126c59;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #126c59;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }

  li.spacing{
    margin-top:15px;
  }

  .navbar-collapse {
    background-color: #1C3669;
  }

  .navbar-default .navbar-nav>li>a { color: white; font-weight: bold;}
  .navbar-default .navbar-nav>li>a:link { color: white; font-weight: bold;}
  .navbar-default .navbar-nav>li>a:visited { color: white; font-weight: bold;}

  .responsive > .panel-default > .panel-heading { background-color: #1C3669; }
}

/*We make the navigation padding smaller so that the nav menu fits on one line.*/
@media (min-width: 768px) and (max-width:1000px){
  .nav > li > a{
    padding: 10px 10px;
  }
  .lang_collection {
    width: 40%;
  }
}

/* do not show skip to menu on mobile */
@media (max-width: 480px) {
  #skipToMenu{
    display: none;
  }
  #library_view_row .panel-vpl > .panel-heading > .panel-title {
    margin: 30px 0 !important;
  }  
  .search-bar-text {
    font-size: 12px;
  }
}





/* remove the margin for page titles (using the old blue header) */
.page-title-no-margin{
    margin-top:0px;
}

/* add a bit more margin from the top for iPhones */
.navbar-margin-from-top{
    margin-top:20px;
}


/* Make google maps responsive */
.embedded-div {
    position: relative;
    padding-bottom: 400px;
    height: 0;
    overflow: hidden;
}

.embedded-div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% ;
    height: 100% ;
    max-width:600px;
    max-height:500px;
}


.labs_table_max_width{
    max-width: 400px;
}

.labs_form_control_max_width{
    max-width:400px;
}

.form_control_max_width_400{
    max-width:400px;
}

#OnlineRegistration_check_policies {
  width: auto;
  height: auto;
}

.form_control_max_width_600{
    max-width:600px;
}

.form_margin_bottom{
    margin-bottom: 15px;
}

.view_full_calendar_span{
    float:right;
    margin-top: 30px;
    padding-right: 10px;
}

.img_padding_right{
  padding-right: 10px;
}

.website_privacy_name{
  float:left;
  color:  #1966a5;
  font-weight: bold;
    
}

.sixty_five_plus > p, .sixty_five_plus > li, .sixty_five_plus > ul{
  font-size: 1.1em;
}

.sols_image_size{
  width:200px;
  height: 240px;
}


.book_club_paragraph{
  margin-top:10px;
}


#carouselButtons {
    margin-left: 100px;
    position: absolute;
    bottom: 0px;
}


#train{
  margin-bottom:30px;
}

.label-new{
  vertical-align: top;
  background-color: #f0ad4e;
}


.border-around-widgets{
  border: solid 1px #cacaca; 
  
}

.dropdown-submenu{
  position:relative;
}

.dropdown-submenu>.dropdown-menu-open-right{
  top:0;
  left:100%;
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  border-radius:0 6px 6px 6px;
}

.dropdown-submenu>.dropdown-menu-open-resources{
  top:-190px;
  left:100%;
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  border-radius:0 6px 6px 6px;
}

.dropdown-submenu>.dropdown-menu-open-left{
  top:0;
  right: 100%;
  left: -100%;
  /*float: right !important;*/
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  border-radius:0 6px 6px 6px;

  /*position: static;
  float: none;
  width: auto;
  background-color: transparent;
  border: 0px none;
  box-shadow: none;*/
}


/*hide or show the caret for the nav bar submenu's */
@media  (min-width: 768px) {
  .dropdown-submenu>a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
  }

  .dropdown-submenu span.caret{
    display: none;
  }

  .dropdown-submenu:hover>a:after{
    border-left-color:#555;
  }
}


/* code to open beneath */
/*
.dropdown-submenu>.dropdown-menu{
  position: static;
float: none;
width: auto;
background-color: transparent;
border: 0px none;
box-shadow: none;
}
*/


.reading-widget-left{
 border:none; 
  height:200px;
  width:120%; 
  overflow: hidden; 
  background-color:rgba(0, 0, 0, 0); 
}

.reading-widget-right{
  
 border:none;  
  height:200px; 
  overflow: hidden; 
  background-color:rgba(0, 0, 0, 0);
  width:120%;
}

.border-around{
  border:1px solid #cacaca;
  padding: 0;
  border-radius: 8px;
}

.card {
  overflow: hidden;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  color: #272727;
  border-radius: 8px; 
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-left:20px;
  margin-right:20px;
  max-width: 400px;  
  margin-bottom: 20px;
}

@media (min-width: 768px){
  .card_ongoing_programs {
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #272727;
    border-radius: 8px; 
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-left:20px;
    margin-right:20px;
    max-width: 600px; 
    margin-bottom: 20px; 
    margin-bottom: 20px;
  }

  .card_upcoming_programs {
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #272727;
    border-radius: 8px; 
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-left:20px;
    margin-right:20px;
    max-width: 400px;
    width:400px;  
    margin-bottom: 20px;
  }  
}

@media (max-width: 767px){
  .card_ongoing_programs {
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #272727;
    border-radius: 8px; 
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px; 
    
  }

  .card_upcoming_programs {
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    color: #272727;
    border-radius: 8px; 
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;    
  
  }

  .study_room_list {
     padding-left: 15px;
     display: block;

  }

}

.card_upcoming_programs h2, .card_ongoing_programs h2{
  font-size: 1.5em;
}
.card .title {
  line-height: 3rem;
  font-size: 1.5rem;
  font-weight: 300; 
  background-color: #092e6e;
}

.card .content {
  padding: 1.3rem;
  font-weight: 300;
  border-radius: 0 0 2px 2px; 
}

.card p {
  margin: 0; 
}

.card .action {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  padding: 1.3rem; 
}


.card .image {
  position: relative; 
}

.card .image .title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.3rem;
  color: #fff;   
}

.card .image img {
  border-radius: 2px 2px 0 0; 
}



/* do not apply the collapse arrow to the header accordion, but yes to all the page accordions */
.accordion-toggle:not(.default-outline)::before{
  margin-right: 10px;
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: left;
  color: grey;
}

.accordion-toggle:not(.default-outline).collapsed::before{
  content: "\e080";
}



.accordion-toggle-list::before{
  margin-right: 10px;
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: left;
  color: grey;
}

.accordion-toggle-list-new::before{
  margin-right: 10px;
  margin-top: 40px;
  font-family: 'Glyphicons Halflings';
  content: "\e113";
  float: right;
  color: #008554;
  font-size: 22px;
}

#newcomer_link .accordion-toggle-list-new::before{ 
  margin-right: 30px;
  margin-top: 20px;
}
#Languages_collection h2 {
  font-size: 18px;
}
#Languages_collection .accordion-toggle-list-new::before{ 
  margin-right: 10px;
  margin-top: 10px;
}
#Languages_collection .lan_divs {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  column-gap: 10px;
  margin-left: 50px;
  padding-bottom: 30px;
}
#Languages_collection .col_divs {
  width: 100%;
  border-left: 1px solid #555;
  padding-left: 10px;
  text-align: center;
}
#Languages_collection .col_divs:last-child {
  width: 100%;
  border-right: 1px solid #555;
  padding-right: 10px;
}

#Languages_collection .col_divs a {
  text-wrap: wrap;
  text-decoration: underline;
}
#Languages_collection .col_divs a.collection_multilan {
  font-weight: normal;
}

#Languages_collection table td a {
  text-decoration: underline;
}
#Languages_collection table td a.collection_multilan {
  font-weight: normal;
}
#Languages_collection table td:nth-child(1) {
  width: 15%;
  text-wrap: wrap;
  padding-right: 10px;
  vertical-align: top;
}
#Languages_collection table td:nth-child(2) {
  width: 20%;
  text-wrap: wrap;
  padding: 0 10px;
  vertical-align: top;
}
#Languages_collection table td:nth-child(3) {
  width: 10%;
  text-wrap: wrap;
  padding: 0 10px;
  vertical-align: top;
}
#Languages_collection table td:nth-child(4) {
  width: 25%;
  text-wrap: wrap;
  padding: 0 10px;
  vertical-align: top;
}
#Languages_collection table td:nth-child(5) {
  width: 30%;
  text-wrap: wrap;
  padding-left: 10px;
  vertical-align: top;
}

.accordion-toggle-list.collapsed::before{
  content: "\e080";
}

.accordion-toggle-list-new.collapsed::before{
  content: "\e114";
}

.accordion-toggle-list-new {
  text-decoration: none !important;
}

 /* Popover */

/* Popover Header */
.popover-title {
    background-color: #092e6e;
    color: #FFFFFF;
    font-size: 28px;
    text-align:center;
}

/* Popover Body */
.popover-content {
    background-color: #FFF;
    color: #000;
    padding: 25px;
}


.booklist_title{
  font-weight: bold;
  font-size: 1.3em;
  /*color: #1966a5; The colour makes it look like a link*/
}

.booklist_author{
  color: #666666;
}

.row-centered{
  text-align: center;
}




.rss_button_graphic{
  background-image: url(/img/feed.gif);
  float:right;
  width:16px;
  height:16px;
  margin-left:7px;
}



.new_arrival_button{
  background: #008554;
  color: #FFFFFF;
  font-weight: bold;
  margin-left:7px;
}


.program_page_message{
  font-weight: bold;
}


.toggle_button{
  margin-left: 10px;
}

.ongoing-no-border{
  border: none;
  border-bottom-style: none;  
}

/* bold titles in the blog widget */
#vortex .title a{
  font-weight: bold;
}

#building .title a{
  font-weight: bold;
}


/* change colouration for list group items */
a.list-group-item{
  background-color: #f4f4f4;
  color: #007069;
  border: 1px solid #FFF;
}

a.list-group-item:hover{
  background-color: #dff0d8;
  color: #007236;
  border: 1px solid #FFF;
}


.bestsellers_img{
  max-width: 175px;
}
.bigger_link_font{
  font-size: 1.5em;
}

.max_image_height{
  max-height: 200px;
}


#shortcuts a{
  text-decoration: unset;
}


a.branch_an{
  color: #9F3E99;
}

a.branch_bc{
  color: #0F0DBF;
}

a.branch_dc{
  color: #BF3C7E;
}

a.branch_kl{
  color: #629861;
}

a.branch_ma{
  color: #A17CDC;
}

a.branch_pb{
  color: #E46C21;
}

a.branch_wo{
  color: #563B55;
}

a.branch_pl{
  color: #AC684B;
}

a.branch_cc{
  color: #556270;
}

a.branch_vv{
  color: #878204;
}

a.branch_mh{
  color: #ff00c8;
}

a.branch_vmc{
  color: #FA9A50;
}

a.branch_out{
  color: #0fc2d6;
}

a.branch_el{
  color: #0fc2d6;
}
/*------------------------------------------------------------------------------*/

/*Publications Style*/
.publication_spacing{
  margin-bottom:10px;
}


/*------------------------------------------------------------------------------*/


div.active:focus{
  outline:none;
}

/* the default-outline class is used for the layout's search bar, so we don't want to colour it */
.nav > li > a:not(.default-outline){
  outline: none;
  background-color: #e6e6e6 ;
  color: #092e6e;
}

/* the default-outline class is used for the layout's search bar, so we don't want to colour it */
.nav > li.active > a:not(.default-outline){
  outline: none;
  background-color: #FFF;
  color: #092e6e;
}

.card-container{  
  background-color: #fff;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  margin-bottom: 15px;
  box-shadow: 1px 2px 2px #dadada;
  border: 1px solid #dadada;
  border-radius:8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.card-container-image{
  margin-right: 10px;
  margin-bottom: 15px;
  float:left;
}

.card-container-title{
  box-sizing: border-box;
}

.bibliocommons-widget-left{
  max-width: 100%;
  width:120%;
}

.bibliocommons-widget-right{
  max-width: 100%;
  width:120%;
}

@media (min-width: 768px){
  .bibliocommons-widget-left{
    max-width: 100%;
    margin-top:-20px;
    z-index: -2;
  }

  .bibliocommons-widget-right{
    max-width: 100%;
    margin-top:-20px;
    z-index: -2;
  }  
}

.bx-viewport{
  color: #FA2323 !important;
  background: transparent !important;
  font-family: "Times New Roman" !important;
  border: 1px solid green !important;

}

.carousel{
  z-index:2;
}
.cp_bcslider h3{
  display:none;
}


/* Tooltip container */
.tooltip-link {
    position: relative;
    display: inline-block;    
    margin-left: 25px;
}

/* Tooltip text */
.tooltip-link .tooltiptext-right {
    visibility: hidden;
    width: 200px;
    background-color: #fff;
    color: #000;    
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;    
    border-radius: 6px;
    top: -5px;
    left: 105%; 
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Tooltip text */
.tooltip-link .tooltiptext-top {
    visibility: hidden;
    background-color: #fff;
    color: #000;    
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
    border: 1px solid #cacaca;
    width: 300px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

.tooltip-link .tooltiptext-top img{
  max-width: 175px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-link:hover .tooltiptext-right {
    visibility: visible;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-link:hover .tooltiptext-top {
    visibility: visible;
}




.social-icons-bottom:hover{
  text-decoration: none;
}



.experience_vaughan_div{
  margin-bottom:40px;
  display: grid;
  grid-template-columns: 40% 60%;
  grid-gap: 50px;
}

.experience_vaughan_div img {
  width: 260px;
}
.experience_vaughan_div .aga_logo {
  margin-top: 10px;
}

.experience_vaughan_logo{
  width:90px !important;
  margin: auto calc(30% - 45px) 20px !important;
}

/*Remove table row separator lines only for front page */
#hours .table th { 
     border-top: none !important; 
 }

#hours .table td { 
     border-top: none !important;
     
     white-space: break-spaces;
 }
#hours .table td:nth-child(even)  {
  width: 55%;
}
#hours .table td:nth-child(odd)  {
  width: 45%;
}
#today_programs .table th, #today_programs .table td { 
     border-top: none !important; 
 }


.hours_border, .today_programs_border{
  border: 1px solid #cacaca;
  margin-bottom: 5px;
  border-radius: 8px;
}



@media only screen and (max-width: 767px) {
  .reading-widget-match-biblio{
  border: none;  
  overflow: hidden; 
  padding-top:30px;
  width:115%;
  }
}
.reading-widget-biblio-formatting{
  color:#262626;
	font-size: 20px;	
  font-weight: 500;
  line-height: 1.1;
  font-family: Open Sans;
  display: inline-block;
}

.reading-widget-view-more{
  float:right;
  font-size:16px;
  text-decoration: underline;
  color: #008554;
}

#leisure em{
  font-style:normal;
}

.border-around-area{  
  border: 1px solid rgb(204, 204, 204);   
  overflow: hidden; 
  background-color: rgb(241, 241, 241); 
  zoom: 1;
  -ms-zoom:1;  
  transform:scale(1, 1) translate(0px, 0px); 
  -webkit-transform: scale(1, 0.95) translate(0px, -8px);    
}




.no-bold{
  font-weight: initial;
}


/* change the pagination background to match the accordion baby blue colour */
.pagination > .active > a, .pagination > .active > a:hover{
  background-color: #d9edf7;
  border-color: #d9edf7;
  color: #337ab7;
}

.wide-tab{
  min-width:170px; /*works for 3 tabs in keeping on one row most of the time */
}

/*hide popovers when on phone or tablet*/
@media only screen and (max-width: 767px) {
  .row-centered-footer{
    text-align: center;
  }
}

.site-menu-pdf{
  margin-right:5px;
}


/* Scroll to top */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    /*background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);*/
    /*background-color: #0a560a;*/
    background-color: green;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index:9;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    /*background: rgba(0, 0, 0, 0.9);*/
    background-color: #fc9802;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

i{color: #444;}
/* End Scroll to Top */


/* Programs Page */
ul.level_1, ul.level_3{
  list-style: none;
  padding:0;
}

ul.level_1 .card_upcoming_programs, ul.level_3 .card_upcoming_programs{
  margin-bottom:20px;
}

.card_ongoing_programs ul{
  padding:0;
  list-style: none;
}

.card_ongoing_programs .description{
  display: none;
}

.preview_bibliocommons_div{
  margin-top:10px;  
}


.labs_email_reminder{
  font-style: italic;
  max-width:320px;
  float:left;

}

.newsletter_promotion_header{
  text-align: center;
  color: #CC6600;
}

.newsletter_promotion_content h3{
  color: #CC6600;
}

.subscriber_center{
  text-align: center;
  margin: auto;
}

.newsletters_printable{
  background-color: #1C3669;
  padding: 10px;
}
.newsletters_printable_logo{
  max-height: 45px;
}

.newsletters_printable_content{
  margin-left: 15px;
  margin-right: 15px;
}

.break_long_urls{
  word-break: break-all;
}


.btn-bibliocommons{
  color: #fff;
  background-color: #80bd01;
  border-color: #81BD43;
}

.family_literacy_day_book_cover{
  float:right;
  max-height: 200px;
  border: 1px solid #000;
}

#vortex ul{
  list-style: none;
  padding-left: 0;
}

#vortex li{
  font-size: 1.0em;
  margin-bottom: 10px;
}

.share_span{
  margin-top: 10px;
  z-index: 2;
}

.share_span button{
background-color: #c92228;
border: 1px solid transparent;
border-radius: 4px;
padding: 5px 18px 7px 18px;
margin-right: 15px;
color: #FFF;
font-size: 15px;
}

.share_span button:hover{
background-color: #e52d27;
border: 1px solid transparent;
border-radius: 4px;
padding: 5px 18px 7px 18px;
margin-right: 15px;
color: #FFF;
font-size: 15px;
}

.vaughan_writes_img{
    max-height: 250px;

}

.vaughan_writes_card{
    min-height: 320px;
}

.canada_150_card{
    min-height: 300px;
}

.vaughan_writes_card p{
    margin-right: 5px;
}

.vaughan_app_logo{
    border-radius: 16px;
}

.rounded_logo{
    border-radius: 16px;
}

i.jssocials-share-logo{
  color: #fff;
}

.jssocials-shares{
  z-index: 2;
  width:350px;
  position: relative;  
}

.card-container-canada-150{  
  background-color: #fff;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  overflow: hidden;
  margin-bottom: 15px;
  box-shadow: 1px 2px 2px #dadada;
  border: 1px solid #dadada;
  border-radius:8px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height:300px;
  max-height: 300px;
}

.canada_150_share_img{
    opacity: 0.3;
    display: block;
    width:100%;
    max-width: 400px;
    margin-top: 40px;
    height: auto;
    overflow: hidden;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    
}

.canada_150_share_add_img{
    /*opacity: 0.3;*/
    margin-left: auto;
    margin-right: auto;
    /*-webkit-filter: grayscale(100%);
            filter: grayscale(100%);*/
    
}

.canada_150_share_text{    
    top:0;
    left:25px;
    right:25px;
    
    position: absolute;
    overflow: hidden;
    
}

.full-card-link{
    color: #000;
}

a.full-card-link:hover{
    color: #000;

}

.expand-on-hover:hover{
    box-shadow: 0 0 7px 0 rgba(194, 194, 194, 1);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(194,194,194,1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(194,194,194,1);
    /*-webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02); */
}

.canada_150_read_more{
    position: absolute;
    bottom: 15px;
    right: 50px;
    

}

.canada_150_view_max_image_size{
    max-height: 300px;    
    max-width:100%;
    margin-left:15px;
    margin-right:15px;
    height:auto;
    float:left;
}


.center-image{
  margin-left: auto;
  margin-right: auto;
}

.spacing-bottom{
  margin-bottom:10px;
}

.share_span button.regular_share_colours{
  background-color: #f5f5f5;
  border: 1px solid #cacaca;
  border-radius: 8px;
  padding: 5px 10px;
  color: #000;
}

.share_span button.regular_share_colours:hover{
background-color: #cacaca;
border: 1px solid #ccc;
border-radius: 8px;
padding: 5px 10px;
color: #FFF;
}

#MembershipApplicationPin{
  margin-bottom: 10px;
}

.hide-class{
  display: none;
}

.new_opening_hours{
  color:red;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-color: #CCCCCC;
  display: block;    
  padding: 5px;
    
}

.feed_informer_panel_height{
  height: 390px; /*trying to align it with the other items in that row */
}


#blogs{
  margin-top: 8px;
}

.vaughan_writes_emphasis{
  font-family: "Comic Sans MS", cursive, sans-serif;
  color: red;
  font-weight: 600;
  font-size: 1.0em;
  
}

.vaughan_writes_emphasis:hover{
  font-family: "Comic Sans MS", cursive, sans-serif;
  color: #c92a2a;
  font-weight: 600;
  font-size: 1.0em;
  
}


#hr_feed_informer{
  margin-top: 10px;
  margin-bottom: 10px;
}

.vaughan-reads-video-container{
  height: 315px;
  width: 100%;
}

.youtube-video-container{
  height: 315px;
  width: 100%;
  max-width: 560px;
}

.submission_guidelines_link{
  font-size: 1.2em;
}

.canada_150_vaughan_writes_logo{
  width:25px;
  height:auto;
}

.p_explore_award_winners{
  margin-left: 14px;
}

.card-container-blue{
  box-shadow: 1px 2px 2px #1c7cd6;
  border: 1px solid #1c7cd6;

}

.card-container-promoted{
  box-shadow: 1px 2px 2px #2b8a3e;
  border: 1px solid #2b8a3e;
}

.panel-red{
  border-color: red;
}

.image-center{
  display: block;
  margin: auto;
}

@media only screen and (min-width: 768px){
  .col-sm-x2{
    width: 16%;
    float: left;
    position: relative;
    min-height: 1px;  
    padding-right: 5px;
  }
}


.vplchallenge_h{
  color: #002e6c;
  text-align: center;
  font-weight: 700;
}

.vplchallenge_p{
  color: #002e6c;
  text-align: center;
  font-size: 1.3em;
}

.vaughan-reads-blog-title{
  font-size: 24px;
}

.btn-orange{
  color: #fff;
  background-color: #F26832;
  border-color: #F26832;
  text-decoration: none !important;
}


.oplw_banner_size{
  width: 50%;
    margin-right: auto;
    margin-left: auto;      
}

@media only screen and (max-width: 768px){
  .oplw_banner_size{
    width: 100%;

  }
  .enrich-at-top {
      width: 50%;
  }
}



.nav > li > a.alert-box{
    background: #c92a2a;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    color: #fff;
}


.nav > li > a.notice-box{  
  background-color: #e59202 ;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    color: #fff;  
  color: #fff;
}



.li-box-size{
    width: 300px;
    height: 345px;
    margin:0;
    z-index: 100;
    max-height: 345px;
    
    overflow-y: auto;
}

@media only screen and (min-width: 500px) {
    .li-box-size{
        width: 400px;
        height: 345px;
    }
}

@media only screen and (min-width: 768px) {
    .li-box-size{
        width: 600px;
        height: 345px;
    }
}

@media only screen and (min-width: 1024px) {
    .li-box-size{
        width: 900px;
        height: 345px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .enrich-at-top {
        width: 30%;
    }
}

.dropdown-li .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    max-height: 0;
    display: block;    
    opacity: 0;
}

.dropdown-li.open .dropdown-menu,.dropdown-li.show .dropdown-menu {
    max-height: 1024px;
    height: auto;
    opacity: 1;
}

.danger-bang{
    opacity: 0.99;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    position: absolute;
    z-index: 99;
    top: -5px;
    left: -5px;    
    width: 25px;
    height: 25px;        
    color: red;        
}

.warning-bang{
    opacity: 0.99;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    position: absolute;
    z-index: 99;
    top: -5px;
    left: -5px;    
    width: 25px;
    height: 25px;        
    color: orange;        
}



.dropdown-li {
    margin-right: 10px;
}




.alert-box > i.danger-bang{
    font-size: 20px;
}

.notice-box > i.warning-bang{
    font-size: 20px;
}

.alert-box > span.count{
    background-color: #8d0a0a;
}

.notice-box > span.count{
    background-color: #c37c02;
}

.count{
    opacity: 0.99;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;    
    position: absolute;
    top: 5px;
    /*right: 10px;*/
    width: 20px;
    height: 20px;
    border-radius: 50%;    
    text-align: center;
    line-height: 20px;
}

b.caret{
    margin-left:25px;
}

.close-notice{
    font-size: 1.5rem;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: auto;
    color: white;
    font-weight: 400;
    cursor: pointer;
}



.notice-box-dropdown:hover{
  border: 1px solid #c37c02;
}

.alert-box-dropdown:hover{
  
  border: 1px solid #a61e4d;

}

.danger-exclamation{      
    display: block;
    margin-top: 25px;
    margin-left: auto ;
    margin-right: auto;    
    width: 100px;
    height: auto;    
    opacity: 0.3;        
}

.warning-sign{      
    display: block;
    margin-top: 25px;    
    margin-left: auto ;
    margin-right: auto;    
    width: 100px;
    height: auto;    
    opacity: 0.3;        
}

.alert-danger-custom{
  background-color: #eee;
  border-color: rgba(56, 56, 56, 0.5);
  color: #A80000;
}

.vaughan_writes_headers{
  margin-top: 0px;
}

.time_select_width{
  width:180px;
}

.nav-tabs > li {
  background-color: #1c3669;
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li.active {
  background-color: #1c3669;
  border-bottom: 1px solid #1c3669;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #1c3669;
  color: #1c3669;
  /*margin-bottom: 3px;*/
  /*padding-bottom: -10px;*/
}

.nav-tabs > li > a,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #1c3669;
}

.header-img-thumbnail {
  background-color: #1c3669;
}

.search-bar-text {
  color: white
}


.library_service_header > li > a,
.library_service_header > li > a:hover,
.library_service_header > li > a:focus {

  background-color: white;
  color: #1c3669;    
  }

  .library_service_header > li.active > a,
  .library_service_header > li.active > a:hover,
  .library_service_header > li.active > a:focus {
  background-color: #1c3669;
  color: white;
}


.library_service_header > li {

  background-color: white;
}

.library_service_header > li.active {
  
  background-color: white;
}


.new_comers_header > li > a,
.new_comers_header > li > a:hover,
.new_comers_header > li > a:focus {

  background-color: white;
  color: #1c3669;    
  }

  .new_comers_header > li.active > a,
  .new_comers_header > li.active > a:hover,
  .new_comers_header > li.active > a:focus {
  background-color: #1c3669;
  color: white;
}


.new_comers_header > li {

  background-color: white;
}

.new_comers_header > li.active {
  
  background-color: white;
  border-bottom: 1px solid white;
}

.lang_collection {
   width: 30.3%;
   display: inline-block;
   margin-bottom: 20px;
   text-decoration: underline;
   cursor: pointer;
}

.full_detail_link {
  color: green;
}

#newcomer_link { 
  line-height: 1.5; 
}
#newcomer_link ul li {
  list-style-type: none;
}
#newcomer_link .links_name { 
  list-style-type: disc; 
}
#newcomer_link .url > a {
  text-decoration: underline;
}
#newcomer_link .title_website { 
  font-size: 18px; 
  color:#002D72; 
}
#newcomer_link .links_description { 
  padding-bottom: 20px;
}


#library_view_row, #library_view_row p {
  font-size: 16px;
  line-height: 1.5;
}

#library_view_row, #library_view_row_collapse, #library_view_row .intro_libraries_view_new p {
  font-weight: normal;
}


#library_view_row .library_view_img {
  width: 100%;
  height: auto;
  max-height: 475px;
}

#library_view_row > .intro_libraries_view_hr {
  border-top: 1px solid #757575;
  margin-bottom: 30px;
}

#library_view_row .library_time_table 
{
  line-height: 0.2;
}

#library_view_row .library_time_table .entry .name
 {
    float: left;
    width:  150px;
 }
 #library_view_row h2, #newcomer_link h2 {
  font-size: 22px;
  color:  #008554;
  font-weight: 700;
}

#library_view_row a {
  color:  #008554;
  text-decoration: underline;
  font-weight: 700;
}

#library_view_row #contactus {
  background: #f4f4f4;
  margin-top: 20px;
}

#library_view_row #contactus a {
  text-decoration: none;
}

#library_view_row .ask_us_button, .contact_admin_button {
  border-radius: 5px;
  Padding: 15px;
  background-color: #008554;
  color: #fff;
  margin-top: 20px;
  text-decoration: none !important;
}

#library_view_row .ask_us_button:hover, .contact_admin_button:hover,  .contact_admin_button:focus {
  color: #fff;
  background: #23527c;
  text-decoration: none !important;
 }

#library_view_row .panel-vpl, #newcomer_link .panel-vpl {
  margin-bottom: 1px;
  box-shadow: 0 1px 0px #757575;
  webkit-box-shadow: 0 1px 0px #757575;
  border-radius: 0;
  padding: 0;
}

#library_view_row .panel-vpl  .panel-heading, #newcomer_link .panel-vpl  .panel-heading {
  font-size: 22px;
  background-color: #fff;
  border:  0px;
  padding:  20px 0 30px;
}

#library_view_row .panel-vpl > .panel-heading a,  #newcomer_link .panel-vpl > .panel-heading a {
  text-decoration: none;
}


#library_view_row .panel-body,  #newcomer_link .panel-body {
  font-weight: normal;
  padding: 15px 0;
}

#library_view_row #acknowledgement {
  background: #008554;
  color:  #fff;
  padding:  15px;
}

#library_view_row #acknowledgement h2 {
  color: #fff;
  margin-top: 10px;
} 

#library_view_row  #history_facts ul {
  margin-left: -25px;
}

#library_view_row  #history_facts ul li {
  font-size:  16px;
}

/*#archiveList {
  border: 1px solid #000000;
  line-height: 2;
}


#archiveList > ul {
  list-style-type: circle;
  list-style-position: inside;
}

#archiveList li { 
  color: blue; 
}*/

.eventbtn {
    border: none;
    border-radius: 10px;
    color: white !important;
    background-color: #00A9E0;
    padding: 10px 12px 10px 12px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    font-size: 22px;
    margin: 4px 0px;
    cursor: pointer;
}

.eventbtn:hover {
    background-color: #84bd00 !important;
    color: #fff;
    text-decoration: none !important;
}

/*Survey on the home page */
.notify{  
  /*position:absolute;*/
  position: fixed;
  top:50%;
  left:50%;
  margin-left: -450px;
  margin-top: -100px;
  /*width:780px;*/
  max-width: 900px;
  /*height:600px;*/  
  box-sizing:border-box;
  color:white;  
  text-align:left;
  /*background:rgba(0,0,0,.6);*/
  /*background: #1da1f2;*/
  background-image: url(/img/New_Green_box.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /*overflow:hidden;*/
  box-sizing:border-box;
  transition:height .2s;
  /*line-height: 2em;*/
  z-index: 999;
  font-size: 1.5em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  border-radius: 25px;
}

.customerSurvey {
  top: 30%;
  padding-top: 10px !important;
}

.notify a
{
  color: #2BDE3F;
}

.notify a:hover
{
  color: #FFC007;
  
}

#notifyType:before{
  display:block;
  margin-top:30px; 
  
}

.activePopup{  
  height:auto;
  padding-top: 30px;

}

.close{
  display: none;
  height: 0;
}

#closeButton {
  position: absolute;
  background: white;
  color: #119603;
  top: 10px;
  right: 10px;
  border-radius: 20px;
  /*width: 35px;*/
  /*height: 40px;*/
  border: 0px;
  padding: 0 10px;
  /*font-size: 1em;*/
  /*font-weight: bold;*/
}

.surveyFont{
  font-size: 1.6em;
  margin-left: 32%;
  margin-right: 20px;
  margin-top: 0;
  margin-bottom: 0;
  text-align:left;
}

.surveyFontSmall{
  font-size: 1.2em;
  margin-left: 32%;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align:left;
  line-height: 1.2em;
}

.gotoButton{
  color: #119603; background-color: #fff; margin-left: 32%; margin-top: 35px; margin-bottom: 10px; border-radius: 10px; border: 0; font-size: 1.3em; padding: 10px 20px; margin-right: 50px; float: right; cursor: pointer;
}

#surveytitle {
  text-align: center;
  margin-left: 28%;
  padding-top: 10px;
}

@media screen and (max-width: 800px) and (min-width: 400px) {

  .surveyFont {
    font-size: 1.2em;
    margin-left: 29%;
    text-align:left;
  }

  .notify{  
  /*position:absolute;*/
  position: fixed;
  top:50%;
  left:35%;
  right:10%;
  margin-left: -145px;
  margin-top: -120px;
  /*width:400px;*/
  min-width: 410px;
  /*height:0;  */
  box-sizing:border-box;
  color:white;  
  text-align:left;
  /*background:rgba(0,0,0,.6);*/
  /*background: #1da1f2;*/
  /*overflow:hidden;*/
  background-image: url(/img/New_Green_box.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing:border-box;
  transition:height .2s;
  /*line-height: 2em;*/
  z-index: 999;
  font-size: 1.2em;
  font-weight: normal;
  border-radius: 25px;
  }

  #closeButton {
  position: absolute;
  background: white;
  color: #119603;
  top: 10px;
  right: 10px;
  border-radius: 20px;
  text-align: center;
  padding: 0 8px;
  /*width: 28px;*/
  /*line-height: 25px;*/
  /*height: 40px;*/
  border: 0px;
  /*font-size: 1em;*/
  /*font-weight: bold;*/
}

  .surveyFontSmall{
    font-size: 16px;
    margin-left: 29%;
    text-align:left;
  }

  .activePopup{  
  height:auto;
  padding-top: 30px;

  }

  .gotoButton{
  color: #119603; background-color: #fff; margin-left: 29%; margin-top: 20px; border-radius: 5px; border: 0; font-size: 1.1em; margin-right: 20px;
  }

  #surveytitle {
    text-align: center;
    margin-left: 22%;
    font-size: 1.3em;
  }
  .membership_img { height: 45px; margin: 0 auto !important; }
  .lang_collection {
      width: 100%;
  }

}


@media (max-width: 480px) {
  .lang_collection {
    width: 100% !important;
  }
  #Languages_collection .lan_divs {
    display: block;
  }
 #Languages_collection .col_divs, #Languages_collection .col_divs:last-child {
    width: 100%;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #555;
    padding-bottom: 10px;
    text-align: left;
    padding-top: 10px;
  }
  #Languages_collection .col_divs:last-child {
    border-bottom: none;
  }
  .experience_vaughan_div{
    margin: auto calc(50% - 130px) 50px;
    display: block;
  }
  .experience_vaughan_div img {
    margin-bottom: 20px;
  }
  .experience_vaughan_div .aga_logo {
    margin-top: 0;
  }

}

@media screen and (max-width: 400px) {

  .surveyFont {
    font-size: 1em;
    margin-left: 29%;
    text-align:left;
  }

  .notify{  
  /*position:absolute;*/
  position: fixed;
  top:50%;
  left:40%;
  margin-left: -180px;
  margin-top: -150px;
  /*width:400px;*/
  min-width: 320px;
  /*height:0;  */
  box-sizing:border-box;
  color:white;  
  text-align:left;
  /*background:rgba(0,0,0,.6);*/
  /*background: #1da1f2;*/
  /*overflow:hidden;*/
  background-image: url(/img/New_Green_box.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing:border-box;
  transition:height .2s;
  /*line-height: 2em;*/
  z-index: 999;
  font-size: 1em;
  font-weight: normal;
  border-radius: 25px;
  }

  #closeButton {
  position: absolute;
  background: white;
  color: #119603;
  top: 10px;
  right: 10px;
  border-radius: 20px;
  text-align: center;
  /*width: 28px;*/
  /*line-height: 25px;*/
  /*height: 40px;*/
  border: 0px;
  padding: 0 7px;
  /*font-size: 1em;*/
  /*font-weight: bold;*/
}

  .surveyFontSmall{
    font-size: 1em;
    margin-left: 29%;
    text-align:left;
  }

  .activePopup{  
  height:auto;
  padding-top: 20px;

  }

  .gotoButton{
  color: #119603; background-color: #fff; margin-left: 29%; margin-top: 25px; border-radius: 5px; border: 0; font-size: 1.1em; padding: 5px 10px; margin-right: 20px;
  }

  #surveytitle {
    text-align: center;
    margin-left: 19%;
    font-size: 1.2em;
  }
  .membership_img { height: 45px; margin: 0 auto !important; }
}