@import 'furnace.min.css';
@import 'bootstrap-grid.css';
/* @import 'bs-forms.min.css'; */

/* TYPOGRAPHY */
body,
h1, h2, h3, h4, h5, h6,
.au-main-nav a,
.caption p,
.caption a.learnmore,
.quicklinks a {
	font-family: 'Work Sans', sans-serif;
}

body {
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
	padding: 0;
}

h2 {
	font-size: 38px;
	margin-top: 0;
}
/* Adrian */
.red{
	color: red;
}
/* TYPOGRAPHY */

/* TEMP */
html {
	background-color: #dad7d7;
}

body {
	max-width: 1600px;
	margin: 0 auto;
	box-shadow: 1px 0px 0px #f3f3f3,-1px 0px 0px #f3f3f3;
}

main.au-grid {
	background-color: #fff;
}

.section {
	padding: 4rem 0;
}

.au-header {
    background: #f3f3f3;
    padding: 30px 0 0;
}

.au-header__heading,
/* .nav-child.unstyled.small, */
.element-invisible,
.slides p:empty {
    display: none;
}

.au-header__brand .au-header__brand-image {
	max-width: 161px;
	margin-right: 0;
}

.au-header__brand .au-header__brand-image + .au-header__text {
	margin-left: 1rem;
}

.au-header__subline span {
	display: block;
}

.au-header__subline span::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #276F0C;
    border-radius: 50%;
    margin-left: 4px;
    margin-bottom: 0px;
}

.au-main-nav {
	border-color: #276f0c;
}

/* hero */
section.hero {
	position: relative;
}

.flex-caption {
	display: none;
}

.caption {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.caption h3 {
	max-width: 600px;
}

.caption p {
	max-width: 550px;
}

.caption h3 {
	font-size: 52px;
	font-weight: 700;
	color: #fff;
	margin: 0;
}

.caption p {
	font-size: 18px;
	line-height: 21px;
	font-weight: 400;
	color: #fff;
}

.caption a.learnmore {
	display: table !important;
	font-size: 20px;
	font-weight: 500;
	background-color: #F8F654;
	color: #000;
	/* padding: 15px 20px; */
}

.quicklinks {
    position: absolute;
	top: -50%;
	transform: translateY(50%);
    right: 0;
    background: linear-gradient(-80deg,#276f0ccc 80%, transparent 20%);
    width: 550px;
    margin: 0;
    height: 100%;
	/* padding: 120px 0 0 180px; */
	padding-left: 180px;
    box-sizing: border-box;
	z-index: 9;
	
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.quicklinks > li {
    margin-bottom: 25px;
    /* list-style: none; */
}

.quicklinks > li > a {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
}
/* hero */

/* latest news */
.latestnews img {
	/* max-width: 100%; */
	width: 100%;
}

/* latest news */


/* search */

.easy-autocomplete-container {
    position: relative;
}

.easy-autocomplete-container > ul {
	display: none;
    position: absolute;
    width: 100%;
    padding: inherit;
    list-style: none;
    z-index: 99999;
    background: #fff;
    padding: 0rem 0rem 0.5rem;
    margin: 0;
    box-sizing: border-box;
}

.easy-autocomplete-container > ul > li a {
	display: block;
	padding: .5rem 1.5rem;
	background: #fff;
}

/* Calendar & Events */
.dp-upcoming-calendar {
	display: none;
}
.dp-upcoming-event-width.col-md-3 h3 {
    background: #f4f4f4;
    padding: 1.5rem;
    line-height: 1.5;
    /* border-radius: 3px; */
}

/* Faqs */
#faqs {
	padding: 4rem 0;
	background: url("../images/faqs-bg.jpg") center center no-repeat;
	background-size: cover;
}


/* Footer */

footer#main {
	background-color: #f3f3f3;
}

footer#main ul.nav.menu {
	padding: 0;
	list-style: none;
	font-size: 14px;
	line-height: 1.2;
}

