/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/*
 * apply a natural box layout model to all elements
 */
 
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

/* ==========================================================================
   General
   ========================================================================== */

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: 'Cabin', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	color: #666;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	background: #fff;
}

img {
	max-width: 100%;
	height: auto;
}

img.border {
	border: 8px solid #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15); 
					box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

figure {
	margin: 0 0 30px;
}

/*figure.image.image-style-align-left {
	float: left;
	margin-right: 30px;
}

figure.image.image-style-align-right {
	float: right;
	margin-left: 30px;
}

figure.image.image-style-align-center {
	text-align: center;
}*/

.margin-none { margin: 0 !important; }
.margin-top { margin-top: 30px !important; }
.margin-bottom { margin-bottom: 30px !important; }
.margin-bottom-dbl { margin-bottom: 60px !important; }
.margin-bottom-half { margin-bottom: 15px !important; }

.padding-none { padding: 0 !important; }
.padding-top { padding-top: 30px !important; }
.padding-bottom { padding-bottom: 30px !important; }
.padding-bottom-dbl { padding-bottom: 60px !important; }
.padding-bottom-half { padding-bottom: 15px !important; }
.padding-bottom-none { padding-bottom: 0 !important; }

hr {
	padding-top: 60px;
	padding-bottom: 60px;
	border-top: 1px solid #e5e5e5;
	height: 1px;
	clear: both;
	position: relative;
	margin: 0;
}

.responsive {
	width: 100%;
}

.flex {
	display: flex;
}

.flex-0 {
	flex: 0 0 auto;
}

.flex-1 {
	flex: 1 1 auto;
}

.wrap {
	flex-wrap: wrap;
}

/* ==========================================================================
   Typography
   ========================================================================== */

h1, h2, h3, h4, h5, h6 { 
	font-family: 'Marcellus', serif;
	font-weight: 400;
	font-style: normal;
	line-height: normal;
	color: #2c465f;
	margin: 0;
	position: relative;
}

/*h1 {
	font-size: 33px;
	color: #375C64;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 40px;
}

h2 {
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-size: 15px;
	color: #5A959A;
	text-transform: uppercase;
	line-height: 24px;
}

h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-family: proxima-nova, sans-serif; font-size: 12px; }*/

h1.with-flourish, h2.with-flourish {
	padding-bottom: 50px;
	margin-bottom: 35px;
}

h1.with-flourish:after, h2.with-flourish:after {
	line-height: 0;
	content: '';
	background-image: url('../images/ui/flourish-sm.png');
	background-size: cover;
	width: 46px;
	height: 25px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
					transform: translateX(-50%);
}

.sm-heading, .sm-heading h1, .sm-heading h2 {
	font-family: 'Cabin', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #b3b3b3;
	margin-bottom: 10px;
}

.main-heading {
	max-width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.main-heading, .main-heading h1, .main-heading h2 {
	font-size: 48px;
	line-height: 60px;
}

h2.with-line {
	font-family: 'Cabin', sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #538fc2;
	margin-bottom: 70px;
	text-align: center;
	overflow: hidden;
}

h2.with-line > span {
  position: relative;
  display: inline-block;
}

h2.with-line > span:before, h2.with-line > span:after {
	content: '';
	position: absolute;
	top: 50%;
	border-bottom: 1px solid #e5e5e5;
	width: 100vw;
	margin: 0 30px;
}

h2.with-line > span:before{
  right: 100%;
}

h2.with-line > span:after{
  left: 100%;
}

p { margin: 0 0 30px 0; }
em { font-style: italic; }
strong, b { font-weight: 700; }

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.uppercase { text-transform: uppercase; }

.intro-text {
	font-size: 20px;
	line-height: 32px;
	color: #999;
}

/* ==========================================================================
   Colors
   ========================================================================== */
   
.dk-blue {
	color: #2c465f;
}

.lt-blue {
	color: #538fc2;
}

.gold {
	color: #e1c178;
}

.lt-gray {
	color: #999;
}

.dk-gray {
	color: #666;
}

/* ==========================================================================
   Links
   ========================================================================== */

a {
	color: #538fc2;
	text-decoration: none;
	outline: 0;
	-webkit-transition: .1s color linear;
					transition: .1s color linear;
}

a:hover { color: #e1c178; }
a:hover, a:active, a:focus { outline: 0; }

.arrow-link {
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #538fc2;
	position: relative;
	padding-right: 20px;
	display: inline-block;
}

.arrow-link:after {
	content: '\f061';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 12px;
	line-height: 0;
	color: #538fc2;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
	-webkit-transition: .1s color linear;
					transition: .1s color linear;
}

.arrow-link:hover:after {
	color: #e1c178;
}

/* ==========================================================================
   Header
   ========================================================================== */
   
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background: rgba(255, 255, 255, .9);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1); 
					box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
}

.header .header-container {
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	padding: 26px 4vw;
}

.site-title {
	width: 216px;
}

.no-hero .header {
	background: rgba(255, 255, 255, .5);
}

.destinations .header {
	background: rgba(255, 255, 255, 1);
}

/* ==========================================================================
   Main Menu
   ========================================================================== */
   
.main-nav {
	margin-left: auto;
}
   
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu li {
	position: relative;
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.sf-menu > li {
	float: left;
}

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}

.sf-menu {
	position: relative;
}

.sf-menu ul {
	min-width: 14em; /* allow long menu items to determine submenu width */
	*width: 14em; /* no auto sub width for IE7, see white-space comment below */
	top: 57px;
	left: -5px;
	background: #fff;
	padding: 20px 25px 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); 
					box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

.sf-menu li:last-child ul {
	left: 27px;
}

.sf-menu a {
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	font-style: normal; 
	font-size: 16px;
	line-height: normal;
	color: #2c465f;
	text-decoration: none;
	position: relative;
	display: block;
	padding: 18px 0;
}

.sf-menu a:hover, .sf-menu li.selected > a {
	color: #538fc2;
}

.sf-menu > li {
	padding: 0 20px;
}

.sf-menu > li:last-child {
	padding-right: 0px;
}

.sf-menu li {
	white-space: normal; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
					transition: background .2s;
}

.sf-menu li li {
	margin-bottom: 10px;
}

.sf-menu li li a {
	padding: 0;
}

.sf-menu > li:last-child > a {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background: #538fc2;
	padding: 20px 50px 20px 30px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	border: none;
	-webkit-border-radius: 30px;
					border-radius: 30px;
	max-width: 100%;
	-webkit-transition: .1s all linear;
					transition: .1s all linear;
}

.sf-menu > li:last-child > a:hover {
	color: #fff;
	background: #2c465f;
}

.sf-arrows .sf-with-ul {
	padding-right: 25px;
}

.sf-arrows .sf-with-ul:after {
	content: '\f107';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 16px;
	color: rgba(82, 142, 194, .50);
	position: absolute;
	top: 20px;
	right: 0;
}

.sf-arrows li:last-child > .sf-with-ul:after {
	color: #fff;
	right: 25px;
}

/* ==========================================================================
   Eyebrow Menu
   ========================================================================== */

.eyebrow {
	width: 100%;
	background: #990066;  /* Magenta Red Top */
	height: 49px;
	display: flex;
	align-items: center;
}

.eyebrow-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	padding: 0 4vw;
}

