/*
Theme Name: Holland America Blog
Theme URI:
Description: Theme for Holland America Lines Blog
Author: Dreambox Creations
Author URI: http://www.dreamboxcreations.com/
Version: 1.0
*/


@font-face {
  font-family: 'Neutra-Light';
  src:  url('fonts/neutra/NeutraDisp-Light.eot?#iefix') format('embedded-opentype'),
  		url('fonts/neutra/NeutraDisp-Light.otf')  format('opentype'),
        url('fonts/neutra/NeutraDisp-Light.woff') format('woff'),
		 url('fonts/neutra/NeutraDisp-Light.ttf')  format('truetype'),
		 url('fonts/neutra/NeutraDisp-Light.svg#NeutraDisp-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Neutra-Medium';
  src: url('fonts/neutra/NeutraDisp-Medium.eot?#iefix') format('embedded-opentype'),
  		url('fonts/neutra/NeutraDisp-Medium.otf')  format('opentype'),
	     url('fonts/neutra/NeutraDisp-Medium.woff') format('woff'),
		 url('fonts/neutra/NeutraDisp-Medium.ttf')  format('truetype'),
		 url('fonts/neutra/NeutraDisp-Medium.svg#NeutraDisp-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Sabon';
  src: url('fonts/sabon/SabonLTStd-Roman.eot?#iefix') format('embedded-opentype'),
	  url('fonts/sabon/SabonLTStd-Roman.otf')  format('opentype'),
	     url('fonts/sabon/SabonLTStd-Roman.woff') format('woff'),
		 url('fonts/sabon/SabonLTStd-Roman.ttf')  format('truetype'),
		 url('fonts/sabon/SabonLTStd-Roman.svg#SabonLTStd-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	margin: 0;
	box-sizing: border-box;
}
body {
    position: relative;
    left: 0;
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/*===================== orig WP styles =====================*/

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
    padding: 0 50px;
	color: #767676;
	font-size: 25px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #2b2b2b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}


li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
    max-width: 100%;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #24890d;
	color: #fff;
	text-shadow: none;
}


/*focus outline options*/
/*orange #FF7F32;*/
/*canaray #FFCB66*/

:focus{
    outline: 3px solid #FFCB66;
}

/* list styles */


.hal_post ul { 
   list-style-type: disc; 
   list-style-position: outside; 
   font-size: 21px;
    line-height: 30px;
}

.hal_post li  {
    margin-top: 15px;
}

.hal_post ol { 
   list-style-type: decimal; 
   font-size: 21px;
    line-height: 30px;
   list-style-position: outside; 
}
.hal_post ul ul, 
.hal_post ol ul { 
   list-style-type: circle; 
   list-style-position: outside; 
   margin-left: 15px; 
}
.hal_post ol ol, .hal_post ul ol { 
   list-style-type: lower-latin; 
   list-style-position: outside; 
   margin-left: 15px; 
}
/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

/* Input fields */

input,
textarea {
	border-radius: 2px;
	color: #000;
	padding: 8px 10px 7px;
    border: 2px solid #c7cbce;
    font-family: inherit;
}

textarea {
	width: 100%;
}

/*input:focus,*/
/*textarea:focus {*/
	/*border: 2px solid #c7cbce;*/
	/*outline: 0;*/
/*}*/

/* Buttons */

button,
.contributor-posts-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #24890d;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;

    font-family: 'Neutra-Medium', sans-serif;
    color: #000;
    background-color: #bfbbba;

      transition:         all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition:    all .3s ease-in-out;
      -o-transition:        all .3s ease-in-out;
}

button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #41a62a;
	color: #fff;

    color: #000;
    background-color: #e0635f;
}

button:active,
.contributor-posts-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #55d737;

    color: #000;
    background-color: #e0635f;

}

.search-field {
	width: 100%;
}

.search-submit {
	display: none;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #939393;
}

:-moz-placeholder {
	color: #939393;
}

::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 15px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Assistive text */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
    left: -10000px;
    pointer-events: none;
}

/*a:focus .screen-reader-text,*/
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

.screen-reader-shortcut {
    position: absolute;
    top: -1000em
}

.screen-reader-shortcut:focus {
    left: 6px;
    top: 6px;
    height: auto;
    width: auto;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 23px 14px;
    background: #f1f1f1;
    color: #0073aa;
    z-index: 100000;
    line-height: normal;
    -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    text-decoration: none;
    outline: 0
}

.sr_link_text{
    text-indent: -9999;
}

.hide {
	display: none;
}

fieldset{
    outline: none;
    border: none;
}

/* Clearing floats */

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}

/* Genericons */

.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}

/* Separators */

.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}


/*the 'clear' x for search fields*/
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }
input[type=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

/*===================== general =====================*/

/*light blue 88adca*/
/*lighter blue bbccea*/

/*salmon #e0635f*/
/*medium blue 939ba8*/
/*dark blue 2a437c*/
/*background-color: #2a437c;*/
/*darker blue 192c4a*/

/*font-family: 'Neutra-Light', sans-serif;*/
/*font-family: 'Neutra-Medium', sans-serif;*/
/*font-family: 'Sabon', sans-serif;*/


body{
    font-family: 'Sabon', sans-serif;
}

body #main{
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5{
    font-family: 'Neutra-Medium', sans-serif;
    text-transform: uppercase;
}

a{
    color: #000;

    transition:         outline-width 0s;
    -webkit-transition: outline-width 0s;
    -moz-transition:    outline-width 0s;
    -o-transition:      outline-width 0s;
}

a:hover,
#header #main_nav .menu li a:hover,
#header #main_nav .menu li.current-menu-item a,
li.current_page_item a{
    /*color: #e0635f;*/
    color: #eb9f9b;
}

/*.screen-reader-text{
    left: -10000px;
    position: absolute !important;
}*/

.container{
	width: 1500px;
	max-width: 100%;
	margin: 0 auto;
}

.dbc_logo{
    padding: 10px 0;
    text-align: center;
}

.b-lazy{
    opacity: 0;
}

.b-lazy.b-loaded{
    opacity: 1;
}


@media (max-width: 1520px){
  .container{
	  padding: 0 20px;
  }
}

.border_top_ltblu{
    border-top: 15px solid #bbccea;
}


::-moz-selection {
    color: #192c4a;
    background: #bbccea;
}
::selection {
    color: #192c4a;
    background: #bbccea;
}

/*light blue 88adca*/
/*lighter blue bbccea*/
/*light blue 88adca*/
/*lighter blue bbccea*/

/*medium blue 939ba8*/
/*dark blue 2a437c*/
/*background-color: #2a437c;*/
/*darker blue 192c4a*/


/*===================== to animate =====================*/

body,
.b-lazy,
.fa,
#offcanvas,
#footer_post_feed .post_cell .category{
    transition:         all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
}

a{
    transition:         color .3s ease-in-out;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition:    color .3s ease-in-out;
    -o-transition:      color .3s ease-in-out;
}


/*===================== misc images =====================*/

.camera_icon{
    width: 68px;
    height: 48px;
    background: url('img/hal_sprite.png') no-repeat 1px -11px;
}

/*===================== header =====================*/

#top_header:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }

#top_header #header_logo{
    display: block;
	float: left;
    /*background: url(img/logo.png) no-repeat;*/
    background-repeat: no-repeat;
    width: 258px;
    height: 98px;
    margin-top: 10px;
    background-size: 100%;
}

#top_header .social_row{
	float: right;
	margin: 55px 0 38px;
}

