@import "/font-awesome/4.3.0/css/font-awesome.min.css";
/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

html {
    overflow-y: scroll;
}
body {
    font-family: 'Roboto', sans-serif;
}
/*All colors */
a { color: #005057; }
a:hover { color: #005057; }

.main_content {
  font-family: 'Roboto', sans-serif;
}

/* custom hover on sidebar */
body, #menu_bar {
  background:#756533;
}
#footer, #footer a, #footer-links, #copyright{
  background:#756533;
  color:#ffffff;
}
#footer-links, #copyright{
  padding:5px 20px;
}
#client_menu a:hover, #client_menu a.active {
	background-color: #005057;
}
#client_menu li {
	float: left;
  width: 100%;
  border-top: 0;
  border-bottom: solid 1px #847548;
  border-right: solid 1px #756533;
}


/* header */
/* header */
.libweb a { color: #232323; text-decoration: none;}
.libweb a:hover { color: #005057; text-decoration: none;}
.libweb { padding-right: 15px; padding-left: 15px; border-right: solid 1px #232323; }

#logout a { color: #232323; }
#logout a:hover { color: #005057; }
#logout { border-left: solid 1px #232323; }

#welcome {padding-right: 15px; padding-left: 15px;}
#welcome, #welcome a { color: #232323; }
#welcome a:hover { color: #005057; }

#header {
    /*background-color: #fff;*/
}

/* Buttons */
#info_menu a:hover {
	color: #756533;
}
/* Search */
#search_menu {
    width: 273px;
    background-color: #756533;
    height: 99%;
}

#search_menu h2 {
	color: #ffffff;
	border-bottom: 2px solid #005057;
}

#search_menu .lab {
	color: #ffffff;
}
#search_menu .asearchbutton {
    background-color: #005057;
	border: none;
	color:#ffffff;
}
#search_menu .asearchbutton:hover {
    background-color: #005057;
	border: none;
	color: #ffffff;
}

#search_menu a.resetbutton {
	background-color: #282828;
	border: 1px solid #666666;
	color: #ffffff;
}
#search_menu a.resetbutton:hover {
	background-color: #282828;
	border: 1px solid #005057;
	color: #005057;
}
#search_menu a.showhistory {
	color: #ffffff;
}
#search_menu a.showhistory:hover {
	color: #005057;
}

#search-back:hover {
    color: #000000;
}

div.sr2:hover {
    background-color: #ffffff;
    border: 1px solid #005057;
    color:#232323;
}
div.sr2:hover a {
	color: #005057;
}
/* Addtg icon */
#addTag, #recAdd, #mapAdd, a.addtag2, a.recadd2, a.mapadd2, a.mapadd3, #addtaghelp, .img_tag {
	background-color:#005057;
}
#addTag:hover, #recAdd:hover, #mapAdd:hover, a.addtag2:hover, a.recadd2:hover, a.mapadd2:hover, a.mapadd3:hover {
	background-color:#005057;
    color: #ffffff;
	opacity: 0.8;
}

.img_tag_edit {
    background-color: #005057;
}
.img_tag a:hover {
    color: #005057;
}

