/* Pagination */
.pagination {
   clear:both;
   position:relative;
   font-size:11px; /* Pagination text size */
   line-height:13px;
   float:right; /* Pagination float direction */
   /*top: -40px;*/
}
.pagination span, .pagination a {
   display:block;
   float:left;
   margin: 2px 2px 2px 0;
   padding:6px 9px 5px 9px;
   text-decoration:none;
   width:auto;
   color:#fff; /* Pagination text color */
   background: #cccccc !important; /* Pagination non-active background color */
   -webkit-transition: background .15s ease-in-out;
   -moz-transition: background .15s ease-in-out;
   -ms-transition: background .15s ease-in-out;
   -o-transition: background .15s ease-in-out;
   transition: background .15s ease-in-out;
}
.pagination a:hover{
   color:#fff !important;
   background: #2279BD !important; /* Pagination background on hover */
}
.pagination .current{
   padding:6px 9px 5px 9px;
   background: #2279BD !important; /* Current page background */
   color:#fff !important;
}

html.colibri-wp-theme #colibri .style-184 {
    background-color: #5f7aaf;
    padding-top: 0px;
    padding-bottom: 0px;
}

html.colibri-wp-theme #colibri .style-184 h1 {
    color: #ffffff;
	font-size: 36px;
}

html.colibri-wp-theme #colibri [data-colibri-id="10-h25"] {
    min-height: auto;
    background-color: ${theme.colors.0};
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

html.colibri-wp-theme .h-blog-meta {
    display: none;
}

html.colibri-wp-theme .content.colibri-main-content-single .main-section{
	padding-top: 10px;
    padding-bottom: 10px;
}

a.vacanttitle{
	color: #337ab7 !important;
	font-weight:600 !important;
	text-transform: uppercase !important;
}

a.vacanttitle:hover{
	text-decoration:underline !important;
}


#display1{
	display:block;
}

#display2{
	display:none;
}

#display3{
	display:none;
}

#display4{
	display:none;
}

#display5{
	display:none;
}



#display6{
	display:block;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding-left: 10px !important;
  padding-right:10px !important;
  padding-top:5px !important;
  padding-bottom:5px !important;
  margin-top:3px!important;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.accordion:hover {
  background-color: #ffffff; 
	color: #03a9f4;
}


/*
.cssClassName{
  color: red !important;
}
*/

/*
#display7{
	display:none;
}

#display8{
	display:none;
}

#display9{
	display:none;
}

#display10{
	display:none;
}
*/

/*
html.colibri-wp-theme body a {
    color: #337ab7 !important;
	font-weight:600 !important;
}

a:hover{
	text-decoration:underline !important;
}
*/

/*
html.colibri-wp-theme #colibri [data-colibri-id="10-h2"] .h-column-container {
    display: none !important;
}

@media only screen and (max-width: 410px) {
	html.colibri-wp-theme #colibri [data-colibri-id="10-h25"] {
    		margin-top: 66px;
	}
}

@media only screen and (max-width: 600px) {
	html.colibri-wp-theme .h-global-transition-all * {
    		font-size: 20px !important;
	}
}

@media only screen and (max-width: 525px) {
	html.colibri-wp-theme .h-global-transition-all * {
    		font-size: 18px !important;
	}
}

@media only screen and (max-width: 480px) {
	html.colibri-wp-theme .h-global-transition-all * {
    		font-size: 16px !important;
	}
}



html.colibri-wp-theme #colibri .style-184 {
    background-color: #ffffff;
}

html.colibri-wp-theme #colibri .style-184 {
    background-color: #ffffff;
}

html.colibri-wp-theme #colibri .style-184 h1 {
    color: #000000;
}

html.colibri-wp-theme .h-section-global-spacing {
    padding-top: 0px;
}


html.colibri-wp-theme .content.colibri-main-content-single .main-section{
	padding-top: 0px;
}


html.colibri-wp-theme #colibri .style-184 {
    background-color: #ffffff !important;
}

html.colibri-wp-theme #colibri .style-184 h1 {
    margin-top: 130px !important;
	margin-bottom: 100px !important;
}
*/