 @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,600');

a, input, textarea, .btn, li, i{
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}

.widget-title {
    font-size: 20px;
    font-weight: 400;
    margin-top: 25px;
    margin-left: 20px;
}

.widget_search {
    margin-top: 45px;
    margin-left: 15px;
}

.entry-meta {
    margin-bottom: 15px;
}

.entry-title {
    font-size: 28px;
    margin-top:25px;
    margin-bottom: 15px;
}

.grey_line{
  border-top: 1px solid #ccc;
  border-color: #696969;
  margin-top: 40px;
  margin-bottom: 40px;
}

.fa-new {
  padding: 10px;
  font-size: 35px;
  width: 50px;
}

.fa-facebook {
  padding: 25px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa-twitter {
  padding: 25px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}
.container{
  position: relative;
}

.entry-content h5 {
    margin-top: 50px;
    margin-bottom: 20px;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
  font-size:.75em;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.sub-panel {
  /*background-color: #e1dede;*/
  padding-bottom: 5px;
  text-align: left;

}

input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1.2em;
  opacity   : 100;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
  display      : inline;
  margin-left  : -1em;
  line-height  : 1.5em;
  cursor: pointer;
}

input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span{
  display          : none; 
  width            : 0.875em;
  height           : 0.875em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.0625em solid rgb(192,192,192);
  border-radius    : 0;
  background       : #fff;
  vertical-align   : bottom;
  cursor: pointer;
}

input[type=checkbox]:not(old):checked + label > span:before{
  content     : 'x';
  display     : block;
  width       : 1em;
  color       : #b63454;
  font-size   : 0.875em;
  line-height : 1em;
  text-align  : center;
  font-weight : bold;
  margin-left:-1px;
  margin-top:-2px;
    cursor: pointer;
}

.range-slider {
  margin: 10px 0 0 0%;
}

.range-slider {
  width: 100%;
}

.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (73px));
  height: 7px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #1abc9c;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #1abc9c;
}
.range-slider__range:active::-moz-range-thumb {
  background: #1abc9c;
}

.no-spinners {
  -moz-appearance:textfield;
}

.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.range-slider__value {
  display: inline-block;
  position: relative;
  width: 40px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #2c3e50;
  padding: 5px;
  margin-left: 20px;
  font-size:12px;
}
.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #2c3e50;
  border-bottom: 7px solid transparent;
  content: '';
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

html{
  height: 100%;
  box-sizing: border-box;
}

body {
    font-size: 1rem;
  font-weight:400;
    color:#131313;
    background: #fff;
   /* background:#fffffc;*/
    position: relative;
    margin: 0;
    /*padding-bottom: 5rem;*/
    min-height: 100%;
    padding: 15px 0px 0px 0px;
}


div#page.hfeed.site {
    max-width: 1400px; /*1280px;*/
    width:97%;
    background:#fffffc;
    margin:0 auto;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    /*padding: 15px 0px; */
}

#header-search {
    position: relative;
    background-color: #0a05057d;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-left: 15%;
    margin-right: 15%;
}


a{
  color:#007398;
}

a:hover{
  color:#B63454;
  text-decoration: underline;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-family: 'Open Sans', sans-serif;
  margin-bottom: .8rem;
}
h1 {
  color: #464641;
}

.h1, h1{
  font-size:38px;
  font-weight: 600;
  margin-bottom: 2rem;
    margin-top: 2rem;
    color: #313839;
    
}

.h2, h2{
  font-size:36px;
  font-weight: 600;
  margin-bottom: 0;
}

.h3, h3{
  font-size:32px;
  font-weight: 300;
}

.h4, h4{
  font-size:22px;
  font-weight: 600;
  margin-bottom:.3rem;
}

.tagline{
  font-size:18px;
    color: black;
    margin-top: 0px;
   /* font-weight: 600;*/
}

@media screen and (max-width: 800px){
    .tagline{
        color: aqua;
    }
}

/* Changed by Monica on 7/4/19 */
/* Need to test against all pages */
.h6, h6{
    font-size: 16px;
    font-weight: bold;
    margin-top: 40px;
}

.small, small {
    font-size: 100%;
    font-weight: 400;
}

.smallHint {
    font-size:100%;
}

.smallHint  {
    justify-content: right;
    text-align: right;
    width: 73%;
    margin-left: 23%;
 /*   max-width: 300px; */
}

strong{
  font-weight: bold;
}

section#cta h2,section#cta p, section#cta a{
  color: #fffff5 !important;
}

.btn-primary, button, [type="submit"]{
  background: #b63454;
  color:#fffff5;
    font-weight: 500;
  border-color:transparent;
}

.btn-primary:hover{
  background:#561a2a;
  border-color:transparent;
}

.right-justify{
  position: relative;
  float: right;
}

.left-justify{
  position: relative;
  float: left;
  padding-top: 15pt;
}

.breadcrumbs {
    text-align: right;
    margin-right:10px;
    font-size: 13px;  
}

