article.hentry header { margin-bottom: 2rem; }
article.hentry header h1 { font-size: 3rem; font-weight: 600; text-align: left; margin: 0; }
article.hentry header h2 { font-weight: 600; color: var(--aisico-secondary-color); margin: .25rem 0 0; }
article.hentry header .section-name { text-align: left; margin-bottom: 0; letter-spacing: .05rem; text-transform: uppercase; }
article.hentry header .section-name span { display: inline-block; padding: 0 .25rem; opacity: .25; }
article.hentry .date-and-location { display: block; font-size: 1.2rem; font-weight: 600; color: var(--aisico-secondary-color); margin: 1rem 0 2rem; padding-bottom: 1rem; border-bottom: 1px solid #ccc; }
article.hentry figure.main-image { margin: 0; }
article.hentry figure.main-image img { width: 100%; }

.status-msg h4 {
    margin: 0 !important;
    padding: 1.5rem 1.5rem 0.6rem 1.5rem;
    background-color: #666;
    color: #fff !important;
    text-align: left;
    text-transform: none;
    font-size: 1rem !important;
}
.status-msg h4.error {
    background-color: #fc2a2a;
}
.status-msg h4.success {
    background-color: #00BB00;
}
.status-msg > ul {
    margin: 0 0 2rem 0 !important;
    padding: 0 1.5rem 1.5rem 1.5rem !important;
    list-style-type: none !important;
    background-color: #666;
    color: #fff !important;
}
.status-msg > ul li {
    position: relative;
    margin: 0 0 0 1rem;
    padding: 0;
    list-style-type: none;
}
.status-msg > ul li::before {
   
}
.status-msg > ul li strong {
    color: #FEC800;
}
.status-msg .status-msg-error {
    background-color: #fc2a2a;
}

.message-success {
    margin-bottom: 2rem;
    text-align: center;
}
.message-success p strong {
    color: #409f40;
    font-size: 1.3rem;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin: 0.1rem 0 0 0.5rem;
    font-size: .875em;
    color: #dc3545;
}
.presskit-form form {
    
}
.presskit-form form .single-row {
    margin-bottom: 1rem;
}
.presskit-form form .single-row input {
    border-radius: 0.3rem;
    border-color: #ccc;
    padding: 0.4rem 0.6rem;
}
.presskit-form form .single-row .description {
    font-size: 0.8rem;
    margin: 0.1rem 0 0 0.5rem;
}

.left-area header {
    margin-bottom: 2rem;
}
.left-area header figure {
    margin: 0 0 1rem 0;
}
.left-area header time {
    display: block;
    font-weight: 600;
    font-size: 1.2rem;
    margin: 0 0 0 0;
    padding: 0;
}
.left-area header time strong {
    color: #f80897;
}
.left-area .download-files {
    margin: 4rem 0 0 0;
    border-top: 1px solid #ccc;
    padding-top: 1rem;
}
.left-area .download-files h3 {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
}
.left-area .download-files ul {
    list-style: none;
    margin: 0 0 1rem 1rem !important;
}
.left-area .download-files ul li {
    line-height: 1.1 !important;
    margin-bottom: 0.5rem !important;
}
.left-area .download-files ul li::before {
    content: "\27A5" !important;
    color: var(--aisico-secondary-color);
    display: inline-block !important;
    width: 1.4rem !important;
    margin-left: -1.2rem;
    font-weight: 600;
    position: static !important;
    height: auto !important;
    background: none !important;
}
.left-area .download-files ul li a {
    color: var(--aisico-secondary-color);
}
.left-area .download-files ul li a:hover {
    color: var(--aisico-primary-color);
    text-decoration: none;
}
.right-menu {
    margin-top: 0.5rem;
}
.right-menu h3 {
    margin: 0 0 1rem;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 600;
}
.right-menu ul {
    margin: 0 0 2rem 0;
    padding: 0;
    list-style-type: none;
    
}
.right-menu ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-weight: 600;
}
.right-menu ul li a {
    padding: 0.7rem 1.1rem;
    display: block;
    color: #fff;
    background-color: var(--aisico-primary-color);
}
.right-menu ul li:nth-child(even) a {
    background-color: var(--aisico-primary-color);
}
.right-menu ul li a:hover {
    background-color: var(--aisico-secondary-color);
    text-decoration: none;
}
.right-menu .download-files {
    margin-bottom: 2rem;
}
.right-menu .download-files ul {
    list-style: none;
    margin: 0;
}
.right-menu .download-files ul li {
    line-height: 1.1;
    margin-bottom: 0.5rem;
    font-weight: 400;
}
.right-menu .download-files ul li::before {
    content: "\27A5";
    color: var(--aisico-secondary-color);
    display: inline-block;
    width: 1.4rem;
    margin-left: 0;
    font-weight: 600;
}
.right-menu .download-files ul li a {
    padding: 0;
    display: inline;
    color: var(--aisico-secondary-color);
    background: none;
}
.right-menu .download-files ul li a:hover {
    color: var(--aisico-primary-color);
}

.event-archive {
    margin-top: 2rem;
}
.event-archive .single {
    margin-bottom: 3rem;
}
.event-archive .single figure {
    position: relative;
    overflow: hidden;
    margin: 0 0 0.7rem 0;
    border-radius: 1rem;
}
.event-archive .single figure img {
    transition: transform 300ms;
}
.event-archive .single figure:hover img {
    transform: scale(1.1);
}
.event-archive .single figure figcaption.section {
	position: absolute;
	bottom: 1rem;
	right: 1rem;
    z-index: 1;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.8rem;
	background-color: #03235d;
	padding: 0.3rem 1rem;
	font-weight: 700;
	border-radius: 0rem;
	border: 2px solid rgba(255, 255, 255, 1);
    pointer-events: none;
}
.event-archive .single figure figcaption.cat {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    z-index: 1;
    color: #03235d;
    text-transform: uppercase;
    font-size: 0.7rem;
    background-color: #fff;
    padding: 0.5rem;
    font-weight: 700;
    border-radius: 100%;
    pointer-events: none;
}
.event-archive .single time {
    display: block;
    font-weight: 600;
    font-size: 1rem;
    margin: 0 0 0.2rem 0;
    padding: 0;
}
.event-archive .single h3 {
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: none;
    margin: 0 0 0.5rem 0;
    padding: 0;
    color: #f80897;
    text-align: left;
}