@charset "utf-8";

/* redsquid.css */
/* Revised redsquid stylesheet 08/2017 */
/* Author KG*/


/*****************************************/
/***** SEARCH PAGE INPUT AND BUTTONS *****/
/*****************************************/

input[type=text] {
            background-repeat: no-repeat;
            -webkit-transition: none;
            -webkit-appearance: none;
            -webkit-rtl-ordering: logical;
            cursor: text;       
}

input[type=button] {
   
}

.searchbox {
            width: 668px;
            margin: 10px 150px 10px 150px;
            box-sizing: border-box;
            font-size: 1.5em;
            color: #555555;
            border-radius: 5px;
            background-color: #F0F0F0;
            padding: 20px 20px 20px 20px;
            border: 2px solid #ffffff;
            box-shadow: 5px 5px 1px #888888;
}


.buttonbackgroundLibrary {
    background-color: #F0F0F0;
    width: 220px;
    height: 200px;
    border-radius: 25px;
    float: left;
    margin: 10px;
    padding: 10px;

}

.buttonbackgroundArchsearch {
    background-color: #F0F0F0;
    width: 220px;
    height: 200px;
    border-radius: 15px;
    float: left;
    float: left;
    margin: 10px 10px 10px 104px;
    padding: 10px;
}

.buttonbackgroundArchives {
    background-color: #F0F0F0;
    width: 220px;
    height: 200px;
    border-radius: 25px;
   float: left;
   margin: 10px;
   padding: 10px;

}

.archsearchbutton {
    width: 200px;
    height: 100px;
    padding: 10px;
    margin: 10px;
    border: 2px solid #009999;
    border-radius: 25px;
    box-shadow: 5px 5px 1px #888888;
    background-color: #009999;
    text-align: center;
    font-size: 1.5em;
    color: #ffffff;
    outline:none;
}

.archsearchbutton:hover {
    background-color: rgba(0, 153, 153, 0.8);
     cursor: pointer;
}

.archivesbutton {
    width: 200px;
    height: 100px;
    padding: 10px;
    margin: 10px;
    border: 2px solid #003399;
    border-radius: 25px;
    box-shadow: 5px 5px 1px #888888;
    background-color: #003399;
    text-align: center;
    font-size: 1.5em;
   color: #ffffff;
   outline:none;

}

.archivesbutton:hover {
    background-color: rgba(0, 51, 153, 0.8);
     cursor: pointer;
}

.librarybutton {
    width: 200px;
    height: 100px;
    padding: 10px;
    margin: 10px;
    border: 2px solid #4B9443;
    box-shadow: 5px 5px 1px #888888;
    background-color: #4B9443;
    border-radius: 25px;
    text-align: center;
   font-size: 1.5em;
   color: #ffffff;
   outline:none;
  
}

.librarybutton:hover {
    background-color: rgba(75, 148, 67, 0.8);
     cursor: pointer;
}

.helpmanualbutton {
    width: 200px;
    height: 100px;
    padding: 10px;
    margin: 10px;
    border: 2px solid #ffffff;
    border-radius: 25px;
    background-color: #4F9242;
    text-align: center;
    font-size: 1.5em;
   color: #ffffff;
   outline:none;
}
/****************/
/***** TEXT *****/
/****************/


/***Headers***/


