

.button,
body {
    line-height: 1.42857143;
}

body,
iframe,
{
    width: 100%;
}
ol,
ul {
    width: 100%;
}
.main ul, .main ol {
	width:auto;
	display: table;
}
a,
ins {
    text-decoration: none;
}

article,
aside,
figure,
footer,
header,
iframe,
img,
main,
nav,
section {
    display: block;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
b,
big,
blockquote,
body,
button,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}

.button,
.content table th {
    vertical-align: middle;
    text-transform: uppercase;
}

body,
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

:focus {
    outline: 0;
}

del {
    text-decoration: line-through;
}

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

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cleared::after,
.cleared::before {
    content: " ";
    display: table;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .cleared {
    height: 1%;
}

.cleared {
    display: block;
}

@font-face {
    font-family: 'franklin';
    src: url('/assets/fonts/franklin.woff2') format('woff2'), 
    url('/assets/fonts/franklin.woff') format('woff'), 
    url('/assets/fonts/franklin.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'posterizer';
    src: url('/assets/fonts/Posterizer.woff2') format('woff2'), 
    url('/assets/fonts/Posterizer.woff') format('woff'), 
    url('/assets/fonts/Posterizer.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'council';
    src: url('/assets/fonts/council-regular.woff2') format('woff2'), 
    url('/assets/fonts/council-regular.woff') format('woff'), 
    url('/assets/fonts/council-regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
.franklin {
    font-family: 'franklin';
    font-weight: 400;
}
.posterizer {
    font-family: 'posterizer';
    font-weight: 400;
}
.council {
    font-family: 'council';
    font-weight: 400;
}
.navy {
    color: #213958 !important;
}
body {
    font-family: 'Source Sans Pro', 'calibri', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    background: #747474;
    min-width: 320px;
}
.main p {
	font-size: 110%;
}

.fontBold,
a,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 700;
}

@media (min-width:800px) and (max-width:899px) {
    body {
        font-size: 90%;
    }
    .main, .sidebar {
    	font-size: 120%;
    }
}

@media (min-width:768px) and (max-width:799px) {
    body {
        font-size: 85%;
    }
    .main, .sidebar {
    	font-size: 125%
    }
}

@media (min-width:600px) and (max-width:767px) {
    body {
        font-size: 80%;
    }
    .main, .sidebar {
    	font-size: 130%
    }
}

@media (max-width:599px) {
    body {
        font-size: 70%;
    }
    .main, .sidebar {
    	font-size: 135%
    }
}
.halfWidth {
    max-width: 50% !important;
}
h1{
    color: #610706;
    font-family: 'posterizer', Arial, sans-serif;
    font-weight: 400;
    font-size: 2.25em;
    border-top: 1px dashed #d2d6d8;
    border-bottom: 1px dashed #d2d6d8;
    padding: 5px 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    line-height: 1.1;
    margin: .67em 0;
}

p {
    margin: 0 0 1em;
    line-height: 1.2;
}

.wrapper,
img {
    max-width: 100%;
    margin: 0 auto;
}

.h1,
h1 {
    font-size: 2em;
}

.h2,
h2 {
    font-size: 1.8em;
}

.h3,
h3 {
    font-size: 1.6em;
}

.h4,
h4 {
    font-size: 1.4em;
}

.h5,
h5 {
    font-size: 1.25em;
}

.h6,
h6 {
    font-size: 1.1em;
}

a, a:visited {
    color: #910508;
}

a:hover {
    color: #c71103;
}

img {
    height: auto!important;
}

header,
header .header-top {
    height: auto;
    position: relative;
}

a.button,
a.button:hover,
a.button:visited {
    color: #e6e6e6;
}

.wrapper {
    padding: 0 2.5%;
    position: relative;
    width: 960px;
}

.home .homeshow .wrapper,
header .wrapper, .content .wrapper {
    padding: 0;
}

.button {
    color: #e6e6e6!important;
    text-shadow: 1px 1px 2px #353535;
    box-shadow: 1px 1px 2px #353535;
    font-family: 'posterizer';
    font-weight: 400;
}
.button {
    background: #ca0000;
    -moz-border-radius: 4px;
    -moz-user-select: none;
    -ms-touch-action: manipulation;
    -ms-user-select: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 1.3em;
    margin-bottom: 0;
    padding: 8px 15px 4px;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    white-space: nowrap;
}

.content #photo-thumbs ul li,
.home #activities-thumbs ul li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
}

.button:hover {
    background: #b90101;
}

/*.homeshow .button, .activities .button, .itinerary .button, .main .button {
    background: #5fc1d9;
    background: -moz-linear-gradient(top, #5fc1d9 0, #0094b4 100%);
    background: -webkit-linear-gradient(top, #5fc1d9 0, #0094b4 100%);
    background: linear-gradient(to bottom, #5fc1d9 0, #0094b4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5fc1d9', endColorstr='#0094b4', GradientType=0);
    -ms-filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5fc1d9', endColorstr='#0094b4', GradientType=0);
}
*/
/*
.lineup .button:hover, .activities .button:hover, .itinerary .button:hover, .main .button:hover {
    background: #0094b4;
    background: -moz-linear-gradient(top, #0094b4 0, #5fc1d9 100%);
    background: -webkit-linear-gradient(top, #0094b4 0, #5fc1d9 100%);
    background: linear-gradient(to bottom, #0094b4 0, #5fc1d9 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0094b4', endColorstr='#5fc1d9', GradientType=0);
    -ms-filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5fc1d9', endColorstr='#0094b4', GradientType=0);
}
*/
.mobile-hide {
    display: none;
}

@media screen and (min-width:900px) {
    .mobile-hide {
        display: block;
    }
}

.parsley-errors-list {
    display: block;
    font-size: .75em;
    color: #c00!important;
    text-align: left;
    margin: .5em 0 0!important;
}

.home .newsletter .parsley-errors-list {
    color: wheat!important;
}

.parsley-errors-list li {
    padding-left: 0!important;
    background: 0 0!important;
}

.parsley-error {
    border: 1px solid #c00!important;
}

.home .newsletter .parsley-error {
    border-color: wheat!important;
}

li.parsley-error {
    border: none!important;
}

.uppercase {
    text-transform: uppercase!important;
}

.smaller {
    font-size: .85em;
}

.bigger {
    font-size: 2em;
}

.pull-left {
    text-align: left;
}

.pull-right {
    text-align: right;
}

.center {
    text-align: center;
}

.fontBolder {
    font-weight: 700;
}
.fontNormal {
    font-weight: 500 !important; 
}
.hide {
    display: none;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.alert-bar a,
.inlineBlock {
    display: inline-block;
}

.teal {
    color: #0295b5;
}

.whiteFont {
    color: #fff!important;
}

.titleOrange {
    color: #f26522;
}

.alert-bar a:visited,.alert-bar p, .alert-bar a {
    color: #fffddf;
}

.alert-bar {
    background: #333;
    color: #fffddf;
}
.alert-bar p i {
    margin-right: 5px;
}
.alert-bar .wrapper {
    padding: .6em 0;
}

.alert-bar p {
    position: relative;
    margin: 0;
}

ul.headerList {
    position: relative;
}

ul.headerList li {
    display: inline;
    float: left;
}

.header-top .wrapper {
    padding: .1em .3em 0 0;
    width: 960px;
}

header {
    z-index: 999;
}

header .header-top {
    background: #fff;
}
header .account {
    margin-top: .5em!important;
}
#headerItem1 img {
    z-index: 99999;
}

#headerItem1 img,
#headerItem2 {
    position: absolute;
}

#headerItem2 {
    width: 100%;
    left: auto;
    right: 0;
    top: 100%;
    text-align: left;
    margin-top: 15px;
    padding-left: 15px;
    padding-top:10px;
}

#headerItem3 {
    width: auto;
    float: right;
    margin: 0;
}

