/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4;
  height: 100%; }

body {
  height: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px; }

img {
  max-width: 100%; }

p {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-weight: 400;
  word-wrap: break-word; }

a {
  text-decoration: none;
  color: blue; }

ul {
  margin: 0;
  padding: 0; }

.underline:hover {
  text-decoration: underline; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
body {
	color:#313E4C;
	font-family:'Effra-Regular', sans-serif;
}
   
h1,h2,h3,h4,h5,h6 {
	color:#008996;
}

p {
	font-family:'Effra-Regular', sans-serif;
}
   
a {
   color:#008996;
}

iframe {
	max-width:100%;
}

#download-brochure-page form {
	display:block;
	width:100%;
}

#download-brochure-page form label {
	display:block;
	margin-top:10px;
}

#download-brochure-page form input {
	width:100%;
}

#download-brochure-page form input[type=checkbox] {
	height:20px;
	width:20px;
}

#categories-search {
	text-align:center;
	margin-bottom:15px;
}

#artistes-search-button {
	padding:10px 15px;
	background:#F4CD00;
	color:#313E4C;
	float:left;
	font-family:'Effra-Medium', sans-serif;
}

.count {
	padding:30px 15px 0px 15px;
}

.artiste-info-categories p {
	margin:10px 0px 5px 0px;
}

.artiste-info-categories ul {
	margin-bottom:15px;
}

.artiste-info-categories li {
	display:block;
}

.banner form input {
	width:auto;
}

.checkbox {
	margin-top:30px;
	padding:0px 15px;
}

.checkbox-text {
	display:inline-block;
	position:relative;
	top:-5px;
	left:5px;
}

.form-divider {
	width:50%;
	display:inline-block;
	vertical-align:top;
	padding:0px 15px;
	box-sizing:border-box;
}
   
#header {
	max-width:1200px;
	margin:0 auto;
	font-family:'Effra-Medium', sans-serif;
	color:#fff;
}

#header a {
	color:#fff;
}

#header a:hover {
	color:#F4CD00;
}

#header-top {
	background:#2C3744;
	padding:15px 50px;
	font-size:15px;
}

#header-main {
	background:#313E4C;
	padding:15px 50px 20px 50px;
}

.header-main-right {
	float:right;
}

.header-main-right .main-navigation {
	margin-top:10px !important;
}

.header-main-right .main-navigation li {
	display:inline-block;
	font-size:18px;
	margin:0px 15px;
}

#header ul {
	margin:0;
	padding:0;
	list-style:none;
}

.header-top-left, .header-top-right, .header-main-left, .header-main-right {
	display:inline-block;
}

.header-top-left ul li {
	display:inline-block;
	margin-right:30px;
}

.header-top-right {
	float:right;
}

.header-top-right ul li {
	display:inline-block;
}

.header-top-right .fa-2x {
	font-size:22px;
}

.has-submenu {
	position:relative;
}

.has-submenu a {
	padding-bottom:30px;
}

.submenu {
	display:none;
	margin:0;
	padding:0;
	list-style:none;
	background:#313E4C;
	position:absolute;
	top:40px;
	left:0;
	width:200px;
	z-index:99999;
}

.submenu li {
	display:block !important;
	margin:10px 15px !important;
}

#mobile-menu {
	display:none;
	font-size:18px;
	margin-top:10px;
	float:right;
}

.social-icon {
	margin:0px 5px;
}

.contact-social-links {
	list-style:none;
	margin:15px 0px 30px 0px;
	padding:0;
}

.contact-social-links li {
	display:inline-block;
	margin:0px 15px 0px 0px;
}

#contact-page .button {
	margin-top:5px;
	display:inline-block;
}

.form-caption {
	display: block;
	font-style: italic;
	text-align: right; 
}

#search-form-container {
	display:none;
	padding:15px 0px 0px 0px;
	border-bottom:1px solid #ccc;
}

#search-form-container form {
	max-width:600px;
	margin:0px auto 15px auto;
}

#search-form-container .caption {
	color:#313E4C;
	text-align:center;
}

