body {
	background: #ffffff;
	font-family: 'DM Sans', sans-serif;
}

/** FONTS **/

.EurostileLTStd {
	font-weight: normal;
	font-style: normal;
}

.Eurostile-Bol {
	
	font-weight: normal;
	font-style: normal;
}

/** Bootstrap overrides **/

a {
	color: #ed135a;
}

h1, h2, h3, h4 {
	font-weight: 600;
}

a:hover {
	color: #041435;
}

.banner {
	height: 730px;
	width: 100%;
	z-index: -1;
}

.banner .caption {
	color: #ffffff;
	font-size: 40px;
	line-height: 50px;
	
	left: 30px;
	position: absolute;
	right: 0;
	text-shadow: 1px 1px 1px #000, 0px 0px 10px #333;
	text-shadow: 1px 1px 1px #000, 0px 0px 10px rgba(0, 0, 0, 0.5);
	top: 256px;
}

.banner .caption span {
	color: #ed145b;
}

.site-content-wrapper {
	position: relative;
}

.site-content {
	padding-bottom: 105px;
	padding-top: 45px;
	z-index: 10;
	font-size: 18px;
	line-height: 30px;
}

.site-content iframe {
	max-width: 100%;
}

.first-para-styled > p:first-child {
	color: #ed145b;
	font-size: 20px;
	font-weight: 700;
	line-height: 22px;
	
	font-size: 30px;
	line-height: 36px;
}

.large-padding-top {
	padding-top: 135px;
}

.modal-body {
	height: 100%;
	overflow: hidden;
}

h1 { font-size: 50px; line-height: 50px; }
h2 { font-size: 40px; line-height: 40px; }
h3 { font-size: 30px; line-height: 30px; }
h4 { font-size: 25px; line-height: 25px; }
h5 { font-size: 20px; line-height: 20px; }
h6 { font-size: 18px; line-height: 18px; }

/** Home Navigation **/

.home-nav,
.page-title-banner {
	background-image: url("data:image/svg+xml,%3Csvg width='2552' height='350' viewBox='0 0 2552 350' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2552 350V0L0 222.5L2552 350Z' fill='%23ED145B'/%3E%3C/svg%3E%0A");
	background-position: center top;
	background-repeat: no-repeat;
	height: 351px;
	left: 0;
	position: absolute;
	right: 0;
	top: -150px;
	width: 100%;
	z-index: 30;
}

.page-title-banner .content {
		color: white;
		font-size: 32px;
		font-weight: 700;
		text-align: right;
		padding-top: 142px;
	}

.home-nav .navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.home-nav .navigation ul li a {
	background: #ffffff;
	color: #ed145b;
	display: block;
	font-size: 24px;
	padding: 19px 18px 11px;
}

.home-nav .navigation ul li a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #ed145b;
}

.home-nav .navigation ul li.signup a {
	background: #041435;
	color: #ffffff;
}

/** Text Rotation **/
.rotate-red-flash {
 	-ms-transform: rotate(3deg); /* IE 9 */
  -webkit-transform: rotate(3deg); /* Chrome, Safari, Opera */
  transform: rotate(3deg);
	margin-top: 35px;
}

.rotate {
	-ms-transform: rotate(-3.9deg); /* IE 9 */
  -webkit-transform: rotate(-3.9deg); /* Chrome, Safari, Opera */
  transform: rotate(-3.9deg);
  margin-bottom: 20px;
}

/** Content Navigation **/

.content-nav .navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.content-nav .navigation ul li {
	background: #ed145b;
	position: relative;
}

.content-nav .navigation ul li.active {
	background: #ffffff;
}

.content-nav .navigation ul li a {
	color: #ffffff;
	display: block;
	font-size: 24px;
	padding: 15px 29px;
}

.content-nav .navigation ul li a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.content-nav .navigation ul li.active a {
	color: #ed145b;
}

.content-nav .navigation ul li.active a:hover {
	text-decoration: none;
}


.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background: #fcaaab;
}
.content-nav .navigation ul li .top {
	border-width:  0 0 10px 0;
	border-color:  transparent transparent #ed145b;
	border-style: solid dashed solid  solid;
	position: absolute;
	right: 0px;
	top: -9px;
}

.content-nav .navigation ul li.active .top {
	border-color:  transparent transparent #ffffff;
}

.sidebar {
	width: 100%;
}

.sidebar .img-wrapper {
	max-width: 100%;
	display: inline-block;
	margin: 0 auto;
	margin-bottom: 30px;
	position: relative;
}

.sidebar .img-wrapper .top {
	border-width: 0 400px 15px 0;
	border-color: transparent #ffffff transparent;
	border-style: solid solid solid solid;
	top: 0;
	position: absolute;
}

.sidebar .img-wrapper .bottom {
	border-width: 0 0 15px 400px;
	border-color: transparent transparent #ffffff;
	border-style: solid dashed solid solid;
	bottom: 0;
	position: absolute;
}

/** HOME **/

.video-wrapper {
	background: url('../images/video-img-new.jpg') no-repeat center 60px;
	background-size: cover;
	left: 0;
	min-height: 600px;
	overflow: hidden;
	padding-top: 100px;
	/* position: absolute; */
	width: 114%;
	z-index: 20;
}

.video-wrapper a {
	background: url('../images/btn-video-play.png') no-repeat;
	background-position: center;
	bottom: 0;
	display: block;
	height: 120px;
	margin: 200px auto 0;
	text-align: center;
	top: 0;
	width: 144px;
}