.breadcrumbs a {
    /* text-decoration: underline; */
    color: #444444;
}

header#mainHeader{
  border-bottom:1px solid rgba(255, 255, 255, 0.3);
}

header#mainHeader #main-menu{
  margin-top:25px;
  padding-right: 10px;
  font-size: 1.2rem;
  margin-left: 5%;
  margin-right: 10%;
}

header#mainHeader #main-menu .dropdown-menu a {
  border-bottom: 0px;
    font-size: 1.0rem;
    color: #343434;
    background-color: #fff;
}

header#mainHeader .row {
    /*background: aqua;*/
    padding-top: 25px;
    /*padding-bottom: 50px;*/
}

header#mainHeader #main-menu a{
   
  color:#343434;
  display: block;
  float: left;
  line-height: 1.5;
  /*font-size: 22px; */
    
  margin-bottom: -1px;
  padding:10px 5px;
  font-weight: 500;
  border-bottom:1px solid transparent; 
}

header#mainHeader #main-menu a:hover{
     color: #b63454; 
    /*text-decoration: underline; */
}

ul#main-menu.nav.navbar-nav > li{
  padding-left:40px;
}

header#mainHeader #main-menu li.current_page_item a, header#mainHeader #main-menu li:hover > a{
  border-color: rgba(255, 255, 255, 0.8);
}

[class*="menu-item"]:hover .dropdown-menu {
  background-color:#fff;
  color:#343434;
  display: block;
}

.dropdown-menu a {
  background-color:#fff;
  color:#343434;
  display: block;
}

.dropdown-menu a:hover {
background-color:#000;
  color:#343434;
  display: block;
}

.dropdown-menu [class*="menu-item"] {
  width: 200px;
  right:auto;
    left:0;
}

.dropdown-menu .menu-item a:hover {
  background-color: #b63454; /*#ffffff; */
    color: #fff;
}




.center {
  margin-left:auto;
  margin-right:auto;
  padding-top:3%;
  display: block;
  max-width:90%;
  max-height:90%;
}

.home #home{
  background-size:cover;
  background-attachment: fixed;
  padding-top:12%;
  height:600px;
  color:#544949;
  text-align: center;
}

.home #home h1{
  margin-top:20px;
    color: #fff;
    font-size: 46px;
}

.home #search{
  margin-top:5%;
    margin-bottom: 20px;          
}

.home #search input{
    font-size: 1.7rem;
    max-width: 500px;
    display: inline-block;
    border-color:  #CB4B41; 
    border-width: 1px solid;
}

.home #search button{
  margin-top: -8px;
  margin-left:7px;
    margin-bottom: 7px;
  background-color: #b63454;
}

.home #search button:hover{
        background-color: #561a2a;
}

header#mainHeader{
  position: relative;
  width:100%;
    /* align-content:  */
  /*background: aqua;*/
}

.home #cta{
  background: #d0ba50 url('../img/gplaypattern_@2X.png') fixed;
  padding:25px 0;
  color:#fff;
}

.home #cta h2{
  font-weight:bold;
}

.home #cta p{
  font-size:1.0rem;
}

#results-header{
  padding: 10px 0px 20px 0px;
  font-weight: bold;
}
.featuredEval .icon {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:20%;
  background: #00A1D5;
}

.featuredEval .icon .fas {
  position: absolute;
  top:3%;
  left:46%;
  font-size: 50px;
  color: #fff;
}

.featuredItem #category1 {
  position: relative;
  top: 10%;
  left: 44%;
  overflow: inherit;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 18px;
  line-height: 120%;
    text-align:left;
    color: #fff;
}
.featuredEval .icon2 {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:20%;
  background: #00A1D5;
}

.featuredEval .icon2 .fas {
  position: relative;
  top: 5%;
  left:43%;
  font-size: 45px;
  color: #fff;
}

.featuredItem #category2 {
  position: relative;
  top: 10%;
  left: 40%;
  overflow: inherit;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 18px;
  line-height: 120%;
    text-align:left;
    color: #fff;
}


.featuredItem {
  height: 450px;
/*  background: #326EAA;*/
  border: solid;
  border-color: #cb4e41;
  padding: 20px;
  margin: 20px 0;
/*  color:#fff;*/
  position: relative;
  overflow: hidden;
  border-radius: 8px;  
}
.featuredItem .icon3 {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:20%;
  background: #cb4e41;
}

.featuredItem .icon3 .fas {
  position: absolute;
  top:3%;
  left:46%;
  font-size: 50px;
  color: #fff;
}

.featuredItem .icon4 {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:20%;
  background: #cb4e41;
}

.featuredItem .icon4 .fas {
  position: relative;
  top: 5%;
  left:43%;
  font-size: 45px;
  color: #fff;
}

.featuredEval {
    border-color: #00A1D5;
}


.featuredInstruments{
    border-color: #00A1D5;
}

.featuredItem #featuredTitle{
  position: relative;
  top: 10%;
  height: 35%;
  overflow: inherit;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 18px;
  line-height: 120%;
  text-align:left;
}