#grouphead, #allbookmarks > div {
	border: 1px solid #000000;
}
/* Buttons */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, #grouphead a {
    border: 1px solid #005057;
    background-color: #005057;
    font-weight: normal;
    color: #ffffff;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, #grouphead a:hover {
	border: 1px solid #005057;
	background-color: #005057;
	font-weight: normal;
	color: #ffffff;
}
/* js scrollbar */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
    background-color: #005057;
    -ms-filter: "alpha(opacity=10)";
    filter: alpha(opacity=10);
  }
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #005057;
  -ms-filter: "alpha(opacity=85)";
  filter: alpha(opacity=85);
}
/** pagination **/
p.pagelinkslong span.current { background-color: #005057; }
p.pagelinkslong a:hover {background-color: #005057;}
p.pagelinkslong a.prev:hover, p.pagelinkslong a.next:hover {background-color: #005057;}
p.pagelinkslong a.nothanks:hover { background-color: transparent; }

/* mini thumbs of multiple pages */
#thumbhover { border: 6px solid #151515; }
#thumbhover img { border: 2px solid #005057; }
#miniMe img.currentThumb { border: 2px solid #005057; }
#miniMe img.currenthumb:hover, #miniMe img.herothumb:hover { border: 2px solid #005057; }

/* taxonomy */
#taxnav {
    position: unset !important;
    width: 100%;
    height: 40px;
    background: #005057;
    /*border-top: 2px solid #005057;*/
}
.navbar{
    width: 75%;
    height: 100%;
    margin: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;

    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;

    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;

    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;

    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
}
ul.navbar {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 100%;
    flex-wrap: wrap;
}
.navbar li a {
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
}
.navbar li:hover > ul {
    display: block;
}

.navbar li {
    list-style: none;
    width: auto;
    padding: 10px 5px;
    text-align: center;
}
.navbar li a {
    padding: 20px;
}
.navbar li ul{
    display: none;
    position: absolute;
    width: auto;
    padding: 0;
    z-index: 1000;
}
.navbar li ul li a{
    /* color: #005057; */
    color:#ffffff;
    font-size: 15px;
}
.navbar li ul li{
    position: relative;
    height: auto;
}
.navbar li ul li:last-child{
    border-bottom: none;
}
 li.sub::after{
    content: "\23F5";
    color: #005057;
    float: right;
    font-size: 15px;
}
.navbar li > ul{
    top: auto; /*100%*/
}
.navbar > li > ul{
    margin-top: 10px;
    margin-left: -5px;
}
.navbar li ul li > ul{
    left: 100%;
    top: 0;
    width:fit-content;
    width:-webkit-fill-available;
    width:-moz-fill-available;
    width:max-content;
}
.navbar li:hover {
   background: #BEBEBE;
}
.navbar li ul li{
  background: #BEBEBE;
  /* background: #005057; */
    /* background: rgba(71, 138, 184, 0.85); */
    /* background: rgba(212, 0, 0, 0.85); */

}
.navbar li ul li:hover {
    /* background: #005057; */
    background: #005057;
}
.navbar li ul li:hover .navbar li ul{
  /* background: #005057; */
    background:  #BEBEBE;
      /* background: rgba(71, 138, 184, 0.7); */
      /* background: rgba(212, 0, 0, 0.7); */
}
li.sub:hover::after{
 color: #ffffff;
}
.navbar li:hover > a{
   color: #ffffff;
}
.navbar li ul li:hover > ul{
   display: block;
}
.contactuslink a{
	color: #005057;
}
.contactuslink a:hover{
	color: #005057;
}
/*
#browser a {
    background-color: #E84A07!important;
  }
#browser a:hover {
      background-color: #ED7644 !important;
    }
*/
/* metadata */
/* div.admindata {
    color: #005057;
} */

/* END ALL Colors */

#sqlDump { display: none; }
a.sprite, span.sprite, .sprite a, #showHideTags label span, .toolbox_button, #zoom_wrap, .ui-slider-vertical .ui-slider-handle, .img_tag span, .img_tag a {
	background-image: url(/theme/mtmemory/css/images/sprite.png);
}

#logout a.sprite {
    background-image: none;
}
#logout {
    background-image: url(/theme/mtmemory/img/loginicon_dark.png);
    background-size: contain;
    background-position: 75px;
    background-repeat: no-repeat;
}

#client_logo {
    height: auto;
    padding: 10px 10px 10px 30px;
    float: none;
}
.client-block {
    width: 100%;
    display: flex;
}
#center_logo{
  padding:27px 0 27px 0;
}

.header_title {

    -webkit-flex-grow: 10;
    -moz-flex-grow: 10;
    -ms-flex-grow: 10;
    flex-grow: 10;

    align-self: center;
    font-size: 22px;
    font-family: Arial;
    color: #F6921E;
}
.header_title h1 {
    font-size: 44px;
    padding: 10px 0;
    margin: 0;
    font-family: Arial;
    color:#EF6B40;
}


#header {
	height: auto;
    padding: 0;

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;

    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
}

#header {
  background-color: #ffffff;
  /* border-bottom: 2px solid #005057; */
}
#login_logout {
    margin: 0;
    padding: 0px 10px;
    align-self: center;
}
#login_logout {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    margin: 3px 0;
    text-align: right;
    white-space: nowrap;
}
#logout {
    display: inline-block;
    padding: 0 35px 0 15px;
    margin-left: 0;
    text-align: left;
}