#headerItem3 .call::after {
    content: "\a";
    white-space: pre-line;
}

@media screen and (max-width:599px) {
	.header-top .wrapper {
		padding:.5em;
	}
	ul.headerList {
		text-align: center;
	}
	ul.headerList li {
		float: none;
	}
    #headerItem1 img {
        max-width: 125px;
        margin: 0 auto;
    }
    #headerItem2 {
        margin: 0 auto;
    	text-align: center;
    	float: none;
    }
    #headerItem1 img, #headerItem2 {
    	position: relative;
    }
    #headerItem3 {
    	float: none;
    }
}

@media (min-width:600px) and (max-width:767px) {
    #headerItem1 {
        margin-top: 10px;
    }
    #headerItem1 img {
        max-width: 165px;
    }
    #headerItem2 {
        text-align: right;
        padding: 0
    }
    #headerItem3 .call, #headerItem3 a.button {
        float: left;
    }
    #headerItem3 a.button {
        margin:5px 0 0 5px;
    }
    #headerItem3 .call::after {
        white-space: normal;
    }
    header .header-top {
        height: 130px;
    }
    header .account {
        text-align: right;
    }
    header .account a {
        margin-top: 5px;
        display: inline-block;
    }
}

@media screen and (min-width:768px) {
    #headerItem1 img,
    #headerItem2 {
        position: relative;
    }
    #headerItem1 {
        width: 21%;
        max-width: 200px;
        margin-top: 10px;
    }
    #headerItem2 {
        width: 57%;
    }
    #headerItem3 {
        line-height: normal;
        margin-top: 3px;
    }
}
@media screen and (min-width:900px) {
    header .header-top {
        height: 120px!important;
    }
}

.header-top p {
    margin: 0;
}

.header-top .date, .header-top a.call {
    font-size: 2.4em;
    line-height: 1;
}

.header-top .globalPorts {
    color: #8f0200;
    font-size: 1.4em;
}
header .nav-toggle {
    background: #213958;
    display: block;
    padding: 5px .5em 0;
    line-height: 1.2;
    z-index: 999;
    text-align: right;
    font-size: 25px;
    color: #fff;
    width: 100%;
    border-bottom: 1px solid #7a7d8a;
}

header #main-nav {
    background: #213958;
    display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
    #main-nav .wrapper {
        float: right;
    }
}
header nav .wrapper > ul ul {
    display: none;
}
  header nav .wrapper > ul ul ul li a {
      padding-left: 25px;
  }
@media screen and (min-width:768px) {
    header .nav-toggle {
        display: none;
    }
    header #main-nav {
        display: block!important;
    }
    header nav .wrapper>ul>li {
        border: none!important;
        display: inline;
        float: left;
        position: relative;
        height: 35px;
        padding: 0 .8em;
    }
    header nav .wrapper>ul>li>a {
        text-align: center;
        height: 35px;
        line-height: 35px;
    }
    header nav .wrapper>ul .over ul {
        display: block;
    }
  header nav .wrapper > ul .over ul ul {
      display: none;
  }
  header nav .wrapper > ul .over ul .over {
      position: relative;
  }
  header nav .wrapper > ul .over ul .over ul {
      display: block;
      position: absolute;
      right: -100%;
      top: 0;
      left: 100%
  }
  header nav .wrapper > ul ul ul li a {
      padding-left: 10px;
  }
    header nav .wrapper>ul ul {
        width: 240px;
        border: none;
        position: absolute;
        top: 100%;
        left: 0;
    }
    header nav .wrapper>ul li.right-drop ul {
        right: 0;
        left: auto;
    }
    header .header-top {
        height: 110px;
        border-bottom: none;
    }
    header nav .wrapper > ul li.right-drop ul {
        right: 0;
        left: auto;
     }
      header nav .wrapper > ul ul {
        width:240px;
        border:none;
        position:absolute;
        top:100%;
        left:0;
      }
      header nav .wrapper > ul ul > li {
          position: relative;
      }
      header nav .wrapper > ul li.right-drop ul {
        right:0;
        left:auto;
      }
}
@media screen and (min-width: 980px) {
        header nav .wrapper>ul>li {
            border-left: #7a7d8a 1px solid !important;
        }
        header nav .wrapper>ul>li:first-child,header nav .wrapper>ul>li:last-child,header nav .wrapper>ul ul, header nav .wrapper>ul>li.active {
            border: none !important;
        }
}
@media screen and (min-width:768px) {
    header nav .wrapper>ul {
        padding-left: 22%;
    }
}
@media (min-width:980px) and (max-width: 1023px) {
    header nav .wrapper>ul {
        padding-left: 20%;
    }
}

header nav .wrapper>ul>li {
    border-bottom: 1px solid #7a7d8a;
    display: block;
}

header nav .wrapper>ul>li.active {
    border: none!important;
}

header nav .wrapper>ul>li>a {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    color: #fde4b5;
}

header nav .wrapper>ul>li.active>a,
header nav .wrapper>ul>li.over>a,
header nav .wrapper>ul>li.over>a:hover,
header nav .wrapper>ul>li>a:hover {
    color: #fff;
    font-weight: 700;
}

header nav .wrapper>ul>li.active {
    background-color: #0097be;
    font-weight: 700;
}
header nav .wrapper>ul ul,
header nav .wrapper>ul>li.over,
header nav .wrapper>ul>li:hover {
    background-color: #244875;
    background: 0 0\9;
    background: rgba(36, 72, 117, .7);
    font-weight: 700;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#B2244875, endColorstr=#B2244875);
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#B2244875, endColorstr=#B2244875);
}

header nav .wrapper>ul ul {
    display: none;
}

header nav .wrapper>ul .over ul {
    display: block;
}

@media (max-width:767px) {
    header nav .wrapper>ul ul li a,
    header nav .wrapper>ul>li>a {
        padding: .85em 1em;
    }
    header nav .wrapper>ul .first ul {
        display: none;
    }
}

header nav .wrapper>ul ul li a {
    display: block;
    text-transform: uppercase;
    color: #fff;
    padding: 10px .9em;
}

header nav .wrapper>ul ul li a:hover {
    color: #fff;
    font-weight: 700;
    background: #244875;
}
@media screen and (min-width:768px) {
    header nav .wrapper>ul>li {
        float: left;
    }
}
@media screen and (min-width:980px) {
    header nav .wrapper>ul>li {
        padding: 0 1em;
    }
    header nav .wrapper>ul ul li a {
        padding: 10px 1.2em;
    }
    .content .main .slideshow {
        max-height: 235px;
        overflow: hidden;
    }
    .content .main .photo-gallery #photo-slides {
        max-height: 300px;
        overflow: hidden;
    }
}

.content {
    padding: 0;
    background: #fef0d6;
}
@media screen and (max-width: 979px) {
    .content .wrapper {
        padding: 0 2.5%;
    }
}
.content .borderImg {
    padding: 5px;
    background: #fff;
    border: 1px solid #eee;
}

