@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200);

/*
	Halcyonic by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Reset */



@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('proximanova-regular-webfont.eot');
    src: url('proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-regular-webfont.woff2') format('woff2'),
         url('proximanova-regular-webfont.woff') format('woff'),
         url('proximanova-regular-webfont.ttf') format('truetype'),
         url('proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('proxima_nova_bold-webfont.eot');
    src: url('proxima_nova_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('proxima_nova_bold-webfont.woff2') format('woff2'),
         url('proxima_nova_bold-webfont.woff') format('woff'),
         url('proxima_nova_bold-webfont.ttf') format('truetype'),
         url('proxima_nova_bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;

}



	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	/*font-weight: bold;*/
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}
	
	strong {font-weight:700;font-family:Proxima Nova, 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}


	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Containers */

	.container {
		margin-left: auto;
		margin-right: auto;
	}

	.container.\31 25\25 {
		width: 100%;
		max-width: 1200px;
		min-width: 960px;
	}

	.container.\37 5\25 {
		width: 720px;
	}

	.container.\35 0\25 {
		width: 480px;
	}

	.container.\32 5\25 {
		width: 240px;
	}

	.container {
		width: 960px;
	}
	.app-icons {
		display: flex;
		align-items: center;
		margin-bottom: 22px;
		float: right;
	}

	.app-icons a::after {
		 content: none !important;
	}

	.app-icons img {
		width: 100% !important;
		cursor: pointer !important;
		height: 40px;
	}

	.abata {
		width: 60px;
		margin-right: 20px; /* Adjust the margin as needed for desired spacing */
	}

	/* Media query for mobile devices */
	@media (max-width: 767px) {
	    .desktop-banner {
	        display: none; /* Hide desktop banner on mobile */
	    }
	    .mobile-banner {
	        display: block; /* Show mobile banner on mobile */
		    margin-top: 10px;
		    margin-left: 10px;
	    }
		.intele-app-desktop {
		    display: none;
		}

	    .intele-app-mobile {
		   display: block;
		   width: 100% !important;
	    }
	}
	@media screen and (min-width: 737px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 1500px;
			min-width: 1200px;
		}

		.container.\37 5\25 {
			width: 900px;
		}

		.container.\35 0\25 {
			width: 600px;
		}

		.container.\32 5\25 {
			width: 300px;
		}

		.container {
			width: 1200px;
		}

	}

	@media screen and (min-width: 737px) and (max-width: 1200px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 1250px;
			min-width: 1000px;
		}

		.container.\37 5\25 {
			width: 750px;
		}

		.container.\35 0\25 {
			width: 500px;
		}

		.container.\32 5\25 {
			width: 250px;
		}

		.container {
			width: 1000px;
		}

	}

	@media screen and (max-width: 736px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 125%;
			min-width: 100%;
		}

		.container.\37 5\25 {
			width: 75%;
		}

		.container.\35 0\25 {
			width: 50%;
		}

		.container.\32 5\25 {
			width: 25%;
		}

		.container {
			width: 100% !important;
		}

	}

