


.newsletter {
	min-height: 1500px;
	margin-top: 100px;
	text-align: center;
	margin: 0 auto;
  font-family: "foco", sans-serif;
  font-weight: 100;	
  box-sizing: border-box;
}

.newsletter-right{
	float: right;
	width: 581px;
	padding: 20px;
	text-align: left;
}
.newsletter-right h1{
	margin-bottom: 10px !important;
	color: #CD0538;
	font-family: 'foco';
	font-size: 50px;
	font-weight: bold;
}

@media screen and (max-width: 480px){
	.newsletter-right h1{
		font-size: 36px;
	}
	
}

.newsletter-right h2{
	margin-bottom: 40px;
	font-weight: 400;
	color: #505050;
}
.newsletter-right p{
	font-size: 17px;
	line-height: 1.4;
	text-align: left;
}
.newsletter-right p:first-of-type{
	font-size: 24px;
	border-top: 2px #efefef solid;
	border-bottom: 2px #efefef solid;
	padding: 20px 0;
	margin-bottom: 20px;
	line-height: 1.4;
}
.newsletter-left{
	float: left;
	width: 289px;
	background-color: #f6f6f6;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 25px;
	text-align: left;
}
.newsletter-left a, .newsletter-right a{
	color: #cd0538;
	text-decoration: none;
}
.newsletter-left h2.dates{
	color: #cd0538;
	font-size: 2em;
	padding: 10px 0;
	border-bottom: 2px #aaa solid;
	margin-bottom: 20px;
}

.newsletter-date{
	display: inline-block;
	width: 80px;
	text-align: center;
}
.newsletter-date .event-month{
	width: 100%;
	background: #000;
	color: #fff;
	height: 20px;
	line-height: 20px;
}
.newsletter-date .event-day{
	width: 100%;
	background: #fff;
	color: #cd0538;
	font-size: 2em;
	height: 50px;
	line-height: 50px;
}
.newsletter-event{
	display: inline-block;
	width: 150px;
	vertical-align: top;
	text-align: left;
	margin-left: 10px;
}
.newsletter-event h2{
	color: #cd0538;
	font-weight: 400;
	margin-bottom: 10px;
}
.newsletter-boxes{
	margin-top: 40px;
}
.newsletter-box{
	width: 50%;
	float: left;
	padding: 20px 20px 20px 0;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 40px;
}
.newsletter-box:nth-of-type(odd){
	clear: both;
}
.newsletter-box img{
	width: 100%;
	height: 200px;
}
.newsletter-box h2{
	color: #cd0538;
	margin: 5px 0 !important;
}
.newsletter-box p{
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}
.newsletter-box a{
	margin: 5px 0;
}
.newsletter-box p:first-of-type{
	font-size: 100% !important;
	font-weight: 400 !important;
	margin-bottom: 10px !important;
}
.newsletter-date-box{
	display: block;
	margin: 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px #bbb solid;
}
.newsletter-right hr{
	border: 0;
	border-bottom: 2px solid #efefef;
}
.item.news .description h2 a{
	color: #cd0538;
}
body > div.news-events-listing > div > div.inline-page-header > h1{
	color: #cd0538;
	font-size: 2em;
	font-family: 'foco';
	margin-bottom: 20px;
}
@media screen and (max-width: 930px){
	.single-newsletter footer .information-navigation .wrapper{
		height: 100px;
	}
	.newsletter-right{
		float: none;
		width: 100%;
		box-sizing: border-box;
	}
	.newsletter-left{
		float: none;
		width: 100%;
	}
	.newsletter-date-box{
		display: inline-block;
		max-width: 250px;
		vertical-align: top;
	}
}
@media screen and (max-width: 600px){
	.newsletter-box{
		float: none;
		width: 100%;
		max-width: 400px;
	}
}

.filter select {
	width: 252px !important;
}
.newsletter.page-content.default p{
	margin-bottom: 20px;
}
.newsletter.page-content.default p a{
	color: #cd0538;
	text-decoration: none;
}