.eyebrow .phone, .eyebrow .phone a {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.eyebrow .phone {
	margin-right: 50px;
}

.eyebrow .phone a:hover {
	color: #538fc2;
}

.eyebrow .phone span {
	font-size: 12px;
	color: #538fc2;
	margin-left: 5px;
}

.eyebrow .phone i {
	font-size: 15px;
	color: #538fc2;
	margin-right: 6px;
}

.social {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 0;
}

.social li {
	display: inline-block;
	margin: 0 7px;
}

.social li:first-child {
	margin-left: 0px;
}

.social li:last-child {
	margin-right: 0px;
}

.social li a {
	font-size: 14px;
	color: #fff;
}

.social li a:hover {
	color: #538fc2;
}

/* ==========================================================================
   Mobile Menu
   ========================================================================== */
   
.hamburger {
	display: none;
}

.hamburger a {
	font-size: 24px;
	line-height: 24px;
	color: #2c465f;
	text-decoration: none;
	position: relative;
	display: block;
	-webkit-transition: 0.2s color linear;
					transition: 0.2s color linear;
}

.hamburger a:hover {
	color: #538fc2;
}

#mobile-menu a {
	font-family: 'Cabin', sans-serif;
	font-weight: 400;
	font-style: normal; 
	font-size: 16px;
	line-height: normal;
	color: #2c465f;
}

#mobile-menu a:hover, #mobile-menu li.selected a {
	color: #538fc2;
}

#mobile-menu:not( .mm-menu ) {
   display: none;
}

.mm-panel {
	background: #fff;
}
   
/* ==========================================================================
   Structure
   ========================================================================== */
   
.page {
	position: relative;
	background: #fff;
}

.page-section {
	padding: 80px 0;
}

.page-section.top-section {
	padding-top: 20px;
}

.sparkle-bg {
	background: url('../images/ui/bg-sparkle2.jpg') repeat-x center top;     /* sparkle background 2 is red */
}

.sparkle-bg-tall {
	background: url('../images/ui/bg-sparkle-tall2.jpg') repeat-x center top;     /* sparkle background 2 is red */
	padding-top: 200px;
}

.sparkle-bg-bottom {
	background: url('../images/ui/bg-sparkle-bottom.jpg') no-repeat center bottom;
}

.diamond-bg {
	background: #fafafa url('../images/ui/bg-diamond-gray.jpg') repeat left top;
}

.diamond-bg-blue {
	background: #538fc2 url('../images/ui/bg-diamond-blue.jpg') repeat left top;
}

.content-wrapper {
	width: 100%;
	max-width: 1280px;
	padding-right: 4vw;
  padding-left: 4vw;
	margin: 0 auto;
	position: relative;
}

/* ==========================================================================
   Hero
   ========================================================================== */
   
.hero {
	height: 650px;
 /* 	width: 975px;                 Added Width to see if SEO is affected */
	background-color: #000;
	background-size: cover !important;
	position: relative;
}

.hero-spacer {
	height: 49px !important;
}

.hero-content {
	padding: 4vw;
	background: rgba(255, 255, 255, .9);
}

.destinations .hero {
	height: 174px;
}

.scroll-down {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 15px;
	z-index: 2;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
					transform: translateX(-50%);
}

.scroll-down img {
	width: 22px;
	display: block;
	margin: 0 auto;
}

.scroll-down a {
	color: #fff;
	display: block;
}

.bottom-gradient {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 160px;
	z-index: 1;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,0) 100%);
}

/* ==========================================================================
   Home
   ========================================================================== */

.home .hero {
	position: relative;
	overflow: hidden;
}

.big-quote {
	text-align: center;
}

.the-quote {
	font-family: 'Great Vibes', cursive;
	font-size: 80px;
	line-height: 80px;
	color: #2c465f;
	margin-bottom: 30px;
	position: relative;
}

.the-quote:after {
	content: url('../images/ui/big-curly.png');
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
}

.the-cite {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #b3b3b3;
}

.difference-section {
	display: flex;
}

.difference-section-image {
	background-size: cover !important;
	width: 50%;
}

.difference-section-info {
	width: 50%;
  padding: 80px 6vw;
}

.difference-section-cta {
	margin-top: 50px;
}

.difference-section h2 {
	font-size: 38px;
	margin-bottom: 50px;
	max-width: 350px;
}

