body {
	color: #445464;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	min-height: 100vh;
	line-height: 24px;
	min-width: 335px;
	overflow-y: scroll;
}
a {
	color: #225d97;
	font-weight: 800;
}
a:hover, a:active, a:focus {
	color: #225d97;
	text-decoration: underline;
}

/* HEADER */
header {
	/* height: 300px; */
	/* background-image: url(../images/bg_1.jpg);
	background-position: center 70px;
	background-repeat: no-repeat;
	background-size: auto 300px; */
}
@media (min-width: 500px) {
	header {
		background-position: center top;
		background-size: auto 480px;
	}
}
@media (min-width: 768px) {
	header {
		background-position: center center;
		background-size: cover;
	}
}
/* .seed-1 header {
	background-image: url(../images/bg_1.jpg);
}
.seed-2 header {
	background-image: url(../images/bg_2.jpg);
}
.seed-3 header {
	background-image: url(../images/bg_4.jpg);
}
.seed-4 header {
	background-image: url(../images/bg_4.jpg);
}
.seed-5 header {
	background-image: url(../images/bg_5.jpg);
} */
header .full-nav {
	display: none;
	height: 164px;
	background: #fff;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.12);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
header .full-nav .container {
	padding: 0;
}
header .full-nav .title-wrapper {
	height: 104px;
}
header .full-nav .title-wrapper h1 {
	margin: 0;
	padding: 0;
}
header .full-nav .title-wrapper h1 a {
	display: block;
	width: 430px;
	height: 104px;
	text-indent: -10000px;
	outline: 0;
	background: url(../images/logo.png) 0 0 no-repeat;
}
header .full-nav .title-wrapper .search {
	margin-top: 27px;
	height: 50px;
	border: 1px solid #dce0e5;
	background: #fff;
	box-shadow: 2px 2px 7px rgba(0,0,0,0.05) inset;
	position: relative;
	width: 280px;
}
header .full-nav .title-wrapper .search form {
	margin: 0;
	padding: 0;
}
header .full-nav .title-wrapper .search label {
	display: block;
	position: absolute;
	top: 0;
	left: 20px;
	line-height: 50px;
	font-size: 12px;
	color: #445464;
	text-transform: uppercase;
	font-weight: 400;
}
header .full-nav .title-wrapper .search.has-text label,
header .full-nav .title-wrapper .search.has-focus label {
	display: none;
}
header .full-nav .title-wrapper .search input[type=text] {
	display: block;
	margin: 0;
	border: 0;
	padding: 0 50px 0 20px;
	height: 50px;
	width: 100%;
	line-height: 50px;
	font-size: 12px;
	color: #445464;
	text-transform: uppercase;	
	background: transparent;
}
header .full-nav .title-wrapper .search button {
	display: block;
	position: absolute;
	top: 15px;
	right: 20px;
	margin: 0;
	border: 0;
	padding: 0;
	width: 24px;
	height: 20px;
	background: transparent url(../images/search_btn.png) 0 0 no-repeat;
	text-indent: -10000px;
	outline: 0;
}
header .full-nav .title-wrapper .search button:hover {
	background-position: 0 -20px;
}
header .full-nav .menu-wrapper {
	height: 60px;
	background: #960e00;
}
header .full-nav .menu-wrapper .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
header .full-nav .menu-wrapper .menu > li {
	float: left;
	position: relative;
}
header .full-nav .menu-wrapper .menu > li > a,
header .full-nav .menu-wrapper .menu > li > span {
	display: block;
	line-height: 60px;
	padding: 0 10px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
header .full-nav .menu-wrapper .menu > li > span {
	cursor: default;
}
header .full-nav .menu-wrapper .menu > li:hover > a,
header .full-nav .menu-wrapper .menu > li.active > a {
	background-color: #dce0e5;
	color: #445464;
	text-decoration: none;
}
header .full-nav .menu-wrapper .menu > li > ul {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	width: 300px;
	background-color: white;
	overflow: auto;
	margin: 0;
	border: 0;
	padding: 0px;
	list-style: none;
	border-left: 1px solid #dce0e5;
	border-right: 1px solid #dce0e5;
	border-bottom: 1px solid #dce0e5;
	box-shadow: 4px 4px 7px rgba(0,0,0,0.05);
}
	header .full-nav .menu-wrapper .menu > li > ul > li:last-child{
		/* background: #fff url() no-repeat scroll left bottom; */
		background-color: #fff;
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: contain;
		margin-bottom: 30px;
		padding-bottom: 119px;
	}
@media (max-height: 1000px) {
	header .full-nav .menu-wrapper .menu > li > ul {
		max-height: calc(100vh - 164px);
	}
}
header .full-nav .menu-wrapper .menu > li.nav-aboutus > ul > li:last-child {
	background-image: url(../images/dropdown_about.jpg);
}
header .full-nav .menu-wrapper .menu > li.nav-forms > ul > li:last-child {
	background-image: url(../images/dropdown_forms.jpg);
}
header .full-nav .menu-wrapper .menu > li.nav-news > ul > li:last-child {
	background-image: url(../images/dropdown_news.jpg);
}
header .full-nav .menu-wrapper .menu > li.nav-publications > ul > li:last-child {
	background-image: url(../images/dropdown_publications.jpg);
}
header .full-nav .menu-wrapper .menu > li.nav-ethicsrules > ul > li:last-child {
	background-image: url(../images/dropdown_services.jpg);
}
header .full-nav .menu-wrapper .menu > li.nav-training > ul > li:last-child {
	background-image: url(../images/dropdown_training.jpg);
}


header .full-nav .menu-wrapper .menu > li:hover > ul {
	display: block;
}
header .full-nav .menu-wrapper .menu > li > ul > li {
	margin: 0 30px;
	padding: 0;
	border-top: 1px solid #dce0e5;
}
header .full-nav .menu-wrapper .menu > li > ul > li:first-child {
	border-top-width: 0px;
}
header .full-nav .menu-wrapper .menu > li > ul > li > a {
	display: block;
	padding: 15px 0px;
	line-height: 20px;
	font-size: 14px;
	color: #445464;
	font-weight: 400;
}
header .full-nav .menu-wrapper .menu > li > ul > li > a:hover {
	background-color: #dce0e5;
	text-decoration: none;
}
header .full-nav .menu-wrapper .social {
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}
header .full-nav .menu-wrapper .social li {
	float: left;
	margin-left: 1px;
}
header .full-nav .menu-wrapper .social li a {
	display: block;
	width: 60px;
	height: 60px;
	text-indent: -10000px;
	outline: 0;
	background: center center no-repeat;
	opacity: .8;
	background-color: cyan;
}
header .full-nav .menu-wrapper .social li a:hover {
	opacity: 1;
}

/* header .full-nav .menu-wrapper .social li.facebook a {
	background-image: url(../images/icon_fb.png);
}
header .full-nav .menu-wrapper .social li.twitter a {
	background-image: url(../images/icon_tw2.png);
}
header .full-nav .menu-wrapper .social li.flickr a {
	background-image: url(../images/icon_fl.png);
}
header .full-nav .menu-wrapper .social li.youtube a {
	background-image: url(../images/icon_yt.png);
}
header .full-nav .menu-wrapper .social li.instagram a {
	background-image: url(../images/icon_ig2.png);
} */

header .mobile-nav {
	display: block;
}
header .mobile-nav .navbar {
	/*
	background: #1c2d3d;
	color: #fff;
	*/
	background: #fff;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.12);
	border-bottom: 0;
}
header .mobile-nav .navbar .container {
	padding: 0 30px;
}
header .mobile-nav .navbar .navbar-header {
	height: 80px;
	min-width: 290px;
}
header .mobile-nav .navbar-brand {
	color: #1c2d3d;
	font-weight: 700;
	height: auto;
	padding: 0;
	text-transform: uppercase;
}

@media (max-width: 767px) {
	header .mobile-nav .navbar .navbar-header {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
	}
	header .mobile-nav .navbar-brand {
		flex-grow: 1;
		flex-shrink: 1;
		
		float: none;
	}
	header .mobile-nav .navbar-toggle {
		flex-grow: 0;
		flex-shrink: 0;
		order: 1;
		
		float: none;
		margin: 0;
	}
}

header .mobile-nav .navbar-brand .line-1 {
	display: block;
	font-size: 16px;
	line-height: 16px;
}
header .mobile-nav .navbar-brand .line-1 span {
	color: #960e00;
	font-weight: 400;
}
/* @media (min-width: 992px) {
	header .mobile-nav .navbar-brand .line-1 {
		font-size: 32px;
		line-height: 32px;
	}
} */
header .mobile-nav .navbar-brand .line-2 {
	display: block;
	font-size: 24px;
	line-height: 24px;
}
header .mobile-nav .navbar-brand .line-2 span {
	font-weight: 400;
}
header .mobile-nav .navbar-toggle {
	margin-top: 23px;
	margin-bottom: 23px;
	border: 0;
	background: transparent;
}
header .mobile-nav .navbar-toggle:hover,
header .mobile-nav .navbar-toggle:active,
header .mobile-nav .navbar-toggle:focus {
	background: #1c2d3d;
}
header .mobile-nav .navbar-toggle .icon-bar {
	background-color: #1c2d3d;
}
header .mobile-nav .navbar-toggle:hover .icon-bar,
header .mobile-nav .navbar-toggle:active .icon-bar,
header .mobile-nav .navbar-toggle:focus .icon-bar {
	background-color: #fff;
}
header .mobile-nav .social {
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
	background: #1c2d3d;
}
header .mobile-nav .social li {
	float: left;
	margin-left: 1px;
}
header .mobile-nav .social li a {
	display: block;
	width: 60px;
	height: 60px;
	text-indent: -10000px;
	outline: 0;
	background: center center no-repeat;
	opacity: .8;
	background-color: cyan;
}
header .mobile-nav .social li a:hover {
	opacity: 1;
}
header .mobile-nav .social li.facebook a {
	background-image: url(../images/icon_fb.png);
}
header .mobile-nav .social li.twitter a {
	background-image: url(../images/icon_tw2.png);
}
header .mobile-nav .social li.flickr a {
	background-image: url(../images/icon_fl.png);
}
header .mobile-nav .social li.youtube a {
	background-image: url(../images/icon_yt.png);
}
header .mobile-nav .social li.instagram a {
	background-image: url(../images/icon_ig2.png);
}
@media (min-width: 768px) {
	/* header {
		height: 900px;
		margin-top: 100px;
	} */
	/* header .header-inner {} */
	header .full-nav {
		display: block;
	}
	header .mobile-nav {
		display: none;
	}
}
@media (min-width: 992px) {
	header .full-nav .menu-wrapper .menu > li > a,
	header .full-nav .menu-wrapper .menu > li > span {
		padding: 0 20px;
	}
}
@media (min-width: 1200px) {
	header .full-nav .menu-wrapper .menu > li > a,
	header .full-nav .menu-wrapper .menu > li > span {
		padding: 0 30px;
	}
}


/* MAIN CONTENT */
.main-content {}
@media (min-width: 768px) {
	.main-content {
		margin-top: 204px;
	}
}
.main-content a[name] { scroll-margin-top: 80px; }
@media (min-width: 768px) {
	.main-content a[name] {
		scroll-margin-top: 164px;
	}
}
.main-content > .container {
	background: #fff;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.12);
}

.subpage-content {
	/* float: none; */
	padding: 0 30px;
}
#pagehead h1 {
	font-size: 32px;
	font-weight: 700;
	color: #1c2d3d;
	border-bottom: 1px solid #dce0e5;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
#pagehead .cookie-crumbs {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	color: #8a929b;
	text-transform: uppercase;
}
#pagehead .cookie-crumbs li {
	display: inline-block;
}
#pagehead .cookie-crumbs li:before {
	content: " / ";
	display: inline-block;
}
#pagehead .cookie-crumbs li:first-child:before {
	display: none;
}
#pagehead .cookie-crumbs li a {
	color: #8a929b;
	font-weight: 600;
}
.subpage-share {
	background: #ebebeb;
	margin-bottom: 40px;
	padding: 20px 30px 5px;
	margin-top: 0;
	margin-left: -30px;
	margin-right: -30px;
}