.social_row a{
	display: inline-block;
	width: 30px;
	height: 30px;
    margin-left: 7px;
	background-color: #88adca;
    border-radius: 110px;
    text-align: center;
    line-height: 33px;
}

.social_row a:hover,
#footer_bottom_row .social_row a:hover{
    background-color: #e0635f;
}

.social_row a:hover span.fa{
    color: #FFF;
}

.social_row span.fa{
    font-size: 18px;
	color: #FFF;
}

.social_row span.fa-google-plus{
	font-size: 17px;
}

#header #main_nav{
	padding: 10px 0;
	background-color: #2a437c;
}

.menu li a{
	text-decoration: none;
	text-transform: uppercase;
	/*font-family: 'Neutra-Light', sans-serif;*/
	font-family: 'Neutra-Medium', sans-serif;
}

#header #main_nav .menu{
	text-align: center;
    margin: 0;
}

#header #main_nav .menu li{
	display: inline-block;
    padding: 10px 0;
}

#header #main_nav .menu li a{
	padding: 0 10px;
	color: #FFF;
}

/*===================== hero slider =====================*/

#hero_wrap{
    position: relative;
        z-index: 100;
    background-color: #192c4a;
}

    #slider_wrap{
        opacity: 0;
        transition:         all .9s ease-in-out;
        -webkit-transition: all .9s ease-in-out;
        -moz-transition:    all .9s ease-in-out;
        -o-transition:      all .9s ease-in-out;
    }

    #hero_slider .hero_slide{
        height: 560px;
        background-size: cover;
        background-position: center;
    }

    @media (max-width: 767px){
        #hero_slider .hero_slide{
            height: 880px;
        }
    }

    #hero_wrap .hero_header{
        position: absolute;
            top: 46px;
            left: 50%;
            z-index: 1000;
        width: 667px;
        max-width: 95%;
        font-family: 'Neutra-Light', sans-serif;
        color: #FFF;
        text-align: center;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        background-color: rgba(0,0,0,.6);
        padding: 10px 16px 13px;
    }



    #hero_wrap .hero_header .blog_title{
        font-size: 57px;
        text-shadow: 0px 2px 2px rgba(150, 150, 150, 0.78);
        font-family: 'Neutra-Light', sans-serif;
        text-transform: uppercase;
    }

    #hero_wrap .hero_header .hero_header_copy{
        font-size: 31px;
        line-height: 35px;
        margin-top: 8px;
    }

    #hero_wrap .hero_header .hero_header_copy p{
        margin-bottom: 0;
    }

#topicsMenu{
    position: absolute;
        left: 50%;
        top: 64%;
    width: 667px;
    max-width: 95%;
    padding: 22px 43px;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

    #topicsMenu{
        background-color: rgba(255, 255, 255, 0.5);
    }

    #topicsMenu .topic_right,
    #topicsMenu .topic_left{
        float: left;
        width: 49%;
    }

    #topicsMenu .topic_right{
        float: right;
    }

    #topicsLinksWrap .topic_head{
        margin-bottom: 5px;
        font-family: 'Neutra-Medium', sans-serif;
        text-transform: uppercase;
    }

    .toggleSelect,
    .subheader_field {
        display: block;
        width: 100%;
        height: 40px;
        padding: 8px 11px;
        margin: 10px 0;
        border: 2px solid #c7cbce;
        color: #89600e;
        font-family: Arial, sans-serif;
        letter-spacing: 1px;
        font-size: 13px;
        background-color: #FFF;
    }

    .subheader_field::-webkit-input-placeholder,
    .subheader_field input::-webkit-input-placeholder,
    #albert_signup input::-webkit-input-placeholder { font-size: 13px; color: #89600e; letter-spacing: 1px; font-family: Arial, sans-serif; opacity: 1}

    .subheader_field::-moz-placeholder,
    .subheader_field input::-moz-placeholder,
    #albert_signup input::-moz-placeholder { font-size: 13px; color: #89600e; letter-spacing: 1px; font-family: Arial, sans-serif; opacity: 1}

    .subheader_field:-ms-input-placeholder,
    .subheader_field input:-ms-input-placeholder,
    #albert_signup input:-ms-input-placeholder { font-size: 13px; color: #89600e; letter-spacing: 1px; font-family: Arial, sans-serif; opacity: 1}

    .subheader_field:-moz-placeholder,
    .subheader_field input:-moz-placeholder,
    #albert_signup input:-moz-placeholder { font-size: 13px; color: #89600e; letter-spacing: 1px; font-family: Arial, sans-serif; opacity: 1}


    #topicsMenu .toggleSelect {
      background: #ffffff url(img/icon-arrow-down-sm.png) no-repeat 96% center;
    }

    #topicsMenu .toggleSelect .togg_label {
        /*padding-left: 12px;*/
        padding-top: 4px;
        font-size: 13px;
        cursor: pointer;
    }

    #topicsMenu .toggleOption {
      z-index: 99;
    }

    #topicsMenu .datesDrop,
    #topicsMenu #destinationsDrop,
    #topicsMenu #shipsDrop {
      position: relative;
    }

    #topicsMenu .datesDrop ul,
    #topicsMenu #destinationsDrop ul,
    #topicsMenu #shipsDrop ul {
      background: #fff;
      border: 1px solid #b9b8b8;
      display: inline-block;
      left: 0;
      margin-bottom: 0;
      margin-left: -1px;
      margin-right: -1px;
      margin-top: 8px;
      padding-left: 0;
      padding-right: 0;
      position: absolute;
      width: 100%;
    }


    #topicsMenu #destinationsDrop ul,
    #topicsMenu #shipsDrop ul {
      padding-top: 10px;
    }

    #topicsMenu .datesDrop ul li,
    #topicsMenu #destinationsDrop ul li,
    #topicsMenu #shipsDrop ul li {
      font-family: 'Arial', sans-serif;
      font-size: 12px;
      line-height: 1.1;
      list-style-type: none;
      margin-bottom: 10px;
      padding-left: 5px;
    }

    #topicsMenu .datesDrop ul li a,
    #topicsMenu #destinationsDrop ul li a,
    #topicsMenu #shipsDrop ul li a {
      color: #422e00;
      display: block;
    }

    /*#topicsMenu .toggleOption a:hover{
        text-decoration: underline;
    }*/

    #topicsMenu .datesDrop ul li {
      background-color: #f1f0ef;
      color: #422e00;
      display: none;
      font-family: 'Univers LT W01 45 Light';
      font-size: 12px;
      line-height: 1;
      list-style-type: none;
      margin: 0;
      padding-bottom: 13px;
      padding-left: 50px;
    }

    #topicsMenu .datesDrop ul li.archive-year {
      background: #ffffff url(img/icon-arrow-down-tiny.png) no-repeat 213px;
      border-top: 1px solid #dfdfdf;
      display: block !important;
      font-size: 16px;
      line-height: 1.1;
      padding: 7px 20px;
    }

    #topicsMenu .datesDrop ul li.archive-year:first-child {
      background: #ffffff url(img/icon-arrow-down-tiny.png) no-repeat 213px 26px;
      border-top: 0;
      padding: 20px 20px 7px;
    }

    #topicsMenu .datesDrop ul {
      padding-bottom: 15px;
    }

    #topicsMenu .yearSelected {
      background: #f1f0ef url(img/bdr-selectedYear.png) no-repeat 15px 35px !important;
      padding-bottom: 25px !important;
    }

    #topicsMenu .yearSelected:first-child {
      background: #f1f0ef url(img/bdr-selectedYear.png) no-repeat 15px 50px !important;
      padding-bottom: 25px !important;
    }

    #topicsMenu .search-form .search-submit {
      display: none;
    }

    #topicsMenu .search-field {
        position: relative;
        width: 100%;
        height: 40px;
        padding: 8px 11px;
        margin: 10px 0;
        background-color: #fff;
        border: 1px solid #b2b7bb;
        color: #89600e;
        display: block;
        font-family: 'Univers LT W01 55 Roman';
        font-size: 14px;
        letter-spacing: 1px;
    }

    #topicsMenu .search-field::-webkit-input-placeholder {font-family: Arial, sans-serif; letter-spacing: 1px; font-size: 13px;color: #89600e; }
    #topicsMenu .search-field::-moz-placeholder {font-family: Arial, sans-serif; letter-spacing: 1px; font-size: 13px;color: #89600e; }
    #topicsMenu .search-field:-ms-input-placeholder {font-family: Arial, sans-serif; letter-spacing: 1px; font-size: 13px;color: #89600e; }
    #topicsMenu .search-field:-moz-placeholder {font-family: Arial, sans-serif; letter-spacing: 1px; font-size: 13px;color: #89600e; }