#wrapper {
	max-width: 1200px;
	margin: 0 auto;
	min-height:80vh;
}
#wrapper #slider {
    height: 550px; 
}
#wrapper .banner {
    position: relative;
    height: 550px; 
}
#wrapper .banner img {
	max-width:none;
}
#wrapper .overlay {
	width: 680px;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 100px;
	margin-left: 60px; 
}
#wrapper .overlay #news-box {
	padding:15px;
	margin-top:10px;
	font-family:'Effra-Regular', sans-serif;
	background:#f5f5f5;
	border-radius:5px;
}
#wrapper .overlay #news-box h3 {
	margin:5px 0px;
	font-family:'Effra-Regular', sans-serif;
	color:red;
}
#wrapper .overlay #news-box p {
	color:#000;
	margin:5px 0px;
}
#wrapper .overlay #news-box a {
	display:inline-block;
	width: 116px;
	text-align:center;
	padding:5px;
	font-family: 'Effra-Medium';
	font-size: 18px;
	color: #313E4C;
	background: #F4CD00;
	border: none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
#wrapper .overlay h1 {
	font-family: 'Effra-Regular';
	font-size: 50px;
	color: #fff;
	line-height: 60px; 
}
#wrapper .overlay p {
	font-family: 'Effra-Regular';
	font-size: 18px;
	margin-top: 15px;
	color: #fff; 
}
#wrapper form input[type=text], #wrapper form input[type=email], #wrapper form select, #search-form-container input[type=text], #search-form-container select {
	height: 50px;
	margin: 0;
	padding: 0px 0px 0px 4px;
	font-family: 'Effra-Regular';
	font-size: 18px;
	color: #313E4C;
	background: #F4F2F0;
	border: none;
	border-right: 1px solid #DBD9D7;
	box-sizing: border-box; 
}
#wrapper form input[type=text], #search-form-container input[type=text] {
	color: #313E4C;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px; 
}
#wrapper form input[type=submit], #search-form-container input[type=submit] {
	width: 116px;
	height: 50px;
	margin: 0;
	padding: 0;
	font-family: 'Effra-Medium';
	font-size: 18px;
	color: #313E4C;
	background: #F4CD00;
	border: none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px; 
}
#wrapper form input[type=submit]:hover, #search-form-container input[type=submit]:hover {
	background: #F6D733;
}
#wrapper #caption {
	background: #008996;
	padding-top: 60px;
	padding-left: 60px;
	padding-bottom: 50px;
	position: relative; 
}
#wrapper #caption p {
	display: inline-block;
	max-width: 790px;
	margin: 10px 0px;
	line-height: 36px;
	font-family: 'Effra-Regular';
	font-size: 30px;
	color: #fff; 
}
#wrapper #caption #caption-image {
	position: absolute;
	bottom: 0;
	right: 0; 
}
#wrapper #caption .caption-info {
	display: block; 
}
#wrapper #caption a {
	margin-top: 10px;
	font-family: 'Effra-Medium';
	font-size: 18px;
	color: #F4CD00;
	position:relative;
	z-index:1;
}
#wrapper #caption a:hover {
	color: #F6D733; 
}
#wrapper #category-list {
	margin-top: 30px;
	text-align: center; 
}
#wrapper #category-list h2 {
	margin-bottom: 10px;
	text-align: left;
	font-family: 'Effra-Regular';
	font-size: 30px;
	color: #008996; 
}
#wrapper #category-list ul {
	list-style: none; 
}
#wrapper #category-list ul li {
	display: inline-block;
	margin: 4px;
	padding: 15px 16px 15px 20px;
	background: #F4F2F0; 
}
#wrapper #category-list ul li a {
	font-family: 'Effra-Regular';
	font-size: 18px;
	color: #313E4C; 
}
	#wrapper #category-list #contact-info {
	display: inline-block;
	position: relative;
	top: 30px;
	background: #008996;
	padding: 10px 30px;
	border-radius: 5px; 
}
#wrapper #category-list #contact-info .contact-caption {
	display: inline-block; 
}
#wrapper #category-list #contact-info .contact-caption p {
	text-align: left;
	font-family: 'Effra-Regular';
	font-size: 30px;
	color: #F4CD00; 
}
#wrapper #category-list #contact-info .contact-caption p:nth-child(2) {
	color: #fff; 
}
#wrapper #category-list #contact-info .contact-link {
	display: inline-block;
	position: relative;
	margin-left: 10px;
	top: -20px; 
}
#wrapper #category-list #contact-info .contact-link a {
	padding: 15px 30px;
	border-radius: 4px;
	background: #F4CD00;
	font-family: 'Effra-Regular';
	font-size: 18px;
	color: #313E4C; 
}
#wrapper #category-list #contact-info .contact-link a:hover {
	background: #F6D733; 
}
#wrapper #news {
	padding:60px 30px 82px 30px;
	background: #F4F2F0; 
}
#wrapper #news h2 {
	font-family: 'Effra-Regular';
	font-size: 30px;
	color: #008996;
	margin-bottom:30px;
}
#wrapper #news ul {
	text-align: center; 
}
#wrapper #news ul li {
	display: inline-block;
	width: 240px;
	margin:10px;
	vertical-align: top; 
}
#wrapper ul li .news-image {
	max-height:230px;
	overflow: hidden;
	text-align: center;
	border-bottom: 5px solid #F4CD00; 
}
#wrapper ul li .news-image img {
	display: inline-block;
	width: 100%; 
}
#wrapper ul li .news-info {
	position: relative;
	background: #fff;
	text-align: left;
	height: 180px;
	overflow:hidden;
	padding: 20px; 
}
#wrapper ul li .news-info p {
	font-family: 'Effra-Regular';
	font-size: 22px;
	color: #313E4C; 
	line-height: 1.2;
}
#wrapper ul li .news-info .news-description {
	font-size: 14px;
	line-height: 1.4;
}
#wrapper ul li .news-info .news-info-panel {
	width: 100%;
	z-index: 1;
	background: #fff;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px 0px; 
}
#wrapper ul li .news-info .news-info-panel .read-more {
	font-family: 'Effra-Regular';
	float: right;
	margin-right: 20px;
	font-size: 14px;
	color: #008996; 
}
#wrapper ul li .news-info .news-info-panel span {
	font-family: 'Effra-Medium';
	float: left;
	margin-left: 20px;
	font-size: 14px;
	color: #313E4C; 
}
#about h1 {
	font-family: 'Effra-Regular';
	font-size: 30px;
	color: #008996;
	margin: 30px 0px; 
}
#about #slider {
	height: 536px; 
}
#about .banner {
	height: 536px; 
}
#about .panel .small-image {
	display:block;
	margin:0 auto;
}
#about .panel .left-panel {
	float: left;
	width: 600px;
	vertical-align: top;
	padding: 60px;
	box-sizing: border-box; 
}
#about .panel .left-panel h2 {
	font-family: 'Effra-Regular';
	font-size: 30px;
	color: #008996; 
}
#about .panel .left-panel img {
	z-index: 999999; 
}
#about .panel .right-panel {
	float: right;
	width: 600px;
	padding: 60px;
	box-sizing: border-box; 
}
#about .panel .right-panel p {
	font-family: 'Effra-Regular';
	font-size: 18px;
	color: #313E4C; 
}
#about .panel .right-panel a {
	font-family: 'Effra-Regular';
	font-size: 18px;
	color: #008996; 
}
#about .panel-background {
	background: #F4F2F0; 
}
#about #accreditations {
	margin: 30px 0px; 
}
#about #accreditations h2 {
	margin: 10px 0px;
	font-family: 'Effra-Regular';
	font-size: 30px;
	color: #008996; 
}
#about #accreditations ul {
	list-style: none;
	text-align: center; 
}
#about #accreditations ul li {
	display: inline-block;
	margin: 10px; 
}
#about #accreditations ul li img {
	max-width: 200px; 
}
#about #team-info h2 {
	font-family: 'Effra-Regular';
	font-size: 30px;
	color: #008996; 
}
#about #team-info .panel h2 {
	font-family: 'Effra-Regular';
	font-size: 30px;
	color: #008996; 
}
#about #team-info .panel p {
	font-family: 'Effra-Regular';
	font-size: 18px;
	color: #313E4C; 
}
#about #team-info .panel a {
	font-family: 'Effra-Regular';
	font-size: 18px;
	color: #008996; 
}
#faq-info h1 {
	font-family: 'Effra-Regular';
	font-size: 30px;
	color: #008996;
	margin: 30px 0px; 
}
#faq-info ul {
	list-style: none; 
}
#faq-info ul li {
	font-family: 'Effra-Regular' !important;
	font-size: 18px !important;
	color: #313E4C !important; 
}
#faq-info ul li h2 {
	font-family: 'Effra-Regular';
	font-size: 30px;
	color: #008996; 
}
#faq-info ul li p,
#faq-info ul li span {
	font-family: 'Effra-Regular' !important;
	font-size: 18px !important;
	color: #313E4C !important; 
}
#faq-info ul li a {
	color: #313E4C; 
}
#artistes-index {
	padding: 10px 0px; 
}
#artistes-index h1 {
	font-family: 'Effra-Regular';
	font-size: 30px;
	color: #008996; 
}
#artistes-index p {
	font-family: 'Effra-Regular';
	font-size: 18px;
}
#artistes-index ul {
	list-style: none; 
}
#artistes-index ul li a {
	font-family: 'Effra-Regular';
	font-size: 18px;
	color: #008996; 
}
#categories-page #categories-search {
	display: block;
	text-align: center;
	margin: 30px 0px; 
}
#pagination {
	padding: 30px 0px;
	text-align: center;
	font-family: 'Effra-Regular';
	font-size: 18px;
	color: #008996;
}
.page-links {
	margin-bottom:10px;
	position:relative;
	left:-10px;
}
.separator {
	color:#313E4C;
}
#pagination a {
	padding: 0px 5px;
	color: #313E4C; 
}
#pagination a:hover {
	color: #008996; 
}
#pagination span {
	margin: 0px 10px; 
}
.artistes-pagination {
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
}
.artistes-pagination li {
	display:inline-block;
	margin:0px 10px 0px 0px;
}
.artistes-pagination li a {
	text-decoration:underline;
}
.info-list {
	background: #F4F2F0; 
}
.info-list h1 {
	padding: 60px;
	font-family: 'Effra-Regular';
	font-size: 30px;
	color: #008996; 
}
.info-list .category-description {
	font-family: 'Effra-Regular' !important;
	font-size: 16px !important;
	margin: 0px 60px !important;
	color: #008996 !important; 
}
.artiste-info-text ul {
	list-style: none;
	text-align: center; 
}
.artiste-info-text ul li {
	display: inline-block;
	max-width: 300px;
	height:300px;
	overflow:hidden;
	margin: 15px;
	position: relative; 
}
.artiste-description-video-header, .artiste-shortlist-header {
	margin:30px 0px 20px 0px;
	font-family:'Effra-Regular', sans-serif;
}
#shortlist {
	padding-bottom:50px;
}
#shortlist ul li {
	position:relative;
	margin-bottom:60px;
}
#shortlist form {
	position:absolute;
	bottom:-40px;
}
#shortlist input[type=submit] {
	width:auto !important;
	height:auto !important;
	padding:0 !important;
	background:none !important;
	color:#008996 !important;
}
.artiste-info-text ul li .info-list-image {
	overflow: hidden;
}
.artiste-info-text ul li .info-list-image img {
	width:350px;
	height:300px;
	overflow:hidden;
}
.artiste-info-text ul li .info-list-text {
	position: absolute;
	bottom: 0px;
	width: 100%; 
}
.artiste-info-text ul li .info-list-text .info-list-short-description {
	display: none;
	max-height:200px;
	overflow:hidden;
}
.artiste-info-text ul li .info-list-text p {
	margin: 0;
	padding: 0px 15px;
	text-align: left;
	background: rgba(0, 0, 0, 0.4);
	font-family: 'Effra-Regular';
	font-size: 18px;
	color: #fff; 
}
.artiste-info-text ul li .info-list-text p:hover {
	color: #F4CD00; 
}
.column {
	display:inline-block;
	width:50%;
	padding:15px;
	vertical-align:top;
	box-sizing:border-box;
}
#contact-page .column iframe {
	max-width:100%;
	margin-top:30px;
}
#artiste-info h1 {
padding: 60px 0px;
font-family: 'Effra-Regular';
font-size: 30px;
color: #008996; }
#artiste-info #artiste-summary {
display: inline-block;
max-width: 400px;
vertical-align: top;
padding: 0px 50px 0px 0px; }
#artiste-info #artiste-summary img {
display: block;
max-width: 350px;
margin-bottom: 5px; }
#artiste-info #artiste-summary p {
font-family: 'Effra-Regular';
font-size: 18px;
color: #313E4C; }
#artiste-info #artiste-summary form {
display: block !important; }
#artiste-info #artiste-summary form button,
#artiste-info #artiste-summary form input[type=submit] {
display: block;
width: 100%;
height: auto;
margin: 10px 0px;
background: #F4CD00;
font-family: 'Effra-Regular';
font-size: 18px;
color: #313E4C;
border: none;
border-radius: 5px; }
#artiste-info #artiste-summary form button:hover,
#artiste-info #artiste-summary form input[type=submit]:hover {
background: #F6D733; }
#artiste-info #artiste-summary ul {
list-style: none; }
#artiste-info #artiste-summary ul li {
margin: 10px 0px; }
#artiste-info #artiste-summary ul li a {
font-family: 'Effra-Regular';
font-size: 18px;
color: #008996; }
#artiste-info #artiste-description {
display: inline-block;
max-width: 680px;
padding-bottom:15px;
font-family: 'Effra-Regular';
font-size: 16px;
color: #313E4C; }
#artiste-info #artiste-description .artiste-page-content {
	height:370px;
	overflow:hidden;
	max-width:100%;
}
#read-more {
	z-index:99999;
	background:#fff;
	display:block;
	width:100%;
	text-align:center;
	margin:0 auto;
	padding:5px 0px;
	border-top:2px solid #ccc;
	outline:none;
}
.artiste-info-subheading {
	font-weight:700;
}
#artiste-info #artiste-summary .download-pdf-button {
	width:45%;
	display:inline-block !important;
	margin:0px 2.5%;
}
#artiste-info #artiste-description h2 {
font-family: 'Effra-Regular';
color: #008996; }
#artiste-info #artiste-description a {
font-family: 'Effra-Regular';
font-size: 18px;
color: #008996; }
#artiste-info #artiste-description #short-content {
display: none; }
#artiste-info #artiste-description #similar {
	margin-top:15px;
}
#artiste-info #artiste-description #similar h1 {
padding: 0; }
#artiste-info #artiste-description #similar ul {
list-style: none; }
#artiste-info #artiste-description #similar ul li {
max-width: 300px;
display: inline-block;
position: relative;
margin: 30px 10px;
text-align: center;
background: #ccc; }
#artiste-info #artiste-description #similar ul li img {
display: block;
max-width: 300px;
margin: 0 auto; }
#artiste-info #artiste-description #similar ul li span {
display: block;
width: 100%;
position: absolute;
bottom: 0;
background: rgba(0, 0, 0, 0.4);
color: #fff; }