/* Grid */

	.row {
		border-bottom: solid 1px transparent;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row > * {
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row:after, .row:before {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

	.row.uniform > * > :first-child {
		margin-top: 0;
	}

	.row.uniform > * > :last-child {
		margin-bottom: 0;
	}

	.row.\30 \25 > * {
		padding: 0 0 0 0px;
	}

	.row.\30 \25 {
		margin: 0 0 -1px 0px;
	}

	.row.uniform.\30 \25 > * {
		padding: 0px 0 0 0px;
	}

	.row.uniform.\30 \25 {
		margin: 0px 0 -1px 0px;
	}

	.row > * {
		padding: 0 0 0 40px;
	}

	.row {
		margin: 0 0 -1px -40px;
	}

	.row.uniform > * {
		padding: 40px 0 0 40px;
	}

	.row.uniform {
		margin: -40px 0 -1px -40px;
	}

	.row.\32 00\25 > * {
		padding: 0 0 0 80px;
	}

	.row.\32 00\25 {
		margin: 0 0 -1px -80px;
	}

	.row.uniform.\32 00\25 > * {
		padding: 80px 0 0 80px;
	}

	.row.uniform.\32 00\25 {
		margin: -80px 0 -1px -80px;
	}

	.row.\31 50\25 > * {
		padding: 0 0 0 60px;
	}

	.row.\31 50\25 {
		margin: 0 0 -1px -60px;
	}

	.row.uniform.\31 50\25 > * {
		padding: 60px 0 0 60px;
	}

	.row.uniform.\31 50\25 {
		margin: -60px 0 -1px -60px;
	}

	.row.\35 0\25 > * {
		padding: 0 0 0 20px;
	}

	.row.\35 0\25 {
		margin: 0 0 -1px -20px;
	}

	.row.uniform.\35 0\25 > * {
		padding: 20px 0 0 20px;
	}

	.row.uniform.\35 0\25 {
		margin: -20px 0 -1px -20px;
	}

	.row.\32 5\25 > * {
		padding: 0 0 0 10px;
	}

	.row.\32 5\25 {
		margin: 0 0 -1px -10px;
	}

	.row.uniform.\32 5\25 > * {
		padding: 10px 0 0 10px;
	}

	.row.uniform.\32 5\25 {
		margin: -10px 0 -1px -10px;
	}

	.\31 2u, .\31 2u\24 {
		width: 100%;
		clear: none;
		margin-left: 0;
	}

	.\31 1u, .\31 1u\24 {
		width: 91.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 0u, .\31 0u\24 {
		width: 83.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\39 u, .\39 u\24 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}

	.\38 u, .\38 u\24 {
		width: 66.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\37 u, .\37 u\24 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\36 u, .\36 u\24 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}

	.\35 u, .\35 u\24 {
		width: 41.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\34 u, .\34 u\24 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\33 u, .\33 u\24 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}

	.\32 u, .\32 u\24 {
		width: 16.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 u, .\31 u\24 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\31 2u\24 + *,
	.\31 1u\24 + *,
	.\31 0u\24 + *,
	.\39 u\24 + *,
	.\38 u\24 + *,
	.\37 u\24 + *,
	.\36 u\24 + *,
	.\35 u\24 + *,
	.\34 u\24 + *,
	.\33 u\24 + *,
	.\32 u\24 + *,
	.\31 u\24 + * {
		clear: left;
	}

	.\-11u {
		margin-left: 91.66667%;
	}

	.\-10u {
		margin-left: 83.33333%;
	}

	.\-9u {
		margin-left: 75%;
	}

	.\-8u {
		margin-left: 66.66667%;
	}

	.\-7u {
		margin-left: 58.33333%;
	}

	.\-6u {
		margin-left: 50%;
	}

	.\-5u {
		margin-left: 41.66667%;
	}

	.\-4u {
		margin-left: 33.33333%;
	}

	.\-3u {
		margin-left: 25%;
	}

	.\-2u {
		margin-left: 16.66667%;
	}

	.\-1u {
		margin-left: 8.33333%;
	}

	@media screen and (min-width: 737px) {

		.row > * {
			padding: 25px 0 0 25px;
		}

		.row {
			margin: -25px 0 -1px -25px;
		}

		.row.uniform > * {
			padding: 25px 0 0 25px;
		}

		.row.uniform {
			margin: -25px 0 -1px -25px;
		}

		.row.\32 00\25 > * {
			padding: 50px 0 0 50px;
		}

		.row.\32 00\25 {
			margin: -50px 0 -1px -50px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 50px 0 0 50px;
		}

		.row.uniform.\32 00\25 {
			margin: -50px 0 -1px -50px;
		}

		.row.\31 50\25 > * {
			padding: 37.5px 0 0 37.5px;
		}

		.row.\31 50\25 {
			margin: -37.5px 0 -1px -37.5px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 37.5px 0 0 37.5px;
		}

		.row.uniform.\31 50\25 {
			margin: -37.5px 0 -1px -37.5px;
		}

		.row.\35 0\25 > * {
			padding: 12.5px 0 0 12.5px;
		}

		.row.\35 0\25 {
			margin: -12.5px 0 -1px -12.5px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 12.5px 0 0 12.5px;
		}

		.row.uniform.\35 0\25 {
			margin: -12.5px 0 -1px -12.5px;
		}

		.row.\32 5\25 > * {
			padding: 6.25px 0 0 6.25px;
		}

		.row.\32 5\25 {
			margin: -6.25px 0 -1px -6.25px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 6.25px 0 0 6.25px;
		}

		.row.uniform.\32 5\25 {
			margin: -6.25px 0 -1px -6.25px;
		}

		.\31 2u\28desktop\29, .\31 2u\24\28desktop\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28desktop\29, .\31 1u\24\28desktop\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28desktop\29, .\31 0u\24\28desktop\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28desktop\29, .\39 u\24\28desktop\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28desktop\29, .\38 u\24\28desktop\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28desktop\29, .\37 u\24\28desktop\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28desktop\29, .\36 u\24\28desktop\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28desktop\29, .\35 u\24\28desktop\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28desktop\29, .\34 u\24\28desktop\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28desktop\29, .\33 u\24\28desktop\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28desktop\29, .\32 u\24\28desktop\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28desktop\29, .\31 u\24\28desktop\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28desktop\29 + *,
		.\31 1u\24\28desktop\29 + *,
		.\31 0u\24\28desktop\29 + *,
		.\39 u\24\28desktop\29 + *,
		.\38 u\24\28desktop\29 + *,
		.\37 u\24\28desktop\29 + *,
		.\36 u\24\28desktop\29 + *,
		.\35 u\24\28desktop\29 + *,
		.\34 u\24\28desktop\29 + *,
		.\33 u\24\28desktop\29 + *,
		.\32 u\24\28desktop\29 + *,
		.\31 u\24\28desktop\29 + * {
			clear: left;
		}

		.\-11u\28desktop\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28desktop\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28desktop\29 {
			margin-left: 75%;
		}

		.\-8u\28desktop\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28desktop\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28desktop\29 {
			margin-left: 50%;
		}

		.\-5u\28desktop\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28desktop\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28desktop\29 {
			margin-left: 25%;
		}

		.\-2u\28desktop\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28desktop\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (min-width: 737px) and (max-width: 1200px) {

		.row > * {
			padding: 20px 0 0 20px;
		}

		.row {
			margin: -20px 0 -1px -20px;
		}

		.row.uniform > * {
			padding: 20px 0 0 20px;
		}

		.row.uniform {
			margin: -20px 0 -1px -20px;
		}

		.row.\32 00\25 > * {
			padding: 40px 0 0 40px;
		}

		.row.\32 00\25 {
			margin: -40px 0 -1px -40px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 40px 0 0 40px;
		}

		.row.uniform.\32 00\25 {
			margin: -40px 0 -1px -40px;
		}

		.row.\31 50\25 > * {
			padding: 30px 0 0 30px;
		}

		.row.\31 50\25 {
			margin: -30px 0 -1px -30px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 30px 0 0 30px;
		}

		.row.uniform.\31 50\25 {
			margin: -30px 0 -1px -30px;
		}

		.row.\35 0\25 > * {
			padding: 10px 0 0 10px;
		}

		.row.\35 0\25 {
			margin: -10px 0 -1px -10px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 10px 0 0 10px;
		}

		.row.uniform.\35 0\25 {
			margin: -10px 0 -1px -10px;
		}

		.row.\32 5\25 > * {
			padding: 5px 0 0 5px;
		}

		.row.\32 5\25 {
			margin: -5px 0 -1px -5px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 5px 0 0 5px;
		}

		.row.uniform.\32 5\25 {
			margin: -5px 0 -1px -5px;
		}

		.\31 2u\28tablet\29, .\31 2u\24\28tablet\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28tablet\29, .\31 1u\24\28tablet\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28tablet\29, .\31 0u\24\28tablet\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28tablet\29, .\39 u\24\28tablet\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28tablet\29, .\38 u\24\28tablet\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28tablet\29, .\37 u\24\28tablet\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28tablet\29, .\36 u\24\28tablet\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28tablet\29, .\35 u\24\28tablet\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28tablet\29, .\34 u\24\28tablet\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28tablet\29, .\33 u\24\28tablet\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28tablet\29, .\32 u\24\28tablet\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28tablet\29, .\31 u\24\28tablet\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28tablet\29 + *,
		.\31 1u\24\28tablet\29 + *,
		.\31 0u\24\28tablet\29 + *,
		.\39 u\24\28tablet\29 + *,
		.\38 u\24\28tablet\29 + *,
		.\37 u\24\28tablet\29 + *,
		.\36 u\24\28tablet\29 + *,
		.\35 u\24\28tablet\29 + *,
		.\34 u\24\28tablet\29 + *,
		.\33 u\24\28tablet\29 + *,
		.\32 u\24\28tablet\29 + *,
		.\31 u\24\28tablet\29 + * {
			clear: left;
		}

		.\-11u\28tablet\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28tablet\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28tablet\29 {
			margin-left: 75%;
		}

		.\-8u\28tablet\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28tablet\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28tablet\29 {
			margin-left: 50%;
		}

		.\-5u\28tablet\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28tablet\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28tablet\29 {
			margin-left: 25%;
		}

		.\-2u\28tablet\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28tablet\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 736px) {

		.row > * {
			padding: 20px 0 0 20px;
		}

		.row {
			margin: -20px 0 -1px -20px;
		}

		.row.uniform > * {
			padding: 20px 0 0 20px;
		}

		.row.uniform {
			margin: -20px 0 -1px -20px;
		}

		.row.\32 00\25 > * {
			padding: 40px 0 0 40px;
		}

		.row.\32 00\25 {
			margin: -40px 0 -1px -40px;
		}

		.row.uniform.\32 00\25 > * {
			padding: 40px 0 0 40px;
		}

		.row.uniform.\32 00\25 {
			margin: -40px 0 -1px -40px;
		}

		.row.\31 50\25 > * {
			padding: 30px 0 0 30px;
		}

		.row.\31 50\25 {
			margin: -30px 0 -1px -30px;
		}

		.row.uniform.\31 50\25 > * {
			padding: 30px 0 0 30px;
		}

		.row.uniform.\31 50\25 {
			margin: -30px 0 -1px -30px;
		}

		.row.\35 0\25 > * {
			padding: 10px 0 0 10px;
		}

		.row.\35 0\25 {
			margin: -10px 0 -1px -10px;
		}

		.row.uniform.\35 0\25 > * {
			padding: 10px 0 0 10px;
		}

		.row.uniform.\35 0\25 {
			margin: -10px 0 -1px -10px;
		}

		.row.\32 5\25 > * {
			padding: 5px 0 0 5px;
		}

		.row.\32 5\25 {
			margin: -5px 0 -1px -5px;
		}

		.row.uniform.\32 5\25 > * {
			padding: 5px 0 0 5px;
		}

		.row.uniform.\32 5\25 {
			margin: -5px 0 -1px -5px;
		}

		.\31 2u\28mobile\29, .\31 2u\24\28mobile\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28mobile\29, .\31 1u\24\28mobile\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28mobile\29, .\31 0u\24\28mobile\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28mobile\29, .\39 u\24\28mobile\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28mobile\29, .\38 u\24\28mobile\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28mobile\29, .\37 u\24\28mobile\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28mobile\29, .\36 u\24\28mobile\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28mobile\29, .\35 u\24\28mobile\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28mobile\29, .\34 u\24\28mobile\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28mobile\29, .\33 u\24\28mobile\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28mobile\29, .\32 u\24\28mobile\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28mobile\29, .\31 u\24\28mobile\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28mobile\29 + *,
		.\31 1u\24\28mobile\29 + *,
		.\31 0u\24\28mobile\29 + *,
		.\39 u\24\28mobile\29 + *,
		.\38 u\24\28mobile\29 + *,
		.\37 u\24\28mobile\29 + *,
		.\36 u\24\28mobile\29 + *,
		.\35 u\24\28mobile\29 + *,
		.\34 u\24\28mobile\29 + *,
		.\33 u\24\28mobile\29 + *,
		.\32 u\24\28mobile\29 + *,
		.\31 u\24\28mobile\29 + * {
			clear: left;
		}

		.\-11u\28mobile\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28mobile\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28mobile\29 {
			margin-left: 75%;
		}

		.\-8u\28mobile\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28mobile\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28mobile\29 {
			margin-left: 50%;
		}

		.\-5u\28mobile\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28mobile\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28mobile\29 {
			margin-left: 25%;
		}

		.\-2u\28mobile\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28mobile\29 {
			margin-left: 8.33333%;
		}

	}

/* Basic */

	body {
		/*background-color:#40494f;*/
		background-color:#363f47;
		color: #545454;
		font-size: 13pt;
		font-family: Proxima Nova, 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
		line-height: 1.75em;
		font-weight: 300;
	}

	input, textarea, select {
		color: #474f51;
		font-size: 13pt;
		font-family: Proxima Nova, 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
		line-height: 1.75em;
		font-weight: 300;
	}

	ul, ol, p, dl {
	margin: 0 0 2em 0;
	}

	a {
		text-decoration: none;
	}
	
	em {
		font-style: italic!important;
	}
	
	.link-arrow {
		font-weight:700;
	}

	.link-arrow:after {
		content: "\f105";
    	font-family: FontAwesome;
    	padding-left: 5px;
	}

	a:hover {
		color:#5facf1;
	}
	
	h1 {
		font-size: 2.5em;
		line-height:1em;
    	color: #545454;
    	margin: 0 0 0.25em 0;
		font-weight:400;
	}
	
	
		

	section > :last-child,
	.last-child {
		margin-bottom: 0 !important;
	}
	
	
	
	
	/*Hero Image headers on main landing pages*/
	
	.big-image-header {padding:5%;min-height: 275px;}
	.big-image-header h1 { color:#fff!important;text-align:center;font-size:3em!important; }
	.big-image-header p { color:#fff;text-align:center;margin-top:25px;font-weight:700; }
	
	.inner-image-header {padding:2.8%;font-size:14px;color:#fff;text-align:right;}
	.inner-image-header a {color:#fff;opacity:0.7;transition:0.3s;margin-right:10px;}
	.inner-image-header a:after {    content: "\f105";font-family: FontAwesome;padding-left: 5px; }
	.inner-image-header a:hover {color:#fff;opacity:1;}
	.inner-image-header strong { }
	
	
	/*individual headers*/
	
	.book-travel {background-image: url("InteleTravel-HeroHeader-BookTravel.jpg");background-size: cover;background-repeat: no-repeat;}
	
	.my-agency {background-image: url("InteleTravel-HeroHeader-MyAgency.jpg");background-size: cover;background-repeat: no-repeat;}
	
	.education {background-image: url("InteleTravel-HeroHeader-Education.jpg");background-size: cover;background-repeat: no-repeat;}
	
	.help {background-image: url("InteleTravel-HeroHeader-Help.jpg");background-size: cover;background-repeat: no-repeat;}
	
	
	
	/*image links (i.e. Book Travel landing page)*/
	
	.image-link h2 {
		position: relative;
		top: -75px;
		display: inline-block;
		background-color: #000;
		padding: 8px 20px;
		color: #fff!important;
	}
	
		.image-link {transition:0.3s;}
		.image-link:hover {opacity:0.75;}
	
	
	/*image links alternate (i.e. My Agency landing page)*/
	
	.image-link-alt h2 {
		    position: relative;
    top: -35px;
    display: block;
    background-color: rgb(45, 51, 56);
		padding: 15px 20px;
		color: #fff!important;
		border-bottom-right-radius:10px;
		border-bottom-left-radius:10px;
	}
	
	
	
	
	.image-link-alt h2 span {display:block;font-size:18px;}
		.image-link-alt {transition:0.3s;}
		.image-link-alt:hover {opacity:0.75;}
	
	.image-link-alt img {
    	border-radius: 10px;
	}
	

/* Multi-use / elements */

.red {color:#C93927!important;}

	.space50 {padding:25px;width:100%;display:block;}
	.space25 {padding:12px;width:100%;display:block;}
	.greydiv {padding-top:70px;margin-top:50px;border-top:solid 8px #f0f0f0;}
	.blackdiv {padding-top:70px;margin-top:70px;border-top:solid 1px #cacaca;}

	.alert { /*yellow alert message box*/
		background-color:#fffaeb;
		border:solid 1px #f1e7c9;
		-webkit-box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
		box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
		border-radius:10px;
		padding:20px;
		font-size: 14px;
    line-height: 20px;
	}
	
	.alert-red { /*red alert message box*/
		background-color: #C93927;
		border: solid 1px #691E16;
		-webkit-box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
		box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
		color: #fff;
		border-radius: 10px;
		padding: 20px;
		font-size: 14px;
    line-height: 20px;
	}
	.alert-red a {color: #fea!important;}
	.alert-red a:hover {color: #fff!important;}
	
	.alert-red h3 {
		color: #fea!important;
		font-size: 23px!important;
		line-height: 30px;
	}
	
	
	.crm-documents {
    border: solid 1px #dadada;
    border-radius: 10px;
    padding: 20px;
	-webkit-box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
		box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
}
	.crm-documents a {padding:0px 10px;}
	.crm-documents strong {margin-right:25px;}
	
	
	.alert-wide { /*full-width yellow alert message box*/
		background-color:#fffaeb;
		border:solid 1px #f1e7c9;
		-webkit-box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
		box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
		border-radius:10px;
	}
	
	.alert-wide i.fa.fa-times-circle {
        float: right;
    clear: right;
    position: relative;
    top: -15px;
    right: -15px;
    color: rgb(85, 85, 85);
    font-size: 30px;

}
	
	
	.rounded-wrapper { /*full-width buckets with colorful headings*/
		background-color:#fff;
		-webkit-box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
		box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
		border-radius:10px;
		overflow: hidden;
		margin-bottom:45px;
	}
	.rounded-wrapper h3 {
		font-size: 2em!important;
		line-height: 1.5em;
		color: #fff!important;
		padding: 25px 45px;
	}
	.rounded-wrapper-inner {padding:45px;}
	h3.blue-header {background-color: #3E6C96;}
	h3.red-header {background-color: #a23023;}
	h3.grey-header {background-color: #393939;}
	
	
	
	
	
	/*Link Generator Wrapper*/
	
	.link-generator-wrapper {background-color:#f0f0f0;border-radius:10px;padding:35px;text-align:center;}
	.link-generator-wrapper h2 {font-weight:700;font-size: 2em!important;}
	.link-generator-wrapper h3 {margin-bottom:20px;font-size: 1.75em!important;}
	.ref-video {margin-bottom:45px;display:block;}
	.copy-to-clipboard {display: block;color: #000!important;opacity: 0.15;font-weight: 700;text-decoration: underline;margin-top:25px;}
	.reveal-link {margin-top:45px;padding-top:45px;border-top:solid 1px #959595;}
	.shortened-link {font-size: 33px;line-height:38px;font-weight:700;}
	
	
		input[type="text"] {
			padding: 5px;
			min-width: 60%;
		}

		input[type="submit"] {
			background-color: #a23023;
			border: none;
			padding: 12px 50px;
			height: 55px;
			color: #fff;
			text-transform: uppercase;
			font-size: 16px;
			transition:0.2s;
			/* letter-spacing: 0px; */
			/*margin-left: 5px;*/
		}
		
		input[type="submit"]:hover {  background-color: #86291e;  }
		
		input[type="Submit"]:focus {
    border: none;
}


	
	/*Buttons*/
	
	/*.blue-button {
		color:#fff!important;
		background-color: #3E6C96;
		padding:8px 22px;
		font-weight:500;
		display:inline-block;
		margin-right:10px;
		font-size:1.3em;
		transition:0.3s;
	}
		.blue-button:hover {background-color:#538ec4;}
	
	.grey-button {
		color:#fff!important;
		background-color: #ccc;
		padding:8px 22px;
		font-weight:500;
		display:inline-block;
		margin-right:10px;
		font-size:1.3em;
		transition:0.3s;
	}
		.grey-button:hover {background-color:#538ec4;}
	
	
	.red-button {
    background-color: #C53B2E;
    padding: 6px 15px;
    color: #fff!important;
    float: right;
    clear: right;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}*/


.blue-button {
	background-color: #3E6C96;
	border-radius: 4px;
    border: none;
    padding: 14px 50px;
    color: #fff!important;
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.2s;
    letter-spacing: 0px;
  /*  margin-left: 5px;*/
    display: inline-block;
}
	.blue-button:hover {background-color:#538ec4;}
	
.grey-button {
	background-color:#ccc;
	border-radius: 4px;
    border: none;
    padding: 14px 50px;
    color: #fff!important;
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.2s;
    letter-spacing: 0px;
  /*  margin-left: 5px;*/
    display: inline-block;
}
	.grey-button:hover {background-color:#538ec4;}
	
	
.red-button {
    background-color: #a23023;
    border-radius: 4px;
    border: none;
    padding: 14px 50px;
    color: #fff!important;
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.2s;
    letter-spacing: 0px;
  /*  margin-left: 5px;*/
    display: inline-block;
}
	.red-button:hover {background-color: #86291e;}









	
	/*Buckets*/
	
	
	.grey-bucket { /*grey bucket*/
		background-color:#f8f8f8;
		border:solid 1px #f0f0f0;
		-webkit-box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
		box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
		border-radius:10px;
		overflow: hidden;
	}
	
	.blue-bucket { /*blue bucket*/
		background-color:#41729f;
		color:#fff;
		-webkit-box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
		box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
		border-radius:10px;
		overflow: hidden;
	}
	
	.blue-bucket h2 {color:#fff!important;}
	.blue-bucket a {color:#fff!important;border-bottom:solid 1px!important;}
	
	.white-bucket { /*white bucket*/
		background-color:#fff;
		-webkit-box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
		box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
		border-radius:10px;
		overflow: hidden;
	}
	
	.grey-bucket-inner { /*for content within bucket, excluding images*/
		padding:40px;
	}
	
	.white-bucket-inner { /*for content within bucket, excluding images*/
		padding:40px;
		margin-top:-100px;
	}
	
	.blue-bucket-inner { /*for content within bucket, excluding images*/
		padding:40px;
	}
	
	.grey-bucket h2, .white-bucket h2 {font-weight:700;}
	.white-bucket h2 {color:#fff!important;margin-bottom:50px!important;}
	
	.bucket-img  { }
	
	.right-img  { float:right;clear:right; width:42%;height:auto;margin-left:40px;}
	
	.top-img {width:100%;height:auto;}
	
	
	.form-wrapper { }
	.form-inner { padding:40px; }
	.form-wrapper h3 {
		background-color: #f2f2f2;
		padding: 20px 40px;
		text-transform: uppercase;
		/*color: #989898!important;*/
		color:#41729f!important;
		font-weight: 700;
	}
	
	
	
	
	.deal-week-bucket {
		background-color:#41729e;
		-webkit-box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
		-moz-box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
		box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
		border-radius:10px;
		overflow: hidden;
	}
	.deal-week-bucket-inner {padding: 20px 40px 38px 40px;}
	.deal-week-bucket-inner h2, .deal-week-bucket-inner h3, .deal-week-bucket-inner a {color:#fff!important;}
	.deal-week-bucket-inner h2 {font-weight:700;font-size: 2.2em!important;}
	.deal-week-bucket-inner h3 {
		text-transform: uppercase;
		letter-spacing: 3px;
		font-size: 12px!important;
	}
	
	
	
	
	
	/*Table elements (i.e. calendar of events*/
	
	.calendar td {
    	padding: 20px;
		vertical-align: middle;
		border-bottom: solid 1px #E9E9E9;
	}
	.calendar tr:nth-child(odd) {
   		background-color: #f8f8f8;
	}
	.calendar h4 {
		font-weight: 700;
		font-size: 30px;
	}
	.calendar-link:before {
		content: "\f073";
		margin-right: 7px;
		font-family: FontAwesome;
		font-size: 15px;
	}
	.print-this-link:before {
		content: "\f02f";
		margin-right: 7px;
		font-family: FontAwesome;
	}
	a.print-this-link {
		color: #fff!important;
		opacity: 0.5;
		float: right;
		clear: right;
		font-size: 20px;
	}
	.calendar-nav {
		padding:10px 25px;
		background-color:#f2f2f2;
		width:100%;
		display:inline-block;
		margin:50px 0;
	}
	.calendar-nav a {margin:0px 7px;}
	

/*Industry News page*/
.hubspot-feed-wrapper {border:solid 1px #ccc;padding:35px;}
.hubspot-feed-wrapper h2 {color:#C53B2E!important;font-weight:700;}
.hubspot-feed-wrapper div {margin-bottom:60px;}
	
	
/*Quicklinks and RSS links*/

.quick-links i {
    color: #c2e0fa;
    margin-right: 9px;
    width: 12px;
}
.quick-links a {
   
    margin-bottom: 10px;
    display: block;
    /* border-bottom: solid 1px #e9e9e9; */
    padding-bottom: 6px;
}


.rss-feed-wrapper a {color:#545454;text-decoration:underline;font-weight:400;display:block;margin-bottom:8px;}


	.link-list li {
		
	}

		.link-list li:first-child {
			padding-top: 0 !important;
			border-top: 0 !important;
		}

		.link-list li:last-child {
			padding-bottom: 0 !important;
			border-bottom: 0 !important;
		}

	.quote-list li {
		padding: 1em 0 1em 0;
		overflow: hidden;
	}

		.quote-list li:first-child {
			padding-top: 0 !important;
			border-top: 0 !important;
		}

		.quote-list li:last-child {
			padding-bottom: 0 !important;
			border-bottom: 0 !important;
		}

		.quote-list li img {
			float: left;
		}

		.quote-list li p {
			margin: 0 0 0 90px;
			font-size: 1.2em;
			font-style: italic;
		}

		.quote-list li span {
			display: block;
			margin-left: 90px;
			font-size: 0.9em;
			font-weight: 400;
		}

	.check-list li {
		padding: 0.7em 0 0.7em 45px;
		font-size: 1.2em;
		background: url("images/icon-checkmark.png") 0px 1.05em no-repeat;
	}

		.check-list li:first-child {
			padding-top: 0 !important;
			border-top: 0 !important;
			background-position: 0 0.3em;
		}

		.check-list li:last-child {
			padding-bottom: 0 !important;
			border-bottom: 0 !important;
		}

	.feature-image {
		display: block;
		margin: 0 0 2em 0;
		outline: 0;
	}

		.feature-image img {
			display: block;
			width: 100%;
		}

	.bordered-feature-image {
		display: block;
		background: #fff url("images/bg04.png");
		padding: 10px;
		box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
		margin: 0 0 1.5em 0;
		outline: 0;
	}

		.bordered-feature-image img {
			display: block;
			width: 100%;
		}

	.button-big {
		background-image: -moz-linear-gradient(top, #ed391b, #ce1a00);
		background-image: -webkit-linear-gradient(top, #ed391b, #ce1a00);
		background-image: -ms-linear-gradient(top, #ed391b, #ce1a00);
		background-image: linear-gradient(top, #ed391b, #ce1a00);
		display: inline-block;
		background-color: #ed391b;
		color: #fff;
		text-decoration: none;
		font-size: 1.75em;
		font-weight: 300;
		padding: 15px 45px 15px 45px;
		outline: 0;
		border-radius: 10px;
		/*box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
		text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5);*/
	}

		.button-big:hover {
			background-image: -moz-linear-gradient(top, #fd492b, #de2a10);
			background-image: -webkit-linear-gradient(top, #fd492b, #de2a10);
			background-image: -ms-linear-gradient(top, #fd492b, #de2a10);
			background-image: linear-gradient(top, #fd492b, #de2a10);
			background-color: #fd492b;
			/*box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);*/
		}

		.button-big:active {
			background-image: -moz-linear-gradient(top, #ce1a00, #ed391b);
			background-image: -webkit-linear-gradient(top, #ce1a00, #ed391b);
			background-image: -ms-linear-gradient(top, #ce1a00, #ed391b);
			background-image: linear-gradient(top, #ce1a00, #ed391b);
			background-color: #ce1a00;
			/*box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.75), inset 0px 2px 0px 0px rgba(255, 192, 192, 0.5), inset 0px 0px 0px 2px rgba(255, 96, 96, 0.85), 3px 3px 3px 1px rgba(0, 0, 0, 0.15);*/
		}

/* Content */

	#content .quote-list li {
		border-bottom: solid 1px #e2e6e8;
	}

	#content .link-list li {
		border-bottom: solid 1px #e2e6e8;
	}

	#content .check-list li {
		border-bottom: solid 1px #e2e6e8;
	}

/* Footer */

	#footer .quote-list li {
		border-top: solid 1px #e0e4e6;
		border-bottom: solid 1px #b5bec3;
	}

	#footer .link-list li {

	}

	#footer .check-list li {
		border-top: solid 1px #e0e4e6;
		border-bottom: solid 1px #b5bec3;
	}
	
			.copyright-wrapper {
				display:block;
				font-size:12px;
				line-height:14px;
				opacity:0.5;
				color:#fff;
				margin-top: 35px;
			}
			.copyright {width:50%;display:inline-block;float:left;clear:left;}
			.agent-id {width:50%;text-align:right;display:inline-block;float:right;clear:right;}
			
			
			
			.social-media-icons {
    display: block;
    text-align: right;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
			}
			
			.social-media-icons i {
			border: solid 1px #fff;
			color: #ffffff;
			border-radius: 30px;
			min-height: 39px;
			min-width: 39px;
			font-size: 16px;
			padding: 9px;
			opacity:0.7;
			margin-left: 5px;
			text-align: center;
			transition: 0.3s;
			}
			.social-media-icons i:hover {background-color:#fff;color:#363f47;opacity:0.9;}
				.social-media-icons a:after {display:none;}
			
			
	.caps-heading {font-size:18px!important;text-transform:uppercase;font-weight:700;margin-bottom:10px;    margin-bottom: 15px!important;}
			
			
			
				#footer a {
					color: #fff;
					text-decoration:none;
				}
				
				#footer a:after {
					content: "\f105";
					font-family: FontAwesome;
					padding-left: 5px;
				}
				#footer a:hover {color:#79baf5;}
				
				
				.list-header {
					font-weight:700;
					font-size:120%;
				}
				.list-header:after {display:none;}
				.list-header:hover {color:#fff!important;}
			
			
			
			
			/*Specific Page CSS=======*/
			
			
			/*Vacation Partners*/
			
			.preferred-partner {padding:10px;}
			
			.preferred-partner h2 {font-weight:700;margin-top:8px!important;font-size: 26px!important;}
			.preferred-partner h3 {
				font-weight:700;
				color:#c53b2e!important;
				text-transform:uppercase;
				font-size: 15px!important;
    			letter-spacing: 2px;
				margin-bottom: 10px;
			}
			.preferred-partner h3:before {content: "\f005";margin-right: 5px;font-family: FontAwesome;}
			
			.preferred-partner a.red-button {
				float: right;
				clear: right;
			}
			
			.vacation-partner {
				border: solid 1px #cacaca;
    			border-radius: 8px;
				padding: 25px;
			}
			
			.vacation-partner img {
				max-height: 95px;
				max-width: 100%;
				width: auto!important;
				/* border: solid 1px #ddd; */
				display: block;
				padding: 21px;
				margin: auto;
			}
			
			

/* Desktop */

	@media screen and (min-width: 737px) {

		/* Basic */
		
		.alert-wide {padding:3%;margin-bottom:50px;}

			body {
				min-width: 1200px;
			}

			section:last-child {
				margin-bottom: 0 !important;
			}

		/* Wrappers */

			#header-wrapper {
				background-color:#a23023;
				border-bottom: solid 1px #272d30;
				/*box-shadow: inset 0px -1px 0px 0px #51575a;
				text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);*/
			}

			.subpage #header-wrapper {
				height: 100px;
			}

			

			#content-wrapper {
				background-color: #fff;
				padding: 75px 0 100px 0;
			}

			#footer-wrapper {
				padding: 75px 0 100px 0;
				/*text-shadow: 1px 1px 1px white;*/
			}

		/* Header */

			#header {
				min-height: 155px;
				position: relative;
				z-index:200;
			}

				#header h1 {
					position: absolute;
					left: 0;
					bottom: 35px;
					font-size: 2.75em;
					line-height: 1em;
				}

					#header h1 a {
						color: #fff;
						text-decoration: none;
					}

				#header nav {
					position: absolute;
   					left: 130px;
    				top: 27px;
					font-weight: 200;
				}

					#header nav a {
						color: #fff;
						text-decoration: none;
						font-size: inherit;
						outline: 0;
					}

						#header nav a:hover {
							color: #fff;
						}
						
					
			/*Header flyouts*/
			
#nav
{
	
}

#nav ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#nav ul a
{
	display:block;
	text-decoration:none;
	padding: 20px 28px;
}

#nav ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	border-right: 1px solid #691E16;
    border-left: solid 1px #D45D50;
}

#nav ul li.current-menu-item
{
	background:#81261b;
}

#nav ul li:hover
{
	background:#81261b;
}

#nav ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#81261b;
	padding:0
	z-index: 999999999999;
}

#nav ul ul li
{
	float:none;
	min-width:270px
}

#nav ul ul a
{
	line-height:120%;
	padding:16px 28px;
}

#nav ul ul a:hover {background-color:#671e16;}

#nav ul ul ul
{
	top:0;
	left:100%
}

#nav ul li:hover > ul
{
	display:block
}




#logo img {max-height: 75px;width:auto;}



		/* Banner */

			#banner {
				border-top: solid 1px #222628;
				box-shadow: inset 0px 1px 0px 0px #3e484a;
				padding: 35px 0 35px 0;
				color: #fff;
			}

				#banner .bordered-feature-image {
					margin-bottom: 0;
				}

				#banner p {
					font-size: 2em;
					font-weight: 200;
					line-height: 1.25em;
					padding-right: 1em;
					margin: 0 0 1em 0;
				}

		/* Features */

			#features {
				color: #a0a8ab;
			}

				#features h2 {
					font-size: 1.25em;
					color: #fff;
					margin: 0 0 0.25em 0;
				}

				#features a {
					color: #e0e8eb;
				}

				#features strong {
					color: #fff;
				}

		/* Content */

			#content section {
				background: #fff;
				/*padding: 40px 30px 45px 30px;*/
				margin: 0 0 10% 0;
			}

			#content h2 {
				font-size: 1.8em;
				color: #545454;
				margin: 0 0 0.25em 0;
			}

			#content h3 {
				color: #545454;
				font-size: 1.25em;
			}

			#content a {
				color: #4073a3;
			}
			
			#content a:hover {
				color: #5facf1;
			}

			#content header {
				margin: 0 0 2em 0;
			}

		/* Footer */

			#footer {
				color: #546b76;
				/*text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);*/
			}

				#footer h2 {
					font-size: 1.25em;
					color: #212f35;
					margin: 0 0 1em 0;
				}
		


	}

/* Tablet */

	@media screen and (min-width: 737px) and (max-width: 1200px) {

		/* Basic */

			body {
				min-width: 1000px;
			}
			
			


		/* Multi-use */
		

			.check-list li {
				font-size: 1em;
				line-height: 2em;
			}

			.quote-list li {
				padding: 1em 0 1em 0;
			}

				.quote-list li img {
					width: 60px;
				}

				.quote-list li p {
					margin: 0 0 0 80px;
					font-size: 1em;
					font-style: italic;
					line-height: 1.8em;
				}

				.quote-list li span {
					display: block;
					margin-left: 80px;
					font-size: 0.8em;
					font-weight: 400;
					line-height: 1.8em;
				}

			.feature-image {
				margin: 0 0 1em 0;
			}

			.button-big {
				font-size: 1.5em;
				padding: 10px 35px 10px 35px;
			}

		/* Banner */

			#banner p {
				font-size: 1.75em;
			}

		/* Header */

			#header h1 {
				font-size: 2.25em;
			}

			#header nav a {
				font-size: inherit;
			}

		/* Content */

			#content h2 {
				font-size: 1.4em;
			}

			#content h3 {
				font-size: 1.1em;
			}

			#content header {
				margin: 0 0 1.25em 0;
			}

	}

/* Mobile */

	#navPanel, #titleBar {
		display: none;
	}

	@media screen and (max-width: 736px) {

		/* Basic */

.title img {
    max-height: 45px;
}
			html, body {
				overflow-x: hidden;
			}

			body, input, textarea, select {
				font-size: 13pt;
				line-height: 1.4em;
			}

		/* Multi-use */
		
		
		.blue-button {width:100%;margin-bottom:8px;}
		.grey-button {width:100%;margin-bottom:8px;}
		
		
		
		.alert-wide {padding:20px;margin-bottom:25px;}
		.grey-bucket {margin-bottom:25px;}
		.white-bucket, .deal-week-bucket {margin-bottom:25px;}
		.right-img {float:none;clear:none;width:100%;height:auto;margin-left:0;}

.big-image-header {padding-top: 95px;}
		

			.link-list li {
				
			}

			.quote-list li p {
				margin-bottom: 0.5em;
			}

			.check-list li {
				font-size: 1em;
			}

			.button-big {
				font-size: 1.5em;
				padding: 10px 35px 10px 35px;
			}

		/* Wrappers */

			#header-wrapper {
				background-color:#a23023;
				/*box-shadow: inset 0px -1px 0px 0px #272d30, inset 0px -2px 0px 0px #51575a;*/
				/*text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);*/
			}

			

			#content-wrapper {
				background-color:#fff;
				padding: 5px;
			}

			.subpage #content-wrapper {
				padding-top: 50px;
				padding-bottom:50px;
			}

			#footer-wrapper {
				padding: 40px 15px 15px 15px;
				/*text-shadow: 1px 1px 1px white;*/
			}
			
	
			

		/* Header */

			#header {
				display: none;
			}

			#banner {
				position: relative;
				color: #fff;
				text-align: center;
				padding: 30px 30px 15px 30px;
				margin-top: 44px;
			}

				#banner .bordered-feature-image {
					display: none;
				}

				#banner p {
					font-size: 1.25em;
					font-weight: 200;
					line-height: 1.25em;
					margin: 0 0 1em 0;
				}

		/* Features */

			#features {
				color: #a0a8ab;
			}

				#features section {
					padding: 0 0 25px 0;
					margin: 0 0 25px 0;
					border-bottom: solid 1px #51575a;
					box-shadow: inset 0px -1px 0px 0px #272d30;
				}

				#features > div > div:last-child > section {
					padding-bottom: 0;
					margin-bottom: 0;
					border-bottom: 0;
					box-shadow: none;
				}

				#features h2 {
					font-size: 1.25em;
					color: #fff;
					margin: 0 0 0.25em 0;
				}

				#features a {
					color: #e0e8eb;
				}

				#features strong {
					color: #fff;
				}

		/* Content */

			#content section {
				background: #fff;
				box-shadow: inset 0px 0px 0px 1px rgba(128, 128, 128, 0.2);
				padding: 30px 15px 30px 15px;
				margin: 0 0 5px 0;
			}

			#content h2 {
				font-size: 1.25em;
				color: #373f42;
				margin: 0 0 0.1em 0;
			}

			#content h3 {
				color: #96a9b5;
				font-size: 1em;
			}

			#content a {
	color: #4073a3;
	font-weight: bold;
			}

			#content header {
				margin: 0 0 1.25em 0;
			}

		/* Footer */

			#footer {
				color: #546b76;
				/*text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);*/
			}

				#footer section {
					margin: 0 0 40px 0;
				}

				#footer h2 {
					font-size: 1.25em;
					color: #212f35;
					margin: 0 0 0.75em 0;
				}

				#footer a {
					color: #fff;
				}

				#footer .link-list {
					margin: 0 0 30px 0 !important;
				}

		

		/* Off-Canvas Navigation */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}

			#titleBar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 44px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 10001;
				color: #fff;
				background-color:#A23023;
				/*box-shadow: inset 0px -20px 70px 0px rgba(200, 220, 245, 0.1), inset 0px -1px 0px 0px rgba(255, 255, 255, 0.1), 0px 1px 7px 0px rgba(0, 0, 0, 0.6);*/
				/*text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.75);*/
			}

				#titleBar .title {
					display: block;
					text-align: center;
					font-size: 1.2em;
					font-weight: 400;
					line-height: 44px;
				}

				#titleBar .toggle {
					position: absolute;
					left: 0;
					top: 0;
					width: 80px;
					height: 60px;
				}

					#titleBar .toggle:after {
						content: '';
						display: block;
						position: absolute;
						top: 6px;
						left: 6px;
						color: #fff;
						background: rgb(201, 57, 39);
						box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3), inset 0px 0px 0px 1px rgba(255, 255, 255, 0.1), inset 0px -8px 10px 0px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.45);
						text-shadow: -1px -1px 1px black;
						width: 39px;
						height: 28px;
   						 border-radius: 5px;
					}

					#titleBar .toggle:before {
						content: "\f0c9";
    					font-family: FontAwesome;
						position: absolute;
						width: 20px;
						height: 30px;
						/*background: url("images/mobileUI-site-nav-opener-bg.svg");*/
						top: 9px;
						left: 18px;
						z-index: 1;
						opacity: 1;
						color: #fff;
					}

					#titleBar .toggle:active:after {
						background: rgba(255, 255, 255, 0.05);
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				background-color:#81261B;
				box-shadow: inset -1px 0px 0px 0px rgba(255, 255, 255, 0.25), inset -2px 0px 25px 0px rgba(0, 0, 0, 0.5);
				text-shadow: -1px -1px 1px black;
			}

				#navPanel .link {
					display: block;
					color: #fff;
					text-decoration: none;
					font-size: 1.25em;
					line-height: 2em;
					padding: 0.5em 1.5em 0.5em 1.5em;
					border-top: solid 1px #AD3324;
    border-bottom: solid 1px rgba(0, 0, 0, 0.6);
				}

					#navPanel .link:first-child {
						border-top: 0;
					}

					#navPanel .link:last-child {
						border-bottom: 0;
					}
					
					a.link.depth-1 {
    padding-left: 48px!important;
    font-size: 13px!important;
}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #titleBar {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

	}