.featuredItem #featuredPubYear{
  height: 6%;
  overflow: inherit;
  font-family: Cambria, Garamond, sans-serif;
}

.featuredItem #featuredAuthors{
  top: 10%;
  height: 35%;
  overflow: inherit;
  font-family: Cambria, Garamond, sans-serif;
}
.featuredEval #featuredHeader {
  height: 20%;
  padding: 10px;
  text-align: center;
  overflow: inherit;
  background-color:#00A1D5;
  color: white;
}
.featuredEval #featuredAuthors{
  top: 15%;
  height: 20%;
  overflow: inherit;
  font-family: Cambria, Garamond, sans-serif;
}

.featuredEval #featuredTitle{
  top: 13%;
  position: relative;
  height: 22%;
  overflow: inherit;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 18px;
  line-height: 120%;
    text-align:left;
}

.featuredItem a {
    border: 1px solid;
    border-radius: 15px;
    padding: 4px 14px;
    bottom: 20px;
    right: 20px;
    font-weight:400;
    font-size:1rem;
    line-height:1.5;
    color:#ffff;
    background-color:#CB4B41;
    position: absolute;
    text-decoration: none;
}

.featuredItem a:hover{
  background:#fff;
  color: #B63454; /* !important; */
}

.featuredEval a {
    border-color: #00A1D5;
    background-color: #00A1D5;
}

.featuredEval a:hover {
    border-color: #00A1D5;
    background-color: #fff;
    color: #00A1D5;
}

.iconItem a {
    border: 1px solid;
    border-radius: 15px;
    padding: 8px 20px;
    bottom: 20px;
    top: 10px;
    font-weight:400;
    font-size:1.01rem;
    line-height:1.5;
    color:#ffff;
    background-color:#CB4B41;
    position: relative;
    text-decoration: none;
}


.iconItem a:hover{
  background:#fff;
  color: #B63454 !important;
}

.featuredItem #linkContainer{
  padding: 25px 0px 20px 0px;
}

.featuredTitle {
    text-align: center;
    padding-top:50px;
    font-weight: normal;
    font-size: 26px;
}


.findRow {
    border-color: #CB4B41;
    border-width: 1px solid; 
}

.filters-list {
  height: 150px;
 overflow-y: auto !important;
 z-index: 2;
 position: relative;
}

/*Page Icons*/
.navbar-toggler {
    padding: .75rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color:  #b63454;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-top: 1.25rem;
}

.homePageIcon{
    padding: 150px 40px 40px 40px;
}

.homePageIcon img {
    width: 175px;
    padding-bottom: 15px;
}

/* --------------------------------------- */
/* Styles specifically included for scrollbar to always be visible on OS X */
.filters-list::-webkit-scrollbar {
  -webkit-appearance: none !important;
  width: 18px;
}

.filters-list::-webkit-scrollbar:horizontal {
  height: 11px
}

.filters-list::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white !important; /* should match background, can't be transparent */
  box-shadow: 0 0 1px rgba(255,255,255,.5);
  background-color: rgba(0, 0, 0, .5) ;
}

.filters-list::-webkit-scrollbar-track { 
  background-color: #fff;
  border-radius: 8px; 
} 
/* --------------------------------------- */

#wrapper-fluid + * {
    margin-top: 35px;
}

#page-header{
  /*height:180px;*/
  padding: 40px 0px 40px 0px;
  color:#fff;
    position: relative;
    border-bottom: 1px solid #19aad9;
    background-color: #00A1D5;
}
.header-post-title{
    font-size:30px;
    margin-left: -17px;
    padding-bottom: 0;
    line-height: 36px;
    color: #fff;
    font-weight: normal;
    font-family: 'Lato', sans-serif;    
}

/* --------------------------------------- */
/* Styles used for feedback button and popup*/
#popup-container {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.popup {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 40%; /* Could be more or less, depending on screen size */
  border-radius: 8px;
  font-family: 'Open Sans', sans-serif
}

.hide-element {
  display: "none";  
}

#feedback-container{
  float: right; 
  vertical-align: middle; 
  margin-top: .7em;
}

#feedback-container button{
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.flash-element {
  box-shadow: 0 0px 15px #cdb84f;  
}
/* --------------------------------------- */

.content-area{
  background:#fffffc;
  /* padding:0px 40px 40px 40px; */
  margin:20px auto;
}

#loadingGif{
  margin-bottom:1000px
}
.ml2 {
  font-weight: 900;
  font-size: 3.5em;
}

.ml2 .letter {
  display: inline-block;
  line-height: 1em;
}
#ftdl-width-page-wrapper {
  background-color: #fffffc;
}
#content {
  background-color: #fffffc;
}
#library-card{
  border: none !important;
}

#library-card.content-area {
/*  padding: 25px; */
}

.library-card-header {
  width: 20%;
}

#sidebar.content-area{
  padding:0px 30px;
  text-align: center;
}