.main .fullContainer,.videoPlayer {
  position: relative;
  margin-top: 0;
  margin-bottom: 1.5em;
}
.main .videoPlayer iframe {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
iframe {
  width: 100%;
}

a.blkLink,
a.blkLink:visited {
    color: inherit;
}

.main a.button,
.main a.button:hover,
.main a.button:visited {
    color: #fff!important;
}
/*
.main .button {
    margin: 1em 0;
}
*/
.main p.stateroom {
    text-align: right;
}

.main h1, .main-full h1 {
    font-size: 2.5em;
}
.main h2 {
    color: #213958;
}
.main h3 {
    color: #154778
}
.main ul li {
    background: url(/assets/images/red-star.png) no-repeat;
    padding: 0 0 0 2em;
    background-size: initial;
}
.main h3.lineup-h3 {
    font-size: 1.2em;
}
.content .main {
    background: #fff;
    margin: 0 0 2em;
    padding: .5em 2em 1em;
    width: 100%;
    float: none;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.content .sidebar {
    float: none;
}
.main-full {
    width: 100%;
    background: #fff;
    margin: 0 0 2em;
    padding: .5em 2em 1em;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
@media screen and (min-width:768px) {
    .content .main {
        float: right;
        width: 67%;
    }
    .content .sidebar {
        float: left;
        width: 32%;
        padding: 0 1.5em 0 0;
    }
    .content .main.full-column {
        width: 100%;
        margin-bottom: 2em;
    }
}

.content .embed_media,
.content ol,
.content p,
.content table,
.content ul {
    line-height: 1.428;
    margin: 0 0 1em;
}

.content li {
    margin: 0 0 .5em;
}
li.new {
    position: relative;
}
li.new::after {
    content: "NEW";
    background: #148419;
    border-radius: 3px;
    font-size: .6em;
    padding: 2px 4px;
    color: #fff;
    text-shadow: 1px 1px 1px #888;
    display: inline;
    position: absolute;
    margin-left: 3px;
    font-weight: 700;
}
.content ul.notes li {
    padding: 0 0 0 2em;
    background-size: initial;
    position: relative;
}
.content ul.notes li::before {
    content: "";
    background: url(/assets/images/red-star.png) no-repeat;
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 100%;
}
.content ol {
    list-style-type: decimal;
    padding: 0 0 0 25px;
}

.content table {
    display: table;
    width: 100%;
    max-width: 100%;
    border: 1px solid #eee;
    font-size: .85em;
}

.content table .pull-left,
.content table .pull-right {
    float: none;
}

.content table thead {
    display: table-header-group;
}

.content table tbody {
    display: table-row-group;
}

.content table tr {
    display: table-row;
    text-align: left;
}

.content table td,
.content table th {
    display: table-cell;
    font-weight: 700;
    padding: .6em;
}

.content table th {
    color: #fff;
    background: #0d303d;
}

.content .main table td {
    vertical-align: top;
}

@media (max-width:369px) {
    .content .main table th {
        word-break: break-word;
    }
}

.content table th p {
    margin: 0!important;
}

.content table .odd td {
    background: #efefef;
}

.content table .strike td,
.content table .strike th {
    text-decoration: line-through;
    color: #bbb;
}

.content hr {
    clear: both;
    height: 1px;
    color: #eee;
    border: none;
    margin: 1.5em 0;
    background-color: #eee;
}

.content blockquote {
    font-size: 20px;
    line-height: 26px;
    color: #bbb;
    padding: 0 40px;
}

.content .float-left,
.content .float-right {
    display: inline-block;
    max-width: 200px;
    padding: 5px;
    background: #fff;
    border: 1px solid #eee;
    position: relative;
}

.content .float-right {
    float: right;
    margin-left: 1.5em;
}

.content .float-left {
    float: left;
    margin-right: 1.5em;
}

.content p.captioned {
    margin-bottom: 2.5em;
    padding: 0;
    background: 0 0;
    box-shadow: none;
}

.content p.captioned img {
    padding: 5px;
    background: #fff;
}

.content p.captioned small {
    display: block;
    font-size: .7em;
    padding: .3em 0 0;
    position: absolute;
}

.content .intro {
    border-bottom: 1px solid #eee;
    margin: 0 0 1.5em;
}

.content .intro img {
    background: #fff;
    float: left;
    margin: 0 1.5em 1.5em 0;
    padding: 5px;
    border: 1px solid #eee;
    max-width: 35%;
}

@media (max-width:479px) {
    .content .float-left,
    .content .float-right {
        width: 45%;
    }
    .content .intro img {
        display: none;
    }
}

.content .intro p {
    font-size: 1.1em;
    margin-top: .5em;
}

.content form label {
    display: inline-block;
    font-size: .85em;
    text-transform: uppercase;
}

.content form .lowercase,
.content form ul.checks li em {
    text-transform: none;
}

.home .newsletter form input.text,
.home .newsletter form textarea {
    display: block;
    width: 100%;
    color: #900507;
    border: 1px solid #eee;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 #d0d0d0 inset;
    -moz-box-shadow: 0 1px 1px 0 #d0d0d0 inset;
    box-shadow: 0 1px 1px 0 #d0d0d0 inset;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.main form input.text,
.main form textarea {
    display: inline-block;
    width: 100%;
    font-family: inherit;
    font-size: .85em;
    font-weight: 400;
    color: #292929;
    padding: .5em;
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
}

.content form input.text-small {
    width: 75px;
}

.content form input.radio {
    display: inline;
    line-height: normal;
    cursor: pointer;
    width: 20px;
}

.content form input.radio+strong {
    margin-right: 40px;
}

.content form textarea {
    height: 150px;
    resize: none;
}

.content form ul.checks li {
    background: 0 0;
    display: inline;
    float: none;
    height: 1em;
    line-height: 1em;
    margin-bottom: .5em;
    padding: 0;
    position: relative;
    width: 100%;
}

.content form ul.checks li::after {
    content: "\a";
    white-space: pre-line;
}

.content form ul.checks li input {
    display: inline-block;
    line-height: 1em;
    margin-right: .5em;
}

.content form ul.checks li label {
    display: inline-block;
    line-height: normal;
    cursor: pointer;
}

.content form #dob_month_chosen {
    min-width: 120px;
}

.content form small {
    font-size: .85em;
    line-height: normal;
}

.content form #preferred_contact {
    width: 178px;
}

.content form .freeform_grid {
    margin: 0 0 1.5em;
}

.content form #grid_27 input {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #292929;
    padding: 2px;
    border: 1px solid #d0d0d0;
    background: #ebebeb;
    box-shadow: 2px 2px 2px #d0d0d0 inset;
}

.content ul.site-map a,
.news h2 {
    color: inherit;
}

.content form #host_agency_country_chosen {
    min-width: 205px;
}

.content form .float-labels label {
    margin-bottom: .5em;
}

@media screen and (min-width:768px) {
    .content form .float-labels label {
        margin: 0;
    }
    .content form .float-heading p.last label,
    .content form .float-labels label {
        float: left;
        width: 170px;
        text-align: right;
        padding: 0 1.5em 0 0;
    }
    .content form .float-heading p.last br,
    .content form .float-labels br {
        display: none;
    }
    .content form .float-labels span.field {
        display: block;
        margin: 0 0 0 170px;
    }
    .content form .float-heading h3 {
        float: left;
        margin-top: 0;
        width: 170px;
    }
    .content form .float-heading .indent {
        margin: 0 0 0 170px;
    }
    .content form .float-heading p.last label {
        margin: 1px 0 0 -170px;
    }
    .content form .float-heading p.last span.field {
        display: block;
    }
    .content form p.submit {
        padding: 0 0 0 170px;
    }
    .content .embed_media,
    .content ol {
        line-height: 1.5em;
    }
}

.content .grid {
    margin-top: 1em;
    position: relative;
}

.content .grid .item {
    float: left;
    width: 100%;
    text-align: center;
    padding: 1em 1em 0;
}

@media (min-width:480px) {
    .content .float-left,
    .content .float-right {
        max-width: 35%;
    }
    .content .grid .item {
        width: 50%;
    }
    
}

.content .grid .item a img {
    background: #fff;
    padding: 5px;
    border: 1px solid #eee;
}

.content .grid .item a p.fontBold {
    margin-top: .5em;
}

.content .grid .row {
    clear: both;
    display: none;
}

.content .grid .row2 {
    display: block;
}

@media screen and (min-width:600px) {
    .content .grid .item {
        width: 33.33333333%;
    }
    .content .grid .row2 {
        display: none;
    }
    .content .grid .row3 {
        display: block;
    }
}

.content .category-header {
    padding: 0 0 .5em;
    border-bottom: 1px solid #eee;
    margin: 0 0 1.5em;
}

