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

html {
  height: 100%;
  line-height: 1.5;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  color: #3f4d5a;
  font-size: 1em;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/* (empty rule removed) */
/* .container-main, .title-bar, .menu-bar, .footer {} */

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.7em;
}

/* float rules */
.float_left {
  text-align: left;
  float: left;
}

.float_right {
  text-align: right;
  float: right;
}

.margin_right {
  margin: 0 0 20px 20px;
}

.margin_left {
  margin: 0 20px 20px 0;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clear:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

* html .clear {
  height: 1%;
}

.flexor {
  display: -webkit-box;    /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;       /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;    /* TWEENER - IE 10 */
  display: -webkit-flex;   /* NEW - Chrome */
  display: flex;           /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.wrap_div {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

/*
  Style HTML Tags
*/

a {
  color: #4684c1;
  text-decoration: none;
}

a:hover {
}

h2, h3, h4, h5, h6 {
  color: #4684c1;
  font-weight: normal;
  margin-bottom: 6px;
}

p {
  margin-bottom: 18px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 15px;
  width: 100%;
  font-size: 0.7em;
  border: 1px solid #bbbbbb;
}

th, tr, td {
  vertical-align: middle;
}

.sticky-header th,
.sticky-table th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  text-align: left;
}

th {
  background: #ccc;
  padding: 5px 4px;
  border-right: 1px solid #c8c7c7;
  color: #333;
}

td {
  color: #747474;
  text-align: left;
  padding-left: 4px;
  border-right: 1px solid #c8c7c7;
  border-bottom: 1px solid #c8c7c7;
}

code {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

mark {
  background-color: #fdfc9b;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

hr {
  border: none;
  border-top: #eee 1px solid;
}

dt {
  font-weight: bold;
  margin-bottom: 24px;
}

dd {
  margin-left: 30px;
  margin-bottom: 24px;
}

ul {
  list-style-type: disc;
  margin-left: 15px;
  margin-bottom: 12px;
}

ul ul {
  list-style-type: square;
  margin-bottom: 0;
}

ul ul ul {
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
  margin-left: 30px;
  margin-bottom: 24px;
}

ol ol {
  list-style: upper-alpha;
  margin-bottom: 0;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

abbr,
acronym {
  border-bottom: #999 1px dotted;
  cursor: help;
}

big {
}

cite,
em {
  font-style: italic;
}

ins {
  background-color: #fdfc9b;
  text-decoration: none;
}

pre {
  background: #d8d8d8;
  text-shadow: 1px 1px #fff;
  border: 1px solid #bbbbbb;
  padding: 7px;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote, q {
  quotes: none;
  border: 1px solid #bbbbbb;
  background: #d8d8d8 url(images/quote.png) no-repeat;
  padding: 10px 5px 5px 47px;
  text-shadow: 1px 1px #fff;
  margin: 5px 0;
  border-radius: 7px;
}

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

strong {
  font-weight: bold;
}

sup,
sub {
  height: 0;
  vertical-align: baseline;
  position: relative;
}

sup { bottom: 1ex; }
sub { top: 0.5ex; }

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

video {
  display: block;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

audio {
  max-width: 100%;
}

.content a img {
  padding: 0;
  box-shadow: 0;
  background: #fff;
  border: 0;
}

.content a:hover img {
  background: #f0f0f0;
}

.center {
  text-align: center;
}

.dark_text {
  color: #3f4d5a;
}

.highlight {
  color: #ff0000;
}

.highlight-size {
  font-size: 1.3em;
}

.small_font {
  font-size: small;
}

/*
  Special List Items
*/

.two-column {
  margin: 0 10px;
}

.two-column ul {
  margin: 2px 20px;
}

.two-column ul li {
  list-style: square;
  padding: 0 0 0 10px;
}

.normal-list ul li {
  list-style: square;
}

/*
  Layout Specific
*/

.align_bottom {
  justify-content: flex-end;
  align-items: flex-end;
}

.title-bar {
  width: 412px;
  color: #e74c3c;
  font-weight: bold;
  margin: 20px auto;
  align-items: center;
}

.container-title {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
  text-align: center;
  margin: 5px 0;
  background: url(images/background-title.png);
}

.container-title h1 {
  text-transform: uppercase;
  opacity: 1;
  color: #0357aa;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}

.content-bg {
  background: #fff;
  width: 100%;
}

.container-content {
  width: 100%;
  background: #fff;
}

.container-sideinfo {
  background: #f3f7fb;
  border-bottom: 10px solid #fff;
  width: 100%;
}

.inner-padding,
.innerpage-padding {
  padding: 20px;
}

.innerpage-padding {
  width: 100%;
}

.cardplayercruises-logo a {
  background: url("images/cardplayercruises-logo.png") no-repeat;
  display: block;
  width: 260px;
  height: 44px;
  background-size: 260px 44px, cover;
  margin: 0 auto;
}

.email-offers a,
.phone {
  color: #e74c3c;
  background: #f0f7ff;
  text-decoration: none;
  display: block;
  padding: 5px;
}

.email-offers a:hover {
  color: #fff;
  background: #e74c3c;
}

.phone {
  margin-left: 20px;
}

.social-icons {
  margin-left: 10px;
}

.social-icons .s_icon,
.social-icons .s_icon svg {
  width: 30px;
  height: 31px;
  margin-right: 1px;
}

.social-icons .s_icon a svg {
  fill: #0357aa;
}

.social-icons .s_icon a:hover svg {
  fill: #cc3333;
}

.offers {
  display: flex;
}

.menu_wrapper {
  margin-right: auto;
}

.menu-bar,
.menu-outer {
  background: #0181ff;
  width: 100%;
}

.menu-bar a {
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.005em;
  letter-spacing: 0.02em;
}

.extra-buttons {
  border: 0;
  text-align: center;
  display: flex;
}

.extra-buttons a {
  display: flex;
  align-items: center;
  height: 42px;
  padding: 0 8px;
  white-space: nowrap;
}

.extra-buttons a:hover,
.extra-buttons a:active {
  background-color: #0181ff;
}

.extra-color1 {
  background: #cc3333;
}

.extra-color2 {
  background: #52c9e1;
}

.extra-color2:hover {
  background: #0357aa;
}

.rtecenter {
  text-align: center;
}

/* bottom links and footer */

.bottom-links-outer {
  background: #0357aa;
  width: 100%;
}

.footer-outer {
  background: #02a6c7;
  width: 100%;
  text-align: center;
}

.bottom-links,
.footer {
  padding: 10px;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
}

.footer div {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}

.bottom-links div {
  flex: 1;
  padding: 10px;
}

.bottom-links div svg {
  width: 60%;
  max-height: 100px;
  margin: 20px 0;
  fill: #fff;
}

.footer .footer_social {
  justify-content: center;
}

.footer .button,
.footer .button svg {
  width: 60px;
  margin: 0.3%;
  flex-basis: unset;
  -webkit-flex-basis: unset;
}

.footer .button a svg { fill: #0357aa; }
.footer .button a:hover svg { fill: #fff; }

.bottom-links div ul {
  margin: 20px 0;
  overflow: hidden;
}

.footer div ul {
  margin: 20px auto;
  padding: 0;
  overflow: hidden;
  width: 53%;
}

.footer .fineprint {
  margin: 20px 0;
  text-align: left;
}

.footer div ul li {
  float: left;
}

.bottom-links div ul li {
  text-align: left;
  margin: 3px 0 0 -15px;
}

.bottom-links div ul li a,
.footer div ul li a {
  color: #fff;
  text-decoration: none;
}

.bottom-links div:nth-of-type(odd) {
  background: #034c95;
}

.bottom-logos {
  align-items: flex-end;
}

.bottom-logos div {
  margin-bottom: 30px;
}

/* menu */

#main-menu {
  max-width: 1000px;
  margin: 0 auto;
  z-index: 11;
  top: -11px;
}

#main-menu ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}

#main-menu li {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
}

#main-menu ul li:first-child {
  padding-left: 0;
}

ul, ol, div.item-list ul {
  margin: 5px 0;
  padding: 0;
}

ul li,
ul.menu li,
ul.links li,
.item-list ul li {
  list-style: none outside none;
  margin: 0 0 2px;
  padding: 0 0 0 15px;
}

#main-menu a {
  display: flex;
  padding: 0 8px;
  height: 42px;
  align-items: center;
}

#main-menu a:hover,
#main-menu li a.active,
#main-menu ul li:hover > a,
#main-menu li li a.active {
  background: #f6f5f5;
  color: #d72027;
}

.drop-down-toggle {
  position: absolute;
  top: 7px;
  right: 16px;
  display: none;
  width: 20px;
  height: 20px;
  background: #333;
}

.menu--dropdown.block {
  margin-bottom: unset;
}

#main-menu li li {
  float: none;
  min-width: 190px;
  padding: 0;
  margin: 0;
  border: 0;
}

#main-menu li li a {
  min-width: 150px;
  margin: 0;
  background: #fff;
  color: #0357aa;
  text-transform: initial;
  text-align: left;
  overflow: hidden;
}

#main-menu li li:first-child > a {
  border-top: none;
}

#main-menu li li:nth-child(even) > a {
  background: #f6f5f5;
}

#main-menu li li:nth-child(odd) > a:hover {
  background: #fff;
}