@media (max-width: 767px){
  #topicsMenu .topic_right,
  #topicsMenu .topic_left,
  #topicsMenu .search-field{
      float: none;
      width: 100%;
  }
}

/*===================== header mobile =====================*/

#offcanvas{
    position: fixed;
        top:0;
        left: -300px;
        z-index: 150;
    width: 300px;
    height: 100%;
    padding: 40px 15px 0;
    background-color: #FFF;
    overflow-y: scroll;
}

@media (min-width: 768px){
    #offcanvas{
        display: none;
    }
}

body.panel_show{
    left: 300px;
}

#offcanvas.show{
    left: 0;
}

#offcanvas .menu{
    text-align: center;
}

#offcanvas .menu li a{
    display: inline-block;
    padding: 17px 20px;
    color: #1b2b42;
    font-size: 23px;
}

@media (max-width: 320px){
    #offcanvas{
        left: -250px;
        width: 250px;
    }
    body.panel_show{
        left: 250px;
    }
}

#header_mobile{
	display: none;
	position: relative;
    margin-bottom: 20px;
}

#header_mobile #menu_toggle{
	position: absolute;
	top: 15px;
    left: 33px;
}

#header_mobile #menu_toggle .fa{
	color: #2a437c;
    font-size: 43px;
}

#header_mobile #menu_toggle .fa-times{
	display: none;
}

#header_mobile #header_logo_mobile{
    display: block;
	width: 447px;
	height: 166px;
	margin: 15px auto 0;
	/*background: url(img/logo-mobile.png) no-repeat;*/
    background-repeat: no-repeat;
	background-size: 100%;
}

@media (max-width: 767px){
  #header_mobile{
	  display: block;
  }
  #header{
	  display: none;
  }
}

@media (max-width: 700px){
  #header_mobile #menu_toggle{
      top: 10px;
  }
}

@media (max-width: 450px){
  #header_mobile #header_logo_mobile{
    width: 100%;
    background-size: 93%;
    background-position: 34% 15px;
  }
}

@media (max-width: 320px){
  #header_mobile #header_logo_mobile{
      background-position: 34% 40px;
  }
}
/*===================== footer =====================*/

footer#footer{
    position: relative;
}

/*===================== blog feed =====================*/

#footer_post_feed:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }

#footer_post_feed a{
    color: #FFF;
}

#footer_post_feed .post_cell{
    position: relative;
    float: left;
    width: 25%;
    height: 400px;
    border-right: 1px solid #FFF;
    border-top: 1px solid #FFF;
}

#footer_post_feed .post_cell.logo_bgnd{
    background-size: 86%;
}

#footer_post_feed .post_cell a{
    position: relative;
        z-index: 10;
    display: inline-block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    outline-offset: -5px;
}

#footer_post_feed .post_title a:hover{
    text-decoration: underline;
}

#footer_post_feed .post_cell a:hover{
    color: #FFF;
}

#footer_post_feed .post_cell:nth-child(4n){
    border-right: none;
}

#footer_post_feed .post_cell .feat_post_date{
    position: absolute;
        top: 12px;
        left: 0;
    float: none;
    min-width: 106px;
    width: auto;
    padding: 7px;
    color: #FFF;
    /*original salmon*/
    /*background-color: #e0635f;*/
    /*AA compliant (lighter)*/
    background-color: #bd5350;
    /*AAA compliant (darkest)*/
    /*background-color: #913f3d;*/

    border: none;
}

#footer_post_feed .post_cell .post_info{
    position: absolute;
        left: 0;
        bottom: 0;
    width: 100%;
    min-height: 152px;
    padding: 20px;
    color: #FFF;
    font-size: 22px;
    background-color: rgba(0,0,0,.6);
}

#footer_post_feed .post_cell .category{
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: 3px solid #FFF;
    text-transform: uppercase;
}

#footer_post_feed .post_cell .category.long_cat{
    font-size: 18px;
}

#footer_post_feed .post_cell .category a{
    color: #FFF;
    text-decoration: none;
}

/*#footer_post_feed .post_cell .category:hover,
#footer_post_feed .post_cell .category:hover a{
    border-color: #e0635f;
    color: #e0635f;
}*/

.alm-btn-wrap{
    display: block;
    clear: left;
    height: 100px;
    padding-top: 10px;
    background-color: #192c4a;
    text-align: center;
    border-top: 1px solid #FFF;
}

#load-more{
    cursor: pointer;
    position: relative;
    padding: 10px 0 20px;
    border: none;
    background: none;
    font-family: 'Neutra-Medium', sans-serif;
    color: #FFF;
    font-size: 19px;
    text-transform: uppercase;
}

#load-more:focus{
    outline: 3px solid #FFCB66;
}

#load-more:after{
    content: '';
    display: inline-block;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
        left: 50%;
        bottom: -13px;
    width: 44px;
    height: 29px;
    background: url('img/hal_sprite.png') no-repeat 1px -103px;
}

#load-more.loading:after{
    content: '';
    display: inline-block;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
        left: 50%;
        bottom: -25px;
    width: 40px;
    height: 40px;
    background: url('img/ripple_loader.gif') no-repeat 0 0;
    background-size: 100%;
    }


/*========= social row image blocks =======*/

#footer_social_blocks:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }

    .social_block{
        position: relative;
        float: left;
        width: 25%;
        height: 211px;
        border-right: 1px solid #FFF;
    }

    .social_block a,
    .social_block a .focus_overlay{
        position: absolute;
        height: 100%;
        width: 100%;
    }

    .social_block a:focus{
        outline: none;
    }

    .social_block a:focus .focus_overlay{
        outline: 3px solid #FFCB66;
        outline-offset: -5px;
    }

    .social_block:last-child{
        border: none;
    }

    .social_block .social_overlay{
        position: absolute;
            left: 0;
            bottom: 0;
        width: 100%;
        text-align: right;
        padding: 17px 82px 21px 0;
        color: #fff;
        font-family: 'Neutra-Medium', sans-serif;
        font-size: 34px;
        background: url('img/hal_sprite.png') no-repeat 1px -103px rgba(0, 0, 0, 0.6);
    }

.social_block.twitter .social_overlay {
    background-position: 103% -159px;
}
.social_block.instagram .social_overlay {
    background-position: 103% -247px;
}
.social_block.pinterest .social_overlay {
    background-position: 103% -337px;
}
.social_block.facebook .social_overlay {
    background-position: 103% -422px;
}