.subpage-share .facebook {
	display: block;
	float: left;
	margin-right: 20px;
}
.subpage-share .twitter {
	display: block;
	float: left;
	margin-right: 20px;
}
.subpage-share iframe {
	display: block;
}
.subpage-share .facebook iframe {
	width: 350px;
}
.content-wrapper {
	padding-bottom: 40px;
}
.subpage-sidebar {
	/* float: none; */
	background: #1c2d3d;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
}
.subpage-sidebar .section {
	padding-bottom: 30px;
}
.subpage-sidebar .section:first-child {
	padding-top: 30px;
}
.subpage-sidebar .section h3 {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	margin: 0 0 0;
	padding: 0 0 10px;
	border-bottom: 1px solid #b9b9b9;
}
.subpage-sidebar .section ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.subpage-sidebar .section ul li {
	border-bottom: 1px solid #b9b9b9;	
	margin: 0;
	padding: 10px 0 10px 20px;
	font-size: 18px;
	line-height: 20px;
	background: url(../images/bullet_sidebar.png) 8px 18px no-repeat;
}
.subpage-sidebar .section ul li a {
	color: #fff;
	font-weight: 400;
}
.subpage-sidebar .section ul li a:hover,
.subpage-sidebar .section ul li a:active {
	text-decoration: none;
	color: #4ba1ff;
}
.subpage-sidebar .section ul li .relatedpostTitle {
	font-weight: 700;
	display: block;
}
.subpage-sidebar .section ul li .relatedpostDate {
	display: block;
	font-style: italic;
	font-size: 14px;
}
@media (min-width: 768px) {
	.subpage-content {
		padding: 0 40px;
	}
	.subpage-share {
		margin-top: 40px;
		margin-left: 0;
		margin-right: 0;
		padding: 20px 20px 5px;
	}
	.subpage-share-floater {
		float: right;
	}	
	.subpage-sidebar {
		padding-left: 40px;
		padding-right: 40px;
	}
	.subpage-sidebar .section {
		padding-bottom: 40px;
	}
	.subpage-sidebar .section:first-child {
		padding-top: 40px;
	}
}
@media (min-width: 992px) {
	.main-content>.container>.row {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
	}
	.main-content .subpage-content {
		flex-grow: 1;
		flex-basis: 66.66%;
		
		width: auto;
	}
	.main-content .subpage-sidebar {
		flex-grow: 1;
		flex-basis: 33.33%;
		order: -1;
		
		width: auto;
	}
}

