body.page .page-inner-3{
  background:none;
}

#flash-error{
  width:98%;
  margin-bottom:25px;
}

#center .title{
  border-bottom:0px;
}
#nomatch{
  font-weight:bold;
  margin-top:40px;
  font-size:16px;
}

.compensated{
  display:inline-block;
  background-color:#1ca607;
  color:#fff;
  padding:2px;
  border-radius: 50%;
  line-height:12px;
  font-size:12px;
  text-align:center;
  width:12px;
  height:12px;
  border:1px solid #1fa308;
  font-weight:bold;
  margin-right:2px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
}

.infopopup{
  position:relative;
  font-weight:bold;
  display:inline-block;
  background-color:#005bbb;
  color:#fff;
  cursor:pointer;
  text-align:center;
  width:17px;height:17px;
  line-height:17px;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
  border-radius:100px;
}

.infomsg{
  font-weight:normal;
  text-align: left;
  background-color:#fff;
  border:1px solid #e1e1e1;  
  padding:10px;
  color:#000;
  width:225px;
  position:absolute;
  display:none;
  top:20px;
  left:20px;
  -webkit-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 1px 7px 0px rgba(0,0,0,0.5);
  box-shadow: 2px 2px 7px 0px rgba(0,0,0,0.5);
}

.introblock{
  display:flex;
  align-items:flex-start;
  margin-bottom:10px;
  flex-direction: row;
}

.introblock > div:first-child{
  margin-right:50px;
}

.categories{
  padding:0;
  margin:0;
  margin-bottom:20px;
  margin-left:-10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;

  align-content: flex-start;
  align-items: flex-start;
  flex-direction: row;  
}

.categories div{
  background-color:#005bbb;
  display: flex;
  margin:10px; 
}

.categories div a:hover{
  background-color:#196bc1;
}

.categories div a{
  width: 202px;
  height:75px;
  border:1px solid #005bbb;
  margin:5px; 
  padding:5px;
  font-weight: bold;
  font-size: 1.3em;
  color:#fff;
  margin:auto;

  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;


  -webkit-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.60);
  -moz-box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.60);
  box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.60);

  
  /* margin-top:30px; */
}

.categories div a#togglehighlightedsearches{
  background-color:#fff;
  color:#005bbb;
}

.categories div a#togglehighlightedsearches:hover{
  background-color:#f3f3f3;
}

.categories div.extracategories{
  display:none;
}


#filter{
  /* width:23.65%; */
  width:250px;
  /* display:inline-block; */
  vertical-align:top;
  float:left;
  border: 1px solid #e1e1e1;
  background-color:#fff;
  margin:0;
  padding:0;
  margin-top:20px;
  box-shadow: 1px 2px 5px 0px #e1e1e1;
  -moz-box-shadow: 1px 2px 5px 0px #e1e1e1;
  -webkit-box-shadow: 1px 2px 5px 0px #e1e1e1;
  /* border:1px solid red; */
}

#protocols{
  border:0;
  padding:0;
  padding-top:20px;
  /* margin:0 0 0 1.9%; */
  margin-left:275px;
  /* width:73.45%; */
  display:block;
  /* vertical-align:top; */
  /* float:left; */
  /* border:1px solid red; */
}

#filter.fixedlabel{
  position:fixed;
  top:40px;
}
#filter .heading{
  background-color:#005bbb;
  color:#fff;
  font-size:16px;
  padding:10px;
  padding-left:20px;
}
#filter #filter-inner{
  padding:20px;
}

#filter .field{
  margin-bottom:20px;
  
}

#filter .field label{
  font-weight:bold;
}

#filter .field select, #filter .field input[type="text"]{
  -ms-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
  width:100%;
  font-size:15px;
  padding:0;
  margin:0;
  padding:7px 8px;
}

/* ,#protocols #searchWrapper input[type="submit"],#searchWrapper input[type="button"] */
#filter input[type="submit"],#filter input[type="button"]{
  background-color:#005bbb;
  color:#fff;
  padding:10px 20px;
  border:1px solid #005bbb;
  -webkit-appearance: none;
}

/* ,#protocols input.resetbutton */
#filter input.resetbutton{
  background-color:#fff;
  border:1px solid #005bbb;
  color:#005bbb;
}

.protocol{
  /* background-color:#f3f3f3; */
  margin:15px 0;
  padding:20px;
  border:1px solid #e1e1e1;
  box-shadow: 1px 2px 5px 0px #e1e1e1;
  -moz-box-shadow: 1px 2px 5px 0px #e1e1e1;
  -webkit-box-shadow: 1px 2px 5px 0px #e1e1e1;
  /* width:100%; */
}
.protocol .bold{
  font-weight:bold;
}
.protocol .uppercase{
  text-transform:uppercase;
}
.protocol > .field:not(:last-child){
  margin-bottom:20px;
}
.protocol .field .indent{
  margin-top:10px;
  margin-left:20px;
}

.protocol .box{
  display:inline-block;
  width:300px;
  margin:5px 0px 10px 0;
  vertical-align: top;
  box-sizing:border-box;
}