#social_slide_wrap{
    position: relative;
}

#social_slide_left,
#social_slide_right{
    display: none;
    position: absolute;
        top: 42%;
        left: 20px;
    width: 39px;
    height: 59px;
    background: url('img/hal_sprite.png') no-repeat -6px -690px;
}

#social_slide_right{
    background-position: -9px -592px;
    left: auto;
    right: 20px;
}

#social_slide_left a,
#social_slide_right a{
    display: inline-block;
    height: 100%;
    width: 100%;
}

#footer_bottom_row:after,
#footer_top_row:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }

#foot_mobile{
	display: none;
}

#footer_top_row{
    padding-top: 40px;
}

#footer_top_row .foot_text{
	padding-top: 24px;
	font-family: 'Sabon', sans-serif;
	float: left;
	line-height: 22px;
}

#footer_top_row .foot_text p{
    margin: 0;
}

#footer_top_row .foot_text .foot_head{
	font-size: 30px;
    margin-bottom: 10px;
    font-family: inherit;
    text-transform: none;
}

#footer_top_row .foot_text p{
	font-size: 20px;
}

#footer_top_row .foot_text p a{
    color: #000;
    /*text-decoration: underline;*/
}

#footer_top_row .foot_text p a.hal_cta,
#foot_mobile .foot_text p a.hal_cta{
    display: inline-block;
    margin-top: 10px;
    /* padding: 10px 20px; */
    /* background-color: #bd5350; */
    /* color: #FFF; */
    /* text-transform: uppercase; */

    background-color: #24890d;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 30px 11px;
    text-transform: uppercase;
    vertical-align: bottom;

    font-family: 'Neutra-Medium', sans-serif;
    color: #000;
    text-decoration: none;
    background-color: #bfbbba;
    -webkit-transition: all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

#footer_top_row .foot_text p a.hal_cta:hover,
#foot_mobile .foot_text p a.hal_cta:hover{
    color: #000;
    background-color: #e0635f;
}

#footer_top_row .foot_text p a:hover{
    color: #e0635f;
}


#foot_logo{
	float: right;
	margin-bottom: 40px;
}

#foot_logo{
    display: block;
    background-repeat: no-repeat;
	float: right;
    margin-bottom: 40px;
	width: 388px;
    height: 147px;
	background-size: 100%;
}

#footer .social_row{
	float: right;
}

#footer_bottom_row{
	min-height: 124px;
    padding-top: 40px;
	background-color: #192c4a;
}

#footer_bottom_row .social_text{
	margin-bottom: 5px;
	text-transform: uppercase;
	/*color: #939ba8;*/
    color: #ddd;
	font-family: Arial;
	text-align: right;
	font-size: 19px;
}

#footer_bottom_row .social_row a{
	background-color: #939ba8;
}

#footer_bottom_row .social_row i{
	color: #192c4a;
}

/*===================== footer mobile =====================*/

#footer #foot_mobile{
	border-bottom: 88px solid #192c4a;
}

#footer #foot_mobile .social_row{
	float: none;
	margin-top: 75px;
	text-align: center;
}

#footer #foot_mobile .social_row a{
	width: 63px;
	height: 63px;
	margin-left: 22px;
    line-height: 83px;
}

#footer #foot_mobile .social_row span.fa,
#footer #foot_mobile .social_row span.fa-google-plus{
    font-size: 32px;
    position: relative;
    top: -2px;
}

#footer #foot_mobile .social_row i{
	font-size: 42px;
}

#footer #foot_mobile .menu{
	text-align: center;
	padding-top: 40px;
	margin-bottom: 135px;
}

#footer #foot_mobile .menu li{
}

#footer #foot_mobile .menu li a{
	display: inline-block;
	padding: 28px 0;
	color: #1b2b42;
	font-size: 25px;
}

#footer #foot_mobile .menu li:first-child a{
	padding-top: 37px;
}

#footer #foot_mobile .foot_text{
	display: block;
	width: 63%;
	margin: 0 auto 40px;
	font-size: 20px;
}

@media (max-width: 1215px){
  .social_block .social_overlay{
      font-size: 2.5vw;
      padding-right: 90px;
  }
}

@media (max-width: 980px){
  #footer_post_feed .post_cell,
  .social_block{
      width: 50%;
  }
  .social_block .social_overlay{
      font-size: 3.5vw;
  }
  #footer_post_feed .post_cell:nth-child(4n){
      border-right: 1px solid #FFF;
  }
  #footer_post_feed .post_cell:nth-child(even){
      border-right: none;
  }

}

@media (max-width: 767px){

	#foot_mobile{
		display: block;
	}
	#footer_top_row,
	#footer_bottom_row{
		display: none;
	}

	footer#footer{
		border-top: 32px solid #bbccea;
	}
    .social_block{
        height: 400px;
    }
    .social_block .social_overlay{
        padding: 27px 115px 20px 0;
        font-size: 40px;
    }
    #footer_social_blocks{
        border-top: none;
    }

    #social_slide_left,
    #social_slide_right{
        display: inline-block;
    }
}

@media (max-width: 570px){

  #footer #foot_mobile .social_row{
    width: 300px;
    margin: 75px auto 0;
  }
  #footer #foot_mobile .social_row a{
      margin: 16px 10px 0;
  }

}

@media (max-width: 425px){

    #footer_post_feed .post_cell{
        width: 100%;
    }
    .feat_post_date .date_day{
        font-size: 10vw;
    }
    .social_block{
        height: 270px;
    }
    #social_slide_left,
    #social_slide_right{
        top: 4%;
    }

}

@media (max-width: 320px){

  .social_block .social_overlay{
      font-size: 33px;
  }

}



/*===================== Front Page =====================*/

body.home #main{
    line-height: normal;
}


body.home #content{
    padding-top: 0;
}

/*===================== featured items, below hero =====================*/

.feat_row{
    position: relative;
}

.feat_row:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }

.feat_row .block_left{
    float: left;
}

.feat_row .block_right{
    float: right;
}

.feat_row .sm_block{
    width: 30%;
}

.feat_row .lg_block{
    width: 70%;
}

.dark_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.feat_row .two_block_col{
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}
.feat_row .two_block_col.block_left{
    right: auto;
    left: 0;
}

.feat_row .two_block_col .feat_block{
    position: absolute;
    height: 50%;
    width: 100%;
    left: 0;
}

a.feat_block_link:focus{
    display: inline-block;
    outline: none;
}

a.feat_block_link:focus .dark_overlay{
    outline: 3px solid #FFCB66;
    outline-offset: -5px;
}

.feat_block_text{
    position: absolute;
        left: 50%;
        top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    width: 95%;
    font-family: 'Neutra-Light', sans-serif;
    color: #FFF;
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    z-index: 10;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.9);
}

.feat_block_text strong{
    font-family: 'Neutra-Medium', sans-serif;
}


.feat_block_text p{
    margin: 0;
}

.feat_row .two_block_col .feat_block:first-child{
    top: 0;
}

.feat_row .two_block_col .feat_block:last-child{
    bottom: 0;
}