.video-wrapper a span {
	display: none;
}

.watch-video {
	border-bottom: 70px solid #ed145b;
	bottom: -30px;
	color: #ed145b;
	font-weight: 700;
	padding-bottom: 10px;
	padding-right: 20px;
	position: absolute;
	right: -25px;
	text-align: right;
	-ms-transform: rotate(-10deg); /* IE 9 */
	-webkit-transform: rotate(-10deg); /* Chrome, Safari, Opera */
	transform: rotate(-10deg);
	width: 100%;
	z-index: -1;
}

/** ITINERARY **/

.itinerary .scene {
	left: 0;
	min-height: 100px;
	position: absolute;
	right: 0;
	top: 668px;
	z-index: 100;
}

.itinerary .scene #holder{
	position: absolute;
	z-index: 10;
}

.itinerary .scene .route-line {
	display: none;
	height: 135px;
	position: absolute;
}

.itinerary .scene #route-line-group-1 {
	display: block;
}

/*.itinerary .scene #circle-start,
.itinerary .scene #circle-finish, */
.itinerary .scene .route-marker {
	background: url('../images/itinerary-dot.png') no-repeat left center;
	height: 27px;
	position: absolute;
	width: 27px;
	z-index: 20;
}

.itinerary .scene .route-marker-small {
	background: url('../images/itinerary-dot-small.png') no-repeat left center;
}

.itinerary .scene .route-marker {
	display: none;
}

.itinerary .scene .marker-day-1 {
	display: block;
}

.itinerary .scene #route-marker-1  { left: 0%; top: 90%; }
.itinerary .scene #route-marker-2  { left: 11%; top: 55%; }
.itinerary .scene #route-marker-3  { left: 17%; top: 75%; }
.itinerary .scene #route-marker-4  { left: 25%; top: 50%; }
.itinerary .scene #route-marker-5  { left: 36%; top: 100%; }
.itinerary .scene #route-marker-6  { left: 45%; top: 80%; }
.itinerary .scene #route-marker-7  { left: 60%; top: 70%; }
.itinerary .scene #route-marker-8  { left: 70%; top: 30%; }
.itinerary .scene #route-marker-9  { left: 85%; top: 90%; }
.itinerary .scene #route-marker-10 { left: 97%; top: 35%; }

.itinerary .carousel-control {
	background-image: none;
	width: 30px;
}

.itinerary .carousel-control-desktop {
	top: 80px;
}

.itinerary .carousel-control-mobile {
	display: none;
}

.itinerary .carousel-indicators li {
	background-color: #aeaeae;
	border: none;
	border-radius: 0;
	color: #ffffff;
	height: auto;
	padding: 2px 5px;
	text-indent: 0;
	width: auto;
}

.itinerary .carousel-indicators .active {
	background-color: #ed145b;
	color: #ffffff;
}

.itinerary .carousel .item {
	margin-bottom: 60px;
	min-height: 690px;
	padding-top: 10px;
}

.itinerary .carousel .item .day,
.itinerary .carousel .item .date {
	float: left;
}

.itinerary .carousel .item .day {
	border-right: 5px solid #ed145b;
	color: #041435;
	float: left;
	font-size: 66px;
  
  line-height: 66px;
  margin-top: 8px;
  padding-right: 10px;
  -ms-transform: rotate(-2.9deg); /* IE 9 */
  -webkit-transform: rotate(-2.9deg); /* Chrome, Safari, Opera */
  transform: rotate(-2.9deg);
	width: 188px;
}

.itinerary .carousel .item .date {
	clear: right;
	color: #041435;
	font-size: 28px;
	
	line-height: 30px;
	padding-left: 15px;
	-ms-transform: rotate(-2.9deg); /* IE 9 */
  -webkit-transform: rotate(-2.9deg); /* Chrome, Safari, Opera */
  transform: rotate(-2.9deg);
}

.itinerary .carousel .item .item-content {
	clear: both;
	min-height: 230px;
	padding: 15px 0;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
}

#itinerary-carousel .carousel-indicators-pos {
	bottom: 114px;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
	margin-top: 106px;
	color: #000;
}

/** MEMBERS SIGN IN **/


.login .site-content {
	padding-bottom: 35px;
}

.login .form-submit {
	position: relative;
	display: inline-block;
	padding-top: 20px;
}

.login .top {
	border-width:  9px 130px 0 0;
	border-color: #fff transparent transparent ;
	border-style: solid dashed solid  solid;
	position: absolute;
	right: 0px;
	top: 20px;
	width: 100%;
	height: 20px;
}
.login .bottom {
	border-width:  0 0 9px 135px;
	border-color:  transparent transparent #fff;
	border-style: solid dashed solid  solid;
	position: absolute;
	right: 0px;
	top: 66px;
	width: 100%;
	height: 20px;
}

.login .login-button {
	margin-top: 30px;
}

/** SIGN UP **/

.sign-up .title {
	color: #ed145b;
	font-size: 1.1em;
	padding: 15px 0;
}

.sign-up label,
.login label {
	font-size: 13px;
	line-height: 16px;
}

.sign-up .first-para-styled,
.sign-up .first-para-styled p:first-child {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
}

.sign-up .twitter-typeahead {
	display: block !important;
}

.sign-up .tt-dropdown-menu {
	background: #b9b9b9;
	line-height: 18px;
	width: 100%;
}