#search_menu .refinements h2 {
	margin-top: 20px;
}

.ui-slider-vertical .ui-slider-handle {
    border: 0;
}


/* LS 2016-12-20: blockquote styling from WYSIWYG - didn't exist outside of editor */
blockquote {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}

.contactuslink{
	display: block;
	position: absolute;
	z-index: 100;
    top: 90px;
    right: 24px;
    font-size: 15px;
	}
.contactuslink a{
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}

#client_logo img{
	height: 90px;
}
.portlet-header {
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    padding: 9px 10px;
    border-top: solid 1px #005057;
    background: #005057;
    border-bottom: solid 1px #005057;
    box-shadow: 0 1px 1px #f2f2f2;
    cursor: pointer;
    color: #fff;
}
#sidebar .portlet-header {
    font-size: 1.4em;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    padding: 9px 20px;
	  margin: 0;
    cursor: pointer;
    border-top: solid 1px #d9d9d9;
    background: #BEBEBE;
    border-bottom: solid 1px #d9d9d9;
    box-shadow: 0 1px 1px #f2f2f2;
}
#sidebar .portlet {
    border-top: none;
    margin-bottom: 0;
}

table#nodetable {
    border-spacing: 0;
}

#nodetable td {
    padding: 0;
}

/* thezone (nodes/view)*/
/* #thezone .portlet-header:first-child{
  background:#8C9496;
} */
#thezone .portlet-header{
  background:#005057;
}

/*FOOTER*/

.custom_footer {
    /*height: 732px;*/
    /*background: #939598;*/
    /*margin-left: 70px;*/
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
}

.custom_footer{
    background: #ffffff;
    color: #000000;
}
.custom_footer2{
    background: #005057;
    color: #ffffff;
}

.custom_footer_block1,.custom_footer_block2,.custom_footer_block3 {
    /*max-width: 800px;*/
    width: 70%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;

    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;

    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;

    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;

    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
    /*margin: 40px auto;*/
}

.custom_footer_block>div {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    width: 200px;
    font-size: 14px;
    line-height: 25px;
    color: white;
}

.custom_footer_block a {
    color: #ffffff;
    text-decoration: none;
}
.custom_footer_block a:hover {
    color: #005057;
}

.custom_footer_block i {
    font-family: FontAwesome;
    padding: 5px 20px;
    font-size: 16px;
    width: 20px;
}

.custom_footer_block ul li {
    list-style: none;
    line-height: 25px;
}

.custom_footer_block ul li a {
    text-decoration: none;
    color: black;
}

#footer {
    margin: 0 0 0 70px;
    padding-top: 0;
}

#main {
    padding-bottom: 1px;
}

.main_content {
    min-height: 900px !important;
}
@media only screen and (max-width:1200px){
    .header_title {
        font-size: 14px;
    }
    .header_title h1 {
        font-size: 28px;
    }
    #client_logo {
        margin: auto 30px;
    }
    #center_logo {
        display: none;
    }
    .navbar {
        width: 100%;
    }
    .navbar li {
        width: auto;
    }
    .custom_footer {
        height: auto;
    }
    .custom_footer_block {

        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .navbar li a {
        font-size: 15px;
    }
    .custom_footer_block>div {
        width: 100%;
        margin: 20px 0;
    }
    .custom_footer_block i {
        padding: 5px 20px 5px 0;
    }
    .custom_footer_block ul {
        padding-left: 0;
    }
    #footer-links, #copyright {
        padding: 10px;
    }
    #footer {
        margin: 0;
        padding-top: 0;
    }
    #copyright {
        margin-left: 0;
    }
}
@media only screen and (max-width:1500px){
    .link-block {
        justify-content: center!important;
        width: 50%;
    }

}
@media only screen and (max-width:1400px){
    .header_title {
        font-size: 16px;
    }
    .header_title h1 {
        font-size: 36px;
    }
    #client_logo {
        margin: auto 30px;
    }
    .libweb{
      display:none
    }
    .custom_footer_block1 img {
        padding: 10px;
        box-sizing: border-box;
    }
    .link-block {
        width: 80%;
    }

}