#menu-sidebar-menu{
  margin:0;
  padding:0;
}

#menu-sidebar-menu {
    list-style-type: none;
}

#menu-sidebar-menu li a{
  font-weight: 300;
  /*border-bottom: 1px solid #e3e3e3;*/
  padding:7px 0px;
  display: block;
  width:100%;
  text-align: left;
  font-size:16px;
  padding-left:10px;
}

#menu-sidebar-menu li{
  width:100%;
}

#sidebar h3{
  font-size:18px;
}

#menu-sidebar-menu li:last-child a{
  border-bottom: 0;
}

footer.site-footer{
  background:#333333;
  color:#d5d5d5;
  padding:10px 0;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 1px solid #eaeaea;
    padding-top: 30px;
    margin-top:100px;
}

footer.site-footer .site-info{
  /*font-size:.9rem;*/
  margin-top:10px;
}

footer.site-footer .nsf-disclaimer{
  font-size:.6rem;
  margin-top:10px;
}

footer.site-footer span{
    border-bottom: 2px solid #00A1D5;
    padding-bottom: 5px;
}

footer.site-footer p{
    text-align: left;
    font-size: 13px;
    font-weight: 300;
    
}

div#floated{
    float: left;
    width: 70px;
}

footer.site-footer h5{
    color: #d5d5d5;
    padding: 0px 0px 5px;
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 18px;
}

footer.site-footer a{
  color:#d5d5d5;
}


footer.site-footer a:hover{
  color:#00A1D5;
    text-decoration: underline;
}

div#footerBottomRow.section {
        background-color: #F8F8F8;
}

div#footerBottomRow {
    font-size:12px;
    text-align: center;
    padding-top:10px;
    padding-bottom:10px;
}

footer.site-footer img{
    width: 60px;
}



footer.site-footer a.link{
  margin-top:10px;
  display: block;
  font-size:1.0rem;
  font-weight:300;
}

div.footnote {
   font-size: 9pt;
   margin-top: 40px;
}

.dataEntryForm {
    margin-left:-150px;
    margin-top:25px;
    
}

blockquote {
    border: solid 5px #CB4B41;
    border-radius: 15px 0px 15px 15px;
    margin: 25px;
    padding:20px;
    font-style: normal;
    font-weight:normal;
}

table{
  width: 96%;
    margin: 0.5em;
}

td a {
  text-decoration: underline;
    color: #007398;
}

td, th{
  border:0;
  padding:7px;
}

tr:nth-child(odd){
  background:#f6f6f6;
}


#sidebar.filters{
  padding:25px 0px 0px 0px;
  right:0;
   
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #131313;
}

#sidebar.filters ul{
  list-style:none;
  padding:0;
  display:none;
}

#sidebar.filters > ul{
  display:block;
}

#sidebar.filters > ul > li{
  border-bottom:1px solid #e0e0e0;
  padding:15px 0;
}

#sidebar.filters > ul > li:last-child{
  border:0;
}

#sidebar.filters > ul > li > ul{
  /* background: #f8f8f8; */
  margin:15px 0 0 0;
}

#sidebar.filters > ul > li > ul > li{
  padding:10px 0px;
  border-bottom:3px solid #fff;
}

#sidebar.filters > ul > li > ul > li > ul{
  padding:5px 10px 5px 10px;
  margin-right: 2px;
}

#sidebar.filters h5, #sidebar.filters h6{
  cursor: pointer;
}

#sidebar.filters label{
  cursor: pointer;
}

#sidebar.filters h6{
  margin:0;
}

#sidebar.filters h5{
  margin:0;
  margin-left: 10px;
  font-weight: bold;
}

#sidebar.filters ul li{
  text-align:left;
  position: relative;
  box-sizing: content-box;
  overflow: hidden;
  word-wrap:break-word;
}

#sidebar.filters ul li i{
  position:absolute;
  top:18px;
  right:5px;
  cursor: pointer;
  color:#919191;
  /*font-size:1.1rem;*/
}

#sidebar.filters ul li ul li i{
  top:12px;
  font-size:.9rem;
}

#filters-texts{
  margin-bottom:20px;
  margin-top:-20px;
  min-height:24px;
}

#filters-texts h6 {
  font-weight: bold;
  display: none;
}

#filters-texts li {
  padding: 0px 0px 15px 0px;
}

#filters-texts ul {
  padding: 0;
  list-style-type: none;
}

#filters-texts span.bubble{
    border-radius: 20px;
    border: 1px solid;
    padding: 4px 10px;
    font-size: .7rem;
    color: black;
    margin-right: 10px;
    display: inline-block;
    border-color:black;
    /*display: none;*/
}

#filters-texts span i{
  margin-left:0.5px;
  margin-right:7px;
  cursor: pointer;
}

input#search, .search{
  max-width: 500px;
    height: 32px;
    display: inline-block;
    margin: 0;
    float: right;
    background-color: white;
    color: #666666;
    margin-right: 5px;
}