footer#main ul.nav.menu li {
	margin-bottom: 15px;
}

footer#main .social li {
	display: inline-block;
	margin-right: 15px;
}

footer#main .social a {
    width: 40px;
    height: 40px;
    background-image: url("../images/socialmedia.png");
    background-position: 0 0;
    font-size: 0;
    line-height: 0;
    display: block;
}

footer#main a.facebook {
	background-position: 0 0;
}

footer#main a.twitter {
	background-position: -40px 0;
}

footer#main a.youtube {
	background-position: -80px 0;
}

/**
* Adrian added styles
*/

.post-meta {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 24px;
	vertical-align: bottom;
	margin-right: 1.5rem;
	font-weight: bold;
	border-right: 1px solid #adadad;
	padding-right: 1.5rem;
}

.zimra-social-share {
	flex-direction: row;
	align-items: center;
	display: none;
}
.news .zimra-social-share{
	display: flex;
}
.social-link{
	overflow: hidden;
	width: 24px;
	height: 24px;
	margin-right: .5em;
}
.facebook svg * {
	fill: #4a66b7;
}
.twitter svg * {
	fill: #00acee;
}
.whatsapp svg * {
	fill: #4dc247;
}
.email svg * {
	fill: #ff9600;
}
/* .facebook{
	background-image: url(../images/social/facebook.png);
}
.twitter{
	background-image: url(../images/social/twitter.png);
}
.whatsapp{
	background-image: url(../images/social/whatsapp.png);
}
.email{
	background-image: url(../images/social/email.png);
} */

.contact-directory .phocamaps-box{
	margin-top: 0!important;
}
.contact-directory .au-header-reset{
	margin-bottom: 0;
}
.reset-height{
	min-height: 0!important;
}
.article-main-image{
	width: 100%;
	border-radius: 3px;
	overflow: hidden;
	box-sizing: border-box;
}
.article-main-image img{
	width: 100%;
}
.categories-mod-title{
	margin-top: 0;
}
.hide-h2 h2{
	display: none;
}
.mod-articles-category-category{
	display: none!important;

}

.item-pageexecutive-management .fields-container{
	display: none;
}
.management-avatar{
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: top;
    margin-left: auto;
    margin-right: auto;
    /* border-radius: 100%; */
    /* margin-bottom: 2em; */
    /* border: 3px solid #f1f1f1;
    box-shadow: 0 2px 7px rgba(0,0,0,0.3); */
}
.blog-thumb{
	width: 100%;
    padding-top: 60%;
    background-size: cover;
    background-position: center;
    margin-left: auto;
    margin-right: auto;
    /* border-radius: 100%; */
    /* margin-bottom: 2em; */
    /* border: 3px solid #f1f1f1;
    box-shadow: 0 2px 7px rgba(0,0,0,0.3); */
}