.nosidebar {
	padding: 5px;
}

.nonav {
}
	.nonav header {
		margin-top: 58px;
		height: 543px;
	}
		.nonav header .full-nav {
			height: 110px;
		}
		.nonav header button {
			display: none;
		}
@media (max-width: 1200px) {
	.nonav header {
		height: 23px;
	}
	.nonav header .mobile-nav .social{
		display: none;
	}
}

.searchResultLabel {
    border-radius: 5px;
    background-color: #215A99;
    display: inline-block;
    color: white;
    padding: 5px;
    text-align: center;
    margin-top: 5px;
}
.searchResultLabel.press-releases{
	background-color: #2E7DD4;
}

.searchResultLabel.videos{
	background-color: #3897FF;
}

.mobile-nav .navbar-nav .search.mobile{
	margin-bottom: 10px;
}


/* .moratorium-banner {
	display: block;
	max-width: 1170px;
	border: 1px solid rgba(0,0,0,.25);
	padding: 20px 25px;
	margin:0 auto 50px;
} */

/* @media (min-width: 768px) {
	.moratorium header { height:800px; }
	.moratorium .main-content { margin-top: -700px; }
	.moratorium header .header-inner { height: 800px; background-size: contain; }
} */

/* PRINT STYLES */

@media print {
	.search {
		display: none;
	}
	.menu {
		display: none;
	}
	.submenu{
		display: none;
	} 
	.nav_press-releases {
		display: none;
	}
	.subpage-share {
		display: none;
	} 
	.cookie-crumbs {
		display: none;
	}
	.subpage-share-floater{
		display: none;
	}
	.facebook {
		display: none;
	}
	.title a {
		font-size: 18px;
	}
	a[href]:after {
    content: none !important;
	}
	.title-wrapper > div:nth-child(1) {
		display: none;
	} 
	.at-share-btn-elements {
		display: none;
	} 
	/* .moratorium header { height: 0px; } */
	/* .moratorium header .header-inner { height: 0px; } */
	.files {
		display: none;
	}
	.main-content {
		margin-top: 0px;
	}
	/* .moratorium .main-content { margin-top: 0px; } */
}