.filter .wrapper div:after {
    background: rgba(255, 255, 255, 0.2);
    background-image: url("images/icons/arrow-down-grey.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 65%;
    border-radius: 26px;
    content: " ";
    display: block;
    height: 26px;
    position: absolute;
    right: 15px;
    top: 8px;
    width: 26px;
    pointer-events: none;
}

.filter .wrapper.active div:after{
	background-image: url("images/icons/arrow-down-grey.svg");
}

#gallery-1 .gallery-caption {
	display:none;
}

.fancybox-bg {
	    font-size: 17px;
    line-height: 1.4
}

#fancybox-title {
	font-family: Helvetica !important;
    font-size: 18px !important;
}

#swipebox-top-bar {
	/*top: 860px !important;*/
}

.publications-downloads {
  padding-top: 20px;
}
/* line 5, ../../src/sass/modules/_publications-downloads.scss */
.publications-downloads .section-title {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
 /* margin-bottom: 20px;*/
  font-size: 18px;
  font-weight: bold;
  color: #505050;
}
/* line 14, ../../src/sass/modules/_publications-downloads.scss */
.publications-downloads .publication-list {
  color: #505050;
  line-height: 1.2;
  margin-bottom: 40px;
}
/* line 19, ../../src/sass/modules/_publications-downloads.scss */
.publications-downloads .publication-list .publication-title {
  font-weight: bold;
  margin-bottom: 1em;
}
/* line 24, ../../src/sass/modules/_publications-downloads.scss */
.publications-downloads .publication-list .description {
  margin-bottom: 1em;
}
/* line 28, ../../src/sass/modules/_publications-downloads.scss */
.publications-downloads .publication-list a {
  color: #cd0538;
  text-decoration: none;
}
/* line 32, ../../src/sass/modules/_publications-downloads.scss */
.publications-downloads .publication-list a:hover {
  text-decoration: underline;
}
/* line 37, ../../src/sass/modules/_publications-downloads.scss */
.publications-downloads .publication-list ul {
  margin-bottom: 40px !important;
}
/* line 41, ../../src/sass/modules/_publications-downloads.scss */
.publications-downloads .publication-list li {
  margin-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 20px;
  margin-left: 0 !important;
}
/* line 47, ../../src/sass/modules/_publications-downloads.scss */
.publications-downloads .publication-list li:before {
  content: "" !important;
}
/* line 53, ../../src/sass/modules/_publications-downloads.scss */
.publications-downloads .download-list {
  margin-bottom: 50px;
}
/* line 57, ../../src/sass/modules/_publications-downloads.scss */
.publications-downloads .download-list li {
  border-bottom: 1px solid #d2d2d2;
  padding: 20px 150px 20px 50px;
  position: relative;
  background-image: url("./images/icons/publication-icon.svg");
  background-repeat: no-repeat;
  background-position: 10px 15px;
  background-size: 28px;
  margin-left: 0 !important;
}
/* line 67, ../../src/sass/modules/_publications-downloads.scss */
.publications-downloads .download-list li:before {
  content: "" !important;
}
/* line 71, ../../src/sass/modules/_publications-downloads.scss */
.publications-downloads .download-list li .download {
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  width: 140px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
/* line 80, ../../src/sass/modules/_publications-downloads.scss */
.publications-downloads .download-list li .download:after {
  width: 20px;
  height: 20px;
  top: 5px;
}

.page-bottom-cta .right p {
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 2em;
  color: #505050;
}

.page-bottom-cta .right h2 {
  color: #cd0538;
  font-size: 34px;
  margin-bottom: .8em;
}

.page-bottom-cta .left p {
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 2em;
  color: #505050;
}

.page-bottom-cta .left h2 {
  color: #cd0538;
  font-size: 34px;
  margin-bottom: .8em;
}

/* line 65, ../../src/sass/modules/_landing-page-hero.scss */
.homepage-hero .content .button {
  margin: auto;
  text-align: left;
  width: 263px;
  margin-top: 2em;
}
@media screen and (max-width: 480px) {
  /* line 65, ../../src/sass/modules/_landing-page-hero.scss */
  .homepage-hero .content .button {
    width: 100%;
    max-width: 263px;
  }
}

.button {
    border-radius: 4px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff !important;
    display: block;
    font-family: "foco", sans-serif;
    font-size: 18px;
    font-weight: 100;
    height: 48px;
    line-height: 50px;
    padding: 0 15px;
    position: relative;
    text-decoration: none;
}

.button.gold {
    background: #d19f48;
}

.wrapper.half-text .video {
	text-align: center;
}

.wrapper.half-text .video img{
	height: auto;
	width: 100% !important;
}

.sidebar .image img {
	height: auto;
	width: 100%;
}

.hero-copy p {
	line-height: 26px;
}

.sidebar .children .children li a {
	padding-left: 50px;
}

.sidebar li.current_page_ancestor > a {
  background-image: url(images/icons/arrow-down-red.svg);
  background-position: 260px 18px;
  background-repeat: no-repeat;
  background-size: 5%;
}

.sidebar .current_page_ancestor > ul {
	display: block !important
}

body.red .page-content .sidebar li.current_page_ancestor > a {
	color: #C0181C;
}

body.green .page-content .sidebar li.current_page_ancestor > a {
	color: #00BCB4;
}

body.gold .page-content .sidebar li.current_page_ancestor > a {
	color: #cea052;
}

body.blue .page-content .sidebar li.current_page_ancestor > a {
	color: #00ACC8;
}

.grid-3-3.grey {
	background-color: #eceae8;
}

.grid-3-3.white {
	background-color: white;
}

header nav.top-menu .menu > li > .sub-menu li a {
	height: auto;
}

.page-content {
	padding-bottom: 50px;
}

.page-content .wrapper.main-content {
	padding: 110px 0px;
}

.page-content .wrapper {
    padding: 80px 0;
}

.job-listing {
	list-style-type: none;
	margin-left: 0px;
}

.page-content .left ul.job-listing > li {
	margin-left: 0px;
	padding: 20px 0px;
	border-top: 1px solid #d2d2d2;
}

.page-content .left ul.job-listing > li:last-of-type {
	border-bottom: 1px solid #d2d2d2;
}

.page-content .wrapper.main-content .left ul.job-listing li:before {
	content: '';
}

.page-content .left .job-listing p:first-of-type {
	border-bottom: 0px solid #d2d2d2;
	border-top: 0px solid #d2d2d2;
	font-size: 17px;
	padding: 0px;
	margin-bottom: 10px;
}

.date-desc p {
	font-size: 17px;
	margin-bottom: 10px;
}

.date-desc strong {
	font-weight: bold;
}

#swipebox-overlay {
	background-color: rgba(0,0,0,0.7);
}

