@charset "utf-8";
/* CSS Document */
*:focus-visible {
	position: relative;
	z-index: 99999;
}
.grecaptcha-badge { visibility: hidden; }
a {
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
#go-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 99;
}
#go-to-top span i.fa-circle {
	color: #000;
	opacity: 0.3;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
#go-to-top:hover span i.fa-circle {
	color: #a64499;
	opacity: 1;
}
#sticky {
	width: 100%;
	background: #FFF;
}
#sticky.cloned {
	position: fixed;
	top: 0;
	z-index: 10000;
	border-bottom: 2px solid rgb(229, 229, 229);
	border-bottom: 2px solid rgba(0, 0, 0, .1);
	-webkit-background-clip: padding-box; /* for Safari */
	background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
#sticky.cloned .logo {
	padding-top: 8px;
	padding-bottom: 8px;
}
#sticky.cloned .logo img {
	height: 40px;
}
#sticky.cloned .menu {
	padding-top: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.top {
  background: #a64499;
  color: #fff;
  font-size: 0.938rem;
	padding: 7px 0;
}
.top .row {
	display: flex;
	align-items: center;
}
.top a {
  color: #fff;
}
.top a:hover {
  color: #fff;
}
.top .left {
  display: flex;
  align-items: center;
	line-height: 1;
}
.top .left a {
  font-size: 1.5rem;
}
.top .left > *:not(:last-child) {
	margin-right: 10px;
}
.top .right {
  display: flex;
	align-items: center;
	justify-content: flex-end;
	line-height: 1;
}
.top .right a span  {
  margin-left: 7px;
}
.top .right a:not(:last-child) {
	margin-right: 20px;
}
.logo {
	
  padding-top: 25px;
  padding-bottom: 25px;
}
.logo img {
  height: 73px;
  width: auto;
}
.logo a {
	display: block;
}
.menu {
  padding-top: 38px;
}
ul.dropdown li a {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.welcome {
  padding: 70px 0;
  text-align: center;
}
.welcome-text {
  width: 80%;
  margin: 0 auto;
}
.welcome-text p:last-child {
	margin-bottom: 0;
}
.events {
  padding: 50px 0;
  text-align: center;
  background: #dfe0da;
}
.event-title {
  font-size: 1.250rem;
  font-weight: 700;
  color: #a64499;
  padding-bottom: 8px;
}
.event-date, .event-venue {
  font-size: 1.125rem;
  color: #6a6a6a;
  padding-bottom: 8px;
}
.event-date span, .event-venue span {
  font-weight: 700;
}
.event-more {
  padding-top: 10px;
}

.boxes {
	padding: 110px 0 100px 0;
	-webkit-box-shadow: inset 0px 0px 3000px 3000px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 0px 3000px 3000px rgba(0,0,0,0.5);
	box-shadow: inset 0px 0px 3000px 3000px rgba(0,0,0,0.5);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.box-container {
	background: #fff;
	padding: 20px;
}
.box-container h3 {
	padding-top: 15px;
}

.parallax-row {
  position: relative;
}
.parallax-left-bg {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
}
.parallax-right-bg {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
}
.parallax-row .right {
  padding-left: 40px;
}
.parallax-row .left {
  padding-right: 40px;
  text-align: right;
}
.parallax-row .right, .parallax-row .left {
  padding-top: 50px;
  padding-bottom: 50px;
}
.parallax-row .right h3, .parallax-row .left h3 {
  color: #585954;
  margin-bottom: 20px;
}
.news {
  padding: 70px 0;
  text-align: center;
  background: #dfe0da;
}
.news ul {
  padding-top: 40px;
}
.news-container {
  background: #fff;
  padding: 15px;
  text-align: left;
  -o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
  margin: 0;
}
.news-container:hover {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.news-title {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  padding: 8px 0 0 0;
}
.news-date {
  font-size: 0.813rem;
  color: #a64499;
  padding-bottom: 12px;
}
.news-desc {
  font-size: 0.938rem;
  line-height: 1.250rem;
}
.news-more {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 0 5px 0;
}
.footer {
  background: #333430;
  color: #bababa;
  font-size: 0.938rem;
  padding: 50px 0;
}
.footer h5 {
  color: #fff;
  text-transform: uppercase;
}
.footer ul {
  margin-left: 26px;
}
.footer ul li i {
  color: #fff;
  margin-right: 8px;
}
.footer ul li a {
  color: #bababa;
}
.footer ul li a:hover {
  color: #fff;
}
.newsletter .consent {
  font-size: 0.750rem;
  color: #989898;
  line-height: 0.938rem;
  padding-top: 10px;
}
.newsletter .consent a {
  color: #989898;
  text-decoration: underline;
}
.newsletter .consent a:hover {
  color: #fff;
  text-decoration: underline;
}
.newsletter input[type="email"] {
  background: #61635d;
  border: 2px solid #7e7e7e;
  box-shadow: none;
  height: 42px;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  padding: 5px 20px;
  margin: 0 0 8px 0;
}
.newsletter input[type="email"]:focus {
  background: #61635d;
  border: 2px solid #7e7e7e;
  box-shadow: none;
  height: 42px;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  padding: 5px 20px;
}
.newsletter input[type="submit"] {
  background: #a64499;
  border: none;
  box-shadow: none;
  height: 42px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.250rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 5px 20px;
  cursor: pointer;
  -o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.newsletter input[type="submit"]:hover {
  background: #6d2463;
  border: none;
  box-shadow: none;
  color: #fff;
}
.newsletter input[type="checkbox"] {
  margin: 0 7px 0 0;
}
.newsletter input::placeholder {
  color: #fff;
  opacity: 1;
}
.newsletter input:-ms-input-placeholder {
  color: #fff;
}
.newsletter input::-ms-input-placeholder {
  color: #fff;
}
.copyright {
  padding: 25px 0 20px 0;
  background: #2e2f2b;
  text-align: center;
  color: #707070;
  font-size: 0.875rem;
}
.copyright a {
  color: #707070;
}
.copyright a:hover {
  color: #fff;
}
.copyright p {
  margin-bottom: 5px;
}
.breadcrumbs {
	font-size: 0.875rem;
	padding: 10px 0;
	color: #777;
}
.breadcrumbs a {
	color: #777;
}
.breadcrumbs a:hover {
	color: #000;
}
.breadcrumbs ul {
	padding: 0;
	margin: 0;
}
.breadcrumbs ul li {
	display: inline-block;
}
.breadcrumbs ul li:after {
	content: "/";
	display: inline-block;
	padding: 0 8px;
	color: #777;
}
.breadcrumbs ul li:last-child:after {
	display: none;
}
.page-title {
  background: #dfe0da;
  padding: 30px 0 20px 0;
  text-align: center;
}
.page-title h1 {
  margin: 0;
  padding: 0;
}
.content {
  padding: 70px 0;
}
.useful-links {
  padding-top: 80px;
  text-align: center;
}
.useful-links ul {
  list-style-type: square;
}
.contact-details span {
  color: #a64499;
  font-weight: 700;
  display: block;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
  background: #fff;
  box-shadow: none;
  border: 2px solid #dfe0da;
  height: 44px;
}
.contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus {
  background: #fff;
  box-shadow: none;
  border: 2px solid #ccc;
}
.contact-form textarea {
  background: #fff;
  box-shadow: none;
  border: 2px solid #dfe0da;
  height: 120px;
  min-height: 120px;
  max-height: 120px;
}
.contact-form textarea:focus {
  background: #fff;
  box-shadow: none;
  border: 2px solid #ccc;
}
.contact-form input[type="submit"] {
  background: #fff;
}
.contact-form input[type="submit"]:hover {
  background: #a64499;
  color: #fff;
}
.blog-title h2 {
  padding: 0;
  margin: 0;
}
.blog-title h4 {
  padding: 0;
  margin: 0;
}
.blog-date {
  font-size: 0.875rem;
  color: #aaa;
  padding: 10px 0;
}
.blog-desc {
  padding: 0 0 20px 0;
}
.blog-img {
  padding-right: 35px;
}
.blog-single-img {
  padding-bottom: 15px;
}
.blog-post {
  border-bottom: 1px solid #dfe0da;
  margin: 50px 0;
}
.share-icons {
	font-size: 0.938rem;
  padding-bottom: 10px;
}
.share-icons a {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: #a64499;
	margin: 0 5px 0 0;
  position: relative;
}
.share-icons a:hover {
	background: #000;
}
.share-icons a:hover i {
	color: #fff;
}
.share-icons a i {
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
ul.archives {
  padding: 0 0 40px 0;
  width: 235px;
  list-style-type: none;
}
ul.archives li a {
  border-left: 1px solid #dfe0da;
  margin: 0 0 0 60px;
  padding: 0 0 7px 26px;
  display: block;
}
ul.archives li.archive-year {
  float: left;
  font-weight: 700;
}
ul.archives li.archive-year a {
  margin: 0;
  padding: 0;
  border: 0px;
}
.sidebar-menu {
  background: #dfe0da;
  margin: 0 40px 0 0;
}
.sidebar-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar-menu ul li {
  display: block;
  color: #6a6a6a;
  border-bottom: 1px solid #cacbc5;
  padding: 7px 20px 7px 30px;
  -o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
  cursor: pointer;
}
.sidebar-menu ul li:hover {
  background: #a64499;
  color: #fff;
}
.sidebar-menu ul li a {
  color: #6a6a6a;
  display: block;
}
.sidebar-menu ul li:hover a {
  color: #fff;
}
.sidebar-menu ul li span.fa-li {
  left: 0;
  top: 7px;
}
.view {
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	display: inline-block;
}
.view .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	background-color: #a64499;
	transition: all 0.2s linear;
	opacity: 0;
	border: 0px solid #ececec;
}
.view img {
	display: inline-block;
	position: relative;
	transform: scaleY(1);
	transition: all 0.7s ease-in-out;
	border: 0px solid #ececec;
}
.view:hover img {
	opacity: 1;
}
.view:hover .mask {
  opacity: 0.7;
}
.view:hover .mask i {
  opacity: 1;
}
.view .mask i {
	font-size: 40px;
}
.view .mask a {
	color: #FFF;
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.view .mask a i {
	position: relative;
	top: calc(50% - 20px);
}
.view .mask a:hover i {
	color: #FFF;
}
.member-img {
	text-align: center;
}
.member-img p {
	padding-top: 10px;
}
.member-profile {
	text-align: center;
}
.member-profile h6 {
  margin: 0 0 7px 0;
  padding: 0;
}
.return-summary {
  padding: 70px 0;
  text-align: center;
}
.awards-summary {
  margin-bottom: 50px;
}
.award-cat-container {
  margin-bottom: 35px;
}
.award-cat-img {
  -o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.award-cat-img:hover {
  opacity: 0.8;
}
.award-cat-title {
  text-align: center;
  font-size: 1.250rem;
  padding: 10px 0 0 0;
  color: #000;
}
.award-container {
  background: #dfe0da;
  padding: 20px;
  margin: 0 0 40px 0;
  font-size: 0.938rem;
}
.award-container h2 {
  border-left: 3px solid #a64499;
  padding: 8px;
  background: #a64499;
  color: #fff;
  font-size: 1.375rem;
}
.award-container h6 span {
  padding-left: 8px;
  font-weight: 400;
  text-transform: none;
  color: #6a6a6a;
}
.award-container h6 {
  margin-bottom: 10px;
}
.award-container .left {
  border-right: 1px solid #cacbc5;
}
.award-container .share-icons {
  padding-bottom: 0;
}
.grey-fw {
  background: #dfe0da;
  padding: 60px 0;
  text-align: center;
}
.grey-fw p:last-child, .grey-fw a.button {
  margin-bottom: 0;
}
.grey-fw-text {
  width: 75%;
  margin: 0 auto;
}
.purple-fw {
  background: #a64499;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}
.purple-fw h1 {
  color: #fff;
}
.purple-fw p:last-child, .purple-fw a.button {
  margin-bottom: 0;
}
.purple-fw a.button {
  border-color: #fff;
  color: #fff;
}
.purple-fw a.button:hover {
  border-color: #fff;
  background: #fff;
  color: #a64499;
}
.purple-fw-text {
  width: 75%;
  margin: 0 auto;
}







.partner-img {
	margin: 0 15px 20px 15px;
	padding: 15px;
	background: #fff;
	border: 1px solid #e3e3e8;
	position: relative;
	box-sizing: border-box;
	height: 150px;
}
.partner-img img {
	max-width: 80% !important;
	height: auto;
  max-height: 120px;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.filter-menu {
  text-align: center;
  margin-bottom: 40px;
}
.portfolioFilter {
  background: #dfe0da;
  margin: 0 4px 10px 4px;
  color: #666;
  text-transform: uppercase;
  padding: 4px 15px;
  display: inline-block;
  cursor: pointer;
  -o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.portfolioFilter:hover {
  background: #a64499;
  color: #fff;
}
.portfolioFilter.active {
  background: #a64499;
  color: #fff;
}
.isotope-item {
  z-index: 2;
  width: 20%;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope, .isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

.next-event-heading {
  text-align: center;
  padding: 80px 0 20px 0;
}
.next-event-book {
  padding: 50px 0 0 0;
  text-align: center;
}
.event-details {
  text-align: left;
}
.btn-af {
  padding-top: 10px;
}
.AboutHistory {
  padding: 30px 0 0 30px;
}
.news-carousel {
  margin: 0 50px;
}
.alignleft {
	float: left;
    margin-right: 10px;
    margin-top: 10px;
}
.alignright {
	float: right;
    margin-left: 10px;
}
.aligncenter {
	margin: auto;
    display: inherit;
}
.prev-winner li {
  margin: 0;
  padding: 4px !important;
}
.prev-winner-container {
  margin: 0 0 0 0;
}
.prev-winner-img {
  overflow: hidden;
  position: relative;
  opacity: 1;
}
.prev-winner-img img {
  -o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
  opacity: 0.7;
  backface-visibility: hidden;
}
.prev-winner-img img:hover {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}
.prev-winner-title {
  font-size: 1.125rem;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.250rem;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 99;
  text-shadow: 1px 1px #666;
}
.awards-list {
  width: 80%;
  margin: 0 auto !important;
}