/*============================================================================================================*/
/*Tablesaw.js and the CRM=====================================================================================*/
/*============================================================================================================*/

table.tablesaw {
/*line-height: 25px!important;*/
}

.tablesaw td {
    padding: 15px;
    line-height: 25px !important;
    border: solid 1px #DADADA;
}

.tablesaw td span {
    line-height: 19px !important;
    font-size: 14px !important;
    display: inline-block;
}

@media screen and (max-width: 1200px) {
    .tablesaw thead tr:first-child th {
        font-size: 14px !important;
    }
}

th {
    background-color: #40719D;
    padding: 15px !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
}

td.title {
    font-weight: 700;
}

td.notes {
}

td.activity {
    min-width: 380px;
    padding-left: 30px !important;
}

td.title a,a.crm-toggle {
    color: #A2A2A2 !important;
    display: block;
    font-size: 12px;
    line-height: 16px;
    text-decoration: underline;
    font-weight: 400;
    margin: 5px 0;
}

.tablesaw td,.tablesaw tbody th {
    vertical-align: top !important;
}

.crm-phone {
    display: block;
}

.crm-phone {
    display: block;
}

/* removing this tiger striping for now */
/*tbody tr:nth-child(odd) {
	   background-color: #f8f8f8;
	}*/
table.tablesaw ul li {
    margin-bottom: 20px;
}