.difference-section .toggle .toggle-heading, .difference-section .toggle .toggle-content {
	margin-left: 35px;
}

.difference-section .toggle .toggle-heading:before {
	content: '';
	background-image: url('../images/ui/icon-checkmark.png');
	background-size: cover;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 2px;
	left: 0;
}

.team-section h2 {
	font-size: 38px;
}

.team-cards {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	text-align: center;
}

.team-card {
	padding: 50px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1); 
					box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}

.team-card .team-card-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
	height: 75px;
}

.team-card h3 {
	font-size: 30px;
	margin-bottom: 30px;
}

.team-card p {
	line-height: 24px;
	margin-bottom: 35px;
}

.team-card:nth-child(1) {
	border: 3px solid #528ec2;
}

.team-card:nth-child(1) .btn {
	background: #528ec2;
}

.team-card:nth-child(1) .btn:hover {
	background: #2c465f;
}

.team-card:nth-child(2) {
	border: 3px solid #e1c178;
}

.team-card:nth-child(2) .btn {
	background: #e1c178;
}

.team-card:nth-child(2) .btn:hover {
	background: #2c465f;
}

.team-card:nth-child(3) {
	border: 3px solid #2c465f;
}

.team-card:nth-child(3) .btn {
	background: #2c465f;
}

.team-card:nth-child(3) .btn:hover {
	background: #528ec2;
}

.home-cta {
	background-size: cover !important;
	min-height: 540px;
}

.home-cta .cta-message {
	max-width: 50%;
	padding: 4vw;
	background: rgba(255, 255, 255, .85);
}

.home-cta .cta-message h2 {
	font-size: 48px;
	line-height: 58px;
	margin-bottom: 25px;
}

.home-cta .cta-message p {
	font-size: 20px;
	line-height: 30px;
	color: #666;
	margin-bottom: 45px;
}

/* ==========================================================================
   Difference
   ========================================================================== */
   
.differences {
	display: flex;
	flex-direction: column;
}

.difference {
	width: 42%;
	margin-bottom: 80px;
}

.difference:nth-child(2) {
	align-self: flex-end;
	margin-top: -250px;
}

.difference:nth-child(3) {
	margin-top: -100px;
}

.difference:nth-child(4) {
	align-self: flex-end;
	margin-top: -220px;
}

.difference:nth-child(5) {
	margin-top: -80px;
	margin-bottom: 0px;
}

.difference h2 {
	font-size: 36px;
	line-height: 42px;
	color: #538fc2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.difference h2:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #e5e5e5;
	position: absolute;
	left: 0;
	bottom: 0;
}

/* ==========================================================================
   Advisors
   ========================================================================== */
   
.advisor-filter {
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 50px;
}

.advisor-filter ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.advisor-filter ul li {
	display: inline-block;
	padding: 0 20px;
	position: relative;
	color: #999;
}

.advisor-filter ul li:after {
	content: '|';
	position: absolute;
	top: -1px;
	right: -4px;
	color: #999;
}

.advisor-filter ul li, .advisor-filter ul li a {
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}

.advisor-filter ul li a:hover {
	color: #538fc2;
}

.advisor-filter ul li:first-child {
	padding-right: 0px;
}

.advisor-filter ul li:first-child:after, .advisor-filter ul li:last-child:after {
	content: '';
}

.advisor-filter ul li:nth-child(3) a {
	color: #e1c178;
	padding-right: 35px;
}

.advisor-filter ul li:nth-child(3) a:after {
	content: '';
	background-image: url('../images/ui/icon-key.svg');
	background-size: cover;
	width: 27px;
	height: 11px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}

.advisor-filter ul li:last-child a {
	color: #2c465f;
	padding-right: 30px;
}

.advisor-filter ul li:last-child a:after {
	content: '';
	background-image: url('../images/ui/icon-crown.svg');
	background-size: contain;
	width: 20px;
	height: 13px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
					transform: translateY(-50%);
}

.advisor-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 30px;
  row-gap: 60px;
}

.advisor {
	text-align: center;
}