img {
	max-width: 100%;
}
.management-portrait img{
	width: 100%;
	padding-top: 1.2em;
}
.member-position .field-value{
	font-size: 1.2em;
	font-weight: 400;
}
.blogexecutive-management .page-header h2{
	min-height: 0!important;
}
.icon {
	height: 1em;
	width: 1em;
}
.wd-d-flex{
	display: flex;
}
.wd-align-center{
	align-items: center;
}
.wd-ml-auto{
	margin-left: auto;
}
.prev {
	margin-right: .5em;
}
.wd-btn{
	border: 2px solid #505050!important;
	width: 45px!important;
	padding: 0;
	height: 45.7px!important;
}
.caption a.learnmore{
	text-decoration: none;
	padding: 0.5em 1.25em;
}
article.wd-article{
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

article.wd-article .wd-article-body{
	padding: 1em;
}
.mod-articles-category-date{
	display: block;
	margin-bottom: .75em;
	font-weight: 500;
}

.wd-article-body h3{
	margin: 0;
}
article.wd-article h2{
	font-size: 1.17em;
}
article.wd-article h3 a, article.wd-article h2 a{
	display: block; /* or inline-block */
	text-overflow: ellipsis;
	/* word-wrap: break-word; */
	/* overflow: hidden; */
	/* white-space: nowrap; */

	/* where max-height: = line-height: × <number-of-lines> in em. */
	/* Used height instead to keep headings the same height */
	min-height: 4.25em;
	line-height: 1.4em;

	text-decoration: none;
	font-weight: 500;
}

.dpc-upcoming-event-link{
	display: block; /* or inline-block */
	/* text-overflow: ellipsis; */
	/* word-wrap: break-word; */
	/* overflow: hidden; */
	/* white-space: nowrap; */

	/* max-height: 1.4em;
	line-height: 1.4em; */

	text-decoration: none;
	font-weight: 500;
}
.mod-articles-category-introtext{
	display: block; /* or inline-block */
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;

	max-height: 7.2em;
	line-height: 1.2em;
}
.mod-articles-category-category{
	display: block; /* or inline-block */
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
	white-space: nowrap;

	max-height: 1.2em;
	line-height: 1.2em;

	/* text-decoration: none; */
}
/*
* Adrian Typeography
*/
h1 a, h2 a, .wd-article-title{
	color: #313131;
	text-decoration: none;
}
.wd-date{
	color: #808080;
}
.wd-question-text{
	font-weight: 500;
	color: #FF3900;
}
.wd-answer-text{
	font-weight: 500;
	color: #3EC717;
}
footer .nav li a{
	text-decoration: none;
	color: #313131;
}
footer .nav li a:hover{
	text-decoration: underline;
}
.quicklinks{
	list-style-image: url('../images/chevron-thin-right-white.png');
}
.downloads{
	list-style-image: url('../images/document-file-pdf.png');
}
.downloads.folders{
	list-style-image: url('../images/folder.png');
}
.downloads.folders li{
	list-style-image: url('../images/folder.png');
	padding: .5em;
}
#contacts-downloads ul li a{
	color: #313131;
}
.wd-top-header{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -15px /* hack */;
}

p img{
	width: 100%;
	height: auto;
	display: none;
}

.wd-article, .item{
	box-sizing: border-box;
	/* border: 1px solid #f4f4f4; */
	/*  */
	border-bottom: 3px solid rgba(159, 159, 159, 0.753);
	/* border-radius: 3px; */
	padding: 1em;
	margin-bottom: 1.5em;
	transition: all ease 0.25s;
}
.wd-article{
	padding: 0;
}
.wd-article:hover{
	border-bottom: 3px solid rgba(38, 111, 12, 0.836);
	
	background-color: #fafafa60;
}

.wd-article:hover a{
	color: rgba(38, 111, 12, 0.836);
}
.item:hover{
	border-bottom: 3px solid rgba(38, 111, 12, 0.836);
	box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
	background-color: #fafafa60;
}

.item h2 {

	font-size: 1.5em;
	display: block; /* or inline-block */
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
	/* white-space: nowrap; */

	/* where max-height: = line-height: × <number-of-lines> in em. */
	/* Used height instead to keep headings the same height */
	min-height: 5.6em;
	line-height: 1.4em;

	text-decoration: none;
	font-weight: 500;
}

div.icons{
	display: none;
}
dd{
	margin-left: 0;
	/* margin-top: .75em;  */
}
.article-info-term{
	font-size: 1.2em;
	margin-bottom: .5em;
}

.item p{
	display: block; /* or inline-block */
	text-overflow: ellipsis;
	word-wrap: break-word;
	/* overflow: hidden; */
	/* white-space: nowrap; */

	/* where max-height: = line-height: × <number-of-lines> in em. */
	/* Used height instead to keep headings the same height */
	/* min-height: 5.6em; */
	line-height: 1.4em;

	text-decoration: none;
	font-weight: 500;
}