button#searchButton {
    margin-top: -1px;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff url('./searchIcon.png') no-repeat center;
  background-size: 20px 20px;
  width: 34px;
  height: 34px;
  border-radius: 0.25px;
  border-color:  #00A1D5;
    border-width: 2px;
}

button#searchButton:hover {
    margin-top: -1px;
    position: absolute;
  top: 0;
  right: 0;
 background: #00A1D5 url('./search_icon.png') no-repeat center;
      background-size: 20px 20px;
  width: 34px;
  height: 34px;
  border-radius: 0.25px;
  border-color:  #00A1D5;
    border-width: 2px;
  /*background-color: #00A1D5;*/    
}

.resultsArea li{
  list-style:none;
  /*border-bottom:1px solid #e0e0e0; */
  padding-bottom:20px;
  margin-bottom:10px;
  line-height:1.3;
}

.resultsArea h3{
  width: 80%;
  font-weight:bold;
  font-size:1.5rem;
  margin:0px;
    padding: 0px;
}

.resultsArea h6{
  margin-bottom: 3px; 
  padding-bottom: 0px;
}

.resultsArea p{
  font-size:1.3rem;
}

.resultsArea author{
  margin-top: 5px;
  display: inline-block;
  font-size: 1 rem
}

.resultsArea a {
  font-weight: bold;
    font-size: 1rem;
  color: #007398;
  text-decoration: underline;
   /* margin: 0px 0px 8px 0px;*/
    line-height: 1.25em;
}

.resultsArea a:hover {
  font-weight: bold;
  color: #B63454;
  /*text-decoration: underline;*/
   /* margin: 0px 0px 8px 0px;*/
    line-height: 1.25em;
}

.resultsArea div {
    /*margin: auto;*/
    /*width: 30%;*/
}

.resultsArea figure {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    /* margin: 20px;  adjust as needed */
}

.resultsArea figure img {
    vertical-align: top;
    width:175px;
   height:175px;
}
.resultsArea figure figcaption {
    text-align: center;
}

#instrumentLink {
    font-weight: normal;
}

#buttons .resultsArea{
    align-content: center;
}

.tableSectionHeader {
  margin: 15px 0px 20px 0px;
  font-weight: bold;
}

.durationContainer {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: bloc
}

.durationDropdownContainer
{
  /*float:left;
  margin-left: 30px;
  text-align: center; 
  display: block;*/
}

.dropdownLabel
{
  font-size: 16px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
}

.centerBlock {
  display: block;
  text-align: center;
}

.durationSliderContainer {
  display: inline-block;
}

.durationSliderContainer .elementContainer
  {
    text-align: left;
    /*margin-bottom: 20px;*/
    margin-left: 5px;
    margin-right: 10px;
    display: inline-block;
  }



.elementContainer
{
  padding-top: 10px;
}

#pagination{
  color:#a8a8a8;
  text-align: center;
    font-size:20px;
}

#pagination .btn:last-child{
  margin-right:20px;
}

#pagination .btn{
  border:1px solid;
  font-size: 16px;
    padding: 5px 15px;
}

#pagination .skipBtn{
  padding: 10px 15px;
  margin-bottom: 3px;
  display: inline-block;
  vertical-align: middle;
}

#pagination .nextSkip{
  background: url('../img/rewind-double-arrows-angles-right.png') no-repeat center;
  background-size: 50% auto;
  background-position: center center;
}

#pagination .nextSkipSingle{
  background: url('../img/rewind-single-arrows-angles-right.png') no-repeat center;
  background-size: 50% auto;
  background-position: center center;
}

#pagination .prevSkip{
  background: url('../img/rewind-double-arrows-angles-left.png') no-repeat center;
  background-size: 50% auto;
  background-position: center center;
}

#pagination .prevSkipSingle{
  background: url('../img/rewind-single-arrows-angles-left.png') no-repeat center;
  background-size: 50% auto;
  background-position: center center;
}

#pagination .num{
  line-height:1.5;
  margin:0 10px;
    font-size:20px;
}

#pagination a:hover{
  color:#B63454; /* #d0ba50; */
  cursor:pointer;
}

#pagination a.active{
  color:#333;
}

#resultsPerPage {
  text-align: center;
  font-size: 13pt;
  padding-top: 10pt;
}

.menu-sidebar-menu-container{
  display:inline-block;
}

.hidden span {
  visibility: hidden;
}

.sub-panel form {
  text-align:left;
}
 #activityDurationSlider {
  height: 150px;
  width: 15px;
  margin: 0 auto;
  
  border: 1px solid #BFBFBF;  
  display: inline-block;
 }

 #duration {
  font-size: 16px;
  font-weight: 300px;
 }
 #activityDurationSelect {
  display: inline-block;
  line-height: 34px;
 }
 #input-number {
  width: 35px;
  display:inline;
  margin-left:20px;
 }

 .item-buttons{
  margin-right: 50px;
  display: table;
 }