#swipebox-slider .slide img {
	max-height: 80%;
	max-width: 90%;
}

#swipebox-arrows {
	width: 98%;
	max-width: 100%;
}

#swipebox-bottom-bar.visible-bars {
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-color: transparent;
  transition: 0s;
}

#swipebox-prev {
	background-image: url(images/icons/circle-arrow-left.svg) !important;
	background-position: 0px;
}

#swipebox-next {
	background-image: url(images/icons/circle-arrow-right.svg) !important;
	background-position: 0px;
}

.accommodation .gallery {
	background-color: #F0F0F0;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 30px !important;
}

.accommodation .gallery img {
	border: none !important;
}

.accommodation-facts {
	list-style-type: none;
}

.accommodation-facts li {
  border-bottom: 1px solid #d2d2d2;
	margin-left: 0px !important;
}

.accommodation-facts li:first-of-type {
  border-top: 1px solid #d2d2d2;
}

.accommodation-facts li p {
	font-size: 18px !important;
	padding: 10px 0px !important;
	margin-bottom: 20px !important;
}

.accommodation-facts li img {
	display: inline-block;
	margin-top: 25px;
	position: absolute;
}

.accommodation-facts li .content {
	display: inline-block;
	padding-left: 70px;
}

.accommodation-facts li .content ul {
	margin-left: 20px;
}

.accommodation-facts li .content li {
	border: none;
}

.accommodation .left p:first-of-type {
	margin-bottom: 20px;
}

.accommodation-facts li .content li:before {
    content: "\2022";
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -18px;
    top: -4px;
    color: #C0181C;
    font-size: 24px;
}

.accommodation-facts > li:before {
	display: none !important;
}

.accommodation-facts li p {
	border: none !important;
}