#news-page h1 {
margin: 10px 0px;
font-family: 'Effra-Regular';
font-size: 30px;
color: #008996; }
#news-page .filter-list {
padding-right: 30px; }
#news-page .filter-list h3 {
font-family: 'Effra-Regular';
color: #008996; }
#news-page .filter-list a {
display: inline-block;
font-family: 'Effra-Regular';
font-size: 18px;
color: #008996; }

#news-post h1 {
margin: 10px 0px;
font-family: 'Effra-Regular';
font-size: 30px;
color: #008996; }
#news-post .news-info-image {
display: inline-block;
max-width: 400px;
font-family: 'Effra-Regular';
font-size: 18px;
color: #313E4C; }
#news-post .news-info-image img {
width: 100%; }
#news-post .news-info-image h2 {
color:#008996;
margin:15px 0px;
}
#news-post .news-info-image ul {
margin:0px 0px 30px 0px;
padding:0;
list-style:none;
}
#news-post .news-info-image ul li {
margin:15px 0px;
}
#news-post .news-info-image a {
color: #008996; }
#news-post .news-content {
display: inline-block;
max-width: 800px;
vertical-align: top;
box-sizing: border-box;
padding: 15px;
font-family: 'Effra-Regular';
font-size: 18px;
color: #313E4C; }
#news-post .news-content a {
color: #008996; }

