header { margin-bottom: 2em; }

.container
{
  	max-width: 960px;
  	margin-right: auto;
  	margin-left: auto;
  	background-color: white;
  	padding: 1em;
  	border-left: 1px solid #e0e0e0;
  	border-right: 1px solid #e0e0e0;
}

.box 
{
    font-family: sans-serif;
    background-color: transparent;
	border-radius: 3px;
  	border: 2px solid #e0e0e0;
    padding: 3em;
  	width: 89%;
    margin: 40px auto 0 auto;
}

.box p 
{
  	margin-top: 2em;
  	font-size: 110%;
}

.box img 			
{ 
  
  	float: right; 
  	height: 200px; 
  	position: relative; 
}

header.header__navigation.hc-header-background-color {
  z-index: 9999;
}

.box .button
{
  	background-color: #3572b0;
  	color: white;
  	border: 1px solid #3572b0;
  	border-radius: 2px;
  	font-size: 1em;
  	padding: .5em;
  	transition: all .2s ease;
  	text-transform: uppercase;
}

.box .button:hover, .button:active, .button:focus
{
  	background-color: #3572b0;
  	border: 1px solid #3572b0;
  	color: white;
  	text-decoration: none;
  	outline: none;
}

.box h3 { margin-top: 	 0; }

.author_info { margin: 0 0 0.5em .65em; }

.powered-by 
{
  	padding-top: 2em;
    font-family: sans-serif;
    text-align: center;
  	font-size: 70%;
	text-transform: uppercase;
}

.mail-subscription-banner {
  background-color: #4d7fbb;
  min-height: 78px;
}

.mail-subscription-content {
  text-align: center;
  color: white;
  padding: 15px;
}

.mail-subscription-form {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
}

.mail-subscription-form input#email{
  display: inline;
  width: 50%;
  min-height: 40px;
  border-radius: 15px;
}

.mail-subscription-form input#submit{
  min-height: 40px;
  border-radius: 15px;
}

ul.content-by-label {
  width: 90%;
}

div.filter-spaces-section h3 {
  display: inline;
  margin-right: 10px;
  font-size:20px;
}

div.space-checkboxes {
  display: inline;
}

div.space-checkboxes label{
  color: white;
  font-weight: bold;
}

div.cell.text-center.portal__header__content__intro{
	margin-top: 8em;
	margin-bottom: 3em;
}

div.portal__header__content {
	padding: 0 !important;
}

div.search-results-per-space {
  width : 100%;
  margin-bottom: 30px;
  min-height: 660px;
}

div.search-results-per-space h4{
 font-weight: bold;
}

div.search-results-per-space h5 a, div.search-results-per-space a:visited, div.search-results-per-space a:focus, div.search-results-per-space a:hover, div.search-results-per-space a:active,div.search-results-per-space a.blogHeading {
  color: #084975 !important;
}

div.search-results-per-space h5 a {
  font-weight: bold;
}

div.search-results-per-space h5{
  margin-left: 0em;
}

div.search-results-per-space p{
  margin-left:0em;
}

div.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-top: 20px;
}

div.pagination div.pagination-previous-button {
  float: left;
  text-align: center;
  background: #F99D25;
  box-shadow: 0 4px 16px 0 rgba(0,0,0,0.15);
  text-decoration: none;
  border-radius: 2rem;
  height: 100%;
  cursor: pointer;
  width: fit-content;
  padding: 5px 20px;
   
}
div.pagination div.pagination-previous-button img{
  height: 100%;
}
div.pagination h5#previous {
  font-weight: bold;
  cursor: pointer;
  background: #F99D25;
  color: #FFF;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.28rem;
  padding: 0.5rem 1rem;
  box-shadow: 0 4px 16px 0 rgba(0,0,0,0.15);
  text-decoration: none;
  border-radius: 2rem;
  display: inline-block;
  position: relative;
  border: 0.1rem solid #F99D25;
}

div.pagination h5.current-index {
  float: left;
  width: 30%;
  text-align: center;
  font-weight: bold;
  margin: 0;
  font-size: small;
}

div.pagination div.pagination-next-button {
 float: right;
    width: fit-content;
    text-align: center;
    background: #F99D25;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,0.15);
    text-decoration: none;
    border-radius: 2rem;
    height: 100%;
    padding: 5px 20px;
    cursor: pointer;
}

div.pagination div.pagination-next-button img{
  height: 100%;
  transform: rotate(180deg);
}

div.pagination h5#next {
  font-weight: bold;
  cursor: pointer;
  background: #F99D25;
  color: #FFF;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.28rem;
  padding: 0.5rem 1rem;
  box-shadow: 0 4px 16px 0 rgba(0,0,0,0.15);
  text-decoration: none;
  border-radius: 2rem;
  display: inline-block;
  position: relative;
  border: 0.1rem solid #F99D25;
}

div.button-hidden {
  visibility: hidden;
}

div.search-results-per-space {
  display: flex;
  justify-content: left;
  width: 100%;
  text-align: left;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 5px;
  padding-top: 20px;
  margin-bottom: 50px;
}

div#it5kb {
  min-width: 100%;
  word-break: break-word;
}

div#it7kb {
  min-width: 100%;
  margin-right: 20px;
  word-break: break-word;
}

div#ditokb {
  min-width: 100%;
  margin-right: 20px;
  word-break: break-word;
}

h3.search-spaces-header {
  color: black !important;
}

div.result-tab-container {
  min-width: 100%;
  display: flex;
}

div.result-tab {
    padding: 1em;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    min-width: 20%;
    font-weight: bold;
    font-size: large;
    cursor: pointer;
  	text-align: center;
    background: #e0e0e0;
    margin-right: 10px;
}

div.display-none {
  display: none;
}

div.active-tab {
  background: white !important;
  border-bottom: 1px solid white;
  margin-bottom: -1px;
  z-index: 4000;
}

span.results-found {
  display: block;
  font-weight: bold;
  color: grey;
  margin-bottom: 20px;
}

div#results {
  min-height: 595px;
}
div#results h5 {
  margin: 0 0 3px 0;
}

div#results p {
  margin-bottom: 15px;
}

div#mail-subscription-banner{
  margin-top: 100px;
}

@media (max-width:768px){
  .grid-x.grid-margin-x > .output-block > div > div {
    float:left !important;
    width:100% !important;
    display:block !important;
    padding: 20px !important;
    border:none !important;
    border-left:none !important;
  }
  .mail-subscription-form{
    width:50% !important;
  }
  .mail-subscription-form input#email{
    width:100% !important;
  }
  .portal__header__content{
    margin-bottom: 0 !important;
  }
  .portal__content{
    margin-top:0!important;
  }
  .filter-spaces-section h3{
    float:left;
    width:100%;
  }
}

#itext_newsletter_form label {
    color: white;
}

#itext_newsletter_form #optin {
    margin: auto;
}

#itext_newsletter_form a {
    color: white;
    text-decoration: underline;
}