h1 {
    font-size: 1.8em;
    line-height: 1.8em;
    letter-spacing: 0.3px;
    color: #888888;
    padding: 30px 0px 10px 0px;
    -webkit-margin-before: 0.0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.gallery h1 {
padding-left: 10px;
}

h2 {
    font-size: 1.5em;
    line-height: 1.5em;
    letter-spacing: 0.3px;
    padding-top: 10px; 
    padding-bottom: 10px;
    color: #888888;
    -webkit-margin-before: 0.0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

h3 {
    font-size: 1.1em;
    line-height: 1.1em;
    letter-spacing: 0.3px;
    color: #888888;
    padding-top: 10px; 
    padding-bottom: 10px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.gallery h3 {
padding-left: 20px;

}

h4 {
    padding: 0px;
    margin: 0px;
    text-align: center; 
    color: #888888; 
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.3em;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    text-decoration: none;
}



/***COLOUR CHANGES***/
/***for box headers ***/

.home h4 {
    color: #cc0000;
}
.archsearch h4 {
   color: #009999;
}
.archives h4 {
    color: #003399;
}
.library h4   {
    color: #4B9443;
}
.learning h4 {
    color: #339900;
}
.deposit h4 {
   color: #4e8975;
}
.research h4 {
   color: #3399cc;
}
.advice h4 {
    color:#006633;
}
.about h4 {
    color: #663399;
}
.gallery h4 {
    color: #ffb533;
}

h5 { padding: 0px 10px 10px 20px;
    margin: 0px;
    text-align: left; 
    color: #000000; 
    font-size: 1em;
    font-weight: normal;
    line-height: 1.3em;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    text-decoration: none;
}

/***Paragraph***/

p {
    font-size: 1.05em;
    line-height: 1.7em;
    padding-top:0px;
    padding-bottom: 10px;
    display: block;
    color: #000000;
    margin: 0px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    letter-spacing: 0.3px;
    text-align: justify;
}

#boxleft p {
    font-size: 1.05em;
    line-height: 1.5em;
    padding-top:0px;
    display: block;
    color: #000000;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    letter-spacing: 0.3px;
    margin: 10px;
}

#boxright p {
    font-size: 1.05em;
    line-height: 1.5em;
    padding-top:0px;
    display: block;
    color: #000000;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    letter-spacing: 0.3px;
    margin: 10px;
}

#boxcenter p {
    font-size: 1.05em;
    line-height: 1.5em;
    padding-top:0px;
    display: block;
    color: #000000;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    letter-spacing: 0.3px;
    margin: 10px;
}
/***Quotes***/

em {
    font-size: 1.05em;
    font-style: italic;
    text-indent: 50px;
    line-height: 1.7em;
    padding-top:0px;
    padding-bottom: 10px;
    display: block;
    color: #000000;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    letter-spacing: 0.3px;
} 

/***Bullets***/

li {    
    font-size: 1 em;
    font-style: normal;
    text-indent: 0px;
    line-height: 1.7em;
    list-style-type: disc;
    color: #000000;
    letter-spacing: 0.3px;
}

ul {    
    font-size: 1 em;
    font-style: normal;
    text-indent: 0px;
    line-height: 1.7em;
    list-style-type: disc;
    color: #000000;
    letter-spacing: 0.3px;
  
}

ol {    
    font-size: 1 em;
    font-style: normal;
    text-indent: 0px;
    line-height: 1.7em;
    color: #000000;
    letter-spacing: 0.3px;
}

/****Links****/

a { 
    color: #888888;
    background-color: transparent;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
    color: white;
    background-color: #888888;
}


#boxleft a {
text-decoration: none;
background-color: transparent;
}

#boxleft a:hover {
text-decoration: none;
background-color: transparent;
}

#boxcenter a {
text-decoration: none;
background-color: transparent;
}

#boxcenter a:hover {
text-decoration: none;
background-color: transparent;
}

#boxright a {
text-decoration: none;
background-color: transparent;
}

#boxright a:hover {
text-decoration: none;
background-color: transparent;
}



/*****************************/
/**** FEATURED COLLECTION ****/
/*****************************/



/*HOME PAGE FEATURED COLLECTION BANNER*/


#featurebanner {
   width: 964px;
   height: 338px;
   padding: 0px;
   margin-top: 0px;
   margin-bottom: 17px;
   float: left;
   border: 2px solid #cc0000;
   box-shadow: 5px 5px 1px #888888;
   background: url("/img/featcoll/featcoll.jpg"); opacity: 0.9;
   background-size: cover;
   position: relative;
   z-index: 1;
   text-align: left;
}

#feattextoverlay {
    float: left; 
    margin-top: 25px; 
    margin-left: 15px; 
    z-index: 6; 
    padding: 10px;
    position: absolute; 
    height: 120px; 
    width: 325px;
    font-size: 1.4em;
    text-decoration: none;
    text-align: left;
    background-color: #ffffff;
    opacity: 0.7;
    border-radius: 20px 20px;
 }

#feattextoverlay p {
      color: #000000!Important; 
      margin-left: 15px; 
      text-decoration: none;
      text-align: left;
  }
  
  #feattextoverlay a {
    color: #000000!Important; 
    margin-left: 15px; 
    text-decoration: none;
    text-align: left;
  }