#events-page h1 {
margin: 10px 0px;
font-family: 'Effra-Regular';
font-size: 30px;
color: #008996; }
#events-page #events {
padding:60px 60px 82px 60px;
padding-bottom: 82px;
background: #F4F2F0; }
#events-page #events h2 {
font-family: 'Effra-Regular';
font-size: 30px;
color: #008996; }
#events-page #events ul, #news-page #news ul {
text-align: center;
margin:30px 0px 50px 0px; }
#events-page #events ul li, #news-page #news ul li {
display: inline-block;
width: 22%;
margin:30px 1%;
vertical-align: top; }
#events-page #events ul li a {
font-family: 'Effra-Regular';
font-size: 22px;
color: #313E4C; }
#events-page #events .latest-webinars ul li .news-image {
max-height: 200px;
overflow: hidden;
text-align: center;
border-bottom: 5px solid #F4CD00; }
#events-page #events ul li .events-image img {
display: inline-block;
width: 100%; }
#events-page #events ul li .events-info {
position: relative;
background: #fff;
text-align: left;
min-height: 160px;
overflow:hidden;
padding: 20px; }
#events-page #events ul li .events-info span {
position: absolute;
bottom: 10px;
font-family: 'Effra-Medium';
font-size: 14px;
color: #313E4C; }
.latest-events-button {
	display:block;
	max-width:150px;
	text-align:center;
	margin:0px auto 50px auto;
	background:#F4CD00;
	color:#313E4C;
	padding:10px 15px;
	font-family:'Effra-Regular', sans-serif;
	border-radius:5px;
}