@media only screen and (max-width: 1000px){
    /*Responsive footer: stack vertical */
    .custom_footer_block1, .custom_footer_block2, .custom_footer_block3{
        flex-direction: column;
        height:auto!important;
        padding:10px;
    }
    .list-link-block a {
        padding: 10px;
        display: inline-block;
    }
    .social-link-block {
        margin-bottom: 10px;
    }
    .link-block {
        flex-direction: column!important;
        align-items: center!important;
        margin-top: 10px;
        margin-left: 10px;
        width: 100%;
    }
    .list-link-block {
        text-align: left!important;
        margin-left: 0!important;
    }
    .list-link-block-span:first-child {
        padding-left: 0!important;
    }
    .list-link-block a {
        padding: 10px;
        display: inline-block;
    }
}

@media only screen and (max-width: 790px){
	.contactuslink{
		display: block;
		position: relative;
		top: 0;
		left: 0;
		padding: 10px;
    }
    #rMenuCont {
        background-color:#ffffff;
        padding: 10px 5px;
        box-sizing: border-box;
    }
    #rTaxNav {
        position: relative !important;
        top: -1px !important;
    }
    .navbar li ul {
        background: none;
    }
    .navbar li ul li > ul {
        left: unset;
    }
    li.sub::after{
        content: '';
    }
    .navbar li ul li {
        height: unset;
    }
    .navbar li ul li {
        background: none;
    }
    .navbar li:hover {
        background: none;
     }
     .navbar li ul li:hover {
      background: none;
     }
     .custom_footer {
         margin: 0;
         margin-left:0px!important;
     }
     .custom_footer_block {
        width: 100%;
        padding: 0 30px;
    }
    #footer-links, #copyright {
        padding: 10px 30px;
        box-sizing: border-box;
    }

    /* Alignment issues */

    .fblock{
      width:100%!important;
      margin:0px!important;
    }
}

div.the-header {
    background: #ffffff;
}

div.stuffThumbs img {
    border: 1px solid #dcdcdc;
}


/*=========== Custom colors for elastic search ==============*/


.btn-gray {
    color: white;
    border-color: #757575;
    background: #757575;
    border: 1px solid #757575!important;
    box-sizing: border-box;
}

.btn-gray:hover {
    border-color: #757575;
    background: white;
    border: 1px solid !important;
    color: #757575;
}


.title-block h4 {
    color: #005057;
}

.custom-cl-bg,
.btn-filled {
    color: white!important;
    background-color: #005057;
}

.btn-custom {
    color: #005057 !important;
    border-color: #005057 !important;
}

.show-more,
.custom-cl-color,
.custom-cl-color a {
    color: #005057 !important;
}

.custom-cl-color {
    border-color: #005057;
}

.custom-cl-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: 0;
    scrollbar-color: #005057 #005057;
}

.custom-cl-scroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #005057;
}

.custom-cl-scroll::-webkit-scrollbar-track {
    background: #bdbdbd;
}

.custom-cl-scroll::-webkit-scrollbar {
    width: 5px;
}

.custom-cl-active i {
    color: #005057 !important;
}

.switcher__label input:checked+.switcher__slider {
    background-color: #005057;
}

/* .list_item>.item-check-block>.list_check>.checkbox-input__label>.checkbox-input__input:hover~.checkbox-input__checkmark::after {
    border: solid #756533;
}
*/
.list_item>.item-check-block>.list_check>.checkbox-input__label>.checkbox-input__input:checked~.checkbox-input__checkmark::after {
    border: solid #005057;
}

.bold {
    background: rgba(0, 104, 173, 0.5);
    opacity: 0.5;
}

.disabled {
    color: grey !important;
    background: #ffffff!important;
    border-color: grey !important;
}


/*======== HOVER EFFECT BLOCK  ========*/

.btn-filled:hover,
.custom-cl-list li:hover {
    color: white;
    background-color: #005057;
    cursor: pointer;
}

.btn-hover:hover {
    color: #005057;
}

.btn-custom:hover {
    color: white !important;
    background: #005057;
    border-color:#005057 !important;
}

.view-block-buttons__list-block:hover i,
.view-block-buttons__grid-block:hover i {
    color: #756533;
}

.page-block:hover i {
    color: #756533;
}

.info-block:hover>i,
.info-block:hover>.info-block__title {
    color: #005057;
}

button.search-input__submit.btn-filled:hover {
    background: #756533!important;
}


/*======================*/


#wrap {
    min-height: auto; 
}