.wd-article-item{
	/* height: 400px; */
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
	/* white-space: nowrap; */
}
.pager, .pagination ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 0;
	padding-top: 1em;
	border-top: 1px solid #f1f1f1;
}
.pager li, .pagination ul li {
	list-style: none;
	height: 2.25em;
}
.pager li a, .pagination ul li a.pagenav{
	text-align: center;
	width: 5em;
	box-sizing: border-box;
	/* border: 2px solid #135E70; */
	border: 2px solid rgba(38, 111, 12, 0.733);
	text-decoration: none;
	padding: 0.25em .75em;

	border-radius: 3px;
	color: rgb(46, 59, 41);
}
.au-link-list p{
	margin: 0;
}
/* .au-link-list p::before{
	content: " - ";
} */
.au-header-reset{
	padding: 20px 0;
	border-bottom: 2px solid #276F0C;
	margin-bottom: 1.5em;
	margin-top: -64px;
}
#main-nav-default{
	position: relative;
}
.nav-child.unstyled.small{
	visibility: hidden;
	display: flex;
	flex-wrap: wrap;
}
.nav-child.unstyled.small{
	box-sizing: border-box;
	border-top: 1px solid #ccc;
	position: absolute;
	background-color: rgb(241, 241, 241);;
	color: white;
	width: 100%;
	left: 0;
	/* min-height: 5em; */
	z-index: 999;
	border-bottom: 3px solid #276F0C;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); 
	transition: linear 0.125s;
	padding-left: 0 !important;
}

ul.nav.menu li.deeper a:hover ~ .nav-child.unstyled.small{
	visibility: visible;
	transition-delay: 0.125s;
}
.nav-child.unstyled.small:hover{
	display: flex;
	flex-wrap: wrap;
	visibility: visible;
}
.nav-child.unstyled.small li{
	list-style: none;
	width: 25%;
}
.nav-child.unstyled.small li a{
	display: block; /* or inline-block */
	text-overflow: ellipsis;
	word-wrap: break-word;
	overflow: hidden;
	
	/* where max-height: = line-height: × <number-of-lines> in em. */
	/* Used height instead to keep headings the same height */
	/* white-space: nowrap;
	max-height: 1.5em;
	line-height: 1.5em; */

	text-decoration: none;
}
.nav-child.unstyled.small li a:hover{
	background-color: rgba(131, 131, 131, 0.2);
}
.nav-child.unstyled.small li a:hover {
	color: #313131;
}
ul.nav li.deeper ul li{
	position: relative;
}
.nav-child.unstyled.small li ul{
	padding-left: 0;
	/* top: 0; */
}
.nav-child.unstyled.small li ul li
{
	flex-direction: column;
	width: 100%;
}

.au-main-nav .active .nav-child a{
    border-bottom: none;
    margin-bottom: 0;
    font-weight: normal;
}
.pd-filename .wd-download-link{
	padding-left: 1.5em;
}
.pd-button-download a{
	display: inline-block;
	box-sizing: border-box;
	padding: .3rem 1.25rem .3rem ;
	border-radius: 3px;
	border: 3px solid #276F0C;
	color: #276F0C;
	text-decoration: none;
	margin-top: 1em;
	transition: all ease 0.125s;
}
.pd-button-download a:hover{
	background-color: #276F0C;
	color: white;
}
.pd-button-details{
	display: none;
}
.wd-library{
	padding-left: 0;
}
.wd-library li{
	list-style: none;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #f1f1f185;
}
.wd-library li:hover{
	background-color: #fafafa85;
}
.inputbox{
	box-sizing: border-box;
	padding: .5rem 2.25rem .5rem ;
	border-radius: 3px;
	border: 3px solid rgb(138, 138, 138);
}
/* Clean up classes for content added through copy paste of word articless */
table{
	box-sizing: border-box;
	/* border: 1px solid rgb(175, 175, 175); */
	border-radius: 3px;
	width: 100%!important;
	empty-cells: hide;
}
table td{
	border-bottom: 1px solid #eeeeee;
	padding: .3em 0;
	width: auto!important;
}
/* table tr{
} */
.easy-autocomplete{
	width:100% !important
}
#wd-menu-toggle{
	display: none;
}
.menu-open{
	max-height: 1000px!important;
	overflow: visible!important;
}
.wd-event-social{
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-bottom: 1em;
}
.wd-event-social-btn{
	padding-right: 1em; 
}
.au-header-reset .container{
	position: relative;
}