.content .category-header p {
    font-size: .85em;
    text-transform: uppercase;
    margin: 0;
}

.content ul.site-map>li {
    font-weight: 700;
    padding: 0;
    margin: 0 0 1.5em;
    background: 0 0;
}

.content ul.site-map ul li {
    background: 0 0;
    font-weight: 400;
    text-transform: none;
    padding-left: 1.5em;
}

.content ul.site-map ul {
    padding: 5px 0 0;
    margin: 0;
}

.content ul.site-map ul ul {
    list-style-type: disc;
    padding-left: 1.5em;
}

.content ul.site-map ul ul li {
    padding: 0;
    background: 0 0;
}

.news {
    margin-bottom: 2em;
}

.content p.date,
.news p.inList {
    margin-bottom: .5em;
}

.news h2 {
    font-size: 1.6em;
}

.news h2.alert {
    padding: 0 0 0 1.5em;
    background: url(/assets/images/alert.png) 0 8px no-repeat;
}

.news h3.alert {
    padding: 0 0 0 1.5em;
    background: url(/assets/images/alert.png) 0 3px no-repeat;
}

.news h5.inList {
    margin-top: 0;
}

.content p.date {
    font-size: .75em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.content .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 1.5em auto 0;
    border-radius: 5px;
    text-align: center;
}

.content .pager li,
.content .pagination li {
    background: 0 0;
    display: inline;
    padding: 0!important;
}

.content .pager {
    font-size: .85em;
    padding-left: 0;
    margin: 1.5em 0 0;
    text-align: center;
    list-style: none;
    display: inline-block;
    width:100%;
}

.content .pager li {
    float: left;
    width: 33%;
    padding: 0;
}

.content .pager a {
    display: inline-block;
    padding: 5px 14px;
}

.content .pager .next a,
.content .pager .previous a {
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.content .pager .next a:hover,
.content .pager .previous a:hover,
.content .pagination a:hover {
    background: #f7f7f7;
}

.content .pager .previous a {
    float: left;
}

.content .pager .next a {
    float: right;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.content .pagination a,
.content .pagination span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #eee;
}

.content .pagination span {
    color: orange;
}

.content .faqs p.last {
    text-align: right;
}

.content .photo-gallery {
    padding: 0 0 .5em;
    border-bottom: 1px solid #eee;
    margin: 0 0 1.5em;
}

.content p.download {
    text-align: right;
    margin: 0 0 1em;
}

.content #photo-slides {
    margin: 0 0 1em;
}

.content #photo-thumbs img {
    padding: 5px;
    background: #fff;
    border: 1px solid #eee;
}

.content #photo-slides .slide {
    position: relative;
}

.content #photo-slides .slide .title,
.home #activities-slides .slide .title {
    display: block;
    width: 100%;
    font-size: .8em;
    line-height: 1.5em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: .5em;
    background: #000;
    background: 0 0\9;
    background: rgba(0, 0, 0, .4);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
    position: absolute;
    bottom: 0;
    left: 0;
}

.content #photo-thumbs {
    max-width: 560px;
    padding: 0 1em;
    margin: 0 0 1em;
}

.content #photo-thumbs img,
.content #photo-thumbs ul {
    margin: 0;
}

.content #photo-thumbs ul li {
    padding: 0;
    margin: 0;
    background: 0 0;
    user-select: none;
}

.content #photo-thumbs ul li span {
    display: block;
    padding: 0 .5em;
}

.content #photo-thumbs .flex-active-slide img {
    background: #0295b5;
}

.content #photo-thumbs .flex-direction-nav a {
    background: url(/assets/images/slideshow2.png) no-repeat;
}

.content #photo-thumbs .flex-direction-nav .flex-prev {
    background-position: 0 50%;
}

.content #photo-thumbs .flex-direction-nav .flex-next {
    background-position: -14px 50%;
}

.content #photo-thumbs .flex-direction-nav .flex-prev:hover {
    background-position: -28px 50%;
}

.content #photo-thumbs .flex-direction-nav .flex-next:hover {
    background-position: -42px 50%;
}

.main .slideshow {
    margin: 0 0 1em;
}

.main #photo-slides,
.main .slideshow .flexslider {
    max-width: 560px;
    border: 1px solid #eee;
}

.main #photo-slides {
    background: #fff;
    padding: 5px;
}

.sidebar .ad,
.sidebar .ad-lineup,
.sidebar .box,
.sidebar .signup,
.sidebar nav {
    margin-bottom: 2em;
}

.sidebar nav {
    padding: 1em 1.5em;
    background: #610706;
}


.sidebar nav ul {
    margin: 0;
}
.sidebar nav > ul::before {
    content: "";
    display: block;
    background: url(/assets/images/nav-star.png) center no-repeat;
    background-size: initial;
    width: 124px;
    height: 31px;
    text-align: center;
    margin: 0 auto;
}
.sidebar nav ul li {
    border-bottom: 1px solid #ffffff;
    margin: 0;
}

.sidebar nav ul li.last,
.sidebar nav ul ul li {
    border: none;
}

.sidebar nav ul li.active>a {
    font-weight: 700;
}

.sidebar nav ul li.active>a,
.sidebar nav ul li.active>a:hover {
    color: #ffffff;
}

.sidebar nav ul li a {
    display: block;
    font-size: .85em;
    text-transform: uppercase;
    color: #dbd3b9;
    padding: .75em 0;
}

.sidebar nav ul ul {
    display: none;
    padding: 0 0 .5em 1.5em;
    margin-bottom: .5em;
}

.sidebar nav ul .active ul,
.sidebar nav ul .parent-active ul {
    display: block;
}

.sidebar nav ul ul li a {
    text-transform: none;
    padding: .3em 0;
}

.sidebar nav ul ul ul {
    padding: 0 0 0 1.5em;
    margin: 0;
}

.sidebar .signup {
    background-color: #154778;
    text-align: center;
    padding: 2em 4em 3.5em 2em;
    background: url(/assets/images/touch-bg.png) top center no-repeat;
    background-size: contain;
}

.sidebar .signup h2 {
    color: #ffbb2f;
    font-size: 1em;
    font-family: 'posterizer';
    font-weight: 400;
}

.sidebar .signup a {
    font-size: inherit;
    width: auto
}

.sidebar .ad {
    text-transform: uppercase;
    background-color: #824822;
    background: url(/assets/images/year-bg.png) top left no-repeat;
    background-size: cover;
    padding: .5em;
}

.sidebar .ad a h5 {
    white-space: pre-line;
}

.sidebar .ad a h5::after {
    content: "\a";
    white-space: pre-line;
}

.sidebar .ad a p {
    color: #ffbb2f;
    font-size: 4em;
    margin: 0 auto;
    line-height: inherit;
    height: 1.3em;
    width: 80%;
    border-top: 1px solid #Ffffff;
    border-bottom: 1px solid #Ffffff;
    font-family: 'posterizer';
    font-weight: 400;
}

.sidebar .ad .border-bottom {
    top: 8.5em;
}

.sidebar .ad a ul {
    margin-top: 1em;
}

.sidebar .ad-lineup {
    background-color:#005574;
    background:url('/assets/images/side-lineup-bg.png') top center no-repeat;
    background-size: cover;
    padding: 0;
}

.sidebar .ad-lineup h2 {
    background: #aa854a;
    color: #610706;
    font-size: 2.75em;
    font-family: 'council';
    font-weight: 400;
    margin-bottom: .2em
}
.sidebar .ad-lineup h2::after {
    content: "";
    display: block;
    background: url(/assets/images/side-lineup-star.png) center no-repeat;
    background-size: initial;
    width: 124px;
    height: 31px;
    text-align: center;
    margin: 0 auto 10px;
}
.sidebar .ad-lineup ul {
    color: #fde4b5;
    padding: 0 1em 1em;
    font-family: 'council';
    font-weight: 400;
}