#main-menu li ul {
  display: none;
  position: absolute;
  z-index: 9999;
  min-width: 190px;
  height: auto;
  padding: 0;
  margin: 0;
}

#main-menu li ul ul {
  margin: -33px 0 0 190px !important;
}

#main-menu li:hover > ul,
#main-menu li li:hover > ul,
#main-menu li li li:hover > ul {
  display: block;
}

#main-menu .nav-toggle {
  display: none;
}

#main-menu ul li.leaf,
#main-menu ul li.expanded,
#main-menu ul li.collapsed {
  list-style: none;
}

#main-menu ul.menu li {
  margin: 0;
}

#main-menu li.expanded,
#main-menu li.collapsed,
#main-menu li.leaf {
  margin: 0;
  padding: 0;
  line-height: 19px;
}

/*
 * forms
 */

.inner_form {
  padding: 0 20px 20px;
  margin: auto;
}


select.form_choose {
  border: 1px solid #000;
  background:#fff;
  padding:3px;
}



input.form_button {
background: #cc3333;
  margin: 15px 0 10px;
  color: #fff;
  border: 10px solid #e5edf5;
  font-weight: bolder;
  padding: 15px 30px;
  cursor: pointer;
}



input.form-checkbox,
input.form-radio {
  vertical-align: baseline;
}

