html {
	min-height: 100%;
	position: relative;
}
body {
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #484746;
    font-weight: 400;
}
@media screen and (min-width: 768px) {
	body {
		font-size: 16px;
	}
}
@media screen and (min-width: 992px) {
	body {
		padding-bottom: 180px;
	}
}
h1 {
    color: #484746;
    font-size: 22px;
    margin-bottom: 40px;
    margin-top: 12px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 2px solid #C25C96;
}
@media screen and (min-width: 768px) {
	h1 {
		margin-bottom: 28px;
	}
}
@media screen and (min-width: 992px) {
	h1 {
		margin-bottom: 38px;
	}
	h1 + p {
		margin-top: 13px;
	}
}
@media screen and (min-width: 1200px) {
	h1 {
		margin-bottom: 48px;
	}
	h1 + p {
		margin-top: 13px;
	}
	.modal-dialog {
		max-width: 800px;
	}
}
/*h1::after {	
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	width: 100%;
}*/
h2 {
    color: #484746;
    font-size: 20px;
    font-weight: 700;
    border-bottom: 2px solid #159B85;
    display: inline-block;
    padding-bottom: 10px;
}
.news-section .column h2{    
    display: block;
    
}
h3 {
    color: #484746;
    font-weight: 600;
    font-size: 18px;
}
h4 {
	font-size: 16px;
    font-weight: 600;
}
p {
	font-size: 14px;
	margin: 0 0 12px;
}
ol, ul {
	font-size: 14px;
}
@media screen and (min-width: 768px) {
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	p {
		font-size: 16px;
		margin-bottom: 16px;
	}
	ol, ul {
		font-size: 16px;
	}
}
@media screen and (min-width: 992px) {
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 27px;
	}
	h3 {
		font-size: 22px;
	}
	h4, p, ol, ul {
		font-size: 17px;
	}
}
@media screen and (min-width: 1200px) {
	h1 {
		font-size: 36px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 1.5em;
	}
	h4, p, ol, ul {
		font-size: 18px;
	}
}
a {
    color: #e84e0f;
	text-decoration:none;
   
}

a:focus, a:hover {
	color: #ee794b;
	outline: none;
	text-decoration: none;
}
.nav.navbar-nav.navbar-right a:hover,
.navbar-nav.navbar-right .btn-link:hover {
    color: #000;
    text-decoration: none;
}
.navbar-nav > li > a{
    font-weight: 600;
}
.container > .container {
    padding: 0;
    width: auto;
}
.btn {
	background: #FFF00D;
	border: none;
	box-shadow: none;
	color: #484746;
	padding: 10px 30px 9px;
	text-shadow: none;
	border-radius: 25px !important;
	font-weight: 700;
	line-height: 1.4;
	font-size: 20px;
}
    .btn:hover {
        background: #fff296;
        color: #484746;
    }
    .btn:active:focus,
    .btn:active:hover,
    .btn:focus,
    .btn:active,
    .btn-info:hover,
    .btn-info:focus,
    .btn-default:active {
        background: #fff296;
        border: none;
        box-shadow: none;
        color: #484746;
        outline: 0 none;
    }
.btn-info:hover,
.btn-info:focus {
    background: #fff296;
}
.alert-danger li {
	margin-top: 5px;
}
.alert-danger li:first-child {
	margin-top: 0;
}


	.form-group input[type="checkbox"] {
		margin-right: 5px;
		margin-top: 0;
		vertical-align: middle;
	}