.sidebar .ad-lineup ul li {
    font-size: 1.2em;
}

.sidebar .ad-lineup ul li strong {
    font-size: 1.5em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}

.sidebar .box {
    padding: 0;
}


.sidebar .box h2 {
    margin: 0 auto;
    color: #610706;
    font-family: 'posterizer';
    font-weight: 400;
    text-align: center
}
.sidebar .box h2::after {
    content: "";
    display: block;
    background: url(/assets/images/promise-star.png) center no-repeat;
    background-size: initial;
    width: 124px;
    height: 31px;
    text-align: center;
    margin: 0 auto 10px;
}
.sidebar .box .border p {
    color: #154778;
    margin: 0;
}

.sidebar .box .border {
    padding: 0 1.5em 1.5em;
}

@media (max-width:767px) {
    .sidebar .box img {
        display: none;
    }
    .sidebar .box {
        padding: 1.5em 0 0;
    }
}

.home .homeshow {
    background-color: #e0eef2;
}
.homeshow .wrapper{
    width: 940px;
}

.home .homeshow div.slide {
    position: relative;
}

.home .homeshow .flex-control-nav {
    display: none;
}

.home .homeshow .text {
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 5%;
    position: absolute;
    bottom: 0;
}
.home .homeshow .slides ul {
	margin:0;
}
.home .homeshow .slides ul li {
    float: left;
    margin-bottom: .3em;
}
.slide-list-item1 {
    width: 70%;
}

.slide-list-item2 {
    width: 30%;
}

@media (max-width:599px) {
    .home .homeshow .slides ul li {
        float: right;
        font-size: 70%;
        width: auto;
    }
    .slide-list-item1 {
        display: none;
    }
    .slide-list-item2 {
        margin: 10px auto!important;
    }
}
@media screen and (min-width: 600px) {
	.home .homeshow .slides ul li.slide-list-item2 a{
        position: absolute;
        right: 5%;
    	bottom: 1.3em;
    }
}
.home .homeshow .text strong {
    color: #f4da44;
    font-size: 2em;
    white-space: pre-line;
}

.home .homeshow .text strong::after {
    content: "\a";
    white-space: pre-line;
}

.home .homeshow .caption {
    background-color: #000;
    background: 0 0\9;
    background: rgba(0, 0, 0, .3);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000);
    -ms-filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000);
    display: block;
    float: none;
    font-size: .8em;
    padding: .5em 1em;
    position: absolute;
    top: 0;
    left: 14px;
    right: 14px;
}

@media (min-width:600px) {
    .home .homeshow .caption,
    .home .homeshow .flex-control-nav {
        display: block;
    }
    .home .homeshow .caption {
        left: auto;
        width: 30%;
    }
    .home .homeshow .flex-control-nav {
        bottom:0;
    }
}

.home .lineup {
    background-color: #e0ccab;
    background: url('/assets/images/lineup-bg.png') top center no-repeat;
    background-size: cover;
    position: relative;
}

.lineup .border {
    background: #244875;
    margin-bottom: 2em;
}

.lineup .border h1 {
    border:none !important;
    padding: 0;
    margin: 0;
    height: 40px;
    line-height: 46px;
    position: relative;
}
.lineup .border h1 span {
    position: relative;
}
.lineup .border h1 span::before, .lineup .border h1 span::after {
    content: "";
    background: url(/assets/images/lineup-star.png) no-repeat;
    display: inline-block;
    position: absolute;
    width: 74px;
    height: 20px;
}
.lineup .border h1 span::before {
    margin: 8px 10px 0 0;
    right: 100%;
}
.lineup .border h1 span::after {
    margin:8px 0 0 10px;
    left: 100%;
}
.home .lineup ul {
    color: #630606;
    margin-bottom: 2em;
}

.home .lineup ul li {
    display: inline;
    font-size: 1.6em;
    padding: 0;
    background: 0 0;
}

.home .lineup ul li.last {
    display: block;
}

.home .lineup ul li:after {
    content: "  •  ";
}

.home .lineup ul li.last:after {
    content: "";
}

.home .lineup ul strong {
    font-size: 1.6em;
    color: #9b0303;
    white-space: pre-line;
    font-weight: 400;
}

.home .cta {
    background-color: #e9d4b4;
    background: url('/assets/images/cta-bg.png') top center no-repeat;
    background-size: cover;
    padding: 3px 0;
    position: relative;
}

.home .cta .border {
    background: url(/assets/images/wave.png);
    padding: 1em 0;
    height: auto;
}

.home .cta .border ul {
    margin: 0 auto;
}

.home .cta .border ul li {
    display: block;
    float: left;
    width: 100%;
    margin: 1em 0;
}

.home .director-message {
    padding: 1em 0 2em;
    background-color: #d3deec;
    background: url(/assets/images/message-bg.png) top center no-repeat;
    background-size: cover;
}

@media screen and (min-width:900px) {
    .home .director-message .wrapper {
        max-width: 860px;
    }
}

.home .director-message h2 {
    color: #000;
    margin: 0 auto;
    font-size: 2.4em;
    margin-bottom: 10px;
    text-align: center;
}

.home .director-message .bubble {
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #900507;
    -webkit-box-shadow: 1px 2px 2px #424242;
    -moz-box-shadow: 1px 2px 2px #424242;
    box-shadow: 1px 2px 2px #424242;
    position: relative;
    font-size: 1.1em;
    color: #fff;
}
.bubble p:last-child {
    margin-bottom: 0;
}

.home .activities {
    background-color: #fef0d6;
    padding: .5em 0 1.5em;
}
.home .activities h1 {
    color: #610706;
    font-size: 2em;
}
@media (min-width:1200px) {
    .home .activities .wrapper {
        background-image: url(/assets/images/crossed-guitars.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: initial;
    }
}
.home .col2 p, .home .col2 ul {
    font-size: 1.1em;
}
.home .cols50 .col {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 .5em;
}

@media screen and (min-width:768px) {
    .home .cols50 .col {
        float: left;
        width: 48%;
        margin: 0 1%;
    }
}

.home #activities-slides,
.home #activities-thumbs img {
    padding: 5px;
    margin: 0 0 1em;
    background: #fff;
    border: 1px solid #eee;
}

.home #activities-slides .slide {
    position: relative;
}

.home #activities-slides .slide .play {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/assets/images/play.png) 50% 50% no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.home #activities-thumbs {
    padding: 0 16px;
    margin: 0 0 15px;
}

.home #activities-thumbs img,
.home #activities-thumbs ul,
.home .sponsor p {
    margin: 0;
}

.home #activities-thumbs ul li {
    padding: 0;
    margin: 0;
    background: 0 0;
    user-select: none;
}

.home #activities-thumbs ul li span {
    display: block;
    padding: 0 .5em;
}

.home #activities-thumbs .flex-active-slide img {
    background: #0295b5;
}

.home #activities-thumbs .flex-direction-nav a {
    background: url(/assets/images/slideshow2.png) no-repeat;
}

.home #activities-thumbs .flex-direction-nav .flex-prev {
    background-position: 0 50%;
}

.home #activities-thumbs .flex-direction-nav .flex-next {
    background-position: -14px 50%;
}

.home #activities-thumbs .flex-direction-nav .flex-prev:hover {
    background-position: -28px 50%;
}

.home #activities-thumbs .flex-direction-nav .flex-next:hover {
    background-position: -42px 50%;
}
.home .more {
    text-align: left;
    font-size: 1em !important;
}
.home .more a {
    color: #091d34;
}

.home .sponsor {
    padding: 1em 0;
    overflow: hidden;
    background-color: #005574;
    background: url(/assets/images/sponsor-bg.png) no-repeat top right;
    background-size: cover;
    color: #ffffff;
    position: relative;
}

.home #sponsors-slides,
.home #sponsors1-slides {
    padding: 5px;
    margin: 1em 0;
}