div#input-number1-div {
  position: relative;
  top:37px;
  left: 23px;
 }
div#input-number2-div {
  position: relative;
  top:160px;
  left: 23px;
 }

 .filter-heading {
  display: inline-block;
     margin-left: 10px;
 }
 .clear-filter-btn {
  float: right;
 }
 .subGrade {
  margin-left: 15px;
 }

 #evalDescription {
  font-size: 1rem;
 }
 #readMore, #readLess {
  color: #007398;
  font-weight: lighter;
 }

 #readMore:hover, #readLess:hover {
  text-decoration: underline;
  cursor: pointer;
 }
 .filters-sublist {
  /* padding-top: 10px !important; */
  padding-left: 10px !important;
  background-color: #fff;
 }
 td > span {
    font-weight: 500;
}

td > div {
  /*font-weight: 700;*/
  padding: 3px 0 3px 0;
}

.radioContainer {
  font-size: 15px;
}

.checkboxContainer input {
  display: none;
}

.checkboxContainer {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  user-select: none;
  font-size: 15px;
  margin-left: 0px;
}
.checkboxContainer .checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #eee;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 3px;
}

.checkboxContainer input:checked + .checkmark  {
  background-color: #007398;
}
.checkboxContainer:hover .checkmark {
  background-color: #ccc;
}

.checkboxContainer input:checked + .checkmark:after, .checkboxContainer:hover .checkmark:after  {
  content: "";
  position: absolute;
  height: 4px;
  width: 11px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.checkboxContainerSmall input {
  display: none;
}

.checkboxContainerSmall {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  cursor: pointer;
  user-select: none;
  font-size: 15px;
  margin-left: 20px;
}

.checkboxContainerSmall .checkmarkSmall {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #eee;
  position: absolute;
  left: 0;
  top: 4px;
  border-radius: 3px;
}

.checkboxContainerSmall input:checked + .checkmarkSmall  {
  background-color: #007398;
}

.checkboxContainerSmall:hover .checkmarkSmall {
  background-color: #ccc;
}

.checkboxContainerSmall input:checked + .checkmarkSmall:after, .checkboxContainerSmall:hover .checkmarkSmall:after  {
  content: "";
  position: absolute;
  height: 3px;
  width: 8px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.box {
/*  width: 600px;*/
  padding-left: 20%;
  padding-right: 20%;
  /*position: relative;
  top: 50%;*/
  
  /*transform: translate(-50%, -50%);*/
  /*background: #324761;*/
  /*text-align: center;*/
  /*margin: 0 auto;*/
}

.box label {
  margin-right: 10px;
}

.box input[type = "text"]{
  border: 0;
  background: none;
  display: inline-block;
  margin: 20px auto;
  /*margin-left: 10px;*/
  text-align: center;
  border: 2px solid #3498db;
  padding: 10px 10px;
  width: 200px;
  outline: none;
  /*color: white;*/
  vertical-align: middle;
  transition: 0.25s;
}

.box textarea {
  border: 0;
  background: none;
  display: inline-block;
  margin: 20px auto;
  /*margin-left: 10px;*/
  text-align: left;
  border: 2px solid #3498db;
  padding: 10px 10px;
  height: 50px;
  width: 200px;
  outline: none;
  /*color: white;*/
  resize:none;
  vertical-align: middle;
  transition: 0.25s;
}

.box input[type = "text"]:focus {
  width: 280px;
  border-color: #2ecc71;
  border-radius: 10px;

}
.box input[name="name"]{
  margin-left: 17px;
}
.box input[name="email"]{
  margin-left: 17px;
}
.box input[name="email"]:focus {
  width: 400px !important;
}
.box input[name="phone"]{
  margin-left: 10px;
}
.box input[name="title"]{
  margin-left: 42px;
}
.box input[name="title"]:focus{
  width:500px;
}
.box input[name="author"]{
  margin-left: 15px;
}
.box textarea[name="abstract"]{
  margin-left: 15px;
}
.box input[name="venue"]{
  margin-left: 30px;
}
.box input[name="venue"]:focus{
  width:400px;
}
.box input[name="year"]{
  margin-left: 30px;
}
.box input[name="doi"]{
  margin-left: 50px;
}



.box input[type = "button"] {
  border: 0;
  background: none;
  display: block;
  margin: 20px auto;
  text-align: center;
  border: 2px solid #007398;
  padding: 14px 40px;
  outline: none;
  /*color: white;*/
  color: gray;
  /*border-radius: 12px;*/
  transition: 0.25s;
  cursor:pointer;

}

.box input[type = "button"]:hover, .box input[type = "button"]:focus {
  border-radius: 18px;
  background: #007398;
  color:#fff;
}

.box textarea[name="abstract"]:focus {
  width: 400px;
  height: 100px;
}

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

.authorHeader {
  text-align: center;
}

.authorBlock {
  padding-right: 40px;
}

.affiliationContainer {
  padding-bottom: 10px;
  margin-top: 8px;
  margin-bottom: 10px;
}

.authors input {
  margin-bottom:20px;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.personalInformation{ 
  float: left;
}
.articleInformation, .evaluationInformation{ 
  display: none;
  float:left;
}
.common-options {
  display: none;
}
.row h1 {
  text-align: center;
}

.headingAuthor {
    font-size:16px;
    font-weight:normal;
}

.addAuthor, .addLocation {
  display: block;
   cursor: pointer;
}
.vertical-line {
  width:2px;
  border-right: 2px solid black;
}
.uploadBtn {
  cursor: pointer;
}
/*table tr th, table tr td {
  text-align: center;
}*/

.table-section {
  background-color: #DDDCDC;
  padding: 10px;
  margin-top: 20px;
  margin-bottom:20px;
}

table tr td button.accept  {
  background-color: #91BC55;
  color:black;
}


table tr td button.reject {
  background-color: #B63454;
  color:white;
}

table tr td button.review {
  background-color: #2c3571;
  color:white;
  }

.imageTable {
    background-color: #fff;
}

.imageTable tr:nth-child(odd) {
    background-color: #fff;
}

.preamble {
  color:#131313;
}

.warning {
  color:red;
  display: none;
}
.success {
  font-weight: 400;
  font-size: 22px;
  margin-top: 10px; 
  display: none;

}
.checkmarks label {
  display: block;

}

td textarea {
  width: 500px;
}

#submission-headings tbody tr th {
  text-align: right;
}
#submission-headings tbody tr th#heading {
  text-align: left;
}
.updateCard {
  text-align: center;
}
#authorVerified {
  width: 30px;
  position:absolute;
  left:20px;
}
.autocomplete {
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
/*.label-description {
  padding-left: 10px;
  padding-right: 10px;
}*/
.filterHelp {
  margin-left: 10px;
  margin-right: 10px;
}
.label-description:hover {
  cursor:pointer;
}

.label-description img{
  height: 15px;
  width: 15px;
}

.emailAuthorButton {
  margin-top:15pt;
  float:right;
}
#emailAuthorForm {
  display: none;
}
#emailAuthorForm input[type='text'] {
  width: 300px;
  margin-left: 10px;
}
#emailAuthorForm textarea {
  width:600px;
  height: 100px;
  resize: none;
}
.site-logo {
  /*padding-bottom: 15px;*/
  /*max-width:300px;*/
  text-align: center;
}