#feattextoverlay a:hover {
    color: #000000!Important; 
    text-decoration: underline;
    background-color: transparent;

}

/*END OF HOME PAGE FEATURED COLLECTION BANNER*/


/******************/
/*****IMAGES******/
/*****************/

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/***********************/
/**** IMAGEBANNERS ****/
/**********************/



/*IMAGEBANNERS, OVERLAY TEXT AND OPAQUE BACKGROUND BOX */

#boxoverlay {
    float: right; 
    margin-top: 125px; 
    margin-left: 551px; 
    background: #cc0000; 
    opacity: 0.6; 
    border-radius: 50px 0px; 
    z-index: 3; 
    position: absolute; 
    height: 200px; 
    width: 400px;    
}

#textoverlay {
    float: right; 
    margin-top: 125px; 
    margin-left: 555px; 
    border-radius: 50px 0px; 
    z-index: 4; 
    position: absolute; 
    height: 200px; 
    width: 400px;
    color: #ffffff;
}

#textoverlay a { 
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}
#textoverlay p { 
    color: #ffffff;
}

#textoverlay a:hover {
    text-decoration: none;
}

 #imagebanner {
   width: 964px;
   height: 338px;
   padding:0px;
   margin-top: 0px;
   margin-bottom: 17px;
   float: left;
   border: 2px solid #cc0000;
   box-shadow: 5px 5px 1px #888888;
   background-size: cover;
   position: relative;
   z-index: 1;
   
/*CHANGE URL HERE TO CHANGE IMAGE IN BANNER*/

   /*background: url("/img/kings_manor_downsized.jpg");*/ 
}

.about #imagebanner {
   width: 964px;
   height: 338px;
   padding:0px;
   margin-top: 0px;
   margin-bottom: 17px;
   float: left;
   border: 2px solid #663399;
   box-shadow: 5px 5px 1px #888888;
   background-size: cover;
   position: relative;
   z-index: 1;
   
/*CHANGE URL HERE TO CHANGE IMAGE IN BANNER*/

   background: url("/img/photos/kings_manor.jpg"); 
}

.research #imagebanner {
   width: 964px;
   height: 338px;
   padding:0px;
   margin-top: 0px;
   margin-bottom: 17px;
   float: left;
   border: 2px solid #3399cc;
   box-shadow: 5px 5px 1px #888888;
    background-size: cover;
   position: relative;
   z-index: 1;
   
/*CHANGE URL HERE TO CHANGE IMAGE IN BANNER*/

   background: url("/img/photos/nearch_meeting.jpg"); 
}


/***GALLARY BACKGROUND***/

#gallerybackground {
   width: 964px;
   height: 700px;
   padding: 0px;
   margin-top: 0px;
   margin-bottom: 17px;
   float: left;
   border: 2px solid #ffb533;
   background: url("/gallery/resources/images/exhibition/dragon.jpg"); 
   background-size: cover;
   text-align: left;
   opacity: 0.8;
   z-index: 3; 
   position: absolute; 
}


#gallerytextoverlay {
    float: left; 
    margin-top: 25px; 
    margin-left: 300px; 
    z-index: 8; 
    position: absolute; 
    height: 650px; 
    width: 600px;
    font-size: 1em;
    text-decoration: none;
    text-align: left;
    background-color: #ffb533;
    opacity: 0.8;
    border-radius: 25px 0px 25px 0px;
 }

#gallerytextoverlay p {
      float:left;
      color: #000000; 
      margin:10px; 
      text-decoration: none;
      text-align: left;
}

#gallerytextoverlay h1 {
     
      color: #ffffff; 
      margin:10px; 
      text-decoration: none;
      text-align: left;
}
  
#gallerytextoverlay a {
    color: #000000; 
    margin: 10px; 
    text-decoration: none;
    text-align: left;
}


#gallerytextoverlay a:hover {
    color: #000000; 
    text-decoration: underline;
    background-color: transparent;

}

#gallerytextbox {
    float: left; 
    margin: 0px 0px 0px 180px; 
    font-size: 1em;
    text-decoration: none;