.lay-copy-accordion {}
.lay-copy-accordion .content-wrapper {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	/* justify-content: center; */
	/* align-items: center; */
	
	background-color: #f7f7f7;
	border-top: 1px solid #b9b9b9;
	padding: 0 20px 20px;
}
.lay-copy-accordion-tabs .content-wrapper {
	padding: 0 0 20px;
}
.lay-copy-accordion .pagegroup_textblocks {}

.lay-copy-accordion .nav-tabs {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.lay-copy-accordion .nav-tabs>li {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	
	float: none;
}
.lay-copy-accordion .nav-tabs>li>a {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	flex-grow: 1;
	
	background-color: #e6e6e6;
	border-color: #ccc;
	border-bottom-width: 0px;
	border-radius: 8px 8px 0 0;
	color: #1c2d3d;
	font-weight: 600;
	margin-right: 0px;
	text-align: center;
}
.lay-copy-accordion .nav-tabs>li>a:hover {
	background-color: #d4d4d4;
}
.lay-copy-accordion .nav-tabs>li.active>a, .lay-copy-accordion .nav-tabs>li.active>a:hover, .lay-copy-accordion .nav-tabs>li.active>a:focus {
	background-color: #1c2d3d;
	border-color: #1c2d3d;
	border-bottom-width: 0px;
	color: #fff;
}

.lay-copy-accordion-tabs .tab-content {
	background-color: #f7f7f7;
	border-top: 1px solid #b9b9b9;
}
.lay-copy-accordion-tabs .tab-content .element_links, .lay-copy-accordion-tabs .tab-content .element_textblocks {
	padding: 20px;
}

.lay-copy-accordion .section .header {}
.lay-copy-accordion .section .header h1, .lay-copy-accordion .section .header h2 {
	background-image: url(../images/icon_arrow_open.png);
	background-image: url(../images/icon_arrow_close.png);
	background-position: left center;
	background-repeat: no-repeat;
	border-bottom: 1px solid #b9b9b9;
	color: #333;
	font-size: 28px;
	font-weight: 600;
	line-height: 32px;
	margin: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	
	/* outline: cyan dashed 2px; */
	/* outline-offset: -1px; */
}

.lay-copy-accordion .pagegroup {
	margin: 0;
}

.faqs-section .header button {
	background: transparent;
	border: none;
	padding: 0;
	text-align: initial;
	display: block;
	width: 100%;
}
.faqs-section .header button h1 {
	padding-left: 45px;
	position: relative;
	margin: 0;
}
.faqs-section .header button h1::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	
	background-image: url(../images/icon_open.png);
	background-position: center;
	background-repeat: no-repeat;
	opacity: .25;
	padding: 0;
	text-align: center;
	height: 1em;
	width: 45px;
}
.faqs-section .header button[aria-expanded="true"] h1::before {
	content: "";
	background-image: url(../images/icon_close.png);
	opacity: 1;
}
.faq {
	border-bottom: 1px solid #b9b9b9;
	padding: 20px;
	padding-left: 45px;
}
.faq.open {
	background-color: #fff;
}
.faq__title, .lay-copy-accordion .element_links .list-group-item-heading a {
	position: relative;
	
	border: none;
	cursor: pointer;
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	line-height: 1.33em;
	list-style: none;
	outline: none;
}
.faq.open > .faq__title {
	margin-bottom: 1em;
}
/* .faq__title::-webkit-details-marker {
	display: none;
} */
.faq__title::before {
	position: absolute;
	top: 1px;
	left: -45px;
	content: "";
	
	background-image: url(../images/icon_open.png);
	background-position: center;
	background-repeat: no-repeat;
	opacity: .25;
	padding: 0;
	text-align: center;
	height: 1em;
	width: 45px;
}
.faq.open > .faq__title::before {
	content: "";
	background-image: url(../images/icon_close.png);
	opacity: 1;
}
.faq__body {
	display: none;
	/* max-height: 0; */
	/* transition: max-height 0.15s ease-out; */
	/* overflow: hidden; */
}
.faq.open .faq__body {
	/* max-height: 500px; */
	/* transition: max-height 0.25s ease-in; */
}