.tagline{
    text-align: right;
    font-size: 16px;
    box-sizing: border-box;
    color: black;
    padding: 25px 0;
}
.slogan{
    box-sizing: border-box;
    margin-left: 450px;

}
.top-menu{
    text-align: right;
    box-sizing: content-box;
    margin-left:1000px;
    font-size: 16px;
    width: 200px;
  }

.top-menu-buttons{
    color: black;
    text-align: right;
    visibility: visible;
    margin-left: 75px;
}
.icon-menu-buttons{
    display: none;
}


.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  border-radius: 5px;
  background-color: #ffffff;
  text-align: left;
  min-width: 185px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right: -20px;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  display: block;
  right: 0;
}

.dropdown-content a:hover{
  color: #b63454;
  text-decoration: none;
}

.arrow{
    display: initial;
    position: relative; 
    margin-right: 20px; 
    margin-left: 7px;
    margin-bottom: 2px;
}
.dropdown:hover .dropdown-content {display: block;}


.line{
    visibility: visible;
}

@media screen and (max-width: 1200px){
    .top-menu-buttons{
        display: none;
    }
    .icon-menu-buttons{
        color: red;
        display: initial;
    }
    .arrow{
    display: none;
}
}

@media screen and (max-width: 600px){
    .top-menu-buttons{
        display: none;
    }
    .icon-menu-buttons{
        color: red;
        display: initial;
    }
    .tagline{
        text-align: center;
    }
    .line{
        visibility: hidden;
    }
    .arrow{
    display: none;
}
}
#twitter-icon i{
 padding-left: 50px;
 position: absolute; 
 top: 145px; 
 font-size: 45px; 
 color:#00a1d5; 
}

#twitter-icon i:hover {
  color:#b63454;
  text-decoration: none;
}
.twitter-icon i {
  font-size: 45px;
}

.twitter-icon a, .twitter-icon a:hover {
  text-decoration: none;
}

.zeno_font_resizer_container{
  height: 30px;
  float: right;
    margin-right: 70px;
    margin-bottom: 40px;
    font-size: 1.3rem;
    font-weight: normal;
}

.zeno_font_resizer_container a{
  
    color: dimgrey;
}

.zeno_font_resizer_container a:hover{
  color:#B63454;
  text-decoration: underline;
}

.ui-tooltip {
  color:black;
  background-color: #F5F5F5 !important;
  font-size: 13px !important;
  box-shadow: none !important;
  border-color: #606060 !important;
}


#sidebar {
  padding-top: 40px;
}

