﻿* {margin:0; padding:0; outline:none; border:none; box-sizing:border-box; -moz-box-sizing:border-box;}

/* GLOBAL */

html { }
body {line-height:1; font-family: 'Open Sans', sans-serif; color:#000000}

::-webkit-input-placeholder     {color:#bdbdbd;}
::-moz-placeholder              {color:#bdbdbd; opacity:1;}
:-ms-input-placeholder          {color:#bdbdbd;}
:-moz-placeholder               {color:#bdbdbd; opacity:1;}


img     {max-width:100%; height:auto;}
a       {color:inherit;}
a.cover {position:absolute; left:0; top:0; width:100%; height:calc(100% - 65px); background-color:rgba(0,0,0,0); display:block; z-index: 10}

p		{margin-bottom: 1em; line-height: 1.3em}

h2     {font-size: 30px; }
h3     {font-size: 26px; margin-bottom: 12px;}
h4     {font-size: 24px; margin-bottom: 12px;}
h5, h6 {font-size: 18px; margin-bottom: 10px;}


.inner	{width:1180px; max-width: 100%; margin: auto; padding-left: 30px; padding-right: 30px;}
.hidden {display: none;}


/* HEADER */
header			{padding: 0 80px; height: 113px; position: relative; z-index: 10; background-color:#ffffff; display: flex; justify-content: space-between; align-items: flex-end;}

.logo-lockup	{margin-bottom: 24px;}
.logo-lockup img {width:100px;}

.header-right		{display: flex; flex-direction: column; flex-grow: 2;}
.header-right ul	{display: flex; list-style: none; align-items: center; justify-content: center;}

ul.main-nav						{font-weight: 400; margin-left: 0; font-size: 12px;}
ul.main-nav li					{margin-right: 30px; position: relative;}
ul.main-nav li a				{text-decoration: none}
ul.main-nav li:after			{width:0%; height: 2px; background-color: #000000; position: absolute; left: 0; bottom: -5px; content: ''; transition: 0.2s ease-out;}
ul.main-nav li:hover:after		{width:100%;}
ul.main-nav li:last-child		{margin-right: 0}

.top-nav	{display: flex; align-self: flex-end; margin-bottom: 25px;}

.header-right ul.sub-nav				{margin-left: 30px}
.header-right ul.sub-nav li:first-child	{margin-left: 0}

.no-link            {cursor: default !important;}

.nav-search								{display: flex; cursor: pointer;}
.nav-search svg							{width: 16px; height: 16px;}
.nav-search input[type='text']			{border-bottom: 2px solid #000000; width: 0px; margin-left: 0; padding: 2px 0; font-size: 13px; transition: 0.2s ease-out;}
.nav-search input[type='text'].active	{width:220px; margin-left: 10px}

/* HOME HERO CONTAINER */
.home-hero-container			{display: flex; flex-direction: column; height:calc(100vh - 113px); min-height: 768px; position: relative;}
.home-hero-container .inner		{height:100%; display: flex; justify-content: center; flex-direction: column; position: relative; z-index: 2;}
.home-hero-outer				{height: 100%; background-size: cover; background-position: center; padding-bottom: 100px;}
.content-header	h1,
/*
.home-hero-container h1			{font-size: 84px; box-shadow: 20px 0 0 #fff, -20px 0 0 #fff; box-decoration-break: clone; background-color: #fff; display: inline; line-height: 1.5em; font-weight: 800}
*/

.home-hero-container h1			    {font-size: 105px; color: #FFF; display: inline; line-height: 1em; font-weight: 800}
.home-hero-text					    {margin-left: 0px; margin-top: 35vh;}
.sub-text                           {color: #fff; font-size: 24px; margin-top: 35px; line-height: 1.3em; }

.home-hero-outer .overlay        {height: 100%; width: 100%; position: fixed; overflow: auto; top: 0px; left: 0px; background: rgba(0, 0, 0, 0.05);}

.home-hero-carousel .slide        {position: relative;}

h3 {font-weight: 800; font-size: 24px; line-height: 1.4em; margin: 1.4em 0 0.4em 0; }


.quick-menu			{width:100%; background-color:#e8e5df; padding: 24px 0;}
.quick-menu .inner	{width:880px; display: flex; flex-direction: row; justify-content: space-between}

.inner-outer {height: 100%;}
.inner.image img {max-width: 420px; height: auto; padding-top: 40%;}

.home-hero-carousel-container	{height: 100%; position: relative;}
.home-hero-carousel .slick-list,
.home-hero-carousel .slick-track,
.home-hero-carousel	{height: 100%;}

.home-hero-carousel-container .carousel-nav									{position: absolute; left: 0; bottom: 15px; width: 100%;}
.home-hero-carousel-container .carousel-nav ul								{list-style: none; margin: 0; display: flex;}
.home-hero-carousel-container .carousel-nav ul.slick-dots li				{font-size: 0; width:16px; height: 16px; border-radius: 16px; border:2px solid #ffffff; background-color:transparent; margin-right: 5px;}
.home-hero-carousel-container .carousel-nav ul.slick-dots li.slick-active	{background-color: #ffffff;}

/* DROPDOWN MENU */
.dropdown-nav-outer								{padding-left: 0px; }
.dropdown-nav-outer ul							{font-weight: 600; font-size: 15px; margin: 0}
.dropdown-nav-outer ul li						{position: relative; padding-bottom: 0; padding-right: 13px; padding-left: 13px; height: 39px; display: block;}
.dropdown-nav-outer ul li:hover					{font-weight: 700}
.dropdown-nav-outer ul li.no-link:hover			{font-weight: normal !important;}

.dropdown-nav-outer ul li:after					{width:2px; border-radius: 2px; background-color: #000000; height: 14px; position: absolute; right:0; top:1px; content: '';}
.dropdown-nav-outer ul li a						{text-decoration: none; height: 100%; display: block; font-size: 17px;}
.dropdown-nav-outer ul li:first-child			{padding-left: 0;}
.dropdown-nav-outer ul li:last-child 			{border: none; padding-right: 0}
.dropdown-nav-outer ul li:last-child:after		{display: none}
.dropdown-nav-outer ul li:last-child:hover ul	{left: auto; right: 0}
.dropdown-nav-outer ul li span					{display: none}
.dropdown-nav-outer ul li ul					{position: absolute; left: -999999px; width: 332px;}

.dropdown-nav-outer ul li:hover ul				{left: 13px; background-color:#000000; margin: 0 !important}
.dropdown-nav-outer ul li:first-child:hover ul	{left: 0}

.dropdown-nav-outer ul ul				{display: block; font-weight: 400; padding: 30px 35px;}
.dropdown-nav-outer ul ul li			{margin: 0; padding: 0; margin-bottom: 15px; line-height: 1.2em; height: auto}
.dropdown-nav-outer ul ul li:last-child	{margin-bottom: 0;}
.dropdown-nav-outer ul ul li a			{color:#ffffff; line-height: 1.4em;}

a.close	{position: absolute; right:40px; width:23px; height: 23px; background-image:url(/_assets/icon-close.png); background-size: cover;}

/* CONTENT HEADER */
.content-header			{height: 50vh; background-repeat: no-repeat; background-size: cover; background-position: center; min-height: 550px; margin-bottom: 80px; position: relative;}
.content-header .inner	{height:100%; display: flex; flex-direction: column; justify-content: flex-end; position: relative; z-index: 5}
.content-header-text 	{margin-left: 20px;}
.content-intro-text		{background-color:#000000; padding: 40px 35px; margin-top: 35px; width:720px; max-width: 100%;}
.content-intro-text p	{color:#ffffff; font-weight: 600; font-size: 20px; line-height: 1.3em;}
.content-intro-text p:last-child	{margin-bottom: 0}

.content-header.deep	{height: 70vh; min-height: 600px; padding-bottom: 100px; margin-bottom: 0;}
.content-header.no-intro-text	{padding-bottom: 120px;}

.content-header.video 	{overflow: hidden;}
.content-header video	{object-fit: cover; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 0}

/* FULL INTRO */
.full-intro					{padding: 50px 0; background-color: #000000;}
.full-intro p				{font-size: 31px; color:#ffffff; width:790px; max-width: 100%;}
.full-intro p:last-child	{margin-bottom: 0}

/* PANEL PAGE COPY */
.panel-page-copy { margin-bottom: 80px}
.panel-page-copy p { line-height: 1.4em; font-size: 18px; }
.panel-page-copy p:last-child {margin-bottom:0}
/* FULL WIDTH PANEL WITH TEXT LEFT */
.full-width-pullout { padding: 90px 0; margin-bottom: 80px; position: relative; }
.full-width-pullout.flipped .inner	{display: flex; flex-direction: row-reverse}

.full-width-pullout-image			{position: absolute; left: 0; top:0; background-size: cover; background-position: right; background-repeat: no-repeat; width:100%; height: 100%;}

.white-panel-text					{width:640px; max-width: 100%; background-color: #ffffff; padding: 50px 80px; position: relative;}

.contained-pullout-panel .tag,
.white-panel-text .tag	{margin-bottom: 30px;}

.contained-pullout-panel h2,
.white-panel-text h2	{font-size: 45px; font-weight: 800; line-height: 1.2em; display: block; border-bottom: 4px solid #000000; padding-bottom: 30px; margin-bottom: 20px; transition: 0.2s ease-out}

.contained-pullout-panel p,
.white-panel-text p		{font-size: 20px; line-height: 1.3em;}

.contained-pullout-panel p:last-child,
.white-panel-text p:last-child	{margin-bottom: 0}

.contained-pullout-panel:hover .btn-text span,
.full-width-pullout .white-panel-text:hover .btn-text span	{transform: translateX(5px)}

/* CONTAINED PULLOUT PANEL */
.contained-pullout-panel					{background-color:#000000; display: flex; position: relative; margin-bottom: 80px;}
.contained-pullout-image-container			{width:33.333%; flex-shrink: 0; overflow: hidden;}
.contained-pullout-image					{height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; transition: 0.2s ease-out}
.contained-pullout-panel h2					{color:#ffffff; border-color:#ffffff}
.contained-pullout-panel .tag				{color:#000000; background-color: #ffffff;}
.contained-pullout-panel p					{color:#ffffff;}
.contained-pullout-panel .btn-text			{color:#ffffff}
.contained-pullout-panel .btn-text .cls-1	{stroke:#ffffff}
.contained-pullout-text						{padding: 40px 80px;}

.contained-pullout.flipped .contained-pullout-panel	{flex-direction: row-reverse;}
.contained-pullout-panel:hover .contained-pullout-image	{transform: scale(1.1);}

/* LISTING PANELS */
.listing-panels										{margin-bottom: 50px;}

.course-listing .col-container,
.listing-panels .col-container						{display: flex; flex-wrap: wrap; width:calc(100% + 80px); margin-left: -40px}

.course-listing .col-container.col-3 .col,
.listing-panels .col-container.col-3 .col			{width:33.333%;}

.listing-panels .col-container.col-2 .col { width: 50%; }

.listing-panels .col-container .col					{padding:0 40px 30px 40px; flex-shrink: 0}

.listing-panel					{position: relative; height: 100%;}
.listing-panel-text				{padding: 45px 35px;}
.listing-panel-text h3			{font-size: 31px; font-weight: 800; color:#ffffff; padding-bottom: 20px; margin-bottom: 20px; border-bottom:4px solid #ffffff;}
.listing-panel-text p			{margin-bottom: 0; color:#ffffff; font-size: 20px; line-height: 1.3em}
.listing-panel-image-container	{height:222px; overflow: hidden;}
.listing-panel-image			{background-size: cover; background-position: center; height: 100%; transition: 0.2s ease-out}

.listing-panel-course:hover .listing-panel-image,
.listing-panels .listing-panel:hover .listing-panel-image	{transform: scale(1.1)}

/* COURSE LISTING */
main.find-course-main	{padding: 0px 0 20px}

.find-course .inner			{display: flex; align-items: center;}
.find-course label			{font-size: 23px; font-weight: 800; line-height: normal; margin-right: 65px;}
.course-selects				{display: inline-flex;}
.find-course .select-css	{margin-right: 25px;}

.course-listing											{padding-top: 80px;}
.listing-panel-course									{background-color:#000000 !important}
.listing-panel-course h3								{border:none; padding-bottom: 0}
.listing-panel-course .listing-panel-text p				{font-weight: 600; margin-bottom: 10px;}
.listing-panel-course .listing-panel-text 				{padding: 25px 35px;}
.listing-panel-course .listing-panel-button .btn		{width:100%; padding-left: 35px; justify-content: flex-start;}
.listing-panel-course .listing-panel-button .btn span	{margin-left: 40px;}
.listing-panel-course .listing-panel-image-container	{height:170px;}

.listing-panel-course:hover .listing-panel-button .btn span	{transform: translateX(10px)}

.course-listing .col-container .col		{padding:0 40px 60px 40px; flex-shrink: 0}

/* TWO PANELS */
.two-panels								{padding: 80px 0}
.two-panels .col-container				{display: flex; justify-content: space-between;}
.two-panels .col-container.col-2 .col	{width: 480px;}
.two-panels .white-panel-text			{height:100%; display: flex; justify-content: space-between; flex-direction: column;}
.two-panels .white-panel-text h2		{border:none; margin-bottom: 0; padding-bottom: 0}
.two-panels .white-panel-bottom			{border-top:4px solid #000000; margin-top: 30px; padding-top: 30px;}

.two-panels.white						{background-color: #ffffff;}
.two-panels.dark						{background-color: #000000;}

.two-panels.white .white-panel-text	h2					{color:#ffffff !important;}
.two-panels.white .white-panel-bottom					{border-color:#ffffff !important;}
.two-panels.white .white-panel-text .tag				{background-color:#ffffff;}
.two-panels.white .white-panel-text .btn-text			{color:#ffffff;}
.two-panels.white .white-panel-text .btn-text .cls-1	{stroke:#ffffff;}

.sidebar-listing.two-panels { padding: 0; }
.sidebar-listing .white-panel-text {padding:30px;}
.sidebar-listing .white-panel-text h2 {font-size:30px;}

/* FAQS */
.faq-accordion .accordion-item { margin-bottom: 20px; }
.faq-accordion .accordion-item h2							{font-size:18px !important; color: #ffffff; background-color: #000000; position: relative; cursor: pointer; line-height: 1.4em; padding: 15px 40px 15px 25px; margin-bottom:0 !important;}
.faq-accordion .accordion-item h2 span.plus 				{width:24px; height: 24px; position:absolute; right:15px; display: block; top:15px;}
.faq-accordion .accordion-item h2 span.plus:before			{width:3px; height: 100%; background-color: #ffffff; position: absolute; left: 10px; top: 0; content: '';}
.faq-accordion .accordion-item h2 span.plus:after			{width:3px; height: 100%; background-color: #ffffff; position: absolute; left: 10px; top: 0; content: ''; transform: rotate(90deg);}
.faq-accordion .accordion-item p							{font-size: 18px; line-height: 1.3em; width:90%;}
.faq-accordion .accordion-item:last-child					{margin-bottom: 0}
.faq-accordion .accordion-item.active h2 span.plus:after	{background-color: #ffffff;}
.faq-accordion .accordion-item.active h2 span.plus:before	{display:none;}
.faq-accordion .accordion-expanded							{display:none; padding:35px 25px; background-color: #EBECEC;}
.faq-accordion .accordion-expanded p:last-child				{margin-bottom:0;}

/* MAIN CONTENT PAGE */
.video-container 			{position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin-top: 00px;}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video		{position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.main-content-two-col .inner				{display: flex; justify-content: space-between;}
.main-content-two-col .main-text-col		{width:calc(100% - 320px); max-width: 100%; padding-top: 60px; padding-bottom: 60px; padding-right: 100px;}
.main-content-two-col .main-text-col ol,
.main-content-two-col .main-text-col ul,
.main-content-two-col .main-text-col p		{line-height: 1.4em; font-size: 18px;}
.main-content-two-col .main-text-col li		{margin-bottom: 0.7em;}
.main-content-two-col .main-text-col img	{margin-top: 40px;}

.mc-panels	{margin-top: 20px;}

.main-content-two-col.no-sb .main-text-col	{width:100%; padding-right: 0}

/* EVENTS LISTING */
.events-listing-section .listing-panel						{width: 560px; max-width: 100%; margin-bottom: 30px;}
.events-listing-section .listing-panel p.date				{font-weight: 600; margin-bottom: 0.5em}
.events-listing-section .listing-panel h3					{margin: 0; font-size: 25px; border: none;}
.events-listing-section .listing-panel .btn-text			{background-color:#ECDC1F; width: 100%; padding: 15px 35px; margin-top: 0}
.events-listing-section .listing-panel .listing-panel-text	{padding-top:30px; padding-bottom: 20px;}
.events-listing-section .listing-panel:hover .btn-text span	{transform: translateX(5px)}

/* BLOCKQUOTE */
.blockquote-container							{background-color:#ffffff; padding-left: 60px; position: relative; margin: 85px 0 70px 0}
.blockquote-container svg						{position: absolute; left: 0; top:-35px; z-index: 10}
.blockquote-container svg .cls-1 				{isolation: isolate;}
.blockquote-container svg .cls-2 				{fill: #000000;}
.blockquote-container blockquote				{background-color:#EBECEC; padding: 15px 15px 15px 50px; position: relative;}
.blockquote-container blockquote p				{font-weight: 600; color: #784E93;}
.blockquote-container blockquote p:last-child	{margin-bottom: 0}
.blockquote-container blockquote cite			{display: block; text-align: right; font-weight: 800; color:#000000; font-size: 18px; font-style: normal; margin: 5px 0 10px}

.blockquote-container blockquote:before		{width:calc(100% - 30px); display: block; border-top:2px solid #000000; position: absolute; top:-6px; right: 0; content: '';}
.blockquote-container blockquote:after		{width:100%; display: block; border-top:2px solid #000000; position: absolute; bottom:-6px; right: 0; content: '';}

/* SIDEBAR */
.sidebar	{width:320px; position: sticky; top: 0px;}
.sidebar .col {margin-bottom:70px;}
.right-nav					{background-color:#EBECEC; padding-top: 38px; padding-bottom: 95px; margin-bottom: 50px;}
.right-nav ul				{list-style: none; margin: 0; padding: 0 27px;}
.right-nav li a				{padding:24px 0; font-weight: 800; font-size: 18px; display: flex; justify-content: space-between; align-items: center; text-decoration: none; border-bottom: 4px solid #000000; line-height: 1.2em; transition: 0.2s ease-out}
.right-nav li a span		{transition: 0.2s ease-out}
.right-nav li a:hover span	{transform: translateX(5px);}

.right-nav li.active a		{flex-direction: row-reverse; justify-content: flex-end;}
.right-nav li.active a span	{margin-right: 15px;}

.right-nav.course             {background-color: #E7E220; padding-bottom: 40px; padding-left: 27px; padding-right: 27px;}
.right-nav.course ul          {padding: 0px;}
.right-nav.course li          {background-image: url('/_assets/arrow-right-black.svg'); background-repeat: no-repeat; background-size: 35px; background-position: center right; transition: 0.1s ease-in-out;}
.right-nav.course li a        {font-weight: normal; padding: 12px 0; border-bottom: 0px; color: #000; }

.right-nav.course li:hover     {background-position: 97% center}
.right-nav.course li a:hover  {color: #000 !important;  opacity: 0.5;}

.right-nav.course p           {padding-bottom: 20px; font-weight: 800;color: #000;border-bottom: 4px solid #000;}


.course-programme-link {background-color: #e7e221; text-decoration: none; font-weight: 700; padding: 20px 82px 20px 20px; border-bottom: 0px; color: #000; background-image: url(/_assets/arrow-right-black.svg); background-repeat: no-repeat; background-size: 35px; background-position: center; transition: 0.2s ease-in-out; background-position-x: 94%; margin-top: 20px; display: inline-block}

.course-programme-link:hover {background-position-x: 90%; opacity: 0.85;}



.right-nav.backto             {padding: 17px 27px;  margin-bottom: 0px}
.right-nav.backto ul         {padding: 0px}
.right-nav.backto li          {background-image: url('/_assets/arrow-left-black.svg'); background-repeat: no-repeat; background-size: 35px; background-position: center left; transition: 0.1s ease-in-out;}
.right-nav.backto ul li a     {border-bottom: 0px; padding: 10px 0px; display: block; text-align: right;}

.right-nav.backto li a:hover  {color: #784E93 !important;}
.right-nav.backto li:hover    {background-position: 3% center}

.sb-page-listing			{margin-top: 60px}

/* SEARCH RESULTS */
.search-results-page .main-text-col		{padding-top: 70px;}
.search-results-page .main-text-col h2	{font-size: 25px; font-weight: 800; border-bottom: 4px solid #000000; padding-bottom: 20px; margin-bottom: 20px;}

ul.search-results			{list-style: none; margin: 40px 0}
ul.search-results p a		{font-size: 20px; font-weight: 600; text-decoration: none}
ul.search-results p a:hover	{text-decoration: underline;}
ul.search-results li		{padding-bottom: 30px; border-bottom: 2px solid #000000; margin-bottom: 30px;}

.no-results				{width:415px; max-width: 100%; margin-bottom:40px;}
.no-results p			{font-weight: 600; margin-bottom: 2em;}
.no-results .btn		{background-color:#000;}
.no-results a.btn        {color:#fff;}

.no-results .btn:hover	{background-color:#cccccc}

.search-results-page .sidebar	{padding-top: 70px;}

/* PEOPLE DIRECTORY */
.directory-parent		{padding: 15px; transition: 0.2s ease-out; border-bottom: 4px solid #000000; position: relative; margin-bottom: 20px;}

.directory-top			{display: flex; align-items: flex-start; position: relative;}
.directory-image		{width:175px; flex-shrink: 0}
.directory-image img	{width:100%; margin: 0 !important;}
.directory-text			{padding-left: 20px; padding-right: 50px;}
.directory-text h2		{font-size: 22px; margin: 0 0 0.5em;}
.directory-text h3		{font-size: 18px; margin: 0 0 0.65em; font-weight: 800; line-height: 1.2em;}
.directory-text h4		{font-size: 18px; margin: 0 0 0.8em; font-weight: 400}
.directory-text p		{font-size: 16px !important; margin-bottom: 0.3em; position: relative; z-index: 12; display: inline-block;}
.directory-text p a		{text-decoration: none; border-bottom: 1px solid #cccccc}
.directory-text p a:hover	{border-color:#000000}
.directory-text-cols	{display: flex;}

.directory-expanded		{padding-top: 20px; padding-bottom: 10px; display: none}
.directory-expanded p	{font-size: 16px !important;}
.directory-expanded .faq-accordion						{margin-top: 25px;}
.directory-expanded .faq-accordion .accordion-item h2	{font-size:16px !important;}
.directory-expanded .faq-accordion .accordion-expanded	{background-color: #ffffff;}
.directory-expanded .faq-accordion p,
.directory-expanded .faq-accordion ul,
.directory-expanded .faq-accordion ol		{font-size: 16px;}

.directory-arrow-down	{position: absolute; right:0; bottom: 0; transition: 0.2s ease-out}

.directory-parent:hover	{background-color: #f1f1f1;}

.directory-parent.active						{background-color: #f1f1f1;}
.directory-parent.active .directory-arrow-down	{transform: rotate(90deg)}

.form-cell.form-cell-people-listing			{display: flex; align-items: center; margin-bottom: 20px; border-bottom: 4px solid #000000; padding-bottom: 20px;}
.form-cell.form-cell-people-listing label	{margin-right: 15px; font-weight: 700}
.form-cell.form-cell-people-listing select	{font-size: 16px; font-weight: 700}

/* EVENTS */
.faq-accordion.event-accordion		{margin-bottom: 30px;}
.faq-accordion.event-accordion .accordion-expanded	{background-color: transparent; padding:30px 0}
.events-panel						{background-color: #000000; color:#ffffff; display: flex;}
.events-panel-image					{width:55%; background-size: cover; background-position: center; flex-shrink: 0; background-repeat: no-repeat;}
.events-panel-text					{padding: 30px;}
.events-panel-text h3				{font-size: 30px; margin: 1em 0}
.events-panel-text .btn-text		{justify-content: space-between; color:#ffffff; display: flex; margin-top: 8px;}
.events-panel-text .btn-text path	{stroke:#ffffff}
.events-panel-container				{margin-bottom: 40px;}

.events-expanded-book-now,
.events-expanded-more-info			{padding:30px; background-color: #EBECEC;}

.events-panel-container:nth-child(even) .events-panel	{flex-direction: row-reverse}

.events-expanded-book-now .cols			{display: flex}
.events-expanded-book-now .col-right	{width:350px; flex-shrink: 0}
.events-expanded-book-now .form-row		{margin-bottom: 15px;}

.events-expanded-book-now .select-css,
.events-expanded-book-now input[type="text"]	{font-size: 20px; font-weight: 900; padding: 15px 30px; width: 100%}

.events-expanded-book-now input[type="text"]::-webkit-input-placeholder     {color:#000000;}
.events-expanded-book-now input[type="text"]::-moz-placeholder              {color:#000000; opacity:1;}
.events-expanded-book-now input[type="text"]:-ms-input-placeholder          {color:#000000;}
.events-expanded-book-now input[type="text"]:-moz-placeholder               {color:#000000; opacity:1;}

.events-expanded-book-now .select-css	{box-shadow: none;}
.events-expanded-book-now .btn			{font-size: 22px; background-color: #000000; padding: 15px 25px; color: #fff;}
.events-expanded-book-now .btn	path	{stroke: #fff;}

.contact-prefs-label		{font-size: 16px; margin-bottom: 10px; margin-top: 20px; display: block; line-height: 1.3em;}
.contact-prefs .form-cell	{margin-right: 15px;}
.contact-prefs .container	{display: flex; flex-direction: row-reverse; justify-content: flex-end; align-items: center; font-weight: 900; color:#000000}

.form-row.contact-prefs .cols	{display: flex;}

.events-expanded-more-info,
.events-expanded-book-now		{display: none}

/* PHOTO CAROUSEL */
.photo-carousel-container-outer						{}
.photo-carousel-container						    {margin:30px 0 50px 0; position:relative;}
.photo-carousel									    {width:100%; position: relative;margin: 0px auto;}
.photo-carousel .slide							    {position:relative; height: auto;}
.photo-carousel .slide-inner					    {padding-top:50.6%; background-repeat:no-repeat; background-position:center; background-size:cover;}
.photo-carousel.ticker .slick-arrow				    {width:21px; height: 21px; background-image: url(/_assets/carousel-arrow.png); background-size: cover; bottom: 10px; top:auto;}
.photo-carousel.ticker .slick-arrow.slick-next	    {right:10px;}
.photo-carousel.ticker .slick-arrow.slick-prev	    {left:auto; right: 36px; transform: rotate(-180)}
.enlarge										    {width:21px; height: 21px; position: absolute; right: 66px; bottom: 10px; background-color: #ffffff; border-radius: 21px; display: block; cursor: pointer; color: #071D49; font-size: 12px; line-height: 21px; text-align: center;}

.photo-carousel-container p.slide-count	{position:absolute; bottom:-30px; margin-bottom: 0; font-family: 'Raleway', sans-serif; font-weight: 400;}
.photo-carousel-container p.slide-count span {font-family:inherit;}

.lightbox-overlay { display: none; position: fixed; top: 0px; left: 0px; z-index: 40; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.85); }
.lightbox-carousel { display: block; visibility: hidden; opacity: 0; position: fixed; top: 10%; left: 50%; margin-left: -37.5%; z-index: 60; width: 75%; transition: .2s ease-in; font-size: 0;}
.lightbox-carousel-hidden { display: none; }

.lightbox-carousel-container { margin: 30px 0; position: relative; }
.lightbox-carousel-ticker { width: 100%; position: relative; margin: 0px auto; }
.lightbox-carousel-ticker .slide { position: relative; height: auto; width: 100%; }
.lightbox-carousel-ticker .slide-inner { padding-top: 50.6%; background-repeat: no-repeat; background-position: center; background-size: cover; }
.lightbox-carousel-ticker .slick-arrow { background-image: none; width: 26px; height: 35px; position: absolute; margin-top: -23px; background-color: transparent; font-size: 0; cursor: pointer; }
.lightbox-carousel-ticker .slick-arrow.slick-next { right: 0px; bottom: 0; top: auto; background-image: url(/_assets/photo-right.jpg); background-size: cover; z-index: 50; }
.lightbox-carousel-ticker .slick-arrow.slick-prev { left: auto; right: 26px; bottom: 0; top: auto; background-image: url(/_assets/photo-left.jpg); background-size: cover; transform: rotate(0); z-index: 50; }

.lightbox-close { position: absolute; right: 32px; top: 32px; width: 32px; height: 32px; background-image: url(/_assets/icon-close.png); background-repeat: no-repeat; background-size: 32px; }

.ticker .slick-arrow { position: absolute; top: 50%; margin-top: -23px; width: 24px; height: 46px; background-color: transparent; font-size: 0; background-size: cover; background-image: url(/_assets/icon-white-chevron.png); cursor: pointer; }
.ticker .slick-arrow.slick-next { right: 20px; }
.ticker .slick-arrow.slick-prev { left: 20px; z-index: 10; transform: rotate(180deg) }

/* CONTACT US */
.contact-page { padding: 80px 0 }
.full-width-heading h2	{font-size: 25px; font-weight: 800; border-bottom: 4px solid #000000; margin-bottom: 20px; padding-bottom: 20px;}

.contact-cols				{display: flex; padding-top: 30px;}
.contact-cols .col-left		{width:50%;}
.contact-cols .col-right 	{width:50%;}
.contact-cols .col-right iframe	{width:100%; height: 345px;}

.contact-link			{display: flex;}
.contact-link span		{width:32px; text-align: center;}
.contact-link img		{width:17px;}
.contact-link a			{text-decoration: none}
.contact-link a:hover	{text-decoration: underline;}

.transport-accordion	{width:320px; max-width: 100%; margin-top: 40px;}
.transport-accordion .faq-accordion .accordion-item {margin-bottom: 10px;}

/* CUSTOM SELECT */
.select-css 			{display: block; font-size: 18px; line-height: 1.3; padding: .6em 60px .5em .8em;  max-width: 100%; box-sizing: border-box; margin: 0; border-radius: 0; -moz-appearance: none; -webkit-appearance: none; appearance: none;
						background-color: #fff; background-image: url(/_assets/icon-select-down.svg); background-repeat: no-repeat, repeat; background-position: right 1em top 50%, 0 0; background-size: 23px auto; box-shadow: 0 0 10px rgba(0,0,0,0.2)}
.select-css::-ms-expand {display: none;}
.select-css:focus 		{border-color: #aaa; box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7); box-shadow: 0 0 0 3px -moz-mac-focusring; outline: none;}
.select-css option 		{font-weight:normal;}

/* CUSTOM CHECKBOX */
.container 									{display: block; position: relative; margin-bottom: 12px; cursor: pointer; font-size: 18px; padding-top: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.container input 							{position: absolute; opacity: 0; cursor: pointer;}
.checkmark 									{height: 25px; width: 25px; background-color: #ffffff; border-radius: 0; flex-shrink: 0; position: relative; margin-right: 6px;}
.container:hover input ~ .checkmark 		{background-color: #ccc;}
.container input:checked ~ .checkmark 		{background-color: #000000; border-color:#000000}
.checkmark:after 							{content: ""; position: absolute; display: none;}
.container input:checked ~ .checkmark:after {display: block;}
.container .checkmark:after 				{left: 8px; top: 4px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}


/* FOOTER */
footer					{background-color:#000000; padding: 60px 0 30px}
.footer-top				{margin-bottom: 50px;}
.footer-top .logo		{width:165px;}
.footer-top .inner		{display: flex; justify-content: space-between;}

.footer-bottom .inner		{display: flex; justify-content: space-between; align-items: center}
.footer-bottom p			{color:#ffffff; font-size: 16px; font-weight: 600; margin-bottom: 0}
.footer-right				{display: inline-flex; align-items: center}

.footer-bottom .text-list				{color:#ffffff; font-size: 16px; font-weight: 600; display: inline-flex; list-style: none;}
.footer-bottom .text-list li			{margin-left: 40px}
.footer-bottom .text-list li a			{text-decoration: none}
.footer-bottom .text-list li a:hover 	{text-decoration: underline;}

.footer-bottom .social-list						{display: flex; list-style: none; margin-left: 50px;}
.footer-bottom .social-list li					{margin-left: 15px;}
.footer-bottom .social-list li svg .cls-1 		{fill: #fff; fill-rule: evenodd; transition: 0.2s ease-out}
.footer-bottom .social-list li:hover a .cls-1 	{fill:#4BAABE;}

.footer-quick-links	{display: flex; justify-content: space-between; width: 880px;}

.footer-chunk .col				{padding-right: 15px;}
.footer-chunk .col-container	{display: flex; justify-content: space-between; border-top:4px solid #ffffff; padding-top: 50px; padding-bottom: 30px;}
.footer-chunk ul				{margin: 0 0 40px}
.footer-chunk ul li				{font-size: 17px; font-weight: 600; line-height: 1.2em; margin-bottom: 0.25em}
.footer-chunk ul li a 			{color:#ffffff; text-decoration: none}
.footer-chunk ul li a:hover		{text-decoration: underline}
/*
.footer-chunk ul li:first-child	{margin-bottom: 10px;}
*/

.footer-chunk .col:last-child ul:last-child li:first-child	{margin-bottom: 0.25em}

/* TAGS */
.tag	{padding: 15px 30px; font-size: 18px; font-weight: 800; color:#ffffff; display: inline-block; transition: 0.2s ease-out}

/* BUTTON */
.btn		{font-size: 17px; font-weight: 800; display: inline-flex; width:230px; justify-content: space-between; color:#ffffff; text-decoration: none; background-color:#4BAABE; align-items: center; padding: 19px 28px 19px 28px; transition: 0.2s ease-out}
.btn span	{transition: 0.2s ease-out}
.btn .cls-1	{stroke:#ffffff; transition: 0.2s ease-out}

.btn.yellow			{background-color: #ECDC1F; color:#000000}
.btn.yellow	.cls-1	{stroke:#000000}

.btn.red			{background-color:#C54329}
.btn.back-to-events {margin: 40px 0px; padding: 10px 20px;}

.btn.yellow:hover,
.btn.red:hover,
.btn:hover			{background-color:#ffffff; color:#000000 !important}
.btn:hover .cls-1	{stroke:#000000 !important}

.btn.back-to-events:hover {background-color:#bcbcbc;}



.white-panel-text:hover .btn-text span,
.white-panel-text:hover .btn span,
.btn:hover span, .btn:hover:after	{transform: translateX(5px);}

/* TEXT BUTTON */
.btn-text				{font-weight: 800; font-size: 18px; text-decoration: none; display: inline-flex; align-items: center; transition: 0.2s ease-out}
.btn-text span			{margin-left: 23px; transition: 0.2s ease-out}
.btn-text:hover	span	{transform: translateX(5px);}

.listing-panel .btn-text {margin-top: 30px;}

/* COOKIE BAR */
.cookieBar              { width: 100%; background: url('/_assets/bg_cookiebar.png'); position: fixed; bottom: 0px; left: 0px; text-align: center; padding: 10px 10px; z-index: 99999999; box-sizing:border-box; -moz-box-sizing:border-box; }
.cookieBar p			{color:#ffffff; font-size:14px; font-family:inherit; line-height:1.5em; text-align:center; display:inline-block;}
.cookieBar .acceptBtn   {border:0px; background:#000; border:1px solid #DEDEDE; font-weight:bold; display:inline-block; margin-top:6px; margin-left:5px; font-family:inherit; font-size:12px; padding:5px 10px; text-decoration:none; color:#FFF; text-transform:uppercase; }

.text-page { padding: 50px 0; }
.text-page h1 { font-size: 60px; margin-bottom: 40px; }
.text-page h2 { font-size: 22px; font-weight: bold; color: #007DBA; margin-bottom: 10px; margin-top: 30px; }
.text-page p,
.text-page li { line-height: 1.4em; }
.text-page li { margin-bottom: 5px; }
.text-page a { color: #007DBA; }
.text-page ul { margin-bottom: 10px; margin-left: 20px }
.text-page table { max-width: 100%; margin-bottom: 20px; margin-top: 20px; }
.text-page td,
.text-page th { border: 1px solid rgb(67, 67, 67); padding: 20px; width: 25%; }

.btn.arrow.white {background-color: #fff;}


/* breadcrumbs */
.breadcrumbs {display: block; position: relative; top: -60px; width: 1180px; max-width: 100%; margin: auto; padding-left: 30px; padding-right: 30px;}
.breadcrumb-item {display: inline-block; padding: 10px; font-size: 14px; color: #fff; background-color: #784E93; margin-right: 10px; text-decoration: none;}


/* Country Select Widget */

select.inline-select         {margin-bottom:20px; margin-top:15px; border:2px solid #000; color:#071D49; width:100%;  -webkit-appearance:none; 
                            background-color:#FFF; background-image: url(/_assets/icon-select.png); background-repeat: no-repeat; 
                            background-size: 28px 15px; background-position: 95%; padding-right:54px;
                            padding: 15px; font-size: 16px; font-family: 'Raleway', sans-serif; font-weight: 400;}

.inline-select-container                            {display:block;}
.inline-select-container .inline-select-content     {display:none;}


/* Facebook Widget */

.facebook-widget {display: flex;align-items: center;margin-bottom: 20px;}
.facebook-widget .fb_iframe_widget {margin: auto;}



.home-hero-container			{justify-content: space-between; min-height: 650px}
.home-hero-carousel-container	{height: auto; flex: 1;}
.quick-menu						{flex-shrink: 0;}
.home-hero-text					{margin-top: 0}
.home-hero-carousel-container .inner		{justify-content: flex-end;}