th.tablesaw-sortable-head {
padding: 0!important; 
}

/*CRM buttons at top*/
.crm-heading {
    background-color: #202020;
    padding: 20px;
    text-align: right;
}

.crm-heading h2 {
    display: inline-block !important;
    color: #fff !important;
    float: left;
    clear: left;
    top: 10px;
    position: relative;
}

.crm-heading a {
    border: solid 2px #fff;
    color: #fff !important;
    border-radius: 60px;
    padding: 7px 18px;
    display: inline-block;
    margin: 0 5px;
    font-weight: 300 !important;
    font-size: 13px;
    transition: .3s;
    opacity: .5;
}

.crm-heading a:hover {
    opacity: 1;
}

.crm-new-customer:before {
    content: "\f234";
    font-family: FontAwesome;
    margin-right: 5px;
}

.crm-import:before {
    content: "\f0ce";
    font-family: FontAwesome;
    margin-right: 5px;
}

.crm-export:before {
    content: "\f019";
    font-family: FontAwesome;
    margin-right: 5px;
}

/*List icons for activity log*/
.crm-icon-success:before {
    content: "\f058";
    font-family: FontAwesome;
    color: #93D19D;
    margin-left: -20px;
    margin-right: 4px;
}

.crm-icon-added:before {
    content: "\f055";
    font-family: FontAwesome;
    color: #222;
    margin-left: -20px;
    margin-right: 4px;
}