.form-text {
  padding: 4px 5px;
}





/*-------------------------------------------*/
/* system                                    */
/*-------------------------------------------*/

.pane-title {
  background: #f0f5fa;
  padding: 10px;
  margin: 50px 0 10px;
}

/*-------------------------------------------*/
/* system                                    */
/*-------------------------------------------*/

.pane-title {
  background: #f0f5fa;
  padding: 10px;
  margin: 50px 0 10px;
}

#post-content {
  padding: 0 20px;
}

.breadcrumb {
  margin: 0 20px;
  padding-top: 20px;
  margin-bottom: 10px;
  border-bottom: #eee 1px solid;
}

#head,
#content,
#sidebar-second,
#sidebar-first {
  margin-top: 10px;
}

.node {
  margin: 20px 0;
}

.node h2.title,
.page-title {
}

.node h2.title a {
  color: #000;
}

.block {
  margin-bottom: 1%;
}

.block > h2 {
  font-weight: normal;
  margin: 5px 0;
  padding: 0 0 4px;
}

.theme-default .nivo-directionNav a {
  background: url("images/arrows.png") no-repeat;
}

.theme-default a.nivo-nextNav {
  background-position: -30px 0;
}

#footer-area .block > h2 {
  margin-bottom: 10px;
  font-weight: bold;
}

#footer-area ul.menu li a.active {
  color: #ddd;
}

.region-front-welcome {
  background: url("images/hr.png") top center no-repeat;
  padding-top: 2%;
  margin-top: 3%;
}

.region-front-welcome h2 {
  margin-bottom: 10px;
  text-transform: uppercase;
}