width: 600px;

    text-align: left;
    background-color: #ffb533;
    border-radius: 25px 0px 25px 0px;
 }


#gallerytextbox p {
      float:left;
      color: #ffffff; 
      margin:10px; 
      text-decoration: none;
      text-align: left;
}

#gallerytextbox h1 {
     
      color: #ffffff; 
      margin:10px; 
      text-decoration: none;
      text-align: left;
}
  
#gallerytextbox a {
    color: #000000; 
    margin: 10px; 
    text-decoration: none;
    text-align: left;
}


#gallerytextbox a:hover {
    color: #000000; 
    text-decoration: underline;
    background-color: transparent;

}

#exhibittextbox {
    float: left; 
    margin: 0px 0px 0px 180px; 
    font-size: 1em;
    text-align: left;
    background-color: #FFDA98;
    border-radius: 25px 0px 25px 0px;
    box-shadow: 5px 5px 1px #888888;
 }



#exhibittextbox p {
      float:left;
      color: #ffffff; 
      margin:10px; 
      text-align: left;
}

#exhibittextbox h1 {
     
      color: #888888; 
      margin: 0px; 
      text-decoration: none;
      text-align: left;
      padding: 5px 0px 0px 20px;
}
  
#exhibittextbox a {
    color: #000000; 
    text-align: left;
}


#exhibittextbox a:hover {
    color: #ffffff; 
    text-decoration: none;
    background-color: #ffb533;

}


/***************/
/*****BOXES*****/
/***************/

#boxleft {
    width: 275px;
    height: 338px;
    padding: 10px;
    margin-top: 16px;
    margin-right: 35.5px;
    margin-bottom: 16px;
    marging-left: 0px;
    float: left;
    border: 2px solid #cc0000;
    box-shadow: 5px 5px 1px #888888;
}

.home #boxleft:hover{
    background-color: rgba(204, 0, 0, 0.1);
}

#boxcenter {
    width: 275px;
    height: 338px;
    padding: 10px;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    border: 2px solid #cc0000;
    box-shadow: 5px 5px 1px #888888;
}

.home #boxcenter {
    border: 2px solid #cc0000;
    background-color: #cc0000;
}
.home #boxcenter:hover {
    background-color: rgba(204, 0, 0, 0.7);
}

#boxright {
    width: 275px;
    height: 338px;
    padding: 10px;
    margin-top: 16px;
    margin-left: 35.5px;
    margin-bottom: 16px;
    float: right;
    border: 2px solid #cc0000;
    box-shadow: 5px 5px 1px #888888;
}

.home #boxright:hover {
   background-color: rgba(204, 0, 0, 0.1);
}

#staffbox {
    width: 119.25px;
    height: 149px;
    padding: 10px;
    margin-top: 17px;
    margin-left: 0px;
    margin-right: 19.5px;
    margin-bottom: 17px;
    float: left;
    border: 2px solid #663399;
    box-shadow: 5px 5px 1px #888888;

}

#helpbox {
    width: 275px;
    height: 338px;
    padding: 10px;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    border: 2px solid #888888;
    box-shadow: 5px 5px 1px #888888;
}

#howtohelpbox {
    width: 275px;
    height: 338px;
    padding: 10px;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    border: 2px solid #888888;
    box-shadow: 5px 5px 1px #888888;
	
}

.about #howtohelpbox:hover {
	background-color: #E2FCDD;
}

/***COLOUR CHANGES***/
/****for boxleft***/


.archsearch #boxleft {
    border: 2px solid #009999;    
}
.archives #boxleft  {
    border: 2px solid #003399;
}
.library #boxleft {
    border: 2px solid #4B9443;
}
.learning #boxleft {
    border: 2px solid #339900;
}
.deposit #boxleft {
    border: 2px solid #4e8975;
}
.research #boxleft {
    border: 2px solid #3399cc;
}
.advice #boxleft {
    border: 2px solid #006633;
}
.about #boxleft {
    border: 2px solid #663399;
}

.gallery #boxleft {
    border: 2px solid #ffb533;
}

/***COLOUR CHANGES***/
/****for boxleft hoverover***/