.feat_post_image{
    height: 720px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.feat_post_image a{
    width: 100%;
    height: 100%;
    display: inline-block;
    outline-offset: -5px;
}

.feat_post_header{
    padding: 30px 73px;
    color: #FFF;
    /*original*/
    /*background-color: #959595;*/
    /*AA compliant (darker)*/
    background-color: #767676;
    /*AAA compliant (darkest)*/
    /*background-color: #595959;*/
}

.feat_block{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.feat_post_header:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }

.feat_post_date{
    float: left;
    display: inline-block;
    border-right: 2px solid #FFF;
    text-align: center;
    padding-right: 4%;
    width: 12%;
}

    .feat_post_date .date_day{
        font-family: inherit;
        font-size: 67px;
        text-align: center;
    }

    .feat_post_date a:hover{
        color: #FFF;
    }

    .feat_post_date .date_month,
    .feat_post_date .date_year{
        font-family: Arial;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        text-align: center;
    }

.feat_blog_post .feat_post_content{
    float: right;
    width: 83%;
}

.feat_blog_post .feat_post_title{
    font-size: 39px;
    margin-top: 4px;
}

.feat_blog_post .feat_post_title a,
.feat_blog_post .feat_post_title a:hover,
.feat_post_header a,
.feat_post_header a:hover{
    color: #FFF;
}

.feat_post_category{
    padding: 10px 0 0;
    text-transform: uppercase;
}

.feat_post_date a{
    display: inline-block;
    text-decoration: none;
}


.feat_blog_post .feat_post_exc{
    line-height: 27px;
    margin-top: 14px;
}

.feat_blog_post .feat_post_exc a.read_more{
    color: #FFF;
    /*text-decoration: underline;*/
    font-style: italic;
    font-size: 18px;
}

/*.feat_blog_post a.moretag{
    line-height: 27px;
    margin-top: 14px;
    font-style: italic;
    font-size: 18px;
}*/

#share_story{
    cursor: pointer;
}

#share_story .feat_block_text .share_head{
    font-size: 63px;
    font-weight: bold;
    font-family: 'Neutra-Medium', sans-serif;
    text-transform: uppercase;
}

#share_story .feat_block_text p{
    font-size: 20px;
    line-height: 24px;
}

#share_story .feat_block_text p:first-of-type{
    margin-top: 10px;
}

#share_story .camera_icon{
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}

#share_modal{
    /*opacity: 0;*/
    display: none;
    padding: 20px;
    width: 800px;
    max-width: 90%;
    text-align: center;
    background-color: #FFF;
    z-index: 0;
    position: absolute;
        top: 200px;
        left: 50%;
        z-index: 110;
    -webkit-transform: translate(-50%,0%);
        -ms-transform: translate(-50%,0%);
            transform: translate(-50%,0%);

  transition:         opacity 3s ease-in-out;
  -webkit-transition: opacity 3s ease-in-out;
  -moz-transition:    opacity 3s ease-in-out;
  -o-transition:      opacity 3s ease-in-out;

  pointer-events: none;
}

    #share_modal .share_title{
        display: inline-block;
        margin-bottom: 30px;
        font-size: 40px;
        font-family: 'Neutra-Medium', sans-serif;
        text-transform: uppercase;
    }

/*terms conditions*/
#field_1_9{
    display: none;
    height: 108px;
    overflow-y: scroll;
    border: 2px solid #c7cbce;
    padding: 10px;
}

#field_1_9 .terms_head{
    font-weight: bold;
    text-align: center;
}

    #choice_1_6_1{
        margin-top: 0;
        margin-right: 10px;
    }

    #field_1_6  .gfield_label{
        /*the required label*/
        display: none;
    }

    .gform_wrapper ul.gfield_checkbox li.gchoice_1_6_1{
        /*for screen text to show*/
        overflow: visible;
    }

    .share_modal.dark_overlay{
        /*opacity: 0;*/
        display: none;
        position: absolute;
        z-index: 0;
        height: 100%;
        width: 100%;
        pointer-events: none;
    }

    /*#share_modal.disp_block{
        display: block;
    }*/

    #share_modal.reveal{
        /*opacity: 1;*/
        display: block;
        z-index: 110;
        pointer-events: initial;
    }

    .share_modal.dark_overlay.reveal{
        /*opacity: 1;*/
        display: block;
        z-index: 100;
        pointer-events: initial;
    }

    #share_modal .dismiss_x{
        position: absolute;
            top: 20px;
            left: 20px;
        font-size: 30px;
        cursor: pointer;
    }

/*share modal*/
/*#gform_submit_button_1{
    display: block !important;
}*/


#feat_destination .feat_block_text{
    padding: 55px 0;
    width: 84%;
    background-image: url("img/dbl_border.png"), url("img/dbl_border.png");
    background-repeat: repeat-x, repeat-x;
    background-position: left top, left bottom;
}

#feat_destination .feat_block_text p{
    font-size: 58px;
}



/*===================== featured row two =====================*/

#feat_ship .feat_block_text{
    top: 23%;
    font-family: 'Neutra-Medium', sans-serif;
    font-weight: bold;
    font-size: 63px;
    line-height: 57px;
}


#sign_up .feat_block_text,
#sign_up .sign_up_form{
    top: 28%;
    font-size: 47px;

    position: relative;
        top: auto;
        left: auto;
    padding-top: 20px;
    margin: 0 auto;
    transform: none;
}

/*#sign_up .feat_block_text strong{
    font-size: 35px;
}*/

#sign_up .fbf-text,
#sign_up .es_lablebox{
    text-align: left;
    font-size: 23px;
}


#sign_up .sign_up_form{
    /*top: 58%;*/
    /*width: 90%;*/
    /*height: 45px;*/
    /*padding: 0;*/
    margin: 20px auto 0;
    width: 90%;
}


#sign_up #mc_embed_signup{
    font-size: 20px;
}

    #sign_up #mc_embed_signup #mce-EMAIL{
        height: 34px;
        margin-left: 13px;
        width: 62%;
    }

    #sign_up #mc_embed_signup .delivery{
        margin-top: 10px;
    }

    /*#sign_up #mc_embed_signup .mc-field-group{
        text-align: left;
    }*/

    #sign_up #mc_embed_signup #mc-embedded-subscribe{
        margin-top: 25px;
    }

    #sign_up #mc_embed_signup .response a{
        color: #FFF;
        display: block;
    }

    #sign_up #mc_embed_signup .response a:hover{
        color: #e0635f;
    }

    #sign_up #mc_embed_signup #mce-responses{
        margin-top: 20px;
    }

    #sign_up #mc_embed_signup label{
        margin-bottom: 10px;
    }

/*general mailchimp styles*/
#mc_embed_signup #mce-responses{
    color: #F00;
}

#mc_embed_signup ul{
    margin: 15px 0 0;
    text-align: left;
    display: inline-block;
}

#mc_embed_signup li label{
    margin-left: 10px;
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1170px){
    #sign_up #mc_embed_signup #mce-responses{
        font-size: 1.5vw;
    }
}

/*feedburner widget*/
/*#sign_up .sign_up_form .subscription_email,
.fbf-widget .subscription_email{
    width: 100%;
    height: 47px;
    padding: 0 15px;
    text-align: left;
    font-size: 19px;
}*/

/*
#sign_up .sign_up_form input[type="submit"],
.fbf-widget .subscription_btn{
    width: 100px;
    padding: 10px 0;
    background: none;
    background-color: #88adca;
    color: #FFF;
    border-radius: 0;
    margin-top: 10px;
}

#sign_up .sign_up_form input[type="submit"]:hover,
.fbf-widget .subscription_btn:hover{
    background-color: #e0635f;
}
*/

/*===================== featured row mobile =====================*/