.home #sponsors-slides.flexslider .flex-direction-nav a,
.home #sponsors1-slides.flexslider .flex-direction-nav a {
    display: none!important;
}

@media screen and (max-width: 767px) {
    .home .sponsor .col1 {
        margin-top: 0;
    }
}
@media screen and (min-width: 768px) {
    .home .sponsor .col1 {
        width: 31%;
        margin: 25px 5% 0 1%;
    }
    .home .sponsor .col2 {
        width: 61%;
        padding-left: 6%;
    }
}
.home .blue-bar {
    padding: 0;
    overflow: hidden;
    background: #ebbb78; /* Old browsers */
    background: -moz-linear-gradient(top, #ebbb78 0%, #f7e3c8 50%, #fefaf5 85%, #ffffff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ebbb78 0%,#f7e3c8 50%,#fefaf5 85%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ebbb78 0%,#f7e3c8 50%,#fefaf5 85%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebbb78', endColorstr='#ffffff',GradientType=0 ); 
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebbb78', endColorstr='#ffffff',GradientType=0 );
    position: relative;
    box-shadow: 0 2px 2px #ccc;
    -webkit-box-shadow: 0 2px 2px #ccc;
    -moz-box-shadow: 0 2px 2px #ccc;
}
.home .blue-bar .wrapper {
    padding: 2em 0 6em 0;
    background: url(/assets/images/bluebar-bg.png) no-repeat bottom left;
    background-size: initial;
}
}
.home .blue-bar h2 {
    color: #610706;
}

.home .blue-bar p {
    font-size: 1.1em;
}

@media (max-width:767px) {
    .home .blue-bar .cols50 .col img {
        display: none;
    }
}

.home .itinerary {
    padding: 2.5em 0 1.5em;
    background-color: #f7f7f7;
    background-image: url(/assets/images/home-itinerary.png);
    background-repeat: repeat;
}

.home #itinerary-slides,
.home #itinerary-thumbs img {
    padding: 5px;
    margin: 0 0 1em;
    background: #fff;
}

.home #itinerary-thumbs {
    padding: 0 1.5em;
}

.home #itinerary-thumbs .flex-viewport {
    margin-bottom: 1em;
}

.home #itinerary-thumbs img,
.home #itinerary-thumbs ul.slides {
    margin: 0;
}

.home #itinerary-thumbs ul li {
    padding: 0;
    margin: 0;
    background: 0 0;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.home #itinerary-thumbs ul li span {
    display: block;
    padding: 0 5px;
}

.home #itinerary-thumbs .flex-active-slide img {
    background: #0295b5;
}

.home #itinerary-thumbs .flex-direction-nav a {
    background: url(/assets/images/slideshow2.png) no-repeat;
}

.home #itinerary-thumbs .flex-direction-nav .flex-prev {
    background-position: 0 50%;
}

.home #itinerary-thumbs .flex-direction-nav .flex-next {
    background-position: -14px 50%;
}

.home #itinerary-thumbs .flex-direction-nav .flex-prev:hover {
    background-position: -28px 50%;
}

.home #itinerary-thumbs .flex-direction-nav .flex-next:hover {
    background-position: -42px 50%;
}
.home .itinerary h2 {
    color: #610706;
    font-size: 1.75em;
    text-align: left;
}
.home .itinerary .col2 {
    background: #fff;
    box-shadow: 0 5px 5px #c5c5c5;
    padding: .5em 1.5em;
}

.home .itinerary table {
    border: none;
    margin: 0 0 1em;
}

.home .itinerary table td,
.home .itinerary table th {
    vertical-align: middle;
    border-bottom: 1px solid #eee;
    background: 0 0;
}

.home .itinerary table th {
    color: #646464;
}

.home .itinerary table td {
    color: #313131;
}

.home .itinerary a.button {
    margin: 1em 0
}

.home .newsletter {
    padding: 1em 0;
    background-color: #333;
    background: url(/assets/images/bg-nav.png);
    position: relative;
}

.home .newsletter .fine-print p a:hover {
    text-decoration: underline;
}

.home .newsletter form {
    margin: 0 0 1.5em;
    position: relative;
}

.home .newsletter form fieldset {
    text-align: center;
}

.home .newsletter form input.text {
    padding: .5em;
    font-size: inherit;
}

.home .newsletter form .wafc-text {
    margin: 1em 0;
    float: none;
}

.home .newsletter form .button {
    font-size: 1.2em;
    margin: 1em auto;
    position: relative;
    width: 100%;
}

@media (min-width:600px) {
    .home .newsletter form .wafc-text {
        float: left;
    }
    .home .newsletter form .button {
        width: auto;
    }
    .home .newsletter form input.text {
        margin-bottom: 0;
    }
    .home .newsletter form .wafc-text:last-of-type,
    .home .newsletter form input.text:last-of-type {
        margin-right: 0!important;
    }
    .home .newsletter form .parsley-errors-list {
        display: inline!important;
        margin: .5em 0!important;
    }
}

@media (min-width:600px) and (max-width:767px) {
    .home .newsletter form .wafc-text {
        width: 47%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }
}

@media (min-width:768px) {
    .home .newsletter form .wafc-text {
        margin-top: 0;
        margin-bottom: 0;
    }
    .home .newsletter form .button {
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media (min-width:768px) and (max-width:979px) {
    .home .newsletter form .wafc-text {
        width: 19%;
        margin-left: 1%;
        margin-right: 1%;
    }
}

@media (min-width:980px) {
    .home .newsletter form .wafc-text {
        margin-left: 0;
        margin-right: 2%;
    }
    .home .newsletter form #first_name {
        width: 18%;
    }
    .home .newsletter form #email {
        width: 28%;
    }
    .home .newsletter form #zip {
        width: 13%;
    }
    .home .newsletter form #phone {
        width: 20%;
    }
    .home .newsletter form input.text {
        margin-bottom: 0;
    }
    .home .newsletter form .wafc-text:last-of-type {
        margin-right: 0!important;
    }
}

.home .newsletter a {
    margin-right: 2%;
}

.home .newsletter form .parsley-error-list {
    display: block!important;
    margin: -10px 0 10px!important;
}

.home .gallery {
    padding: 1.5em 0;
    background: #fff;
    position: relative;
}
/*.home .gallery .wrapper {
    background-image: url(/assets/images/crossed-guitars.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: initial;
}*/
.home .gallery h1 {
    color: #610706;
    font-size: 2em;
}
.home .gallery .col1 {
    font-size: 1.1em;
}
@media (min-width:1280px) {
    .home .gallery .wrapper {
        z-index: 1;
    }
    .home .gallery::after {
        background-image: url(/assets/images/crossed-guitars.png);
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: initial;
        display: block;
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }
}

.content ul.hearts li {
    background: url(/assets/images/heart.png) 0 no-repeat;
    padding: 0 0 0 2em;
    background-size: 1.1em;
}

.home #gallery-slides {
    padding: 5px;
    margin: 0 0 1em;
    background: #fff;
    border: 1px solid #eee;
}

.home .gallery .flexslider .flex-prev {
    left: 5px;
}

.home .gallery .flexslider .flex-next {
    right: 5px;
}

.footer-top {
    color: #d1d1d1;
    padding: 2em 0;
    background: #3b3b3b;
}

.footer-top nav {
    display: none;
}

.footer-top nav a {
    color: #d1d1d1;
    font-weight: 700;
}

.footer-top nav a:hover {
    color: #fff;
}

.footer-top nav p {
    font-size: .75em;
    text-transform: uppercase;
}

.footer-top nav ul {
    font-size: .7em;
}

.footer-top nav ul li {
    padding: 0 0 .8em;
}