.input-group {
	align-items: center;
}
@supports (-ms-ime-align:auto) {
	.form-group input[type="checkbox"] {
		margin-top: 5px;

	}
}
@supports (-ms-ime-align:auto) and (-webkit-text-stroke:initial) {
	.form-group input[type="checkbox"] {
		margin-top: 5px;
	}
}
	.btn-default.disabled.focus,
	.btn-default.disabled:focus,
	.btn-default.disabled:hover,
	.btn-default.focus[disabled],
	.btn-default[disabled]:focus,
	.btn-default[disabled]:hover,
	fieldset[disabled] .btn-default.focus,
	fieldset[disabled] .btn-default:focus,
	fieldset[disabled] .btn-default:hover {
		background-color: #fff296;
		border: none;
	}

	.lftSide .container,
	.rgtSide .container {
		width: auto;
	}

	.breadcrumb {
		padding: 8px 15px 20px 0;
		margin-bottom: 0;
		background: none;
	}

		.breadcrumb > li {
			color: #777;
			font-size: 15px;
		}

	.fl-left {
		float: left;
		margin: 5px 20px 10px 0;
	}

	.fl-right {
		float: right;
		margin: 5px 0 10px 20px;
	}

	.modal-header h4 {
		font-size: 21px;
	}

	.modal-body p {
		font-size: 16px;
	}
	/* HEADER
-------------------------------------------------------------------------------- */
	.navbar {
		margin-bottom: 10px;
		padding-top: 0;
	}

	.navbar-header {
		background: #ffffff;
		-webkit-box-shadow: 0px -3px 15px -7px rgba(0,0,0,0.69);
		-moz-box-shadow: 0px -3px 15px -7px rgba(0,0,0,0.69);
		box-shadow: 0px -3px 15px -7px rgba(0,0,0,0.69);
		width: 100%;
		margin-bottom: 50px;
	}

		.navbar-header .container {
			position: relative;
		}

			.navbar-header .container > a {
				float: left;
				margin: 7px 0 7px -5px;
			}

	@media screen and (min-width: 768px) {

		.navbar-header {
			margin-bottom: 10px;
		}

			.navbar-header .container > a {
				margin: 16px 0 15px -10px;
			}
	}

	@media screen and (min-width: 992px) {
		.navbar-header .container > a {
			margin-left: 6px;
		}
	}

	.navbar-header .container > a img {
		width: auto !important;
		height: 46px !important;
	}

	@media screen and (min-width: 768px) {
		.navbar-header .container > a img {
			height: auto !important;
		}
	}

	.navbar-right div {
		position: absolute;
		right: 0;
		top: 10px;
		display: flex;
	}

		.navbar-right div > * {
			border: none;
			margin: 0 0 0 15px;
			padding: 0;
		}

		.navbar-right div > span {
			color: #000;
		}

	.navbar-right .btn-link {
		color: #e84e0f;
		font-weight: 600;
	}

	.navbar-collapse .navbar-nav:not(.navbar-right) {
		bottom: 8px;
		left: 105px;
		position: absolute;
	}

	@media screen and (min-width: 992px) {
		.navbar-collapse .navbar-nav:not(.navbar-right) {
			bottom: 26px;
			left: 126px;
		}

		.navbar-nav > li > a {
			font-size: 20px;
		}
	}

	.dropdown > a {
		cursor: pointer;
	}

		.dropdown > a:hover + .dropdown-menu,
		.dropdown > a:focus + .dropdown-menu {
			display: block;
		}

	.dropdown .glyphicon {
		top: 1px;
		font-size: 0.7em;
	}

	.searchBox {
		position: absolute;
		right: 0;
		top: 70px;
	}

	.search {
		position: relative;
		height: 100%;
		overflow: hidden;
	}

	.searchBox input[type="search"] {
		border-style: none;
		box-sizing: content-box;
		color: #959595;
		height: 20px;
		/*outline-style: auto;*/
		padding: 6px 32px 6px 10px;
		width: 168px;
		-webkit-appearance: none;
		border: 1px solid #ccc;
	}

	.search .search-icon {
		position: absolute;
		top: 5px;
		right: 5px;
		display: inline-block;
		height: 20px;
		width: 20px;
		background: url(../img/sprites.png) no-repeat -219px -6px;
		border: none;
		color: transparent;
		cursor: pointer;
	}

		.search .search-icon:focus {
			outline-style: auto;
			border-color: #e84e0f;
		}

	@media screen and (max-width: 991px) {
		.search {
			overflow: visible;
		}

		.searchBox {
			top: 46px;
		}

		.navbar-nav + .searchBox {
			display: none;
		}

		.search .search-icon {
			top: 0;
			background: #fff url(../img/sprites.png) no-repeat -209px 3px;
			height: 39px;
			width: 39px;
			border-radius: 20px;
			right: -3px;
		}

		.searchBox .search:before {
			content: '';
			background: transparent url(../img/sprites.png) no-repeat -213px 0;
			border: none;
			height: 22px;
			width: 25px;
			display: none;
		}

		.searchBox input[type="search"] {
			background-color: transparent;
			border-radius: 50%;
			color: transparent;
			cursor: pointer;
			height: 39px;
			margin-right: -3px;
			opacity: 0;
			padding: 0;
			position: relative;
			-webkit-transition: all 0.5s linear;
			transition: all 0.5s linear;
			width: 39px;
			z-index: 1;
		}

			.searchBox input[type="search"]:focus {
				background-color: #fff;
				border-radius: 0;
				box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(232,78,15,.6);
				color: #959595;
				cursor: text;
				opacity: 1;
				padding: 0 40px 0 10px;
				width: 175px;
				border-color: #e84e0f !important;
				-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(232,78,15,.6);
			}

				.searchBox input[type="search"]:focus + .search-icon {
					z-index: 1;
				}
	}

	@media screen and (max-width: 767px) {
		#eu-cookies-banner .btn {
			font-size: 14px;
			padding: 5px 14px 5px 30px;
		}

		.search .search-icon:focus {
			outline-style: auto;
			border-color: #e84e0f;
		}

		.nav .searchBox {
			display: none;
		}

		.mob-search .searchBox {
			display: inline-block;
			top: 9px;
			right: 63px;
		}
	}

	@media screen and (min-width: 768px) {
		.dropdown:hover .dropdown-menu {
			display: block;
			margin-top: 0;
			top: 31px;
			left: 14px;
		}

		.navbar-nav > li.dropdown > a {
			padding: 5px 15px 9px 9px;
			/*margin: -10px 5px 0;*/
			color: #484746;
		}

		.navbar-nav > li.dropdown:hover > a,
		.nav > li.dropdown:focus > a {
			background: #ffffff;
		}

		.navbar-nav > li > a {
			margin: -5px 9px 0;
			padding: 5px 15px 9px 9px;
			color: #484746;
		}

			.navbar-nav > li > a:hover,
			.navbar-nav > li > a:focus {
				color: #e84e0f;
				background: #ffffff;
			}

		.dropdown:hover .dropdown-menu {
			top: 29px;
		}

		.navbar-nav .dropdown .dropdown-menu {
			width: 310px !important;
			padding: 0;
			background: #ffffff;
			border: none;
			-webkit-box-shadow: 0px 3px 12px -7px rgba(0,0,0,0.69);
			-moz-box-shadow: 0px 3px 12px -7px rgba(0,0,0,0.69);
			box-shadow: 0px 3px 12px -7px rgba(0,0,0,0.69);
			font: 0.8em/1.1176em 'Nunito', sans-serif;
			left: 9px;
		}

		.dropdown-menu li {
			font-size: 1em;
			border-top: solid 1px #e2eded;
			padding: 0;
			position: relative;
		}

		ul.dropdown-menu li:after {
			width: 17px;
			height: 12px;
			content: "";
			color: #c60c30;
			position: absolute;
			right: 15px;
			top: 15px;
		}

		.dropdown-menu > li > a {
			padding: 15px 22px;
			font-size: 1.28em;
			color: #484746;
			display: block;
		}

			.dropdown-menu > li.active > a,
			.dropdown-menu > li.active > a:hover,
			.dropdown-menu > li > a:focus,
			.dropdown-menu > li > a:hover {
				background-color: #fffad5;
				color: #484746;
			}
	}


	@media screen and (max-width: 767px) {

		.searchBox input[type="search"]:focus {
			background-color: #fff;
			border-radius: 0;
			box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(232,78,15,.6);
			color: #959595;
			cursor: text;
			opacity: 1;
			padding: 0 40px 0 10px;
			width: 175px;
			border-color: #e84e0f !important;
			-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(232,78,15,.6);
		}

		.navbar-nav {
			margin-bottom: 0;
			margin-top: 0;
			background: #f9f8ee;
			-webkit-transition: transform 0.5s linear;
			-ms-transition: transform 0.5s linear;
			transition: transform 0.5s linear;
		}

		.navbar-collapse.in {
			overflow: visible;
		}

		.navbar-header > a {
			margin-left: 15px;
		}

		.navbar-collapse {
			background: #fcd900;
			clear: both;
			position: relative;
			top: 7px;
		}

			.navbar-collapse::after {
				width: 100%;
				height: 20px;
				content: " ";
				box-shadow: 0 7px 10px -4px rgba(0, 0, 0, 0.7);
				position: absolute;
				bottom: 0;
				left: 0;
			}

		.navbar-nav > li > a {
			text-align: left;
			font-size: 16px;
			display: inline-block;
			padding: 10px 20px;
			line-height: 24px;
			color: #000 !important;
		}

		.nav.navbar-right a,
		.navbar-nav.navbar-right button.btn-link {
			text-align: left;
			display: block;
			border-top: 1px solid #e2eded;
			padding: 12px 20px;
			width: 100%;
			line-height: 24px;
			font-size: 16px;
		}

		.nav.navbar-right a {
			border-top: none;
		}

		.navbar-nav .glyphicon {
			display: none;
		}

		.navbar-nav > li:hover > a,
		.nav > li:focus > a {
			background: none;
		}

		.dropdown-menu > .active > a,
		.dropdown-menu > .active > a:focus,
		.dropdown-menu > .active > a:hover {
			background-color: #fffad5;
			color: #484746;
		}

		.dropdown-menu {
			display: block;
			position: inherit;
			background: inherit;
			padding: 0;
			border: none;
			float: none;
			border-radius: 0;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

			.dropdown-menu > li > a:hover,
			.dropdown-menu > li > a:focus {
				background: #fffad5;
			}

		.nav > li,
		.nav > li > ul > li,
		.navbar-nav.navbar-right div {
			border-top: 1px solid #e2eded;
			padding: 2px 0;
		}

		.dropdown-menu > li > a {
			color: #484746;
			font-size: 16px;
			padding: 10px 42px;
			line-height: 24px;
			display: block;
		}

		.navbar-nav > li:not(.dropdown) > a {
			display: block;
		}

			.navbar-nav > li:not(.dropdown) > a:hover {
				color: #484746;
			}

		.navbar-toggle + nav.navbar-collapse {
			position: relative;
			top: 0;
		}

		.navbar-collapse .navbar-nav:not(.navbar-right) {
			bottom: 0;
			left: 0;
			position: relative;
		}

		.navbar-right div {
			position: relative;
			top: 0;
		}

			.navbar-right div > * {
				margin: 0;
			}
	}




	.navbar-toggle {
		background-color: #e84e0f;
		border-radius: 20px;
		height: 39px;
		margin: 0;
		padding: 0;
		position: absolute;
		right: 10px;
		top: 10px;
		width: 39px;
	}

		.navbar-toggle:focus {
			box-shadow: none;
		}

		.navbar-toggle .icon-bar {
			background-color: #fff;
			border-radius: 0;
			height: 3px;
			margin: 5px 7px;
			-webkit-transition: all 0.3s ease;
			transition: all 0.3s ease;
			width: 23px;
			display: block;
		}

		.navbar-toggle:not(.collapsed) .icon-bar + .icon-bar {
			opacity: 0;
		}

		.navbar-toggle:not(.collapsed) .icon-bar {
			height: 5px;
			margin: 0 0 0 5px;
			-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			transform: rotate(45deg);
			width: 27px;
			display: block;
		}

			.navbar-toggle:not(.collapsed) .icon-bar + .icon-bar + .icon-bar {
				margin-top: -10px;
				opacity: 1;
				-webkit-transform: rotate(-45deg);
				-ms-transform: rotate(-45deg);
				transform: rotate(-45deg);
			}

	.navbar-collapse {
		border: none;
	}
	/** Homepage **/
	.news-section h2 {
		font: 1.6em/1.0833em 'Nunito', sans-serif;
		/*border-bottom: solid 5px #c60c30;
    border-image: url(../img/titleKeyline.png) 5 0 stretch;*/
		padding: 0 0 10px;
		border-bottom: 2px solid #C25C96;
		font-weight: 600;
	}

		.news-section h2 a {
			display: block;
			position: relative;
			color: #484746;
		}

			.news-section h2 a:hover {
				color: #e84e0f;
			}

			.news-section h2 a:after {
				width: 17px;
				height: 12px;
				content: " ";
				color: #c60c30;
				background: url(../img/sprites.png) no-repeat 0 0;
				position: absolute;
				right: 0;
				top: 10px;
			}

	.latest-news {
		margin: 0;
		padding: 0;
	}

		.latest-news li {
			list-style-type: none;
			margin: 25px 0;
			clear: both;
			overflow: hidden;
		}

			.latest-news li a {
				display: table-cell;
			}

			.latest-news li .img {
				float: left;
				padding: 0;
				margin: 4px 10px 45px 0;
			}

				.latest-news li .img img {
					width: 80px;
					height: auto;
					max-height: 80px;
					border: solid 1px #dde0e6;
				}

	.col-md-4.column:nth-of-type(2) ul.latest-news div.img img {
		height: auto;
	}

	.latest-news li h3 {
		font-weight: bold;
		margin: 0;
	}

		.latest-news li h3 a {
			color: #159b85;
			font: 0.7em/1.3em 'Nunito', sans-serif;
			display: block;
			font-weight: 700;
		}

			.listing h3 a:hover,
			.latest-news li h3 a:hover {
				color: #107766;
			}

	.latest-news li .news-date {
		color: #777;
		margin-top: 7px;
		font-size: 13px;
		font-style: italic;
	}

	.latest-news li p {
		color: #000;
		font-size: 14px;
		line-height: 19px;
		margin-top: 3px;
		margin-bottom: 0;
	}

	.news-section .col-md-4:nth-child(3) .latest-news .img {
		/*display: none;*/
	}

	.bottom-banners {
		margin-top: 15px;
	}

	@media screen and (max-width: 991px) {

		.searchBox input[type="search"]:focus {
			background-color: #fff;
			border-radius: 0;
			box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(232,78,15,.6);
			color: #959595;
			cursor: text;
			opacity: 1;
			padding: 0 40px 0 10px;
			width: 175px;
			border-color: #e84e0f !important;
			-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(232,78,15,.6);
		}

		.bottom-banners {
			margin-bottom: 60px;
		}
	}

	.bottom-banners .media {
		background-color: transparent;
		border: 1px solid #dde0e6;
	}

		.bottom-banners .media:hover {
			background-color: transparent;
		}

	.media.cta a {
		height: 180px;
		padding-top: 47px;
	}

	.media.cta .glyphicon {
		color: #e84e0f;
	}

	.media.cta .media-body {
		vertical-align: middle;
	}

	.media.cta .media-heading {
		display: inline-block;
		font-size: 20px;
		font-weight: bold;
		line-height: 25px;
		word-break: break-all;
	}

	.media.cta a:hover .media-heading {
		color: #f4a787;
	}

.media.cta .btn {
	background-color: #FFF00D;
}

	.bottom-banners p > img {
		height: auto !important;
		margin-top: 15px;
		width: 100% !important;
	}

	.media-left img {
		height: auto !important;
		margin-right: 5px;
		width: 50px !important;
	}
	/** News Section **/
	.listing {
		height: 175px;
		margin-bottom: 60px;
		clear: both;
	}

		.listing.no-image {
			min-height: 175px;
		}

		.listing h3,
		.listing .description {
			margin-bottom: 5px;
		}

		.listing .description {
			font-size: 1.03em;
			margin-bottom: 5px;
		}

		.listing h3 {
			margin-top: 0;
			font-size: 1.2em;
			line-height: 1.3;
			font-weight: 600;
		}

			.listing h3 a {
				color: #159b85;
				font-weight: 600;
			}

		.listing span.img {
			display: block;
			height: auto;
			width: 175px;
			border: 1px solid #dde0e6;
			background-position: center left;
			background-size: contain;
			background-repeat: no-repeat;
			margin: 0 10px 20px 0;
			float: left;
		}

	#bookListDiv .listing span.img {
		height: 175px;
	}

	.listing img {
		max-width: 100%;
		height: auto;
	}

	#bookListDiv .listing span.img {
		height: 175px;
	}

	.listing .news-date {
		color: #777;
		font-size: 13px;
		font-style: italic;
	}
	/** Policies **/
	.intro .col-md-12 {
		padding-left: 0;
	}

	@media screen and (max-width: 991px) {
		.listing {
			height: auto;
			overflow: hidden;
		}

			.listing span.img {
				margin: 0 10px 0 0;
			}
	}

	@media screen and (max-width: 767px) {
		.intro p {
			margin-bottom: 12px;
			float: none;
			width: 100%;
			padding-right: 0;
		}

		.listing span.img {
			height: auto;
			width: 100px;
		}

		#bookListDiv .listing span.img {
			height: 100px;
		}
	}

	@media screen and (min-width: 992px) and (max-width: 1199px) {
		.latest-news li h3 a {
			font-size: 0.7em;
		}

		.listing {
			min-height: 240px;
		}

			.listing.no-image {
				min-height: 240px;
			}

			.listing span.img {
				margin-bottom: 45px;
			}
	}

	@media screen and (max-width: 991px) {
		.latest-news li h3 a {
			font-size: 1em;
		}

		.listing.no-image {
			height: auto;
			min-height: auto;
		}
	}

	.doc-library h2 {
		font-size: 1.6em;
	}

	.folder img {
		width: 30%;
	}

	.subitems {
		padding: 0;
	}

		.subitems li:nth-of-type(even) {
			background: #eee;
		}

		.subitems li:nth-of-type(odd) {
			margin: 0;
		}

		.subitems li {
			list-style: none;
			margin: 5px 0 0;
			padding: 10px 0 10px 10px;
			color: #333;
			position: relative;
		}

			.subitems li.tree-name {
				background-color: #159B85;
				padding-bottom: 10px;
			}

				.subitems li.tree-name + li {
					margin-top: 0;
				}

			.subitems li a {
				color: #484746;
				font-size: .9em;
			}

	.foldericon {
		padding: 3px 10px 3px 0px;
	}

	.tree-name span.folder-up {
		background: url(../img/folder-return.png) 0 0 no-repeat;
		display: inline-block;
		height: 18px;
		width: 21px;
		background-size: contain;
		float: right;
		margin: 3px 5px 0 0;
	}

	.subitems li.tree-name a {
		color: #fff;
		font-weight: 600;
	}

	.subitems li a[class*='icon-']:before {
		content: '';
		background: url(../img/sprites.png) 0 0 no-repeat;
		display: inline-block;
		height: 19px;
		width: 18px;
		position: absolute;
		top: 10px;
	}

	.subitems li a.icon-general:before {
		background-position: -85px -9px;
		top: 10px;
	}

	.subitems li a.icon-folder:before {
		background-position: -42px -11px;
	}

	.subitems li a.icon-pdf:before {
		background-position: -102px -11px;
		top: 12px;
	}

	.subitems li a.icon-word:before {
		background-position: -64px -10px;
	}

	.subitems li a.icon-xls:before {
		background-position: -121px -11px;
		top: 12px;
	}

	.subitems li a span {
		display: inline-block;
		padding-left: 25px;
	}

		.subitems li a span.name,
		.subitems li span.treename {
			width: 75%;
		}

	@media screen and (min-width: 1200px) {
		.subitems li a span.name, .subitems li span.treename {
			width: 80%;
		}
	}

	@media screen and (min-width: 768px) and (max-width: 1199px) {
		.subitems li a span.name, .subitems li span.treename {
			width: 70%;
		}
	}

	.subitems li a span.date {
		vertical-align: top;
	}

	@media screen and (max-width: 549px) {
		.navbar-header {
			margin-bottom: 10px;
		}

		.col-xs-4 {
			width: 50%;
		}

		.folder:nth-child(5) {
			clear: both;
		}
	}

	.panel-body {
		padding: 20px;
	}

	.panel-default {
		background: #f5f5f5;
		border: none;
		border-radius: 15px;
		-webkit-box-shadow: 0 0 11px -7px rgba(0,0,0,0.69);
		-moz-box-shadow: 0 0 11px -7px rgba(0,0,0,0.69);
		box-shadow: 0 0 11px -7px rgba(0,0,0,0.69);
	}

	.panel-body h2 {
		margin-top: 10px;
		border: none;
	}

	.panel-body p + .form-group {
		padding-top: 15px;
	}

	.panel-body a {
		text-decoration: underline;
	}

	.panel-body .text-center {
		padding-top: 20px;
	}

	.panel-body .btn {
		border-radius: 0;
		/*width: 100%;*/
	}

	.info-img {
		display: none;
	}

	@media screen and (min-width: 768px) {
		.panel-body {
			padding: 32px;
		}
	}

	@media screen and (min-width: 992px) {
		.panel-body {
			padding-bottom: 40px;
		}

		.panel-default {
			min-height: 466px;
		}

			.panel-default.myProfile {
				min-height: 260px;
			}

		.paddingRgt .panel-default {
			margin-bottom: 0;
			margin-right: 50px;
		}

		.paddingLft .panel-default {
			margin-bottom: 0;
			margin-left: 50px;
		}

		.paddingLft.divider {
			border-left: 1px solid #ccc;
		}

		.info-img {
			display: block;
		}

			.info-img img {
				height: auto !important;
				padding-top: 54px;
				width: 100% !important;
			}
	}

	@media screen and (min-width: 1200px) {
		.paddingRgt .panel-default {
			margin-right: 70px;
		}

		.paddingLft .panel-default {
			margin-left: 70px;
		}
	}

	@media screen and (min-width: 768px) and (max-width: 1199px) {
		.form-horizontal .form-group {
			margin-bottom: 0;
		}
	}

	.myProfile h4 {
		margin-bottom: 5px;
	}

		.myProfile h4 + p {
			margin-bottom: 20px;
		}

	.media {
		background: #f5f5f5;
		margin-bottom: 14px;
		transition: background 0.1s linear;
		border-radius: 15px;
		padding: 15px;
		position: relative;
	}

		.media:hover {
			background: #d5d5d5;
		}

		.media:first-child {
			margin-top: 15px;
		}

		.media .label,
		.details .label {
			border-radius: 0;
			font-size: 16px;
			height: 27px;
			line-height: 26px;
			padding: 0 15px;
			position: absolute;
		}

		.media .label {
			right: -5px;
			top: 18px;
		}

	@media screen and (min-width: 768px) {
		.media .label {
			top: 35px;
		}

		.folder h2 {
			font-size: 1em;
		}
	}

	.details .label {
		left: -6px;
		top: 30px;
	}

	@media screen and (max-width: 767px) {
		.details .label {
			left: auto;
			right: 0;
			top: 0;
		}

		img {
			width: 100%;
		}

		table {
			display: block;
			overflow-x: scroll;
		}

		.folder h2 {
			font-size: 1.1em;
		}

		.modal-dialog {
			max-width: 500px;
		}
	}

	.mandatory .label {
		background: #e84e0f;
		color: #fff;
	}

	.optional .label {
		background: #e84e0f;
		color: #fff;
	}

	.table > tbody {
		position: relative;
	}

	.media .label::after,
	.details .label::after {
		content: "";
		height: 7px;
		position: absolute;
		top: 27px;
		width: 7px;
	}

	.media .label::after {
		right: 0;
	}

	.details .label::after {
		left: 0;
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1);
		filter: FlipH;
		-ms-filter: "FlipH";
	}

	@media screen and (max-width: 767px) {
		.details .label::after {
			display: none;
		}
	}

	.mandatory .label::after {
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAIklEQVQImWNg0Az6jxPjlmBgwC4JBzgl0CUxAE4JmCQOAACOrilZKo+MgAAAAABJRU5ErkJggg==);
	}

	.optional .label::after {
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAIElEQVQImWNgYGD4jwfjlsAlyYBLkgGXJAbAKcGATwIAfxEb5ZM38sMAAAAASUVORK5CYII=);
	}

	.media a {
		display: flex;
		height: 215px;
		padding: 52px 20px 41px;
		position: relative;
		z-index: 1;
		align-items: center;
		justify-content: flex-start;
	}

	@media screen and (min-width: 768px) {
		.media a {
			height: 225px;
			padding-bottom: 51px;
			padding-top: 62px;
		}
	}

	.media.location a {
		height: 130px;
		padding-left: 19px;
		padding-top: 22px;
	}

	.location .media-body,
	.location .media-left {
		vertical-align: middle;
	}
	/*.media .glyphicon {
	font-size: 45px;
}*/
	.mandatory a .glyphicon-blackboard,
	.location a .glyphicon-map-marker {
		color: #e84e0f;
	}

	.optional a .glyphicon-blackboard {
		color: #e84e0f;
	}

	.media-heading {
		font-size: 20px;
		line-height: 25px;
	}

	.mandatory a:hover .media-heading,
	.mandatory a:focus .media-heading,
	.location a:hover .media-heading,
	.location a:focus .media-heading {
		color: #484746;
	}

	.optional a:hover .media-heading,
	.optional a:focus .media-heading {
		color: #484746;
	}

	.media a p {
		color: #000;
		font-size: 16px;
		line-height: 19px;
	}

	.media .btn {
		border-radius: 0;
		bottom: 0;
		left: 0;
		position: absolute;
		width: 100%;
	}
	/*.mandatory .btn {
	background: #0089ba;
}*/
.optional .btn,
.location .btn {
	background: #FFF00D;
}

	.table > tbody > tr > td,
	.table > tbody > tr > th,
	.table > thead > tr > td,
	.table > thead > tr > th {
		border: none;
		vertical-align: middle;
	}

	@media screen and (min-width: 1200px) {
		.table > tbody > tr > td,
		.table > tbody > tr > th,
		.table > thead > tr > td,
		.table > thead > tr > th {
			font-size: 18px;
			padding-left: 30px;
			padding-right: 30px;
		}
	}

	.table > thead > tr > th {
		background: #e84e0f;
		border: none;
		color: #fff;
	}

		.table > thead > tr > th a {
			color: #fff;
		}

		.table > thead > tr > th i {
			display: inline-block;
			margin-left: 4px;
		}

			.table > thead > tr > th i span {
				display: inline-block;
				text-indent: -3000px;
			}

	.table-striped > tbody > tr:nth-of-type(odd) {
		background-color: transparent;
	}

	.table-striped > tbody > tr:nth-of-type(2n),
	.table-course > tbody > tr:nth-of-type(4n+3),
	.table-course > tbody > tr:nth-of-type(4n+4) {
		background-color: #eee;
	}

	td:last-child {
		text-align: right;
	}

	.attended,
	.completed {
		color: #009d00;
	}

	table .btn {
		padding: 6px 20px;
		font-size: 16px;
	}

	.content .newsDate {
		display: block;
		margin-bottom: 20px;
		margin-top: -20px;
	}

	.content table {
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #ddd;
		margin-bottom: 30px;
		max-width: 100%;
		min-height: 0.01%;
		overflow-x: auto;
		width: 100%;
	}

		.content table > tbody > tr > td,
		.content table > tbody > tr > th,
		.content table > tfoot > tr > td,
		.content table > tfoot > tr > th,
		.content table > thead > tr > td,
		.content table > thead > tr > th {
			line-height: 1.42857;
			padding: 8px;
			text-align: left;
			vertical-align: top;
		}

		.content table p {
			margin-bottom: 0;
		}

		.content table tr:nth-of-type(2n+2) {
			background-color: #f1f1f1;
		}

	.content li {
		margin-bottom: 10px;
	}

	.col-md-4.rgtSide img {
		height: auto;
		margin-top: 10px;
		width: 100% !important;
	}

	.details {
		background: #eee;
		display: inline-block;
		margin: 0 15px 40px;
		padding: 30px 0 10px;
		position: relative;
		width: calc(100% - 30px);
	}

	@media screen and (min-width: 768px) {
		.details {
			padding-left: 15px;
			padding-right: 15px;
		}
	}

	.details.lessDetails {
		margin-bottom: 25px;
		padding-bottom: 30px;
	}

	.details h1 {
		margin-bottom: 0;
	}

	@media screen and (min-width: 992px) {
		.details h1 {
			margin-bottom: 10px;
		}
	}

	@media screen and (min-width: 1200px) {
		.details h1 {
			margin-bottom: 20px;
		}
	}

	.details:not(.lessDetails) h1 {
		margin-top: 43px;
	}

	@media screen and (max-width: 767px) {
		.details:not(.lessDetails) h1 {
			margin-top: 10px;
			margin-bottom: 20px;
		}
	}

	.details h1::after {
		display: none;
	}

	.details + .container {
		margin-bottom: 30px;
		margin-top: -20px;
	}

	.details .table > tbody > tr > td {
		padding-right: 0;
		vertical-align: top;
		white-space: nowrap;
	}

	@media screen and (max-width: 767px) {
		.details .table > tbody > tr > td {
			line-height: 18px;
			padding-bottom: 4px;
			padding-top: 4px;
			white-space: normal;
		}
	}

	.details .table > tbody > tr > td:first-child {
		font-weight: bold;
		padding-left: 0;
		width: 100px;
	}

	.details .table > tbody > tr > td:last-child {
		text-align: left;
		width: auto;
	}

	.clinical th:nth-child(1) {
		width: 10%;
	}

	.clinical th:nth-child(2) {
		width: 25%;
	}

	.clinical th:nth-child(3) {
		width: 40%;
	}

	.clinical th:nth-child(4) {
		width: 15%;
	}

	.clinical td:last-child {
		text-align: left;
	}

	.lessDetails .col-md-6 {
		display: table;
		height: 290px;
	}

		.lessDetails .col-md-6 > div:not(#Map) {
			display: table-cell;
			padding-top: 4px;
			vertical-align: middle;
		}

	.lessDetails h4 {
		color: #c60c30;
		margin-bottom: 5px;
	}

	.lessDetails b {
		padding-right: 10px;
	}

	#Map {
		border: 1px solid #ccc;
		height: 320px;
		width: 100%;
	}

	@media screen and (min-width: 768px) {
		#Map {
			height: 525px;
		}
	}

	.lessDetails #Map {
		height: 290px;
	}

	.gm-style-iw * {
		display: block;
		width: auto;
	}

	.gm-style-iw h5 {
		margin: 0;
	}

	#Map + p {
		margin-top: 18px;
	}

		#Map + p a {
			text-decoration: underline;
		}

			#Map + p a:hover {
				color: #c60c30;
				text-decoration: none;
			}

	.glyphicon-new-window {
		color: #999;
		left: 7px;
		top: 3px;
	}

	.details + .place {
		/*margin-top: -40px;*/
		margin-top: 0;
	}

	@media screen and (min-width: 992px) {
		.details + .place {
			/*margin-top: -30px;*/
			margin-top: 0;
		}
	}

	.place h2 {
		color: #333;
	}

	.place .P2B-table {
		border-bottom: 2px solid #fcd900;
	}

	.place:last-of-type .P2B-table {
		border: none;
	}

	@media screen and (max-width: 767px) {
		.P2B-table th {
			line-height: 18px !important;
		}

		.modal-link.btn {
			border-radius: 0;
			font-weight: bold;
			width: 100%;
		}

		.myCourses th {
			line-height: 18px !important;
			display: none;
		}

		.myCourses tbody tr td {
			float: left;
		}

			.myCourses tbody tr td:nth-of-type(2) {
				padding-bottom: 0;
			}

			.myCourses tbody tr td:nth-of-type(3) {
				padding-bottom: 20px;
			}

		.myCourses td:first-child {
			color: #c60c30;
			font-weight: bold;
			padding-bottom: 0;
		}

		.table-striped > tbody > tr:nth-of-type(2n+1) {
			display: flex;
			flex-direction: column;
			width: 100%;
		}

		.bi-chevron-down {
			display: none;
		}

		.table > tbody {
			display: block;
		}

		.myCourses td:last-child {
			bottom: 0;
			padding-bottom: 0.5rem;
			position: relative;
			width: 100%;
		}

		.myCourses .btn {
			border-radius: 0;
			font-weight: bold;
			width: 100%;
		}

		.table-course td:last-child {
			text-align: left;
			width: auto;
		}
	}

	@media screen and (min-width: 768px) {
		.table-course th:last-child {
			padding-right: 141px;
		}

		.table-course > tbody > tr:nth-of-type(even) {
			width: 100px;
			position: absolute;
			right: 15px;
			margin-top: -50px;
		}

		.table-course td {
			height: 50px;
		}

		.table-course > tbody > tr:nth-of-type(odd) td:last-child {
			padding-right: 130px;
		}

		.table-course > tbody > tr:nth-of-type(even) td {
			float: right;
		}
	}

	@media screen and (min-width: 1200px) {
		.table-course th:last-child {
			padding-right: 222px;
		}

		.table-course > tbody > tr:nth-of-type(even) {
			right: 35px;
		}

		.table-course > tbody > tr:nth-of-type(odd) td:last-child {
			padding-right: 210px;
		}

		.table-course > tbody > tr:nth-of-type(even) td {
			padding-left: 0;
			padding-right: 0;
		}

		.myCourses {
			margin-top: 15px;
		}
	}

	.wizardSteps {
		display: table;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		width: 100%;
	}

	@media screen and (min-width: 768px) {
		.wizardSteps {
			display: block;
			left: auto;
			margin-bottom: 30px;
			margin-top: 0;
			overflow: hidden;
			width: 100%;
		}
	}

	.wizardSteps::before {
		background: #484746;
		content: "";
		display: block;
		height: 2px;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		top: 14px;
		width: 75%;
		z-index: -1;
	}

	@media screen and (min-width: 768px) {
		.wizardSteps::before {
			top: 16px;
		}
	}

	.step {
		float: left;
		text-align: center;
		width: 25%;
	}

		.step > span {
			display: inline-block;
			text-indent: -3000px;
		}

	@media screen and (min-width: 768px) {
		.step > span {
			text-indent: 0;
		}
	}

	.number {
		margin: 0 auto 2px;
		width: 38px;
	}

		.number span {
			background-color: #fff;
			border: 2px solid #e84e0f;
			border-radius: 50%;
			color: #484746;
			display: table-cell;
			font-size: 16px;
			font-weight: bold;
			height: 26px;
			vertical-align: middle;
			width: 26px;
		}

	@media screen and (min-width: 768px) {
		.number span {
			font-size: 18px;
			height: 34px;
			width: 34px;
		}
	}

	.number .active {
		background: #e84e0f;
		color: #fff;
	}

	.number .glyphicon-ok {
		color: #e84e0f;
		padding-right: 2px;
	}

	@media screen and (max-width: 767px) {
		.form-group-lg .form-control {
			font-size: 16px;
		}
	}

	.media.fullyBooked .media-heading,
	.media.fullyBooked a .glyphicon {
		color: #777;
	}

	.media.fullyBooked a:hover .media-heading,
	.media.fullyBooked a:focus .media-heading {
		color: #666;
	}

	.media.fullyBooked .btn {
		background-color: #777;
	}

		.media.fullyBooked .btn::after {
			content: " (FULLY BOOKED)";
			padding-left: 2px;
		}

	.fullyBooked .label {
		background-color: #777 !important;
	}

	.table-course td:last-child {
		text-align: left;
	}

	.mandatory .media-body,
	.optional .media-body {
		vertical-align: middle;
	}
	/* SEARCH RESULTS
-------------------------------------------------------------------------------- */
	.searchPg form {
		background-color: #eee;
		overflow: hidden;
		padding: 20px;
	}

	@media screen and (min-width: 992px) {
		.searchPg form {
			margin-top: -20px;
		}
	}

	.searchPg .form-control {
		float: left;
		width: 60%;
	}

	.searchPg .btn {
		float: right;
		height: 45px;
	}

	.form-control:focus {
		border-color: rgb(232, 78, 15);
		box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(232,78,15,.6);
		-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(232,78,15,.6);
	}

	@media screen and (max-width: 767px) {
		.form-control:focus {
			border-color: rgb(232, 78, 15);
			box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(232,78,15,.6);
			-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(232,78,15,.6);
		}

		.searchPg .form-control {
			font-size: 14px;
			height: 34px;
			line-height: 1.42857;
			padding: 6px 12px;
			width: 100%;
			margin-bottom: 20px;
		}

		.searchPg .btn {
			font-size: 14px;
			font-weight: 400;
			height: 39px;
			line-height: 1.42857;
			font-weight: bold;
		}
	}

	.searchResults {
		padding-top: 10px;
	}

		.searchResults ul {
			padding-left: 0;
		}

		.searchResults li {
			list-style: none;
			margin-bottom: 30px;
		}

		.searchResults .fa {
			border-right: 1px solid #ccc;
			display: table-cell;
			padding-right: 10px;
		}

	.fa-file-pdf-o {
		color: #ff3500;
	}

	.fa-file-word-o {
		color: #2b579a;
	}

	.fa-file-excel-o {
		color: #217346;
	}

	.fa-file-powerpoint-o {
		color: #b7472a;
	}

	.fa-file-text-o {
		color: #555;
	}

	.fa-globe {
		color: #518fda;
		font-size: 115%;
		letter-spacing: -2px;
	}

	.searchResults p {
		display: table-cell;
		font-weight: normal;
		margin-bottom: 0;
		padding-left: 10px;
	}

	.searchResults > p {
		padding: 20px 0 30px;
	}

	.searchResults ul p::after {
		content: "...";
	}

	.searchPg form + p {
		margin-top: 20px;
	}

	.pagination-container {
		text-align: center;
	}

	.pagination > li > a, .pagination > li > span {
		position: relative;
		float: left;
		padding: 6px 12px;
		margin-left: -1px;
		line-height: 1.42857143;
		color: #337ab7;
		text-decoration: none;
		background-color: #fff;
		border: 1px solid #ddd;
	}

	.pagination > li > a, .pagination > li > span {
		position: relative;
		float: left;
		padding: 6px 12px;
		margin-left: -1px;
		line-height: 1.42857143;
		color: #337ab7;
		text-decoration: none;
		background-color: #fff;
		border: 1px solid #ddd;
	}

	.pagination > li {
		margin-bottom: 0;
	}

	.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
		z-index: 3;
		color: #fff;
		cursor: default;
	}

		.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
			background-color: #e84e0f !important;
			border-color: #e84e0f !important;
		}

	.pagination > li > a {
		color: #484746 !important;
	}

	.bg-warning {
		margin: 30px 0 25px;
		padding: 20px 20px 15px;
	}

		.bg-warning > p:first-child {
			margin-bottom: 26px;
		}

		.bg-warning li {
			margin-bottom: 5px;
		}
	/* FOOTER
-------------------------------------------------------------------------------- */
	footer {
		background: #484746;
		width: 100%;
	}

	@media screen and (min-width: 992px) {
		footer {
			bottom: 0;
			left: 0;
			position: absolute;
		}

		.bs-footer-links li a {
			color: #ffffff;
		}
	}

	.footerContainer {
		position: relative;
		height: auto;
		padding-bottom: 5px;
	}

	@media screen and (min-width: 992px) {
		footer {
			height: 100px;
		}

		.footerContainer {
			padding-top: 10px;
		}
	}

	.footerContainer .sm-links img {
		width: 46px !important;
		height: auto !important;
	}

	.footerContainer > p {
		color: #000;
		font-size: 14px;
		line-height: 17px;
		padding-top: 10px;
	}

	@media screen and (min-width: 768px) {

		.bs-footer-links li a {
			color: #ffffff !important;
		}

			.bs-footer-links li a:hover {
				color: #FFF00D !important;
			}

		.bs-footer-links {
			margin-bottom: 12px;
		}

		.footerContainer > p {
			font-size: 16px;
			line-height: 19px;
			padding-top: 17px;
		}
	}

	.footerContainer > p a {
		color: #000;
		text-decoration: underline;
	}

		.footerContainer > p a:hover {
			text-decoration: none;
		}

	.footerContainer .sm-links {
		margin: 13px 0 0;
		padding: 0;
	}

		.footerContainer .sm-links li {
			list-style-type: none;
			display: inline-block;
			margin-right: 7px;
		}

	@media screen and (max-width: 767px) {

		.bs-footer-links li a {
			color: #ffffff !important;
		}

			.bs-footer-links li a:hover {
				color: #FFF00D !important;
			}

		footer {
			bottom: 0;
			left: 0;
			position: relative;
		}

		.footerContainer .sm-links {
			margin-bottom: 15px;
		}
	}

	@media screen and (max-width: 480px) {
		.subitems li a span.name,
		.subitems li span.treename {
			width: 70%;
		}
	}

	@media screen and (max-width: 320px) {
		.bottom-banners {
			margin-bottom: 120px;
		}

		.subitems li a span.name,
		.subitems li span.treename {
			width: 65%;
		}

		.footerContainer .sm-links li img {
			width: 42px !important;
			height: 42px !important;
		}
	}

	.bs-footer-links,
	.copyright {
		text-align: right;
	}

	@media screen and (min-width: 992px) {
	}

	.bs-footer-links li {
		display: inline-block;
		list-style: none;
		padding-right: 20px;
	}

		.bs-footer-links li:last-child {
			padding-right: 0;
		}

		.bs-footer-links li a {
			font-size: 11px;
		}

			.bs-footer-links li a:hover {
				color: #FFF00D;
			}

	.copyright {
		color: #fff;
	}

		.copyright p {
			display: inline-block;
			font-size: 11px;
		}

			.copyright p + p {
				display: block;
				margin-top: 2px;
			}

			.copyright p span {
				padding-left: 20px;
			}

	@media screen and (max-width: 379px) {
		.copyright p span {
			padding-left: 0;
			display: inline-block;
		}
	}

	.copyright a {
		color: #fff;
	}

		.copyright a:hover {
			color: #FFF00D;
		}

	@media screen and (max-width: 767px) {
		.bs-footer-links,
		.copyright {
			text-align: left;
			padding: 0;
			margin: 0;
		}

			.copyright p {
				margin: 10px 0 0;
			}
	}

	@media screen and (min-width: 768px) {
		.bs-footer-links li a {
			font-size: 12px;
		}
	}

	@media screen and (min-width: 992px) {
		.bs-footer-links li a {
			font-size: 13px;
		}
	}

	@media screen and (min-width: 768px) {
		.copyright p {
			font-size: 12px;
		}

			.copyright p + p {
				display: inline-block;
			}
	}

	@media screen and (min-width: 992px) {
		.copyright p {
			font-size: 13px;
			margin: 0;
		}
	}
	/* COOKIES CONSENT BANNER
-------------------------------------------------------------------------------- */
	.navbar-expand-lg {
		flex-wrap: wrap;
	}

	#eu-cookies-banner {
		background: #484746;
		display: none;
		width: 100%;
	}

	.eu-cookies-message {
		/* max-width: 1500px;*/
		margin: auto;
		color: #fff;
		padding: 10px 10px;
	}

		.eu-cookies-message div {
			height: 46px;
			display: table;
			text-align: center;
		}

		.eu-cookies-message p {
			display: table-cell;
			vertical-align: middle;
			margin-bottom: 0;
			font: 14px/16px 'Nunito', sans-serif;
			text-align: center;
		}

	#eu-cookies-banner .btn {
		margin: 1px 10px 0;
		padding: 10px 20px 9px 30px;
	}

	#eu-cookies-banner .glyphicon {
		top: 2px;
	}

	@media screen and (min-width: 768px) {
		.eu-cookies-message div {
			height: 56px;
		}
		/*.eu-cookies-message p {
		text-align: right;
	}*/
		#eu-cookies-banner .btn {
			margin-top: 6px;
		}
	}

	@media screen and (min-width: 992px) {
		.eu-cookies-message p,
		#eu-cookies-banner .btn {
			font-size: 16px;
			line-height: 18px;
		}
	}

	@media screen and (min-width: 768px) and (max-width: 1199px) {
		nav#bs-navbar {
			margin-top: 46px;
		}

		.navbar-nav:not(.navbar-right) {
			align-items: center;
			display: flex;
			left: -30px;
			position: relative;
		}

		.navbar-nav > li > a {
			align-items: center;
			display: flex;
			height: 54px;
			justify-content: center;
			margin: 0;
			padding: 5px 15px 9px;
			text-align: center;
			width: 140px;
		}

		.nav > li.dropdown:focus > a,
		.navbar-nav > li.dropdown:hover > a {
			margin: -5px 9px 0;
			padding: 5px 15px 9px 9px;
		}

		.dropdown .glyphicon {
			right: -5px;
			top: 0;
		}

		.navbar-nav .dropdown .dropdown-menu {
			margin-left: -10px;
			margin-top: 20px;
		}
	}

	@media screen and (min-width: 992px) and (max-width: 1199px) {
		.searchBox {
			right: 0;
		}
	}

	@media print {
		.modal-open > .container > .row > .wizardSteps,
		.modal-open > .container > .row > .details,
		.modal-open > .container > .row > .place {
			display: none;
		}

		a[href]:after {
			content: none !important;
		}
	}

	.form-horizontal .form-group-lg .control-label {
		text-align: left;
	}

	.profile-label-val {
		font-weight: normal;
	}

	.panel {
		margin-bottom: 20px;
	}
	/*password strength*/