#events-post h1 {
margin: 10px 0px;
font-family: 'Effra-Regular';
font-size: 30px;
color: #008996; }
#events-post .events-info-image {
display: inline-block;
max-width: 400px;
font-family: 'Effra-Regular';
font-size: 18px;
color: #313E4C; }
#events-post .events-info-image img {
width: 100%; }
#events-post .events-info-image a {
color: #008996; }
#events-post .events-content {
display: inline-block;
max-width: 800px;
vertical-align: top;
box-sizing: border-box;
padding: 15px;
font-family: 'Effra-Regular';
font-size: 18px;
color: #313E4C; }
#events-post .events-content a {
color: #008996; }
.previous-months {
	display:none;
}
#show-previous-months {
	padding:10px 15px;
	display:block;
	max-width:250px;
	margin:0 auto;
	text-align:center;
	background:#F4CD00;
	font-family:'Effra-Regular', sans-serif;
	color:#313E4C;
}

#contact-page {
font-family: 'Effra-Regular';
font-size: 18px;
color: #313E4C; }
#contact-page h1 {
font-family: 'Effra-Regular';
font-size: 30px;
color: #008996; }
#contact-page ul {
list-style: none; }
#contact-page ul li {
font-family: 'Effra-Regular';
font-size: 18px;
color: #008996; }
#contact-page ul li a {
color: #008996; }
#contact-page .contact-form {
position: relative !important;
padding: 30px 0px;
font-family: 'Effra-Regular';
font-size: 18px; }
#contact-page .contact-form h2 {
font-family: 'Effra-Regular';
font-size: 30px;
color: #008996; }
#contact-page .contact-form form {
width: 300px; }
#contact-page .contact-form form label {
display: block; }
#contact-page .contact-form form input,
#contact-page .contact-form form select {
height: auto !important;
border: none !important;
border-radius: 5px;
background: #fff !important;
color: #313E4C; }
#contact-page .contact-form form input[type=date],
#contact-page .contact-form form input[type=email] {
font-family: 'Effra-Regular'; }
#contact-page .contact-form form textarea {
width: 340px;
height: 200px;
font-family: 'Effra-Regular';
color: #313E4C;
border: none;
border-radius: 5px; }
#contact-page .contact-form form input[type=submit] {
display: block;
margin-top: 10px;
font-family: 'Effra-Regular';
color: #000;
background: #F4CD00 !important; }