.crm-icon-email:before {
    content: "\f003";
    font-family: FontAwesome;
    color: #40719D;
    margin-left: -23px;
    margin-right: 2px;
    top: -2px;
    position: relative;
    font-size: 13px;
    padding: 4px;
    border-radius: 20px;
}

.crm-icon-upload:before {
    content: "\f0c6";
    font-family: FontAwesome;
    color: #929394;
    margin-left: -23px;
    margin-right: 0;
    position: relative;
    font-size: 18px;
    padding: 4px;
    border-radius: 20px;
}

/*tooltip for activity log items*/
.crm-tooltip {
    max-width: 420px;
    font-size: 13px;
    border: solid 1px #DADADA;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 3px 15px 0 rgba(0,0,0,0.25);
    box-shadow: 0 3px 15px 0 rgba(0,0,0,0.25);
}

.crm-tooltip-inner {
    padding: 0 15px 15px;
}

.crm-tooltip h2 {
    background-color: #CA3928;
    color: #fff !important;
    padding: 15px;
}

.crm-tooltip i {
    float: right;
    clear: right;
}

.crm-tooltip tbody tr:nth-child(odd) {
    background-color: #fff !important;
}

td.trip-heading {
    padding-top: 25px;
}

.trip-pending {
    color: #3C6;
}

.trip-pending:after {
    content: "\f017";
    font-family: FontAwesome;
    margin-left: 5px;
}

.trip-heading {
    font-weight: 700;
}

/*.crm-search {
	background-color: #000;
    text-align: right;
    padding: 12px 30px;
    border-top: solid 1px #3A3A3A;
}*/
.crm-search {
    display: inline-block;
    margin-right: 40px;
    transition: .3s;
}

.commission-search {
    display: inline-block;
    margin-right: 40px;
    transition: .3s;
    float: right;
    clear: right;
}

.crm-search input[type="search"] {
    background-color: #202020;
    border: none;
    border-bottom: solid 1px #fff;
    padding: 0 !important;
    min-width: 225px;
    color: #fff;
}

.commission-search input[type="search"] {
    background-color: transparent;
    border: none;
    border-bottom: solid 1px #fff;
    padding: 0 !important;
    min-width: 225px;
    color: #fff;
}

.crm-search i.fa.fa-search {
    font-size: 25px;
    position: relative;
    top: 3px;
    color: #8F8F8F;
    transition: .3s;
}

.crm-search:hover i.fa.fa-search {
    color: #fff;
}

.commission-search i.fa.fa-search {
    font-size: 25px;
    position: relative;
    top: 3px;
    color: #fff;
    opacity: .7;
    transition: .3s;
}

.commission-search:hover i.fa.fa-search {
    opacity: 1;
}

.crm-documents {
    border: solid 1px #dadada;
    border-radius: 10px;
    padding: 20px;
    -webkit-box-shadow: 0 1px 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 1px 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px 2px rgba(0,0,0,0.1);
}

.crm-documents a {
    padding: 0 10px;
}

.crm-documents strong {
    margin-right: 25px;
}





/*============================================================================================================*/
/*My Profile Page=============================================================================================*/
/*============================================================================================================*/

.reports-table tbody tr {
    background-color: #fff;
}

.reports-table a {
    font-weight: 700;
}

.reports-table a i {
    color: #b8d7f1;
    margin-right: 5px;
}

@media screen and (max-width: 736px) {
    .crm-heading a {
        margin-bottom: 10px;
    }
}

@media (max-width: 39.9375em) {
    td.title {
        border-top: solid 3px #5A5A5A;
    }

    td.activity {
        padding-left: 12px !important;
    }
}


/*============================================================================================================*/
/*Hot Deals===================================================================================================*/
/*============================================================================================================*/

.hot-deal-row a {
    font-weight: 700;
}

.hot-deal-row ul { /*this creates the indent*/
    margin-left: 25px;
}

.hot-deal-row ul li { /*this adds bullets*/
    list-style: initial;
}

.hot-deal-row h3 {
    font-size: 26px !important;
    line-height: 28px;
    margin-bottom: 10px;
    color: #a23023 !important;
    font-weight: 700;
    margin-top: 15px;
}

.row.hot-deal-row {
    border-bottom: solid 1px #ccc;
    padding: 0 0 50px;
    font-size: 14px;
    line-height: 20px;
}

form[name="SelectDropDownForm"] select {
    max-width: 290px;
    margin-right: 25px;
}


/*============================================================================================================*/
/*Partner Education page======================================================================================*/
/*============================================================================================================*/

.partner-ed {
}

.partner-ed a {
}

.partner-ed h3 {
    margin-bottom: 10px;
}

.partner-ed h3 a {
    float: right;
    clear: right;
    font-size: 12px;
    text-decoration: underline;
}

.partner-ed img {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin-top: 20px;
}

.partner-ed-leftcol {
    width: 50%;
    float: left;
}

.partner-ed-rightcol {
    width: 50%;
    float: right;
}

.partner-ed-inner {
    padding: 25px;
}

.partner-description {
    font-size: 14px;
    line-height: 20px;
    opacity: .7;
}

.partner-bucket {
}

.partner-bucket-inner {
    padding: 20px 20px 0;
    border: solid 1px #cacaca;
    border-radius: 8px;
    max-height: 140px;
    overflow: hidden;
}

.partner-bucket-inner:hover {
    max-height: none;
    -webkit-box-shadow: 0 2px 21px 2px rgba(0,0,0,0.09);
    -moz-box-shadow: 0 2px 21px 2px rgba(0,0,0,0.09);
    box-shadow: 0 2px 21px 2px rgba(0,0,0,0.09);
}

.partner-bucket img {
    float: left;
    clear: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.partner-bucket a.link-arrow {
    line-height: 22px;
    margin-bottom: 10px;
    display: inherit;
}



/*============================================================================================================*/
/*InteleUniversity ===========================================================================================*/
/*============================================================================================================*/

.inteletravel-university-wrapper {
    background-color: #3e6c96;
}

.inteletravel-university-wrapper .container {
    padding: 75px 0;
}

.inteletravel-university-wrapper h2 {
    text-align: center;
    color: #fff;
    font-size: 50px;
    line-height: 50px;
}

.inteletravel-university-wrapper i {
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.inteletravel-university-wrapper h3 {
    text-align: center;
    color: #202020;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.inteletravel-university-wrapper h4 {
    text-align: center;
    color: #fff;
    margin-bottom: 45px;
}

.uni-videos {
    background-color: #315e87;
}

.uni-white-inner {
    background-color: #fff;
    border-radius: 5px;
}

.uni-white-inner-top {
    padding: 65px;
}

.uni-white-inner p {
    text-align: center;
}

.uni-otherinfo {
    background-color: #3e6c96;
    padding: 35px;
}

.uni-otherinfo p {
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}

.training-videos {
    padding: 25px;
}

.training-videos-left {
    float: left;
    clear: left;
    width: 25%;
    border-right: solid 2px #eaeaea;
    font-size: 14px;
}

.training-videos-left li:hover {
    color: #538ec4;
}

.training-videos-left .active {
    color: #3e6c96;
    font-weight: 700;
}

.completed:before {
    content: "\f111";
    margin-right: 7px;
    color: #92d09d;
    font-family: FontAwesome;
    font-size: 15px;
    margin-left: -20px;
}

.not-completed:before {
    content: "\f1db";
    margin-right: 7px;
    opacity: .4;
    font-family: FontAwesome;
    font-size: 15px;
    margin-left: -20px;
}

.training-videos-right {
    float: right;
    clear: right;
    width: 72%;
}

.training-videos-right img {
    margin-bottom: 20px;
}

.training-videos-right strong {
    font-size: 23px;
}

.video-buttons {
    margin-top: 25px;
}


.video-buttons a {
    display: inline-block;
    margin-bottom: 8px;
}

.video-meta {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
}

@media (max-width: 600px) {
.cert-dm, .cert-vb, .cert-tg {
width: 100%;
margin: 0 2%;
border: solid 1px #eaeaea;
border-radius: 6px;
display: inline-block;
background-color: #fff;
margin-top: 25px;
margin-bottom: 25px;
transition: .2s;
min-height:  inherit
vertical-align: top;
}
.uni-white-inner-top {
padding: 25px;
}

}


/*============================================================================================================*/
/*InteleUniversity Progress Quizzes===========================================================================*/
/*============================================================================================================*/

.progress-quiz-inner {
    padding: 2%;
}

.progress-quiz-inner p {
    text-align: left !important;
    font-weight: 700;
}

.progress-quiz-answers {
    margin: -25px 25px 65px;
}

form.progress-quiz-answers input[type="radio"] {
    margin: 0 !important;
}

.progress-quiz-inner i {
    text-align: center;
    font-size: 85px;
    display: block;
    margin-bottom: 20px;
}



/*============================================================================================================*/
/*Progress Bar and Certifications=============================================================================*/
/*============================================================================================================*/

.jquery-ui-like {
    border-radius: 4px;
    background: #eee8d2;
    border: 1px solid #dbd4c0;
    overflow: hidden;
    box-shadow: inset 7px 2px 7px rgba(0,0,0,0.2);
}

.jquery-ui-like div {
    background-image: url(pbar-ani-blue.gif);
    background-size: contain;
}

#progressBar div {
    width: 0;
    color: #fff;
    font-weight: 700;
    text-align: right;
}

#progressBarReg div {
    width: 0;
    color: #fff;
    font-weight: 700;
    text-align: right;
}