.form-container .pass-strength .field {
	width: 100%;
	display: flex;
	position: relative;
}
.pass-strength .field {
	width: 100%;
	display: flex;
	position: relative;
}


	.pass-strength .field input {
		transition: all 0.3s;
		font-size: 1.25rem;
		padding :.5rem 1rem;
	}

	.pass-strength .field input:focus {
		border-color: #51A33D;
		box-shadow: none;
	}
.pass-strength input::-ms-reveal, .pass-strength input::-ms-clear {
	display: none;
}
input::-ms-reveal, input::-ms-clear {
	display: none;
}
.pass-strength .field .showBtn {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1rem;
	font-weight: 700;
	cursor: pointer;
	display: none;
	user-select: none;
}

.pass-strength .indicator {
	height: 5px;
	margin: 10px 0;
	display: flex;
	width:100%;
	align-items: center;
	justify-content: space-between;
	display: none;
}

	.pass-strength .indicator span {
		position: relative;
		height: 100%;
		width: 100%;
		background: lightgrey;
		border-radius: 5px;
	}

		.pass-strength .indicator span:nth-child(2) {
			margin: 0 3px;
		}

		.pass-strength .indicator span.active:before {
			position: absolute;
			content: '';
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			border-radius: 5px;
		}

.indicator span.weak:before {
	background-color: #dc3545;
}