.advisor > a img {
	margin-bottom: 15px;
	border: 8px solid #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15); 
					box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

.advisor h2 {
	font-size: 24px;
	color: #538fc2;
	margin-bottom: 20px;
	display: inline-block;
}

.advisor h3 {
	font-family: 'Cabin', sans-serif;
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #538fc2;
	margin-bottom: 5px;
}

.advisor p {
	font-size: 14px;
	line-height: 22px;
	color: #666;
	margin-bottom: 15px;
}

.advisor ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.advisor ul li {
	display: inline-block;
	margin: 0 8px;
}

.advisor ul li a {
	font-size: 14px;
	color: #888;
}

.advisor ul li a:hover {
	color: #538fc2;
}

.advisor.premier h2 {
	color: #2c465f;
	padding-right: 35px;
}

.advisor.premier h2:after {
	content: '';
	background-image: url('../images/ui/icon-crown.svg');
	background-size: cover;
	width: 25px;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.advisor.gold-key h2 {
	color: #e1c178;
	padding-right: 50px;
}

.advisor.gold-key h2:after {
	content: '';
	background-image: url('../images/ui/icon-key.svg');
	background-size: cover;
	width: 37px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

/* ==========================================================================
   Advisor
   ========================================================================== */

.advisor-heading {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.advisor-heading .main-heading {
	margin-right: auto;
	margin-left: 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 100%;
}

.advisor-heading .main-heading h1 {
	color: #538fc2;
	margin-right: 20px;
}

.advisor-heading .main-heading img {
	flex-shrink: 0;
}

.advisor-heading ul {
	margin: 20px 0 0;
	padding: 0;
	list-style: none;
	flex-shrink: 0;
}

.advisor-heading ul li {
	display: inline-block;
	margin-left: 30px;
}

.advisor-heading ul li:first-child {
	margin-left: 0px;
}

.advisor-heading ul li a {
	font-size: 16px;
	color: #2c465f;
}

.advisor-heading.gold-key .main-heading h1 {
	color: #e1c178;
}

.advisor-heading.premier .main-heading h1 {
	color: #2c465f;
}

.prev-next {
	display: flex;
	margin-bottom: 25px;
}

.prev-next a {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #999;
}

.prev-next a:hover {
	color: #538fc2;
}

.prev-next .prev a {
	position: relative;
	padding-left: 18px;
}

.prev-next .prev a:before {
	content: '\f060';
	left: 0;
}

.prev-next .next {
	margin-left: auto;
}

.prev-next .next a {
	position: relative;
	padding-right: 18px;
}

.prev-next .next a:after {
	content: '\f061';
	right: 0;
}

.prev-next .prev a:before, .prev-next .next a:after {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 11px;
	color: #538fc2;
	position: absolute;
	top: 0;
	line-height: 14px;
}

.advisor-bio h2 {
	font-family: 'Cabin', sans-serif;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #538fc2;
	margin-bottom: 5px;
}

.advisor-contact {
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

.advisor-contact li a i {
	color: #2c465f;
	margin-right: 10px;
}

/* ==========================================================================
   Destinations
   ========================================================================== */

.destination {
	display: flex;
	flex-direction: row;
	background: #edf4f9;
}

.destination-image {
	background-size: cover !important;
	width: 50%;
}

.destination-info {
	width: 50%;
	padding: 6vw;
}

.destination-info h2 {
	font-size: 38px;
	margin-bottom: 30px;
}

.destination-info p {
	font-size: 18px;
	line-height: 28px;
}

.destination:nth-child(even) {
	background: #fff;
	flex-direction: row-reverse;
}

.destination:nth-child(even) .destination-info .arrow-link, .destination:nth-child(even) .destination-info .arrow-link:after {
	color: #e1c178;
}

.destination:nth-child(even) .destination-info .arrow-link:hover, .destination:nth-child(even) .destination-info .arrow-link:hover:after {
	color: #538fc2;
}
   
/* ==========================================================================
   Destination CTA
   ========================================================================== */
   
.destination-cta {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.destination-cta h2 {
	font-size: 38px;
	color: #fff;
	width: 60%;
}

.destination-cta .btn {
	margin-left: auto;
}

/* ==========================================================================
   Blog
   ========================================================================== */

.blog-heading-container {
	display: flex;
	align-items: flex-end;
	margin-bottom: 70px;
}

.blog-heading .main-heading {
	max-width:100%;
}

.blog-selects {
	margin-left: auto;
	display: flex;
	gap: 15px;
}

.blog-selects .select-field {
  background: #fff;
  width: 200px;
  height: 54px;
  line-height: 54px;
	border-radius: 30px;
}

.blog-selects .select-field:after {
	font-size: 18px;
  right: 20px;
}

.blog-selects .select-field select {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #2c465f;
	line-height: 54px;
  padding: 0 20px 0px;
}

.blog-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 4vw;
  row-gap: 98px;
	margin-bottom: 80px;
}

.blog-item img {
	margin-bottom: 30px;
}

.blog-item h2 {
	font-size: 28px;
	margin-bottom: 20px;
}

.blog-item h2 a {
	color: #2c465f;
}

.blog-item h2 a:hover {
	color: #538fc2;
}

/* ==========================================================================
   Blog Post
   ========================================================================== */

.post img {
	width: 100%;
}

.post h2, .post h3 {
	font-family: 'Cabin', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.post h2 {
	font-size: 16px;
	letter-spacing: .5px;
	color: #538fc2;
}

.post h3 {
	font-size: 14px;
	letter-spacing: .5px;
	color: #2c465f;
}

.post ul {
	margin: 0 0 30px;
}

.post-footer {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
	padding: 30px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.post-footer img {
	width: 150px;
	height: auto;
	margin-right: 40px;
	border-radius: 50%;
}

.post-footer p {
	font-size: 14px;
	line-height: 24px;
	color: #888;
	margin-bottom: 0px;
}

.post-categories {
	font-size: 14px;
}

.post-categories i {
	color: #2c465f;
	margin-right: 5px;
}

.post-share {
	text-align: center;
	margin-top: 100px;
}

.post-share h2 {
	font-family: 'Cabin', sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.post-share ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.post-share ul li {
	display: inline-block;
	margin: 0 24px;
}

.post-share ul li a {
	font-size: 15px;
}

.post-nav {
	background: #2c465f;
}

.post-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	font-size: 0;
}

.post-nav ul li {
	display: inline-block;
	width: 33.33333%;
	font-size: 0;
	text-align: center;
}

.post-nav ul li:first-child {
	text-align: left;
}

.post-nav ul li:last-child {
	text-align: right;
}

.post-nav ul li a {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}

.post-nav ul li a:hover {
	color: #538fc2;
}

/* ==========================================================================
   Comments
   ========================================================================== */

.comment-section h2 {
	font-size: 32px;
}

.comment-form h3 {
	font-family: 'Cabin', sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #538fc2;
	text-align: center;
	margin-bottom: 40px;
}

/* ==========================================================================
   Consultation
   ========================================================================== */
   
.step {
	display: flex;
	align-items: flex-start;
	margin-bottom: 60px;
}

.step-num {
	font-family: 'Crimson Pro', serif;
	font-weight: 400;
	font-size: 52px;
	font-style: normal;
	text-align: center;
	color: #2c465f;
	line-height: 0;
}

.step-num span {
	font-family: 'Cabin', sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #2c465f;
	display: inline-block;
	margin-bottom: 35px;
}

.step-info {
	margin-left: 30px;
	padding-left: 50px;
	border-left: 1px solid #e5e5e5;
}

.step-info h2 {
	font-size: 30px;
	line-height: 40px;
	color: #538fc2;
	margin-bottom: 20px;
}

.step-info p {
	margin-bottom: 0px;
}

.consultation-cta {
	text-align: center;
}

.consultation-cta h2 {
	font-size: 48px;
	line-height: 58px;
	color: #fff;
	margin-bottom: 50px;
}

.consultation-cta .select-field {
  background: #f2f2f2;
  width: 400px;
  height: 60px;
  line-height: 60px;
	border-radius: 30px;
	display: inline-block;
}

.consultation-cta .select-field:after {
	font-size: 24px;
  right: 30px;
}

.consultation-cta .select-field select {
  padding: 0 30px 0px;
	line-height: 60px;
}

/* ==========================================================================
   Featured Advisor
   ========================================================================== */
   
.featured-advisor-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 3vw;
}

.featured-advisor-info {
	width: 50%;
	text-align: center;
}

.featured-advisor-info h2 {
	font-size: 42px;
	margin-bottom: 25px;
}

.featured-advisor-info h3 {
	font-family: 'Cabin', sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #538fc2;
	margin-bottom: 10px;
}

.featured-advisor-photo {
	width: 50%;
}

/* ==========================================================================
   Basic CTA
   ========================================================================== */
   
.basic—cta {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 4vw;
}

.basic—cta-info {
	width: 50%;
	text-align: center;
}

.basic—cta-info h2 {
	font-size: 42px;
	margin-bottom: 25px;
}

.basic—cta-info p {
	font-size: 18px;
	color: #999;
	margin-bottom: 35px;
}

.basic—cta-photo {
	width: 50%;
}

/* ==========================================================================
   Random Destination CTA
   ========================================================================== */
   
.random-destination-cta {
	padding: 120px 0;
	background-size: cover !important;
}

.random-destination-cta-container {
	max-width: 50%;
	padding: 4vw;
	background: rgba(255, 255, 255, .85);
}

.random-destination-cta-container h2 {
	font-size: 46px;
	line-height: 56px;
	margin-bottom: 30px;
}

.random-destination-cta-container p {
	font-size: 20px;
	line-height: 30px;
	color: #666;
}

/* ==========================================================================
   Pagination
   ========================================================================== */
   
.pagination {
	text-align: center;
}

.pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagination ul li {
	display: inline-block;
	text-align: center;
	margin: 0 6px;
	width: 30px;
	height: 30px;
}

.pagination ul li a {
	font-weight: 700;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 30px;
	text-transform: uppercase;
	width: 30px;
	height: 30px;
	display: block;
}

.pagination ul li.selected {
	border: 1px solid #e1c178;
	-webkit-border-radius: 50%;
					border-radius: 50%;
}

.pagination ul li.selected a {
	color: #2c465f;
}

.pagination ul li.next, .pagination ul li.next a, .pagination ul li.prev, .pagination ul li.prev a {
	width: auto;
}
   
/* ==========================================================================
   Footer
   ========================================================================== */
   
.footer {
 	font-weight: 500;
 	font-size: 12px;
 	color: #fff;
 	background: #990066;   /* footer background red */
}
 
.footer a {
 	color: #fff;
}

.footer a:hover {
 	color: #528ec2;
}

.footer-container {
	width: 100%;
	max-width: 1280px;
	padding-right: 4vw;
  padding-left: 4vw;
	margin: 0 auto;
	position: relative;
}

.newsletter {
	display: flex;
	align-items: center;
	padding: 60px 45px;
}

.newsletter-heading span {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #b3b3b3;
}

.newsletter-heading h2 {
	font-size: 40px;
	font-weight: 400;
	color: #fff;
}

.newsletter-signup {
	margin-left: auto;
}

.newsletter-signup-form {
	position: relative;
}

.newsletter-signup-form input[type="text"] {
	background: rgba(255, 255, 255, .3);
	padding: 17px 30px;
	border-radius: 30px;
	width: 500px;
	height: 54px;
	color: #fff;
}

.newsletter-signup-form input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 30px;
	background: #fff;
	color: #2c465f;
	padding-left: 30px;
	padding-right: 30px;
}

.newsletter-signup-form input[type="submit"]:hover {
	background: #528ec2;
	color: #fff;
}

.newsletter-signup-form ::-webkit-input-placeholder {
   color: #fff;
}

.newsletter-signup-form :-moz-placeholder { /* Firefox 18- */
   color: #fff;
}

.newsletter-signup-form ::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
}

.newsletter-signup-form :-ms-input-placeholder {  
   color: #fff;
}

.contacts {
	background: #fff url('../images/ui/bg-contacts2.jpg') no-repeat center top;
	background-size: cover;
	padding: 60px 0 124px;
	display: flex;
	justify-content: space-evenly;
}

.contact-icon {
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #2c465f !important;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.contact-icon img {
	width: 80px;
	margin-bottom: 20px;
}

.footer-cta {
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #2c465f;
	text-align: center;
	background: #fff;
	padding: 15px 20px;
}

.footer-cta a {
	color: #528ec2;
}

.copyright-container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 18px 20px;
}

.copyright {
	display: flex;
	margin-right: auto;
}

.copyright div {
	margin-right: 15px;
	flex-shrink: 0;
}

.tdc {
	width: 122px;
}
   
/*.top {
	line-height: 27px;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	bottom: 20px;
	right: 15px;
	cursor: pointer;
	z-index: 2;
	color: #528ec2;
	background: #fff;
	width: 27px;
	height: 27px;
	border-radius: 50%;
}

.top.is-visible {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	   -moz-transition: opacity .3s 0s, visibility 0s 0s;
					transition: opacity .3s 0s, visibility 0s 0s;
}*/

/* ==========================================================================
   Toggles
   ========================================================================== */
 
.toggle {
	clear: both;
	position: relative;
}

.toggle .toggle-heading {
	cursor: pointer;
	margin-bottom: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
	-webkit-transition: 0.2s color linear;
					transition: 0.2s color linear;
}

.toggle .toggle-heading h3 {
	font-size: 22px;
	color: #538fc2;
}

.toggle .toggle-heading:hover {
	color: #375258;
}

.toggle .toggle-heading:after {
	content: '\f067';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 14px;
	color: #538fc2;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: transform 0.3s linear;
					transition: transform 0.3s linear;
}

.toggle .toggle-heading.active:after {
	content: '\f068';
}

.toggle .toggle-content {
	display: none;
	overflow: hidden;
}

.toggle .toggle-content ul {
	margin-bottom: 28px;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
   
.btn, button, input[type='submit'] {
	font-family: 'Cabin', sans-serif;
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background: #2c465f;
	display: inline-block;
	cursor: pointer;
	position: relative;
	border: none;
	-webkit-border-radius: 30px;
					border-radius: 30px;
	padding: 18px 50px;
	max-width: 100%;
	-webkit-transition: .1s all linear;
					transition: .1s all linear;
}

.btn:hover, button:hover, input[type='submit']:hover {
	color: #fff;
	background: #538fc2;
}

.btn-sm {
	padding: 12px 30px;
}

.btn-big {
	padding: 26px 50px;
	border-radius: 50px;
}

.btn-lt-blue {
	background: #538fc2;
}

.btn-lt-blue:hover {
	background: #2c465f;
}

/* ==========================================================================
   Forms
   ========================================================================== */

::-webkit-input-placeholder {
   color: #999;
}

:-moz-placeholder { /* Firefox 18- */
   color: #999;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #999;
}

:-ms-input-placeholder {  
   color: #999;
}

textarea:focus, input:focus, button:focus, select:focus {
    outline: 0 !important;
}

input[type="text"], input[type="email"], textarea {
	font-size: 16px;
	color: #666;
	width: 100%;
  padding: 16px 18px;
  margin: 0;
	border: none;
	background: #f2f2f2;
	
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
    			border-radius: 0;
    
  -webkit-transition: .1s all linear;
					transition: .1s all linear;
}

input[type="text"], input[type="email"] {
	height: 51px;
}

textarea {
	height: 200px;
}

input[type="submit"] {
	display: inline-block;
	-webkit-appearance: none;
	/*-webkit-border-radius: 0px;
	border-radius: 0;*/
	
	input[type="submit"]::-moz-focus-inner { border: 0; } /* ff specific stuff, yuck*/ 
	input[type="submit"]:focus { background: #2c465f; } /* change accordingly depending on your button bg color, this fixes the focus problem when using keyboard to move betweenform elements */
}

/*.radio-group {
	display: block;
	margin-bottom: 20px;
}*/

/*input[type='radio'] {
	margin-right: 5px;
}*/

.checkbox-container {
	display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px !important;
  cursor: pointer;
	line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #f2f2f2;
	border: none;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
	background: #538fc2;
}

.checkbox-container.radio-group {
	display: inline-block !important;
	margin-right: 25px;
}

.checkbox-container.radio-group .checkmark, .checkbox-container.radio-group input:checked ~ .checkmark:after {
  -webkit-border-radius: 50%;
					border-radius: 50%;
}

.specialist-note {
	font-size: 13px;
	line-height: 20px;
	margin-top: 20px;
}

.select-field {
	display: block;
	position: relative;
  margin: 0;
  overflow: hidden;
  font-size: 16px;
  background: #f2f2f2;
  border: none;
  width: 100%;
  height: 51px;
  line-height: 51px;
  cursor: pointer;
}

.select-field:after {
	content: '\f107';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 24px;
  text-align: center;
	color: #538fc2;
  position: absolute;
  top: 0;
  right: 18px;
  z-index: 5;
}

.select-field select {
	position: relative;
	display: inline-block;
	z-index: 10;
	font-size: 16px;
	color: #666;
  padding: 16px 18px;
  width: 100%;
  cursor: pointer;
  border: none;
  z-index: 6;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
	-webkit-border-radius: 0px;
					border-radius: 0;
}

.freeform-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -8px;
}

.freeform-row .freeform-column {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  padding: 0 0 20px;
  margin: 0 8px;
}

.freeform-row .freeform-column label {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
  color: #666;
  display: block;
  margin-bottom: 5px;
}

.freeform-row .freeform-column .freeform-label.freeform-required:after {
	content: "*";
	margin-left: 5px;
	color: #538fc2;
}

.freeform-row .freeform-column .freeform-input {
	width: 100%;
	display: block;
}

.freeform-row .freeform-column .freeform-input[type=checkbox], .freeform-row .freeform-column .freeform-input[type=radio] {
	width: auto;
	display: inline;
	margin-right: 5px;
}

.freeform-row .freeform-column .freeform-input-only-label {
	font-weight: normal;
}

.freeform-row .freeform-column .freeform-input-only-label>.freeform-input {
	display: inline-block;
	width: auto;
	margin-right: 5px;
}

.freeform-row .freeform-column .freeform-errors {
	list-style: none;
	padding: 0;
	margin: 5px 0 0;
}

.freeform-row .freeform-column .freeform-errors > li {
	font-size: 12px;
	color: #c53030;
}

.freeform-row .freeform-column .freeform-errors > li:before {
	content: "";
}

.freeform-row .freeform-column .freeform-instructions {
	margin: 0 0 15px;
	font-size: 12px;
	line-height: 16px;
	color: #538fc2;
}

.freeform-row .freeform-column.freeform-column-content-align-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.freeform-row .freeform-column.freeform-column-content-align-left>button:not(:first-of-type) {
	margin-left: 5px;
}

.freeform-row .freeform-column.freeform-column-content-align-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.freeform-row .freeform-column.freeform-column-content-align-center>button:not(:first-of-type) {
	margin-left: 5px;
}

.freeform-row .freeform-column.freeform-column-content-align-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.freeform-row .freeform-column.freeform-column-content-align-right>button:not(:first-of-type) {
	margin-left: 5px;
}

.freeform-row .freeform-column.freeform-column-content-align-spread {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.freeform-row .freeform-column.freeform-column-content-align-spread>button:not(:first-of-type) {
	margin-left: 5px;
}

.freeform-form-has-errors ul {
	margin: 0;
	padding-left: 20px;
}

.alert {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0.125rem;
  position: relative;
}

.alert.alert-warning {
  background-color: #fff5f5;
	border: 1px solid #fc8181;
  color: #c53030;
}

.alert.alert-success {
  background-color: #f0fff4;
	border: 1px solid #68d391;
  color: #2f855a;
}

.alert.alert-info {
  background-color: #E6F3F8;
	border: 1px solid #4da9cb;
  color: #004F6C;
}

.alert.alert-warning:before, .alert.alert-success:before, .alert.alert-info:before {
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  top: 12px;
  left: 17px;
}

.alert.alert-warning:before {
  content: "\f071";
}

.alert.alert-success:before {
  content: "\f058";
}

.alert.alert-info:before {
  content: "\f05a";
}

.alert label {
	display: block;
}

.field-error {
	border: 1px solid #fc8181 !important;
}

.newsletter-signup-form .field-error {
	border: 1px solid #fff !important;
}

.alert.alert-warning.newsletter-alert {
	background-color: #2c465f;
	border: none;
  color: #fff;
}

/* ==========================================================================
   Grid
   ========================================================================== */

.row {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  		flex-wrap: wrap;
  margin-right: -3vw;
  margin-left: -3vw;
}

.col, *[class*='col-'] {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
	padding: 0 3vw;
}

.col {
	flex: 1 0 0%;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.centered { margin: 0 auto; position: relative; }

/* ==========================================================================
   Slick Slider
   ========================================================================== */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
	display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Theme */
.slick-loading .slick-list {
	background: #fff url('../images/ui/ajax-loader.gif') center center no-repeat;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 39px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
	z-index: 9;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	-webkit-transition: .1s opacity linear;
					transition: .1s opacity linear;
}

.slick-prev {
  left: 0;
}

.slick-prev:before {
  content: url(../images/ui/arrow-left.png);
}

.slick-next {
  right: 0;
}

.slick-next:before {
  content: url(../images/ui/arrow-right.png);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 42px;
}

.slick-dots {
  position: absolute;
  bottom: -50px;
	left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  content: '';
  text-align: center;
  opacity: .25;
  background: #666;
	border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	-webkit-transition: .1s opacity linear;
					transition: .1s opacity linear;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #2c465f;
}

/* ==========================================================================
   Sliders
   ========================================================================== */
   
.logo-slider {
  padding: 0 3vw;
}

.logo-slider .slick-track {
  display: flex;
  align-items: center;
}

.logo-slider .slick-slide img {
	margin: 0 auto;
	padding: 0 30px;
}

.testimonials-slider blockquote {
	width: 100%;
	max-width: 1120px;
	padding-right: 80px;
  padding-left: 80px;
	margin: 0 auto;
}

.testimonials-slider blockquote p {
	font-family: 'Crimson Text', serif;
	font-size: 20px;
	font-weight: 400;
	font-style: italic;
	line-height: 34px;
	color: #666;
}

.testimonials-slider blockquote cite {
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	color: #538fc2;
	margin: 0 auto;
	display: block;
}

.testimonials-slider blockquote cite span {
	color: #999;
}

.image-slider .slick-prev {
  left: 30px;
}

.image-slider .slick-next {
  right: 30px;
}

.image-slider .slick-prev:before {
  content: url(../images/ui/arrow-left-white.png);
}

.image-slider .slick-next:before {
  content: url(../images/ui/arrow-right-white.png);
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

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

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width : 1070px) {
	
	.hamburger {
		display: inline-block;
	}
	
	.sf-menu {
		display: none;
	}
		
}

@media only screen and (max-width : 1024px) {
	
	.advisor-grid {
		grid-template-columns: 1fr 1fr;
	}
	
	.newsletter-signup-form input[type="text"] {
		width: 400px;
	}
	
	.newsletter {
		padding: 60px 0px;
	}
	
	.newsletter-heading h2 {
		font-size: 30px;
	}
		
}

@media only screen and (max-width : 820px) {
	
	.copyright-container {
		justify-content: center;
	}
	
	.copyright {
		width: 100%;
		justify-content: center;
		flex-wrap: wrap;
	}
	
	.copyright div {
		margin-right: 15px;
	}
	
	.footer .social {
		margin-top: 20px;
	}
	
	.difference-section {
		flex-direction: column;
	}
	
	.difference-section-image {
		width: 100%;
		height: 500px;
	}
	
	.difference-section-info {
		width: 100%;
	  padding: 80px 4vw;
	}
	
	.difference-section-info .sm-heading, .difference-section-info h2 {
		text-align: center;
		max-width: 100%;
	}
	
	.difference-section-info h2 {
		padding-bottom: 50px;
		margin-bottom: 35px;
	}
	
	.difference-section-info h2:after {
		line-height: 0;
		content: '';
		background-image: url('../images/ui/flourish-sm.png');
		background-size: cover;
		width: 46px;
		height: 25px;
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translateX(-50%);
						transform: translateX(-50%);
	}
	
	.difference-section-cta {
		text-align: center;
	}
	
}

@media only screen and (max-width : 768px) {
	
	.col, *[class*='col-'] {
		width: 100%;
	}
	
	.freeform-row {
    flex-direction: column;
	}
	
	.difference {
		width: 100%;
		margin-bottom: 40px;
	}
	
	.difference:nth-child(2), .difference:nth-child(4) {
		align-self: flex-start;
	}
	
	.difference:nth-child(2), .difference:nth-child(3), .difference:nth-child(4), .difference:nth-child(5) {
		margin-top: 0px;
	}
	
	.destination {
		flex-direction: column;
		align-items: center;
	}
	
	.destination-image {
		width: 100%;
		height: 400px;
	}
	
	.destination-info {
		width: 100%;
		padding: 8vw;
	}
	
	.destination:nth-child(even) {
		flex-direction: column;
	}
	
	.featured-advisor-container {
		flex-direction: column-reverse;
	}
	
	.featured-advisor-info {
		width: 100%;
	}

	.featured-advisor-photo {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.basic—cta {
		flex-direction: column;
	}
	
	.basic—cta-info {
		width: 100%;
	}
	
	.basic—cta-photo {
		width: 100%;
	}
	
	.testimonials-slider blockquote {
		padding-right: 40px;
	  padding-left: 40px;
	}
	
	.testimonials-slider blockquote p {
		font-size: 16px;
		line-height: 28px;
	}
	
	.destination-cta {
		flex-direction: column;
		text-align: center;
	}
	
	.destination-cta h2 {
		font-size: 32px;
		line-height: 42px;
		width: 100%;
		margin-bottom: 40px;
	}
	
	.destination-cta .btn {
		margin-left: 0px;
	}
	
	.the-quote {
		font-size: 70px;
		line-height: 70px;
	}
	
	.team-cards {
		grid-template-columns: 1fr;
	}
	
	.team-card {
		padding: 50px;
	}
	
	.newsletter {
		flex-direction: column;
	}
	
	.newsletter-heading {
		text-align: center;
	}
	
	.newsletter-heading h2 {
		font-size: 40px;
		margin-bottom: 30px;
	}
	
	.newsletter-signup {
		margin-left: 0;
	}
	
	.home-cta .cta-message {
		width: 100%;
	}
	
	.blog-heading-container {
		flex-direction: column;
		align-items: center;
	}
	
	.blog-heading {
		text-align: center;
		margin-bottom: 60px;
	}
	
	.blog-selects {
		margin-left: 0;
	}
	
	.blog-grid {
		grid-template-columns: 1fr;
	}
	
	.random-destination-cta-container, .home-cta .cta-message {
		text-align: center;
		width: 90%;
		max-width: 90%;
		margin: 0 auto;
		padding: 6vw;
	}
	
	.home-cta .cta-message h2 {
		font-size: 42px;
		line-height: 52px;
	}
	
	.hero {
		height: 550px;
	}
	
	.specialist-note {
		margin-top: 0px;
	}
	
	.advisor-filter ul li {
		display: block;
	}
	
	.advisor-filter ul li:after {
		content: '';
	}
	
	.advisor-filter ul li:first-child {
		padding-right: 20px;
	}

}

@media only screen and (max-width: 640px) {
	
	.contacts {
		background: #fff url('../images/ui/bg-contacts-mobile.jpg') no-repeat center top;
		flex-direction: column;
		padding-bottom: 160px;
	}
	
	.contact-icon {
		margin-bottom: 30px;
	}
	
	.advisor-grid {
		grid-template-columns: 1fr;
	}
	
	.step {
		flex-direction: column;
	}
	
	.step-num {
		margin-bottom: 35px;
	}
	
	.step-num span {
		margin-bottom: 0px;
	}
	
	.step-info {
		margin-left: 0px;
		padding-left: 0px;
		border-left: none;
		padding-top: 30px;
		border-top: 1px solid #e5e5e5;
	}
	
	.main-heading {
		max-width: 100%;
	}
	
	.hero {
		height: 500px;
	}
	
	.image-slider .slick-prev {
	  left: 15px;
	}
	
	.image-slider .slick-next {
	  right: 15px;
	}

}

@media only screen and (max-width : 480px) {
	
	.content-wrapper {
		width: 100%;
		max-width: 1120px;
		padding-right: 30px;
	  padding-left: 30px;
	}
	
	.eyebrow-container {
		justify-content: center;
	}
	
	.eyebrow .phone {
		display: none;
	}
	
	.the-quote {
		font-size: 60px;
		line-height: 60px;
	}
	
	.newsletter {
		align-items: initial;
	}
	
	.newsletter-signup-form input[type="text"] {
		width: 100%;
	}
	
	.consultation-cta h2 {
		font-size: 38px;
		line-height: 48px;
	}
	
	.consultation-cta .select-field {
	  width: 100%;
	}
	
	.difference h2 {
		font-size: 32px;
		line-height: 38px;
	}
	
	.blog-selects .select-field {
	  width: 150px;
	}
	
	.hero {
		height: 450px;
	}
	
	.image-slider .slick-prev {
	  left: 10px;
	}
	
	.image-slider .slick-next {
	  right: 10px;
	}
	
	.main-heading, .main-heading h1, .main-heading h2 {
    font-size: 42px;
    line-height: 52px;
	}
	
	.random-destination-cta-container h2 {
		font-size: 42px;
		line-height: 52px;
	}
	
	.random-destination-cta-container p {
		font-size: 16px;
		line-height: 24px;
	}
	
	.post-footer {
		flex-direction: column;
	}
	
	.post-footer img {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
	
	@page  { 
	    margin: 25mm 25mm 25mm 25mm;  
	}
	
	a[href^="#"] {
		display: none !important;
	}
	
  /**,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster *!/
    box-shadow: none !important;
    text-shadow: none !important;
  }

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

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

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

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

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

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

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

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}