#download-brochure-page {
font-family: 'Effra-Regular';
font-size: 18px;
color: #313E4C; }
#download-brochure-page h1 {
font-family: 'Effra-Regular';
font-size: 30px;
color: #008996; }
#download-brochure-page form input[type=submit] {
display: block;
margin:50px auto 20px auto;
font-family: 'Effra-Regular';
color: #000;
background: #F4CD00 !important; }

#quotes {
font-family: 'Effra-Regular';
font-size: 18px;
color: #313E4C; }
#quotes h1 {
font-family: 'Effra-Regular';
font-size: 30px;
color: #008996; }
#quotes h2 {
font-family: 'Effra-Regular';
font-size: 30px;
color: #008996; }
#quotes ul {
list-style: none; }
#quotes ul li {
font-family: 'Effra-Regular';
font-size: 18px; }
#quotes ul li a {
color: #008996; }

#category-list-page {
min-height: 400px;
padding:15px 0px;
font-family: 'Effra-Regular';
font-size: 18px;
color: #313E4C; }
#category-list-page h1 {
font-family: 'Effra-Regular';
font-size: 30px;
color: #008996; }
#category-list-page ul {
list-style: none; }
#category-list-page ul li a {
color: #008996; }

#login {
font-family: 'Effra-Regular';
font-size: 18px;
color: #313E4C; }
#login h1 {
font-family: 'Effra-Regular';
font-size: 30px;
color: #008996; }
#login form label {
display: block; }
#login form input {
width: 300px;
height: 30px !important;
border: none !important;
border-radius: 5px;
background: #F4F2F0;
color: #313E4C; }
#login form input[type=submit] {
display: block;
margin: 10px 0px;
font-family: 'Effra-Regular';
color: #000;
background: #F4CD00 !important; }