details.question {
	border-bottom: 1px solid #b9b9b9;
	padding: 20px;
	padding-left: 45px;
}
details.question[open] {
	background-color: #fff;
}
details.question > summary, .lay-copy-accordion .element_links .list-group-item-heading a {
	position: relative;
	
	border: none;
	cursor: pointer;
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	line-height: 1.33em;
	list-style: none;
	outline: none;
}
details.question[open] > summary {
	margin-bottom: 1em;
}
details.question > summary::-webkit-details-marker {
	display: none;
}
details.question > summary::before {
	position: absolute;
	top: 1px;
	left: -45px;
	content: "";
	
	background-image: url(../images/icon_open.png);
	background-position: center;
	background-repeat: no-repeat;
	opacity: .25;
	padding: 0;
	text-align: center;
	height: 1em;
	width: 45px;
}
details.question[open] > summary::before {
	content: "";
	background-image: url(../images/icon_close.png);
	opacity: 1;
}






.lay-copy-accordion .pagegroup_textblocks .article-group>.article, .lay-copy-accordion .pagegroup_textblocks .article-group>.faqs>dt, .lay-copy-accordion .pagegroup_textblocks .article-group>.faqs>dd, .lay-copy-accordion .list-group>.list-group-item {
	background-color: #fff;
	border: 0px;
	border-bottom: 1px solid #b9b9b9;
	border-radius: 0px;
	padding: 20px;
	padding-left: 45px;
	
	/* outline: red dashed 2px; */
	/* outline-offset: -1px; */
}
.lay-copy-accordion-tabs .pagegroup_textblocks .article-group>.article, .lay-copy-accordion-tabs .pagegroup_textblocks .article-group>.faqs>dt, .lay-copy-accordion-tabs .pagegroup_textblocks .article-group>.faqs>dd, .lay-copy-accordion-tabs .list-group>.list-group-item {
	background-color: transparent;
}
.lay-copy-accordion .pagegroup_textblocks .article-group>.article, .lay-copy-accordion .pagegroup_textblocks .article-group>.faqs>dt, .lay-copy-accordion .list-group>.list-group-item {
	background-image: url(../images/icon_open.png);
	background-position: 15px 1.33em;
	background-repeat: no-repeat;
}
.lay-copy-accordion .pagegroup_textblocks .article-group>.faqs>dt {
	border-bottom: 0;
	
	/* outline: orange dashed 2px; */
	/* outline-offset: -1px; */
}
.lay-copy-accordion .pagegroup_textblocks .article-group>.faqs>dd {
	border-top: 0;
	
	/* outline: orange dashed 2px; */
	/* outline-offset: -1px; */
}