.footer .connect,
.footer-top .book {
    float: none;
}
.footer-top .book a.council {
    font-weight: 400;
    font-size: 2.5em;
    color: #ddd;
}
.footer-top .connect a {
    color: #0097be !important;
}
@media (min-width:768px) {
    .footer-top nav {
        display: block;
        margin-bottom: 2em;
        width: 100%;
    }
    .footer-top nav .col {
        float: left;
        padding: 0 .5em;
    }
    .footer-top nav .col1 {
        width: 10%;
    }
    .footer-top nav .col2 {
        width: 16%;
    }
    .footer-top nav .col3 {
        width: 17%;
    }
    .footer-top nav .col4,
    .footer-top nav .col5 {
        width: 14%;
    }
    .footer-top nav .col6 {
        width: 16%;
    }
    .footer-top nav .col7 {
        width: 13%;
    }
    .footer-top .book {
        float: left;
    }
    .footer-top .connect {
        float: right;
    }
    .footer-top .connect ul li {
        display: inline-block;
        float: left;
    }
}

.footer-top .connect ul {
    display: inline-block;
}

.footer-top .connect ul li {
    display: inline;
    float: none;
    margin: 0 .5em 0 0;
}

.footer-top .connect ul li a {
    font-size: 30px;
}

.footer-bottom {
    color: #333;
    padding: 2em .5em;
    background: #747474;
    margin-bottom: -20px;
    text-align: center;
}

.footer-bottom a {
    color: #3c3c3c;
}

.footer-bottom a:hover {
    color: #eee;
}

.footer-bottom p {
    font-size: .75em;
    line-height: 1.428;
    clear:both;
}

.footer-bottom .cruises {
    height: 63px;
    text-align: center;
    margin: 0 auto 1em;
    float: none;
}
.footer-bottom .cruises a {
	display:block;
	float:left;
	width:33.33%;
	padding:0 3px 3px 0;
  height:63px;
}
.footer-bottom .cruises a img {
	margin:0 auto;
}


.footer-bottom .credits {
    clear: both;
    margin-top: 2em;
}
@media (min-width:450px) {
  .footer-bottom .cruises a {
    width:auto;
  }
}

@media (min-width:768px) {
    .footer-bottom {
        text-align: left;
    }
    .footer-bottom .cruises {
        float: right;
    }

    .footer-bottom .credits {
        float: left;
        margin-top: 0;
    }
    .footer-bottom p {
        clear: none;
        float: left;
    }
}

/*chosen*/

/* @group Base */
.chosen-container {
    min-width:75px;
    font-weight:700;
    text-transform:uppercase;
    position:relative;
    display:inline-block;
    vertical-align:middle;
    font-size:0.8em;
    zoom:1;
    *display:inline;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
}
.chosen-container .chosen-drop {
    position:absolute;
    top:100%;
    left:-9999px;
    z-index:1010;
    width:100%;
    border:1px solid #e5e5e5;
    border-top:0;
    background:#f9f9f9;
}
.chosen-container.chosen-with-drop .chosen-drop {
    left:0;
}
.chosen-container a {
    cursor:pointer;
}
/* @end */

/* @group Single Chosen */
.chosen-container-single .chosen-single {
    position:relative;
    display:block;
    overflow:hidden;
    padding:0 0 0 35px;
    height:25px;
    border:1px solid #e5e5e5;
    background-color:#f9f9f9;
    color:#444 !important;
    text-decoration:none;
    white-space:nowrap;
    line-height:25px;
}
.chosen-container-single .chosen-default {
    color:#999;
}
.chosen-container-single .chosen-single span {
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
    margin-right:38px;
}
.chosen-container-single .chosen-single abbr {
    position:absolute;
    top:6px;
    right:26px;
    display:block;
    width:12px;
    height:12px;
    background:url('/assets/images/chosen-sprite.png') -42px 1px no-repeat;
    font-size:1px;
}
.chosen-container-single .chosen-single abbr:hover {
    background-position:-42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position:-42px -10px;
}
.chosen-container-single .chosen-single div {
    position:absolute;
    top:0;
    left:0;
    display:block;
    width:30px;
    height:100%;
    border-right:1px solid #e5e5e5;
}
.chosen-container-single .chosen-single div b {
    display:block;
    width:100%;
    height:100%;
    background:url('/assets/images/chosen-sprite.png') no-repeat;
}
.chosen-container-single .chosen-search {
    position:relative;
    z-index:1010;
    margin:0;
    padding:3px 4px;
    white-space:nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
    margin:1px 0;
    padding:4px 20px 4px 5px;
    width:100%;
    height:auto;
    outline:0;
    border:1px solid #e5e5e5;
    background:white url('/assets/images/chosen-sprite.png') no-repeat 100% -20px;
    font-size:1em;
    line-height:normal;
}
.chosen-container-single .chosen-drop {
    margin-top:-1px;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position:absolute;
    left:-9999px;
}
/* @end */

/* @group Results */
.chosen-container .chosen-results {
    display:block;
    position:relative;
    overflow-x:hidden;
    overflow-y:auto;
    margin:0;
    padding:0.5em;
    max-height:190px;
    -webkit-overflow-scrolling:touch;
    
}
.chosen-container .chosen-results li {
    display:none;
    margin:0;
    padding:0.5em;
    list-style:none;
    line-height:1em;
    background:none;
}
.chosen-container .chosen-results li.active-result {
    display:list-item;
    cursor:pointer;
}
.chosen-container .chosen-results li.disabled-result {
    display:list-item;
    color:#ccc;
    cursor:default;
}
.chosen-container .chosen-results li.highlighted {
    background-color:#5db4d4;
    color:#fff;
}
.chosen-container .chosen-results li.no-results {
    display:list-item;
    background:#f4f4f4;
}
.chosen-container .chosen-results li.group-result {
    display:list-item;
    font-weight:bold;
    cursor:default;
}
.chosen-container .chosen-results li.group-option {
    padding-left:15px;
}
.chosen-container .chosen-results li em {
    font-style:normal;
    text-decoration:underline;
}
/* @end */

/* @group Active    */
.chosen-container-active .chosen-single {
    border:1px solid #82b7d4;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border:1px solid #e5e5e5;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
    border:none;
}
.chosen-container-active .chosen-choices {
    border:1px solid #82b7d4;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color:#111 !important;
}
/* @end */

/*slides*/

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author:Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline:none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin:0; padding:0; list-style:none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin:0; padding:0;}
.flexslider .slides > li {display:none; /*-webkit-backface-visibility:hidden;*/} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width:100%; display:block;}
.flex-pauseplay span {text-transform:capitalize;}