.submitted {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: rgb(247, 247, 247);
  border: 1px solid rgb(236, 236, 236);
  border-radius: 4px;
  clear: both;
  color: rgb(56, 56, 56);
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 8px;
}

.links {
  color: #000;
  margin-top: 10px;
}

ul.links {
  margin: 0;
}

.links li a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #4684c1;
  border-radius: 4px;
  color: #fff;
  font-weight: normal;
  padding: 4px 8px;
}

.links li a:hover {
  background: #cc3333;
  color: #fff;
}

/*-------------------------------------------*/
/* Fix CKEditor style                        */
/*-------------------------------------------*/

table.cke_editor {
  background: transparent;
  border: 0;
}

table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}



/*-------------------------------------------*/
/* Menus and item lists                      */
/*-------------------------------------------*/

.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*/
/* Admin Tabs                                */
/*-------------------------------------------*/

.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover,
ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a,
ul.secondary li a:link {
  border: none;
  color: #ccc;
  display: block;
  float: left;
  padding: 0 1em;
}

ul.secondary li a:hover,
ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

/*-------------------------------------------*/
/* Tabs and Tags                             */
/*-------------------------------------------*/

.field-name-field-tags {
  margin: 0 0 10px;
}

.field-name-field-tags a {
  display: inline-block;
  background: url(images/tag.png) no-repeat;
  padding: 0 8px 0 16px;
  height: 22px;
  text-shadow: 1px 1px #fff;
  border-radius: 2px;
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

/*-------------------------------------------*/
/* Profile                                   */
/*-------------------------------------------*/

.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/*-------------------------------------------*/
/* Navigation                                */
/*-------------------------------------------*/

.item-list .pager li {
  background: #cfcfcf;
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}

/* Images */

img {
  outline: 0;
}

img.scale-with-grid {
  max-width: 100%;
  height: auto;
}

/* Admin styles */

ul.primary li {
  display: inline-block;
  background: none;
  padding: 0;
  margin: 0;
}

#toolbar ul li,
#toolbar ul li a {
  background: none;
}

/*-------------------------------------------*/
/* panes (used on brochures)                 */
/*-------------------------------------------*/

.pane-one-line {
  display: flex;
}

.pane-one-line .pane-title {
  padding: 0;
  background: none;
  margin: 0;
}

/*-------------------------------------------*/
/* Cruise side menu and links                */
/*-------------------------------------------*/

.button-large a {
  background: #cc3333 url(images/button-large.png);
  background-position: top left;
  background-repeat: no-repeat;
  display: flex;
  height: 55px;
  margin: 15px 0 10px;
  color: #fff;
  padding: 0 0 0 60px;
  border: 10px solid #e5edf5;
  text-transform: uppercase;
  align-items: center;
  font-weight: bolder;
  font-size: 1.7em;
  line-height: 0;
}

.underline-link a {
  text-decoration: underline;
}

.button-large a:hover {
  background-color: #0357aa;
  border: 10px solid #fff;
}

.sidemenu li.menu-item a,
.menu--about-us li.menu-item a {
  color: #3f4d5a;
  padding: 5px 15px;
  display: block;
  background: url(images/arrow.png) no-repeat;
  margin-left: -15px;
}

.sidemenu,
.menu--about-us,
.sidebox {
  background: #e5edf5;
  padding: 10px 20px;
  margin: 20px auto;
  position: relative;
}

.sidebox,
.imagebox {
  color: #4684c1;
  background: #e5edf5;
}

.sidebox h3 {
  background: #d1e2f4;
  padding: 5px;
}

.imagebox {
  padding: 20px;
  margin: 20px 0;
}

.sidemenu li.menu-item:nth-child(even),
.menu--about-us li.menu-item:nth-child(even) {
  background: #d9e4f0;
}

.sidemenu::before,
.menu--about-us::before {
  content: "";
  background: url(images/sidebar-suits.png);
  background-repeat: no-repeat;
  width: 80px;
  display: block;
  height: 20px;
  position: absolute;
  top: -10px;
  left: calc(50% - 40px);
}