.tt-suggestion {
	padding: 10px;
}

.tt-suggestion:hover {
	background: #ed145b;
	color: #ffffff;
}

.sign-up input,
.sign-up textarea,
.login input {
	background: #e7e7e7;
	border: none;
	border-radius: 0px;
	box-shadow: none;
}

.sign-up input[type="radio"] {
	margin-top: 0;
}

.sign-up .form-submit {
	position: relative;
	display: inline-block;
	padding-top: 20px;
}

.sign-up .date .input-group-addon {
	background: transparent;
	border: none;
	color: #ed145b;
	cursor: pointer;
	font-size: 18px;
	position: absolute;
	right: 26px;
	top: 32px;
}

.sign-up .form-submit .top {
	border-width:  9px 115px 0 0;
	border-color: #fff transparent transparent ;
	border-style: solid dashed solid  solid;
	position: absolute;
	right: 0px;
	top: 20px;
	width: 100%;
	height: 20px;
}
.sign-up .form-submit .bottom {
	border-width:  0 0 9px 115px;
	border-color:  transparent transparent #fff;
	border-style: solid dashed solid  solid;
	position: absolute;
	right: 0px;
	top: 66px;
	width: 100%;
	height: 20px;
}

.sign-up .payment .top {
	border-width:  9px 143px 0 0;
	border-color: #fff transparent transparent ;
	border-style: solid dashed solid  solid;
	position: absolute;
	right: 0px;
	top: 20px;
	width: 100%;
	height: 20px;
}
.sign-up .payment .bottom {
	border-width:  0 0 9px 143px;
	border-color:  transparent transparent #fff;
	border-style: solid dashed solid  solid;
	position: absolute;
	right: 0px;
	top: 65px;
	width: 100%;
	height: 20px;
}

.my_account-outstanding .title {
	font-size: 24px;
}
.form-control:focus {
	border-color: #ed145b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(240, 104, 106, .6)
}
.form-title {
	font-size: 14px;
	line-height: 16px;
	color: #333;
	
}
.my_account-outstanding .title b {
	color: #ed145b;
}
.download-list {
	padding-bottom: 40px;
}
.download-list li {
	background-color: #f0f0f0;
	color: #8d8d8d;
	
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 10px;
	padding: 0 0 0 20px;
}
.download-list li:nth-child(2n) {
	background-color: #e0e0e0;
}
.download-list li img {
	margin: 10px 20px 10px 10px;
	width: 33px;
}
.download-list li a {
	text-decoration: none;
	color: #fff;
	background: #ed145b;
	border-radius: 0;
	font-size: 24px;
	padding: 17px 30px 9px;
}

a.back-btn {
	text-decoration: none;
	color: #fff;
	background: #ed145b;
	border-radius: 0;
	font-size: 24px;
	padding: 17px 30px 9px;
}
a.reg-btn {
	text-decoration: none;
    color: #fff;
    background: #ed145b;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1;
    padding: 10px 10px 7px;
    transition: color 0.3s ease,
    			background 0.3s ease;
}
a.reg-btn:hover {
	background: #fff;
	border: 1px solid #ed145b;
	color: #ed145b;
}
.sign-up .no-padding {
	padding-left: 0;
	padding-right: 0;
}

.review {
	background: #ed145b;
	color: #fff;
	padding: 30px;
	height: 300px;
}

.review .bottom {
	border-width:  0 0 21px 490px;
	border-color:  transparent transparent #fff;
	border-style: solid dashed solid  solid;
	position: absolute;
	right: 0px;
	top: 279px;
	width: 100%;
	height: 20px;
}

.small-print {
	line-height: 1.1em;
	padding: 10px 0 10px 20px;
	font-size: 14px;
}

.angle-button-primary {
	background: #ed145b;
	color: #fff;
	padding: 15px 30px 15px;
	border-radius: 0;
	border: 0;
	font-size: 25px;
}

.angle-button-secondary {
	background: #c3c3c3;
	color: #fff;
	padding: 15px 30px 15px;
	border-radius: 0;
	border: 0;
	font-size: 25px;
}


.sign-up .stage-title {
	color: #041435;
	
	font-size: 28px;
	line-height: 1.0em;
	padding-top: 5px;
	-ms-transform: rotate(-3.9deg); /* IE 9 */
  -webkit-transform: rotate(-3.9deg); /* Chrome, Safari, Opera */
  transform: rotate(-3.9deg);
  margin-bottom: 20px;
}

.stage-title {
	position: absolute;
	bottom: 11px;
	left: 211px;
}

.sign-up .stage-2 .stage-title  {
	bottom: 26px;
}

.sign-up .stage-3 .stage-title  {
	bottom: 14px;
}

.sign-up .stage-4 .stage-title  {
	bottom: 28px;
}

.sign-up .stage-level {
	border-right: 8px solid #ed145b;
	color: #041435;
	float: left;
	font-size: 45px;
	
  font-weight: bold;
  margin-bottom: 30px;
  margin-right: 15px;
  padding: 15px 15px 15px 0;
  -ms-transform: rotate(-3.9deg); /* IE 9 */
  -webkit-transform: rotate(-3.9deg); /* Chrome, Safari, Opera */
  transform: rotate(-3.9deg);
  margin-bottom: 20px;
}

.payment-complete table label {
	color: #ed145b;
	width: 230px;
}

/** MY ACCOUNT **/

