/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

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

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

@font-face {
	font-family: "Henderson";
	src: url("../fonts/henderson-sans-light-webfont.woff") format("woff"), url("../fonts/henderson-sans-light-webfont.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Henderson";
	src: url("../fonts/henderson-sans-regular-webfont.woff") format("woff"), url("../fonts/henderson-sans-regular-webfont.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Henderson";
	src: url("../fonts/henderson-sans-semi-bold-webfont.woff") format("woff"), url("../fonts/henderson-sans-semi-bold-webfont.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Henderson Shadow";
	src: url("../fonts/hendersonsansshadow-midpinkfarpink-webfont.woff") format("woff"), url("../fonts/hendersonsansshadow-midpinkfarpink-webfont.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Henderson Shadow";
	src: url("../fonts/hendersonsansshadow-neartealfarorange-webfont.woff") format("woff"), url("../fonts/hendersonsansshadow-neartealfarorange-webfont.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Henderson Shadow";
	src: url("../fonts/hendersonsansshadow-neartealfarteal-webfont.woff") format("woff"), url("../fonts/hendersonsansshadow-neartealfarteal-webfont.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Raleway";
	src: url("../fonts/raleway-regular-webfont.woff") format("woff"), url("../fonts/raleway-regular-webfont.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Raleway";
	src: url("../fonts/raleway-bold-webfont.woff") format("woff"), url("../fonts/raleway-bold-webfont.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Raleway";
	src: url("../fonts/raleway-medium-webfont.woff") format("woff"), url("../fonts/raleway-medium-webfont.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Sudtipos";
	src: url("../fonts/sudtipos_-_hendersonsans-blk-webfont.woff") format("woff"), url("../fonts/sudtipos_-_hendersonsans-blk-webfont.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Sudtipos";
	src: url("../fonts/sudtipos_-_hendersonsans-lt-webfont.woff") format("woff"), url("../fonts/sudtipos_-_hendersonsans-lt-webfont.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Sudtipos";
	src: url("../fonts/sudtipos_-_hendersonsans-smbd-webfont.woff") format("woff"), url("../fonts/sudtipos_-_hendersonsans-smbd-webfont.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?6fjduf");
	src: url("../fonts/icomoon.eot?6fjduf#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?6fjduf") format("truetype"), url("../fonts/icomoon.woff?6fjduf") format("woff"), url("../fonts/icomoon.svg?6fjduf#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-chevron-left:before {
	content: "\e900";
}

.icon-chevron-right:before {
	content: "\e901";
}

.icon-facebook:before {
	content: "\e902";
}

.icon-instagram:before {
	content: "\e903";
}

.icon-instagram-brands:before {
	content: "\e904";
}

.icon-pinterest:before {
	content: "\e905";
}

.icon-twitter:before {
	content: "\e906";
}

.icon-youtube:before {
	content: "\e907";
}

.site-nav,
.btn-holder,
.video-assets .info-block .img-list,
.images-assets .info-block .img-list,
.copy-bank .info-block .img-list,
.social-list,
.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #077660;
	background: #fff;
	font: 15px/1.5 "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 26px;
}

h2,
.h2 {
	font-size: 20px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 14px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

a {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	color: #077660;
}

a:hover {
	outline: none;
	color: black;
	text-decoration: underline;
}

a.btn {
	display: inline-block;
	vertical-align: top;
	border: 2px solid #e11f8f;
	background: #e11f8f;
	padding: 13px;
	font-size: 16px;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	color: #fff;
	font-family: "Henderson", "Helvetica Neue", "Helvetica", sans-serif;
	border-radius: 7px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
}

a.btn:hover {
	background: transparent;
	color: #e11f8f;
}

a.btn.btn-outline {
	padding: 12px 14px 10px;
	background: transparent;
	font-size: 11px;
	line-height: 1;
	letter-spacing: 1.1px;
	color: #e11f8f;
	min-width: 104px;
}

a.btn.btn-outline:hover {
	color: #fff;
	background: #e11f8f;
}

h1 {
	text-transform: uppercase;
	font-family: "Henderson", "Helvetica Neue", "Helvetica", sans-serif;
}

h2 {
	text-transform: uppercase;
	font-family: "Henderson", "Helvetica Neue", "Helvetica", sans-serif;
}

h4 {
	text-transform: uppercase;
}

.container {
	max-width: 1095px;
	margin: 0 auto;
	padding: 0 15px;
}

.heading-block {
	text-align: center;
	margin-bottom: 50px;
}

.heading-block h2 {
	letter-spacing: 2.6px;
}

.site-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -4px;
	padding: 0 6px;
}

.site-nav li {
	padding: 0 4px 10px;
	max-width: 196px;
	width: auto;
	margin:0px auto;
}

.site-nav li a {
	width: 100%;
}

.text-wrap {
	max-width: 730px;
	margin: 0 auto;
	text-align: center;
	letter-spacing: .38px;
}

.text-wrap h3 {
	font-size: 13px;
	color: #e11f8f;
	letter-spacing: 1.2px;
	margin-bottom: 25px;
}

.btn-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -5px;
}

.btn-holder li {
	padding: 0 5px 10px;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.row.main-row {
	height: 100%;
	margin-bottom: 40px;
}

.row.main-row .col.col-lg-1 {
	width: 62.5%;
}

.row.main-row .col.col-lg-2 {
	width: 37.5%;
}

.row.main-row .col.col-lg-2 .row-sm .img-holder {
	min-height: 132px;
}

.row.main-row .col.col-lg-2 .row-sm .col {
	padding-bottom: 15px;
}

.row.main-row > .col:first-child {
	width: 100%;
}

.row.main-row > .col:last-child {
	height: 100%;
	width: 100%;
}

.row.main-row > .col:last-child .row-sm .col:first-child .img-holder {
	min-height: 250px;
}

.row.main-row > .col:last-child .row-sm .col:last-child .img-holder {
	min-height: 132px;
}

.row .col {
	padding: 0 8px 7px;
	width: 100%;
}

.row .col .img-holder {
	min-height: 280px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 2rem;
}

.overview {
	background: #d5ede0;
	padding: 80px 0 80px;
	margin-top: -80px;
}

.overview h2 {
	color: #e11f8f;
}

.overview .heading-block {
	max-width: 798px;
	margin-left: auto;
	margin-right: auto;
}

.overview .img-block {
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 300px;
	border-radius: 3rem;
	position: relative;
	margin-bottom: 60px;
}

.overview .img-block:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	border-radius: 3rem;
	background: rgba(0, 0, 0, .3);
}

.overview .img-block h1 {
	font-weight: 300;
}

.overview .text-holder {
	padding: 29px 15px 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-weight: 100;
	letter-spacing: 1.22px;
	line-height: 1.307619;
	text-align: center;
}

.brands-logos {
	background: #f5e2ef;
	padding: 80px 0;
}

.brands-logos .btn-holder {
	padding-top: 40px;
}

.assets {
	background: #f6e3d2;
}

.video-assets,
.images-assets,
.image-considerations,
.digital,
.itinerary-content,
.florida-travel-pro,
.copy-bank {
	padding: 80px 0 30px;
	border-bottom: 1px solid #077660;
}

.video-assets .btn-holder,
.images-assets .btn-holder,
.copy-bank .btn-holder {
	padding-bottom: 30px;
}

.video-assets .video-holder,
.images-assets .video-holder,
.copy-bank .video-holder {
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 2rem;
	min-height: 300px;
	position: relative;
	margin-bottom: 70px;
}

.video-assets .video-holder .btn-play,
.images-assets .video-holder .btn-play,
.copy-bank .video-holder .btn-play {
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.video-assets .video-holder .btn-play:hover,
.images-assets .video-holder .btn-play:hover,
.copy-bank .video-holder .btn-play:hover {
	opacity: .8;
}

.video-assets .info-block,
.images-assets .info-block,
.copy-bank .info-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 20px;
}

.video-assets .info-block .info-item,
.images-assets .info-block .info-item,
.copy-bank .info-block .info-item {
	padding-bottom: 20px;
	line-height: 1.76923076923;
	letter-spacing: .33px;
	font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.video-assets .info-block .info-item.text-item,
.video-assets .info-block .info-item.images,
.images-assets .info-block .info-item.text-item,
.images-assets .info-block .info-item.images,
.copy-bank .info-block .info-item.text-item,
.copy-bank .info-block .info-item.images {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-top: 4px;
}

.video-assets .info-block .info-item.images,
.images-assets .info-block .info-item.images,
.copy-bank .info-block .info-item.images {
	padding-right: 0;
}

.video-assets .info-block .info-item .contact-info,
.images-assets .info-block .info-item .contact-info,
.copy-bank .info-block .info-item .contact-info {
	color: #8e8e8e;
	letter-spacing: .25px;
	font-size: 10px;
	line-height: 1.27272;
	position: relative;
	margin-bottom: 14px;
}

.video-assets .info-block .info-item .contact-info strong,
.images-assets .info-block .info-item .contact-info strong,
.copy-bank .info-block .info-item .contact-info strong {
	font-family: "Sudtipos", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.video-assets .info-block .img-list,
.images-assets .info-block .img-list,
.copy-bank .info-block .img-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.video-assets .info-block .img-list li,
.images-assets .info-block .img-list li,
.copy-bank .info-block .img-list li {
	padding: 0 8px;
	width: 50%;
	position: relative;
}

.video-assets .info-block .img-list li:only-child,
.images-assets .info-block .img-list li:only-child,
.copy-bank .info-block .img-list li:only-child {
	width: 100%;
}

.video-assets .info-block .img-list li img,
.images-assets .info-block .img-list li img,
.copy-bank .info-block .img-list li img {
	width: 100%;
}

.video-assets .info-block .img-list .heading,
.images-assets .info-block .img-list .heading,
.copy-bank .info-block .img-list .heading {
	text-transform: uppercase;
	font-family: "Henderson", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	letter-spacing: 2.53px;
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

.video-assets .text-wrap {
	margin-bottom: 50px;
}

.images-assets .text-wrap {
	margin-bottom: 40px;
}

.copy-bank .btn-holder {
	padding-top: 20px;
}

.digital {
	padding: 70px 0;
}

.digital .text-wrap {
	margin-bottom: 40px;
}

.offer-wrap {
	background: #fff;
	border-radius: 50px;
	padding: 60px 30px 20px;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: 500;
	margin-bottom: 40px;
}

.offer-wrap .offer-item {
	padding: 0 15px 30px;
	text-align: center;
	font-size: 13px;
	letter-spacing: 1.3px;
	margin: 0 auto;
}

.offer-wrap h4 {
	font-size: 13px;
	letter-spacing: 1.47px;
	font-weight: 500;
	margin-bottom: -4px;
}

.offer-wrap p {
	margin-bottom: 20px;
}

.offer-wrap .details {
	font-size: 12px;
	line-height: 1.583333333;
	max-width: 263px;
	margin: 0 auto;
	text-align: left;
	letter-spacing: .3px;
	padding-top: 26px;
}

.contact-us {
	padding: 60px 0;
	background: #ebf0b6;
}

.contact-us .info {
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 62px;
	letter-spacing: 2.06px;
	line-height: 1.22666666;
	font-family:"Henderson", "Helvetica Neue", "Helvetica", sans-serif;
}

.contact-us .text-wrap {
	padding: 0 15px;
}

.social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.social-list li {
	padding: 0 8px;
	margin-bottom: 16px;
}

.social-list a {
	font-size: 22px;
	color: #077660;
	text-decoration: none;
}

.social-list a:hover,
.social-list a:focus {
	color: #0bbe9b;
}

#header {
	background: transparent;
	padding: 20px 0;
	height: 80px;
}

#header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header .container .site-link {
	text-transform: uppercase;
	color: #e11f8f;
	letter-spacing: 2.2px;
	font-weight: 600;
	text-decoration: none;
	font-size: 13px;
}

#header .container .site-link:hover {
	text-decoration: underline;
}

/* page footer styles */

.footer {
	padding: 35px 0 50px;
	background-color: #077660;
	color: #f7f1c4;
}

.footer .logo {
	width: 200px;
	margin: 0 0 25px;
}

/* page footer menu styles */

.menu {
	width: 100%;
}

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

.menu a {
	text-decoration: none;
	color: #f7f1c4;
	font-size: 16px;
}

.menu a:hover,
.menu a:focus {
	color: #ebdc6a;
}

.contact-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px; /* page footer social list styles */
}

.contact-holder .social-list {
	width: 100%;
	margin: 15px -5px 0;
}

.contact-holder .social-list li {
	padding: 0 5px;
}

.contact-holder .social-list a {
	width: 40px;
	height: 40px;
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	font-size: 23px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f7f1c4;
	border-radius: 50%;
}

.contact-holder .social-list a:hover,
.contact-holder .social-list a:focus {
	background-color: #ebdc6a;
	color: #077660;
}

/* page footer copyright block styles */

.copyright {
	font-size: 11px;
	line-height: 1.3;
}

@media (min-width: 480px) {
	.video-assets .info-block .img-list .heading,
	.images-assets .info-block .img-list .heading,
	.copy-bank .info-block .img-list .heading {
		font-size: 26px;
	}

	.offer-wrap .offer-item {
		width: 50%;
		margin: 0;
	}

	.menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px;
	}

	.menu li {
		width: 50%;
		padding: 0 10px;
	}
}

@media (min-width: 768px) {
	body {
		line-height: 1.8;
	}

	a.btn {
		font-size: 20px;
		padding: 19px 38px 15px;
		letter-spacing: 2px;
	}

	h1 {
		font-size: 42px;
	}

	h2 {
		font-size: 26px;
		line-height: 1.38461538;
	}

	h4 {
		font-size: 14px;
	}

	.heading-block {
		margin-bottom: 80px;
	}

	.heading-block h2 {
		margin-bottom: 50px;
	}

	.site-nav li {
		-webkit-box-flex: 4;
		-ms-flex-positive: 4;
		flex-grow: 4;
	}

	.text-wrap h2 {
		margin-bottom: 37px;
	}

	.text-wrap p {
		margin-bottom: 27px;
	}

	.text-wrap .text {
		margin-bottom: 40px;
	}

	.row.main-row {
		margin-bottom: 87px;
	}

	.row.main-row .col.col-lg-2 .row-sm {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.row.main-row .col.col-lg-2 .row-sm .img-holder {
		min-height: 164px;
	}

	.row.main-row > .col:first-child {
		width: 66.5%;
	}

	.row.main-row > .col:last-child {
		width: 33.5%;
	}

	.row.main-row > .col:last-child .row-sm .col:first-child .img-holder {
		min-height: 521px;
	}

	.row.main-row > .col:last-child .row-sm .col:last-child .img-holder {
		min-height: 165px;
	}

	.row .col {
		padding: 0 8px 0;
	}

	.row .col .img-holder {
		min-height: 343px;
	}

	.overview {
		padding: 103px 0 120px;
		margin-top: -100px;
	}

	.overview .img-block {
		min-height: 400px;
		margin-bottom: 127px;
	}

	.overview .text-holder {
		letter-spacing: 4.22px;
		min-width: 700px;
	}

	.brands-logos {
		padding: 128px 0 118px;
	}

	.brands-logos .btn-holder {
		padding-top: 69px;
	}

	.brands-logos .heading-block {
		margin-bottom: 93px;
	}

	.video-assets,
	.images-assets,
	.copy-bank {
		padding: 130px 0;
	}

	.video-assets .heading-block,
	.images-assets .heading-block,
	.copy-bank .heading-block {
		margin-bottom: 95px;
	}

	.video-assets .btn-holder,
	.images-assets .btn-holder,
	.copy-bank .btn-holder {
		padding-bottom: 120px;
	}

	.video-assets .video-holder,
	.images-assets .video-holder,
	.copy-bank .video-holder {
		min-height: 400px;
		margin-bottom: 100px;
	}

	.video-assets .info-block,
	.images-assets .info-block,
	.copy-bank .info-block {
		margin: 0 -10px;
	}

	.video-assets .info-block .info-item,
	.images-assets .info-block .info-item,
	.copy-bank .info-block .info-item {
		padding: 14px 20px 50px 10px;
		width: 33%;
	}

	.video-assets .info-block .info-item.images,
	.images-assets .info-block .info-item.images,
	.copy-bank .info-block .info-item.images {
		width: 67%;
		padding-top: 0;
	}

	.video-assets .info-block .info-item .contact-info .decor,
	.images-assets .info-block .info-item .contact-info .decor,
	.copy-bank .info-block .info-item .contact-info .decor {
		position: absolute;
		top: 45%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 90%;
		z-index: 3;
	}

	.video-assets .info-block .img-list .heading,
	.images-assets .info-block .img-list .heading,
	.copy-bank .info-block .img-list .heading {
		font-size: 30px;
	}

	.video-assets {
		padding-top: 126px;
		padding-bottom: 2px;
	}

	.video-assets .text-wrap {
		margin-bottom: 94px;
	}

	.video-assets .btn-holder {
		padding-top: 30px;
	}

	.images-assets {
		padding-bottom: 11px;
	}

	.images-assets .text-wrap {
		margin-bottom: 96px;
	}

	.copy-bank {
		padding-top: 127px;
		padding-bottom: 11px;
	}

	.copy-bank .btn-holder {
		padding-top: 67px;
	}

	.digital {
		padding: 128px 0;
	}

	.digital .heading-block {
		margin-bottom: 95px;
	}

	.digital .text-wrap {
		margin-bottom: 96px;
	}

	.offer-wrap {
		padding: 96px 70px 57px;
		margin: 0 0 100px;
	}

	.offer-wrap .offer-item {
		padding: 0 30px;
	}

	.offer-wrap p {
		margin-bottom: 40px;
	}

	.contact-us {
		padding: 130px 0 102px;
	}

	#header {
		height: 100px;
		padding: 32px 0;
	}

	#header .logo img {
		width: 184px;
	}

	#header .container {
		padding: 0 34px;
	}

	.footer .logo {
		margin: 0;
	}

	.menu {
		padding-left: 35px;
		margin: 0;
		width: calc(100% - 230px);
		padding-right: 35px;
	}

	.contact-holder {
		margin-bottom: 30px;
	}

	.contact-holder .social-list {
		margin: 25px -9px 0;
	}

	.contact-holder .social-list li {
		padding: 0 9px;
	}

	.contact-holder .social-list a {
		width: 37px;
		height: 37px;
		font-size: 22px;
	}
}

@media (min-width: 1024px) {
	.heading-block {
		margin-bottom: 126px;
	}

	.overview .img-block {
		min-height: 600px;
	}

	.video-assets .video-holder,
	.images-assets .video-holder,
	.copy-bank .video-holder {
		min-height: 600px;
	}

	.video-assets .info-block .info-item,
	.images-assets .info-block .info-item,
	.copy-bank .info-block .info-item {
		padding-right: 52px;
	}

	.video-assets .info-block .img-list .heading,
	.images-assets .info-block .img-list .heading,
	.copy-bank .info-block .img-list .heading {
		font-size: 36px;
	}
}

@media (min-width: 1200px) {
	.footer {
		padding: 99px 0 104px;
	}

	.footer .logo {
		width: 221px;
	}

	.menu {
		width: calc(100% - 478px);
	}

	.menu li {
		margin-bottom: 1px;
	}

	.menu a {
		font-size: 16px;
	}

	.contact-holder {
		margin-bottom: 115px;
	}

	.contact-holder .social-list {
		margin: 9px -9px 0;
		width: auto;
	}
}

@media (min-width: 1400px) {
	.menu {
		padding-left: 40px;
		padding-top: 4px;
		padding-right: 0;
	}

	.contact-holder .social-list {
		max-width: 280px;
	}
}

@media (max-width: 767px) {
	.row.main-row > .col:last-child .row-sm .col:first-child {
		width: 62.5%;
	}

	.row.main-row > .col:last-child .row-sm .col:last-child {
		width: 37.5%;
	}
}


/* VF custom additions */
div.flags {
	height:21px;
	overflow:hidden;
}
div.flags a {
	display:inline-block;
	width: 20px;
  height: 21px;
  margin-right: 5px;
  background-image: url(../images/flags-sprite.png);
  background-repeat: no-repeat;
	background-position: 0 0;
}
div.flags a span {
	display:none;
}
div.flags a.de {	background-position: 0 -29px; }
div.flags a.en {	background-position: 0 -88px; }
div.flags a.es {	background-position: 0 -176px; }
div.flags a.pt {	background-position: 0 -147px; }

 
#image-considerations .tiles {
	display: flex;
	justify-content: space-between;
	position:relative;
	width:100%;
	margin-bottom:3em;
}
#image-considerations .tile {
	float:left;
	text-align:center;
	width:49%;
	max-width:438px;
}
#image-considerations .tile img {
	height:auto;
	width:100%;
	max-width:438px;
}
.itinerary-content, .florida-travel-pro {
	padding-bottom:118px;
}
.itinerary-content .btn-holder, .florida-travel-pro .btn-holder {
	margin-top:100px;
}
.florida-travel-pro {
	border-bottom: 0;
}