#register {
font-family: 'Effra-Regular';
font-size: 18px;
color: #313E4C; }
#register h1 {
font-family: 'Effra-Regular';
font-size: 30px;
color: #008996; }
#register form label {
display: block; }
#register form input,
#register form select {
width: 300px;
height: auto !important;
border: none !important;
border-radius: 5px;
background: #F4F2F0;
color: #313E4C; }
#register form input[type=email] {
font-family: 'Effra-Regular'; }
#register form textarea {
width: 340px;
height: 200px;
font-family: 'Effra-Regular';
background: #F4F2F0;
color: #313E4C;
border: none;
border-radius: 5px; }
#register form input[type=submit] {
display: block;
margin: 10px 0px;
font-family: 'Effra-Regular';
color: #000;
background: #F4CD00 !important; }
#studio-hire {
font-family: 'Effra-Regular';
font-size: 18px;
color: #313E4C;
}
#studio-hire h1 {
font-family: 'Effra-Regular';
font-size: 30px;
color: #008996;
}
#studio-hire-info {
display: inline-block;
max-width: 400px;
font-family: 'Effra-Regular';
font-size: 18px;
color: #313E4C;
}
#studio-hire-content {
display: inline-block;
max-width: 800px;
vertical-align: top;
box-sizing: border-box;
padding: 15px 50px;
font-family: 'Effra-Regular';
font-size: 18px;
color: #313E4C;
}

#page {
font-family: 'Effra-Regular';
font-size: 18px;
color: #313E4C; }
#page .page-title {
	margin-top:30px;
}
#page h1 {
font-family: 'Effra-Regular';
font-size: 30px;
color: #008996; }
#page h2 {
font-family: 'Effra-Regular';
font-size: 30px;
color: #008996; }
.error {
background:orange;
padding:15px;
display:block;
max-width:300px;
}

ul.error {
	list-style:none;
	margin-bottom:15px;
}

.popup {
	display:none;
	position:fixed;
	font-family: 'Effra-Regular';
	right:30px;
	bottom:100px;
	width:300px;
	height:200px;
	background:#222;
	color:#fff;
	padding:15px;
	text-align:center;
	border-radius:5px;
}

.popup h3 {
	font-size:24px;
	margin-bottom:10px;
	color:#fff;
	font-weight:400;
}

.popup a {
	display:block;
	color:#313E4C;
	padding:10px 15px;
	background:#F4CD00;
}

.cookie-banner {
	display:none;
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	padding:15px 50px;
	background:#222;
	color:#fff;
	font-family: 'Effra-Regular';
	box-sizing:border-box;
}

.cookie-banner p {
	display:inline-block;
}

.cookie-banner a {
	display:inline-block;
	padding:10px 15px;
	margin:0px 5px;
	color:#008996;
}

.cookie-banner #accept-cookies {
	color:#313E4C;
	background:#F4CD00;
	text-decoration:none;
}