.deposit #boxleft:hover{
    background-color: rgba(78, 137, 117, 0.1);
}
.research #boxleft:hover{
    background-color: rgba(51, 153, 204, 0.1);
}
.advice #boxleft:hover{
    background-color: rgba(0, 107, 36, 0.1);
}
.about #boxleft:hover{
    background-color: rgba(102, 51, 153, 0.1);
}

.gallery #boxleft:hover{
    background-color: rgba(255, 181, 51, 0.1);
}

/***COLOUR CHANGES***/
/****for boxcenter***/


.deposit #boxcenter {
    border: 2px solid #4e8975;
 ;
}
.research #boxcenter {
    border: 2px solid #3399cc;
    background-color: #3399cc;
}
.advice #boxcenter {
    border: 2px solid #006633;
    background-color: #006633;
}
.about #boxcenter {
    border: 2px solid #663399;
    background-color: #663399;
}

.gallery #boxcenter {
    border: 2px solid #ffb533;
    background-color: #ffb533;
}


/***COLOUR CHANGES***/
/****for boxcenter hoverover***/


.research #boxcenter:hover {
    background-color: rgba(51, 153, 204, 0.7);
}
.deposit #boxcenter:hover {
    background-color: rgba(78, 137, 117, 0.7);
}
.advice #boxcenter:hover {
    background-color: rgba(0, 107, 36, 0.7);
}
.about #boxcenter:hover {
    background-color: rgba(102, 51, 153, 0.7);
}
.gallery #boxcenter:hover {
    background-color: rgba(255, 181, 51, 0.7);
}


/***COLOUR CHANGES***/
/****for boxright***/


.deposit #boxright {
    border: 2px solid #4e8975;
}
.research #boxright {
    border: 2px solid #3399cc;
}
.advice #boxright {
    border: 2px solid #006633;
}
.about #boxright {
    border: 2px solid #663399;
}

.gallery #boxright {
    border: 2px solid #ffb533;
}


/***COLOUR CHANGES***/
/****for boxright hoverover***/


.deposit #boxright:hover{
    background-color: rgba(78, 137, 117, 0.1);
}
.research #boxright:hover{
    background-color: rgba(51, 153, 204, 0.1);
}
.advice #boxright:hover{
    background-color: rgba(0, 107, 36, 0.1);
}
.about #boxright:hover{
    background-color: rgba(102, 51, 153, 0.1);
}

.gallery #boxright:hover{
    background-color: rgba(255, 181, 51, 0.1);
}

/***************/
/****BUTTONS****/
/***************/


#button {

    
    background-attachment: scroll;
    background-clip: border-box    ;
    background-color:    rgb(196, 196, 196)    ;
    background-image:    -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)))    ;
    background-origin:    padding-box    ;
    background-position-x:    0%    ;
    background-position-y:    0%    ;
    /*background-repeat-x:    ;
    background-repeat-y:    ;*/
    background-size:    auto;
    
    border-bottom-color:    rgb(168, 168, 168)    ;
    border-bottom-left-radius:    3px    ;
    border-bottom-right-radius:    3px    ;
    border-bottom-style:    solid    ;
    border-bottom-width:    1px    ;
    
    border-collapse:    separate    ;
    
    border-image-outset:    0px    ;
    border-image-repeat:    stretch    ;
    border-image-slice:    100%    ;
    border-image-source:    none    ;
    border-image-width:    1    ;
    
    border-left-color:    rgb(168, 168, 168)    ;
    border-left-style:    solid    ;
    border-left-width:    1px    ;
    
    border-right-color:    rgb(168, 168, 168)    ;
    border-right-style:    solid    ;
    border-right-width:    1px    ;
    
    border-top-color:    rgb(168, 168, 168)    ;
    border-top-left-radius:    3px    ;
    border-top-right-radius:    3px    ;
    border-top-style:    solid    ;
    border-top-width:    1px    ;
    
    box-shadow:    rgb(255, 255, 255) 0px 1px 0px 0px inset    ;
    
    box-sizing:    border-box    ;
    
    color:    rgb(79, 79, 79)    ;
    cursor:    pointer    ;
    display:    inline-block    ;
    
    font-family:    Arial, sans-serif    ;
    font-size: 1.05em;
    font-stretch:    100%    ;
    font-style:    normal    ;
    font-variant-caps:    normal    ;
    font-variant-ligatures:    normal    ;
    font-variant-numeric:    normal    ;
    font-weight:    700    ;
    height:   auto   ;
    letter-spacing:    normal    ;
    line-height: 1.05em;

    margin-bottom:    0px    ;
    margin-left:    0px    ;
    margin-right:    0px    ;
    margin-top:    0px    ;
    
    overflow-x:    visible    ;
    overflow-y:    visible    ;

    padding-bottom:    5px    ;
    padding-left:    5px    ;
    padding-right:    5px    ;
    padding-top:    5px    ;

    position:    relative    ;
    text-align:    center    ;
    
    text-decoration-color:    rgb(79, 79, 79)    ;
    text-decoration-line:    none    ;
    text-decoration-style:    solid    ;
    text-indent:    0px    ;
    text-rendering:    auto    ;
    text-shadow:    rgba(255, 255, 255, 0.7) 0px 1px 0px    ;
    text-transform:    none    ;
    
    width: auto;
    word-spacing:    0px    ;
    writing-mode:    horizontal-tb    ;
    zoom:    0    ;
    -webkit-appearance: none;
    -webkit-border-horizontal-spacing: 2px;
    -webkit-border-vertical-spacing: 2px;
    -webkit-border-image: none;   
    
}