.cover-photo-wrapper {
	overflow-x: scroll;
}

.cover-photo-wrapper .cover-photo {
	height: 453px;
	overflow: hidden;
	position: relative;
	width: 667px;
}

.cover-photo-wrapper .uploaded {
	position: absolute;
	z-index: 10;
}

.cover-photo-wrapper .overlay {
	cursor: pointer;
	position: absolute;
	z-index: 11;
}

.cover-photo-controls .carat {
	display: block;
	float: left;
	height: 15px;
	width: 15px;
	margin-right: 15px;
}

.cover-photo-carat-up .carat {
	border-bottom: 12px solid #000000;
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
}

.cover-photo-carat-down .carat {
	border-top: 12px solid #000000;
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
}

.cover-photo-carat-left .carat {
	border-right: 12px solid #000000;
  border-top: 8px solid rgba(0, 0, 0, 0);
  border-bottom: 8px solid rgba(0, 0, 0, 0);
}

.cover-photo-carat-right .carat {
	border-left: 12px solid #000000;
  border-top: 8px solid rgba(0, 0, 0, 0);
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  margin-left: 4px;
}

/** SOCIAL HUB **/

.controller-social_hub .header-social {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.controller-social_hub .header-social li {
	float: left;
	padding-left: 10px;
}

.controller-social_hub .header-social li a {
	display: block;
	height: 40px;
	padding: 0px 5px 0 0;
	width: 40px;
}

.controller-social_hub .header-social li span {
	display: none;
}

.controller-social_hub .header-social li.twitter a { background: url('../images/footer-twitter.png') no-repeat; }
.controller-social_hub .header-social li.facebook a { background: url('../images/footer-facebook.png') no-repeat; }
.controller-social_hub .header-social li.youtube a { background: url('../images/footer-youtube.png') no-repeat; }
.controller-social_hub .header-social li.linkedin a { background: url('../images/footer-linkedin.png') no-repeat; }

.news-item {
	margin-bottom: 15px;
	min-height: 421px;
	position: relative;
}

.news-item .news-content {
	padding: 70px 35px 35px;
	word-wrap: break-word;
	font-size: 18px;
	line-height: 24px;
}

.news-item .title {
	font-size: 24px;
	margin-bottom: 15px;
}

.news-item-default {
	background-color: #ED145B;
	color: #ffffff;
}

.news-item-wrapper:nth-child(even) .news-item-default {
	background-color: #041435;
}

.news-item-facebook {
	background-color: #041435;
	color: #ffffff;
}

.news-item-twitter {
	background: url('../images/light-grey-texture.jpg');
}

.news-item-default a,
.news-item-facebook a {
	color: #ffffff;
}

.news-item-twitter a {
	color: #ed145b;
}

.news-item-twitter .news-content {
	background: transparent url('../images/social-hub-twitter-large.png') no-repeat center 40px;
	padding-top: 160px;
}

.news-item-facebook .news-content {
	background: transparent url('../images/social-hub-facebook-large.png') no-repeat center 40px;
	padding-top: 160px;
}

.news-top-pad {
	padding-top: 30px;
}

.news-item .top {
	border-width: 15px 400px 0 0;
	border-color: #ffffff transparent transparent;
	border-style: solid dashed solid solid;
	top: 0;
	position: absolute;
}

.news-item .bottom {
	border-width: 0 0 15px 400px;
	border-color: transparent transparent #ffffff;
	border-style: solid dashed solid solid;
	bottom: 0;
	position: absolute;
}
.news-link {
	position: absolute;
	bottom: 10px;
	right: 20px;


	    -ms-transform: skew(-4deg, -4deg); /* IE 9 */
	-webkit-transform: skew(-4deg, -4deg); /* Safari */
	        transform: skew(-4deg, -4deg);
}
.twitter-wrapper .title {
	background: url('../images/social-hub-twitter-bird.png') right center no-repeat;
	color: #041435;
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	padding-right: 40px;
}
.twitter-wrapper .news-link {
	position: static;
	bottom: auto;
	right: auto;
	margin: 10px 0 20px;
	border-bottom: 10px solid #d2d2d2;

	    -ms-transform: skew(-4deg, -4deg); /* IE 9 */
	-webkit-transform: skew(-4deg, -4deg); /* Safari */
	        transform: skew(-4deg, -4deg);
}
.twitter-wrapper .news-link a {
	padding-bottom: 8px;
	padding-top: 8px;
	    -ms-transform: skew(-9deg, 0deg); /* IE 9 */
	-webkit-transform: skew(-9deg, 0deg); /* Safari */
	        transform: skew(-9deg, 0deg);
}
.twitter-wrapper .news-item-timeline {
	height: 309px;
	overflow-y: scroll;
}
/** TEAM **/

.team-item .title-wrapper {
	overflow: hidden;
	position: relative;
	text-shadow: 2px 2px #000000;

}

.team-item .title-wrapper .top {
	border-width: 20px 0 0 380px;
	border-color: #ffffff transparent transparent ;
	border-style: solid dashed solid solid;
	top: 0;
	position: absolute;
	z-index: 10;
}

.team-item .title-wrapper .bottom {
	border-width: 15px 380px  0 ;
	border-color: transparent #ffffff transparent ;
	border-style: solid solid solid dashed;
	bottom: 0;
	position: absolute;
}

.team-item .title {
	border-left: 5px solid #ed145b;
	bottom: 50px;
	color: #ffffff;
	font-size: 24px;
	margin-left: 30px;
	padding: 0 15px;
	position: absolute;
	-ms-transform: rotate(-3deg); /* IE 9 */
	-webkit-transform: rotate(-3deg); /* Chrome, Safari, Opera */
	transform: rotate(-3deg);
	width: 100%;
	z-index: 10;
}

.team-content {
	margin-top: 15px;
}

.team-item img {
  -webkit-filter: grayscale(100%);
}

/** VIDEOS **/

.video-content iframe {
	width: 100%;
}
.video-categories-title {
	color: #8f8f8f;
	
	font-size: 28px;
	line-height: 35px;
	padding: 0 0 0 20px;
	border-left: 10px solid #ed145b;
	margin-bottom: 20px;
}
.video-categories-list {
	padding-left: 0;
}
.video-categories-list li {
	border-bottom: 2px dashed #8f8f8f;
	list-style: none;
	padding: 5px 0;
}
.video-categories-list li a:hover {
	color: #ed145b;
}

/** FOOTER **/

.footer-divide {
	border-left: 1px solid #e7e7e8;
}
.site-footer {
	background: #041435;
	min-height: 358px;
	padding-top: 37px;
	position: relative;
}

.site-footer .footer-scene {
	background: url('../images/london-paris-scene.png') no-repeat top center;
	height: 489px;
	position: absolute;
	left: 0;
	right: 0;
	top: -405px;
	width: 100%;
	z-index: 1;
}

.site-footer .footer-divide {
	padding-left: 0;
}

.site-footer .accreditation {
	padding: 0 30px;
}

.site-footer .top {
	background-image: url("data:image/svg+xml,%3Csvg width='1920' height='58' viewBox='0 0 1920 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 0V58H0L1920 0Z' fill='%23041435'/%3E%3C/svg%3E%0A");
	background-position: top center;
	background-repeat: no-repeat;
	height: 59px;
	position: absolute;
	left: 0;
	right: 0;
	top: -57px;
	width: 100%;
}

.site-footer .background {
	background: url('../images/footer-bg-london-paris.png') no-repeat top center;
	height: 300px;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.social span {
	display: none;
}

.social a {
	display: block;
	height: 40px;
	width: 40px;
}

.social .twitter a {
	background: url('../images/footer-twitter.png') no-repeat;
}

.social .facebook a {
	background: url('../images/footer-facebook.png') no-repeat;
}

.social .youtube a {
	background: url('../images/footer-youtube.png') no-repeat;
}

.social .linkedin a {
	background: url('../images/footer-linkedin.png') no-repeat;
}


.footer-signup {
	position: relative;
}

.footer-signup a {
	background: #ed145b;
	color: #ffffff;
	display: block;
	font-size: 28px;
	padding: 10px 30px;
}

.catley-logo {
	margin-top: 30px;
}
.brewing-logo {
	margin-top: 10px;
}

.site-footer,
.site-footer a {
	color: #e7e7e8;
}

.site-footer .title {
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 50px;
}

.site-footer .company-info {
	color: #e7e7e8;
	font-size: 12px;
}

.site-footer .quicklinks,
.site-footer .social,
.site-footer .affiliation {
	clear: both;
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0;
}

.affiliation img {
	height: auto;
	max-width: 250px;
	width: 100%;
}

.site-footer .affiliation {
	padding-top: 41px;
	padding-bottom: 124px;
}
.site-footer .affiliation.alt {
	padding-top: 0;
	margin-left: 50px;
}
.site-footer .quicklinks {
	padding-left: 100px;
}

.footer-divide .title {
	padding-left: 100px;
}

.footer-divide .social {
	padding-left: 100px;
}
.site-footer .social {
	height: 45px;
}

.site-footer .social li {
	float: left;
	padding: 10px 10px 10px 0;
}

.site-footer .affiliation li {
	float: left;
	padding: 10px 10px 10px 0;
}

.desktop-nav {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
}

.button-title {
	float: right;
	font-size: 20px;
	text-transform: uppercase;
}

.desktop-nav button .icon-bar,
.nav-main button .icon-bar {
	background-color: #fff;
}


.logo .border {
	border-width: 170px 580px 0 0;
	border-color: #ffffff transparent transparent;
	border-style: solid dashed solid solid;
}

.navbar-brand {
	display: none;
}

.navbar .social span {
	display: none;
}

.navbar .social a {
	display: block;
	height: 40px;
	width: 40px;
}

.navbar .social {
	clear: both;
	list-style-type: none;
	margin: 0 0 0 14px;
	padding: 0;
}

.navbar .social li {
	float: left;
	padding: 10px 10px 10px 0;
}

.navbar .social .twitter a {
	background: url('../images/footer-twitter.png') no-repeat;
}

.navbar .social .facebook a {
	background: url('../images/footer-facebook.png') no-repeat;
}

.navbar .social .youtube a {
	background: url('../images/footer-youtube.png') no-repeat;
}

.navbar .social .linkedin a {
	background: url('../images/footer-linkedin.png') no-repeat;
}

.nav > li > a:hover, 
.nav > li > a:focus {
	background-color: #FFFFFF;
	color: #ed135a;
}

.nav-main .nav .contact-navbar p {
	line-height: 20px;
	border-top: 1px solid #e7e7e8;
	padding-top: 25px;
}

.logo {
	position: absolute;
}

.logo a {
	background: url('../images/logo.png') no-repeat;
	background-size: 50%;
	display: block;
	height: 133px;
	left: 25px;
	position: absolute;
	right: auto;
	top: 25px;
	width: 259px;
	z-index: 30;
}

.logo a span {
	display: none;
}

/** Accordion **/

.faqs-accordion .panel-title,
.training-accordion .panel-title {
	color: #041435;
	font-weight: 700;
}

.training-accordion .panel-heading {
	padding: 0 0 20px;
}

.training-accordion .panel-title {
	color: #ed145b;
	
	font-size: 25px;
}
.training-accordion .panel-title.bullet {
	background: url(../images/bike-bullet.png) left top no-repeat;
	min-height: 59px;
	padding: 16px 0 0 70px;
}

.training-accordion .panel-title a {
	text-decoration: none;
}

.training-accordion .panel-title a:hover {
	text-decoration: none;
}

.faqs-accordion .panel-title a::before,
.faqs-accordion .panel-body::before{
	border-right: 5px solid #ed145b;
	color: #041435;
	float: left;
	
	font-size: 60px;
  padding-right: 10px;
}

.faqs-accordion .panel-title a::before {
	content: "Q";
}
.faqs-accordion .panel-body::before {
	content: "A";
}

.faqs-accordion .panel-title a {
	display: block;
	min-height: 50px;
}

.faqs-accordion .panel-title a:hover {
	text-decoration: none;
}

.faqs-accordion .panel-title span {
	display: block;
}

.faqs-accordion .panel-title span,
.faqs-accordion .panel-body .panel-body-content {
	padding-left: 70px;
}

.faqs-accordion .panel-title span {
	font-size: 28px;
	
}

.panel-group .panel + .panel {
	box-shadow: none;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel {
	border: none;
	box-shadow: none;
}

.panel .collapsed {
	opacity: 0.3;
}

.panel .in {
	opacity: 1;
}



@media (min-width: 768px) {

/*

	.desktop-nav {
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
	}

	.desktop-nav button .icon-bar,
	.nav-main button .icon-bar {
		background-color: #ffffff;
	}


	.desktop-nav .border {
		border-width: 170px 580px 0 0;
		border-color: #ffffff transparent transparent;
		border-style: solid dashed solid solid;
	}

	.navbar-brand {
		display: none;
	}

	.logo {
		position: absolute;
	}

	.logo a {
		background: url('../images/logo.png') no-repeat;
		background-size: 80%;
		display: block;
		height: 133px;
		position: absolute;
		right: 335px;
		top: 15px;
		width: 259px;
	}

	.logo a span {
		display: none;
	}
	*/

	.site-content-padded {
		padding-top: 100px;
	}

	.desktop-nav .navbar-header {
		height: 100px;
		width: 100%;
	}

	.button-wrapper .navbar-toggle {
		border-radius: 0;
	}

	.desktop-nav button {
		display: block !important;
		margin-right: 0px;
		margin-top: 0px;
		padding: 12px;
		background: #ed145b;

	}

	.desktop-nav button .icon-bar {
		height: 6px;
		width: 30px;
	}

	.button-title {
		color: #fff;
		padding: 12px 0 12px 10px;
		background: #ed145b;
	}

	.nav-main {
		border: none;
		display: none;
		height: 100%;
		position: absolute;
		right: 0;
		z-index: 100;
	}

	.nav-main .container {
		padding-left: 0;
		padding-right: 0;
	}

	.nav-main .collapse {
		background-color: #041435;
		color: #e7e7e8;
		float: right;
		min-height: 100%;
	}

	.nav-main .close-menu {
		position: absolute;
		right: 17px;
		top: 17px;
		z-index: 10;
	}

	.nav-main .close-menu a {
		background: url('../images/menu-close.png') no-repeat;
		display: block;
		height: 20px;
		width: 20px;
	}

	.nav-main .close-menu span {
		display: none;
	}

	.nav-main .nav {
		clear: both;
		margin-top: 55px;
		overflow: hidden;
		width: 100%;
	}

	.nav-main .nav li {
		float: none;
		width: 100%;
	}

	.nav-main .nav li a {
		color: #e7e7e8;
		padding: 20px 15px;
		text-transform: uppercase;
		width: 230px;
		font-size: 18px;
	}

	.nav > li > a:hover, 
	.nav > li > a:focus {
		background-color: #FFFFFF;
		color: #ed135a;
	}

	.nav-main .nav p {
		line-height: 40px;
		padding: 15px;
	}

	/** HOME CONTENT NAV **/

	.page-title-banner {
		background-image: url("data:image/svg+xml,%3Csvg width='2552' height='350' viewBox='0 0 2552 350' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2552 350V0L0 222.5L2552 350Z' fill='%23ED145B'/%3E%3C/svg%3E%0A");
		background-position: center top;
		background-repeat: no-repeat;
		height: 351px;
		left: 0;
		position: absolute;
		right: 0;
		top: -223px;
		width: 100%;
		z-index: 30;
	}

	.home-nav .navigation ul {
		position: absolute;
		top: 24px;
		-ms-transform: rotate(-5.0deg); /* IE 9 */
	  -webkit-transform: rotate(-5.0deg); /* Chrome, Safari, Opera */
	  transform: rotate(-5.0deg);
	  * IE8+ - must be on one line, unfortunately */
   -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.9961946980917454, M12=0.08715574274765876, M21=-0.08715574274765876, M22=0.9961946980917454, SizingMethod='auto expand')";
   /* IE6 and 7 */
   filter: progid:DXImageTransform.Microsoft.Matrix(
            M11=0.9961946980917454,
            M12=0.08715574274765876,
            M21=-0.08715574274765876,
            M22=0.9961946980917454,
            SizingMethod='auto expand');
	}

	.content-nav .navigation ul li {
		-ms-transform: rotate(-2.4deg); /* IE 9 */
		-webkit-transform: rotate(-2.4deg); /* Chrome, Safari, Opera */
		transform: rotate(-2.4deg);
	}

	.home-nav .navigation ul li {
		float: left;
		margin-right: 10px;
	}



	/** Content Nav **/

	.content-nav {
		height: 185px;
		left: 0;
		position: absolute;
		right: 0;
		top: -150px;
		width: 100%;
		z-index: 10;
	}

	.content-nav .navigation ul {
		position: absolute;
		top: 64px;
		width: 100%;
		-ms-transform: rotate(2.4deg); /* IE 9 */
	  -webkit-transform: rotate(2.4deg); /* Chrome, Safari, Opera */
	  transform: rotate(2.4deg);
	}

	.content-nav .navigation ul li {
		float: left;
		margin-right: 10px;
	}

	.content-nav .content {
		color: white;
		font-size: 30px;
		padding-top: 80px;
		text-align: right;
	}

	/** Footer **/

	.footer-signup a {
		position: absolute;
		top: -65px;
		-ms-transform: rotate(-1.7deg); /* IE 9 */
		-webkit-transform: rotate(-1.7deg); /* Chrome, Safari, Opera */
		transform: rotate(-1.7deg);
		z-index: 110;
	}

}

@media (min-width: 768px) and (max-width: 991px) {

	.home-nav .navigation ul {
		top: 55px;
	}

	.home-nav .navigation ul li a {
		font-size: 19px;
	}

	.nav-main .container {
		height: 100%;
		width: auto;
	}

	.content-nav .navigation ul {
		top: 72px;
	}

	.content-nav .navigation ul li a {
		font-size: 16px;
		padding: 15px;
	}

	.news-item-twitter .news-content {
		background-position: center 50px;
		padding-top: 170px;
	}
	.banner .caption {
		left: 0px;
		font-size: 32px;
	}
	.page-title-banner .content {
		font-size: 30px;
	}

	.video-content .title {
		font-size: 12px;
	}

	.itinerary .scene {
		top: 842px;
	}

	.itinerary .site-content,
	.itinerary .carousel .item {
		min-height: 800px;
	}
	.login .site-content {
		padding-bottom: 100px;
	}

}

@media (min-width: 992px) {
	.logo a {
		left: 20px;
		right: auto;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	.home-nav .navigation ul {
		top: 53px;
	}
	.nav-main .container {
		height: 100%;
		width: auto;
	}

	.content-nav .navigation ul li a {
		font-size: 22px;
		padding: 15px 20px;
	}

	.banner .caption {
		left: 0px;
		font-size: 33px;
	}

	.video-content .title {
		font-size: 14px;
	}

	.itinerary .site-content,
	.itinerary .carousel .item {
		min-height: 720px;
	}
	.itinerary .scene {
		top: 750px;
	}

}

@media (min-width: 1600px) {
	.banner .caption {
		left: 20px;
	}
}

@media (min-width: 1200px) {
	.nav-main .container {
		height: 100%;
		width: 100%;
	}

	.logo a {
		background-size: 55%;
		left: auto;
		right: 495px;
	}

	.home-nav .navigation ul {
		top: 60px;
	}

	.footer-signup a {
		top: -62px;
	}

	.itinerary .site-content,
	.itinerary .carousel .item {
		min-height: 640px;
	}

	.twitter-wrapper .news-item {
		min-height: 855px;
	}

	.twitter-wrapper .news-item-timeline {
		height: 740px;
	}

}

@media (max-width: 991px) {
	.footer-signup a {
		top: -69px;
	}
	.site-footer .quicklinks {
	padding-left: 50px;
	}

	.footer-divide .title {
	padding-left: 50px;
	}

	.footer-divide .social {
	padding-left: 50px;
	}
}

@media (max-width: 767px) {
	.banner .caption {
		font-size: 26px;
		line-height: 1.2em;
	}
	.footer-divide {
		border-left: 0;
	}

	.mobile-menu .navbar-toggle {
		margin-right: 0;
	}

	.site-footer .quicklinks {
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}

	.footer-divide .title {
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}

	.footer-divide .affiliation,
	.footer-divide .social {
		padding-left: 0;
		text-align: center;
	}
	.site-footer .affiliation.alt {
		margin-left: 0;
	}
	.site-footer .affiliation li,
	.site-footer .social li {
 		float: none;
		display: inline-block;
	}

	.site-footer .affiliation {
		padding-bottom: 0;
	}
	.site-footer .affiliation li {
		width: 100%;
	}

	.site-footer .accreditation {
		text-align: center;
	}

	.footer-details {
		text-align: center;
	}

	.logo {
		max-width: 100%;
		overflow: hidden;
	}

	.logo a {
		background-size: 40%;
		left: 15px;
		right: auto;
	}

	.navbar {
		margin: 0;
	}

	.navbar-brand {
		background: url('../images/logo.png') no-repeat 15px 10px;
		background-size: 50%;
		display: block;
		height: 80px;
		width: 259px;
	}

	.navbar-brand span {
		display: none;
	}

	.desktop-nav button {
		display: none;
	}

	.desktop-nav button .icon-bar,
	.nav-main button .icon-bar {
		background-color: #ed145b;
	}
	.navbar.mobile-menu  {
		border: 0;
	}

	.mobile-menu .icon-bar {
		height: 4px;
	}

	.button-title {
		color: #ed145b;
		font-size: 18px;
		padding: 17px 40px 17px 5px;
	}

	.nav-main .close-menu {
		display: none;
	}

	.nav-main {
		display: block !important;
		position: absolute;
		width: 100%;
		z-index: 40;
	}

	.nav-main .navbar-collapse {
		background:#041435;
	}

	.nav-main .navbar-collapse a,
	.nav-main .navbar-collapse p {
		color: #e7e7e8;
	}

	.nav-main .navbar-collapse p {
		padding-left: 15px;
	}

	.banner {
		height: 560px;
	}

	.page-title-banner .dropdown,
	.content-nav .dropdown {
		top: 173px;
	}

	.page-title-banner .dropdown button,
	.content-nav .dropdown button {
		background: #ffffff;
		border-radius: 0;
		color: #ed145b;
		font-size: 24px;
		text-align: left;
		text-transform: lowercase;
		width: 100%;
	}

	
	.content-nav .dropdown button {
		color: #041435;
	}

	.content-nav .navigation ul li a {
		color: inherit;
		background-color: transparent;
	}
	.content-nav .navigation ul li a:hover {
		background-color: transparent;
	}

	.page-title-banner .dropdown button .caret ,
	.content-nav .dropdown button .caret {
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-top: 12px solid;
		float: right;
		margin-top: 12px;
	}

	.page-title-banner .dropdown button .btn-text ,
	.content-nav .dropdown button .btn-text {
		float: left;
	}
	.page-title-banner .dropdown ul,
	.content-nav .dropdown ul {
		width: 100%;
	}

	.home-nav .content {
		display: none;
	}


	.home-nav .navigation ul {
		margin-top: 15px;
	}

	.home-nav .navigation ul li,
	.content-nav .navigation ul li {
		margin-bottom: 5px;
	}

	.home-nav .navigation ul li:last-child,
	.content-nav .navigation ul li:last-child {
		margin-bottom: 0;
	}

	.home-nav .navigation ul li:not(.signup) a {
		background: #ed145b;
		color: #ffffff;
	}

	.content-nav {
		background-image: url("data:image/svg+xml,%3Csvg width='2552' height='350' viewBox='0 0 2552 350' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2552 350V0L0 222.5L2552 350Z' fill='%23ED145B'/%3E%3C/svg%3E%0A");
		background-position: center top;
		background-repeat: no-repeat;
		height: 304px;
		left: 0;
		position: absolute;
		right: 0;
		top: -150px;
		width: 100%;
		z-index: 30;
	}

	.site-content-wrapper {
		padding: 114px 0 50px;
	}

	.site-content {
		padding-bottom: 0;
		padding-top: 45px; /* Important as this overrides .large-padding-top */
	}
	.training-accordion .panel-title {
		font-size: 22px;
	}

	/** HOME **/

	.watch-video {
		bottom: auto;
		position: relative;
		right: auto;
		-ms-transform: rotate(0deg); /* IE 9 */
	  -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
	  transform: rotate(0deg);
	}

	.video-wrapper {
		background-position: center top;
		padding-top: 0;
		width: 100%;
	}

	.video-wrapper a {
		margin-top: 240px;
	}

	.footer-signup a {
		top: -51px;
	}

	.site-footer {
		z-index: 1;
	}

	.site-footer .top {
		background-position: top left;
	}

	/** ITINERARY **/

	.itinerary .scene,
	.site-footer .footer-scene {
		display: none;
	}

	.itinerary .site-content,
	.itinerary .carousel .item {
		min-height: 100%;
	}

	#itinerary-carousel .carousel-indicators-pos {
		bottom: auto;
	}

	.itinerary .carousel-control-desktop {
		display: none;
	}

	.itinerary .carousel-control-mobile {
		bottom: auto;
		display: block;
		z-index: 100;
	}

	.itinerary .carousel-inner {
		padding: 0px 15px;
	}

	/** SOCIAL HUB **/

	.controller-social_hub .rotate-red-flash {
		margin-top: -25px;
	}

	.news-item {
		min-height: 100%;
	}

	.news-item .news-content {
		padding-bottom: 50px;
		padding-top: 30px;
	}

	.news-item-twitter .news-content {
		background-position: 30px 35px;
		min-height: 150px;
		padding-left: 150px;
		padding-top: 30px;
	}

	/** VIDEOS **/

	.video-content iframe {
		height: 268px;
	}

	.review .bottom {
		border-width: 0 0 21px 780px;
		top: 279px;
	}

	@media (max-width: 320px) {
		.news-item-facebook .news-content,
		.news-item-twitter .news-content {
			padding-left: 30px;
			padding-top: 150px;
		}
	}
}
.swiper-pagination {
	bottom: -50px !important;
	text-align: left !important;
}
.swiper-pagination-bullet {
	border: 2px solid white !important;
	height: 25px !important;
	width: 25px !important;
	opacity: 1 !important;
	background: #ed145b !important;
	height: 20px !important;
	width: 20px !important;
}
.swiper-pagination-bullet-active {
	background-color: #041435 !important;
}