.indicator span.medium:before {
	background-color: #FF9E4A;
}

.indicator span.strong:before {
	background-color: #51A33D;
}

.pass-strength .text {
	display: none;
	margin-bottom: -10px;
}

	.pass-strength .text.weak {
		color: #dc3545;
	}

	.pass-strength .text.medium {
		color: #FF9E4A;
	}

	.pass-strength .text.strong {
		color: #51A33D;
	}

.news-section .media.cta a {
    height: 180px;
    padding-top: 0;
}
.homecta .orange-box h2 a {
	border: none;
	color: #fff;
	text-transform: none;
	font-weight: 700;
	font-size: 1.05rem;
	text-align: center;
	line-height: 1.25;
}
.news-section .homecta.external .orange-box h2 a:after {
	font-family:'FontAwesome';
	content: " \f08e";
	font-size: 1rem;
	font-weight: 400;
	position: relative;
	right: 0;
	top: 0;
	color: inherit;
	background: none;
	display: inline;
}
.news-section .homecta .orange-box h2 a:after {
	display:none;
}
	.homecta .orange-box h2 {
		border: none;
		margin: 0;
		padding: 10px 60px;
	}
	.homecta .orange-box h2 a:hover {
		color: #fff297;
	}
.homecta img {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	max-width: 100%;
	height: auto;
}
.homecta {
	margin-right: 20px;
}

.orange-box {
	background: #e84e0f;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}