@font-face {
    font-family: 'Selawik';
    src: url('/static/webfonts/selawik/selawksl.eot');
    src: url('/static/webfonts/selawik/selawksl.eot?#iefix') format('embedded-opentype'),
         url('/static/webfonts/selawik/selawksl.woff') format('woff'),
         url('/static/webfonts/selawik/selawksl.ttf') format('truetype'),
         url('/static/webfonts/selawik/selawksl.svg#Sri-TSCRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.font-size-initial {
    /* used to override bulma classes like .subtitle */
    font-size:initial !important;
}

br {
    display: block;
    margin: -2px 0;
}

.section {
    padding: 1rem 1.5rem;
}
strong {
    color: inherit;
}
h1, h1 span {
    color:#FFF !important;
}
.audio-wrapper.is-centered{
    justify-content: center;
}
.navbar-item {
    padding: 0 0.6rem;
    margin: 0.5rem 0;
}
.navbar-item img {
    max-height: 2.75rem;
}
.menu-item::after {
    content: " ";
    display: block;
    position: absolute;
    height: 1.6rem;
    width: 0px;
    left: 100%;
    top: calc(50% - 0.8rem);
    border-right:1px solid rgba(255,255,255,0.5);
}
.navbar-brand .navbar-item::after {
    width:0px;
    padding-right:0px;

}
.navbar-item:last-child:after, .navbar-item.active::after {
    width:0;
}

@media screen and (max-width: 1216px) and (min-width:1023px) {
    .autosuggest{
        width:10vw;
    }
}


.breadcrumb {
    padding-bottom: 0.5rem;
}

.footer-item{
    color:#cc7011;
    line-height: 1.5;
    padding: 0.4rem 0.45rem;
    font-size:0.99em;
    position: relative;
}

.footer-item::after {
    content: " ";
    display: block;
    position: absolute;
    height: 1.6rem;
    background: 
    rgba(255,255,255,0.5);
    width: 1px;
    left: 100%;
    top: calc(50% - 0.8rem);
}

.footer-smallprint{
    font-size:0.875em;
}



footer h1 {
    padding-bottom: 2rem;
}
footer .menu a {
    color:#cbaa2d;
    font-weight:normal;
    padding:0.25em 0.5em;
}
footer .level-item {
    justify-content: left;
}

#search_form {
    border: solid 1px white;
    padding:20px;
    border-radius:10px;
    margin-bottom:20px;
}
#search_results .person {
    font-weight:700;
}
#search_results #results-msg {
    opacity: 0.75;
    color: #AAA;
}
.search_result {
    margin:1em;
}
.searchmap {
    height: 400px;
    width: 100%;    
}
@-o-keyframes fadeIt {
    0%   { background-color: #f3ecd2; }
    50% { background-color: #AAAAAA; }
    100% { background-color: #f3ecd2; }
}
@keyframes fadeIt {
    0%   { background-color: #f3ecd2; }
    50% { background-color: #AAAAAA; }
    100% { background-color: #f3ecd2; }
}
.searchmap.loading {
    background:whitesmoke;
    background-image:none !important;
    -o-animation: fadeIt 2s infinite;
    animation: fadeIt 2s infinite;
}
.searchmap.loading:after {
    content: "map loading...";
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding-top: 3rem;
    color: black;
 }
.pagination-bar {
    border: solid 1px #555;
    border-radius: 1em;
    margin: 1em;
    background-color: #444;
}
#search_component {
    border: solid 1px #555;
    border-radius: 1em;
    background-color: #444;
    padding:1em;
    margin-bottom:2em;
}

.no-results p{
    padding-left:1em;
}


.searchmap button {
    font-family: initial !important;
}

.ol-overlay{
    display: flex !important;
    background-color: transparent !important;
}
.ol-content {
    color:#fff;
    background-color: rgba(0,0,0,.7);
    width: 50% !important;
    margin: auto;
    box-shadow: 5px 8px 15px 4px rgba(0,0,0,0.32);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ol-overlay img {
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 80%;
    margin-bottom:20px;
}
.ol-overlay p {
    margin:0;
    text-align:center;
}
.ol-overlay h4 {
    margin:0;
    text-align:center;
}
.ol-overlay .subtitle {
    color:#EEE;
}
.ol-overlay p.copy {
    font-size: 0.8em;
    text-align:initial;
}
.ol-control.locate{
    position: absolute;
    top: 68px;
    left: 8px;
}


.pagination-list .pagination-link, .pagination-next, .pagination-previous {
    background-color: white;
}
.pagination-list .pagination-link.is-current {
    background-color: #FC3;
}

.pagination-list li {
    margin-top: 0 !important;
}

.inline-gallery img{
    display: block;
    width:100%;
}

.inline-gallery .images-right{
    display: flex;
    flex-direction: column;
}

.images-right .image {
    margin-bottom: 15%;
}

.images-right .image:last-child {
    margin-bottom: 0;
}


.inline-gallery .main-image-wrapper{
    position: relative;
}

.inline-gallery .caption{
    position: absolute;
    bottom: 13px;
    background: rgba(255,255,255,0.7);
    color: black;
    margin-right: 0.75rem;
}

.caption_wrapper{
    min-width: 200px;
    min-height: 200px;
    display: inline-block;
}

.caption_wrapper img{
    display:block;
    padding:0 !important;
}

.caption_wrapper .left{
    padding-bottom:10px !important;
}

.caption_wrapper .right{
    padding-bottom:10px !important;
}

.caption_wrapper .caption_text {
    text-align:center;
    background: black;
    padding:10px;
}

/* Hero carousel styles */
.carousel.is-halfheight{
    height:50vh;
}

.carousel-caption{
    font-family:"Selawik", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; ;
    position: absolute;
    width:100%;
    margin:0px !important;
    font-size: 3.5rem;

}
.carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption h5, .carousel-caption h6 {
    color: #fff;
}
.slider-pagination .slider-page{ 
    background: rgb(151, 150, 150) !important;
}
.slider-pagination .slider-page.is-active{ 
    border: 2px solid #444;
    background: #FC3 !important;
}
.path-hero-imagetitle {
    background-color: rgba(0,0,0,0.5);
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0.5em !important;
    font-size: 3rem;
}
@media screen and (max-width: 1024px) {
    .path-hero-imagetitle {
        font-size: 2rem;
    }
}
@media screen and (max-width: 768px) {
    .path-hero-imagetitle {
        font-size: 1.5rem;
    }
}
/* Make bulma-carousel arrows black */
.slider-navigation-next{
    color:#FC3;
    background-color:#444 !important;
    border-color:#444 !important;
    margin-right:8px;
}

.slider-navigation-previous{
    color:#FC3;
    background-color:#444 !important;
    border-color:#444 !important;
    margin-left:8px;
}

.ac-results {
    position: absolute;
    background: #333333;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.columnlist {
    padding-bottom:0.5rem;
}
.columnlist .columns {
    margin-bottom:0 !important;
}
.columnlist .columns .column {
    padding-top:0.25rem;
    padding-bottom:0.25rem;
}

/* class to remove points from lists*/
ul.is-unstyled {
  list-style: none !important;
}

 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
    cursor: pointer;
    padding: 8px 1em;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    list-style:none;
    border-radius: 0.4em;

    border: solid 1px #555;
    border-radius: 1em;
    background-color: #444;
}
ul.is-unstyled.panel {
    margin-left:0;
}

.accordion:not(.active) + .panel {
    /* Remove margins from closed panels */
    margin: 0;
}

.is-unstyled .record-item {
    margin:0 1em;
}

.accordion.disabled:after{
    content:""
}

.accordion.disabled.active:after{
    content:""
}


  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #ccc;
    color: #444;
}

.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
    margin-top:2px;
}
  
.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}
  
  /* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 10px 0 0 18px;
    height: 0px;
    overflow: hidden;
}

.record-item{
    padding:10px 0;
}

.accordion.active + .panel{
    height: 100%;
    padding: 10px 1em;
}
.accordion.active + .panel.places-menu-list.panel{
    height:auto;
}
.jumpoff {
    display:flex;
    flex-direction: column;
}
.jumpoff .jumpoff-filler {
    margin: 0 0 auto 0;
}
.jumpoff .title {
    margin-bottom: 0.5rem;
}
.sit-bottom {
    margin-top: auto;
}

/* Modal styles */

.modal-card-head, .modal-card-foot {
    background-color: #555;
    border-bottom:none;
    border-top:none;
}

.modal-card-title{
    color:#cdca2d;
}

.modal-card-body{
    background-color: #444;
}

/* Header styles */
.header-block {
    padding: 8px 1em;
    width: 100%;
    color:#fff !important;
    text-align: left;
    border-radius: 0.4em;
    border: solid 1px #555;
    border-radius: 1em;
    background-color: #444;
    margin-bottom:20px;
}

.header-block.yellow{
    color:#444 !important;
    background-color: #f6e8cd;
}

.header-block.grey{
    color:#444 !important;
    background-color: #ccc;
}

/* Sidenav styles*/
.sidenav{
    background-color:#444;
    color:#fff;
}
.sidenav .menu-list {
    margin-bottom:20px;
}

.list_item {
    margin-bottom:0.75rem;
}
.list_item .list_item_read_more {
    display:block;
    padding:0 1rem;
}

.image-title{
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 20px;
    max-height: 20px;
    overflow: hidden;
    font-family: Roboto-Medium,Roboto,arial,sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin:0px !important;
}

.image-sub-title{
    font-size: 11px;
    height: 16px;
    letter-spacing: 0.2px;
    line-height: 16px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.no-image{
    background: grey;
}

.my-gallery .tags {
    padding-top:10px;
}

.my-gallery.is-fullwidth img{
    width:100%;
}
#advanced_group {
    float: right;
    width: 70%;
}
#advanced_search_filters {
    width:100%;
}
.richtext-image.right {
    float:right;
    padding-top:1em;
    padding-left:1.5em;
    padding-bottom:1em;
}
.richtext-image.left {
    float:left;
    padding-top:1em;
    padding-right:1.5em;
    padding-bottom:1em;
}

.rich-text ol, .rich-text ul {
    padding-inline-start:40px;
}
.rich-text ul {
    list-style: inherit;
}
table th {
    color:#FFF !important;
    font-weight:normal;
}

td.image {
    display: revert;
}

.fancybox-slide--iframe .fancybox-content {
    max-width  : 95%;
    max-height : 95%;
    margin: 0;
    background: transparent !important;
}
.mapimage, .mapimage img {
    cursor:pointer;
}
.fancybox-toolbar {
    opacity: 1 !important;
    visibility: visible !important;
}
#map {
    min-height: 100vh;
}


