/**
 * Place your custom styles here.
 */
body {
    overflow-wrap: break-word;
}
p, li, span.p {
	font-family: Open Sans,'Helvetica Neue',Arial,sans-serif;
	font-size: 14px;
	line-height: 24px;
}

/* IVHHN Library-specific CSS */
	.btn-library {
		margin-right: 10px;
		margin-bottom: 5px;
		background-color:#b12c28;
			border-color:#b12c28;
		color:white;
	}
	.btn-library:hover {
		background-color: #630707;
		color:white;
	}

	.item-list h3 > a {
		cursor:auto;
		color:#333;
		text-decoration:none;
		pointer-events: none;
	}

	.library-list {
		color:#333;
		padding:0px;
		list-style: none;
	}
	.library-list li {
		padding-bottom:15px
	}
	.library-list a {
		color:#333;
	}

	
.card{
	min-height:310px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0;
}
.card>.list-group:first-child .list-group-item:first-child{
border-top-left-radius:.25rem;border-top-right-radius:.25rem;}

.card>.list-group:last-child .list-group-item:last-child{
	border-bottom-right-radius:.25rem;
	border-bottom-left-radius:.25rem;}

.card-body{
	-webkit-box-flex:1;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	padding:1.25rem;
}

.card-title{
	margin-bottom:.75rem;
}

.card-subtitle{
	margin-top:-.375rem;
	margin-bottom:0;
}

.card-text:last-child{
	margin-bottom:0;
}

.card-link:hover{
	text-decoration:none;
}

.card-link+.card-link{
	margin-left:1.25rem;
}

.card-header{
	padding:.75rem 1.25rem;
	margin-bottom:0;
	background-color:rgba(0,0,0,.03);
	border-bottom:1px solid rgba(0,0,0,.125);
}

.card-header:first-child{
	border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child{
	border-top:0;
}

.card-footer{
	padding:.75rem 1.25rem;
	background-color:rgba(0,0,0,.03);
	border-top:1px solid rgba(0,0,0,.125);
}

.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px);}
.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0;}
.card-header-pills{margin-right:-.625rem;margin-left:-.625rem;}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem;}
.card-img{width:100%;border-radius:calc(.25rem - 1px);}

.card-img-top{
	width:100%;
	border-top-left-radius:calc(.25rem - 1px);
	border-top-right-radius:calc(.25rem - 1px);
}
.card-img-bottom{
	width:100%;
	border-bottom-right-radius:calc(.25rem - 1px);
	border-bottom-left-radius:calc(.25rem - 1px);
}
.card-deck{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
}
.card-deck .card{
	margin-bottom:15px;
}

@media (min-width:576px){
.card-deck{
	-webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	margin-right:-15px;
	margin-left:-15px;
}
.card-deck .card{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-flex:1;
	-ms-flex:1 0 0%;
	flex:1 0 0%;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	margin-right:15px;
	margin-bottom:0;
	margin-left:15px;
}
}
	
			.card-group{
				display:-webkit-box;
				display:-ms-flexbox;
				display:flex;
				-webkit-box-orient:vertical;
				-webkit-box-direction:normal;
				-ms-flex-direction:column;
				flex-direction:column;
			}
			
			.card-group>.card{
				margin-bottom:15px;
			}
			
@media (min-width:576px){
	.card-group{
		-webkit-box-orient:horizontal;
		-webkit-box-direction:normal;
		-ms-flex-flow:row wrap;
		flex-flow:row wrap;
	}

	.card-group>.card{
		-webkit-box-flex:1;
		-ms-flex:1 0 0%;
		flex:1 0 0%;
		margin-bottom:0;
	}

	.card-group>.card+.card{
		margin-left:0;
		border-left:0;
	}

	.card-group>.card:first-child{
		border-top-right-radius:0;
		border-bottom-right-radius:0;
	}

	.card-group>.card:first-child .card-header,.card-group>.card:first-child .card-img-top{
		border-top-right-radius:0;
	}

	.card-group>.card:first-child .card-footer,.card-group>.card:first-child .card-img-bottom{
		border-bottom-right-radius:0;
	}

	.card-group>.card:last-child{
		border-top-left-radius:0;
		border-bottom-left-radius:0;
	}

	.card-group>.card:last-child .card-header,.card-group>.card:last-child .card-img-top{
		border-top-left-radius:0;
	}

	.card-group>.card:last-child .card-footer,.card-group>.card:last-child .card-img-bottom{
			border-bottom-left-radius:0;
		}

	.card-group>.card:only-child{
		border-radius:.25rem;
	}

	.card-group>.card:only-child .card-header,.card-group>.card:only-child .card-img-top{
		border-top-left-radius:.25rem;
		border-top-right-radius:.25rem;
	}

	.card-group>.card:only-child .card-footer,.card-group>.card:only-child .card-img-bottom{
		border-bottom-right-radius:.25rem;
		border-bottom-left-radius:.25rem;
	}

	.card-group>.card:not(:first-child):not(:last-child):not(:only-child){
		border-radius:0;
	}

	.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,.card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top{
		border-radius:0;
	}
}
		
		.card-columns .card{
			margin-bottom:.75rem;
		}
		