/* Clearfix for the .slides element */
.slides:after {content:"\0020"; display:block; clear:both; visibility:hidden; line-height:0; height:0;}
html[xmlns] .slides {display:block;}
* html .slides {height:1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display:block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { position:relative; }
.flex-viewport { max-height:2000px; -webkit-transition:all 1s ease; -moz-transition:all 1s ease; -o-transition:all 1s ease; transition:all 1s ease; }
.loading .flex-viewport { max-height:300px; }
.carousel li { margin-right:5px; }

/* Direction Nav */
.flex-direction-nav, .flex-direction-nav li {*height:0; margin:0 !important;}
.flex-direction-nav a  { display:block; width:14px; height:100%; text-indent:-9999px; background:url(/assets/images/slideshow.png) no-repeat; position:absolute; top:0; z-index:10; overflow:hidden; cursor:pointer;}
.flexslider .flex-prev { left:0; background-position:0 50%; }
.flexslider .flex-next { right:0; background-position:-14px 50%; }
.flexslider .flex-prev:hover { left:0; background-position:-28px 50%; }
.flexslider .flex-next:hover { right:0; background-position:-42px 50%; }
.flex-direction-nav .flex-disabled { filter:alpha(opacity=0); cursor:default; }
.flex-direction-nav a:before  { font-family:"flexslider-icon"; font-size:40px; display:inline-block; content:'\f001'; }
.flex-direction-nav a.flex-next:before  { content:'\f002'; }

/* Pause/Play */
.flex-pauseplay a { display:block; width:20px; height:20px; position:absolute; bottom:5px; left:10px; opacity:0.8; z-index:10; overflow:hidden; cursor:pointer; color:#000; }
.flex-pauseplay a:before  { font-family:"flexslider-icon"; font-size:20px; display:inline-block; content:'\f004'; }
.flex-pauseplay a:hover  { opacity:1; }
.flex-pauseplay a.flex-play:before { content:'\f003'; }

/* Control Nav */
.flex-control-nav {display:none;padding:0 !important; margin:0 !important;}
.flex-control-nav {width:100%; position:absolute; bottom:10px; text-align:center;}
.flex-control-nav li {margin:0 5px !important; display:inline-block; *display:inline;}
.flex-control-paging li a {width:10px; height:10px; display:block; background:#333; cursor:pointer; text-indent:-9999px; -webkit-border-radius:50%; -moz-border-radius:50%; -o-border-radius:50%; border-radius:50%; box-shadow:inset 0 0 3px rgba(0,0,0,0.3);-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);-moz-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background:#666; }
.flex-control-paging li a.flex-active { background:#fff; cursor:default; }

/* faqs */
.faqs h2{
  font-size:1.5em;
}
.faqs .faqs--category-title {
  background: rgb(240, 240, 240);
  padding: 0.3em 0.3em 0.3em .8em;
  cursor: pointer;
}
.faqs .faqs--category-title svg.trigger-plus {
  display: inline-block;
  float: right;
}
.faqs .faqs--category {
}
.faqs .faqs--group {
}
.faqs .faqs--question {
  font-size: 1.2em;
  cursor: pointer;
}
.faqs .faqs--question svg.trigger-plus {
  display: inline-block;
  float: left;
}
.faqs .faqs--answer {
    padding-left: 5px;
}

/* data-show-more */
[data-show-more] {
}
[data-show-more] [data-show-more--show] {
  transition: all ease .5s;
  cursor: pointer;
}
[data-show-more] svg.trigger-plus {
  width: 1.2em;
  height: 1.2em;
  margin-bottom: 1em;
}
[data-show-more] [data-show-more--more] {
  padding: 1rem;
}
[data-show-more] [data-show-more--close] {
  cursor: pointer;
}

@media screen and min-width(768px) {
  [data-show-more] [data-show-more--close] {
    display: none !important;
  }
}

/* Plus sign expand list trigger */
.trigger-plus {
  fill: rgb(24,24,24);
  transition: transform ease 0.5s;
  transform: scale(0.5, 0.5);
  transform-origin: 50% 50%;
  will-change: transform;
}
.trigger-plus .vertical {
  transition: transform ease 0.5s;
  will-change: transform;
  transform-origin: 50% 50%;
}
.trigger-plus:hover,
*:hover > .trigger-plus {
  transform: scale(0.75, 0.75);
}
.open > * > .trigger-plus {
  transform: scale(0.5, 0.5);
}
.open > * > .trigger-plus .vertical {
  transform: scaleY(0);
}
.open > * > .trigger-plus:hover {
  transform: rotate(90deg) scale(0.5, 0.5);
}

/* Search Box */
/*@media screen and (min-width:765px) {*/
  #search-box {
    font-size: 0.875rem;
    position: absolute;
    right: 0;
    top: 100%;
    width: 500px;
    max-height: 75vh;
    overflow-y: auto;
    padding: 2rem 2rem 0rem 2rem;
    background-color: rgb(255,255,255);
    border: 1px solid rgba(0,0,0,0.25);
    border-top: 0px;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.5),
                0px 20vh 100vw 100vw rgba(0,0,0,0.5);
    z-index: 99999999999999999;
  }
  .content #search-box {
    position: relative;
    box-shadow: none;
    width: 100%;
    border-top: 1px solid rgba(0,0,0,0.25);
  }
  #search-box .search-box {
    display: block ;
    margin: -2rem -2rem 0rem -2rem;
    padding: 1rem;
    border-bottom: 1px solid rgba(125,125,125,0.25);
    position: relative;
  }
  #search-box input#search {
    -webkit-appearance: none;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-left: 3em;
    padding-right: 3em;
  }
  #search-box label[for="keywords"] {
    display: inline-block;
    width: 1em;
    position: absolute;
    top: 1em;
    left: 1em;
    bottom: 0;
    font-size: 1em;
    color: rgba(0, 0, 0, 1);
  }
  #search-box .search-close {
    cursor: pointer;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    font-size: 2em;
    width: 1em;
    height: 1em;
  }
  #search-box .search-close-x {
    width: 0.5em;
    height: 0.5em;
    transform: rotate(45deg);
    position: absolute;
    top: 0.33em;
    right: 0em;
    bottom: 0;
  }
  #search-box .search-close span {
    background-image: none;
    padding-right: 30px;
    padding-left: 16px;
  }
  #search-box .search-close .fa {
    color: rgb(206,8,83);
  }
  .search-results-container:empty {
    display: none;
  }
  .search-results-container {
    padding: 2rem;
  }
  nav .search-results-container {
    margin: -1rem -2rem 0rem -2rem;
    border-bottom: 1px solid rgba(125,125,125,0.25);
  }
  .search-results-container .stats {
    font-size: 0.85em;
    text-align: right;
    color: #b4b4b4;
    font-style: italic;
  }
  .content .search-results-container .stats {
    font-size: 1.25em;
    font-style: normal;
    color: #262626;
    text-align: left;
  }
  .search-results-container hr {
    border-color:rgba(125,125,125,0.25);
    border-bottom: none;
  }
  hr.ajax-search-rule{
    margin:1em -2rem;
  }
  .search-results-container article {
    transition: all 0.3s ease-in;
    margin-left: -0.5em;
    margin-right: -0.5em;
    margin-bottom: 1em;
    padding: 0.5em;
  }
  .search-results-container article * {
    color: #292929;
  }
  .search-results-container article:not(:last-of-type) {
    margin-bottom: 1em;
    border-bottom: 1px solid rgba(125,125,125,0.25);
    padding-bottom: 1em;
  }
  .search-results-container article:hover {
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    cursor: pointer;
  }
  .search-results-container article:hover * {
    color: #b80004;
  }
  .search-results-container article header h3 {
    font-size: 1.125em;
    margin-bottom: 0;
  }
  .search-results-container article header h3 a {
    padding: 0;
  }
  .search-results-container article header cite {
    color: #b80004;
    font-size: 0.9em;
    display: block;
    text-align: right;
  }
  .search-results-container .search-result-button {
    display: block;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
    font-size: 0.9em;
  }
/*}*/
@media screen and (min-width:980px) {
  #search-box {
    width: 600px;
  }
  .content #search-box {
    width: 100%;
  }
}
/* END Search Box */

/* sticky*/
.fn_scrollCheck--bottom .nav-toggle,
.fn_scrollCheck--scrolling .nav-toggle,
.fn_scrollCheck--bottom #main-nav,
.fn_scrollCheck--scrolling #main-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: auto;
}
.fn_scrollCheck--bottom .nav-toggle,
.fn_scrollCheck--scrolling .nav-toggle{
  top: 0;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.5);
}
.fn_scrollCheck--bottom #main-nav,
.fn_scrollCheck--scrolling #main-nav {
  top: 35px;
  bottom: 0px;
  height: calc(100vh - 35px);
  overflow: scroll;
}

@media screen and (min-width: 768px) {
      body.fn_scrollCheck--scrolling,
      body.fn_scrollCheck--bottom {
        margin-top: 35px;
      }
      .fn_scrollCheck--scrolling #main-nav,
      .fn_scrollCheck--bottom #main-nav {
        position: fixed;
        display: block;
        left: 0;
        top: 0;
        right: 0;
        min-height: 35px;
        bottom: inherit;
        bottom: unset;
        height: inherit;
        height:unset;
        overflow: inherit;
        overflow: unset;
      }
}