#sidemenu {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #686868;
    z-index: 70;
}

#sidemenu .title{
    padding: 18px 0 0 0;
}

#sidemenu .content{
    overflow:auto;
    height:100%;
}

#sidemenu.open{
    box-shadow:0 8px 90px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.70);
}
  
#sidemenu ul {
    margin: 0;
    padding: 0;
}
  
#sidemenu ul li {
    margin: 0 10px;
    list-style: none;
    display: block;
    line-height: 30px;
}
  
#sidemenu ul li.active {
    background: rgba(255,255,255,0.5);
}
  
#sidemenu ul li a {
    padding: 1px 0;
    font-size: 14px;
    display: block;
    text-decoration: none;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-property: all;
    -moz-transition-duration: 0.1s;
    -moz-transition-timing-function: ease-out;
    -ms-transition-property: all;
    -ms-transition-duration: 0.1s;
    -ms-transition-timing-function: ease-out;
    -o-transition-property: all;
    -o-transition-duration: 0.1s;
    -o-transition-timing-function: ease-out;
    transition-property: all;
    transition-duration: 0.1s;
    transition-timing-function: ease-out;
}

.d-none{
    display: none;
}
  
.menu_icon {
    position: fixed;
    left: 0px;
    top: 108px;
    z-index:50;
}