@media (min-width:576px){
	.card-columns{
		-webkit-column-count:3;
		-moz-column-count:3;
		column-count:3;
		-webkit-column-gap:1.25rem;
		-moz-column-gap:1.25rem;
		column-gap:1.25rem;
	}
	
		.card-columns .card{
			display:inline-block;
			width:100%;
		}
	}

.card-title {
	font-weight: bold;
}


#block-facebook img {
 	width:50px;
 	height:50px;
}

#block-facebook p, #block-durhamiavceilogos p, #block-ivhhn-footer ul {
text-align: center;
 }
#block-ivhhn-footer > ul {
 	width:100%;
 }

.admin-menu .fixed {
  top: 200px;
}
a.anchor {
    display: block;
    position: relative;
    top: -275px;
    visibility: hidden;
}
 a.logo {
 	width: 250px;
 }

 img.logo {
 	width: 250px; 	
 }

img.flag {
	width:50px;
	height:50px;
	border-radius:50%;
	margin: 10px;
	border:1px solid #777;
	-webkit-border-radius: 500px;
    -moz-border-radius: 500px;
}
img.small-flag {
	width:30px;
	height:30px;
	border-radius:50%;
	margin: 5px;
	border:1px solid #777;
	-webkit-border-radius: 500px;
    -moz-border-radius: 500px;
}
img.logo {
 	width: 200px;
 	padding-top: 25px;
 }

 img.center {
    display: block;
    margin: 0 auto;
    padding-top:10px;
}
.img-max-mb {
	margin-top: 30px;
}
#block-ivhhn-main-menu > ul {
	background-color:#f8f8f8;
}
.footer {
	width:100%;
	background-color: #2c3e50;
}
.footer.container {
	background-color: #2c3e50;
	border-top-color: #2c3e50;
	color:#fff;
}
.footer.container a {
color:#fff;
}
.footer.container a:hover {
color:#2c3e50;
}
.public-grid p, .copyright h4 {
text-align:center;
}
#block-views-block-breaking-news-block-1 p.centered, .public-grid p.centered, .public-grid h3  {
text-align:center;
}

#block-views-block-informational-products-block-block-2 p.centered, #block-views-block-volcanic-ash-information-block-block-3 p.centered, #block-views-block-volcanic-gas-information-block-block-4 p.centered,
#block-views-block-informational-products-block-block-2 h3, #block-views-block-volcanic-ash-information-block-block-3 h3, #block-views-block-volcanic-gas-information-block-block-4 h3  {
	text-align: center;
}

#block-views-block-informational-products-block-block-2 h2, #block-views-block-volcanic-ash-information-block-block-3 h2, #block-views-block-volcanic-gas-information-block-block-4 h2 {
	text-align:center;
	padding-top:30px;
	padding-bottom:30px;
}
#block-views-block-breaking-news-block-1 img, .public-grid img, #block-views-block-informational-products-block-block-2 img, #block-views-block-volcanic-ash-information-block-block-3 img, #block-views-block-volcanic-gas-information-block-block-4 img {
	border-radius: 50%;
	width:150px;
	height:150px;

}

#block-publicinformation img {
		border-radius: 50%;
	width:119px;
	height:119px;
	border:1px;
}


#block-publicinformation img:hover, #block-facebook img:hover, #block-views-block-breaking-news-block-1 img:hover, .public-grid img:hover, 
#block-views-block-informational-products-block-block-2 img:hover, #block-views-block-volcanic-ash-information-block-block-3 img:hover, 
#block-views-block-volcanic-gas-information-block-block-4 img:hover, img.flag:hover, img.small-flag:hover  {
	opacity: 0.8;
}

.btn-primary {
    background-color: #2c3e50;
}
.block-gtranslate {
	margin-top: 30px;
}
.gtranslate {
	float:right;
	padding-bottom: 3px;
	
}
 img.align-right, img.align-left, figure.align-left, figure.align-right {
	 max-width: 100%;
 }
  .key-areas, .printable {
  	text-align: center;
  	min-height:66px;
  }
   .key-areas h2, .printable h2 {
  	min-height:66px;
  	text-decoration: none;
  }

  .key-areas a, .printable a {
  	text-decoration: none;
  	color: #333;
  }
  .key-areas i.fa {
  margin-top: 0.5em;
  font-size: 4em;
  color: white;
  background-color:#2c3e50;
  border: 2px solid white;
  border-radius: 50%;
  padding: 0.5em;
  transition: all .5s ease;
  width: 2.2em;
  height: 2.2em;
  vertical-align: middle;
  text-align: center;
}