.spacer{
	padding: 0.75em 0;
	margin: 0.75em 0!important;
	display: block;
}
.control-group label{
	margin-bottom: 0.75em!important;
	display: inherit;
}
.control-group{
	margin-bottom: 1em;
}
.control-group input, .control-group textarea{
	width: 100%;
	padding: 0.75em 0.5em;
	border-radius: 3px;
	border: 2px solid #adadad;
}
.wd-article .picture{
	display: block;
	width: 100%;
	height: 200px;
	background-position: center;
	background-size: cover; 
}
.au-header__brand{
	display: flex!important;
	align-items: center;
	/* padding: 1em 0.75em; */
	font-size: 0.75em;
	font-weight: 500;
	text-transform: capitalize;
}
.au-accordion .page-header h2{
	display: none!important;
}

.au-header__text{
	flex-grow: 1;
}
.au-header__subline{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/* justify-content: center */
}
.au-header__subline span{
	min-width: 40%;
}
	

@media screen and (max-width: 991px){
	.categories-mod-title{
		margin-top: 1em;
	}
	.nav-child.unstyled.small li{
		width: 100%;
	}
	.au-header__subline{
		display: none;
	}
	#wd-menu-toggle{
		display: block;
		box-sizing: border-box;
		width: 100%;
		min-height: 53px;
		background-color: #fff;
		padding: 0 12px;
		/* border-bottom: 3px solid #276F0C; */
	}
	#wd-menu-toggle a, #wd-menu-toggle p{
		line-height: 53px;
	}
	.au-main-nav{
		/* display: none; */
		position: absolute;
		z-index: 999;
		overflow: hidden;
		/* left: -100%; */
		max-height: 0;
		width: 100vw;
		/* transition: max-height 0.25s ease-in; */
	}

	.quicklinks{
		width: 400px;
		padding-left: 135px;
	}
	.quicklinks li a {
		font-size: 1em;
	}
	.quicklinks li {
		margin: 0;
		padding: 0.25em;
	}
	.caption h3{
		font-size: 1.5em;
	}
	.caption p, .caption h3, .caption a{
		width: 50%;
	}
}

@media screen and (max-width: 800px){
	.caption p{
		display: block; /* or inline-block */
		text-overflow: ellipsis;
		word-wrap: break-word;
		overflow: hidden;
		white-space: nowrap;

		/* where max-height: = line-height: × <number-of-lines> in em. */
		/* Used height instead to keep headings the same height */
		max-height: 4.25em;
		line-height: 1.4em;
	}
	.quicklinks{
		width: 320px;
		padding-left: 100px; 
	}
	.quicklinks li a {
		font-size: 1em;
	}
	.quicklinks li {
		margin: 0;
		padding: 0.125em;
	}
}

@media screen and (max-width: 630px){
	.quicklinks{
		display: none;
	}
	.caption p, .caption h3, .caption a{
		width: 100%;
	}
	.hero{
		display: none;
	}

	.wd-top-header{
		width: 100%;
		flex-direction: column;
		margin-bottom: 2em;
	}
	.inputbox{
		margin-bottom: 1em;
	}

	.pg-inline{
		display: flex;
		flex-wrap: wrap;
	}
}

.pull-left.item-image,
.pd-category-view ul.downloads.folders li small {
	display: none !important;
}