@media (min-width: 768px) and (max-width: 1600px){
    .feat_post_header{
        padding: 30px 16px;
    }
  .feat_post_date{
      padding-right: 1%;
      width: 14%;
  }
}


@media (min-width: 768px) and (max-width: 1350px){
    .feat_row .sm_block{
        width: 34.5%
    }
    .feat_row .lg_block{
        width: 65.5%;
    }
}

@media (min-width: 768px) and (max-width: 1200px){
    #share_story .feat_block_text h2{
        font-size: 6vw;
    }
    #feat_destination .feat_block_text p{
        font-size: 5vw;
    }
    #feat_ship .feat_block_text{
      font-size: 6vw;
    }
}

@media (min-width: 768px) and (max-width: 1500px){
    #sign_up .feat_block_text{
        font-size: 2.5vw;
    }
}

@media (min-width: 768px) and (max-width: 1170px){
    .feat_row .sm_block{
        width: 37.5%
    }
    .feat_row .lg_block{
        width: 62.5%;
    }
}

@media (min-width: 768px) and (max-width: 1070px){
    .feat_post_image{
        height: 600px;
    }
    .feat_blog_post .feat_post_content{
        float: none;
        width: 100%;
    }
    .feat_post_header{
        padding: 30px 27px;
    }
    .feat_post_date{
        float: none;
        width: auto;
        padding-right: 0;
        border: none;
        margin-bottom: 19px;
    }
}


@media (max-width: 767px){
  .feat_row .block_left,
  .feat_row .block_right,
  .feat_row .sm_block,
  .feat_row .lg_block{
      width: 100%;
      float: none;
  }
  .feat_row .two_block_col .feat_block{
       position: relative;
       height: 500px;
   }
   .feat_row .two_block_col{
       	position: relative;
       	height: 1000px;
   }

   .feat_post_header{
       padding: 30px 40px;
   }

   .feat_post_date .date_day{
       font-size: 7vw;
   }

   .feat_post_date{
       width: 16%;
   }

   .feat_blog_post .feat_post_content{
       width: 80%;
   }

   #share_story .feat_block_text h2{
       font-size: 11vw;
   }
   #feat_destination .feat_block_text p{
       font-size: 9vw;
   }
   #feat_ship .feat_block_text{
       font-size: 12vw;
       line-height: 1;
   }
   #sign_up .feat_block_text{
       font-size: 8.5vw;
   }
}

@media (max-width: 425px){
  .feat_post_image{
      height: 400px;
  }
  .feat_post_header{
      padding: 20px 25px;
  }
  .feat_blog_post .feat_post_title{
      font-size: 29px;
  }
  .feat_post_date{
    width: 100%;
    float: none;
    border: none;
    text-align: left;
    margin-bottom: 18px;
  }
  .feat_post_date .date_day{
      font-size: 10vw;
  }
  .feat_blog_post .feat_post_content{
      width: 100%;
     float: none;
  }
}

@media (max-width: 320px){
  .feat_row .two_block_col .feat_block{
      height: 300px;
  }
  .feat_row .two_block_col{
      height: 600px;
  }
}

/*===================== general pages =====================*/

.page_container{
    width: 1130px;
    max-width: 100%;
    margin: 0 auto 60px;
}

.error404  .page_container{
    width: 700px;
}

.page .page_title{
    text-align: center;
    font-size: 30px;
}

.entry-header{
    margin-bottom: 30px;
}

.nothing_found .search-form{
    width: 500px;
    max-width: 100%;
}


/* ===================== Contact page ===================== */

#gform_wrapper_4 {
    width: 65%;
    margin: 0 auto 50px;
}

#field_4_5 .gfield_label{
    display: none;
}

#gform_confirmation_message_4 {
    text-align: center;
    padding: 100px 0;
    font-size: 24px;
}

@media (max-width: 980px){
    #gform_wrapper_4{
        width: 100%;
    }
}

/*===================== Albert styles =====================*/

#albertSubhead:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }

#albertSubhead{
    /*margin: 0 auto;
    width: 1000px;
    max-width: 100%;*/
    background-color: #bbccea;
}

#albertImgWrap{
    width: 58.333333333333336%;
    float: left;
}

#albertFacts{
    width: 41.66666666666667%;
    float: right;
}

#albertFacts a,
#albert_signup .subscription_email{
    font-family: 'Univers LT W01 65 Bold';
    font-size: 14px;
    /*padding-left: 12px;*/
}

#albert_signup .email_field{
    display: inline-block;
    width: 60%;
    float: left;
}
#albert_signup .submit_row{
    display: inline-block;
    width: 30%;
    float: right;
}

#albert_signup .freq_choice{
    clear: both;
}

#albert_signup #mce-EMAIL,
#albert_signup #mc-embedded-subscribe{
    width: 100%;
}

#albertSubhead {
  background: #e7f4fd;
  padding: 30px 0;
}

#albertSubhead h1 {
  color: #000000;
  font-family: 'Sabon LT W01 Roman';
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 10px 20px;
  padding-top: 24px;
  text-transform: none;
}

#albertSubheadInner {
  margin: auto;
  padding: 0px 0 0px 0;
  /*background: #f3fafe;*/
}

#albertImgWrap {
  display: inline-block;
  height: auto;
  padding: 13px 0px 13px 23px;
}
#albertImgWrap div.text {
  display: inline-block;
}
#albertImgWrap div.text .albert_title {
  font-family: 'Sabon LT W01 Roman';
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 0 20px;
  padding-top: 0;
}
@media (min-width: 1200px) {
  #albertImgWrap div.text .albert_title {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  #albertImgWrap div.text .albert_title {
    font-size: 20px;
  }
}
#albertImgWrap div.text p {
  font-family: 'Sabon LT W01 Italic';
  font-style: italic;
  font-size: 18px;
  line-height: 1em;
  font-weight: normal;
  margin: 0 0 0 20px;
  color: #000;
}
@media (max-width: 992px) {
  #albertImgWrap div.text p {
    font-size: 16px;
  }
}
#albertImgWrap img.ship {
  display: inline-block;
  margin-top: -24px;
  margin-left: -13px;
  max-width: 100%;
}
#albertImgWrap img.albert {
  margin-left: 3px;
  margin-top: -5px;
  position: relative;
  display: inline-block;
}
#albertImgWrap a:hover {
  text-decoration: none;
}
#albertFacts {
  margin-top: 40px;
  margin-top: 78px;
}
#albertFacts p {
  margin-top: 2px;
  margin-bottom: 0;
}
#albertFacts .left {
  border-right: #eedabb 1px solid;
  padding-right: 10px;
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
#albertFacts .left p:last-child {
  margin-bottom: 0;
}
#albertFacts .right {
  padding-left: 18px;
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
#albertFacts .controls {
  margin-top: 35px;
}
/*#albertFacts div {
  font-family: 'Univers LT W01 65 Bold';
  font-size: 12px;
  line-height: 1.2;
  vertical-align: top;
}*/
/*#albertFacts div p {
  margin-bottom: 10px;
}
#albert-search {
  position: relative;
}
.albert-search-input {
  padding-left: 13px;
}*/


/*.albert-search-input div,
#albertFacts .toggleSelect div {
  font-size: 14px;
}*/

.albert-search-button {
  background: url('img/icon-search.png') no-repeat 50% 50%;
}

.albert-no-image .entry-thumbnail {
  width: 0;
}
.albert-no-image .header-compact {
  margin-left: 10px;
}
.albert-no-image .entry-text {
  margin-left: -15px;
  width: 575px;
}