.printable img {
  margin-top: 0.5em;
  font-size: 4em;
  color: white;
  background-color:#2c3e50;
  border: 1px solid gray;
  border-radius: 50%;
  width: 2.2em;
  height: 2.2em;
  vertical-align: middle;
  text-align: center;
}

.key-areas i.fa:hover {
  color:#eff0f1;
   border: 3px solid #eff0f1;
  cursor:pointer;
}
.printable img:hover{
  opacity:0.8;
}

.welcome h2 {
   font-family: 'Montserrat','Helvetica Neue',Arial,sans-serif;
	color:#000; 
   font-size:30px;
   font-weight: 100;
   text-align: center;
}
.welcome p {
	font-family: 'Montserrat','Helvetica Neue',Arial,sans-serif;
	font-size:16px;
	text-align: center;
}
.key-areas p
{
font-family: 'Montserrat','Helvetica Neue',Arial,sans-serif;
	color:#000;
	text-align: center;
	font-size:14px;
	line-height:26px;
	padding:5px;
margin:5px;}

 figure.img-thumbnail > img {
	 max-width: 100%;
 }

 .card-img-right {height: 50%; width: 30%; border:2px solid #eff0f1;}
.card-img-right img {border:1px;}
.card-body {min-width:40%;}

 #navbar > div > div.navbar-header > div > a.logo.navbar-btn.pull-left > img {
	max-width: 80%;
}

/* Add some space around each form item */
.form-item {
    margin-bottom: 20px !important;
	margin-left: 5px;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        margin-bottom: 20px !important;
		margin-left: 5px;
    }
}

/* Style the labels */
.form-item label {
    font-weight: bold;
    color: #333;
}

/* Style the select elements */
.form-item select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	height: 40px;
}

/* Style the select wrapper */
.select-wrapper {
    margin-top: 10px;
}

/**
 * Screens over 992px
 */
@media (min-width: 992px) { 
	#navbar {	
 	background-size:100% 72% !important;
 }

	}

/**
 * Screens between over 768px
 */	
 @media (min-width: 768px) { 

 	 body {
 	padding-top:130px;
 }

 .card img {
	max-height: 260px;
}
 #navbar {
	background-image: url("/themes/custom/ivhhn/img/banner/background1.jpg");
 	background-repeat: no-repeat;
 	background-size:100% 55%;
 }
#navbar > div > div.navbar-header > div > a.logo.navbar-btn.pull-left > img {
	width: 100%;
}
#navbar-collapse {
   margin-top:150px;
}
img.logo {
 	width: 200px;
 	padding-top: 25px;
 }

.welcome h2 {
	font-size: 4vw;
}
 figure.img-thumbnail {
	  max-width: 45%;
  }
  
 .img-public {
	 width: 250px;
 }
img.align-left, figure.align-left {
	padding: 2px;
	margin-right: 5px;
	max-width: 25%;
	border-radius: 4px;
	border: 1px solid #eeeeee;
}
img.align-right, figure.align-right {
	padding: 2px;
	margin-left: 5px;
	max-width: 25%;
	border-radius: 4px;
	border: 1px solid #eeeeee;
}

figure > figcaption {
	text-align: center;
	max-width:100%;
	font-size:12px;
	padding-top:5px;
}

 hr.hr-block {
	 border-top: 1px solid #8c8b8b;
	 width: 60%;
	 text-align: center;
	}
	 div.col-sm-3.public-grid {
	  min-height: 360px;
  }
   div.col-sm-4.news-grid {
	  min-height: 590px;
  }
  	 div.public-header, div.news-header{
	  min-height: 80px;
  }

.navbar-header {
	display:initial;
}
a.logo {
 	display: initial;
 }

 #toolbar-administration {
	padding-bottom: 90px;
}

.block-gtranslate {
	margin-top: 15px;
}

#block-views-block-breaking-news-block-1 {
	margin-top: 30px;
}

 }

 /* No greater than 992px, no less than 768px */
@media (max-width:991px) and (min-width:768px) {
    #block-ivhhn-main-menu > ul > li > a {
        padding-right: 0px;
    }
    #navbar-collapse {
   margin-top:75px;
}
#navbar {
	background-size:100% 65%;
        }
}