.progress-bar-wrapper {
    width: 100%;
}

.progress-bar-wrapper h3 {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
}

.progress-bar-wrapper i {
    font-size: 35px;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.pb-icon {
    position: relative;
    top: -42px;
    display: inline-block;
}

.pb-icon i {
    color: #fff;
    background-color: #e0d9c7;
    padding: 10px;
    border-radius: 100px;
}

.pg-icon-complete i {
    background-color: #8ed39c !important;
}

.pb-icon.pb-dreammaker {
    left: 20%;
    text-align: center;
}

.pb-icon.pb-vacationbuilder {
    left: 61%;
    text-align: center;
}

.pb-icon.pb-travelgenius {
    left: 76%;
    text-align: right;
}

.pb-icon.pb-part1 {
    left: 5%;
    text-align: center;
}

.pb-icon.pb-part2 {
    left: 10%;
    text-align: center;
}

.pb-icon.pb-regulatoryATOL {
    left: 15%;
    text-align: center;
}

.pb-icon.pb-CodeofConduct {
    left: 30%;
    text-align: center;
}

.pb-icon.pb-GDPRFinalExam {
    left: 45%;
    text-align: center;
}

.pb-icon.pb-GDPRFinalConduct {
    left: 33%;
    text-align: center;
}


.pb-icon span {
    display: block;
    font-weight: 700;
    font-size: 13px;
    margin-top: 5px;
    color: #c1baa3;
}

.pg-icon-complete span {
    color: #000;
}

.cert-cards-wrapper {
    padding: 50px;
    background-color: #c1baa3;
    border-radius: 0 0 6px 6px;
    border-top: solid 15px #3e6c96;
}

.cert-cards-wrapper a {
    color: #4073a3;
    font-size: 12px;
    text-decoration: underline;
    position: relative;
    top: -5px;
}

.cert-cards-wrapper ul {
    padding: 0 25px 0 45px;
}

.cert-cards-wrapper li {
    margin: 20px 0 10px;
    line-height: 23px;
}

.cert-dm,.cert-vb,.cert-tg {
    width: 29%;
    margin: 0 2%;
    border: solid 1px #eaeaea;
    border-radius: 6px;
    display: inline-block;
    background-color: #fff;
    margin-top: -125px;
    margin-bottom: 25px;
    transition: .2s;
	min-height:Â 530px;
	vertical-align:top; 
}

.cert-dm:hover,.cert-vb:hover,.cert-tg:hover, .cert-amb-inner:hover {
    -webkit-box-shadow: 0 2px 21px 2px rgba(0,0,0,0.23);
    -moz-box-shadow: 0 2px 21px 2px rgba(0,0,0,0.23);
    box-shadow: 0 2px 21px 2px rgba(0,0,0,0.23);
    position: relative;
    top: -5px;
}

.cert-cards-wrapper h5 {
    background-color: #c53b2e;
    padding: 5px 25px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 20px;
}

.cert-amb-inner {  /*this is a new style, please add to the sheet*/
    border: solid 1px #eaeaea;
    border-radius: 6px;
    display: block;
    background-color: #fff;
    transition: .2s;
	box-sizing:border-box;
	margin:25px auto 0 auto;
	max-width:850px;
	padding: 40px 30px 15px 30px;
	box-sizing:border-box;
}
.cert-amb-inner img { /*this is a new style, please add to the sheet*/
    float: right;
    clear: right;
    max-width: 350px;
    height: auto;
    margin-left: 50px;
    margin-top: -25px;
}

legend {
    font-weight: 700;
    margin-top: 20px;
    display: inline-block;
}

ul.bulleted-list {
    list-style-type: inherit;
    margin-left: 50px;
}
ol {
	list-style-type: decimal;
    margin-left: 25px;
}


/*============================================================================================================*/
/*Agent Website setup screen==================================================================================*/
/*============================================================================================================*/

.agent-website-form {
    margin-bottom: 50px;
}

.agent-website-form input[type="text"] {
    min-width: 85%;
}

.agent-website-form .left {
    width: 62%;
    padding-right: 25px;
    display: inline-block;
    border-right: solid 1px #eaeaea;
    vertical-align: top;
}

.agent-website-form tr {
    background-color: #fff !important;
    margin-bottom: 8px;
}

.agent-website-form td {
    font-weight: 700;
    height: 45px;
}

.agent-website-form .right {
    padding-left: 3%;
    width: 35%;
    display: inline-block;
    vertical-align: top;
}

input[type="file"] {
    font-size: 12px;
}

h3.red {
    color: #C93826 !important;
    font-weight: 500;
}


/*============================================================================================================*/
/*Agent-Only FAMs page========================================================================================*/
/*============================================================================================================*/


.fam-faq {
    font-size: 13px;
    line-height: 18px;
    padding-left: 35px;
    border-left: solid 1px #eaeaea;
}

/*.fam-faq h3 {font-size:20px!important;margin-bottom:20px;}*/
.fams-wrapper {
    background-color: #f0f0f0;
    padding: 100px 0;
}

.fam-row {
    border-bottom: solid 1px #ccc;
    padding: 0px 0 25px;
}

.fam-row h3 {
    font-size: 32px;
    line-height: 36px;
/* border-bottom: solid 1px #ccc; */
    margin-bottom: 10px;
    color: #a23023;
    font-weight: 700;
    margin-top: 15px;
}

.fam-row a {
    color: #4073a3;
}

.fam-row p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px !important;
}

.fam-disclaimer {
    margin-top: 75px;
    font-size: 12px;
    line-height: 16px;
}


/*============================================================================================================*/
/*Commissions page============================================================================================*/
/*============================================================================================================*/

.commissions {
    width: 100%;
}

.commissions th {
    background-color: #393939;
}

.disclaimer {
    font-size: 12px;
    line-height: 18px;
    opacity: .75;
}


/*============================================================================================================*/
/*Preferred Partners page=====================================================================================*/
/*============================================================================================================*/

.preferred-partner-wrapper {
    border-top: solid 10px #40494F;
    margin-top: 100px;
    padding-top: 100px;
}

.pp-left {
    padding-right: 20px;
}

.pp-info {
    font-size: 13px;
    line-height: 18px;
    padding-left: 20px;
    border-left: solid 1px #eaeaea;
}

.pp-right {
    font-size: 13px;
    line-height: 18px;
}

.pp-info ul {
    list-style-type: inherit;
    margin-left: 20px;
}

.pp-info li {
    margin-bottom: 8px;
}

.pp-left h4 {
    color: #EE3124;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 700;
    border-bottom: solid 1px #eaeaea;
    display: inline-block;
    margin-bottom: 30px;
}

.pp-left h2 {
    font-size: 40px;
}

.pp-left h3 {
    margin-bottom: 25px;
}

/*============================================================================================================*/
/*Commissions Page============================================================================================*/
/*============================================================================================================*/

.aside-example {
    border-radius: 8px;
    float: right;
    clear: right;
    max-width: 380px;
    width: 50%;
    font-size: 13px;
    line-height: 19px;
    background-color: #fff;
    padding: 25px;
    margin: 0 30px;
}

.aside-example ul {
    margin-bottom: 0;
}


/*============================================================================================================*/
/*Booking Engine and Form Field/Input customizations==========================================================*/
/*============================================================================================================*/

.booking-engine-wrapper {
    border-radius: 10px;
    color: #fff;
    background-color: #51677c;
    padding: 40px;
}

.booking-engine-wrapper td {
    vertical-align: top;
    padding-right: 10px;
}

.booking-engine-wrapper a {
    color: #a9c0d6 !important;
    transition: .3s;
	display:block;
}

.booking-engine-wrapper a:hover {
    color: #fff !important;
}

.booking-engine-wrapper .searchfld-active {
    color: #fff !important;
}

.booking-engine-wrapper h2 a { display: inline; }

.quick-book {
    background-image: url(../../InteleTravel-QuickBook-BG.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.booking-engine-wrapper table {
    width: 100%;
}

.warning-text {
    color: #FFD863;
    font-weight: 700;
}

.warning-text:before {
    content: "\f071";
    font-family: FontAwesome;
    padding-right: 4px;
    font-weight: 400;
}

.booking-filter input[type="Radio"] {
    display: none;
}

.booking-filter {
    border: solid 1px #616161;
    text-align: center;
    width: 16.6%;
    padding: 15px 0;
}

.booking-filter i {
    display: block;
    font-size: 30px;
    margin-bottom: 5px;
}

.booking-filter:hover {
    background-color: #51677c;
}

.booking-filter:active {
    background-color: #4073a3;
}

input {
    height: 40px;
    padding: 8px 15px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-shadow: none;
}

input:focus {
    border: 1px solid #2c87db;
    outline: none;
}

input.red-button:focus,input.grey-button:focus,input.blue-button:focus {
    border: none;
    outline: none;
}

input[type="text"] {
    width: 100%;
}

#ui-datepicker-div {
z-index: 9999999!important;
}

.ui-datepicker th {
padding: .1em .3em !important;
}

.ui-datepicker-title select {
height: 25px!important;
}

span.extra-instruction {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-top: -8px;
    padding-top: 0;
    opacity: .7;
}

select {
    display: inline-block;
    height: 40px;
    line-height: 28px;
    width: 100%;
    padding: 4px;
    outline: none;
    color: #555;
    background-color: #fff;
}

select:focus {
    border: 1px solid #2c87db;
    outline: none;
}

input[type="file"] {
    border: none;
    padding: 0;
}

input[type="checkbox"] {
    height: inherit;
}

table.profile tr {
    height: 60px;
}

td {
    vertical-align: top;
}


.billing-info tbody tr:nth-child(odd),.contact-info tbody tr:nth-child(odd) {
    background-color: #f8f8f8;
}



/* Hertz ====== */
.hertz-col strong {
}

.hertz-col {
    font-size: 14px;
    line-height: 20px;
}

.hertz-col ul {
    list-style: inherit;
    margin-left: 15px;
}




/*============================================================================================================*/
/*InteleTutorial Video Library================================================================================*/
/*============================================================================================================*/

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
/* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 50px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.inteletutorial-featured-video {
    background-color: #f4f4f4;
    border: solid 1px #cacaca;
    padding: 35px;
}

.inteletutorial-featured-video h3 {
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #cacaca;
    color: #fff !important;
    display: inline-block;
    padding: 5px 25px;
/* font-weight: 700; */
/* margin-bottom: 25px; */
    top: -35px;
    position: relative;
}

.inteletutorial-partner-logo {
    float: right;
    clear: right;
    padding: 20px;
    background-color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    margin-left: 20px;
    border: solid 1px #cacaca;
}

.inteletutorial-partner-logo img {
    margin-top: -8px;
}

.inteletutorial-partner-logo2 {
    background-color: #f4f4f4;
    text-align: center;
    padding: 40px 0;
}

.inteletutorial-partner-logo2 img {
    padding: 20px;
    max-width: 170px;
}

.inteletutorial-meta {
    font-size: 12px;
    margin-top: 25px;
    border-top: solid 1px #cacaca;
}

.inteletutorial-meta span {
    font-weight: 700;
    color: #ababab;
    margin-right: 25px;
}

.inteletutorial-meta strong {
    color: #545454;
}