.gallery #button  {
   
    background-color: #ffb533; 
    border-color:#ffb533;
    text-decoration-color: #ffffff;
    color:#ffffff;
    display:block;
    margin: 0px auto;
    padding: 10px;
    width: 110px;
    font-size: 30px;
    background-image:    -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)))    ;
    box-shadow:   0px 0px 1px 1px; 

}


.temp .archsearchbutton a:hover {
    background-color: transparent;
}

.temp .archivesbutton a:hover {
    background-color: transparent;
}

.temp .librarybutton a:hover {
    background-color: transparent;
}


/*********************/
/****FAQ ACCORDIAN****/
/*********************/

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-weight: bold;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ccc;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 10px;
    display: none;
    background-color: white;
    overflow: hidden;
}
/********HELP ACCORDIAN*************/

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-weight: bold;
    transition: 0.4s;
}




/*************************/
/****GALLERY ACCORDIAN****/
/*************************/

.gallery .accordion {
    background-color: #FFDA98;
    color: #444;
}


.gallery .active, .accordion:hover {
    background-color: #FDEED3;
}


.gallery .panel {
    padding: 10px;
    display: none;
    background-color: #FDEED3;
    color: black;
    overflow: hidden;
}

/*************************/
/****GALLERY SLIDESHOW****/
/*************************/


/* Position the image container (needed to position the left and right arrows) */
.gallery .container {
  position: relative;
margin: 0px 20px 0px 20px;
background-color: #FDEED3;
border-radius:  5px 5px 0px 0px;
}

/* Hide the images by default */
.gallery .mySlides {
  display: none;

}

/* Add a pointer when hovering over the thumbnail images */
.gallery .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.gallery .prev,
 .next {
  cursor: pointer;
  position: absolute;
  top: 30%;
  width: auto;
  padding: 16px;
  color: white!important;
  font-weight: bold;
  font-size: 50px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.gallery .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.gallery .prev:hover,
.gallery .next:hover, a:hover {
  background-color: #ffb533;
}

/* Number text (1/3 etc) */
.gallery .numbertext {
  color: #f2f2f2;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.gallery .caption-container {
  text-align: center;
  background-color: #888888;
  
  color: white;
}

.gallery #caption {
 text-align: center;
 color: #000000;
 font-size: 0.85em;
 line-height: 1.2em;

}

.gallery .row:after {
  content: "";

  clear: both;
  background-color: #FDEED3;
}

/* Six columns side by side */
.gallery .column {
    float: left;
    width:33.33%;
    padding: 0px;
margin: auto;

}

/* Add a transparency effect for thumnbail images */
.gallery .demo {
  opacity: 0.6;
}

.gallery .active,
.demo:hover {
  opacity: 1;
}

/* Error message on login page */
.message_error {
   background-color: orange;
   color: white;
   padding: 5px;
}

/* To prevent orange background on logo when hovering over it */
.footer_logos a:hover {
    background-color: transparent;
}
 