.simple-link-box {
  margin: 10px auto;
  background-color: #e5edf5;
  padding: 5px 15px;
}

.sidemenu h2,
.sidemenu h3 {
  margin-top: 10px;
}

.side-links {
  padding: 10px;
  background: #f0f5fa;
  margin-bottom: 10px;
}

.side-links b {
  color: #cc3333;
}

/*-------------------------------------------*/
/* blogs and photo pages                     */
/*-------------------------------------------*/

.field-name-field-ship a,
.field-name-field-departing-port-news a,
.field-name-field-content-type a,
.field-name-field-cruise-link a,
.field-name-field-destinations a {
  float: left;
  margin: 0 5px 3px 0;
  padding: 5px;
  background: #02a6c7;
  color: #fff;
  font-weight: bold;
}

.field-name-field-ship a:hover,
.field-name-field-departing-port-news a:hover,
.field-name-field-content-type a:hover,
.field-name-field-destination a:hover {
  background: #cc3333;
}

.field-type-text-with-summary {
  clear: both;
}


/*-------------------------------------------*/
/* Side box links                            */
/* keep the suits in order on reg pages      */
/*-------------------------------------------*/

.views-row-even {
  background: #d9e4f0;
}

.view-header {
  padding-top: 15px;
  position: relative;
}

/*-------------------------------------------*/
/* list pages                                */
/*-------------------------------------------*/

.node-trip-reports footer,
.views-row-even footer, /* FIXED: missing dot */
.views-row-odd footer,
.view-poker-articles footer {
  margin: 10px 0 2px;
}

.highlight-links {
  background: #ff0000;
  color: #fff;
}

.views-links a {
  color: #4684c1;
  padding: 5px 10px 5px 12px;
  float: left;
  font-weight: bold;
  border: 1px solid #d1e2f4;
  border-radius: 10px;
  margin: 2px;
  background: #fdfdfd;
}

.highlight-button a {
  background: #ff0000;
  color: #fff;
  border: 5px solid #e5edf5;
}

.views-links a:hover {
  background: #0357aa;
  color: #fff;
  border-color: #ffffff;
}

.simple-link {
  color: #3f4d5a;
  padding: 5px 15px;
  display: block;
  background: url(images/arrow.png) no-repeat;
}

.special li {
  list-style: square;
  margin-left: 20px;
}

.field-type-datetime {
  margin: 10px 0;
}

/*-------------------------------------------*/
/* cruise brochure                           */
/*-------------------------------------------*/

.brochure_frame {
  flex-wrap: wrap;
  background: #fff;
}

.brochure_left,
.brochure_right {
  width: 100%;
  background: #fff;
}

.brochure_right {
  background: #f3f7fb;
}

.brochure_itinerary {
  border-bottom: 1px solid #e9f2fb;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.brochure_itinerary_info {
  margin-bottom: 10px;
}

.brochure_itinerary_intro {
  color: #cc3333;
  font-size: 1.4em;
}

.brochure_itinerary_intro strong {
  color: #0357aa;
  font-weight: normal;
}

.brochure_itinerary_time {
  color: #a9a9a9;
}

.brochure_itinerary_details {
  margin: 0 0 20px 10px;
}

.brochure_day {
  background: #0357aa;
  color: #fff;
  font-weight: 900;
  padding: 5px 2px;
  text-transform: uppercase;
  width: 60px;
  text-align: center;
  font-size: 1.5em;
  min-width: 60px;
}

.brochure_container,
.list_container {
  width: 100%;
}

.brochure_itinerary_description,
.list_description {
  flex-grow: 2;
}

.brochure_itinerary_image {
  margin-left: 10px;
  min-width: 230px;
  max-width: 400px;
  display: block;
  width: 100%;
  background: #f3f7fb;
  padding: 15px;
}

.list_image {
  margin-left: 10px;
  min-width: 230px;
  max-width: 400px;
}

.list_image_left {
  margin-left: 0;
  min-width: 230px;
  max-width: 400px;
}

.brochure_bold {
  font-weight: 600;
}