.datesDrop.toggleOption{
    display: none;
}

#albert-search form{
    padding: 0;
}

#albert-search .albert-search-button{
    background: url('img/icon-search.png') no-repeat 50%;
    background-size: 20px;
    float: right;
    height: 100%;
}

#albert-search .albert-search-button:hover{
    background-color: transparent;
}

#albert-search .albert-search-input{
    width: 79%;
    height: 100%;
    border: none;
    padding: 0;
    padding-left: 11px;

}


.toggleSelect {
  background: #ffffff url(img/icon-arrow-down-sm.png) no-repeat 96% center;
}

.toggleSelect > div {
  cursor: pointer;
}

.toggleOption {
  z-index: 99;
}

.datesDrop,
#destinationsDrop,
#shipsDrop {
  position: relative;
  z-index: 10;
}

.datesDrop ul,
#destinationsDrop ul,
#shipsDrop ul {
  background: #fff;
  border: 1px solid #b9b8b8;
  display: inline-block;
  left: 0;
  margin-bottom: 0;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: 8px;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  width: 100%;
}
#destinationsDrop ul,
#shipsDrop ul {
  padding-top: 10px;
}
.datesDrop ul li,
#destinationsDrop ul li,
#shipsDrop ul li {
  font-family: 'Univers LT W01 55 Roman';
  font-size: 12px;
  line-height: 1.1;
  list-style-type: none;
  margin-bottom: 10px;
  padding-left: 5px;
}
.datesDrop ul li a,
#destinationsDrop ul li a,
#shipsDrop ul li a {
  color: #422e00;
  display: block;
}
.datesDrop ul li {
  background-color: #f1f0ef;
  color: #422e00;
  display: none;
  font-family: 'Univers LT W01 45 Light';
  font-size: 12px;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  padding-bottom: 13px;
  padding-left: 50px;
}
.datesDrop ul li.archive-year {
  background: #ffffff url(img/icon-arrow-down-tiny.png) no-repeat 213px;
  border-top: 1px solid #dfdfdf;
  display: block !important;
  font-size: 16px;
  line-height: 1.1;
  padding: 7px 20px;
}
.datesDrop ul li.archive-year:first-child {
  background: #ffffff url(img/icon-arrow-down-tiny.png) no-repeat 213px 26px;
  border-top: 0;
  padding: 20px 20px 7px;
}
.datesDrop ul {
  padding-bottom: 15px;
}
.yearSelected {
  background: #f1f0ef url(img/bdr-selectedYear.png) no-repeat 15px 35px !important;
  padding-bottom: 25px !important;
}
.yearSelected:first-child {
  background: #f1f0ef url(img/bdr-selectedYear.png) no-repeat 15px 50px !important;
  padding-bottom: 25px !important;
}
.albert-img-wrap {
  background: #fff;
  display: inline-block;
  margin-left: 11px;
  padding: 25px;
}
.albert-img-wrap a:hover {
  text-decoration: none;
}
.albert-img-wrap div.text {
  color: #061f5c;
  display: inline-block;
  vertical-align: middle;
}
.albert-img-wrap div.text h1 {
  font-family: 'Sabon LT W01 Roman';
  font-size: 16px;
  font-weight: normal;
  margin: 0 0 0 5px;
  padding-top: 0;
}
.albert-img-wrap div.text p {
  font-family: 'Univers LT W01 55 Roman';
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 0 5px;
}
.albert-img-wrap img {
  display: inline-block;
  vertical-align: middle;
}


/*albert header mobile*/

@media (max-width: 1190px){
  #albertSubheadInner{
      padding: 0 30px;
  }
}

@media (max-width: 1070px){
  #albertImgWrap,
  #albertFacts{
    float: none;
    margin: 0 auto 20px;
    display: block;
    width: 100%;
    padding: 0 30px;
  }
  #datesList,
  #albert-search,
  #mc_embed_signup{
      max-width: 600px;
  }
}

@media (max-width: 768px){
    #albertSubheadInner{
        padding: 0;
    }
  #albertImgWrap img.ship{
      margin-left: 0;
  }
  #albertFacts .controls {
      margin-top: 35px;
      width: 80%;
      margin: 35px auto 0;
  }
  #albertSubheadInner,
  #albertImgWrap{
      position: relative;
  }
  #albert_signup #mce-EMAIL,
  #albert_signup #mc-embedded-subscribe{
      width: 100%;
      padding: 10px 0;
      height: 40px;
  }
  #albert_signup #mce-EMAIL{
      padding-left: 11px;
  }
}


@media (max-width: 425px){
  #albertFacts .left,
  #albertFacts .right{
      border: none;
      width: 100%;
      padding-left: 0;
  }
  #albertImgWrap .text{
      position: absolute;
      top: 0;
      right: 0;
      width: 206px;
  }
  #albertFacts .controls {
      width: 100%;
    }
  #albertImgWrap img.ship{
     margin-left: 0;
  }
}


/*albert page layout*/

.al_left_col{
    float: left;
    width: 62%;
}

.al_right_col{
    float: right;
    width: 33%;
}

#article_listing{
    padding: 20px;
    background: #e7f4fd;
    max-height: 700px;
    overflow-y: auto;
}

#article_listing .article_title{
    text-align: center;
    margin: 0 0 20px;
    font-family: 'Neutra-Medium', sans-serif;
    text-transform: uppercase;
}

#article_listing ul{
    margin: 0;
}

#article_listing ul a{
    /*text-decoration: underline;*/
}

.article_nav:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }

.article_nav{
    margin: 20px 0;
}

.art_nav_left{
    float: left;
}
.art_nav_right{
    float: right;
}

/*links*/

/*.article_nav a,
#article_listing a,
.article_nav a:visited,
#article_listing a:visited{
    color: #000;
}

.article_nav a:hover,
#article_listing a:hover{
    color: #000;
}*/


/*===================== ship categories =====================*/

#shipSubhead {
  background: #e7f4fd;
}

#shipSubhead h1 {
  color: #000000;
  font-size: 25px;
  font-weight: normal;
  margin: 0 0 10px 0;
  padding-top: 24px;
}

#shipSubheadInner {
  margin: auto;
  padding: 0 0 30px 0;
  width: 980px;
}

#shipSubheadInner.no_image {
    text-align: center;
}

#shipImgWrap {
  display: inline-block;
  height: 292px;
  /*overflow: hidden;*/
  position: relative;
  vertical-align: top;
  width: 604px;
  height: auto;
}
#shipImgWrap img {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  width: 604px;
  position: static;
}
#shipFacts {
  border: 1px solid #c3d7e5;
  height: 276px;
  padding: 8px 20px;
}
#shipFacts h2 {
  background: url(img/icon-ship-wheel.png) no-repeat left 4px;
  border-bottom: 2px solid #88afcc;
  color: #192c49;
  font-family: 'Sabon LT W01 Roman';
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 15px 0;
  padding: 0 0 8px 30px;
}
#shipFacts .ship_attr {
  color: #535353;
  display: inline-block;
  font-family: 'Univers LT W01 65 Bold';
  font-size: 12px;
  line-height: 1.1;
  vertical-align: top;
  width: 50%;
}
#shipFacts div {
  color: #535353;
  display: inline-block;
  font-family: 'Univers LT W01 55 Roman';
  font-size: 12px;
  line-height: 1.1;
  vertical-align: top;
  width: 50%;
}

#shipFactsWrap {
  background: #ffffff;
  margin-left: 10px;
  display: inline-block;
  height: 292px;
  padding: 8px;
  vertical-align: top;
  width: 353px;
}