.linkbutton{
  background-color:#005bbb;
  color:#fff;
  padding:5px 15px;
}

/*
#protocols #searchWrapper{
  width:100%;
  margin-bottom:30px;
  padding-bottom:20px;

}
#protocols #searchWrapper .heading{
  font-weight:bold;
  font-size:16px;
}
#protocols #searchWrapper input[type="text"]{
 width:100%;
 font-size:15px;

 padding:4px 5px;
}
#protocols #searchWrapper .field{
 display:inline-block;
}
#protocols #searchWrapper .searchinput{
 width:67%;
}
#protocols #searchWrapper .searchbutton{
 width:25%;
 float:right;
}
*/

#protocols .paginationWrapper{
  float:right;
}
#protocols .paginationWrapper a{
  text-align:center;

}
#protocols .paginationWrapper a:not(:last-child){
  padding-right:8px;

}
#protocols .paginationWrapper a.currentPage{
  background-color:#005bbb;
  color:#fff;
  padding:3px 8px;
  margin-right:3px;
}
#protocols .showing{
  font-size:16px;
  font-weight:bold;
}

.bottomsection .bottomheading{
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  align-items:flex-start;
  border-bottom:1px dashed #ccc;
  margin-bottom:20px;
}

.bottomheading .bottomtitle{
  padding-top:10px;
  font-size: 1.2em;
}

.bottomsection{
  background-color:#f3f3f3;
  padding:20px;
  border:1px solid #ddd;
  border-radius: 5px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
}

.bottomsection .contactform,.bottomsection .share{
  display:inline-block;
  vertical-align: top;
  box-sizing:border-box;
}

.bottomsection .share{
  float:right;
}

.bottomsection .share .articletools{
  margin:0;
  padding:0;
  float:left;
  border:0px;
}

.articletools .button {
  font-size: 14px;
  line-height: 1;
  color: #005bbb;
  margin-bottom: 15px;
  float:left;
}

.articletools .print:before {
  content: "\e908";
  font-family: 'ubcms';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  margin-right: 2px;
  
}

.bottomsection .share .articletools:before,.bottomsection .share .articletools:after{
  height:0px;
  background:none;

  margin:0;
  padding:0;
  border:0px;
}

.contactform{
  width:60%;
  min-height:120px;
}

.contactform .restrictedmsg{
  color:#005bbb;
  font-weight: 500;
  margin-top:20px;
}

.contactform input[type="text"]{
  font-size:15px;
  margin:0;
  padding:7px 8px;
  box-sizing:border-box;
  width:304px; /*matching captcha*/
}

.contactform .field{
  margin-bottom:20px;
}

.contactform .form-msg-error{
  margin-top:3px;
  margin-bottom:0.3em;
}

.contactform .form-msg-error h3{
  font-size:1em;
}

.contactform input[type="submit"]{
  background-color:#005bbb;
  color:#fff;
  border:1px solid #005bbb;
  padding:5px 10px;
}

.fieldWithErrors input{
  border: 1px solid #900;
}

.collapsible .collapsible-title:hover span {
  border-bottom:none !important;
}
a.readmore{
  background-color:#aaa;
  color:#fff;
  padding:2px 4px;
  font-size:0.8em;
  display:inline-block;
}
a.readmore:hover{
  background-color:#999;
}

/*mobile*/
@media screen and (max-width: 720px) {
  .infomsg{
    left:-125px;
  }
  #center .title h1{
    padding-top:10px;
    clear:both;
  }

  .introblock{
    flex-direction: column;
    display:block;
  }

  .buttoncomponent.sidebyside, .buttoncomponent.sidebyside a {
    display: block;
  }

  .categories{
    flex-direction: column;  
  }

  .categories div, .categories div a{
    width:97.5%;
  }

  #filter{
    width:100%;
    display:block;
  }

  #protocols{
    width:100%;
    margin:0;
    display:block;
    clear:both;
    padding-top:30px;
  }

  #protocols .resultinfo{
    /* padding:20px 0; */
    margin:30px 0;
    clear:both;
    float:left;
    width:100%;
  }

  #protocols .showing,#protocols .paginationWrapper{
    clear:both;
    width:100%;
    padding:10px 0;
    text-align:center;
    margin:0 auto;
    float:left;
  }

  #protocols .showing{
    font-weight:bold;
  }

  #protocols .protocol{
    clear:both;
  }
  
  #filter.fixedlabel{
    position:relative;
    top:auto;
  }

  .bottomsection .bottomheading{
    flex-direction:column;
    align-items:stretch;
  }

  .bottomsection .bottomheading .bottomtitle{
    margin-bottom:10px;
  }

  .bottomsection .contactform{
    display:block;
    /* float:left; */
    padding-top:20px;
  }

  .contactform{
    width:100%;
  }

  .contactform input[type="text"]{
    width:100%;
  }

  .bottomsection .contactform form{
    width:100% !important;
  }

  .bottomsection .share{
    /* float:left; */
    display:none;
  }
}

/*print*/
@media print {
  .noprint{
    display:none !important;
  }
  .protocol{
    width:100%;
    border:0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }
  .bottomsection{
    display:none;
  }  
}