.brochure_staterooms {
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.small_itinerary table,
.small_itinerary td {
  border-collapse: collapse;
  font-family: Verdana;
  border: none;
  color: #3f4d5a;
}

.small_itinerary table {
  background: #fff;
  border: 3px solid #fff;
}

.small_itinerary .views-row-even {
  background: #e5edf5;
}

.small_itinerary td {
  padding: 5px 2px;
  vertical-align: top;
}

.small_itinerary_header,
.small_itinerary_header td {
  background: #d1e2f4;
  color: #3f4d5a;
}

.node--unpublished {
  color: #fff;
  font-weight: 900;
  background: red;
  padding: 10px;
  width: 95%;
}

.titles h1 { font-size: 3em;   margin-bottom: 0; }
.titles h2 { font-size: 2.5em; margin-bottom: 0; }
.titles h3 { font-size: 1.7em; margin-bottom: 0; }
.titles h4 { font-size: 1.2em; margin-bottom: 0; }

/*-------------------------------------------*/
/* hide/close box                            */
/*-------------------------------------------*/

.showmore_box {
  background: #f7f9fb;
  border-radius: 4px;
  color: #000;
  margin: 5px 0;
  padding: 5px 10px;
  width: auto;
}

.showmore_box ul li {
  margin-top: 15px;
  background-image: url(images/circle.png);
  background-repeat: no-repeat;
  background-position: 0 -5px;
  padding-left: 15px;
}

.showmore_click {
  background: #4684c1;
  border-radius: 4px;
  color: #fff;
  display: flex;
  text-decoration: none;
  height: 35px;
  align-items: center;
  justify-content: center;
  font-weight: bolder;
  font-size: 1.1em;
  margin: 10px auto;
}

.showmore_click a {
  text-decoration: none;
}

.showmore_hide {
  display: none;
}

.showmore_click:hover {
  text-decoration: none;
  background: #ff0000;
}

/*-------------------------------------------*/
/* upcoming cruises jump menus               */
/*-------------------------------------------*/

.cruise-jump .views-widget-filter-field_day_of_departure_value select,
.cruise-finder .views-widget-filter-field_day_of_departure_value_1 select {
  border: 1px solid #e5edf5;
}

.cruise-jump,
.cruise-finder {
  width: 100%;
  background: #e5edf5;
  padding-bottom: 10px;
}

.cruise-jump {
  width: 185px;
  float: right;
  margin: 0 0 10px 10px;
}

.cruise-jump .views-widget-filter-field_day_of_departure_value,
.cruise-finder .views-widget-filter-field_day_of_departure_value_1 {
  display: flex;
  background: #cc3333;
  width: 100%;
  color: #fff;
}

.cruise-jump .views-exposed-form .views-exposed-widget,
.cruise-finder .views-exposed-form .views-exposed-widget {
  padding: 0 1em 0 0;
}

.view-empty {
  margin: 0 10px;
}

.cruise-jump .views-exposed-form .views-exposed-widget,
.cruise-finder .views-exposed-form .views-exposed-widget {
  padding: 0;
}

.cruise-jump .views-exposed-form .views-exposed-widget label,
.cruise-finder .views-exposed-form .views-exposed-widget label {
  padding: 10px 0 0 10px;
}

.cruise-jump .views-exposed-form .views-exposed-widget .views-widget,
.cruise-finder .views-exposed-form .views-exposed-widget .views-widget {
  padding: 9px;
}

/*-------------------------------------------*/
/* team page                                 */
/*-------------------------------------------*/

.team_page .flexor {
  margin-top: 10px;
}



.view-upcoming-cruises-complete .view-filters {
  padding: 10px;
  background: #0357aa;
  color: #fff;
}



/*-------------------------------------------*/
/* color backgrounds and fonts               */
/*-------------------------------------------*/

.highlight-box {
  margin: 10px 0;
  padding: 20px;
  background: #e5edf5;
}

.gray-box {
  padding: 10px;
  background: #f0f5fa;
  margin-bottom: 10px;
}

.gray-box b {
  color: #cc3333;
}

.page_slideshow {
  margin: 0 0 0 13px;
  max-width: 100%;
  background: initial; /* combined duplicate rule */
}
