/* Minification failed. Returning unminified contents.
(652,46): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(3677,5): run-time error CSS1036: Expected expression, found '}'
(4698,262): run-time error CSS1054: JavaScript error in expression property: Variable 'ignoreMe' has not been declared: ignoreMe
 */
/*
Version: 2.1 Timestamp: Tue Jun 12 19:50:25 PDT 2012
*/
.select2-container {
    position: relative;
    display: inline-block;
    /* inline-block for ie7 */
    zoom: 1;
    *display: inline;

}

.select2-container,
.select2-drop,
.select2-search,
.select2-container .select2-search input{
  /* 
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    
    More Info : http://www.quirksmode.org/css/box.html
  */
  -moz-box-sizing: border-box;    /* firefox */
  -ms-box-sizing: border-box;     /* ie */
  -webkit-box-sizing: border-box; /* webkit */
  -khtml-box-sizing: border-box;  /* konqueror */
  box-sizing: border-box;         /* css3 */
}

.select2-container .select2-choice {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
    background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
    background-image: -o-linear-gradient(bottom, #eeeeee 0%, #ffffff 50%);
    background-image: -ms-linear-gradient(top, #eeeeee 0%, #ffffff 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#ffffff', GradientType = 0);
    background-image: linear-gradient(top, #eeeeee 0%, #ffffff 50%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #aaa;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    height: 26px;
    line-height: 26px;
    padding: 0 0 0 8px;
    color: #444;
    text-decoration: none;
}

.select2-container .select2-choice span {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 8px;
  width: 12px;
  height: 12px;
  font-size: 1px;
  background: url(/images/select2.png) right top no-repeat;
  cursor: pointer;
  text-decoration: none;
  border:0;
  outline: 0;
}
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-container .select2-drop {
    background: #fff;
    border: 1px solid #aaa;
    border-top: 0;
    position: absolute;
    top: 100%;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -o-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    z-index: 999;
    width:100%;
    margin-top:-1px;

  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}

.select2-container .select2-choice div {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #ccc;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
    background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
    background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
    background-image: -ms-linear-gradient(top, #cccccc 0%, #eeeeee 60%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#cccccc', endColorstr = '#eeeeee', GradientType = 0);
    background-image: linear-gradient(top, #cccccc 0%, #eeeeee 60%);
    border-left: 1px solid #aaa;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 18px;
}

.select2-container .select2-choice div b {
    background: url('/images/select2.png') no-repeat 0 1px;
    display: block;
    width: 100%;
    height: 100%;
}

.select2-container .select2-search {
  display: inline-block;
    white-space: nowrap;
    z-index: 1010;
  min-height: 26px;
  width: 100%;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
}

.select2-container .select2-search-hidden {
  display: block;
  position: absolute;
  left: -10000px;
}

.select2-container .select2-search input {
    background: #fff url('/images/select2.png') no-repeat 100% -22px;
    background: url('/images/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('/images/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('/images/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('/images/select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('/images/select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('/images/select2.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    padding: 4px 20px 4px 5px;
    outline: 0;
    border: 1px solid #aaa;
    font-family: sans-serif;
    font-size: 1em;
    width:100%;
    margin:0;
    height:auto !important;
    min-height: 26px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;  
}

.select2-container .select2-search input.select2-active {
    background: #fff url('/images/spinner.gif') no-repeat 100%;
    background: url('/images/spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background: url('/images/spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('/images/spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background: url('/images/spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background: url('/images/spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
    background: url('/images/spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}


.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
    -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
    box-shadow        : 0 0 5px rgba(0,0,0,.3);
    border: 1px solid #5897fb;
    outline: none;
}

.select2-dropdown-open .select2-choice {
  border: 1px solid #aaa;
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  -o-box-shadow     : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}

.select2-dropdown-open .select2-choice div {
  background: transparent;
  border-left: none;
}
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}

/* results */
.select2-container .select2-results {
  margin: 4px 4px 4px 0;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
}
.select2-container .select2-results li {
  line-height: 80%;
  padding: 7px 7px 8px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  display: list-item;
}

.select2-container .select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
.select2-container .select2-results li em {
  background: #feffde;
  font-style: normal;
}
.select2-container .select2-results .select2-highlighted em {
  background: transparent;
}
.select2-container .select2-results .select2-no-results {
  background: #f4f4f4;
  display: list-item;
}

/*
disabled look for already selected choices in the results dropdown
.select2-container .select2-results .select2-disabled.select2-highlighted {
    color: #666;
    background: #f4f4f4;
    display: list-item;
    cursor: default;
}
.select2-container .select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
*/
.select2-container .select2-results .select2-disabled {
    display: none;
}

.select2-more-results.select2-active {
    background: #f4f4f4 url('/images/spinner.gif') no-repeat 100%;
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container.select2-container-disabled .select2-choice div {
    background-color: #f4f4f4;
    background-image: none;
    border-left: 0;
}


/* multiselect */

.select2-container-multi .select2-choices {
    background-color: #fff;
      background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
      background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
      background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
      background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
      background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
      background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
      border: 1px solid #aaa;
      margin: 0;
      padding: 0;
      cursor: text;
      overflow: hidden;
      height: auto !important;
      height: 1%;
      position: relative;
}

.select2-container-multi .select2-drop {
    margin-top:0;
}

.select2-container-multi .select2-choices {
    min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
    -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
    box-shadow        : 0 0 5px rgba(0,0,0,.3);
    border: 1px solid #5897fb;
    outline: none;
}
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
.select2-container-multi .select2-choices .select2-search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.select2-container-multi .select2-choices .select2-search-field input {
  color: #666;
  background: transparent !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  -o-box-shadow     : none;
  box-shadow        : none;
}


.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice span {
  cursor: default;
}
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url(/images/select2.png) right top no-repeat;
  outline: none;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}


.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}


.select2-container-multi .select2-results {
  margin: -1px 0 0;
  padding: 0;
}

/* disabled styles */

.select2-container-multi.select2-container-disabled .select2-choices{
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #ddd;
    cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
    background-image: none;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    padding: 3px 5px 3px 5px;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
    display: none;
}
/* end multiselect */

/* --------- Reset --------- */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp{border:0;margin:0;padding:0;font-size:100%}
html,body{height:100%}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
b,strong{font-weight:bold}
img{color:transparent;font-size:0;vertical-align:middle;-ms-interpolation-mode:bicubic}
li{display:list-item}
table{border-collapse:collapse;border-spacing:0}
th,td,caption{font-weight:normal;vertical-align:top;text-align:left}
q{quotes:none}q:before,q:after{content:'';content:none}
sub,sup,small{font-size:75%}sub,sup{line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}
svg{overflow:hidden}

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"], input[type="button"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* ---- HELPER CLASSES ---- */
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clearfix:before, .clearfix:after { content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.left { float:left; width:auto; }
.right { float:right; width:auto; }

.hr { background:#000; height:1px; clear:both; }
hr { border:none; background:url('/images/1x1.gif') repeat-x; height:1px; clear:both; overflow:hidden; color:#000; }

a.btn { }


/* ---- FONTS ---- */
body {font-family:Times, "Times New Roman", serif; font-size:14px; color:#2e1b0c; }
p { line-height:20px; margin-bottom:20px; font-size: 16px; }
h1, h2, h3, h4 { }
h1 { }
h2 { }
h3 { }
h4 { }

a { text-decoration:none;}
a:hover { }

ul { }
ul li { }

@font-face {
    font-family: 'garagegothic-boldregular';
    src: url('garagegothic-bold-webfont.eot');
    src: url('garagegothic-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('garagegothic-bold-webfont.woff') format('woff'),
         url('garagegothic-bold-webfont.ttf') format('truetype'),
         url('garagegothic-bold-webfont.svg#garagegothic-boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ---- 1KB Grid ---- */
.grid_1 {width: 60px;}
.grid_2 {width: 140px;}
.grid_3 {width: 220px;}
.grid_4 {width: 300px;}
    .interior .row .grid_4.sidecontent { width:230px; }
.grid_5 {width: 380px;}
.grid_6 {width: 460px;}
.grid_7 {width: 540px;}
.grid_8 {width: 620px;}
.grid_9 {width: 700px;}
.grid_10 {width: 780px;}
.grid_11 {width: 860px;}
.grid_12 {width: 940px;}
.grid_map {width:606px;}
.grid_map_side {width:160px;}

.column {margin: 0 10px 0 10px;
         overflow: hidden;
         float: left;
         display: inline;}
.row {width: 960px;
         margin: 0 auto;
         overflow: hidden;}
.row .row {margin: 0 -10px 0 -10px;
         width: auto;
         display: inline-block;}
.row.show-overflow, .row.show-overflow .column { overflow:visible; }

.rowfix, .rowfix .row, .rowfix .row .row, .rowfix .column{overflow:visible; }
.rowfix .row:before, .rowfix .row:after, .rowfix .column:before, .rowfix .column:after,{ content: '\0020'; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.rowfix .row:after, .rowfix .column:after { clear: both; }
.rowfix .row, .rowfix .column { zoom: 1; }


.column_10 .row{
    width:800px;
}

.push_1 {
    padding-left:80px;
}

.alpha {
    margin-left: 0;
}

.omega {
    margin-right: 0;
}

/* ---- MAIN LAYOUT ---- */

/*COMMON STYLES*/
body{
    background:url(/images/bg_body.jpg);
}

.wrapper{
    position:relative;
    width:960px;
    margin:0 auto;
}

.border-bottom{
    border-bottom:1px dashed #B6AFA6;
    margin-bottom:20px;
}

.border-top{
    border-top:1px dashed #B6AFA6;
    padding-top:20px;
    margin-left:10px;
}

.title{
    text-align: center;
    background:url(/images/hr-h1title.gif) repeat-x left 15px;
    margin-bottom:30px;
}
.title a{
    color:#e3654f;
    font-size:18px;
    font-weight:normal;
    text-align: left;
}
.title .header{
    background:#F8F7F1;
    padding:0 15px;
    font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;
    font-size:26px;
    text-transform: uppercase;
}

.title .subtitle{
    display:block;
    font-size:16px;
    font-weight:normal;
    font-style: italic;
}
.region-attractions .main-content p > strong, .trip-day .preview .info p strong {
    background:none;
    border:0px;
    color:#2e1b0c;
    font-family:"proxima-nova-alt-ext-cond","Arial Narrow",sans-serif;
    font-weight:bold;
    text-transform:uppercase;
}
.region-attractions .main-content p > strong {
    display:block;
    font-size:18px;
    margin-bottom:6px;
}

/* qTip Override */
.qtip-default { padding-top:8px; }
.ui-tooltip, .qtip { border-width:0; }
.qtip-white { background-color:transparent; border-width:0; color: #32373C; }
.qtip-white .qtip-content { background-color: #FFFFFF; border: 1px solid #949494; }
.qtip .qtip-tip { margin-top:8px; }
.qtip-shadow{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.qtip-white, .qtip-shadow, .ui-tooltip, .qtip { border-width:0!important; border:none; }
.qtip-shadow .qtip-content{
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
.qtip:hover, .qtip p:hover { cursor: pointer; }
.qtip p.title { font-size:14px; line-height:1.2em; margin-bottom:6px; }
.qtip p { font-size:12px; margin:6px 0 6px 0; }
.qtip .qtip-content { margin-top:-8px padding:4px 10px; }
.qtip .qtip-content strong {  }

/*Fancy Header Styles*/
.fancy-title {
    color:#ffffff;
    font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;
    font-size:36px;
    line-height: 36px;
    text-transform: uppercase;
    text-align:center;
}

.fancy-title .icon, .fancy-title .title{
    display:inline-block;
}

.fancy-title .title{
    padding:0 20px 12px 20px;
    background:none;
    margin:0;
    vertical-align:top;
}

.fancy-title .icon{
    background:url('/images/icon_symbol.png') no-repeat 0 0;
    width:21px;
    height:21px;
    position: relative;
    top:-4px;
}

.manifesto .fancy-title .icon {
    top:-2px;
}

.trails-content .fancy-title .icon { top: -5px; }

.fancy-title.light{
    color:#ffffff;
}

.fancy-title.dark{
    color:#2e1b0c;
}

.fancy-title.dark .title{
    padding: 0 10px 12px 10px;

}

.fancy-title.dark .icon{
    background-position:0 -21px;
}

.fancy-title.image {
    line-height: 100px;
}

.fancy-title.image .icon {
    position: static;
    top: inherit;
    vertical-align: middle;
}

.fancy-title.image .title {
    background: url(/images/titleimages/NM_Northwest.jpg) no-repeat center top;
    display: inline-block;
    height: 100px;
    width: 250px;
    text-indent: -9999px;
    overflow: hidden;
}

.fancy-title.image .title.northwest {
    background: url(/images/titleimages/NM_Northwest.jpg) no-repeat center top;
}

.fancy-title.image .title.northcentral {
    background: url(/images/titleimages/NM_NorthCentral.jpg) no-repeat center top;
}

.fancy-title.image .title.central {
    background: url(/images/titleimages/NM_Central.jpg) no-repeat center top;
}

.fancy-title.image .title.southwest {
    background: url(/images/titleimages/NM_Southwest.jpg) no-repeat center top;
}

.fancy-title.image .title.southeast {
    background: url(/images/titleimages/NM_Southeast.jpg) no-repeat center top;
}

.fancy-title.image .title.northeast {
    background: url(/images/titleimages/NM_Northeast.jpg) no-repeat center top;
}

.page-intro .fancy-title {
    text-align: left;
}


/*Orange Button*/
.btn-orange{
    display:block;
    background:url(/images/orange_arrow_tip.png) no-repeat right top;
    background-position-x: 101%;
    color:#fff;
    font-size:14px;
    font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;
    text-transform: uppercase;
    height:23px;
    line-height:23px;
    padding:0 18px 0 9px;
    position: relative;
    border:0;

    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}

a.btn-orange{display:inline-block;}

.btn-brown{
    display:block;
    background:#2e1b0c;
    color:#fff;
    font-size:14px;
    font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;
    text-transform: uppercase;
    height:23px;
    line-height:23px;
    padding:0 15px;
    position: relative;
    border:none;

    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.btn-coral, .btn-coralsearch{
    display:inline-block;
    background:#e3654f;
    color:#fff;
    font-size:14px;
    font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;
    text-transform: uppercase;
    height:23px;
    line-height:23px;
    padding:0 15px;
    position: relative;
    border:none;
    cursor: pointer;

    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.btn-coralsearch{
    font-family:"proxima-nova", sans-serif;
    padding:0 11px;
}


.location{
    display: inline-block;
    height:18px;
    padding-left:18px;
    background:url(/images/icon_locationmark.png) no-repeat;
    font-size:12px;
    font-style: italic;
}

.map{
    display: inline-block;
    height:23px;
    line-height:23px;
    padding:0 16px 0 25px;
    background:url(/images/icon_mapit.png) no-repeat #e5e3d8 7px 1px;
    text-transform: uppercase;
    font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;
    font-size:14px;
    color:#2e1b0c;

    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.label{
    color:#2e1b0c;
    font-size:14px;
    line-height:20px;
    font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;
    text-transform:uppercase;
}

.info dl{
    margin:4px 0;
}

.info .btn-coral{ margin:10px 0;}
.info ul{list-style:none;}
.info li{ margin-bottom:10px;}
.info .location-name{font-size:16px; margin-bottom:10px;}

.breadcrumb{
    margin-bottom:28px;
    font-size:12px;
}

.breadcrumb li{
    margin-right:4px;
}

.breadcrumb a{
    color:#2e1b0c;
}

.breadcrumb .active a{
    color:#e3654f;
}

/*Stacked Header Style*/
.stack-title{
    font-size:16px;
    line-height:16px;
    border-bottom:1px dashed #B6AFA6;
    font-weight:normal;
    margin-bottom:20px;
}

.stack-title .subtitle{
    display:block;
    text-transform: uppercase;
    font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;
    font-size:40px;
    line-height:40px;
}

.page-header .content{
    /* height:113px; */
}

.lte7 .page-header .content{min-height:153px;}

section.content .page-header .content{
    padding:0;
}

.page-header{
    background:url(/images/bg_page_header.png) no-repeat left 13px;
}

.page-header h1.banner{
    margin:40px 0 3px;
    text-align:center;
}

.page-header h1.banner .left, .page-header h1.banner .right{
    display:inline-block;
    height:44px;
    width:72px;
    float:none;
    background:url(/images/banner_title.png) no-repeat;
}

.page-header h1.banner .left{
    background-position:0 0;
}

.page-header h1.banner .right{
    background-position:-72px 0;
}

.page-header h1.banner .banner-title{
    background:#edebe0;
    display:inline-block;
    border-top:3px solid #f8f7f1;
    border-bottom:3px solid #f8f7f1;
    padding:0 10px;
    font-family: "proxima-nova-alt-ext-cond", sans-serif;
    text-transform: uppercase;
    font-size:24px;
    line-height:30px;
    height:30px;
    vertical-align:top;
}

.page-header .fancy-title{
    font-size:46px;
}

.page-header .fancy-title .icon{
    position:relative;
    top:-5px;
}

.lte7 .page-header .fancy-title .icon{top:-15px;}

.page-header .sub-hero-quote{
        margin-bottom:20px;
}
.page-header .sub-hero-quote blockquote{
    font-size:26px;
        font-style:italic;
        line-height:1.2em;
}

/*Add This*/
.addthis_default_style .addthis_separator, .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m, .addthis_default_style .at300bs .addthis_toolbox {
    display:block;
    float:left!important;
    height:16px;
    margin-bottom:5px;
}
.addthis_toolbox a, .addthis_default_style a {
    float:none!important;
}
.page-header.addthis {
    position:relative;
}
.wrapper .addthis_toolbox {
    position:absolute;
    left:100%;
    top: 100%;
    z-index: 1;
    width: 20px;
    margin-left: 10px;
}

.wrapper .main-hero .addthis_toolbox, .wrapper .interior-hero-wrapper .addthis_toolbox {
    position: absolute;
    left: 100%;
    top: 0;
}

.wrapper .main-hero .addthis-fixed {
    position: fixed;
    width: 100%;
    top: 290px;
    left: 0;
    z-index: 200;
}

.wrapper .main-hero .addthis-fixed .row {
    width: 1024px;
    position: relative;
    margin: 0 auto;
    overflow: visible;
}

.wrapper .main-hero .addthis-fixed .row .addthis_toolbox {
    position: absolute;
    top: 0;
    right: 5px;
    left: auto;
}

@media screen and (max-width: 1024px) {
    .wrapper .main-hero .addthis-fixed .row .addthis_toolbox {
        position: absolute;
        top: 0;
        right: 40px;
        left: auto;
    }
}

/*Page Specifics*/
.list-page section.content .grid_7.content, .detail-list-page section.content .grid_7.content{
    padding-top:0;
}

.detail-list-page section.content .page-header{
    padding-top:72px;
    background-image:none;
}

.region-page section.content .page-header{
    padding-top:80px;
    background-image:none;
}

.region-page section.content .row.first-row {
    overflow: visible;
}

.region-page section.content .row.first-row .column.grid_12.alpha {
    overflow: visible;
}

.region-page section.content .page-header .row {
    overflow: visible;
    position: relative;
}

.region-page section.content .page-header .row .column.grid_10.push_1 {
    overflow: visible;
}

.region-attractions section.content .page-header{
    padding-top:40px;
    background-image:none;
}

.region-attractions section.content .page-header .row.first-row {
    overflow: visible;
}

.region-attractions section.content .page-header .row.first-row .column.grid_10.push_1 {
    overflow: visible;
}

.region-page section.content .page-header .content{
    position: relative;
    /* height:60px; */
}
.region-page section.content .page-header.addthis .addthis_toolbox {
    bottom:-80px;
}

.detail-list-page .page-header > h1{
    font-size:37px;
    margin-bottom:12px;
    color:#e3654f;
    font-weight:normal;
}

.detail-list-page .grid_5{width:390px;}
.detail-list-page .grid_2{width:130px;}

.home-hero-wrapper .heroes .true-adventures-nav{position: relative; z-index: 0;}
.true-adventures-nav, .interior-hero-nav {position:absolute; bottom:2px; z-index:3; width:100%; text-align:center; color:#fff; font-size:34px;}
.interior-hero-wrapper.hero-large .interior-hero-nav { bottom:10px; }
.true-adventures-nav a, .interior-hero-nav a {color:#fff; margin:0 2px; width:12px;}
.true-adventures-nav > .activeSlide, .interior-hero-nav > .activeSlide{color:#e3654f;}

.images-cycle-wrapper{position: relative; z-index: 0;}
.images-cycle-nav{position:absolute; bottom:2px; z-index:3; width:100%; text-align:center; color:#fff; font-size:34px;}
.images-cycle-nav a {color:#fff; margin:0 2px; width:12px;}
.images-cycle-nav > .activeSlide{color:#e3654f;}
.images-cycle{ width:380px; height:240px; margin-bottom:17px; z-index:2; overflow: hidden;}
.images-cycle-wrapper > .controls {display:block; width:36px; height:43px; position: absolute; top:40%; z-index:3; background-image:url(/images/arrows_cycle.png); background-repeat: no-repeat; cursor: pointer;}
.images-cycle-wrapper .controls.next{ right:15px; background-position: -36px 0;}
.images-cycle-wrapper .controls.prev{ left:15px; background-position: 0 0;}

.sub-hero .images-cycle-nav{ left:50%; width:auto; }



.videos-cycle-wrapper{
        position: relative;
        z-index: 0;
}
.videos-cycle .slide img, .videos-cycle .slide iframe {
    margin-bottom:10px;
}
.videos-cycle .slide h2{
        font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;
        font-size:20px;
        margin-bottom:6px;
        text-transform:uppercase;
}
.videos-cycle .slide p{
        font-size:16px;
}
.videos-cycle-nav{
        width:100%;
        text-align:center;
        color:#fff;
        font-size:34px;
        margin-left:-9px;
}
.videos-cycle-nav a{
    display:block;
    float:left;
        font-size:15px;
    margin:0 0 20px 9px;
    text-align:left;
    color:#2e1b0c;
    width:186px;
    height:174px;
    overflow: hidden;
}
.videos-cycle-nav a:first-child{ }
.videos-cycle-nav a img, .videos-cycle-nav img{
    display:block;
    border:1px solid #e6e5df;
    margin-bottom:8px;
    padding:4px;
}
.videos-cycle-nav a.activeSlide img {
        border:5px solid #f99223;
        padding:0;
}

.videos-cycle-nav img{ width:178px; height: 122px;}


.promo-nav a.activeSlide{
    background-position:0 -10px;

}



.detail-list-page .filter{
    margin-bottom:40px;
}

.detail-list-page .button_tp{margin-bottom: 10px;}

.detail-list-page .grid_2 .button_tp {
    padding-right: 6px;
    padding-left: 22px;
}

.event-detail-page .page-header {background:none;}
.event-detail-page .page-header > h1{
    font-size:42px;
    line-height: 42px;
    margin-bottom:12px;
    color:#2e1b0c;
    font-weight:normal;
}

.event-detail-page .page-header .locationlink, .event-detail-page .page-header .locationtext{
    font-size:30px;
    text-transform: uppercase;
}

.event-detail-page .page-header .locationlink{
    color:#e3654f;
    text-transform: uppercase;
}

.event-detail-page .page-header .locationlink:hover {
    text-decoration: underline;
}

/*HEADER*/
header{
    width:100%;
    z-index:2;
}

.page-top-bg{
    background:url(/images/bg_header.png) repeat-x;
    position: absolute;
    height:566px;
    top:0;
    width:100%;
    z-index:-1;
}

header .wrapper{
    background:url(/images/bg_header_solid.png) no-repeat left -17px;
    padding-bottom:50px;
    z-index:100;
}

header .logo{
    display:inline;
    float:left;
    position: relative;
    top:25px;
    left:15px;
}

header .logo span{
    text-indent:-999em;
    display: block;
}

/*Main Nav*/
header nav.main{
    position: absolute;
    right:0;
    z-index: 100;
}

header nav.main ul:first-child li{
    display:block;
    position: relative;
}

header nav.main ul:first-child li:first-child{
    border-left:none;
}

header nav.main .link{
    display:block;
    border-left:1px solid #e7e5de;
    padding:0 20px;
    text-transform:uppercase;
}

header nav.main li:hover .link, header nav.main ul .active + li:hover .link{
    border-left:1px solid #feaf41;
}

header nav.main .active .link{
    border-left:1px solid #f59823;
}

header nav.main ul .active + li .link{
    border-left:1px solid #f8f7f1;
}


header nav.main ul li .main-menu{
    display:block;
    padding:40px 0 0;
    color:#2e1b0c;
    font-size:22px;
    font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;
    height:85px;
}

header nav.main li:hover .main-menu{
    background:#feaf41;
}

header nav.main .active .main-menu{
    background:#f59823;
}

header nav.main .sub{
    display:block;
    color:#f7931e;
    font-size:18px;
    line-height:10px;
}

header nav.main li:hover .sub, header nav.main .active .main-menu .sub{
    color:#ffffff;
}

header nav.main .sub-menu{
    background:#fff;
    position:absolute;
    float:left;
    top:-1px;
    left:-999em; /* Hides the drop down */
    padding:7px 15px;
    width:200px;

    -webkit-box-shadow: 0px 2px 5px 1px rgba(25, 25, 25, .20);
    -moz-box-shadow: 0px 2px 5px 1px rgba(25, 25, 25, .20);
    box-shadow: 0px 2px 5px 1px rgba(25, 25, 25, .20);
}

.lte9 header nav.main .sub-menu{
    border:1px solid #eeeeee;
}

header nav.main .sub-menu a{
    color:#2e1b0c;
}

header nav.main .sub-menu a:hover{
    color:#fc8e24;
}

header nav.main ul .sub-menu li{
    float:none;
    border-left:none;
    margin:6px 8px;
    height:25px;
}

header nav.main ul li:hover .sub-menu{
    left:auto;
    right:0;
    top:auto;
}

/*Content Body*/
.body{
    margin-bottom:50px;
    position:relative;
    top:-17px;
}

.body .main-hero, .body .sub-hero {
    position: relative;
    margin:0 auto;
    background-color: none;
}
.body .main-hero{
    width:940px;
    margin-bottom:40px;
}

/*.body .main-hero:first-child figcaption { display: none; }*/

.body .sub-hero{
    width:782px;
    margin-bottom:30px;
}

.body .main-hero img, .body .sub-hero > img, .body .sub-hero .images-cycle .slide {
    border:1px solid #e6e5df;
    padding:4px;
    background-color: #fff;
}

.body .main-hero-video{
    background-color: #fff;
    border:1px solid #e6e5df;
    height:496px;
    padding:4px;
    width:930px;
    margin-bottom:40px;
}
.body .main-hero-video iframe {
}

.body .main-hero:after, .body .main-hero-video:after{
    content:' ';
    display:block;
    background:url(/images/hr_thread.png) repeat-x;
    width:940px;
    height:6px;
    position:relative;
    left: -1px;
    bottom:-3px;
}
.home-hero-wrapper .main-hero:after{
    content:' ';
    display:block;
    background:url(/images/hr_thread.png) repeat-x;
    width:940px;
    height:6px;
    left:7px;
    position:relative;
    bottom:-3px;
}

.home-hero-wrapper .main-hero a.home-hero-cta {
    background: url('/images/icon_playbutton.png') 0 0 no-repeat;
    position: absolute;
    top: 50%;
    left:50%;
    padding:10px 20px;
    width: 78px;
    height:78px;
    margin:-39px 0 0 -39px;
    text-indent: -9999px;
}

section.content{
    position:relative;
    background:#f8f7f1;
    width:940px;
    margin:0 auto;
    padding-bottom:10px;
}

.white-bg section.content, .half-white-bg section.content{
    background:#ffffff;
}

section.content .content{
    padding-top:40px;
}

section.content .page-intro h1:first-child + p{
    font-size:16px;
    line-height:22px;
}

.home section.content .content .listing + .listing{
    border-top:1px dashed #B6AFA6;
    padding-top:20px;
}

/*Side content*/
.sidecontent{
    overflow:visible;
    margin-bottom:30px;
}

.sidecontent .content{
    padding-top:0;
    padding-left:20px;
    width:203px;
}


/*Homepage Hero*/
.home-hero-wrapper, .interior-hero-wrapper{
    position:relative;
    width:960px;
    margin:0 0 0 -10px;
}

.home-hero-wrapper .heroes{
    z-index:0;
    width:960px;
    left:10px;
}

.home-hero-wrapper .content {
    width:445px;
    top:125px;
    left:-15px;
    position:absolute;
    background:rgba(29, 27, 18, .50);
    padding:20px 0 20px 52px;
    color:#ffffff;
}

.lte9 .home-hero-wrapper .content{
    background:url(/images/bg_transdark.png);
}

.home-hero-wrapper .content:after{
    content:" ";
    display:block;
    position: absolute;
    width:10px;
    height:10px;
    background:url(/images/arrow_tip_hero.gif) no-repeat;
    left:5px;
    bottom:-10px;
}

.home-hero-wrapper .content .button{
    position:absolute;
    bottom:-10px;
    right:13px;
}

.home-hero-wrapper .content h2{
    text-transform: uppercase;
    font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;
    font-size:40px;
    line-height:40px;
}

.home-hero-wrapper .content p{
    font-style: italic;
}

.home-hero-wrapper .main-hero .container > .fancy-video:after, .main-hero > .fancy-video:after, .interior-hero-wrapper .fancy-video:after {
    background: url('/images/icon_playbutton.png') 0 0 no-repeat;
    content: '';
    display:block;
    height:78px;
    width:78px;
    position:absolute;
    right:50%;
    top:50%;
    margin-top:-39px;
    margin-right: -39px;

}

.home .home-hero-wrapper .main-hero .container > .fancy-video:after {
    right:50px;
    margin-right:0;
}

.home-hero-wrapper .home-nav{
    position:absolute;
    left:155px;
    bottom:-3px;
    height:53px;
    width:471px;
    background:url(/images/hero_home_navtab.png) no-repeat;
    z-index:2;
    padding:0 88px;
    text-align:center;
}

.home-hero-wrapper .home-nav a{
    display:block;
    float:left;
    width:55px;
    height:74px;
    margin:0 6px;
    position: relative;
    top:-20px;
}

.home-hero-wrapper .home-nav a .icon{
    display:block;
    width:55px;
    height:40px;
    position: absolute;
    left:0;
    bottom:5px;
    /*background:url(/images/hero_icons.png);*/
    overflow: hidden;
    text-align:center;
}

.home-hero-wrapper .home-nav .activeSlide{
    background:url(/images/hero_activemarker.png) center top no-repeat;
}

/*icons*/
.home-hero-wrapper .home-nav a .slide0{ background-position:0 0;}
.home-hero-wrapper .home-nav a .slide1{ background-position:-40px 0;}
.home-hero-wrapper .home-nav a .slide2{ background-position:-80px 0;}
.home-hero-wrapper .home-nav a .slide3{ background-position:-120px 0;}
.home-hero-wrapper .home-nav a .slide4{ background-position:-160px 0;}
.home-hero-wrapper .home-nav a .slide5{ background-position:-200px 0;}

/*active states*/
.home-hero-wrapper .home-nav a.activeSlide .slide0{ background-position:0 -40px;}
.home-hero-wrapper .home-nav a.activeSlide .slide1{ background-position:-40px -40px;}
.home-hero-wrapper .home-nav a.activeSlide .slide2{ background-position:-80px -40px;}
.home-hero-wrapper .home-nav a.activeSlide .slide3{ background-position:-120px -40px;}
.home-hero-wrapper .home-nav a.activeSlide .slide4{ background-position:-160px -40px;}
.home-hero-wrapper .home-nav a.activeSlide .slide5{ background-position:-200px -40px;}


.home-hero-wrapper .home-nav a img{position: relative;}
.home-hero-wrapper .home-nav a.activeSlide img{top:-40px;}

.home-hero-wrapper .main-hero{
    height:521px;
    width:960px;
}

.home-hero-wrapper .main-hero .icon{
    display: none;
}

.home-hero-wrapper .container{
    position:relative;
    width:940px;
    margin:0 10px;
}




/* Home Video Hero */
.hero-vid-outer {
	width: 100%;
	height: 560px;
	min-width: 1030px;
	position: relative;
}
.hero-vid-outer .hero-vid-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.hero-vid-outer header {
	position: absolute;
	left: 0;
	top: 0;
}
.hero-vid-outer header .wrapper {
	background: none;
	overflow: visible;
}
.hero-vid-outer header .logo {
	width: 257px;
	margin-right: 40px;
}
.hero-vid-outer header nav.main ul li .main-menu,
.hero-vid-outer header nav.main .sub {
	color: #fff;
}
.hero-vid-outer header nav.main li:hover .main-menu,
.hero-vid-outer header nav.main .active .main-menu{
    background: none;
}
.hero-vid-outer header nav.main li:hover .main-menu .link,
.hero-vid-outer header nav.main .active .main-menu .link{
    border-left: 1px solid #fff;
}

.home-vid-hero {
	width: 100%;
	height: 100%;
	min-width: 1030px;
	overflow: visible;
	position: relative;
    z-index: 1;
}

.home-vid-hero .content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 650px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
}

.home-vid-hero h2 {
	font-size: 70px;
	font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;
	line-height: 0.9em;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	text-align: center;
	margin-bottom: 30px;
}
.home-vid-hero .content p {
	text-align: center;
	margin-bottom: 0;
}
.home-vid-hero .content .btn-orange-large {
    display: inline-block;
    background-color: #f7931e;
    color:#fff;
    font-size:14px;
    font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;
    text-transform: uppercase;
    text-align: center;
    height:23px;
    line-height:23px;
    padding:10px 28px;
    position: relative;
    border:0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.home-vid-hero .content .btn-orange-large:before,
.home-vid-hero .content .btn-orange-large:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	background: url('/images/bg_btn-dashes.png') repeat-x 0 0;
	width: 80px;
	height: 1px;
}
.home-vid-hero .content .btn-orange-large:before {
	right: -100px;
}
.home-vid-hero .content .btn-orange-large:after {
	left: -100px;
}
.home-vid-hero .vid-cta {
	display: block;
	bottom: 50px;
	left: 70px;
    color:#fff;
    font-size:14px;
    line-height: 21px;
    font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;
    text-transform: uppercase;
    position: absolute;
    padding-left: 30px;
    background: url('/images/icons/video-white.png') no-repeat 0 0;
}
.hero-vid-outer .bottom-tab {
    position:absolute;
    left: 50%;
    margin-left: -400px;
    bottom: -20px;
    height: 53px;
    width: 800px;
    background: url(/images/hero_homevid_navtab.png) no-repeat;
    z-index: 3;
    text-align: center;
}
.hero-vid-outer .bottom-teeth{
    position:absolute;
    bottom: 0px;
    height: 4px;
    width: 100%;
    background: url(/images/bg_teeth.png) 0 0 repeat-x;
    z-index: 2;
    text-align: center;
}
/* manifesto*/
.manifesto {
    padding-top: 40px;
    margin-bottom:56px;
    color:#fff;
    font-size:16px;
}

.manifesto .content{
    width:640px;
    margin:0 auto 50px;
}

.manifesto h1:first-child + p:first-letter{
    font-size:46px;
    line-height:46px;
    margin-bottom: -8px;
    padding-right:7px;
    float:left;
}

.manifesto .logo{
    display:block;
    margin:0 auto;
}

/*Preview styles*/
.preview{
    padding-bottom:20px;
}

.preview img{
    float:left;
    margin-right:20px;
    margin-bottom:6;
}


.preview h2{
    color:#e3654f;
    font-size:18px;
    line-height:20px;
    font-weight:normal;
}

.preview h2 a{
    font-size:18px;
    line-height:20px;
}

.preview p{
    margin:0 5px 0 0;
    display: inline;
    line-height:100%;
}

.preview a.morelink, .preview a {
        background-color:transparent;
    color:#e3654f;
    font-family:Times, "Times New Roman", serif;
    font-size:12px;
        font-weight:normal;
        text-transform:none;
}

.preview .map{ background-color: #e5e3d8; color:#2E1B0C; font-size:14px; margin-top:9px; font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif; text-transform: uppercase;}

.preview .btn-coral{
    margin-top:9px;
    color:#ffffff;
    font-size:14px;
}

.morecontent span { display:none; }


/*Content Corner Frame*/
section .corners{
    position: absolute;
    width:50px;
    height:50px;
    background-image:url(/images/content-corners.png);
}

.white-bg section .corners{
    background-image:url(/images/white-content-corners.png);
}

.half-white-bg section .top-right, .half-white-bg section .top-left{
    background-image:url(/images/white-content-corners.png);
}

.half-white-bg .trails-content .top-left{
    background-image:url(/images/content-corners.png);
}

.half-white-bg .trails-content .top-right{
    background-image:url(/images/content-corners.png);
}

section .top-left{
    position:0 0;
    top:-11px;
    left:-11px;
}

section .top-right{
    background-position:-50px 0;
    top:-11px;
    right:-11px;
}

section .bottom-left{
    background-position:0 -50px;
    bottom:-11px;
    left:-11px;
}

section .bottom-right{
    background-position:-50px -50px;
    bottom:-11px;
    right:-11px;
}

/*Page Intro & E-News*/
.page-intro{
    margin-bottom:40px;
}

.page-intro .content h1{
    font-size:44px;
    line-height:44px;
    text-align:center;
}

.page-intro .content p{
    margin-bottom:18px;
}

.enews-signup{
    height:500px;
    background:#e6e3d9;
    position:relative;
}

.enews-signup.home{
    height:340px;
}

.enews-signup.native p {
    font-size: 14px;
}

.enews-signup input[type="text"], .enews-signup input[type="email"]{
    width:190px;
    margin-bottom:12px;
    border:1px solid #C3C0AF;
    padding:4px;
    font-family:Times, "Times New Roman", serif;
    font-size:14px;
    color:#2e1b0c;
}

.enews-signup button{
    float:right;
}


.enews-signup .guide{
    position: relative;
    bottom:-40px;
}

.enews-signup .guide img{
    position: relative;
    top:-10px;
    float:left;
    margin-right:10px;
}

.enews-signup .guide a{
    color:#21906b;
    text-transform: uppercase;
    font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;
}

/*Internal page nav/More info styles/Video*/
.page-nav{
    float: left;
}

.more-info dt{
    color:#2e1b0c;
    font-style:italic;
    font-size:20px;
}

.more-info dd{
    padding-top:20px;
}

.more-info li{
    border-bottom:1px dashed #b6afa6;
    width:250px;
    margin-right:20px;
    margin-bottom:14px;
}
.more-info a{
    color:#e3654f;
    font-size:14px;
}

.video{
    margin-bottom:10px;
}
.video + .title {
    background: none;
    text-align: left;
}

/*filter styles*/
.filter{
    padding:12px 0 17px 0;
}

.filter .filter-panel{
    padding:10px;
    background-color: #ebe9e4;
    border: solid 1px #DAD7CE;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.filter .date-row {
    border-radius: 4px;
}

.filter .date-row input[type="date"] {
    border-width :0px;
    background: transparent;
    color:#e3654f;
    float:left;
    padding-left:12px;
    width:39%;
    min-height: 20px;
    font-size:14px;
    font-family:"proxima-nova", sans-serif;
    font-weight:600;
}
.filter .date-row input:first-child {
    border-right:1px solid #aaaaaa;
    padding-right:4px;
    margin-left:4px;
}

.filter legend{
    font-size:20px;
    font-style: italic;
}

.filter label{
    font-size: 14px;
    font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;
    text-transform: uppercase;
    float:left;
    margin-right:30px;
}

.filter label.half{ width:48%; margin-right:10px; margin-bottom:10px; height: 40px;}
.filter label.half > select{ width:100%;}

.filter select, .results-head select {
    display: block;
    text-transform:none;
    border:1px solid #D7D6D1;
    padding:4px;
    font-size:14px;
    margin-top:2px;
}

.filter .btn-brown{
    position: relative;
    top:10px;
}

.filter .filter-panel .search{width:436px; float:left; margin-right:15px;}
.filter .filter-panel .search input[type="text"]{
    width:100%;
    border:1px solid #C3C0AF;
    padding:4px;
    font-family:Times, "Times New Roman", serif;
    font-size:14px;
    color:#2e1b0c;
}
.filter .filter-panel .search + .btn-coral{margin-top:2px;}

.sidecontent .events-filter{width:220px;}

.filter.events-filter{padding-top:0;}
.filter.events-filter select{width:198px;}
.filter.events-filter input[type="text"]{width:186px;}
.filter.events-filter .select2-container, .filter.events-filter select, .filter.events-filter input[type="text"], .date-row {margin:0 0 8px;}

.filter.events-filter h3.label{font-size: 18px; margin-bottom: 16px;}
.filter.events-filter input{border:1px solid #D7D6D1; padding:4px; font-family: Times, "Times New Roman", serif;}


.results-head, .results-foot{
    position:relative;
}

.results-head .sort{ position: absolute; bottom:10px; right:5px; width:120px;}

.results-foot{
    margin-top:20px;
}

.results{
    margin-bottom:40px;
}

.results .list, .content .list{
    margin-top:20px;
    border-bottom:1px dashed #b6afa6;
}

.list .preview{width:338px;}
.list .image{width:182px;}

.search-results .list .preview{width:540px;}
.search-results .list .preview h2{margin-bottom:3px;}
.search-results .list .preview p{display: block; margin-bottom:6px;}
.search-results .list .preview p a{background:none; font-family:Times, "Times New Roman", serif; text-transform:none;}
.search-results .searchlink{font-size:14px; word-wrap:break-word; color:#666666;}
.search-results .searchlink:hover{color:#E3654F;}

.search-results .pagination{text-align: left;}
.search-results .pagination .enabled.first, .search-results .pagination .enabled.last, .search-results .pagination .page { color:#E3654F;}
.search-results .pagination .selected{color:#CCC;}
.search-results .pagination > a {margin-right: 10px;}

.results .list .info .label, .results .list .info dd{
    display:inline;
}

.results .list .info dd{margin-right:8px;}

.events-results{margin-bottom: 80px;}
.events-results .list .buttons a{margin-right: 8px;}
.events-results .list .image{margin-left: 10px;}
.events-results .stack-title{padding-left: 35px;}
.events-results .list-view .grid_7 h3.label{font-size: 18px; padding-bottom: 20px}


.list-detail{
    margin-bottom: 20px;
}

.list-detail h2{
    font-size:36px;
    color:#e3654f;
    font-weight:normal;
}

.list-detail .map{
    margin-top:0;
}

.pagination{
    text-align:right;
    width:100%;
    margin-bottom:20px;
}
.pagination td{
    color:#ccc;
    text-decoration:none;
    padding-right: 10px;
    cursor: pointer;
}

.pagination .first, .pagination .prev, .pagination .next, .pagination .last{
    color:#ccc;
}

.pagination .page .first, .pagination .page .prev, .pagination .page .next, .pagination .page .last{
    color:#E3654F;
}

.pagination td.page{
    color:#E3654F;
}


/*Articles Styles*/
article .main-content img:first-child + p, article .more-content .grid_5 p:first-child{
    font-size:16px;
    line-height:22px;
}

article .main-content img:first-child + p:first-letter, article .more-content .grid_5 p:first-child:first-letter{
    font-size:46px;
    line-height:46px;
    margin-bottom: -8px;
    padding-right:7px;
    float:left;
}

article .main-content img{
    float:right;
    margin:26px 0 20px 20px;
}

.region-attractions article .main-content img{
    float:left;
    margin:0px 20px 12px 0;
}

article .main-content p{
    width:620px;
    font-size: 16px;
}

.lte7 article .main-content p{
    width:auto;
}

article .more-content .title{
    background-position:left 8px;
    text-align: center;
}

article .more-content .title .header{
    font-size:16px;
}

article .hero figcaption blockquote, article .pullquote blockquote {
    font-size:24px;
    line-height:36px;
    color:#a19a92;
    font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;
}

article img, .list img, .region-page .images-cycle, .byways-page .bywaymap > img, .region-page .trip-day .image img{
    border:1px solid #e6e5df;
    padding:4px;
    background-color: #fff;
    margin-bottom:20px;
}

.region-page .sub-hero .images-cycle {
    border:0px;
    padding:0;
    margin-bottom:30px;
}

p a{
    color:#e3654f;
    padding:1px 3px 3px 3px;
    font-family:Times, "Times New Roman", serif;
    font-size:16px;
    border-bottom: 1px dashed #c6c1b8;
    font-weight: normal;
}

article .row .hero{
    margin-bottom:25px;
}

article .hero img.grid_7{
    width:530px;
}

article .search-more{
    margin-bottom:60px;
}

article .search-more .row{
    border-top:1px dashed #b6afa6;
    border-bottom:1px dashed #b6afa6;
    padding:15px 0;
}

article .search-more .column{
    height:35px;
}

article .search-more h1{
    font-size:20px;
    font-weight:normal;
    font-style: italic;
    position: relative;
    top:5px;
}

article .search-more label{
    display: block;
    font-size: 11px;
    font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;
    text-transform: uppercase;
}

article .search-more select{
    margin-right:15px;
}

article .search-more .btn-orange { display: inline; }

article .pullquote.right {
    margin:0 0 20px 20px;
}

/*Featured Promos*/

.feat{margin-top: 20px;}

.feat-pro{
    margin-bottom:20px;
}

.feat-pro .column ,.feat .column{
    position: relative;
}

.feat-pro .promo-nav, .feat .promo-nav{
    position: absolute;
    top:35px;
    right:0;
}

.feat .promo-nav{top:21px;}

.feat-pro .promos{z-index: 1;}

.feat-pro .promos .slide{
    width:780px;
    height:180px;
}

.feat-pro .promos a, .feat .promo{
    display:block;
    float:left;
    margin:0 4px;
    text-align:center;
    color:#2e1b0c;
    width:187px;
}

.feat .promo {text-align: center; width:183px; height: 190px; margin:0 6px;}
.feat .promo dt a{font-size: 14px; color:#e3654f; font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif; text-transform: uppercase;}

.feat-pro .promos a img, .feat .promo img{
    display:block;
    border:1px solid #e6e5df;
    margin-bottom:8px;
    padding:4px;
}

.feat .promo img{ width:172px; height: 105px;}

.promo-nav a{
    display:block;
    float:left;
    text-indent:-999em;
    width:10px;
    height:10px;
    background:url(/images/nav_dots.png) no-repeat 0 0;
    margin:0 4px;
}

.promo-nav a.activeSlide{
    background-position:0 -10px;

}

/*Maps*/
.maps{padding-bottom:8px;}
.regionmaplinks li{margin-bottom:10px;}
.regionmaplinks a{
    background:#21906b;
    color:#fff;
    padding:1px 3px;
    font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;
    text-transform: uppercase;
    font-size:14px;
}



/*Region Styles*/
.region-page .regionrow{margin-bottom:20px;}
#regionmap{ background:url(/images/maps-region/regionmap-all.jpg); width:606px; height:610px; margin-bottom:43px;}
.regionmap, .regionmap-adv {position: relative;}
.region-page .regionmap, .region-page .regionmap-adv {float:right; margin:0 0 10px 10px;}
.region-page .regionmap img, .region-page .regionmap-adv img{margin:0; border:none; padding:0;}
.region-page .regionmap .greenlabel, .region-page .regionmap-adv .regionmap-adv-map .greenlabel{position: absolute; left:0; top:0;}
.greenlabel{padding:12px; background:#21906B; font-family:Times, "Times New Roman", serif; font-style:italic; color: #fff; font-size:18px;}
.region-page .regionmap-adv .regionmap-adv-map .greenlabel { padding:6px 12px; }

.regionmap-adv {  }
.regionmap-adv-nav { background-color:#2e1b0c; height:42px; width:100%; }
.regionmap-adv-nav .check-boxes { padding-top:10px; }
.regionmap-adv-nav .check-boxes .checkbox { margin-left:14px; }
.regionmap-adv-nav .check-boxes li { display:inline-block; cursor:pointer; width:110px; }

.regionmap-adv-nav .check-boxes li.select-turquoise.selected,
.regionmap-adv-nav .check-boxes li.select-turquoise.selected .label,
.regionmap-adv-nav .check-boxes li.select-turquoise:hover,
.regionmap-adv-nav .check-boxes li.select-turquoise:hover .label { background-color:transparent; color:#33818F; }

.regionmap-adv-nav .check-boxes li.select-orange.selected,
.regionmap-adv-nav .check-boxes li.select-orange.selected .label,
.regionmap-adv-nav .check-boxes li.select-orange:hover,
.regionmap-adv-nav .check-boxes li.select-orange:hover .label,
.qtip .qtip-content strong { background-color:transparent; color:#E3654F; font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif; font-size:1.1em; }

.regionmap-adv-map { height:456px; position:relative; width:378px; }
.regionmap-adv-map ul.points { display:none; list-style-type:none; }
.regionmap-adv-map ul.points li {
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    line-height:.9em;
        position:absolute;
        text-align:center;
}
.regionmap-adv-map ul.points li, .regionmap-adv-map ul.points li a { color:#898989; }

.regionmap-adv-map ul.points li b { background: url('/images/sprites_map-filters.png') no-repeat; display:inline-block; height:7px; margin:0 3px; width:9px; }
.regionmap-adv-map ul.destinations li, .regionmap-adv-map ul.tribes li {
    font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;
    font-size:12px;
        line-height:.8em;
    text-transform:uppercase;
}
.regionmap-adv-map ul.destinations li, .regionmap-adv-map ul.destinations li a { color:#2e1b0c; }
.regionmap-adv-map ul.destinations li b { background-position:0 0; }
.regionmap-adv-map ul.attractions li b { background-position:0 -13px; }
.regionmap-adv-map ul.attractions li a.ghosttown b, .regionmap-adv-map ul.destinations li a.ghosttown b, .regionmap-adv-map ul.tribes li a.ghosttown b { background-position:0 -26px; }
.regionmap-adv-map ul.tribes li { font-weight: bold; text-transform: uppercase; }
.regionmap-adv-map ul.tribes li b { background-position:0 -39px; }

.region-page .sub-hero .images-cycle { width:782px; height:420px; }
.region-page .sub-hero .images-cycle .slide, .region-page .sub-hero .images-cycle img { width:772px; height:412px; text-align:center; }

.region-page .images-cycle, .byways-page .images-cycle{ width:538px; height:291px; padding:0; }
.region-page .images-cycle img , .byways-page .images-cycle img{width:530px; height:283px; padding:4px;}
.region-page article .main-content p{width:auto; font-size:14px; line-height:19px;}
.region-page article .main-content .regionmap:first-child + p{font-size:16px; line-height:22px;}
.region-page article .main-content .regionmap:first-child + p:first-letter, .region-page article .main-content .regionmap-adv:first-child + p:first-letter, .region-page article .main-content p:first-child:first-letter{font-size:46px; line-height:46px; margin-bottom: -8px; padding-right:7px; float:left;}
.region-page .preview h1{font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif; font-size:26px; color:#000; line-height:26px; margin-bottom:15px;}
.region-page .preview h1 .icon{display:block; width:54px; height:54px; float:left; background:url(/images/icon_regions.png) no-repeat;}
.region-page .preview h1 .icon.nw{background-position:0 0; width:50px;}
.region-page .preview h1 .icon.nc{background-position:0 -54px; margin-right:8px;}
.region-page .preview h1 .icon.ne{background-position:0 -108px;}
.region-page .preview h1 .icon.ce{background-position:0 -214px;}
.region-page .preview h1 .icon.sw{background-position:0 -162px;}
.region-page .preview h1 .icon.se{background-position:0 -268px;}

.listing article .preview { padding-bottom:10; }
.listing article .preview img { margin-bottom:10px; }
.grid_3.sidecontent .events-filter { margin-bottom:20px; padding-bottom:0px; }

.aside-links { margin:0 0 20px 0; }
.aside-links h1.stack-title { margin:0 0 2px 0; }
.aside-links ul{ list-style: none;}
.aside-links li{ border-bottom:1px dashed #b6b0a9; font-size:18px; padding:6px 0;}
.aside-links li a{ color:#E3654F; }

/*Region Styles - Attractions*/
.region-page.region-attractions article .main-content p, .region-page.region-attractions article .main-content p a { font-size:16px; }
.region-page h1.title { text-align:center; }
.region-attractions .main-content p a {
    background-color:transparent;
    color:#E3654F;
    display:inline;
    font-family:Times, "Times New Roman", serif;
    font-weight:normal;
    padding:0;
    text-transform:none;
}

/* Region Styles - Driving Tour */
.trip-day .border-top { margin-left:0; }
section.content .trip-day .preview { padding-top:0; }
.trip-day .preview h2, .trip-day .preview h2 a {
    font-size:31px;
    font-weight:normal;
    line-height:normal;
}
.trip-day .preview h3, .trip-day .preview h3 a {
    font-size:16px;
    font-weight:normal;
    line-height:normal;
}
    .trip-day .preview h2, .trip-day .preview h2 a { color:#e3654f; }
.region-page .trip-day .preview h2, .region-page .trip-day .preview h3, .region-page .trip-day .preview .info { margin-bottom:12px; }
    .trip-day .preview .info p {
        display:block;
        margin-bottom:0;
    }

/*Byways Styles*/
.byways-page .bywaymap {float:right; margin:0 0 20px 20px;}
.byways-page .bywaymap img{ float:none; margin: 0;}
.byways-page .hero {margin-bottom:20px;}

.video .header_title{margin-top: 12px; position: relative;}
.video .title{ float:left; font-size:20px; font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif; background: none; margin:0; text-transform: uppercase; text-align: left;}
.video .addthis_toolbox{min-width: 294px; top: 0; left: 470px;}
.video a {color: #fff;}


/*Details styles*/
.details.main-content p{width:auto; font-size:14px; line-height:19px;}
.details.main-content div:first-child + p{font-size:16px; line-height:22px;}
.details.main-content div:first-child + p:first-letter{font-size:46px; line-height:46px; padding-right:7px; margin-bottom: -8px; float:left;}


.region-page .grid_5 .preview h2{margin-bottom:3px; clear:both;}
.region-page .preview p{line-height:18px;}
.sectionlinks .title, .vid-gallery h1{background-position:left 9px; margin-bottom:13px;}
.sectionlinks .title .header, .vid-gallery .header{background:#fff; font-size:16px;}



.grid_10.more-info .sectionlinks ul{margin-bottom:40px;}
.grid_10.more-info .sectionlinks li, .grid_5.more-info .sectionlinks li {margin-bottom:0; padding:5px 0;}
.grid_10.more-info .sectionlinks.col5 li{width:140px;}
.grid_10.more-info .sectionlinks.col3 li{width:246px;}
.grid_10.more-info .sectionlinks li.newline, .grid_5.more-info .sectionlinks li.newline{margin-right:0;}
.grid_10.more-info .sectionlinks li.newline + li, .grid_5.more-info .sectionlinks li.newline + li{clear:both;}

.grid_5.more-info li {
        line-height:24px;
        width: 175px;
}

/*Select2 Styles*/
.select2-container{text-transform:none; margin-top:3px;}
.select2-container .select2-drop{background:#f6f6f6;}

/*ie resets*/
.ie .select2-choice{filter:none;}
.ie .select2-choice div {filter:none;}
.ie .select-orange .select2-dropdown-open .select2-choice{filter:none;}

/*ie7*/
 .lte7 .region .select2-container{z-index:5;}
 .lte7 .interest .select2-container{z-index:4;}
.lte7 .select2-container .select2-search input{width:203px;}


/*filter-panel styles*/
.filter-panel .select2-dropdown-open .select2-choice{box-shadow:none;}
.filter-panel .select2-choice span, .map-nav .button , .results-head .select2-choice span, .tp-nav .button, .event-nav .button{color:#fff; font-size:14px; font-family:"proxima-nova", sans-serif; font-weight:600;}
.tp-nav .button, .event-nav .button{color: #33818F}
.filter-panel .select2-drop {padding-top:3px;}
.filter-panel .select2-drop .select2-results li, .results-head .select2-drop .select2-results li{border-bottom:1px solid #aaa; font-size:12px; font-family:"proxima-nova", sans-serif; font-weight:600;}
.filter-panel .select2-drop .select2-results li:last-child, .results-head .select2-drop .select2-results li:last-child { border-bottom: none;}
.filter-panel .select2-choice div, .results-head .select2-choice div{border:none; background-image:none; background-color: transparent;}

/*turquoise color styles*/
.select-turquoise .select2-choice, .select-turquoise .button {border:1px solid #ccc; background:#33818f;}
.select-turquoise .select2-drop .select2-results li{color:#33818f;}
.select-turquoise .select2-drop .select2-results li.select2-highlighted{color:#fff; background:#33818f;}
.select-turquoise .select2-choice div b{background-image:url('/images/select2-white.png')}

/*orange color styles*/
.select-orange .select2-choice, .select-orange .button, .date-row{border:1px solid #bfbfbf;}
.select-orange .select2-choice, .select-orange .button, .tp-nav.select-turquoise .button, .event-nav.select-turquoise .button, .date-row {
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(248,248,248,1) 50%, rgba(248,248,248,1) 51%, rgba(238,238,238,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(248,248,248,1)), color-stop(51%,rgba(248,248,248,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 50%,rgba(248,248,248,1) 51%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 50%,rgba(248,248,248,1) 51%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 50%,rgba(248,248,248,1) 51%,rgba(238,238,238,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 50%,rgba(248,248,248,1) 51%,rgba(238,238,238,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}


.tp-nav.select-turquoise  > li.active .button, .event-nav.select-turquoise  > li.active .button{border:1px solid #235761; background:#33818f;}
.ie .tp-nav.select-turquoise  > li.active .button, .ie .event-nav.select-turquoise  > li.active .button{filter:none;}

.ie .map-nav.select-orange .button{filter:none;}
.select-orange .select2-choice span, .select-orange .button{ color:#e3654f;}
.select-orange .select2-dropdown-open .select2-choice{background:#e3654f; border:none;}
.select-orange .select2-dropdown-open .select2-choice span{ color:#ffffff;}
.select-orange .select2-drop .select2-results li{color:#e3654f;}
.select-orange .select2-drop .select2-results li.select2-highlighted{color:#fff; background:#e3654f;}
.select-orange .select2-choice div b{background-image:url('/images/select2-orange.png')}

/*FOOTER*/
footer{
   position: relative;
}

/*Guide*/
footer .guide{
    background:#f8f7f1;
}

footer .guide .wrapper{
    padding-bottom:40px;
}

footer .guide img{
    float:left;
    margin:0 35px 0 25px;
}

footer .guide .row{
    position:relative;
    top:-30px;
}

footer .guide .content{
    position:relative;
    top:95px;
}

footer .guide .content h1{
    font-size: 36px;
    line-height:30px;
    font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;
    text-transform: uppercase;
    margin-bottom:10px;
}

footer .guide .catalog{
    display:inline-block;
    background:url(/images/arrow_tip_catalog.png) no-repeat right top;
    height:32px;
    line-height:32px;
    color:#ffffff;
    padding:0 31px 0 10px;
    font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;
    text-transform:uppercase;
}

footer .guide .request{
    background-position: right 0;
    background-color:#f7931e;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}

footer .guide .view{
    background-position: right -32px;
    background-color:#e3654f;
}

footer .guide .application{
    background-position: right -64px;
    background-color:#21906b;
    margin-left:-4px;
}


/*Connect*/
footer .connect{
    background:#f8f7f1;
}

footer .connect{
    background:url(/images/bg_contactus.jpg) repeat-x #fdfdfb;
}

footer .connect .wrapper{
     height:270px;
}

footer .connect h1.banner{
    position: relative;
    top:-20px;
    text-align:center;

}

footer .connect h1.banner .left, footer .connect h1.banner .right{
    display:inline-block;
    height:46px;
    width:23px;
    float:none;
    background:url(/images/bg_banner.png) no-repeat;
}

footer .connect h1.banner .left{
    background-position:0 0;
}

footer .connect h1.banner .right{
    background-position:-23px 0;
}

footer .connect h1.banner .banner-title{
    background:#edebe0;
    display:inline-block;
    border-top:3px solid #f8f7f1;
    border-bottom:3px solid #f8f7f1;
    padding:0 10px;
    font-family: "proxima-nova-alt-ext-cond", sans-serif;
    text-transform: uppercase;
    font-size:24px;
    line-height:30px;
    height:30px;
    vertical-align:top;
}

footer .connect .social-links{
    text-align:center;
}

footer .connect .social-links li{
    font-style: italic;
    display:inline-block;
    float:none;
    margin:0 15px;
}

footer .connect .social-links a.label{
    font-family: "proxima-nova-alt-ext-cond", sans-serif;
    text-transform: uppercase;
    font-style: normal;
    color:#33818f;
    font-size:36px;
    line-height:36px;
    display: block;
}

.lte7 footer .connect .social-links li{
    /*display:inline;
    zoom:1;*/
    display: block;
    width:auto;
    float:left;
}

.lte7 footer .connect .social-links{padding-left:130px;}

footer .connect .footer-links{
    text-align:center;
}

footer .connect .footer-links li{
    display:inline;
    float:none;
    margin:0 10px;
}

footer .connect .footer-links a{
    color:#5f5536;
    font-size:14px;
}

footer .connect .first{
    margin-bottom:6px;
}

footer .connect .second a{
    font-size:12px;
}

footer .footer-links-wrap{
    position:absolute;
    bottom:10px;
    width:100%;
}

footer .footer-element{
    position:absolute;
    top:-37px;
    right:44px;
}
footer .copyright{
    color: #fff;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}

/* ---- NAVIGATION ---- */
nav ul{
    list-style:none;
}

nav li{
   float:left;
}

/* ---- CSS3 ---- */
.shadow{
    -webkit-box-shadow: 0px 2px 5px 1px rgba(25, 25, 25, .20);
    -moz-box-shadow: 0px 2px 5px 1px rgba(25, 25, 25, .20);
    box-shadow: 0px 2px 5px 1px rgba(25, 25, 25, .20);
}

.white-bg .shadow{
    -webkit-box-shadow: 0px 0px 2px 1px rgba(100, 100, 100, .20);
    -moz-box-shadow: 0px 0px 2px 1px rgba(100, 100, 100, .20);
    box-shadow: 0px 0px 2px 1px rgba(100, 100, 100, .20);
}

input[type="text"].mask, input[type="email"].mask, textarea.mask, input[type="password"].mask { font-style: italic; /* color:#C3C0AF; */}

/* ---- ENEWS ---- */
.enews input[type="text"].mask, .enews input[type="email"].mask,
.request-guide input[type="text"].mask, .request-guide input[type="email"].mask {
    background-color: #EDEBDF;
    color:#2e1b0c;
}

.enews input[type="text"], .enews input[type="email"], .enews select,
.request-guide input[type="text"], .request-guide input[type="email"], .request-guide select {
    width:290px;
    margin-bottom:12px;
    border:1px solid #D7D6D1;
    padding:4px;
    font-family:Times, "Times New Roman", serif;
    font-size:14px;
    color:#2e1b0c;
}
.enews select, .request-guide select { width: 300px; }

.enews label {
    color:#2e1b0c;
    font-size: 14px;
    font-family:Times, "Times New Roman", serif;
    font-style: italic;
}
.enews .btn-orange, .request-guide .btn-orange {
    float: none;
    margin-top: 10px;
}

.enews .grid_5, .request-guide .grid_5 { width: 310px; }
.enews .grid_6, .request-guide .grid_6 { width: 450px; }
.enews h2, .request-guide h2, .form h2 {
    font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    padding: 0 0 10px 0;
}

/* ---- INTERIOR ---- */
.interior .row {
    width: 780px;
    padding: 0 80px;
}
.interior-title {
    font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;
    font-size: 40px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}
.body .interior-hero-wrapper .hero {
    position: absolute;
    top:0;
    left:0;
}

.body .interior-hero-wrapper .heroes {
    z-index: 0;
    width:932px;
    height:522px;
}

.body .interior-hero-wrapper.hero-large {
    position: relative;
    width:932px;
    margin:0 auto;
    margin-bottom:8px;
}
.body .interior-hero-wrapper.hero-large .heroes{
    width:942px;
    height:512px;
    overflow: hidden;
    margin-bottom:10px;
}
.body  .interior-hero-wrapper.hero-large .hero .container {
    background-color: #fff;
    border:1px solid #e6e5df;
    padding: 4px;
}
.body  .interior-hero-wrapper.hero-large:after{
    content:' ';
    display:block;
    background:url(/images/hr_thread.png) left top repeat-x;
    margin:0 auto;
    width:870px;
    height:6px;
    position:relative;
    bottom:0px;
}


.body .interior-hero-wrapper.hero-small {
    position: relative;
    width:790px;
    margin:0 auto;
    margin-bottom:25px;
}
.body .interior-hero-wrapper.hero-small .heroes {
    width:790px;
    height:280px;
}
.body .interior-hero-wrapper.hero-small .hero {
    border:1px solid #e6e5df;
    padding: 4px;
}
.body .interior-hero-wrapper.hero-small .hero img {
    width: 780px !important;
    height: 270px !important;
}
.body .interior-hero-video iframe {
    height:410px;
    width:770px;
}
.interior .fancy-title .title {
    font-size: 46px;
}

.interior .more-info {
    padding: 0 0 0 20px;
}
.interior .more-info dt {
    color:#2e1b0c;
    font-style:italic;
    font-size:16px;
}

.interior .more-info dd {
    padding-top:20px;
}

.interior .more-info li {
    border-bottom:1px dashed #b6afa6;
    width:225px;
    margin-bottom:10px;
    margin-right: 0px;
    padding-bottom: 10px;
}

.interior .more-info a {
    color:#e3654f;
    font-size:14px;
}
.interior .grid_7 p:first-child:first-letter{
    font-size:46px;
    line-height:46px;
    padding-right:7px;
    float:left;
    margin-bottom: -8px;
}
.interior .column { margin-left: 0px; }

/*Toolbar*/
.toolbar{position:fixed; top:103px; right:0; z-index: 200;}
.toolbar .content{display:none;}
.toolbar .bar, .toolbar .content{
    -webkit-transition: all 300ms ease-in-out ;
    -moz-transition: all 300ms ease-in-out ;
    -o-transition: all 300ms ease-in-out ;
    transition: all 300ms ease-in-out ;
}
.toolbar .bar{background-color:#33818f; height:39px; position:absolute; top:0; right:0; width:39px;}
.toolbar .icon{display:block; width:39px; height:39px; float:right; z-index:2; cursor: pointer; background:url(/images/icon_toolbar.png) no-repeat;}
.toolbar .content{padding-right:47px; color:#fff; z-index:1;}

.toolbar .bar.search {top:40px;}
.toolbar .bar.maplink {top:80px;}
.toolbar .bar.social {top:120px;}

.toolbar .search .icon{background-position:0 0;}
.toolbar .maplink .icon{background-position:0 -39px;}
.toolbar .triplink .icon{background-position:0 -78px; position: relative; }
.toolbar .social .icon{background-position:0 -117px;}

.toolbar .maplink, .toolbar .triplink{ }


.toolbar .search .content{padding:8px 0 10px 10px; width:130px;}
.toolbar .search .content input{width:105px; height:16px; border:#fff; font-family:Times, "Times New Roman", serif; font-style:italic;}

.toolbar .search .content .roundinput{
    background:#fff;
    padding:2px 10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.ie7 .toolbar .search .content .roundinput{background: none; padding:0;}
.search input { outline: none; }
.toolbar .link .content{padding:10px 0 10px 10px; min-width:95px;}
.toolbar .link .content a{color:#fff; font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif; font-size:16px; text-transform: uppercase;}

/*.toolbar .show .content{visibility: visible;}*/

.toolbar .social .content{width:643px; height:340px; padding:20px 0 20px 20px;}
.toolbar .social .nav{list-style: none; margin-bottom: 20px;}
.toolbar .social .nav li{display: inline-block; margin-right: 8px; border-left:2px solid #8db3b6; padding-left: 10px;}
.lte7 .toolbar .social .nav li{display: inline; zoom:1;}
.toolbar .social .nav li:first-child{border-left:none; padding-left: 0;}
.toolbar .social .nav li a{color:#8db3b6; font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif; font-size:16px; text-transform: uppercase;}
.toolbar .social .nav li a:hover, .toolbar .social .nav li a.active{color:#fff;}

.toolbar .social .panel{display:none;}
.toolbar .social .facebook.panel iframe {background:#fff;}

.toolbar .social .twitter.panel p a{ font-family:'lucida grande', lucida, tahoma, helvetica, arial, sans-serif; background:none; font-size: 12px; text-transform: none; color:#e3654f;}

.toolbar .social .youtube.panel .featvideo{float:left; width:417px; margin-right: 27px;}
.toolbar .social .youtube.panel .featvideo iframe{border:2px solid #fff; display:block; margin-bottom: 4px;}
.toolbar .social .youtube.panel .relatedvideos{float:left; width:199px;}
.toolbar .social .youtube.panel .relatedvideos .thumbnail{padding:2px; background:#fff; margin-bottom: 4px;}
.toolbar .social .youtube.panel .title{font-family:Times, "Times New Roman", serif; font-weight: normal; font-size:14px; text-transform: none; background:none; font-style: normal; margin-bottom: 4px;}
.toolbar .social .youtube.panel .featvideo .title{ font-size:20px;}
.toolbar .social .youtube.panel .sociallink{float:right;}
.toolbar .social .youtube.panel .video{margin-bottom:25px;}

/* Updates to Youtube Channel Feed */
.toolbar .social .youtube.panel .mediawrapper { border: 2px solid #fff; margin-bottom: 4px; }
.toolbar .social .youtube.panel .featvideo { width: 421px; margin-right: 20px; }
.toolbar .social .youtube.panel .relatedvideos { width: 130px; }
.toolbar .social .youtube.panel .relatedvideos .mediawrapper { width: 120px; margin-top: 6px; }
    .toolbar .social .youtube.panel .relatedvideos .mediawrapper:first-child { margin-top: 0; }
.toolbar .social .youtube.panel .sociallink { margin-left: 439px; margin-top: -15px; float: left; }

.toolbar .social .pinterest.panel .board{float:left; padding-left:18px;}
.toolbar .social .pinterest.panel .container .board:first-child{padding-left: 0;}
.toolbar .social .pinterest.panel .board .title{display: block; padding:8px 0; text-align: center; background:#fff; font-family: helvetica, arial, sans-serif; color:#524d4d; font-weight: bold;}

.toolbar .social .pinterest.panel .board > a{
    display:block;
    -webkit-box-shadow: 0px 2px 5px 1px rgba(25, 25, 25, .20);
    -moz-box-shadow: 0px 2px 5px 1px rgba(25, 25, 25, .20);
    box-shadow: 0px 2px 5px 1px rgba(25, 25, 25, .20);
}

/*Map*/
.event-nav{position:absolute; bottom:0; right:0;}
.map-nav li, .tp-nav li, .tp-tools li, .event-nav li, .check-boxes li{list-style: none;}
.map-nav > li, .tp-nav li, .tp-tools li, .event-nav li{float:left; position:relative; margin-bottom:10px;}
.event-nav li{margin-bottom:6px;}
.map-nav > li > .button, .tp-nav > li > .button, .tp-tools > li > .button, .event-nav > li > .button{display:block;}
.ie7 .map-nav > li > .button, .ie7 .tp-nav > li > .button{height:50px;}
.map-nav > li > .button span, .tp-nav > li > .button span, .event-nav > li > .button span{display: table-cell; width:92px; height:47px; vertical-align: middle; padding:0px 20px 0 8px; }
.ie7 .map-nav > li > .button span, .ie7 .tp-nav > li > .button span{display: block; zoom:1; padding-top: 8px; cursor: pointer;}
.ie7 .map-nav.select-turquoise > li > .button span,
.ie7 .map-nav.select-orange li:first-child > .button span,
.ie7 .map-nav.select-orange li:first-child + li + li > .button span, {padding-top:14px;}


.event-nav > li > .button span{height:30px; width: 60px; padding:0; text-align: center; cursor: pointer;}

.tp-nav > li > .button span{text-align: center; padding:0 10px;}

.map-nav.select-turquoise li:first-child > .button, .tp-nav.select-turquoise li:first-child > .button, .event-nav.select-turquoise li:first-child > .button{
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right:0;
}

.map-nav.select-turquoise li:first-child + li + li > .button, .tp-nav.select-turquoise li:first-child + li + li > .button, .event-nav.select-turquoise li:first-child + li + li > .button{
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left:0;
}

.map-nav.select-turquoise li:first-child + li > .options{
    overflow-y: scroll;
    max-height:291px;
    border-top:1px solid #BFBFBF;
    border-bottom:1px solid #BFBFBF;
}

.map-nav.select-orange li > .button, .map-nav .reset-button, .tp-tools .button, .clear_search{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.map-nav .button{background-image:url(/images/btn_map_arrows.png); background-repeat: no-repeat; }
.map-nav.select-turquoise .button{ background-position: 93% 20px; }
.map-nav.select-orange .button{background-position: 93% -54px;}


.map-nav.select-orange > li{margin-left:8px;}
.map-nav.select-orange > li:first-child{margin-left:0;}

.map-nav.select-turquoise > li.open-menu .button{}
.map-nav.select-orange > li.open-menu .button{background:#E3654F; border:1px solid #aa4c3b; color:#fff;}
.ie .map-nav.select-orange > li.open-menu .button{filter:none;}

.tp-nav.select-turquoise > li.active .button, .event-nav.select-turquoise > li.active .button{ color: #fff; border-color: #235761}

.map-nav > li.open-menu{margin-bottom:0;}
.map-nav > li.open-menu > .options{ left:-45px;}
.map-nav > li.open-menu .button{height:57px; background-image: none;}

.map-menu{width:839px; margin:0 auto 10px; padding-top:60px;}
.lte7 .map-menu{position: relative; z-index: 5000;}
.map-location{float:left; width:243px; margin-right:26px;}
.map-category{float:left; width:569px;}


.options{
    position:absolute;
    float:left;
    top:55px;
    left:-999em; /* Hides the drop down */
    width:250px;
    background:#f6f6f6;
    z-index: 8;
    font-size:12px;
    font-family:"proxima-nova", sans-serif;
    font-weight:600;
    webkit-box-shadow: 0px 2px 5px 1px rgba(25, 25, 25, .20);
    -moz-box-shadow: 0px 2px 5px 1px rgba(25, 25, 25, .20);
    box-shadow: 0px 2px 5px 1px rgba(25, 25, 25, .20);
}

.options .checkbox, .options .label, .options .number, .check-boxes .checkbox, .check-boxes .label{display: inline-block;}
.options .checkbox, .check-boxes .checkbox{width:17px; height:17px; margin:0 8px 0 6px; vertical-align: -5px;}
.options .checkbox input[type="checkbox"], .check-boxes .checkbox input[type="checkbox"]{display: none;}
.map-menu .options .selected .checkbox, .check-boxes li.selected .checkbox {background-position:0 -17px;}
.options .label{width:150px; font-size:12px; font-family:"proxima-nova", sans-serif; font-weight:600; text-transform: none;}
.options .number{width:30px; color:#aaaaaa; text-align: right}
.ie7 .options .checkbox, .ie7 .options .label, .ie7 .options .number{display: inline; zoom:1;}
.map-nav .options .parent .label{text-transform: uppercase; color:#2e1b0c;}

.select-turquoise .options .label, .check-boxes .select-turquoise .label {color:#33818f;}
.select-orange .options .label, .check-boxes .select-orange .label{color:#e3654f;}
.select-tang .options .label, .check-boxes .select-tang .label{color:#f59500;}

.select-turquoise .options .checkbox, .check-boxes .select-turquoise .checkbox{background: url(../../images/chkbox_turquoise.png) no-repeat;}
.select-orange .options .checkbox, .check-boxes .select-orange .checkbox{background: url(../../images/chkbox_orange.png) no-repeat;}
.select-tang .options .checkbox, .check-boxes .select-tang .checkbox{background: url(../../images/chkbox_tang.png) no-repeat;}

.options li:first-child{border-top:1px solid #BFBFBF;}
.options li{border-right:1px solid #BFBFBF; border-bottom:1px solid #BFBFBF; border-left:1px solid #BFBFBF; padding:4px;}

.select-turquoise .options li.selected,
.select-turquoise .options li.selected .label,
.check-boxes li.select-turquoise.selected,
.check-boxes li.select-turquoise.selected .label {background:#33818f; color:#fff;}

.select-turquoise .options li:hover,
.select-turquoise .options li:hover .label,
.check-boxes li.select-turquoise:hover,
.check-boxes li.select-turquoise:hover .label {background:#33818f; color:#fff;}

.select-orange .options li:hover,
.select-orange .options li:hover .label,
.select-orange .options li:hover .number,
.check-boxes li.select-orange:hover,
.check-boxes li.select-orange:hover .label {background:#e3654f; color:#fff;}

.select-orange .options li.selected,
.select-orange .options li.selected .label,
.select-orange .options li.selected .number,
.check-boxes li.select-orange.selected,
.check-boxes li.select-orange.selected .label {background:#e3654f; color:#fff;}


.reset-button{background:#e3654f url(../../images/btn-mapreset.png) no-repeat 50% 8px; display:block; height:20px; width:47px; border:1px solid #aa4c3b; text-align: center; padding-top: 27px; color:#fff; font-family:"proxima-nova", sans-serif; font-weight:600; letter-spacing: -1px}

.interactive-map{border-top:1px dashed #333; border-bottom:1px dashed #333; height:650px; position:relative; z-index:0;}

#map_canvas { height:614px; width:100%; }

/* Callout
--------------------------------------------- */
.woimage                {width:480px !important;}

.callout                { position: absolute; z-index: 6; visibility: hidden; display: none; }
.callout-relative       { position: relative; }
.callout-table          { position: relative; z-index:2; }
.callout-arrow          { position: absolute; background: url('/images/co_arrow.png') no-repeat; font-size: 1px; height: 25px; width: 24px; bottom:-10px; left:292px; z-index:3; }
.callout-close          { position: absolute; background: url('/images/co_x.png') no-repeat; width:8px; height:8px; top:7px; right:13px; z-index:3; cursor: pointer; }
.callout-top-left       { background: url('/images/co_nw.png') no-repeat; font-size: 1px; height: 10px; width:7px; }
.callout-top-mid        { background: url('/images/co_c.png')  repeat;    font-size: 1px; height: 10px; }
.callout-top-right      { background: url('/images/co_ne.png') no-repeat; font-size: 1px; height: 10px; width: 7px; }
.callout-mid-left       { background: url('/images/co_w.png')  repeat-y;  font-size: 1px; width:  7px; }
.callout-mid-mid        { background: url('/images/co_c.png')  repeat;    color: #333; }
.callout-mid-right      { background: url('/images/co_e.png')  repeat-y;  font-size: 1px; width:  7px; }
.callout-bottom-left    { background: url('/images/co_sw.png') no-repeat; font-size: 1px; height: 12px; width: 7px; }
.callout-bottom-mid     { background: url('/images/co_s.png')  repeat-x;  font-size: 1px; height: 12px; }
.callout-bottom-right   { background: url('/images/co_se.png') no-repeat; font-size: 1px; height: 12px; width: 7px; }
#calloutdata            { width:570px; }
.woimage #calloutdata   { width:470px; }
#calloutdata .info      { font-weight:500;}
#calloutdata .thumb     { float: right; margin: 0 0 0 20px; position:relative; }
#calloutdata .thumb img { border:1px solid #e6e5df; padding:4px; background-color: #fff;}

.map-callout            { padding: 10px 18px 0;}
.map-callout table      { width:533px; color:#252525; }
.woimage .map-callout table { width:435px;  }
.delete-callout         { padding: 0px 5px 4px 5px; }
.info-callout           { padding: 0px 1px 2px 5px; }

.map-callout .info .label, .map-callout  .info dd{display:inline;}
.map-callout  .info dd{margin-right: 4px}
.lte8 .map-callout .info dd{margin-right: 8px}
.map-callout .btn-coral{margin-right: 13px;}


/*Trip Planner*/
.triplink .count { position: absolute; top: 2px; left: 4px; color: #fff; font-size: 10px; }
.trip-plan .page-header{ background: none;}
.trip-plan .page-header h1{ text-align: center; font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif; font-size:46px; text-transform: uppercase;}
.interior-hero + p{font-size: 17px; font-style: italic; margin-bottom:30px;}
.form{width:300px;}
.form input{margin-bottom:10px; border:1px solid #C3C0AF; padding:4px; font-family:Times, "Times New Roman", serif; font-size:14px; color:#2e1b0c; width:290px; box-shadow: none;}
.form input.mask, .form .mask { /*background-color: #EDEBDF;*/ color:#2e1b0c;}
/*Reset*/
input::-webkit-input-placeholder, isindex::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#2e1b0c; }

.col2dash { background:url('/images/border_dash.png') repeat-y 50% 0; margin-bottom: 30px;}
.row.col2dash{margin-bottom:30px;}
.info_buttons {width:190px; float:left;height:auto;min-height: 70px;position:relative;}
.info_buttons .btn-coral{margin-right:9px; font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif; text-transform: uppercase; background-color: #e3654f; }
.lte8 .info_buttons .btn-coral{padding:0 12px; margin-right: 7px;}
.form textarea{width:292px;  height: 125px; margin-bottom: 12px; font-family:Times, "Times New Roman", serif;}

.account_tp .form .info .label{font-family:Times, "Times New Roman", serif; text-transform: none;}
.account_tp .form .info .label + dd{ font-weight: bold; line-height: 20px;}
.account_tp .form .info .label, .account_tp .form .info .label + dd{float:left;}
    *+ html > .account_tp .form .info .label, *+ html .account_tp .form .info .label + dd{float:none;}
.account_tp .form .info .label {clear:left; margin-right: 5px;}
.account_tp .form .info .email{margin-top: 12px;}
.account_tp .form .info .email + dd{clear:left; margin-bottom: 12px}
.account_tp .form a{color:#e3654F; margin-right: 12px}

.login_tp .form .right + .right{clear:both;}

.passwordlink{font-size: 12px; color:#e3654f;}

.tp-tools > li > .button{ width:50px; height:50px; margin-left:12px;}
.lte7 .tp-tools > li > .button{ cursor: pointer}
.tp-tools .button span{display:block; width:50px; height:50px; background: url('/images/icons_tptools.png') no-repeat;}
.tp-tools .button.mail span{background-position: 0 100%}
.tp-tools .button.print span{background-position: 0 0}


/*Trip Planner Notify*/
.notify-tp {position: fixed; top:50%; left: 50%; margin:-69px 0 0 -69px; width: 137px; height: 137px; background: url('/images/bg_tripplanner.png') no-repeat; display:none;}
.notify-tp .icon{background: url('/images/icon_tripplanner.png') no-repeat; width: 64px; height: 64px; position: absolute; top:30px; left: 36px; }
.notify-tp.remove .icon{background-position:0 100%;}
.notify-tp .message{position: absolute; bottom:15px; width: 100%; text-align: center; font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif; color: #fff; text-transform: uppercase;}

.box_tp{ background: #f8f8f5; padding:15px; margin-bottom:15px;}
.box_tp h2{font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif; font-size: 14px; text-transform: uppercase; padding-bottom: 15px;}
.box_tp .form{width:auto;}
.box_tp .form input{width:260px;}

.add_tp ul{list-style: none;}
.add_tp li{ border-top:1px dashed #b6b0a9; padding:6px 0;}
.add_tp li a{color:#E3654F;}

.create_tp .passwordlink{width:85px;}
    .grid_3 .create_tp .passwordlink{width:65px;}
.preview .button_tp, .button_tp{border:1px solid #ececec; margin-top: 9px;
    display: inline-block;
    height:23px;
    line-height:23px;
    padding:0 8px 0 25px;
    background:url(/images/icons_tp.png) no-repeat #fff 0 0;
    text-transform: uppercase;
    font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;
    font-size:14px;
    color:#000;
    cursor: pointer;
    white-space: nowrap;

    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.preview .button_tp.remove, .button_tp.remove{background-position: 0 100%;}

.button_tp_lg {
    border:1px solid #ececec; margin-top: 9px;
    display: inline-block;
    height:45px;
    line-height:48px;
    padding:0 11px 0 40px;
    background:url(/images/icons_tp_lg.png) no-repeat #fff 15px center;
    text-transform: uppercase;
    font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;
    font-size:20px;
    color:#000;
    cursor: pointer;
    white-space: nowrap;

    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.button_rp_lg {
    border:1px solid #ececec; margin-top: 9px;
    display: inline-block;
    height:45px;
    line-height:48px;
    padding:0 11px 0 40px;
    background:url(/images/icons_rp_lg.png) no-repeat #fff 15px center;
    text-transform: uppercase;
    font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;
    font-size:20px;
    color:#000;
    cursor: pointer;
    white-space: nowrap;

    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.trip-plan .results .list:first-child{/*border-top:1px dashed #B6AFA6;*/ padding-top:20px;}

#share-tp{width:300px; padding:20px; background: #ffffff;}
.addemail, .removeemail{display:inline-block; height: 23px; padding-left: 25px; background: url(/images/icons_tp.png) no-repeat 0 0; line-height: 23px; font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif; text-transform: uppercase; color:#2E1B0C; margin-bottom:10px;}
.addemail{background-position: 0 0;}
.removeemail{background-position: 0 100%;}

.trip-plan .interactive-map { position: relative; border:none; margin-bottom:20px; height: 530px; width: 530px;}
.trip-plan .interactive-map .legend{ position: absolute; top:0px; right:0px; border:1px solid #bfbfbf; background: #fff; padding: 9px; z-index: 1; display: none; }
.trip-plan .interactive-map .markers{list-style: none;}
.trip-plan .interactive-map .markers li{margin-bottom: 1px; line-height: 21px; font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif; text-transform: uppercase;}
.trip-plan .interactive-map .markers img{margin-right: 6px; vertical-align: text-bottom;}
.trip-plan .interactive-map #ItineraryLNK { position: absolute; margin-top: -20px; border-radius: 3px; background-color: #e5e3d8; color: #2e1b0c; font-size: 14px; text-transform: uppercase; font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;}
.hide{display:none;}

.section .title{font-size:46px;}
.section .fancy-title .icon{position: relative; top:5px;}
.lte7 .section .fancy-title .icon{position: relative; top:-5px;}

.photos, .videos{padding:16px; background:#f8f7f0; border:1px solid #ebebeb; position:relative;}
.photos .container{margin-bottom: 30px;}
.photos .add{ display:none; left:50%; margin-left: -60px; }
.ie7 .photos {overflow:hidden;}
.ie7 .photos .add{display:inline; zoom:1; width:95px; margin-left: -68px}

article .main-content .photo{ background:#fff;}
article .main-content .photo img{width:355px; float:none; margin: 0; border:0; padding: 0;}
article .main-content .photo {padding:4px; border:1px solid #E6E5DF; margin-bottom: 10px;}
article .main-content .photo .caption{color:#2e1b0c; padding:8px 6px 0;}

.videos {overflow-y: scroll; height:360px;}
.videos .video_thumbnail{float:left; width:178px; height:165px; margin-left:5px; margin-bottom: 0;}
.videos .video_thumbnail:first-child{margin-left:0px;}
.videos .video_thumbnail img{width:168px; float:none; margin: 0 0 4px 0;}
.videos .video_thumbnail.newline{margin-left:0; clear:both;}
.videos .video_thumbnail .caption{ color:#2e1b0c; font-size: 12px; padding:0 4px;}

.btn-orange.visityoutube { background: url(/images/youtube_button.png) no-repeat; width: 178px; text-align: left; display: block; margin: 30px auto; text-indent: 10px; }

.media-nav {position: relative; top: 1px; z-index: 2;}
.media-nav li{float:left; list-style: none;}
.media-nav a{display:block; color:#f7931e; font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif; text-transform: uppercase; font-size: 16px; padding:12px 16px;}
.media-nav a.selected{border-left:1px solid #ebebeb; border-top:1px solid #ebebeb; border-right:1px solid #ebebeb; color:#2e1b0c; background:#f8f7f0;}

.calender, .calender td{border-collapse: collapse; border:1px solid #dfdcda;}
.calender td{width:110px; height: 150px;}

.date-label{text-align: right; display: block; color:#dfdcda; font-family:"proxima-nova", sans-serif; font-weight:600; padding:5px 9px; position: relative; margin-bottom: 10px}
.today {background:#f49120; color:#ffffff;}
.today-label {position:absolute; top:5px; left:5px;}
.events li{width:103px; height:27px; list-style: none; margin-bottom: 3px; padding:0 8px;}
.events a{font-size: 10px; font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif; color:#2e1b0c; display: inline-block; line-height: 10px;}
.events .more{color:#e3654f; font-size: 12px; font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif; text-transform: uppercase; cursor: pointer;}


.info dd a{color:#E3654F; font-size: 14px;}
.info .event-date li{margin-bottom: 0;}
.info .event-date a{ font-size: 12px;}
.info .button_tp{margin-top: 0;}

.event-detail-page .content.column {padding-top: 0;}
.event-details {list-style: none; margin-bottom: 20px; color:#2E1B0C; font-size: 18px; line-height: 16px; font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif; text-transform: uppercase;}
.event-details .date, .event-details .address{width: 230px; float: left; padding-left: 40px; position: relative;}
.event-details .icon{display: block; width:32px; height: 34px; background: url(/images/icons_eventdetails.png) no-repeat; position: absolute; left: 0; top: 1px;}
.event-details .date .icon{background-position: 0 0}
.event-details .address .icon{background-position: 0 -34px}

.events-results .list-view, .events-results .calender-view{display:none;}
.events-results .stack-title{font-size:14px; line-height: 14px;}
.event-controls {list-style: none; margin-right: 8px; display: inline-block;}
.results-head .event-controls {position: absolute; left:0; bottom:8px;}
.results-head .clear_search {position: absolute; right:0; bottom:8px;}
.event-controls li{float:left;}
.event-controls .arrow{background-image:url(/images/arrows_calender.png); display:block; width:12px; height:21px; margin:26px 4px 0 0; cursor: pointer;}
.event-controls .arrow.prev{background-position: 0 0}
.event-controls .arrow.next{background-position: 100% 0}
.results-foot .event-controls .arrow{margin:6px 4px;}
.events-results .results-foot{padding-bottom:20px;}

.events-results .list-view{display:block;}
.events-results .image img{margin-bottom: 0;}
.events-results .preview{width:540px; padding-bottom: 23px; margin-bottom: 0;}

.clear_search{display: block; width:30px; height: 30px; border:1px solid #bfbfbf;
    background: rgb(255,255,255); /* Old browsers */
    background-image: url(/images/icon_clearsearch.png); /*fallback*/
    background-image: url(/images/icon_clearsearch.png), -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(248,248,248,1) 50%, rgba(248,248,248,1) 51%, rgba(238,238,238,1) 100%); /* FF3.6+ */
    background-image: url(/images/icon_clearsearch.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(248,248,248,1)), color-stop(51%,rgba(248,248,248,1)), color-stop(100%,rgba(238,238,238,1))); /* Chrome,Safari4+ */
    background-image: url(/images/icon_clearsearch.png), -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 50%,rgba(248,248,248,1) 51%,rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
    background-image: url(/images/icon_clearsearch.png), -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 50%,rgba(248,248,248,1) 51%,rgba(238,238,238,1) 100%); /* Opera 11.10+ */
    background-image: url(/images/icon_clearsearch.png), -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 50%,rgba(248,248,248,1) 51%,rgba(238,238,238,1) 100%); /* IE10+ */
    background-image: url(/images/icon_clearsearch.png), linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(248,248,248,1) 50%,rgba(248,248,248,1) 51%,rgba(238,238,238,1) 100%); /* W3C */
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
}

.lte8 .clear_search{background: url(/images/icon_clearsearch.png) no-repeat 50% 50% #fff;}

.events-results .box_tp .form input{ width:180px;}

/*twitter styles*/
.twtr-widget{position:relative;font-size:12px!important;font-family:"lucida grande",lucida,tahoma,helvetica,arial,sans-serif!important;zoom:1;}.twtr-fullscreen{font-size:220%!important;}.twtr-fullscreen .twtr-new-results{_display:none!important;}.twtr-inactive{display:none;}.twtr-widget a img{border:0!important;}.twtr-doc{overflow:hidden;width:100%;text-align:left;font-weight:normal;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}.twtr-bd{padding:0 1px;}.twtr-widget .twtr-tweet-wrap{padding:6px 8px;overflow:hidden;zoom:1;}.twtr-fullscreen .twtr-tweet-wrap{padding:20px;}.twtr-widget .twtr-tweet{border-bottom:1px dotted #ddd;overflow:hidden;zoom:1;}.twtr-widget-profile img.twtr-profile-img{display:block;float:left;width:31px;height:31px;border:0!important;}.twtr-widget h3,.twtr-widget h4,.twtr-widget p{margin:0!important;padding:0!important;line-height:1.2!important;width:auto!important;}.twtr-widget-profile h3,.twtr-widget-profile h4{margin:0 0 0 40px!important;}.twtr-widget h3{font-size:11px!important;font-weight:normal!important;}.twtr-widget h4{font-size:16px!important;}.twtr-widget em,.twtr-widget .twtr-new-results{font-size:9px;font-style:normal;display:block;margin-top:2px;zoom:1;}.twtr-widget .twtr-new-results{text-align:center;padding:3px;margin:0 auto -10px auto!important;display:block;position:relative;bottom:5px;line-height:.9;}.twtr-results-inner{line-height:1;font-size:100%;padding:4px 0;position:relative;bottom:-2px;width:40%;margin:0 auto;z-index:2;text-align:center;}.twtr-results-hr{width:100%;position:relative;z-index:1;height:1px;border-bottom:1px dotted #ddd;bottom:7px;background:none;overflow:hidden;}.twtr-new-results span{position:relative;z-index:3;top:-14px;display:block;font-size:9px!important;}.twtr-fullscreen .twtr-new-results span{font-size:24px!important;}.twtr-hd{padding:10px;position:relative;zoom:1;overflow:hidden;}.twtr-fullscreen .twtr-hd{height:0;padding:0;}.twtr-timeline{-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;position:relative;overflow:hidden;z-index:2;height:225px;}.twtr-scroll .twtr-timeline{overflow-x:hidden;overflow-y:auto;}.twtr-widget .twtr-tweet:last-child{border-bottom-width:0;}.twtr-ft{position:relative;}.twtr-ft div{overflow:hidden;padding:10px;zoom:1;}.twtr-ft span{float:right;text-align:right;}.twtr-ft a{float:left;display:block;}.twtr-ft span a{float:none;}.twtr-avatar{width:40px;height:40px;float:left;overflow:hidden;display:block;}.twtr-fullscreen .twtr-avatar{width:80px;height:80px;}.twtr-img{height:25px;width:25px;}.twtr-img img{width:30px;height:30px;}.twtr-fullscreen .twtr-img img{width:72px;height:72px;}.twtr-fullscreen a.twtr-join-conv{display:none;}.twtr-tweet-text{margin-left:40px;}.twtr-fullscreen .twtr-tweet-text{margin-left:90px;}.twtr-doc a{text-decoration:none!important;}.twtr-doc a:hover{text-decoration:underline!important;}

.twtr-doc{width:643px !important;}
.twtr-timeline{height:210px !important;}
#twtr-widget-1 .twtr-doc, #twtr-widget-1 .twtr-hd a, #twtr-widget-1 h3, #twtr-widget-1 h4{background:#F8F7F1 !important; color: #000 !important}

/*addthis*/
.addthis_toolbox{z-index: 0;}


/*Events Iframe Styles*/
.events-frame{ background: none;}
.events-frame .wrapper, .events-frame section.content{ width:765px; margin:0;}
.events-frame .row{width:765px;}
.events-frame .grid_10{width:755px;}
.events-frame .grid_7{width:505px;}
.events-frame .events li{padding:0 0 0 4px;}

/*Results Page Iframe Styles*/
.results-iframe{ background: none repeat scroll 0 0 #F8F7F1 ;}
.results-iframe .wrapper, .results-iframe section.content{ width:765px; margin:0; }
.results-iframe .wrapper { margin: 0 auto; }
.results-iframe .row{}
.results-iframe .grid_10{width:755px;}
.results-iframe .grid_7{width:525px;}
.results-iframe .events li{padding:0 0 0 4px;}
.results-iframe .row .preview { width: 295px; }

.iFrame-list { height: 860px; overflow-y: scroll; overflow-x: hidden; }
.no-margin { margin: 0 0 0 0; }

/* Styles for pages viewed in Facebook iframe */
.fb-iframe { width: 100%; position: relative; top: 0; left: 0; }
.fb-iframe header, .fb-iframe footer, .fb-iframe section.content nav, .fb-iframe .toolbar { display: none; }
.fb-iframe .wrapper { width: 100%; }
.fb-iframe section.content { width: 100%; }
.fb-iframe .row { width: 100%; }
.fb-iframe .push_1 { padding-left: 10px; }
.fb-iframe .grid_11 { width: 100%; }
.fb-iframe .sidecontent { clear: both; zoom: 1; position: absolute; top: 150px; right: 0; }
.fb-iframe .sidecontent .maps { float: left; margin-right: 30px; }
.fb-iframe .sidecontent .filter { float: left; }
.fb-iframe .content.column { min-height: 770px; }

.fb-iframe #elDayViewDiv { width: 765px; }
.events-frame .events-results header { display: block; }
.fb-iframe #elTheSearchDiv { position: relative; left: 40px; }

/* New Listing Page styles 11/15/13 -- EDITED 12/2/13 */
.list-detail .readmore-cnt { padding-bottom: 15px; }
.list-detail .snippet { line-height: 20px; margin-bottom: 20px; }
.list-detail .readmore-cnt .more { color: #e3654f; margin-left: 10px; cursor: pointer; }
.list-detail .readmore-cnt .less { margin-left: 0; }

.list.events-list, .list.deals-list { border-bottom: none; }
.list.events-list .row, .list.deals-list .row { margin: 0 0 0 -10px; width: 560px !important; }
.list.events-list .column, .list.deals-list .column { width: 535px; }
.list.events-list .info .label, .list.events-list .info dd, .list.deals-list .info .label, .list.deals-list .info dd { display:inline; }
.list.events-list .info .label, .list.deals-list .info .label { font-weight: bold; }

/* Trails Landing and Detail pages 04/10/2014 */
h1.trails-title {font-size:3.3em;}
.trails-hero {position:relative;display:block;width: 940px;height:500px;margin:0 auto;margin-bottom:50px;font-family:proxima-nova-alt-ext-cond, 'Arial Narrow', sans-serif;letter-spacing:0.08em;}
.trails-hero:after {content: ' ';background: url(/images/hr_thread.png) repeat-x;width: 940px;height: 6px;position: relative;left: -1px;bottom: -4px;display:block;}
.trails-hero .trails-detail-hero-meta {position:relative; z-index:2;display:block;padding:20px;width:900px;height:469px;}
.trails-hero .trails-detail-hero-meta a.back-to-trails { color:white; text-transform: uppercase; padding:5px 8px; background-color:rgba(0,0,0,0.6);border-radius:1px;font-size:1em;font-weight:100;}
.trails-hero .trails-detail-hero-meta a.back-to-trails:before {content: ' '; background:url(/images/icons/back_arrow.png) no-repeat 0 2px;width:16px;height:13px; display:inline-block;margin-right:8px;}
.trails-hero .trails-detail-hero-meta .trails-hero-center {text-align:center;position:relative;}
.trails-hero .trails-detail-hero-meta img.trails-hero-logo {height:160px;width:160px;margin-bottom:20px;position:absolute;left:370px;}
.trails-hero img.trails-detail-hero-img {border: 1px solid #e6e5df; padding: 4px; background-color: #fff;position:absolute;top:0;z-index:1;height:502px;width:930px;}
.trails-addthis {position:absolute;top:180px;width: 100%; left: 0; z-index: 200;}
.trails-hero .trails-detail-hero-meta .trails-hero-center h1 { padding-top: 190px; text-transform: uppercase;text-align:center;font-size:4em;color:white;line-height:1em;margin-bottom:0px;padding-top:190px;}
.trails-hero .trails-detail-hero-meta .trails-hero-center h3 {text-transform:uppercase;text-align:center;font-size:2em;color:white;margin-bottom:75px;}
a.trails-hero-cta { padding:10px 12px 10px 20px; background-color:#f7931e; color:white; font-size:1.5em;text-transform: uppercase;}
a.trails-hero-cta-digital { padding:10px 12px 10px 20px; background-color:#f7931e; color:white; font-size:1.5em;text-transform: uppercase; position: relative; top:120px;}
a.trails-hero-cta:after {content:' ';background: url(/images/icons/down.png) no-repeat 0 6px;width:22px;height:18px;display:inline-block;margin-left:10px;}
section.trails-content {padding-top:60px;padding-bottom:60px;}
section.trails-content h1.fancy-title {font-size:3.3em;}
section.trails-content p.lead {font-size:1.8em;text-align:center; line-height:1.2em;margin-bottom:60px;}
section.trails-content .trails-info { margin-bottom: 60px; }
section.trails-content .trails-info p { font-size:1.8em;text-align:center; line-height:1.2em; color: #2E1B0C; font-family: Times, 'Times New Roman', serif; }
section.trails-content .trails-info h1, section.trails-content .trails-info h2, section.trails-content .trails-info h3, section.trails-content .trails-info h4 { color: #2E1B0C; font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif; text-transform: uppercase; text-align: center; }
section.trails-content .trails-info h1 { font-size: 3em; }
section.trails-content .trails-info h2 { font-size: 2.2em; }
section.trails-content .trails-info h3 { font-size: 2em; }
section.trails-content .trails-info h4 { font-size: 1.8em; }
section.trails-content .trails-info ul, section.trails-content .trails-info ol { padding-left: 40px; margin-left: 20px; font-family: Times, 'Times New Roman', serif; }
section.trails-content .trails-info a { color: #E3654F; text-decoration: none; }

section.trails-content .pod {margin-bottom:80px;}
section.trails-content .pod h2 {display:block;text-align:center;font-family:proxima-nova-alt-ext-cond, 'Arial Narrow', sans-serif;font-size:1.6em;padding:2px 0px;text-transform:uppercase; margin-bottom:20px;background:url(/images/background/flag_bg.png) no-repeat center center;}
section.trails-content .pod figure img {padding:0;border:none;margin-bottom:5px;}
section.trails-content .pod p {letter-spacing:0.03em;}
section.trails-content .pod figure figcaption {text-align:center;text-transform:uppercase;color:#e3654f;font-size:1.1em;letter-spacing:0.03em;font-family:proxima-nova-alt-ext-cond, 'Arial Narrow', sans-serif;}
section.trails-content .pod p a {background:none;color:#e78471;font-family: Times, 'Times New Roman', serif;padding:0;text-transform: none;}
section.trails-content .pod p a:hover {text-decoration:underline;}
section.trails-content .pod ul.trails-image-list li {float:left;margin:10px;list-style-type: none;}
figure.trails-image { }
section.trails-content .pod.single-image figure img {height:253px;width:380px;}
section.trails-content .pod.two-image figure img {height:253px;width:380px;}
section.trails-content .pod.two-image ul.trails-image-list li:nth-child(2n+0) {margin-right:0; width:380px;}
section.trails-content .pod.two-image ul.trails-image-list li:nth-child(2n+1) {margin-left:0; width:380px;}
section.trails-content .pod.two-image ul.trails-image-list li figure.trails-image img {height: 253px; width:380px}
#mapOverlay {  z-index:1000; position:fixed; top:0; left:0; height:100%; width:100%; background-color:rgba(0, 0, 0, 0.7); display:none; }
#mapOverlay.visible { display:block;}
#mapOverlay #mapBackground {height: 100%; width: 100%; position: fixed;}
#mapOverlay .mapContainer { z-index:1010; position:relative; top:110px; background-color:white;height:70%; max-height:640px;width:940px; margin:0 auto; display:block; }
#mapOverlay .mapBoxContainer {background:url(/images/ajax-loader.gif) no-repeat center center #ffffff;height:100%; margin-right:-10px; width:640px;display:block;float:left;}
#mapOverlay #mapBox { z-index:1200; position:relative; height:100%; margin-right:-10px; width:640px;display:block;float:left; }
#mapOverlay #mapList { z-index:100; position:relative; height:100%; width:300px; display:inline; float:right; overflow-y:scroll; -webkit-box-shadow: -21px 0px 60px -10px rgba(0,0,0,0.3); -moz-box-shadow: -21px 0px 60px -10px rgba(0,0,0,0.3); box-shadow: -21px 0px 60px -10px rgba(0,0,0,0.3); }
#mapOverlay .mapGroup h3 { display:block;padding:8px 15px; background-color:#e6e3d9;font-family: 'proxima-nova-alt-ext-cond', 'Arial Narrow', sans-serif;color:#000;text-transform: uppercase;font-size:1.3em;}
#mapOverlay .mapGroup ol {margin:0px 0px;}
#mapOverlay .mapGroup ol li { -webkit-transition: all 100ms ease; -moz-transition: all 100ms ease; -o-transition: all 100ms ease; transition: all 100ms ease; padding:0px 15px; list-style-position: inside; display: block; color:#e98271; }
#mapOverlay .mapGroup ol li:hover, #mapOverlay .mapGroup ol li.active { background-color:#e56f5b; color:#fff; }
#mapOverlay .mapGroup ol li a { -webkit-transition: all 100ms ease; -moz-transition: all 100ms ease; -o-transition: all 100ms ease; transition: all 100ms ease; border-bottom:1px dashed #b6afa5; color:#e98271; display:block;  padding:10px 0px; }
#mapOverlay .infoWindow { height:75px; display:block; -webkit-box-shadow: -21px 0px 60px -10px rgba(0,0,0,0.4); -moz-box-shadow: -21px 0px 60px -10px rgba(0,0,0,0.4); box-shadow: -21px 0px 60px -10px rgba(0,0,0,0.4); background-color:#fff; }
#mapOverlay .withThumbnail { min-width:110%; }
#mapOverlay .infoWindow .infoThumbnail {display: inline-block; height: 75px; width: 110px; position:absolute; right: -110px; }
#mapOverlay .infoWindow .infoWindowContent {padding: 15px 30px 15px 15px;}
#mapOverlay .infoWindow .infoWindowContent h3 { margin-bottom:10px; }
#mapOverlay .infoWindow .infoWindowContent h3 a {color:#e98271; font-size:1.4em; font-family: Times, 'Times New Roman', serif; letter-spacing: 0.05em; width:200px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; }
#mapOverlay .infoWindow .infoWindowContent ul {}
#mapOverlay .infoWindow .infoWindowContent ul li {list-style-type:none; float:left; margin-right:10px; }
#mapOverlay .infoWindow .infoWindowContent ul li a {-webkit-transition: all 100ms ease; -moz-transition: all 100ms ease; -o-transition: all 100ms ease; transition: all 100ms ease; color:#e98271; font-size:1.2em; padding-left:20px; }
#mapOverlay .infoWindow .infoWindowContent ul li a:hover {color:#000; text-decoration: underline; }
#mapOverlay .infoWindow .infoWindowContent ul li a.infoWindowDirections {background:url(/images/trails_directions_marker.png) left no-repeat; }
#mapOverlay .infoWindow .infoWindowContent ul li a.infoWindowLearnMore {background:url(/images/trails_learnMore_marker.png) left no-repeat; }
/*.mapIconLabel { margin-left: -9px !important; width: 18px; font-size: 14px; font-weight: bold; color: #fff; font-family: "Lucida Grande", "Arial", sans-serif; text-align:center !important;}*/
.mapIconLabel { display: block; width: 26px; height: 43px; background: transparent url(/images/marker.svg) no-repeat; background-size: 26px 43px; text-align: center !important; padding-top: 5px; margin-left: -12px !important; margin-top: -40px !important; font-size: 14px; font-weight: bold; color: #fff; font-family: "Lucida Grande", "Arial", sans-serif; }
.mapIconLabelActive { display: block; width: 26px; height: 43px; background: transparent url(/images/marker-active.svg) no-repeat; background-size: 26px 43px; text-align: center !important; padding-top: 5px; margin-left: -12px !important; margin-top: -40px !important; font-size: 14px; font-weight: bold; color: #fff; font-family: "Lucida Grande", "Arial", sans-serif; }
#mapOverlay .mapGroup ol li:last-child a {border-bottom:none; }
#mapOverlay .mapGroup ol li a:hover, #mapOverlay .mapGroup ol li.active a {color:#fff; }
#mapButtonOpen, #mapButtonClose {position: absolute; z-index: 200; right: -75px; top: -75px; height: 150px; width: 150px; background: url(/images/trails_map_button.png) no-repeat; }
#mapButtonOpen.fixed { position:fixed; top:30px; }
#mapButtonClose.overlay { background: url(/images/trails_map_button_on.png) no-repeat; }
#mapButtonOpen span, #mapButtonClose span { display:none; }
#trails-list {/* min-height:2000px; NMTRLS-62 */}
li.trail-landing-tile {position:relative;display:block;height:290px;width:780px;margin-bottom:10px;overflow:hidden;}
li.trail-landing-tile a.trails-list-content {display:none;height:290px;width:780px;-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;}
li.trail-landing-tile a.trails-list-content.visible {display:block;height:290px;width:780px;}
li.trail-landing-tile a .trail-tile-meta {position:relative; z-index:2;display:block;color:white;font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;text-transform:uppercase;letter-spacing:0.06em;}
.trail-tile-meta img.tile-logo {padding:10px 0 0 10px;position:absolute;top:0;left:0;-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;}
.trail-tile-meta .trail-tile-headlines {display:block;text-align:center;height:100%;position:relative;padding-top:110px;-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;}
.trail-tile-meta .trail-tile-headlines h1 {text-align:center;font-size:3.5em;line-height:1em;}
.trail-tile-meta .trail-tile-headlines h3 {text-align:center;font-size:1.8em;}
li.trail-landing-tile a img.tile-bg {position:absolute;top:0;z-index:1;display:block;-webkit-transition: all 300ms ease; -moz-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease;}
@media all and (max-width: 1090px) and (min-width: 1024px) {
    #mapButtonOpen, #mapButtonClose {position: absolute; z-index: 200; right: -25px; top: -75px;}
}

/* Styles for Digital Media Page, based on Trails Detail */
.digital-hero-cta { display: block; width: 20%; margin: 0 auto; }
.trails-hero .trails-detail-hero-meta img.trails-hero-logo.digital-hero-logo { height: auto; width: auto; margin: 180px auto 20px auto; left: auto; position: relative; }
section.trails-content .pod figure figcaption.digital-caption {text-align:center;text-transform:none;color:#151214;font-size:1.3em;letter-spacing:0.03em;font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; padding: 0 5px;}
section.trails-content .pod ul.trails-image-list.digital-image-list li {min-height: 360px; position: relative;}
section.trails-content .pod.two-image ul.trails-image-list.digital-image-list li figure.trails-image img.play-btn { position: absolute; margin-left: -31px; left: 50%; top: 110px; width: 62px; height: 44px; background-color: transparent; }
a.iframe { border: none; outline: none; text-decoration: none; position: relative; }
figure.trails-image a.iframe {position: static;}
section.trails-content .pod a.iframe h2 { position: absolute; top: 185px; left: 0; width: 100%; text-align: center; color: #FFF; font-size: 30px; font-family: 'garagegothic-boldregular'; display: block; letter-spacing: 1px; padding: 0; text-transform: none; margin-bottom: 0; background:none; }
a.iframe .btm-border { width: 174px; border-bottom: 1px solid #FFF; position: absolute; top: 230px; left: 50%; margin-left: -87px;  }
.true-story { margin-bottom: 35px; }
.true-img { display: block; margin-bottom: 10px; border: none; outline: none; text-decoration: none; width: 780px; height: 520px; position: relative; }
.true-img h2 { position: absolute; bottom: 40px; left: 0; width: 100%; text-align: center; color: #FFF; font-size: 30px; font-family: 'garagegothic-boldregular'; display: block; letter-spacing: 1px; font-weight: 100; }
.true-img .btm-border { width: 174px; border-bottom: 1px solid #FFF; position: absolute; bottom: 22px; left: 50%; margin-left: -87px;  }
.true-copy { font-size:1.3em;letter-spacing:0.03em;font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; }
.true-copy a { background-color:transparent; color:#e3654f; font-weight:normal; text-transform:none; font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-size: 18px; }
.true-copy a.learn-more:after { padding-left: 5px; content: url(../images/icons/icon_learnMore.png); }
a.iframe figure.trails-image {cursor:pointer; position:relative;}
.ie8 section.trails-content .pod ul.trails-image-list.digital-image-list li {min-height: 360px; width: 370px; position: relative;}

.true-story,
a.iframe {
	position: relative;
}

.true-story .numbered,
.true-img .numbered,
a.iframe  .numbered {
	font-family: "freight-big-pro" serif;
	display: block;
	position: absolute;
	left:22px;
	top:20px;
	color: #fff;
	font-size: 30px;
	line-height: 30px;
	font-weight: 100;
	z-index: 100;
}
.true-story .numbered span,
.true-img .numbered span,
a.iframe .numbered span {
	position: relative;
	top: -0.4em;
	font-size: 80%;
}


/* IFRAME STYLES FOR FACEBOOK
.fb-iframe header, .fb-iframe footer, .fb-iframe .toolbar { display:none; }
.fb-iframe .body { margin-bottom:0; position:relative; top:0; bottom:0; }
.fb-iframe .wrapper, .fb-iframe .wrapper .row { width:880px; }
.fb-iframe section.content { width:860px; }
.fb-iframe .push_1 { padding-left:0; }
.fb-iframe #dlcListPanel .list .preview { padding-left:10px; }
*/

/* Date Picker Styles Override */
.calendars-popup { background-color: #EBE9E4;}
.calendars-popup .calendars { border: 1px solid #DAD7CE; border-radius: 4px; }
.calendars-popup .calendars-month { border: 0px; }
.calendars-month td a, .calendars-month td a.calendars-weekend, .calendars-month td a.calendars-today, .calendars-popup .calendars a, .calendars-month td a.calendars-today, a.calendars-selected, a.calendars-weekend { color: #E3654F; background-color: #ffffff; }
.calendars-month td, .calendars-month th { padding: 5px; }
.calendars-ctrl, .calendars-cmd-today { display: none; }
a.calendars-cmd { height: 40px; }
a.calendars-cmd:hover { background-color: transparent; }
.calendars-nav { padding: 8px 0; }
.calendars-popup .calendars-nav, .calendars-popup .calendars-ctrl { background-color:#fff; }
.calendars-cmd-prev {
    display: block;
    height: 40px;
    width: 40px;
 }
.calendars-cmd-next {
    display: block;
    height: 40px;
    width: 40px;
 }

.calendars a.calendars-disabled { color: #888888; cursor: auto; opacity: 0.5; }
.calendars-popup .calendars-month-header, .calendars-popup .calendars-month-header select, .calendars-popup .calendars-month-header input { color:#2E1B0C; background-color:transparent; }
a.calendars-highlight, a.calendars-selected { background-color: #E3654F !important; color: #fff !important;}





.searchEvents .datepicker {
    float: right !important;
    width: 135px !important;
    position: relative;
    padding-left: 54px !important;
}

.searchEvents input#date-start:before, .searchEvents input#all-date-start:before {
    content: "Start:";
    position: absolute;
    left: 7px;
    top: 6px;
}
.searchEvents input#date-end:before, .searchEvents input#all-date-end:before {
    content: "End:";
    position: absolute;
    left: 7px;
    top: 6px;
}


/* Form element overrides
-----------------------------------------------*/

.check-add-itinerary { display: inline-block;
        border: 1px solid #ececec;
        border-radius: 3px;
        font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 23px;
        padding: 0 8px 0 5px;
        height: 23px;
        width: 215px;
        margin-top: 9px;
        margin-left: 8px;
        color: #000041;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .check-add-itinerary > label { padding-left: 5px; padding-top: 1px; }

    .order-list { width: 85px; border-left: 1px solid #ececec; float: right;  }
    .order-list label { float: left; padding-left: 5px; color: #aaa;}



    .check-add-itinerary .select2-container .select2-choice span {
        font-family:
    }


/* SELECT */
.check-add-itinerary .selectContainerStyled {
    position: relative;
    padding: 0 0 0px 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    display:inline-block;
    width: 35px;
    float:right;
}

.check-add-itinerary .selectContainerStyled.second {
  margin-left: 10px;
}
.check-add-itinerary .selectContainerStyled:hover {
}
.check-add-itinerary .selectContainerStyled .arrow {
    background: url('/images/custom-select-arrow.png') 0 0 no-repeat;
    position: absolute;
    top: 9px;
    right: 1px;
    display: block;
    width: 10px;
    height: 6px;
    z-index: 1;
}

.check-add-itinerary .selectContainerStyled select::-ms-expand {
  display: none;
}

.check-add-itinerary .selectContainerStyled select {
  float: left;
  position: relative;
  z-index: 2;
  font-size:14px;
  display: block;
  font-family: "proxima-nova-alt-ext-cond", "Arial Narrow", sans-serif;
  text-transform: uppercase;
  top: 3px;
  width: 60px;
  margin: 0;
  -moz-appearance: window;
  -moz-padding-end: 30px;
  background: transparent;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  appearance: none;
}

.check-add-itinerary .selectContainerStyled select:focus {
  outline: none;
  border: none;
}




ul.user-list, ol.user-list {
    padding-left: 1.5em;
    margin: 0 0 20px 0;
}

    ul.user-list li, ol.user-list li {
        margin-bottom: 6px;
    }

        ul.user-list li a, ol.user-list li a {
            color: #e3654f;
        }

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.list-title {
    background: none;
    border-bottom: 1px dashed #b1b0ae;
    color: #2e1b0c;
    font-family: "proxima-nova-alt-ext-cond","Arial Narrow",sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 1em;
}

.user-list {

}

.user-hr {
    border-bottom: 1px dashed #b1b0ae;
    margin-bottom: 20px;
}


/*! qTip2 - Pretty powerful tooltips - v2.0.0 - 2012-07-24
* http://craigsworks.com/projects/qtip2/
* Copyright (c) 2012 Craig Michael Thompson; Licensed MIT, GPL */

/* Core qTip styles */
.ui-tooltip, .qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 216px;
	min-width: 50px;
	
	font-size: 10.5px;
	line-height: 12px;

	border-width: 1px;
	border-style: solid;
}

	/* Fluid class for determining actual width in IE */
	.ui-tooltip-fluid{
		display: block;
		visibility: hidden;
		position: static !important;
		float: left !important;
	}

	.ui-tooltip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.ui-tooltip-titlebar{
		position: relative;
		min-height: 14px;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.ui-tooltip-titlebar + .ui-tooltip-content{ border-top-width: 0 !important; }

		/* Default close button class */
		.ui-tooltip-titlebar .ui-state-default{
			position: absolute;
			right: 4px;
			top: 50%;
			margin-top: -9px;

			cursor: pointer;
			outline: medium none;

			border-width: 1px;
			border-style: solid;
		}
		
		* html .ui-tooltip-titlebar .ui-state-default{ top: 16px; } /* IE fix */

		.ui-tooltip-titlebar .ui-icon,
		.ui-tooltip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.ui-tooltip-icon, .ui-tooltip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.ui-tooltip-icon .ui-icon{
				width: 18px;
				height: 14px;

				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}


/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.ui-tooltip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.ui-tooltip-hover{}

/* Default tooltip style */
.ui-tooltip-default{
	border-color: #F1D031;
	background-color: #FFFFA3;
	color: #555;
}

	.ui-tooltip-default .ui-tooltip-titlebar{
		background-color: #FFEF93;
	}

	.ui-tooltip-default .ui-tooltip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}
	
	.ui-tooltip-default .ui-tooltip-titlebar .ui-state-hover{
		border-color: #AAA;
		color: #111;
	}


/*! Light tooltip style */
.ui-tooltip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.ui-tooltip-light .ui-tooltip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.ui-tooltip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.ui-tooltip-dark .ui-tooltip-titlebar{
		background-color: #404040;
	}

	.ui-tooltip-dark .ui-tooltip-icon{
		border-color: #444;
	}

	.ui-tooltip-dark .ui-tooltip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.ui-tooltip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.ui-tooltip-cream .ui-tooltip-titlebar{
		background-color: #F0DE7D;
	}

	.ui-tooltip-cream .ui-state-default .ui-tooltip-icon{
		background-position: -82px 0;
	}

/*! NM tooltip style */
.ui-tooltip-nm{
	background-color: #f1f1f0;
	border-color: #948a83;
	color: #2E1B0C;
	font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 10px;
}

	.ui-tooltip-nm .ui-tooltip-titlebar{
		background-color: #f1f1f0;
	}

	.ui-tooltip-nm .ui-state-default .ui-tooltip-icon{
		background-position: -82px 0;
	}



/*! Red tooltip style */
.ui-tooltip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
}

	.ui-tooltip-red .ui-tooltip-titlebar{
		background-color: #F06D65;
	}

	.ui-tooltip-red .ui-state-default .ui-tooltip-icon{
		background-position: -102px 0;
	}

	.ui-tooltip-red .ui-tooltip-icon{
		border-color: #D95252;
	}

	.ui-tooltip-red .ui-tooltip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.ui-tooltip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.ui-tooltip-green .ui-tooltip-titlebar{
		background-color: #B0DE78;
	}

	.ui-tooltip-green .ui-state-default .ui-tooltip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.ui-tooltip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.ui-tooltip-blue .ui-tooltip-titlebar{
		background-color: #D0E9F5;
	}

	.ui-tooltip-blue .ui-state-default .ui-tooltip-icon{
		background-position: -2px 0;
	}


/* Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.ui-tooltip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.ui-tooltip-rounded,
.ui-tooltip-tipsy,
.ui-tooltip-bootstrap{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* Youtube tooltip style */
.ui-tooltip-youtube{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;

	color: white;
	border-width: 0;

	background: #4A4A4A;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

	.ui-tooltip-youtube .ui-tooltip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}
	
	.ui-tooltip-youtube .ui-tooltip-content{
		padding: .75em;
		font: 12px arial,sans-serif;
		
		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}

	.ui-tooltip-youtube .ui-tooltip-icon{
		border-color: #222;
	}

	.ui-tooltip-youtube .ui-tooltip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.ui-tooltip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.ui-tooltip-jtools .ui-tooltip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.ui-tooltip-jtools .ui-tooltip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.ui-tooltip-jtools .ui-tooltip-titlebar,
	.ui-tooltip-jtools .ui-tooltip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.ui-tooltip-jtools .ui-tooltip-icon{
		border-color: #555;
	}

	.ui-tooltip-jtools .ui-tooltip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.ui-tooltip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

	.ui-tooltip-cluetip .ui-tooltip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}
	
	.ui-tooltip-cluetip .ui-tooltip-icon{
		border-color: #808064;
	}
	
	.ui-tooltip-cluetip .ui-tooltip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.ui-tooltip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);

	color: white;
	border: 0 solid transparent;

	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

	.ui-tooltip-tipsy .ui-tooltip-titlebar{
		padding: 6px 35px 0 10;
		background-color: transparent;
	}

	.ui-tooltip-tipsy .ui-tooltip-content{
		padding: 6px 10;
	}
	
	.ui-tooltip-tipsy .ui-tooltip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.ui-tooltip-tipsy .ui-tooltip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.ui-tooltip-tipped{
	border: 3px solid #959FA9;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	background-color: #F9F9F9;
	color: #454545;

	font-weight: normal;
	font-family: serif;
}

	.ui-tooltip-tipped .ui-tooltip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}

	.ui-tooltip-tipped .ui-tooltip-icon{
		border: 2px solid #285589;
		background: #285589;
	}

		.ui-tooltip-tipped .ui-tooltip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.ui-tooltip-bootstrap{
	font-size: 13px;
	line-height: 18px;

	color: #333333;
	background-color: #ffffff;


	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);

	*border-right-width: 2px;
	*border-bottom-width: 2px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

	.ui-tooltip-bootstrap .ui-tooltip-titlebar{
		font-size: 18px;
		line-height: 22px;

		border-bottom: 1px solid #ccc;
		background-color: transparent;
	}

		.ui-tooltip-bootstrap .ui-tooltip-titlebar .ui-state-default{
			right: 9px; top: 49%;
			border-style: none;
		}

	.ui-tooltip-bootstrap .ui-tooltip-icon{
		background: white;
	}

		.ui-tooltip-bootstrap .ui-tooltip-icon .ui-icon{
			width: auto;
			height: auto;
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;
			text-shadow: 0 1px 0 #ffffff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

		.ui-tooltip-bootstrap .ui-tooltip-icon .ui-icon:hover{
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}


/* IE9 fix - removes all filters */
.ui-tooltip:not(.ie9haxors) div.ui-tooltip-content,
.ui-tooltip:not(.ie9haxors) div.ui-tooltip-titlebar{
	filter: none;
	-ms-filter: none;
}


/* Tips plugin */
.ui-tooltip .ui-tooltip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
}

	.ui-tooltip .ui-tooltip-tip,
	.ui-tooltip .ui-tooltip-tip *{
		position: absolute;
		
		line-height: 0.1px !important;
		font-size: 0.1px !important;
		color: #123456;

		background: transparent;
		border: 0 dashed transparent;
	}
	
	.ui-tooltip .ui-tooltip-tip canvas{ top: 0; left: 0; }



/* Modal plugin */
#qtip-overlay{
	position: fixed;
	left: -10000em;
	top: -10000em;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}


/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/images/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 21px;
	height: 21px;
	background: transparent url('/images/fancyclosebox.png');
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/images/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/images/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/images/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/images/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/images/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/images/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/images/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/images/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/images/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/images/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/images/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/images/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/images/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/fancy_shadow_nw.png', sizingMethod='scale'); }
/* Print Reset */
@media print {
	* { background: transparent !important; text-shadow: none !important; }

	a, a:visited { text-decoration: underline; }

	thead { display: table-header-group; } 

	tr, img { page-break-inside: avoid; }

	@page { margin: 0.5cm; }

	p, h2, h3 { orphans: 3; widows: 3; }

	h2, h3{ page-break-after: avoid; }

	/* Custom Print */
	.menu {display:none; visibility:hidden;}

	body {font-size: 12pt;}
	h1 {font-size:20pt;}
	h2 {font-size:16pt;}
	h3 {font-size:14pt;}
	h4 {font-size:10pt;}

	.content {width:auto; padding:0; margin:0; float:none;}

	html, body, form {height: auto; width:auto;}

	nav.main, a.main-menu, div.sub-menu { display:none; }

	/*-- Trip Planner --*/
	.tp-nav a.action_mapview, .interactive-map { display:none; }
	.results { display:block!important; }
}

