@charset "UTF-8";
/* CSS styles for A&A */
/***********************************************/
/* FONTS
/***********************************************/
/***********************************************/
/* GENERAL
/***********************************************/
body {
	transition: all 0.4s;
}
.site {
	/*min-width: 1130px;*/
}
body.site:not(.landing-page){
	/*min-width: 1130px;*/
}
a:not(.menu-trigger) {
	transition: all 0.4s;
}
.t-white a {
	color: #FFF;
}
#navbar .hide-top-menu {
	display: none !important;
}

.txt p > span[id^=cloak] {
    display: inline;
    font-size: 1em;
    color: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
    line-height: inherit;
	position: relative;
	text-align: left;
	top: auto;
	right: auto;
	width: auto;
	min-height: inherit;
}
ul.blog-nav li.active a {
    color: #db5a12;
}
body.half-page.dark nav#navbar nav > ul > li a, body.half-page.dark nav#navbar nav > ul > li button {
    color: #ffffff;
}
.notification-block {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,51,152,.9);
	z-index: 499;
	display: none;
}
.notification-inner {
	padding-top: 28px;
	padding-bottom: 39px;
}
.notification-items {
	display: flex;
	align-items: center;
}
.notification-desc {
	color: #FFF;
	font-size: 18px;
	max-width: 752px;
	margin-right: 39px;
}
.notification-actions {
	display: flex;
	align-items: center;
	flex-flow: row nowrap;
}
.flex {
	display: flex;
}
.flex > div {
	flex: 1;
	width: 50%;
	margin-right: 40px;
}
.flex > div:nth-child(1) {
	
}
.header-brand a {
	display: inline-block;
}
.archive-list {
	
}
.archive-item {
	display: flex;
	margin-bottom: 20px;
}
.archive-image {
	margin-right: 20px;
	width: 165px;
	text-align: center;
}
.archive-content {
	flex: 1;
}
/* Arrows */
.slick-prev, .slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block !important;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
	z-index: 100;
	background: url('../images/download.png') no-repeat -2px -8px;
	width: 41px;
	height: 57px;
	opacity: 0;
	transition: all .3s;
}
.slideshow:hover .slick-prev, .slideshow:hover .slick-next {
	opacity: .4;
}
.slideshow:hover .slick-prev:hover,
.slideshow:hover .slick-next:hover
{
    outline: none;
	opacity: 1;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before, .slick-next:before
{
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;

    opacity: .75;
    color: #2a2a2a;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: 28px;
}
.slick-prev:before {
    
}
.slick-next {
    right: 28px;
	background-position: -59px -8px;
}
.slick-next:before {
    
}
.slick-dots {
	position: absolute;
	bottom: 15px;
	right: 0;
	left: 0;
	z-index: 100;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.slick-dots li {
	padding: 0px;
	margin: 0 9px 0 9px;
	display: inline-block;
}
.slick-dots button {
	padding: 0px;
	margin: 0;
	display: inline-block;
	border: 1px solid #FFF;
	background: #7d7e8a;
	width: 13px;
	height: 13px;
	outline: none;
	text-indent: -30000px;
	overflow: hidden;
	border-radius: 50%;
}
.slick-dots button:hover {
	cursor: pointer;
	background: #FFF;
	border: 1px solid #2b2b2b;
}
.slick-dots .slick-active button {
	background: #FFF;
	border: 1px solid #2b2b2b;
}
/***********************************************/
/* TYPOGRAPHY
/***********************************************/

/* ---- quotes ---- */

/* ---- other ---- */

/* -tail- */

/***********************************************/
/* LISTS/TABLES
/***********************************************/
/* ---- lists ---- */

/* ---- definition lists ---- */

/* ---- tables ---- */

/***********************************************/
/* FORMS/BUTTONS
/***********************************************/

/* ---- labels ---- */

/* ---- inputs ----- */

/* ---- buttons ---- */

/* ---- selects ---- */

/* ---- dropdown ---- */
/* -tail- */

/***********************************************/
/* ICONS
/***********************************************/
/***********************************************/
/* SIZES
/***********************************************/
/***********************************************/
/* BOXES/ALIGNMENTS/UTILS
/***********************************************/

/* ---- spacers/alignments ---- */

/* ---- dividers ---- */

/* ---- alerts/notifications ---- */

/* ---- other ---- */

/***********************************************/
/* MAIN MENU
/***********************************************/
/* ------ menu mobile ------ */
.header-menu-mobile {
	display: none;
	height: 43px;
}
.header-menu-mobile .bt-menu {
	padding-top: 13px;
	padding-left: 30px;
	display: block;
}
.bt-menu-bar {
	display: block;
	background-color: #FFF;
	height: 2px;
	margin-bottom: 4px;
	line-height: 0;
	width: 22px;
}
.menu-title {
	position: absolute;
	left: 63px;
	top: 9px;
}
.header-menu-mobile a {
	color: #FFF;
}
.ampersand-symbol {
	display: inline-block;
	text-indent: -100000px;
	overflow: hidden;
	background: url(../images/symbol-transparent.png) no-repeat;
	width: 10px;
	height: 16px;
	vertical-align: text-top;
}
/***********************************************/
/* SECONDARY MENU
/***********************************************/
/***********************************************/
/* STRUCTURE
/***********************************************/

/*--- content container ---*/

/* ---- E&D ------ */

/* ---- modals ---- */

/***********************************************/
/* CMS
/***********************************************/
.mceContentBody, .mceContentBody * {
	opacity: 1 !important;
}
.mceContentBody .module-block {
	border: 1px solid blue;
}
.mceContentBody .row {
    margin-right: 0px;
    margin-left: 0px;
}
/* ---- 3 ---- */
/***********************************************/
/* PRINT
/***********************************************/
@media print {
}
/***********************************************/
/* RESPONSIVE
/***********************************************/
/*
@media (max-width: 1399px) and (min-width: 1200px){
	nav#navbar nav > ul > li a {
		font-size: 11px;
		letter-spacing: 2px;
		padding-right: 8px;
		padding-left: 8px;
	}
}
*/
@media (min-width: 991px) {
	#nav-main-menu {
		display: flex !important;
	}
}
@media (max-width: 990px) {
	#nav-main {
		height: auto;
		padding: 0;
	}
	#nav-main-menu {
		display: none;
		padding-bottom: 20px;
		border-top: 1px solid #e8e8e8;
	}
	.menu-main li {
		float: none;
		width: 100%;
		z-index: 498;
		background: #2489d5;
	}
	.header-menu-mobile {
		display: block;
	}
	.header-sub-menu-mobile {
		display: inline-block;
	}
	.header-sub-menu {
		display: none;
		position: absolute;
		top: 30px;
		right: -14px;
		padding: 8px;
		background-color: #FFF;
		width: 100%;
	}
	.header-sub-menu .inline-block {
		display: block;	
	}
	.menu-main li ul {
		position: relative;
		display: block !important;
		opacity: 1 !important;
		top: auto;
		left: auto;
		width: 100%;
		background: transparent;
		box-shadow: none;
		padding-top: 0px;
	}
	.menu-main li a {
		padding-left: 30px;
		padding-right: 15px;
	}
	.menu-main li.menu-item-search a {
		padding-left: 30px;
		padding-right: 25px;
	}
	.menu-main li a.has-sub-menu span:before {
		display: none;
	}
	.menu-main li ul ul {
		top: auto;
		left: auto;
	}
	.menu-main li ul li a {
		padding-left: 50px;
		padding-right: 30px;
	}
	.menu-main > li.active:after {
		display: none;
	}
	.menu-main li.active > a {
		color: #0e208c;
		background-color: #ededed;
	}
	.directory-block .item {
		width: 49.5%;
		flex: 0 0 49.5%;
	}
}
@media (max-width: 763px) {
	.flex {
		display: block;
	}
	.flex > div {
		margin-right: 0;
		margin-bottom: 40px;
		width: auto;
	}
	.header-brand {
		padding: 15px 0 25px;
	}
	.header-brand img {
		height: 120px;
	}
	.archive-item {
		display: block;
		margin-bottom: 20px;
	}
	.archive-image {
		margin-right: 0;
		width: auto;
		text-align: center;
		margin-bottom: 15px;
	}
}