.inteletutorial-related {
    width: 23%;
    margin-right: 1.5%;
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
	font-size: 13px;
    line-height: 20px;
}

.inteletutorial-related img {
    width: 100%;
    max-width: 500px;
    border: solid 1px #efefef;
}

.inteletutorial-related a.link-arrow {
    font-size: 14px;
    line-height: 18px;
    display: inherit;
    vertical-align: top;
}

.inteletutorials-sidebar {
    font-size: 14px;
    line-height: 22px;
    padding-right: 40px;
}

.inteletutorials-main {
    border-left: solid 1px #dedede;
    padding-left: 40px;
}

.inteletutorials-sidebar-menu li a {
    text-decoration: underline;
    margin-bottom: 13px;
    display: inline-block;
}

.inteletutorials-sidebar-menu li a.tut-current {
    font-weight: 700;
    text-decoration: none;
    padding-left: 20px;
}

.inteletutorials-sidebar-menu li a.tut-current:before {
    content: "\f138";
    font-family: FontAwesome;
    font-size: 20px;
    margin-right: 3px;
    position: relative;
    top: 2px;
    margin-left: -20px;
}

ul.inteletutorials-category-menu {
    margin-left: 15px;
}

.my-travel-website {
}

.my-travel-website img {
    width: 45%;
    max-width: 700px;
    min-width: 200px;
    height: auto;
    margin-left: 35px;
}

.my-travel-website-inner {
    padding: 100px 55px 0;
}

.thumb-video-wrapper {
    width: 23%;
    margin-right: 1.5%;
    display: inline-block;
    margin-bottom: 20px;
    vertical-align: top;
}

.thumb-video-wrapper img {
    width: 100%;
    max-width: 500px;
}

.thumb-video-wrapper-bucket {
    width: 23%;
    margin-right: 1.5%;
    display: inline-block;
    margin-bottom: 20px;
    background-color: #f4f4f4;
    font-size: 14px;
    line-height: 20px;
    padding: 25px;
    vertical-align: top;
}




/*============================================================================================================*/
/*Agent Personalized Website and Public Booking Engine========================================================*/
/*============================================================================================================*/

.agent-website-wrapper {
}

.agent-website-wrapper #titleBar {
    display: none;
}

.agent-website-wrapper img {
    max-width: 100%;
}

.agent-website-wrapper .alert {
    font-size: 18px;
    line-height: 28px;
}

.pw-header {
    background-color: #a23023;
    height: 100px;
}

.pw-header h3 {
    float: right;
    clear: right;
    font-size: 20px;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    margin-top: 22px;
}

.pw-header-links {
    background-color: #f8f8f8;
    text-align: right;
    padding: 3px 0;
}

.pw-header-links a {
    font-size: 14px;
    line-height: 22px;
    margin: 0 5px;
    color: #40494f;
    opacity: .7;
    font-weight: 700;
    text-decoration: underline;
}

.pw-header-links a:hover {
    opacity: 1;
}

.pw-agent-header {
/*background-color:#fff;*/
    margin-top: 25px;
}