/* .lay-copy-accordion .pagegroup_textblocks .article-group>.article {
	outline: red dashed 2px;
	outline-offset: -1px;
}
.lay-copy-accordion .pagegroup_textblocks .article-group>.faqs>dt {
	outline: orange dashed 2px;
	outline-offset: -1px;
}
.lay-copy-accordion .pagegroup_textblocks .article-group>.faqs>dd {
	outline: red dashed 2px;
	outline-offset: -1px;
}
.lay-copy-accordion .list-group>.list-group-item {
	outline: red dashed 2px;
	outline-offset: -1px;
} */

.main-footer {
	background-color: #1c2d3d;
	background-image: url(../images/bg_footer.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 1570px 300px;
	color: white;
	height: 300px;
	text-align: center;
}
@media (min-width: 768px) {
	.main-footer {
		text-align: left;
	}
}
.main-footer a {
	color: #fff;
	font-weight: 400;
}
.main-footer a:hover, .main-footer a:focus {
	color: #fff;
	text-decoration: underline;
}
.main-footer>.container {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	/* align-items: center; */
	
	height: 100%;
}

.main-footer>.container>.row {
	padding: 0px 20px;
}
@media (min-width: 768px) {
	.main-footer>.container>.row {
		padding: 0px;
	}
}

.footer-nav li {
	border-right: 1px solid white;
}
.footer-nav li:last-child {
	border-right-width: 0px;
}
.footer-nav li a {
	font-weight: 600;
}

.main-footer .contact-info .address {
	padding-bottom: 1em;
}

/* @media (min-width: 1555px) {
	.main-footer {
		background-size: 1570px 300px;
		
		color: white;
		min-height: 300px;
	}
} */


.calendar h2.cal-header-title {
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
}
.cal-month table th {
	background-color: #960e00;
	box-shadow: 0 0 0px 1px #960e00;
}
.cal-month table td div.cal-event {
	background-color: #1c2d3d;
	color: #fff;
}
.cal-month table td div.cal-event a {
	color: #fff;
	font-weight: 400;
}
.cal-month table td div.cal-event a:hover, .cal-month table td div.cal-event a:focus {
	color: #fff;
	text-decoration: underline;
}


.element_posttypes h1.title a {
	color: #960e00;
}
.element_posttypes h1.title a:hover, .element_posttypes h1.title a:focus {
	color: #960e00;
	text-decoration: none;
}
/* .element_posttypes h4 {
	color: #1c2d3d;
} */



.travel-calc {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/* justify-content: center; */
	/* align-items: center; */
	
	background-color: #efefef;
	border: 1px solid #ccc;
	padding: 20px;
}
.travel-calc .calc-date, .travel-calc .calc-deadline {
	/* flex-grow: 1; */
	/* flex-basis: 0; */
	
	float: none;
	padding: 0px 10px;
	width: 100%;
}
@media (min-width: 768px) {
	.travel-calc .calc-date, .travel-calc .calc-deadline {
		width: 50%;
	}
}
.travel-calc input.date {
	width: 100%;
}
#calroot {
	width: 205px !important;
}