#footer {
max-width: 1200px;
margin: 0 auto;
background: #313E4C;
padding: 50px 100px;
box-sizing: border-box;
position: relative; }
#footer .company-contact-info {
border-bottom: 1px solid #2C3744; }
#footer .company-contact-info .address-info {
width: 160px;
float: left;
margin-right: 30px;
font-family: 'Effra-Regular';
font-size: 18px;
color: #fff; }
#footer .company-contact-info .contact-info {
width: 300px;
float: left;
font-family: 'Effra-Regular';
font-size: 18px;
color: #fff; }
#footer .company-contact-info .contact-info a {
color: #fff; }
#footer .company-contact-info .subscribe-info {
width: 300px;
float: right; }
#footer .company-contact-info .subscribe-info form {
display: block;
font-family: 'Effra-Medium';
font-size: 18px;
color: #fff; }
#footer .company-contact-info .subscribe-info form input[type=email] {
width:196px;
background: #313E4C;
border: none;
font-family: 'Effra-Regular';
font-size: 18px;
color: #313E4C; }
#footer .company-contact-info .subscribe-info form input[type=image] {
	width:18px;
}
#footer .legal-social-info {
margin-top: 20px; }
#footer .legal-social-info p {
display: inline-block;
font-family: 'Effra-Regular';
font-size: 18px;
color: #fff; }
#footer .legal-social-info p a {
color: #fff; }
#footer .legal-social-info p a:hover {
color: #F4CD00; }
#footer .legal-social-info ul {
list-style: none;
float: right;
vertical-align: top; }
#footer .legal-social-info ul li {
display: inline-block;
margin: 0px 10px; }
#footer .social-icon {
	font-size:24px !important;
}
#footer .social-icon a {
	color:#fff !important;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media screen and (max-width: 1052px) {
  #slider {
    display: none; }

  .map {
  display: none; }
  
  .column {
	width:100%;
  }

  .brochure-pdf {
    position: static !important;
  margin: 10px 0px; }
  
  #header-main {
	  padding:15px;
  }
  
  .header-main-left, .header-main-right {
	display:block;
	float:none;
  }
  
  #header-top {
	  padding:15px;
  }
  
  .header-top-left {
	display:block;
	text-align:center;
  }
  
  .header-top-left ul li {
	  margin:10px;
  }
  
  .header-top-right {
	  display:none;
  }
  
  #header-main {
	  padding-top:30px;
  }

	.header-main-right .main-navigation {
		display:none;
		padding-top:30px !important;
	}
	.header-main-right .main-navigation li {
		display:block;
		margin:15px 0px;
	}
	.submenu {
		display:none !important;
	}
	#mobile-menu {
		display:block;
	}
#events-page #events ul li, #news-page #news ul li {
	width:48%;
	margin:30px 1% 30px 1%;
}

}

@media screen and (max-width:880px) {
	#wrapper #caption {
		padding-left:15px;
		padding-right:15px;
	}
}
@media screen and (max-width: 680px) {
  .panel .left-panel {
    width: 100% !important; }
  .panel .right-panel {
  width: 100% !important; }
  .popup {
	display:none !important;
  }
  .cookie-banner a {
	display:block;
	max-width:150px;
	text-align:center;
	margin:0 auto;
  }
  #events-page #events ul li, #news-page #news ul li {
	width:100%;
	margin:30px 0px 30px 0px;
  }
  #artiste-info #artiste-summary {
	  max-width:100%;
	  padding:0px 15px;
  }
  #artiste-info #artiste-description {
	  padding:15px;
  }
  #artiste-info #artiste-summary img {
	  max-width:100%;
  }
  #categories-search form, #search-form-container form {
	  padding:15px;
  }
  #categories-search form input, #categories-search form select, #search-form-container input, #search-form-container select {
	  display:block;
	  width:100%;
	  margin:10px 0px;
  }
  #categories-search form input[type=submit], #search-form-container input[type=submit] {
	  margin:0px auto;
	  border-top-right-radius:0px;
	  border-bottom-right-radius:0px;
  }
  #footer {
	  padding:50px 15px;
  }
}
@media screen and (max-width: 480px) {
  #caption {
    text-align: center;
  }

  #category-list ul {
    text-align: center; }
    #category-list ul li {
      width: 90% !important;
      margin: 4px 0px !important;
      padding: 5px !important; }
  #category-list #contact-info {
    padding: 5px !important; }
    #category-list #contact-info .contact-link {
      display: block !important;
      margin: 0 !important; }
      #category-list #contact-info .contact-link a {
        display: inline-block !important;
        margin: 10px auto; }

  #news {
    padding:60px 0px !important; }
    #news ul li {
      margin: 30px 0px !important;
      width: auto !important;
	max-width: 298px !important; }
	.artiste-info-text ul li {
		max-width:300px;
	}
	
	.info-list-short-description {
		display:none !important;
	}

  #footer .address-info {
    width: auto !important;
    float: none !important;
    margin: 0 !important; }
  #footer .contact-info {
    width: auto !important;
    float: none !important;
    margin: 0 !important; }
  #footer .subscribe-info {
    width: auto !important;
    display: none !important;
    float: none !important; } }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/*# sourceMappingURL=main.css.map */

/*# sourceMappingURL=main.css.map */