.header-img1 {
    background-image: url(../images/InteleTravel-PWHeader1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.header-img2 {
    background-image: url(../images/InteleTravel-PWHeader2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.header-img3 {
    background-image: url(../images/InteleTravel-PWHeader3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.header-img4 {
    background-image: url(../images/InteleTravel-PWHeader4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.header-img5 {
    background-image: url(../images/InteleTravel-PWHeader5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.header-img6 {
    background-image: url(../images/InteleTravel-PWHeader6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.header-img7 {
    background-image: url(../images/InteleTravel-PWHeader7.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.header-img8 {
    background-image: url(../images/InteleTravel-PWHeader8.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.pw-agent-header h1 {
    color: #fff;
    font-size: 53px;
    line-height: 57px;
    font-weight: 700;
}

.pw-agent-header h2 {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-style: italic;
}

.pw-agent-header img {
    max-width: 174px;
    height: auto;
    border: solid 5px #fff;
    float: right;
    clear: right;
    margin-left: 25px;
}

.pw-resources-wrapper {
	background-color:#edeef0;
	padding:50px 0 0 0;
	margin-top:-25px;
}

.pw-agent-info {
    color: #fff;
    text-align: right;
    line-height: 24px;
    margin: 20px 0;
}

.pw-agent-info a {
    color: #fff;
    text-decoration: underline;
}

.pw-body {
    margin-top: -150px;
}

.pw-body img {
    width: 100%;
    max-width: 500px;
    margin: auto;
    border-radius: 8px;
}

.pw-resources-wrapper {
    background-color: #edeef0;
    padding: 100px 0;
}

.pw-resources-wrapper h2 {
    font-size: 2em;
    line-height: 1em;
    font-weight: 700;
    color: #545454;
    margin: 0 0 1.25em;
}

.pw-resources-wrapper a {
    color: #4274a1;
    border-bottom: solid 1px;
    font-weight: 700;
}

.pw-resources-wrapper h3 a {
    font-size: 20px;
    line-height: 24px;
    color: #4274a1;
    font-weight: 700;
    border: none;
}

.pw-resources-wrapper h3 a:before {
    content: "\f058";
    font-family: FontAwesome;
    color: #aad892;
    margin-right: 8px;
    font-size: 30px;
    position: relative;
    top: 3px;
}

.pw-resources-wrapper h4 a {
    font-size: 29px;
    line-height: 32px;
    color: #4274a1;
    font-weight: 700;
    border: none;
}

.pw-col-left {
    width: 48%;
    float: left;
}

.pw-col-right {
    width: 48%;
    float: left;
}

.pw-col-bottom {
    border-top: solid 1px #d6d6d7;
    padding-top: 70px;
    margin-top: 30px;
}

.pw-col-bottom-indiv {
    display: inline-block;
    vertical-align: top;
}

.pw-col-farright {
    padding-left: 40px;
    border-left: solid 1px #d6d6d7;
}

.pw-resources-wrapper ul {
    margin: 0 18px;
}

.pw-col-farright li,.pw-col-bottom-indiv li {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 24px;
}

.pw-small-links a {
    font-size: 12px;
    line-height: 14px;
    opacity: .5;
    color: #fff;
    margin-top: 35px;
    margin-right: 15px;
}

.pw-big-links {
    border-bottom: solid 1px #4a535a;
    padding-bottom: 25px;
}

.pw-big-links a {
    margin-right: 40px;
}

.pw-small-links {
    padding-top: 30px;
}

.pw-small-links a:after {
    display: none;
}

.pw-small-links a:hover {
    opacity: 1;
    color: #fff !important;
}

.pw-logos {
    float: right;
    clear: right;
    margin-top: -38px;
}

.pw-logos a:after {
    display: none !important;
}

.pw-intlink {
    background-color: #2b3239;
    text-align: center;
    padding: 13px;
    font-size: 12px;
    line-height: 18px;
}

.pw-intlink a {
    color: #FFF;
    opacity: .45;
}

.pw-intlink a:hover {
    opacity: 1;
}

@media (max-width:767px) {
    .pw-header h3 {
        display: none;
    }

    .pw-header-links {
        padding: 15px;
        text-align: center;
    }

    .agent-website-wrapper #logo img {
        max-width: 86%;
    }

    .pw-agent-header {
        padding: 20px;
        margin-top: 0;
    }

    .pw-agent-header h1 {
        font-size: 45px;
        line-height: 48px;
    }

    .pw-agent-header img {
        max-width: 40%;
    }

    .pw-agent-info {
        font-size: 14px;
        margin: 0;
    }

    .pw-resources-wrapper {
        padding: 40px 20px;
    }

    .pw-col-bottom-indiv {
        width: 100% !important;
    }

    .pw-col-farright {
        padding-left: 20px !important;
        margin-top: 30px;
    }

    .pw-resources-wrapper h2 {
        margin: 0;
    }

    .pw-col-left {
        width: 100%;
        float: none;
    }

    .pw-col-right {
        width: 100%;
        float: none;
    }

    .pw-small-links {
        padding-top: 0;
    }

    .pw-logos {
        margin-top: 10px;
    }

    .pw-big-links a {
        display: block;
        margin-bottom: 10px;
    }
}


/*============================================================================================================*/
/*Google translate element and logout button in header========================================================*/
/*============================================================================================================*/

#google_translate_element {
    float: right;
    clear: right;
    position: relative;
    top: -65px;
}

li.log-out {
    border-right: none !important;
    opacity: .8;
    font-size: 13px;
    padding-left: 140px !important;
}

li.log-out:hover {
    background-color: #a23023 !important;
}

@media (max-width:1200px) {
    li.log-out {
        padding-left: 0 !important;
    }

    #nav ul a {
        padding: 20px;
    }
}




/*============================================================================================================*/
/*Back to Top link fix========================================================================================*/
/*============================================================================================================*/


a.back-to-top {
    display: block;
    text-align: right;
    margin-bottom: 25px;
	font-size:12px!important;
    font-weight: 700;
    font-size: 20px;
}

a.back-to-top:before {
    content: "\f139";
    font-family: FontAwesome;
    margin-right: 5px;
}




/*============================================================================================================*/
/*News Feeds==================================================================================================*/
/*============================================================================================================*/

.news-feeds-wrapper .rss-left a {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    text-decoration: none;
    margin-top: 25px;
    margin-bottom: -20px;
}

.news-feeds-wrapper .rss-left p a{
font-size:inherit;
line-height:inherit;
font-weight:inherit;
margin:0px;
display:inherit;
}

ul.rss-feed-wrapper div {
    margin: 0 !important;
    color: inherit !important;
}

.rss-right li {
    line-height: 24px;
    margin-bottom: 20px;blo
}

.rss-right a {
    font-size: inherit !important;
    display: inline;
    padding: 0 3px;
    text-decoration: none;
}

.rss-right a:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 6px;
}

.rss-left br {
    display: none !important;
}

.rss-left p {
    margin: 0;
    display: inline;
}

.rss-left li {
    display: block;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: solid 1px #ccc;
}

img.hs-featured-image {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin-bottom: 20px !important;
    min-width: 100% !important;
}





/*============================================================================================================*/
/*Toggle Accordion feature for FAQs, Commissions, etc.========================================================*/
/*============================================================================================================*/


.accordion dl,.accordion-list {
    border: 1px solid #ddd;
}

/*.accordion dl:after,
.accordion-list:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
  background-color: #2ba659;
}*/
.accordion dd,.accordion__panel {
    background-color: #eee;
    font-size: 1em;
    line-height: 1.5em;
}

.accordion p {
    padding: 2em 2em 0;
}

.accordion {
    position: relative;
    background-color: #eee;
}

.accordionTitle,.accordion__Heading {
    background-color: #4073a3;
    text-align: left;
    font-weight: 700;
    padding: 30px 30px 30px 50px;
    display: block;
    text-decoration: none;
    font-size: 20px;
    color: #fff !important;
    -webkit-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
    border-bottom: 1px solid #355c82;
}

.accordionTitle:before,.accordion__Heading:before {
    content: "+";
    font-size: 1.5em;
    line-height: .5em;
    float: left;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    margin-left: -20px;
}

.accordionTitle:hover,.accordion__Heading:hover {
    background-color: #93d19d;
}

.accordionTitleActive,.accordionTitle.is-expanded {
    background-color: #93d19d;
}

.accordionTitleActive:before,.accordionTitle.is-expanded:before {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.accordionItem {
    height: auto;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
}

@media screen and (min-width: 48em) {
    .accordionItem {
        -webkit-transition: max-height .5s;
        transition: max-height .5s;
    }
}

.accordionItem.is-collapsed {
    max-height: 0;
}

.no-js .accordionItem.is-collapsed {
    max-height: auto;
}

.animateIn {
    -webkit-animation: accordionIn .45s normal ease-in-out both 1;
    animation: accordionIn .45s normal ease-in-out both 1;
}

.animateOut {
    -webkit-animation: accordionOut .45s alternate ease-in-out both 1;
    animation: accordionOut .45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes accordionIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes accordionOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
    }
}

@keyframes accordionOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
    }
}




/*============================================================================================================*/
/*Narrow forms for intermediate pages=========================================================================*/
/*============================================================================================================*/


div#content-wrapper-dark {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#171b1f+0,363f47+100 */
    background: #171b1f;
/* Old browsers */
    background: -moz-linear-gradient(top,#171b1f 0%,#363f47 100%);
/* FF3.6-15 */
    background: -webkit-linear-gradient(top,#171b1f 0%,#363f47 100%);
/* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,#171b1f 0%,#363f47 100%);
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171b1f',endColorstr='#363f47',GradientType=0);
/* IE6-9 */
}

.tall-image-header {
    height: 500px;
    padding: 100px 0;
}

.tall-image-header h1,.tall-image-header p {
    color: #fff !important;
}

.narrow-form {
    max-width: 750px;
    margin-top: -300px;
}

.narrow-form input,.narrow-form select {
    width: 100%;
    margin-bottom: 25px;
}










/*============================================================================================================*/
/*Revelex and Public Booking Engine fixes=====================================================================*/
/*============================================================================================================*/

.revelex-booking {
    padding-top: 50px !important;
    background-color: #fff !important;
}

.quick-book .form-inner p:first-child {
    background-color: #41729e;
    padding: 20px;
}

.quick-book .form-inner p:first-child a {
    padding: 10px 25px !important;
    display: inline-block;
    background-color: #a23023 !important;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 14px;
    margin-left: 15px;
}

.quick-book .form-inner p:first-child a {
    background-color: #41729e;
    padding: 20px;
}

.quick-book h2 {
    font-weight: 700;
    color: #fff !important;
    padding-bottom: 10px;
}

.quick-book input,.quick-book select {
    width: 100%;
    margin-bottom: 25px;
}

input[type="Radio"] {
    position: relative;
    top: 12px;
    margin: 2px 25px 32px 8px !important;
    width: inherit !important;
}

input[type="checkbox"] {
    height: inherit;
    width: inherit !important;
}

.revelex-booking table {
    margin: auto !important;
    background-color: #fff;
}

#revelexContent,#revelexContent td,#revelexContent th,#revelexContent div,#revelexContent input,#revelexContent select,#revelexContent li,#revelexContent p,#revelexContent button,#revelexContent span {
    font-size: 13px;
    line-height: 20px;
}

table#breadcrumbsDisplay {
    padding: 20px 4px !important;
}

.cancel_button,input[type=submit],input[type=button] {
    background-image: none !important;
    padding: 5px 20px !important;
    border-radius: 5px !important;
}

.hotelListDetailHeader {
    background-color: #353535 !important;
    border-bottom: 1px solid #000 !important;
    height: 34px !important;
}

.bestPrice {
    background-color: #a23023 !important;
}

.priceContainer {
    border: 1px solid #a23023 !important;
}

.ui-tabs .ui-tabs-nav {
    height: 31px !important;
}

.ui-slider-horizontal {
    margin: 17px 0 !important;
}

div#ratingsFilter {
    margin-top: 30px !important;
}

.hotelListDetail h3 {
    font-size: 16px !important;
}

.hotelListDetail {
    margin-bottom: 60px !important;
}

.revelex-booking .box {
    border: none !important;
    -webkit-box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.12);
    -moz-box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.12);
    box-shadow: 10px 10px 45px 10px rgba(43,43,43,0.12);
}

.wrap0,.wrap1,.wrap2,.wrap3 {
    background-image: none !important;
}

select#cartype {
    min-width: 300px;
    min-height: 120px;
}

.revelex-booking select {
    width: inherit !important;
}

#bookingnote {
    padding: 20px !important;
    background-color: #fff !important;
    text-align: center !important;
}

a.cursorPointer {
    font-size: 10px !important;
}

.revelex-booking input[value="Cancel"] {
    background-color: #fff !important;
    color: #000 !important;
    border: solid 1px #ccc !important;
    text-shadow: none !important;
}

.revelex-booking input[value="Cancel"]:hover {
    background-color: #ccc !important;
}

.revelex-booking input[type="submit"] {
    height: 40px !important;
}

.cruise_search_results_paging.menu_page_result {
    padding: 20px 0 !important;
    border: none !important;
    margin-bottom: 40px !important;
}

.sailing_results_set {
    border-top: 2px solid #454545 !important;
    padding: 30px 15px !important;
}

.sailing_results_set_name {
    color: #c00 !important;
    margin-top: 20px !important;
    margin-bottom: 15px !important;
    font-size: 22px !important;
}

.sailing_results_set_table th {
    background-color: #454545 !important;
}

td.sailing_select {
    padding-top: 10px;
    padding-bottom: 15px;
}

h1.flightResultsHeader {
    margin-top: 30px !important;
}

table.airBlockHeader td {
    padding: 10px !important;
}

.flight_container td {
    font-size: 17px !important;
    line-height: 28px !important;
}

.departure_return_header {
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
}

table.departure_return_header td {
    padding: 10px !important;
}

td.redtxt {
    font-weight: 700;
}

.segment_container img {
    margin-right: 20px;
}

.segment_container td b {
    margin-right: 20px !important;
    font-weight: 700;
}

.segment_container {
    padding: 11px 0;
}

.segment_container table {
    width: 100% !important;
}

table#breadcrumbsDisplay {
    margin-bottom: 20px !important;
}




/*============================================================================================================*/
/*Fixing the InteleU layout for mobile   =====================================================================*/
/*============================================================================================================*/


@media (max-width: 600px) {

.cert-dm, .cert-vb, .cert-tg {
width: 100%;
margin: 0 2%;
border: solid 1px #eaeaea;
border-radius: 6px;
display: inline-block;
background-color: #fff;
margin-top: 25px;
margin-bottom: 25px;
transition: .2s;
min-height:  inherit
vertical-align: top;
}

.uni-white-inner-top {
padding: 25px;
}


.cert-dm, .cert-vb, .cert-tg {
width: 100%;
margin: 0 2%;
border: solid 1px #eaeaea;
border-radius: 6px;
display: inline-block;
background-color: #fff;
margin-top: 25px;
margin-bottom: 25px;
transition: .2s;
min-height:  inherit
vertical-align: top;
}

.uni-white-inner-top {
padding: 25px;
}


.uni-white-inner {
    width: 95%;
    margin: auto;
}

.training-videos-right {
    float: none;
    clear: none;
    width: 100%;
}

.training-videos-left {display:none;}

.training-videos-right {
	display:flex;
    flex-flow: column;
}

.video-meta {
    float: none;
    clear: none;
    width: 100%;
	order:1;
	margin-bottom:20px;
}

.video-buttons {
    float: none;
    clear: none;
    width: 100%;
    text-align: center;
	order:2;
}





}


/*============================================================================================================*/
/*Style for Sample Agent   =====================================================================*/
/*============================================================================================================*/

#header .sampleagent {
	   text-align: center;
   color: #B24948;
   font-weight: 700;
   background-color: #fff01d;
   padding: 20px 0px;
   margin-top: 10px;
   border-radius: 100px; 

}

@charset "UTF-8";
/* CSS Document */

.progress-bar-mobile {display:none;}

@media (max-width: 736px) {
	
.progress-bar-wrapper {display:none!important;}
.progress-bar-mobile {display:block;}


.progress-bar-mobile h2 {
text-align: center;
font-size: 120px!important;
line-height: 85px;
color: #8ad59a!important;
display: block;
margin-bottom: 50px!important;
font-weight: 700;
}

.progress-bar-mobile h3 {
text-transform: uppercase;
font-size: 14px!important;
letter-spacing: 2px;
text-align: center;
font-weight: 700;
color: #000!important;
display: block;
margin-bottom: 15px;
}

.progress-bar-mobile .pb-icon.pb-dreammaker {
    left: 20%;
    text-align: left;
	margin-bottom: 10px;
}

.progress-bar-mobile .pb-icon.pb-vacationbuilder {
    left: 20%;
    text-align: left;
	margin-bottom: 10px;
}

.progress-bar-mobile .pb-icon.pb-travelgenius {
    left: 20%;
    text-align: left;
	margin-bottom: 10px;
}

.progress-bar-mobile .pb-icon span {
    display: inline-block;
    font-weight: 700;
    font-size: 17px;
    margin-top: 5px;
    color: #c1baa3;
}

.progress-bar-mobile .pb-icon i {
    color: #fff;
    background-color: #e0d9c7;
    padding: 6px;
    border-radius: 100px;
    transform: none!important;
    font-size: 13px!important;
}


}


/*============================================================================================================*/
/*Style for PostCards   =====================================================================*/
/*============================================================================================================*/

.postcards-wrapper {margin-bottom: 40px;} 

.postcards-wrapper input[type="radio"] { /* HIDE RADIO */
  visibility: hidden!important; /* Makes input not-clickable */
  position: absolute!important; /* Remove input from document flow */
}
.postcards-wrapper label > input + img{ /* IMAGE STYLES */
  border: 3px solid transparent;max-width: 365px;
}
.postcards-wrapper label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  border:3px solid #f00;
}



/*============================================================================================================*/
/*Style for Travel Insurance   =====================================================================*/
/*============================================================================================================*/

.travel-insurance strong {font-size: 23px;line-height: 30px;}
		.travel-insurance ul {margin-left:25px;padding-right:20px;}
		.travel-insurance ul li:before {content: "\f00c";font-family: FontAwesome;margin-left:-25px;margin-right:5px;color:#7cd8b3;}
		.travel-insurance li {margin-bottom:6px;}
		.travel-insurance-links {background-color:#fff;padding:20px;box-sizing:border-box;text-align:center;border:solid 1px #eee;margin-top:-100px;}
		@media (max-width: 767px) { .travel-insurance-links {margin-top:10px!important;} }
		.alert-red-travel-insurance {background-color: #C93927;border: solid 1px #691E16;-webkit-box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);-moz-box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);color: #fff;border-radius: 10px;padding: 20px;margin-top: -100px;}
		
/*============================================================================================================*/
/*Style for Training Video Alert   =====================================================================*/
/*============================================================================================================*/

.video-alert { } 
.video-alert img {
max-width:50px;
height:auto;
margin-right:10px;
vertical-align: middle;
}
.video-alert a {
	font-size: 20px;
	font-weight: bold;
line-height:40px
}
.video-alert a:after {
	content: "\f105";
	font-family: FontAwesome;
margin-left:5px;
}
/*============================================================================================================*/
/*Style for Ambassador Program   =====================================================================*/
/*============================================================================================================*/

.ambassador-footer-login {
    font-weight: 700;
    margin-top: 35%;
    display: block;
}
.amb-header {
   
}
.amb-header img {
    max-width: 300px;
	width:100%;
    height: auto;
    float: right;
    clear: right;
    margin-left: 25px;
	margin-top:-50px;
}
.amb-header h1 {
    color: #fff;
    font-size: 53px;
    line-height: 57px;
    font-weight: 700;
}

.amb-header h2 {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    font-style: italic;
}
.amb-login {margin-top:45px;display:block}
.amb-login:after {display:none;}
/*============================================================================================================*/
/*Style for Book Travel Page   =====================================================================*/
/*============================================================================================================*/

.white-alert {
	background-color: #ffffff;
	border: solid 1px #edeef0;
	-webkit-box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 2px 2px rgba(0,0,0,0.1);
	border-radius: 10px;
	padding: 30px 48px;
}