.fa-facebook-square {
    color: #4267b2;
    background-image: linear-gradient( to bottom, transparent 20%, white 20%, white 93%, transparent 93% );
    background-size: 60%;
    background-position: 70% 0;
    background-repeat: no-repeat;
  }

.fa-twitter-square {
    color: rgb(29, 161, 242);
    background-image: linear-gradient( to bottom, transparent 20%, white 20%, white 93%, transparent 93% );
    background-size: 80%;
    background-position: 70% 0;
    background-repeat: no-repeat;
}

.fa-linkedin-sqaure {
    color: #0073b1;
    background-image: linear-gradient( to bottom, transparent 20%, white 20%, white 93%, transparent 93% );
    background-size: 80%;
    background-position: 70% 0;
    background-repeat: no-repeat;
}

.instagram {
    height: 1.9rem !important;
    width: 1.9rem !important;
    vertical-align: top;
    text-align: center;
    border-radius: 9px;
    color: #fff;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
    font-size:0.9em;
  }

.inline-wrapper{
    display:inline;
}

.view-full-image-wrapper{
    position: absolute;
    top: 4.3em;
    left: .45em;
    background-color: rgba(255,255,255,.4);
    border-radius: 4px;
    padding: 2px;
}

.view-full-image {
    display: block;
    padding: 0.4em;
    margin:1px;
    color: #fff;
    font-size: 0.96em;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    line-height: .4em;
    background-color: rgba(0,60,136,.5);
    border: none;
    border-radius: 2px;
}

.ambiguous{
    font-weight:300; 
}

.rich-text + * {
    /* Make sure any element after richtext has clear:both; to prevent floating images overlapping content below */
    clear:both;
}

.content blockquote {
    background-color: transparent;
    border-left: 5px solid #dbdbdb;
    padding: 1.25em 1.5em; }
  