#shipSubheadInner.no_image #shipFactsWrap{
    margin-left: 0;
}

@media (max-width: 1000px){
    #shipSubheadInner{
        text-align: center;
    }
    #shipImgWrap{
        padding: 0 15px;
        height: auto;
        width: auto;
    }

    #shipImgWrap img{
        position: static;
    }

    #shipFactsWrap{
        margin-left: 0;
        margin-top: 35px;
    }

}

/*===================== blog posts =====================*/

#content{
    padding-top: 45px;
}

.posts_container{
    width: 1130px;
    max-width: 100%;
    margin: 0 auto;
}

.posts_container a{
	color: #000;
}

@media (max-width: 1555px){
    .posts_container{
        box-sizing: border-box;
        width: 1352px;
        margin: 0;
        padding-left: 212px;
        padding-right: 20px;
    }
}

.hal_post{
    position: relative;
}

.hal_post .post_header{
    margin-bottom: 30px;
}

.hal_post .feat_post_date{
    position: absolute;
        top: 0;
        left: -194px;
    width: auto;
    min-width: 100px;
    max-width: 140px;
    padding: 0;
    border: none;
    text-align: center;
}

.hal_post h1{
    font-family: inherit;
    font-size: 46px;
    text-transform: none;
    line-height: 51px;
}

.hal_post .feat_post_date .date_day{
    /*original salmon*/
    /*background-color: #e0635f;*/
    /*AA compliant (lighter)*/
    background-color: #bd5350;
    /*AAA compliant (darkest)*/
    /*background-color: #913f3d;*/
    color: #FFF;
    padding: 13px 0px;
}

.hal_post .feat_post_date .date_month,
.hal_post .feat_post_date .date_year{
    font-size: 23px;
    margin-top: 10px;
}

.hal_post .post_meta{
    margin-top: 10px;
    font-style: italic;
    font-size: 20px;
}

.hal_post .post_meta a{
    /*text-decoration: underline;*/
}

.hal_post .post_meta a:hover{
    color: #e0635f;
}

.hal_post .post_meta span{
	display: block;
}

.hal_post .moretag{
    display: block;
}

/*===================== archive/category/tag/index =====================*/

#main-content.archive{}

    #main-content.archive h1.cat_name_header{
        text-align: center;
        /*font-family: inherit;*/
        font-size: 46px;
        /*text-transform: none;*/
        line-height: 51px;
    }

    #main-content.archive .hal_post{
        margin-bottom: 40px;
    }

    #main-content.archive .hal_post:first-of-type{
        margin-top: 56px;
    }

    #main-content.archive .post_header .title{
        font-family: inherit;
        font-size: 30px;
    }

    #main-content.archive .post_header .title a{
        color: #000;
        /*text-decoration: underline;*/
    }

    #main-content.archive .post_header .title a:hover{
        color: #e0635f;
    }

    #main-content.archive .hal_post .post_thumb.post_index img{
        width: 610px;
        max-width: 100%;
    }

    #main-content.archive .paginate_links{
        font-size: 22px;
        margin-bottom: 20px;
    }

    #main-content.archive .paginate_links a:hover{
        color: #e0635f;
    }

    #main-content .recent_posts{
        border-top: 1px solid;
    }

    #main-content .recent_posts.no_border{
        border: none;
    }

/*===================== single =====================*/

.hal_post .post_thumb{
    margin-bottom: 35px;
}

.hal_post .post_thumb .b-error{
    display: none;
}

.single-post .hal_post .post_thumb.reg_feat_img{
    text-align: center;
}

.hal_post .post_thumb.large_feat_img img{
    width: 100%;
    height: auto;
}

.hal_post .post_content a{
    color: #000;
    /*text-decoration: underline;*/
}

.hal_post .post_content a:hover{
    color: #e0635f;
}

.hal_post .post_content > p,
.page-template-default #content{
    font-size: 21px;
    line-height: 30px;
}

.hal_post .post_tags{
    margin: 43px 0 43px;
    font-size: 22px;
    text-transform: capitalize;
}

.hal_post .post_tags a{
    color: #e0635f;
    font-style: italic;
    /*text-decoration: underline;*/
}

.hal_post .click_large.centered{
    display: block;
    text-align: center;
}

@media (max-width: 767px){
    .posts_container{
        padding-left: 20px;
    }
  .hal_post .feat_post_date{
      position: static;
      margin-bottom: 28px;
  }
}
/*===================== comments =====================*/

.comments_header {
    background-color: #bfbbba;
}

.num_comments {
    position: relative;
    padding: 10px 0 40px;
    font-family: 'Neutra-Medium', sans-serif;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}

.num_comments:after{
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 14px;
    left: 50%;
    width: 74px;
    height: 22px;
    background: url('img/hal_sprite.png') no-repeat 15px -136px;
    background-size: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.comments_area{
    background-color:  #f2f2f2;
}

#comments{}

    #comments .comment-list{
        margin: 0 0 66px;
    }

    #comments .comment{
        padding: 35px 0 50px;
        border-bottom: 1px solid #ddd;
        list-style: none;
    }

    #comments .comment-author{
        font-size: 23px;
    }

    #comments .comment-author a{
        color: #000;
    }

    #comments .comment-meta{
        margin: 16px 0 34px;
    }

    #comments .comment p{
        line-height: 27px;
    }

    #comments #reply-title{
        font-family: 'Sabon', sans-serif;
        text-transform: none;
        font-size: 33px;
        line-height: 37px;
    }

.comment-form{
    padding-top: 66px;
}
    #commentform{
        width: 68%;
        padding-bottom: 158px;
    }


    #commentform label{
        font-family: Arial, sans-serif;
    }

    #commentform .form-submit{
        margin-top: 13px;
    }

    #commentform #submit{
        font-size: 24px;
        padding: 16px 31px;
    }

    #commentform .comment-notes,
    #comments .logged-in-as{
        margin-bottom: 30px;
    }

    #commentform .comment-form-author,
    #commentform .comment-form-email{
        display: inline-block;
        width: 49%;
    }

    #commentform .comment-form-email{
        float: right;
    }

    #commentform .comment-form-comment{
        margin-top: 16px;
    }

    #commentform input{
        display: block;
        width: 100%;
    }

    #commentform .form-submit input{
        width: auto;
    }


@media (max-width: 980px){
  #commentform .comment-form-author,
  #commentform .comment-form-email{
    display: block;
    width: 66%;
    float: none;
  }
}

@media (max-width: 768px){
  #commentform .comment-form-author,
  #commentform .comment-form-email{
    width: 100%;
  }
}

@media (max-width: 600px){
  #commentform{
      width: 100%;
  }
}

/*===================== remove focus outline =====================*/

/*#share_modal h2:focus,
#share_modal p:focus,
#topicsLinksWrap .togg_label{*/
    /*outline: none;*/
/*}*/


/* ============= better support for 'click for larger image' ijd 06-05-17 08:11 =========== */

span.click_large{
    display: block;
    font-size: 16px;
    text-decoration: underline;
}

span.click_large.alignleft{
    clear: left;
}

.alignright span.click_large{
    margin: 7px 0 7px 24px;
}

/* ============= added image orientation ijd 11-15-17 16:29 =========== */

.feat_post_image.img_left,
#footer_post_feed .img_left{
    background-position: left center;
}

.feat_post_image.img_right,
#footer_post_feed .img_right{
    background-position: right center;
}