.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  border: 3px solid #f1f1f1;
  z-index: 9;
  background-color: white;
  width:50%;
  left:25%;
  padding: 25px;
  scroll-behavior: smooth;
  overflow: scroll;
  height: 50%;
}

.form-container {
  max-width: 100%;
  background-color: white;
}
.form-popup input, .form-popup textarea  {
  display: block;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius:0.25rem;
  line-height: 2.25;
}

.form-popup label, .form-popup input, .form-popup textarea  {
  margin-bottom: 1rem;
}

.closeCross {
  position: absolute;
  top: 10px;
  right: 15px;
  text-decoration: underline;
  cursor:pointer;
  font-size: 20px;
  user-select: none;

}

.closeCross:hover {
  color: #B63454;
}

.overlay {
    position:fixed;
    display:none; 

    /* color with alpha channel */
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */

    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.disabled {
  background-color: #F5F5F5;
  pointer-events: none;
}
.form-group.id, .form-group.type {
  display: none;
}

#reliabilityNote td{
background-color: #f0d6dc;
padding-top:15px;
padding-bottom:15px;
}
@media only screen and (min-width: 1200px){
  .durationSliderContainer .elementContainer
  {
    text-align: left;
    margin-left: 15px;
    margin-right: 30px;
    position:relative;
    top:-30px; 
    padding-top: 0px !important;
    
  }
}

@media only screen and (max-width: 1200px) {
  .zeno_font_resizer_container{
    position: absolute;
    right: 0;
  }
  a.logo {
    float:left;
    margin-left: 30px;
  }

  a.logo img {
    max-width: 350px !important;
  }

  .twitter-icon {
    display: none;
  }

  button#responsive-menu-button {
    margin-top:-36px !important;
  }
  #mainHeaderRow {
    /*padding-bottom:30px;*/
  }

}

@media(min-width:992px){
  #sidebar-container{
    padding:10px;
        margin-top: 35px;
    width:32%;
    float:right;
  }
  #primary-container {
    padding:10px 10px 10px 5%;    
  }
}

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

  #wpadminbar {
    position: fixed;
  }
  #main-menu {
    background-color: #fff;
  }
  ul.dropdown-menu {
    min-width: 600px; 
  }
  .col-md-4.col-xs-5 {
    width: 70%;
  }
  #page-header {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-bottom: 20px;
    height: unset;
    
  }
  #page-header h1 {
    margin-top:0px;
    text-align: center;
  }
  input#search {
    font-size: 1.3rem;
  }
  button#searchButton {
   /* height: 100%;*/
    background-position: center;
    background-size: 30px;
  }
  #sidebar-container.col-lg-3 {
    float: unset !important;
  }
  footer.site-footer {
    position:relative;
  }
  footer.site-footer .container {
    width:100% !important;
  }
    


  h4#resultsFound {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .instrumentsFound {
    font-size:1.4rem;
  }
  input.search {
    font-size: 1.3rem;

  }
  .resultsArea h3 {
    font-size:1.2rem;
  }
  .btn.btn-md.btn-primary {
    width: 100%;
  }

  h1{
    font-size: 36px;
    margin-top:20px;
  }
  .navbar-toggler{
    margin-top:25px;
  }
  nav.mobile-site-navigation{
    padding-top:0px;
  }
  .home #search input{
    margin:5%;
    width:90%;
  }
  .home #search button{
    margin:10px;
    background-color: #b63454;
  }
  .home #search button:hover{
        background-color: #561a2a;
  }
  footer .container .row div:nth-child(1), footer .container .row div:nth-child(2), footer .container .row div:nth-child(3) {
    width: 30%;
  }
  footer .container .row div:nth-child(4) {
    width: 100%;
  }

  .zeno_font_resizer_container {
    top:400px;
    right: -13px;
    z-index: 1;
  }
  .featuredItem {
    height: 420px;
  }
}

@media only screen and (max-width: 766px) {
  .homePageIcon {
    padding-top: 50px;
  }
  .amazingslider-text-wrapper-1 {
    height: 100px;
    font-size:12px;
  }
  .amazingslider-title-1 {
    font-size: 20px !important;
  }
  .amazingslider-description-1 {
    font-size:18px !important;
  }
  button.amazingsliderbutton as-btn-blue-large {
    font-size: 18px !important;
  }
}

@media only screen and (max-width: 500px) {
  a.logo img {
    max-width: 300px !important;
  }

  button#responsive-menu-button {
    margin-top: -45px !important;
  }

  footer h5 {
    font-size: 20px !important;
  }
  footer.site-footer a.link {
    font-size: 0.9rem;
  }
.smallHint {
    width: 100%;
    justify-content: left;
    text-align: left;
    margin-left: 0;
    margin-top: 10px;
  }
  input#search {
    margin-top: 10px;
    font-size: 1.1rem;
  }
  button#searchButton {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 400px) {
  a.logo img{
    max-width: 250px !important;
  }
  button#responsive-menu-button {
    margin-top: 20px !important;
  }

  .zeno_font_resizer_container {
    top:420px;

  }

}