.lay-copy-accordion .content-wrapper-tabs {
	background-color: transparent;
	border-top: none;
}

.tabs-header {
	margin: 0 -20px;
}


.main-content::before {
	content: "";
	
	/* background-color: #666699; */
	/* background-color: #fff; */
	background-image: url(../images/bg_subpage.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 440px;
	
	display: block;
	height: 220px;
	margin-top: 80px;
}

.root {}
@media (min-width: 768px) {
	.root {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		/* justify-content: center; */
		/* align-items: center; */
		min-height: 100%;
		
		/* outline: red dashed 2px; */
		/* outline-offset: -1px; */
	}
	.root>.main-header {
		flex-grow: 0;
		height: 164px;
		
		/* outline: yellow dashed 2px; */
		/* outline-offset: -1px; */
	}
	.root>.main-content {
		position: relative;
		
		flex-grow: 1;
		margin-top: 0px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.root>.main-content::before {
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		
		background-position: top center;
		background-size: auto;
		
		display: block;
		/* height: 100vh; */
		height: auto;
		margin-top: 0px;
		z-index: -1;
	}
	.root>.main-footer {
		flex-grow: 0;
		
		height: 300px;
		
		/* outline: orange dashed 2px; */
		/* outline-offset: -1px; */
	}
}
@media (min-width: 1575px) {
	.root>.main-content::before {
		background-color: #fff;
		background-position: top center;
		background-size: 100% auto;
		/* max-height: 900px; */
	}
}




/* BACKDROP */
/* .backdrop {
	background-color: #666699;
	background-image: url(../images/bg_1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 440px;
	
	height: 220px;
	margin-top: 80px;
}
@media (min-width: 768px) {
	.backdrop {
		display: none;
		
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		
		background-position: top center;
		background-size: cover;
		height: auto;
		margin-top: 0px;
		
		z-index: -1;
		outline: cyan dashed 2px;
		outline-offset: -1px;
	}
} */


:target {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
@media (min-width: 768px) {
	:target {
		top: -170px;
	}
}