﻿/* Preview Styles */
.back-to-edit, .back-to-edit:visited {
    display: block;
    background-color:#333;
    padding: 5px 0;
    text-align: center;
    color:#fff;
}
.back-to-edit:hover {
    text-decoration: none;
    background-color: #666;
}

.internalPage .sectionContents {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;

    background: -moz-linear-gradient(top, rgba(236, 236, 236,0.65) 0%, rgba(255,255,255,0.17) 55%, rgba(255,255,255,0) 74%); /* FF3.6+ */
    background: -webkit-linear-gradient(top, rgba(236, 236, 236,0.65) 0%,rgba(255,255,255,0.17) 55%,rgba(255,255,255,0) 74%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(236, 236, 236,0.65) 0%,rgba(255,255,255,0.17) 55%,rgba(255,255,255,0) 74%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(236, 236, 236,0.65) 0%,rgba(255,255,255,0.17) 55%,rgba(255,255,255,0) 74%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(236, 236, 236,0.65) 0%,rgba(255,255,255,0.17) 55%,rgba(255,255,255,0) 74%); /* W3C */
}


.internalPage .sectionContents h2 {
	margin-bottom: 0.5em;
}

.internalPage .sectionContents ul {
	list-style: none;
    margin: 10px 0 10px;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
	-moz-column-gap: 36px;
	-webkit-column-gap: 36px;
	column-gap: 36px;
}

.internalPage .sectionContents .navbar {
    min-height: inherit;
}

.cmsHomePage .internalLinks p {
	margin-bottom: 1em;
}

.cmsHomePage .internalLinks ul {
	list-style: none;
	list-style-position:inside;
	padding: 0;
	-moz-column-count:3;
	-webkit-column-count:3;
	column-count:3;
	-moz-column-gap:36px;
	-webkit-column-gap:36px;
	column-gap: 36px;
}

.cmsHomePage .internalLinks ul li a {
    margin: 0;
}
.cmsHomePage h3.panel-title {
    font-size: 20px;
    font-weight: normal;
}
.internalLinks {
	background-position:0 -80px;
	text-align: left;
}
.internalLinks h2 {
	margin-top: 0;
    line-height: 1.1em;
}


/* end Preview Styles */

/* updates which need to be made for devkit */
#tagline {min-height: 11px;*height: 11px;}

body .adl-alert {
    margin-bottom: 0;
}
body .adl-alert a {
    word-wrap: break-word;
}

body .vanityurl-info {
    margin-bottom: 0;
}
body .vanityurl-info a {
    word-wrap: break-word;
}

input.default,
input[type="text"].default  {
    color: #999;
}

.banner {
margin: 0 0 20px;
padding: 0;
overflow: hidden;
width:100%;
}

.mainContent {
margin: 0 0 20px;
}

.mainContent p,
.sideBarRight .textBox p {
padding-bottom: 1em;
}

.mainContent hr,
.sideBarRight .textBox hr {
color: #D6E6F3;
background-color: #D6E6F3;
border: none;
height: 1px;
}

.mainContent ol,
.sideBarRight ol {
padding: 0 0 0.2em 2em;
}

.twoColumnRight .mainContent {
margin-left: 0;
}

.twoColumnLeft .mainContent {
_overflow: hidden;
}

.twoColumnLeft .mainContent.span8 {
    margin-left: 0;
}


.threeColumn .mainContent {
margin-left: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
    display: block;
    text-align: center;
    width: 100%;
}

.nav-menu {
    background-color: #f9f9f9;
    margin: 15px 0;
}

.leftNav {
margin: 0 10px 20px 0;
border: 1px solid #e5e5e5;
border-radius: 4px;

    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.leftNav.span2 {
    margin-left: 0;
}
.leftNav .title {
border-bottom:1px dotted #e5e5e5;
color:#999;
padding: 8px;
text-align:center;
}
.leftNav ul.chevron {
list-style: none;
margin: 0;
padding:0;
}

.leftNav ul.chevron li:before {
    left: 9px;
    top: 8px;
}
.leftNav ul.chevron li {
border-bottom:1px solid #e5e5e5;
padding:0;
display: block;
font-size:13px;
line-height: 18px;
list-style: none;
margin-bottom: 0;
_zoom: 1;
}

.leftNav li.last {
    border-bottom:none;
}
.leftNav li a {
  display: block;
  margin: 0;
  padding: 8px 10px 8px 24px;
}

.leftNav li a:hover {
    background-color: #f9f9f9;
}
.oneColumn .leftNav,
.twoColumnLeft .leftNav {
float:none;
clear:both;
border:none;
}

.breadcrumb {
color: #bbb;
margin: 0px 0 0px 3px;
position:relative;
*zoom:1;
width: 75%;
min-height: 1em;
_height: 1em;
}
.breadcrumb .icon-chevron-right {
    color: #ccc;
    font-size: 13px;
    vertical-align: bottom;
    width: 11px;
    height: 16px;
}

.mainContent.span12 {
   margin-left: 0;
}

.article .breadcrumb {
margin-bottom: 1em;
}

.articleList {
padding: 0 0 1em 0;
}

.articleList hr {
background-color:#CCCCCC;
border:medium none;
height:1px;
width:60%;
}

.articleList a {
font-size: 1.1em;
font-weight: bold;
}

.articleList span {
display: block;
color: #666666;
}

/* mainContent V2 stlyles */
.main-content {
    margin-bottom: 15px;
    margin-top: 15px;
}
.main-content hr {
    clear: both;
}

.main-content img {
    margin: 0 10px 10px 0;
}

.main-content img.left {
    float: left;
}
.main-content img.right {
    margin: 0 0 10px 10px;
    float: right;
}

.main-content img.x-component {
    margin: 0 5px 0 0;
}
.main-content .anchor {
    position: relative;
    top: -130px;
    left: -10px;
    height: 0px;
    width: 0px;
    display: inline-block;
}
.tabbed-container .nav-text,
.multi-content-nav.nav-text {
    margin-left: 0;
}

.basic-image {
    margin: 0 0 10px 0;
    text-align: center;
}
.basic-image.pull-left {
    margin: 0 10px 10px 0;
}
.basic-image.pull-right {
    margin: 0 0 10px 10px;
}
.basic-image img {
    width: 100%;
    margin: 0;
}
.basic-image.pull-left img,
.basic-image.pull-right img {
    width: auto;
}
.basic-image .caption {
    text-align: center;
    color: #999;
}

#editmode .basic-image {
    float: none !important;
}

.content-block {
    padding-bottom: 20px;
    clear: both;
}

.cta-btn {
    margin-bottom: 10px;
}
.cta-btn.full-width {
    width: 100%;
}
/* sub menu */
.subMenu {
    background-image: none;
    margin: 10px 0;

    text-align: right;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    border-radius: 18px 18px 0 0;
    padding-top: 5px;

    background: #fff; /* fall back background color for old browsers */
    background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(245,245,245,0) 100%);/*  safari 4-5, chrome 1-9 */
    background: -khtml-gradient(top, left bottom, from(rgba(239,239,239,1) 0%), to(rgba(245,245,245,0) 100%));/* Konqueror */
    background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(245,245,245,0) 100%);/* firefox 3.6+ */


}
.subMenu .subRight {
    background-image: none;
    display: block;
    margin: 0 auto;
    padding: 9px 0 6px;
    text-align: left;
    width: auto;
}



.subMenu ul {
display: block;
height:1.2em;
}

.subMenu li {
margin: 0em 0.7em 0.5em 0em;
text-decoration: none;
list-style: none;
float: left;
}

.subMenu #Current a,
.archiveMenu #Current a {
color: #333;
font-weight: normal;
}

.subMenu li a,
.subMenu li span {
padding-right: 0.7em;
border-right: 1px solid #e3e3e3;
}

.subMenu .last a,
.subMenu .last span {
border: none;
padding-right: 0;
}

.subMenu li a:hover, .subMenu li a:active  {
color: #333;
}


.articleNav {
border: 1px solid #e5e5e5;

background: #f7f7f7; /* fall back background color for old browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f7f7f7));/*  safari 4-5, chrome 1-9 */
    background: -khtml-gradient(linear, left top, left bottom, from(#FFFFFF), to(#f7f7f7));/* Konqueror */
    background: -moz-linear-gradient(center top, #FFFFFF, #f7f7f7);/* firefox 3.6+ */


   -moz-border-radius: 8px;
-webkit-border-radius: 8px;
     -o-border-radius: 8px;
    -ms-border-radius: 8px;
        border-radius: 8px;

    margin-bottom: 15px;
    padding: 8px 0;
}

.articleNav .innerNav {
    padding: 8px 0 8px 36px;
}

.articleNav .row-fluid {

}

.articleNav h3 {
border-bottom:1px dotted #DDDDDD;
color:#999999;
font-size:1.3em;
font-weight:normal;
    /*margin: 0 60px 8px -15px;*/
    margin: 0 22px 8px;
padding: 0 0 1px;
text-align:center;
line-height: 1.5em;
}
.articleNav .row-fluid ul {
    margin-left: 0;
    margin-bottom: 0;
}
.articleNav .row-fluid ul.chevron li {
    margin-bottom: 0;
}

/* newslist */

.news .first {
border-top: none;
padding-top: 0;
}

.news .newsItem p {
color: #666;
padding: 1em 0 0;
}

.news .newsItem .author {
display:block;
}

.news .newsItem .author a,
.news .newsItem .author h4 {
font-size: 100%;
font-size: 1.1em;
line-height: 1.2em;
font-weight: bold;
color: #0F6DB6;
display:inline;
}

.news .newsItem .dateLine {
color: #999;
display:block;
}

.news .mainContent h3 {
font-size: 1.5em;
margin-bottom: 0.5em;
}

.news .monthCategory .content {
padding-bottom: 0;
}

.monthCategory h3 {
    margin-top: 10px;
}

.news-home #wrapper > #container {
    max-width: 1170px;
}

.home .cms-content-links ul {
    list-style: none;
    margin: 0;
}

/* site map */

.sitemap {
    margin-top: 20px;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
}

.sitemap h4 {
margin-top: 0;
margin-bottom: 0;
}

.sitemap h4 span {
color: #999999;
font-weight: normal;
}

.sitemap h4 .icon-chevron-right {
    font-size: 16px;
    font-weight: normal;
    margin-right: -4px;
}

.sitemap ul {
list-style: none;
margin-bottom: 0;
padding: 0;
}

.sitemap ul.recursive {
padding: 0 0 0 20px;
}

.sitemap ul ul {
list-style: none;
margin-bottom: 20px;
padding: 0 0 0 20px;
}

.sitemap ul.recursive ul {
margin-bottom: 0px;
}

.sitemap.mapcols ul ul {
    margin-left: 0;
}

.sitemap ul.chevron li {
    list-style: none;
    position: relative;
    margin: 0.25em 0;
}
.sitemap ul ul li {
    margin: 0.25em 0;
}

.sitemap ul ul ul li {
    border-left: 2px solid #ccc;
    padding-left: 5px;
    margin: 0;
}

.sitemap ul ul ul {
    margin-bottom: 0;
}

.sitemap.mapcols ul ul ul {
    margin-top: 0.25em;
}

.sitemap ul li small {
padding-left: 5px;
}

.sitemap.mapcols {
    padding: 20px 40px;
}
.sitemap > .row > ul.col-md-3 {
margin-left: 0;
}
.sitemap.mapcols ul ul {
    margin-left: 5px;
    padding-left: 0;
}
.sitemap.mapcols ul ul ul {
    margin-bottom: 0;
    margin-left: 20px;
}

.videoWidget embed{
    max-width: 100%;
}

.youtube-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 20px;
}
.youtube-container iframe,
.youtube-container object,
.youtube-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* sign up */

.signUp p.requiredText {
background-image:url(img/icon/required-asterisk.png);
background-position:left center;
background-repeat:no-repeat;
color:#cccccc;
padding-left:10px;
margin: 0;
font-size: 10px;
}

.hr .signUp #portalSignupForm .telephone dt label,
.signUp .required{
background-image:url(img/icon/required-asterisk.png);
background-position:right center;
background-repeat:no-repeat;
padding-right:10px;
}

.signUp .submit .btn {
    width: 100%;
}
.signUp .submit p {
    color: #333333;
    margin: 10px 0;
    text-align: center;
}

.de .signUp .submit p a {
display: block;
}

.hdfr #portalSignupForm .control-group.error .help-bubble.left .arrow,
.hdes #portalSignupForm .control-group.error .help-bubble.left .arrow,
.hdit #portalSignupForm .control-group.error .help-bubble.left .arrow {
    border-left-color: #e6121d !important;
}

.vrbo #portalSignupForm .control-group.error .help-bubble.left .arrow {
    border-left-color: #970c1a !important;
}

#portalSignupForm .control-group.error .help-bubble.left .arrow:after {
    border-right-color: transparent;
    border-left-color: #ed605a;
}

.hdfr #portalSignupForm .control-group.error .help-bubble.left .arrow:after,
.hdes #portalSignupForm .control-group.error .help-bubble.left .arrow:after,
.hdit #portalSignupForm .control-group.error .help-bubble.left .arrow:after {
    border-left-color: #e6121d !important;
}

.vrbo #portalSignupForm .control-group.error .help-bubble.left .arrow:after {
    border-left-color: #970c1a !important;
}

#portalSignupForm .help-inline.help-bubble.left .arrow {
    border-width: 11px;
    top: 20px;
    left: 254px;
    right: 0px;
    margin-top: -11px;
    border-left-width: 10;
    border-right-width: 0;
    border-right-color: transparent;
    border-left-color: #d6d2d3;
}

.hdfr #portalSignupForm .help-inline.help-bubble.left .arrow,
.hdes #portalSignupForm .help-inline.help-bubble.left .arrow,
.hdit #portalSignupForm .help-inline.help-bubble.left .arrow {
    border-left-color: #e6121d !important;
}

.vrbo #portalSignupForm .help-inline.help-bubble.left .arrow {
    border-left-color: #970c1a !important;
}

#portalSignupForm .help-inline.help-bubble.left .arrow:after {
    border-width: 10px;
    content: "";
    left: 1px;
    bottom: -10px;
    border-left-width: 10;
    border-right-width: 0;
    border-right-color: transparent;
    border-left-color: #d6d2d3;
}

.hdfr #portalSignupForm .help-inline.help-bubble.left .arrow:after,
.hdes #portalSignupForm .help-inline.help-bubble.left .arrow:after,
.hdit #portalSignupForm .help-inline.help-bubble.left .arrow:after {
    border-left-color: #e6121d !important;
}

.vrbo #portalSignupForm .help-inline.help-bubble.left .arrow:after {
    border-left-color: #970c1a !important;
}

.sideBarRight .signUp .content {
    overflow: visible;
}

.isVisible {
    overflow: visible !important;
}

#portalSignupForm .control-group.error a {
    color: #ed605a;
}

#portalSignupForm .control-group.success a {
    color: #639f43;
}

.hdfr #portalSignupForm .control-group.error a,
.hdes #portalSignupForm .control-group.error a,
.hdit #portalSignupForm .control-group.error a {
    color: #e6121d;
}

.hdfr #portalSignupForm .control-group.success a,
.hdes #portalSignupForm .control-group.success a,
.hdit #portalSignupForm .control-group.success a {
    color: #507b1b;
}

.vrbo #portalSignupForm .control-group.error a {
    color: #970c1a;
}

.vrbo #portalSignupForm .control-group.success a {
    color: #178b51;
}


.custom-form .text-full-width .btn-submit {
    width: 100%;
}

/* Search Results Widget */

.search-results {
border-top: 1px solid #D6E6F3;
margin-top: 2em;
}

.search-results h3 {
color: #629F44;
color: #333;
margin:0 0 0.1em;
}

.search-results .hit {
border-top: 1px solid #eee;
padding: 20px 0;
color: #666;
}

.search-results .first {
border-top: none;
}

.search-results .hit .hitThumbnail {
    width: 25%;
    height: 127px;
    float: left;
    background-size: cover;
    background-position: center center;
    margin: 0 20px 10px 0;
    border: 1px solid #ccc;
}

.search-results .hit .hitThumbnail a,
.search-results .hit .hitThumbnail img {
    display: block;
    height: 100%;
    width: 100%;
}

.search-results .hit .left {
    float: left;
    max-width: 70%;
}

.search-triptych {
    padding: 20px 0;
    border: none;
}
.search-triptych h2 {
    text-align: center;
    font-size: 33px;
}

.search-triptych .row-fluid {
    margin: 25px 0;
}

.search-triptych .hit,
.search-results.search-triptych .hit {
    border: none;
    padding: 0;
    color: #666;
    display: block;
    padding-top: 50%;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;

   -moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}

.search-triptych .hit span {
    background: rgba(0,0,0,0.65);
    font-size: 14px;
    color: #fff;
    padding: 10px;
    display: block;
    line-height: 1.5em;
    text-align: center;
    min-height: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.search-triptych .hit span.alt-info {display: none;}

.search-triptych .see-more {
    text-align: center;
    display: block;
    color: #999;
    font-size: 26px;
    line-height: 1.6em;
}

.search-triptych .see-more .icon {
    line-height: 1.6em;
}

.edit-tab.search-triptych {
    display: block;
    clear: both;
}
@media screen and (max-width: 480px) {
    .search-results-gallery.row .col-xs-6 {
        width: 100%;
    }
    .search-results-gallery.row .col-xs-6 .gallery-hit{
        margin-left: auto;
        margin-right: auto;
    }
}
.gallery-hit {
    margin-bottom: 20px;
    max-width: 100%;
}
.gallery-hit-wrapper {
    margin-bottom: 15px;
    display: inline-block;
    width: 370px;
    max-width: 100%;
}
div.hit-breadcrumb .listing-type {
    text-transform: capitalize;
}

div.clear {
_line-height: 1px;
_height: 1px;
_margin-top: -1px;
}
/* date picker */

.datePicker {
    background: none repeat scroll 0 0 transparent;
    font-size: 11px;
    font-weight: bold;
    line-height: 0.8em;
    position: relative;
    text-align: center;
    width: 250px;
    z-index: 9999;
}
.iehack {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    display: none;
    padding: 0;
    position: absolute;
    z-index: 9998;
}
.date-picker-control {
    border: 0 none;
    cursor: pointer;
    height: 18px;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    position: relative;
    vertical-align: top;
    width: 18px;
}
.datePicker th button {
    background: none repeat scroll 0 0 transparent;
    border-width: 0;
    color: #000000;
    cursor: pointer;
    display: inline;
    font-weight: bold;
    height: auto;
    line-height: 0.8em;
    margin: 0;
    padding: 0;
    width: 0.8em;
}
.datePicker table tfoot tr {
    border: 1px solid #CCCCCC;
}
.datePicker table tfoot th {
    padding: 2px;
    text-align: left;
}
.datePicker table tfoot th.buttonClear {
    text-align: right;
}
.datePicker tfoot th button {
    height: auto;
    line-height: 1em;
    margin: 0;
    padding: 0.5em;
    width: auto;
}
.datePicker th button:active, .datePicker th button:focus, .date-picker-control:active, .date-picker-control:focus, .datePicker th button.disabled {
    outline: medium none !important;
}
.datePicker th button.prev-but {
    text-align: left;
}
.datePicker th button.next-but {
    text-align: right;
}
.datePicker th button.disabled {
    color: #AAAAAA;
    cursor: default;
}
.but-spacer {
    margin-right: 0.2em !important;
}
.datePicker th button.fd-day-header {
    font-family: inherit;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: auto;
}
.datePicker table {
    background: url("img/base-images/date-picker/gradient.gif") repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}
.datePicker table td {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #3478B5;
    cursor: default;
    line-height: 1.2em;
    padding: 0.6em 0;
    vertical-align: middle;
    width: 35px;
}
.datePicker table tfoot td {
    background: none repeat scroll 0 0 #EEEEEE;
}
.datePicker table th {
    border: 0 none;
    color: #222222;
    font-weight: bold;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}
.datePicker table th.date-picker-day-header {
    font-size: 1em;
    font-weight: bold;
    padding: 0.5em 0;
    text-transform: uppercase;
}
.datePicker table td.date-picker-today {
    color: #000000 !important;
}
.datePicker table td.date-picker-selected-date {
    color: #CC0000 !important;
}
td.date-picker-highlight {
    color: #A86666;
}
.datePicker table td.out-of-range {
    color: #CCCCCC !important;
    cursor: default !important;
    font-style: oblique;
}
.datePicker table td.day-disabled {
    background: none repeat scroll 0 0 transparent !important;
    color: #AAAAAA !important;
    cursor: default !important;
}
.datePicker table td#date-picker-hover {
    background: none repeat scroll 0 0 #EEEEEE;
    color: #000000;
    cursor: pointer;
}
#startDateInput-prev-month-but, #startDateInput-next-month-but, #endDateInput-prev-month-but, #endDateInput-next-month-but, #startDateInput-prev-year-but, #startDateInput-next-year-but, #endDateInput-prev-year-but, #endDateInput-next-year-but {
    font-size: 18px;
    padding: 0 4px 4px;
    width: 12px;
}

.assetInfo {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.assetInfo p {
    margin-bottom: 5px;
    color: #777;
}

.assetInfo p strong {
    color: #333;
    width: 130px;
    display: inline-block;
    text-align: right;
    margin-right: 4px;
}

.page-asset-info {
    display: none;
}

#editmode .page-asset-info {
    display: block;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.headlineBanner  {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.headlineBanner .bannerArea {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
}

.headlineBanner .bannerArea.center {
    background-position: center center;
}
.headlineBanner .bannerArea.top {
    background-position: center top;
}
.headlineBanner .bannerArea.right {
    background-position: right center;
}
.headlineBanner .bannerArea.bottom {
    background-position: center bottom;
}
.headlineBanner .bannerArea.left {
    background-position: left center;
}
.imageSizeWarning {
    display: inline-block;
    position: absolute;
    top:10px;
    left:10px;
    background-color: rgba(255,255,255,0.9);
    color: #E90F0F;
    padding: 3px 6px;
    z-index: 9999;
}

.headlineBanner .container {
    height: 277px;
    padding: 0;
}

.headlineBanner .container .jumbotron {
    background: rgba(255, 255, 255, 0.85);
    margin: 0 auto;
    text-align: center;

}

.headlineBanner .container .jumbotron-inverse {
    background: rgba(24, 24, 24, 0.75);
}
.headlineBanner .container .jumbotron h1 {
    color: #333;
    margin:0;
    display: block;
    line-height: 1.2em;


}
.headlineBanner .container .jumbotron-inverse h1 {
    color: #fff;
    text-shadow: 0px 1px 0px black;
}

.headlineBanner .container .jumbotron h2 {
    color: #65b2e9;
    color: #777;
    display: block;
}
.headlineBanner .container .jumbotron-inverse h2 {
    color: #ccc;
    text-shadow: 0px 1px 0px black;
}

.headlineBanner.centerBanner .container .jumbotron {
    -moz-box-shadow: 0px 9px 26px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 9px 26px rgba(0,0,0,0.5);
    box-shadow: 0px 9px 26px rgba(0,0,0,0.5);

    height: 60%;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 20%;
    padding: 0;
}


.headlineBanner.centerBanner .jumbotron h1 {
    font-size: 52px;
    padding-top: 25px;
}

.headlineBanner .container .jumbotron h2 {
    font-size: 38px;
}
.headlineBanner.bottomBanner .jumbotron {
    width: 100%;
    height: auto;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    top: auto;
    padding: 8px 0;
    text-align: left;

   -moz-border-radius: 0;
-webkit-border-radius: 0;
-o-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}

.headlineBanner.bottomBanner .jumbotron h1 {
    font-size: 36px;
    margin: 0 auto;
    display: block;
    line-height: 1.1em;
    max-width: 1170px;
    padding: 0 20px;
}
.headlineBanner.bottomBanner .jumbotron h2 {
    font-size: 20px;
    display: block;
    max-width: 1170px;
    margin: 0 auto;
    line-height: 1.1em;
    padding: 0 20px;
}

.headlineBanner.textBelow .jumbotron {
    padding: 20px;
    margin: 0;
}

.headlineBanner.textBelow .jumbotron h1 {
    font-size: 40px;
    margin: 0;
}
.headlineBanner.textBelow .jumbotron h2 {
    font-size: 26px;
}

.topListContent {
    margin: 0 0 30px;
    max-width: 102%;
}
.topListContent h2 {
    font-family: 'lato';
    font-weight: 300;
    font-size: 30px;
    display: block;
    color: #666;
    text-align: center;
    width: 90%;
    margin: 0 auto 20px;
}

.topListItem {
    width:300px;
    float: left;
    height: 230px;
    background-color: #b8c2cb;
    margin: 10px 20px 10px 0;

}

.oneColumn.topListItem {
    width:80%;
    float: left;
    height: auto;
    background-color: #b8c2cb;
    margin: 10px 10% 10px 10%;

}

.descOnRight.topListItem {
    width:100%;
    float: left;
    height: auto;
    background-color: #b8c2cb;
    margin: 10px 20px 10px 0;

}

.topListItem .itemLable {
    background-color: #fff;
    height: 50px;
    overflow: hidden;
}

.descOnRight > .itemLable {
    background-color: #fff;
    height: 360px;
    overflow: hidden;
}

.topListItem .itemLable div {
    float: left;
    color: #666;
    font-size: 16px;
    width: 230px;
    height: 50px;
    padding: 5px 0 0 10px;
    font-family: 'lato';
    font-weight: 300;
    line-height: 1.2em;
}

.topListItem .itemLable .itemNumber {
    background-color: #e69234;
    width: 50px;
    color: #fff;
    font-size: 22px;
    font-family: arial;
    font-weight: 300;
    text-align: center;
    line-height: 50px;
    padding: 0;
}

.topListItem .itemLable a {
    font-weight: bold;
    display: block;
}

.item-image {
    width: 300px;
    height: 180px;
    display: block;
    text-align: center;
    background-position: center center;
    background-size: 300px;
}

.oneColumn > .item-image {
    width: 100%;
    height: 360px;
    display: block;
    text-align: center;
    background-position: center center;
    background-size: 100%;
    background-repeat:no-repeat;

}

.descOnRight > .item-image {
    width: 70%;
    height: 360px;
    text-align: center;
    background-position: center center;
    background-size: 100%;
    background-repeat:no-repeat;
    float:left;
}

.item-image:hover {text-decoration: none;}

.item-image span {
    color: #0F6DB6;
    text-decoration: none;
    line-height: 180px;
    text-align: center;
    width: 300px;
    height: 180px;
    display: none;
}

.oneColumn > .item-image span {
    color: #0F6DB6;
    text-decoration: none;
    line-height: 72px;
    text-align: center;
    width: 100%;
    height: 72px;
    display: none;
    position:relative;
    top:288px;
}

.descOnRight > .item-image span {
    color: #0F6DB6;
    text-decoration: none;
    line-height: 360px;
    text-align: center;
    width: 100%;
    height: 360px;
    display: none;
}

.item-image:hover span {
    display: block;
    background-color: rgba(255,255,255,0.81);
}
.item-image span i {
    color: #0F6DB6;
    font-size: 16px;
}

.theme-blocks .tile {
height:230px;
margin-bottom: 20px;
background-size: cover;
position: relative;
display: block;
}

.theme-blocks .tile.tall {
    height:450px;
    margin-bottom: 20px;
}
.theme-blocks .tile.top-right {
    height:200px;
    background-position:left bottom;
}
.theme-blocks .tile.bottom-center {
    background-position:center bottom;
}
.theme-blocks .tile.bottom-right {
    background-position:right bottom;
}

.theme-blocks .theme-pic-note {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: black;
    background-color: rgba(0,0,0,0.65);
    padding: 10px;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    cursor: pointer;
}
.theme-blocks .theme-pic-note .main-text {
    font-family: "Raleway","Arial",Helvetica,"Heveltica Neue",sans-serif;
    font-size: 110%;
    font-weight: 300;
    color: white;
    margin-bottom: 3px;
    cursor: pointer;
}
.theme-blocks .theme-pic-note .sub-text {
    font-family: "Raleway","Arial",Helvetica,"Heveltica Neue",sans-serif;
    font-size: 95%;
    font-weight: 300;
}
.theme-blocks .theme-pic-note.full-width {
    width: 100%;
}
.theme-blocks .flush-right .theme-pic-note {
    left: auto;
    right: 0;
    padding-left: 30px;
    text-align: right;
}
.theme-blocks .flush-left .theme-pic-note {
    padding-right: 30px;
}

#editmode .theme-blocks  [class*="span"] a {
    background-color: #f4f4f4;
}

.video-embed .load-video {
    display: block;
    min-height: 190px;
    width: 100%;
    background-color: #adc6d7;
    background-position: center center;
    background-size: cover;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items:center;
    position: relative;
    padding-top: 50%;
}
.video-embed .load-video svg.inline-svg.play-button {
    opacity: 0.4;
    position: absolute;
    top: 30%;
    left: 40%;
    height: 40%;
    width: 20%;
}
.video-embed .load-video:hover svg.inline-svg.play-button {
    opacity: 0.9;
}
.video-embed .load-video object,
.video-embed .load-video object embed{
    width: 100%;
    height: 100%;
}
.video-embed .icon-play {
    opacity: .5;
    margin: auto;
    background-image: url(img/icon/icon-play.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
}
.video-embed:hover .icon-play {
    opacity: 1;
}
.video-embed .load-video-button{
    display: block;
}
.video-embed .description {
    margin: 5px 0;
}
.video-embed .modal-body .placeholder {
    min-height: 360px;
    width: 100%;
}
.video-embed .modal-body .placeholder.loading {
    background: url(img/icon/modal-loader.gif) no-repeat center center ;
}
.video-embed .embed-container {
    position: relative;
    width: 100%;
    min-height: 190px;
    text-align: center;
}
.video-embed .embed-container iframe,
.video-embed .embed-container object,
.video-embed .embed-container embed,
.video-embed .modal-body .placeholder iframe,
.video-embed .modal-body .placeholder object,
.video-embed .modal-body .placeholder embed {
     width: 100%;
     margin: 0 auto;
     border: none;
 }

.right-col .video-embed:first-of-type h3 {
    margin-top: 0;
}
.simple-pager {
    background-color: #f5f5f5;
    padding: 0 5px;
    position: relative;
    margin-bottom: 10px;
}

.simple-pager .pagination {
    text-align: center;
    margin: 0;
}
.simple-pager .pagination .paginationPosition{
    display: none;
}
.simple-pager .pagination .paginationNavigation {
    margin: 0 auto;
}
.simple-pager .pagination .paginationNavigation span {
    padding: 0;
}
.simple-pager .pagination .paginationNavigation a,
.simple-pager .pagination .paginationNavigation span.currentPage,
.simple-pager .pagination .paginationNavigation .previousLink:before,
.simple-pager .pagination .paginationNavigation .nextLink:before {
    padding: 4px 6px;
    line-height: 20px;
}
.simple-pager .pagination .paginationNavigation .previousLink,
.simple-pager .pagination .paginationNavigation .nextLink  {
    background-color: #ccc;
    visibility: hidden;
    width: 10px;
    display: inline-block;
    text-decoration: none;
}
.simple-pager .pagination .paginationNavigation .previousLink:before,
.simple-pager .pagination .paginationNavigation .nextLink:before  {
    font-size: 18px;
    line-height: 18px;
    padding: 0 4px;
    visibility: visible;
    /*font-family: 'Symbolicons'; */
}
.simple-pager .pagination .paginationNavigation .previousLink:before {
    content: "\2039";
}
.simple-pager .pagination .paginationNavigation .previousLink:first-of-type,
.simple-pager .pagination .paginationNavigation .nextLink:last-of-type {
    width: 13px;
}
.simple-pager .pagination .paginationNavigation .previousLink:first-of-type:before {
    content: "\00ab";
}
.simple-pager .pagination .paginationNavigation .nextLink:before {
    content: "\203A";
}
.simple-pager .pagination .paginationNavigation .nextLink:last-of-type:before {
    content: "\00bb";
}
.simple-pager .pagination .paginationNavigation label{
    display: none;
}
.simple-pager .pagination .paginationNavigation select.pageSizeSelector{
    margin: 5px 5px 5px 0;
}

body.news-list-bs3 #wrapper > #container,
body.news-list-home #wrapper > #container {
    max-width: 1170px;
}
.list-page {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 5px;
}

@media screen and (max-width: 950px) {
    .topListContent h2 {
        font-size: 24px;
    }
    .headlineBanner .jumbotron h1,
    .headlineBanner .container .jumbotron h1 {
        font-size: 38px;
    }
    .headlineBanner.centerBanner .jumbotron h1 {
        padding-top: 31px;
    }
    .headlineBanner .jumbotron h2,
    .headlineBanner .container .jumbotron h2 {
        font-size: 26px;
    }
}

@media screen and (max-width: 768px) {
    .headlineBanner .container  {
        height: 220px;
    }
    .headlineBanner .jumbotron h1,
    .headlineBanner .container .jumbotron h1 {
        font-size: 30px;
    }
    .headlineBanner.centerBanner .jumbotron h1 {
        padding-top: 34px;
    }
    .headlineBanner .jumbotron h2,
    .headlineBanner .container .jumbotron h2 {
        font-size: 22px;
    }
    .container .topListContent{
        max-width: 642px;
    }
}

@media screen and (max-width: 621px) {
    .container .topListContent{
        width: 100%;
    }
    .headlineBanner .container  {
        height: 220px;
    }
    .topListItem {
        float: none;
        margin: 10px auto;
    }

}

@media screen and (max-width: 480px) {

    .headlineBanner .container {
        height: 190px;
    }
    .headlineBanner .jumbotron h1,
    .headlineBanner .container .jumbotron h1 {
        font-size: 20px;
    }
    .headlineBanner.centerBanner .jumbotron h1 {
        padding-top: 26px;
    }
    .headlineBanner .jumbotron h2,
    .headlineBanner .container .jumbotron h2 {
        font-size: 16px;
    }
    .container .topListContent{
        width: 100%;
    }

    .topListContent h2 {
        font-size: 20px;
    }

}

#editmode .x-border-layout-ct {
    background: transparent !important;
}

.listing-row:hover
{
cursor:pointer;
background: #edeeef;
}

.listing-row:first-child
{
border-top: 0;
}

.listing-row
{
min-height:128px;
padding: 20px 0;
border-top: 1px solid #fdfbfb;
border-bottom: 1px solid #e7e3e4;
}

.listing-row .listing-column-content
{
position: relative;
min-height: 101.5px;
margin-left: 20px;
padding-bottom: 26px;
float: left;
}

.lt-travel-ideas-article .search-results .listing-row .listing-column-content {
    padding-bottom: 0;
}

.listing-row .listing-column-photo
{
float: left;
position: relative;
margin-left: 0;
}

.listing-row .listing-img
{
background-position: center center;
background-size: cover;
background-color: #e6e8eb;
position: relative;
border-radius: 0;
}

.listing-row:hover .listing-image
{
border: 2px #2a6ebb solid;
height: 123.5px;
width:166px;
}

.listing-row .listing-image
{
border: 0;
height: 127.5px;
width: 170px;
}

.listing-row .listing-img .listing-url
{
font-size: 1.1em;
}

.listing-row .listing-column-photo .img-overlay
{
position: absolute;
bottom: 0;
right: 8px;
height: 22px;
width: 27px;
padding-top: 3px;
background-color: #f4f4f4;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
text-align: center;
}

.listing-row .listing-title
{
font-size: 1.1em;
font-weight: 700;
line-height: 1.1em;
margin: 0;
padding: 0;
word-wrap: break-word;
}

.listing-column-content
{
width:760px;
margin-left: 190px;
}

.listing-row .first-row-listing
{
margin-bottom: 12px;
}

.listing-headline
{
width: 575px;
margin-right: 0;
float:left;
}

.column-rates
{
text-align:right;
width: 185px;
float:right;
}

.listing-row .rate
{
font-weight: bold;
font-size: 1.1em;
}

.period
{
color: #999;
font-size: 12px;
line-height: 12px;
}

.listing .OLBBanner
{
display: inline-block;
margin-bottom: 4px;
margin-top: 2px;
}

.listing .OLBBannerContent
{
background: #3e8223;
float: right;
height: 16px;
line-height: 16px;
}

.listing .OLBBannerContentText
{
color: white;
font-size: 10px;
margin-right: 4px;
text-transform: uppercase;
}

.listing .OLBBannerEdge
{
border-color: #3e8223 #3e8223 #3e8223 transparent;
border-style: solid;
border-top-width: 8px;
border-bottom-width: 8px;
border-left-width: 8px;
border-right-width: 4px;
float: right;
line-height: 0;
}

.listing-row .property-text
{
color: #999;
font-size: 12px;
line-height: 12px;
}

.listing-row .min-stay
{
color: #999;
font-size: 12px;
line-height: 12px;
}

.listing-row .rating-container
{
display: inline-block;
width: 140px;
margin-right: 4px;
}

.rating {
position: relative;
font-family: Symbolicons;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
text-decoration: none;
text-rendering: optimizeLegibility;
white-space: nowrap;
-webkit-font-feature-settings: "liga";
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga";
-webkit-font-smoothing: antialiased;
display: inline-block;
vertical-align: text-top;
text-align: left;
height: 20px;
width: 88px;
line-height: 20px;
font-size: 24px;
}

.listing-row .review-count {
position: relative;
top: 3px;
font-size: 13px;
color: #666;
}

/* marketing */

.standardWidth {
    height:auto;
}

.fullWidth > #wrapper > .container,
.fullWidth #wrapper .container {
    width: 100%;
    max-width: 100%;
}

.edit-row {
    background-color: #f9f9f9;
    color: #e5e5e5;
}
.edit-row:hover {
    background-color: #eee;
    color: #666666;
}

.teaser {
font-size:26px;
color:#333;
line-height:1.5em;
padding: 30px 50px;
text-align:center;
}


.image-slider {
    min-height: 100px;
    width: 100%;
    position: relative;
    background-color: #555;
}

.image-slider .carousel-inner {
    overflow: hidden;
}

.image-slider .carousel-inner .item  {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
}
.image-slider .carousel-inner .item.fixed-size {
    background-size: inherit;
}
#editmode .image-slider .carousel-inner .item {
    position: relative;
}

.image-slider .carousel-inner .item img {
    width: 100%;
    filter:Alpha(opacity=50);
    opacity: 0;
    position: absolute;
    top:0;
    left: 0;
}

.image-slider .carousel-inner .item.fixed-size img {
    width: intrinsic;
    max-width: 100%;
}

.image-slider .item .carousel-caption a.link-title {
    color: #fff;
    line-height: 1.2em;
}
.image-slider .item .carousel-caption a.link-title i.icon {
    color: #fff;
    font-size: 16px;
}


.carousel-thumbnails {
    list-style: none;
    padding: 4px 4px 2px;
    background: #E6E6E6;
    margin: 0;
    text-align: center;
}
.carousel-thumbnails li {
    background-size: cover;
    background-position: center center;
    display: inline-block;
    height: 60px;
    margin: 0px;
    border: 1px solid #fff;
    overflow: hidden;
    width: 80px;
    cursor: pointer;
}

.carousel-thumbnails li.active {
    /* border: 2px solid #666; */
}

/* LT Travel Ideas */
.ltHomePageFeed h2 {
    font-family: "Raleway","Arial",Helvetica,"Heveltica Neue",sans-serif;
    font-size: 310%;
    font-weight: 300;
    text-align: center;
    padding: 20px 0;
}

.ltHomePageFeed .sectionHead {
    background-color: #aaa;
    padding: 0px 13px;
    color: #fff;
    text-shadow: none;
}

.ltHomePageFeed .sectionHead span {
    font-weight: normal;
    color: #f5f5f5;
    font-size: 14px;
    padding-left: 20px;
}

.ltHomePageFeed a {
    color: #ff7f19;
}

.ltHomePageFeed p {
    line-height: 1.4em;
    margin-bottom: 15px;
}
.ltHomePageFeed .contentBlock {
    background-color: #fff;
}

.ltHomePageFeed .fedSection {
    padding: 10px 0;
}

.ltHomePageFeed  .testimonials {
    padding-bottom: 40px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 50px;
}

.ltHomePageFeed  .vertical-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ltHomePageFeed .vertical-links ul li {
    margin-bottom: 13px;
}

.ltHomePageFeed .threeColumnIconBox {
    background-color: #fff;
    padding: 10px 0;
}

.ltHomePageFeed .threeColumnIconBox h1 {
    background-color: #aaa;
    padding: 0px 13px;
    color: #fff;
    text-shadow: none;
    font-size: 20px;
}

.ltHomePageFeed .fedSection .thematicSection .subSection {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}

.ltHomePageFeed .fedSection .thematicSection .subSection .theme-pic-note {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.7);
    padding: 10px;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    cursor: pointer;
}
.ltHomePageFeed .fedSection .thematicSection .subSection .theme-pic-note .main-text {
    font-family: "Raleway","Arial",Helvetica,"Heveltica Neue",sans-serif;
    font-size: 110%;
    font-weight: 300;
    display: block;
    color: #fff;
    margin-bottom: 3px;
}
.ltHomePageFeed .fedSection .thematicSection .subSection a {
    border-radius: 3px;
    position: relative;
}
/* end LT Travel Ideas */


/* homepage travel ideas section */

.homepagetravelideas h1 {
    text-align: center;
    color: #276fbb;
}
.homepagetravelideas h1 span {
    color: #333;
}

.homepagetravelideas .tile {
    min-height: 250px;
    float: left;
    width: 100%;
    margin: 0 30px 30px 0;
    position: relative;
}

.homepagetravelideas .tile:last-child {
    margin-right: 0;
}

.homepagetravelideas .innertile {
    display: block;
    min-height: 250px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
    position: relative;

   -moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}

.homepagetravelideas .tileone {
    max-width: 270px;
}
.homepagetravelideas .tiletwo {
     max-width: 540px;
}
.homepagetravelideas .adspace {
     max-width: 300px;

   -moz-border-radius: 0px;
-webkit-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;
}
.homepagetravelideas .adspace a {
    display: block;
}
.homepagetravelideas .adspace a img {
    height: 250px;
    width: 300px;
}

.homepagetravelideas .tilethree,
.homepagetravelideas .tilethree .innertile {
     max-width: 570px;
     min-height: 250px;
}
.homepagetravelideas .tilefour,
.homepagetravelideas .tilefour .innertile {
     max-width: 570px;
     min-height: 250px;
}
.theme-pic-note {
    background: rgba(0, 0, 0, 0.7);
    display: block;
    color: #fff;
    bottom: 20px;
    position: absolute;
    padding: 10px;
    text-align: left;
    font-size: 18px;
    font-family: lato;
    font-weight: 100;
    line-height: 1.2em;
    left: 0px;
}
.tilefour span.theme-pic-note {
    right: 0px;
    left: initial;
}
.theme-pic-note a,
.homepagetiledlinkpiles .theme-pic-note {
    color: #5ca4ee;
}
.theme-pic-note .tile-title a,
.theme-pic-note .tile-title {
    color: white;
    display: inline-block;
}
.theme-pic-note .icon {
    background-color: #2b6db9;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    padding: 5px 3px 3px 6px;
    font-size: 18px;
    text-align: center;

   -moz-border-radius: 20px;
-webkit-border-radius: 20px;
-o-border-radius: 20px;
-ms-border-radius: 20px;
border-radius: 20px;
}

.theme-pic-note .edit-tile-link {
    display: inline-block;
}

.image-info {
    position: absolute;
    bottom: -20px;
    left: 11px;
}

/* homepage tiled link piles */

.container .homepagetiledlinkpiles h1,
.container .homepagetravelideas h1{
    text-align: center;
    color: #276fbb;
}

.homepagetiledlinkpiles h1 span,
.homepagetravelideas h1 span {
    color: #333;
}

.homepagetiledlinkpiles .tile {
    min-width: 270px;
    height: 250px;
    float: left;
    margin: 0 30px 30px 0;
    background-color: #ddd;
}

.homepagetiledlinkpiles .tile:last-child {
    margin-right: 0;
}

.homepagetiledlinkpiles .tile.tilesm {
    width: 270px;
}
.homepagetiledlinkpiles .tile.tilelg {
    width: 570px;
}


.homepagetiledlinkpiles .tile .innertile {
    height: 250px;
    display: block;
    width: 100%;
    background-color: #ddd;
    background-size: cover;
    background-position: center center;
    display: block;
    position: relative;

   -moz-border-radius: 3px;
-webkit-border-radius: 3px;
-o-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
}

.homepagetiledlinkpiles .link-pile-panel h4 {
    color: #999;
}

.homepagetiledlinkpiles .link-pile-panel {
    border-top: 1px solid #ddd;
    padding: 20px 0;
}

.homepagetiledlinkpiles .tileTwo span.theme-pic-note,
.homepagetiledlinkpiles .tileThree span.theme-pic-note,
.homepagetiledlinkpiles .tileFive span.theme-pic-note {
    right: 0px;
    left: initial;
}

.custom-metatag {
    padding: 10px;
    color: #666;
}

.custom-metatag strong {
    color: #333;
}

.link-pile-columns h1 {
    text-align: center;
    color: #ff9900;
}

.page-meta-editor {
    background-color: #f4f4f4;
}
.page-meta-editor .panel-heading{
    background-color: #555;
    color: #fff;
}
.page-meta-editor .custom-metatag {
    padding: 2px;
}

.page-meta-editor .custom-metatag strong {
    display: none;
}

.page-meta-editor .meta-edit-button {
    background-color: #ddd;
    margin-bottom: 10px;
}
.page-meta-editor .meta-edit-button span {
    display: inline-block;
    min-width: 140px;
    line-height: 30px;
    vertical-align: middle;
    padding: 5px;
}
.page-meta-editor .meta-edit-button span:first-of-type {
    text-align: right;
}
.page-meta-editor .meta-edit-button .jahia-template-gxt {
    margin-bottom: 0;
}


.container-marketing .link-pile-columns .thumbnail,
.link-pile-columns .row-fluid .thumbnail {
    margin-left: 1%;
    border-radius: 5px;
    padding: 0;
    position: relative;
}

.link-pile-columns .innertile {
    border-radius: 5px;
    padding-bottom: 5px;
    min-height: 300px;
    overflow: hidden;
}

.link-pile-columns .innertile .column-banner{
    width: 100%;
    background-size: cover;
    height: 123px;
    position: relative;
    margin-bottom: 5px;
}

.link-pile-columns .innertile .column-banner .column-title {
    color: #333;
    background: white;
    padding: 5px 8px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.link-pile-columns .row-fluid {
    margin-bottom: 10px;
}

.link-pile-columns .innertile a {
    display: block;
    padding: 1px 8px;
    color: #2a6bb3;
    font-size: 14px;
}

.link-pile-columns .innertile .column-banner .price {
    background-color: #ee5525;
    border-radius: 40px;
    color: #fff;
    height: 70px;
    width: 70px;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 10px;
}

.link-pile-columns .innertile .column-banner .price span {
    position: relative;
    margin-top: 12px;
    display: block;
    width: 56px;
    text-align: center;
    margin-left: 5px;
}

.link-pile-columns .image-info {
    font-size: 12px;
}

.cms-infobar {
    background: #999;
    padding: 5px 10px;
    color: #fff;
    text-shadow: none;
    margin: 0 0 20px;
}

/* container-marketing */

.container-marketing {
    max-width: 1170px;
}

.container-marketing hr.peekaboo {
    margin-top: 0;
}

.container-marketing h1 {
    font-size: 40px;
    font-family: "Ubuntu Condensed",Arial,sans-serif;
    font-weight: 400;
    color: #333;
}

.container-marketing .thumbnail {
    margin: 0 auto;
    max-width: 360px;
    padding: 0;
}

.container-marketing .btn .icon-chevron-right {
    color: #0c6db0;
}

.container-marketing .btn-primary .icon-chevron-right,
.container-marketing .btn-info .icon-chevron-right,
.container-marketing .btn-success .icon-chevron-right,
.container-marketing .btn-danger .icon-chevron-right {
    color: #fff;
}

.container-marketing p.secondary-call-to-action {
    margin: 20px auto;
}

.container-marketing .footer-linkpile {
    border-top: 1px solid #d6d2d3;
    background-color: #e6e6e6;
    padding: 20px 0;
    margin-bottom: 20px;
}

.container-marketing .footer-linkpile .section-spaced {
    float: left;
}

.container-marketing .footer-linkpile h2 {
    font-size: 24px;
    margin: 0px 5px 20px 10px;
}

.container-marketing .footer-linkpile h4 {
    color: #666;
    font-size: 20px;
    font-weight: 300;
    font-family: Lato,Arial,sans-serif;
    margin-bottom: 10px;
}

.container-marketing .footer-linkpile ul.unstyled {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    font-family: Lato,Arial,sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
/* end container-marketing */

/* UI Homepage Container */

.ui-homepage-section {
    margin: 20px 0;
}

.ui-homepage-section .homepage-info h2 {
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 0;
}

.ui-homepage-section .panel-heading > h2 i,
.ui-homepage-section .homepage-info h2 i {
    color: #333;
    font-size: 28px;
    width: 28px;
    height: 28px;
    padding-top: 6px;
    margin-left: 5px;
}

.ui-homepage-section .panel.homepage-info .panel-heading,
.ui-homepage-section .panel-default>.panel-heading {
    padding: 9px;
    background: #f4f4f4;
}

.video-object {
    margin-bottom: 10px;
}

.ui-homepage-section .linkPilePanel {
    margin-bottom: 10px;
    max-width: 990px;
}
.ui-homepage-section .linkPilePanel .ui-link-pile {
    min-height: 200px;
}

.ui-homepage-section .linkPilePanel .ui-link-pile .link-pile-links {
  padding: 20px;
  border: 2px solid #ddd;
  min-height: 110px;
}

.ui-homepage-section .linkPilePanel .ui-link-pile .link-pile-links h3,
.ui-homepage-section .linkPilePanel .ui-link-pile .link-pile-links h3 a {
    color: #666;
    font-size: 22px;
      line-height: 1.1em;
}

.ui-homepage-section .linkPilePanel .slick-slide {
    outline: 0;
    width: 225px;
    padding: 0 20px;
}
#editmode .ui-homepage-section .linkPilePanel .slick-slide {
    padding: 0 10px;
}

.ui-homepage-section .linkPilePanel .pull-left {
    float: left!important;
}
.ui-homepage-section .linkPilePanel .thumbnail-linkpile .img-linkpile-city {
    background-color: #f4f4f4;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.ui-homepage-section .linkPilePanel .img-circle {
    border-radius: 50%;
}
.ui-homepage-section .linkPilePanel .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 20px;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.ui-homepage-section .linkPilePanel .thumbnail-linkpile {
    border: 0;
    background: transparent;
}

.ui-homepage-section .linkPilePanel .thumbnail-linkpile .caption {
    position: relative;
    margin-top: 5px;
    min-height: 190px;
}

.ui-homepage-section .linkPilePanel .thumbnail-linkpile .caption h3 {
    color: #666;
    font-size: 22px;
    margin: .25em 0;
    font-weight: 400;
}
.ui-homepage-section .linkPilePanel .list-inline {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    margin-left: -5px;
}
.ui-homepage-section .linkPilePanel .thumbnail-linkpile .caption ul li {
    padding: 0;
    display: inline-block;
}
.ui-homepage-section .linkPilePanel .thumbnail-linkpile .caption ul li a:after {
    content: ", ";
    color: #2a6ebb;
}
.ui-homepage-section .linkPilePanel .thumbnail-linkpile .caption ul li:last-child a:after {
    content: "";
}
#editmodea .ui-homepage-section .linkPilePanel .thumbnail-linkpile .caption ul li:after {
    display: none;
}

.ui-homepage-section .linkPilePanel .ui-link-pile .link-pile-links .edit-tile-link {
    display: inline-block;
}

.ui-homepage-section .generalSection .inner-content {
    margin: 15% 0;
    color: #ffffff;
}

.ui-homepage-section .generalSection .btn-outline {
    background-color: transparent;
    color: #fff;
    text-shadow: none;
    border-color: #fff;
    white-space: normal;
}

.ui-homepage-section .generalSection h1 {
    color: #ffffff;
    text-shadow: 0px 1px 0px #333333;
}

.ui-homepage-section .generalSection h2 {
    font-family: "Roboto","Arial",sans-serif;
    margin-bottom: 60px;
}

.ui-homepage-section .generalSection h2+h3 {
    margin-top: -20px;
    margin-bottom: 20px;
}
.ui-homepage-section .generalSection h3 {
    color: #fff;
}
.ui-homepage-section .jumbotron-hp-content {
    padding-top: 220px;
    padding-bottom: 220px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}
.jumbotron-hp-content .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    opacity: .5;

}
.ui-homepage-section .jumbotron-hp-content .container {
    z-index: 999;
    position: relative;
}

.ui-homepage-section.regionList .span3,
.ui-homepage-section.regionList .col-md-3 {
    padding: 0;
}
.ui-homepage-section .detail-info  {
    position: relative;
    display: block;
    margin: 2px auto;
    padding: 2px 5px;
    word-wrap: break-word;
}
.ui-homepage-section .detail-info:hover {
    cursor: pointer;
    text-decoration: underline;
}
.ui-homepage-section .detail-info .thumbnail {
    display: none;
    width: 200px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -100px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.355);
    z-index: 9;
}
.ui-homepage-section .detail-info:hover .thumbnail {
    display: block;

}
.ui-homepage-section .detail-info .thumbnail .caption {
    width: 180px;
    word-wrap: break-word;
    white-space: normal;
    font-size: 12px;
    cursor: text;
}
.map-section .col-md-2,
.map-section .span2 {
    padding: 0 3px;
}
.map-section .col-md-2:first-of-type,
.map-section .span2:first-of-type {
    padding: 0 3px 0 15px;
}
.map-section .col-md-2:last-of-type,
.map-section .span2:last-of-type {
    padding: 0 15px 0 3px;
}
.ui-homepage-section .map-destination {
    margin-bottom: 10px;
}
.ui-homepage-section .map-destination .image {
    height: 120px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.ui-homepage-section .map-destination .detail-info {
    background-color: #999;
    margin-bottom: 5px;
}
.ui-homepage-section .map-destination .detail-info strong {
    color: #fff;
    font-size: 12px;
}
.ui-homepage-section .map-destination .detail-info:hover {
    background-color: #333;
}

.ui-homepage-section .map-destination .caption small {
    font-weight: normal;
    line-height: 1em;
}
.ui-homepage-section .map-destination .caption .btn {
    white-space: normal;
}
.ui-homepage-section .video-object .image {
    background: #333;
    text-align: center;
}
.ui-homepage-section .thumbnail .image img {
    max-height: 250px;
}
.ui-homepage-section .ad-placeholder {
    background-color: #2a6ebb;
    display: flex;
    text-align: center;
    margin: 10px 0;
}
.ui-homepage-section .ad-placeholder h3 {
    color: #fff;
    align-self: center;
    margin: 0 auto;
    text-shadow: none;
}
.ui-homepage-section .linked-image img {
    width: 100%;
}
.ui-homepage-section .image-preview {
    background: #333;
    text-align: center;
}
.ui-homepage-section .image-preview img {
    max-width: 100%;
    max-height: 250px;
}

.ui-homepage-section .component-details {
    margin-bottom: 10px;
}

.ui-homepage-section .jumbotron-image-container {
    background: #eee;
    margin-bottom: 20px;
}

.ui-homepage-section .jumbotron-image-container .image-list,
.ui-homepage-section .jumbotron-image-container .image-overview {
    padding: 0;
}
.ui-homepage-section .jumbotron-image-container .image-list h3 {
    background: #333;
    color: #fff;
    padding: 10px;
    margin: 0;
}

.ui-homepage-section .jumbotron-image-container .image-list .image-item {
    padding: 10px 10px 10px 10px;
    overflow: hidden;
    word-wrap: break-word;
    background: #eee;
    cursor: pointer;
    min-height: 70px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.ui-homepage-section .jumbotron-image-container .image-list .image-item:hover {
  background: #ddd;
}

.ui-homepage-section .jumbotron-image-container .image-list .image-item.selected {
    background: #fff;
}

.ui-homepage-section .jumbotron-image .jumbotron {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    margin-bottom: 0;
}

.ui-homepage-section .jumbotron-image .jumbotron .jumboLabel {
position: absolute;
    top: 0px;
    left: 0px;
    padding: 3px 7px;
    font-size: 13px;
    background-color: rgba(78, 78, 78, 0.35);
    color: #FFFFFF;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0;
    text-shadow: 2px 1px 0px #555555;
}

.ui-homepage-section .jumbotron-image .col-md-3 {
    padding: 0 2px;;
}
.ui-homepage-section .jumbotron-image .col-md-3:last-of-type {
    padding-right: 0;
}
.ui-homepage-section .jumbotron-image .col-md-3:first-of-type {
    padding-left: 0;
}

.ui-homepage-section .jumbotron-image .thumbnail {
    padding: 0;
    position: relative;
    width: 12.5%;
    float: left;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .ui-homepage-section .jumbotron-image .thumbnail {
        width: 25%;
    }
}

.ui-homepage-section .jumbotron-image .thumbnail .image-frame {
    height: 120px;
    max-height: 120px;
    background-color: #eee;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    cursor: pointer;
}

.ui-homepage-section .jumbotron-image .thumbnail.current {
    border-color: #333;
}

.ui-homepage-section .jumbotron-image .thumbnail .image-frame strong {
    margin:  auto;
    padding-bottom: 16px;
}
.ui-homepage-section .jumbotron-image .thumbnail .image-frame img {
    opacity: 0;
}

.ui-homepage-section .jumbotron-image .thumbnail .caption {
    padding: 6px;
    position: absolute;
    bottom: 0px;
    color: #fff;
    background: rgba(51, 51, 51, 0.6);
    width: 100%;
}

.ui-homepage-section .jumbotron-image .thumbnail.current .caption {
    background: rgba(51, 51, 51, 0.8);
}

.ui-homepage-section .carousel-seolinkpile {
    margin: auto;
} 
.ui-homepage-section .carousel-seolinkpile .carousel-inner-seolinkpile {
    max-width: 1160px;
    position: relative;
    overflow: visible;
    margin: auto;
    width: 90%;
}


.ui-homepage-section .carousel-seolinkpile .carousel-control {
    background-color: transparent;
    opacity: 1;
    width: 5%;
    max-width: 70px;
}
.ui-homepage-section .carousel-seolinkpile .carousel-control.left {
    left: -6%;
    right: auto;
}
.ui-homepage-section .carousel-seolinkpile .carousel-inner-seolinkpile .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 3px;
}
.ui-homepage-section .carousel-seolinkpile .seolinkpile-item {
    width: 250px;
}
.ui-homepage-section .carousel-seolinkpile .slick-slide {
    padding-right: 10px;
    padding-left: 10px;
}
.ui-homepage-section .carousel-seolinkpile .seolinkpile-item {
    height: auto;
}
.ui-homepage-section .carousel-seolinkpile .carousel-inner-seolinkpile .slick-track .slick-slide .thumbnail-linkpile {
    height: 100%;
    background: #fff;
    padding: 0;
}
.ui-homepage-section .carousel-seolinkpile .img-circle {
    border-radius: 5px 5px 0 0;
}
.ui-homepage-section .carousel-seolinkpile .thumbnail-linkpile .img-linkpile-city {
    background-color: #f1f3f5;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding-bottom: 0;
    height: 185px;
    position: relative;
}
.ui-homepage-section .carousel-seolinkpile .img-linkpile-city .positioner {
    width: 50%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.ui-homepage-section .carousel-seolinkpile .img-linkpile-city .text-circle {
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    color: #303030;
}
.ui-homepage-section .carousel-seolinkpile .thumbnail-linkpile .caption {
    margin: 0 20px;
}
.ui-homepage-section .carousel-seolinkpile .thumbnail-linkpile .caption h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 24px;
    font-family: Roboto,Arial,'Helvetica Neue',Helvetica,sans-serif;
    color: #353e44;
    font-weight: 700;
}
.ui-homepage-section .carousel-seolinkpile .thumbnail-linkpile .region-link:hover {
    text-decoration: none;
}
.ui-homepage-section .carousel-seolinkpile .thumbnail-linkpile .caption h3,
.ui-homepage-section .carousel-seolinkpile .thumbnail-linkpile .caption h3:hover {
    text-decoration: none;
    margin: 25px 0 15px;
    height: 2.5em;
}

.ui-homepage-section .carousel-seolinkpile .thumbnail-linkpile .caption li {
    color: #70767a;
    margin: 0 0 25px;
    text-decoration: none;
}
.ui-homepage-section .carousel-seolinkpile .thumbnail-linkpile .caption li:first-child {
    font-weight: 400;
}
.ui-homepage-section .carousel-seolinkpile .thumbnail-linkpile .caption li:nth-child(2n) {
    color: #2a6ebb;
}
.ui-homepage-section .carousel-seolinkpile .detail-info {
    width: 320px;
}
.ui-homepage-section .carousel-seolinkpile .detail-info .thumbnail {
    width: 320px;
    color: #333;
    font-size: 14px;
    top: -120px;
    left: 35%;
}

.alert-xs {
    margin: 0;
    padding: 3px 8px;
}

.component-header,
.component-header.alert {
    background-color: #ddd;
    border: none;
    font-family: tahoma,arial,helvetica,sans-serif;
    padding: 3px 6px;
    color: #333;
    font-size: 11px;
    cursor: pointer;
    margin-bottom: 10px;
}

.component-header:hover {
    background-color: #eee;
}

.component-header strong {
    text-transform: uppercase;
    line-height: 16px !important;
}

.component-header a i {
    font-size: 18px;
    margin: 0 0 0 3px;
    line-height: 18px;
    opacity: 1;
}

.component-header.alert .close {
    right: 0;
}

.component-header i.icon {
    opacity: 1;
    margin: 0px 0 0 3px;
}

.component-header.locked-node,
.component-header.locked-node a,
.component-header.locked-node a i {
    background-color: #e03636;
    color: #ffb7b7;
}

.component-header.locked-node .lock-msg {
    color: #fff;
    margin-right: 5px;
}

.component-header.locked-node .lock-msg i {
    color: #fff;
    font-size: 18px;
    position: relative;
    left: 0;
    top: 0;
    line-height: 18px;
}

.component-header.locked-node .lock-msg i.icon-alert {
    color: #fdef7c;
    font-size: 24px;
}


.tr-map-search {
    padding: 10px;
    margin: 20px 0;
}
.tr-map-search .form-content {
    padding: 15% 20px;
}
.tr-map-search #widget-search-form .control-label {
    font-size: 16px;
    padding-bottom: 10px;
    display: block;
}
.tr-map-search #widget-search-form h3 {
    text-align: left;
    padding-bottom: 10px;
}

.tr-map-search #widget-search-form .date-inputs input.datepicker {
    width: 48.93617021%;
    box-sizing: border-box;
    float: left;
    margin-left: 2.12765957%;
    padding: 10px 8px;
}
.tr-map-search #widget-search-form .date-inputs input.datepicker:first-of-type {
    margin-left: 0;
}

.tr-map-search #widget-search-form .btn.searchFormSubmit{
    float: none;
    width: 100%;
    padding: 10px 20px;
    font-size: 18px;
}
.tr-map-search .select select {
    width: 100%;
    cursor: pointer;
    padding: 10px 8px;
    height: auto;
}
.tr-map-search .svg-wrapper {
    padding: 20px;
    margin: 0 auto;
    position: relative;
    clear: both;
}
.tr-map-search .svg-wrapper svg {
    margin-top: 20px;
}
.tr-map-search .svg-wrapper #map #states a:hover {
    text-decoration: none;
}
.tr-map-search .svg-wrapper #map #states a path {
    transition: fill .5s ease;
    -moz-transition: fill .5s ease;
    -webkit-transition: fill .5s ease;
    fill: #787878;
    stroke: #a8a8a8;
}
.tr-map-search .svg-wrapper #map #states a text {
    display: none;
    cursor: pointer;
    font-size: 14px;
    font-size: 0.8em;
    text-decoration: none;
    font-family: arial,helvetica,sans-serif;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tr-map-search .svg-wrapper #map #states a:hover path, .svg-wrapper #map #states a.active path {
    cursor: pointer;
    fill: #599a70;
}
.tr-map-search .svg-wrapper #map #states a:hover text, .svg-wrapper #map #states a.active text {
    display: block;
}

.thematics-feed.panel {
    margin-top: 20px;
}

.thematics-feed.panel ul li {
    border-bottom: 1px solid #d7d8da;
    padding: 20px 0;
}

.thematics-feed.panel ul li:last-of-type {
    border-bottom:none;
}

.thematics-feed-item-code {
    padding: 5px 0;
    margin: 0;
    color: #666;
}

.thematics-feed.panel .pagination {
    width: 100%;
    border-bottom: 1px solid #d7d8da;
    border-top: 1px solid #d7d8da;
    padding: 20px 0px;
}
.thematics-feed-item-code .thematic-container {
    background-size: cover;
    padding: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;

}
.thematics-feed-item-code:hover {
    color: #000;
}
.thematics-feed-item-code .thematic-container .thematic-overlay {
    background: rgba(20,20,20,0.6);
    width: 100%;
    padding: 3% 0;
}
.thematics-feed-item-code .thematic-container .thematic-overlay .container {
    max-width: 100%;
}

.thematics-feed-item-code .thematic-heading {
    font-size: 32px;
    color: #fff;
    text-shadow: none;
    margin-bottom: 5px;
}
.thematics-feed-item-code .thematic-description {
    color: #fff;
    padding: 20px;
    font-weight: 300;
    display: block;
    margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
    .tr-map-search .form-content {
        padding: 20px 20px 10%;
    }
}

.article-lead .image-frame {
    max-height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.article-lead .image-frame img {
    width: 100%;
    margin: 0;
}
.hit-image {
    padding-top: 64%;
    overflow: hidden;
    display: block;
    position: relative;
    background-size: cover;
    background-position: center center;
}
.hit-image img {
    opacity: 0;
    position: absolute;
    top: 0;
    min-height: 100%;
    margin: 0;
}
.article-query .thumbnail .caption {
    min-height: 120px;
}
.basic-tile .caption {
    padding: 9px 0;
}
.featured-articles-triptych .caption {
    min-height: 164px;
}
#editmode .featured-articles-triptych .carousel-inner .item {
    display: block;
}
.featured-articles-slideshow {
    position: relative;
    margin-bottom: 30px;
}
.featured-articles-slideshow .carousel-inner {
    width: 100%;
}
.featured-articles-slideshow .item {
    background-size: cover;
    background-position: center center;
    padding-top: 40%;
    overflow: hidden;
}
#editmode .featured-articles-slideshow .item {
    position: relative;
}
.featured-articles-slideshow .item img {
    margin: 0;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
}
.featured-articles-slideshow .item .carousel-caption {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background: #333333;
    background: rgba(0, 0, 0, 0.5);
}
.featured-articles-slideshow .item .carousel-caption a {
    color: #fff;
}
.featured-articles-slideshow .item .carousel-caption p {
    padding: 0 40px;
}
.featured-articles-slideshow .item .carousel-caption a.action {

}
.featured-articles-slideshow .item .carousel-caption a.action .icon {
   font-weight: 700;
}
.featured-articles-slideshow .item .carousel-caption .icon-lg {
    float: right;
    text-align: right;
    text-decoration: none;
    color: #999999;
    background-position: left bottom;
    position: absolute;
    right: 20px;
}
@media screen and (max-width: 768px) {
    .featured-articles-slideshow .item .carousel-caption a.action,
    .featured-articles-slideshow .item .carousel-caption .icon-lg,
    .featured-articles-slideshow .item .carousel-caption p {
        display: none;
    }
    .featured-articles-slideshow .item .carousel-caption h4 {
        margin-bottom: 0;
        font-size: 15px;
        font-weight: 400;
    }
    .featured-articles-slideshow .item .carousel-caption .icon-lg {
        font-size: 31px;
        height: 24px;
        width: 26px;
    }
}
@media screen and (max-width: 480px) {
    .featured-articles-slideshow .item .carousel-caption p {
        display: none;
    }
}

#editmode .featured-articles-slideshow .carousel-control {
    display: none;
}
.featured-articles-slideshow.infoSlides .featured-articles-slideshow .item img {
    width: 70%;
    opacity: 1;
}
.featured-articles-slideshow.infoSlides .item .carousel-caption {
    top: 0;
    left: initial;
    right: 0;
    bottom: 0;
    width: 30%;
}
.featured-articles-slideshow.infoSlides .carousel-control {
    background: none;
    height: 50px;
    bottom: 0;
    top: initial;
    width: 10%;
}
.featured-articles-slideshow.infoSlides .carousel-control.left{
    left: 70%;
}
.featured-articles-slideshow.infoSlides .item .carousel-caption a.action {
    margin-top: 0;
}
.featured-articles-slideshow.infoSlides .carousel-control .icon-chevron-left,
.featured-articles-slideshow.infoSlides .carousel-control .icon-chevron-right {
    margin-top: -10px;
}
.infobg {
    top: 0;
    left: initial;
    right: 0;
    bottom: 0;
    width: 30%;
    position: absolute;
    padding: 15px;
    background: #333333;
    background: rgba(0, 0, 0, 0.75);
    text-align: left;
}
.cms-news-area {
    padding-bottom: 20px;
}
span.searchHighlightedText {
    background: #fbefc7;
    padding: 0 2px;
}
ol.searchHits {
    margin: 20px 0 20px;
}
ol.searchHits li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

ol.searchHits li:last-child {
    border-bottom: none;
}
.text-search-form .term-match {
    margin: 0;
}
.external-redirect {
    margin-bottom: 10px;
    border: 1px solid #ccc;
}
.external-redirect .redirect-link {
    padding: 7px 10px;
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.page-tags {
    margin: 10px 0;
}
ul.page-tags li {
    line-height: 30px;
    padding: 0 2px;
}
.page-tags i {
    color: #999;
    font-size: 25px;
    margin-top: 2px;
}
.page-tags a,
.page-tags span{
    background-color: #999;
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 5px;
}


.share-buttons .btn{
  width:99px;
  height:39px;
  text-align: left;
  padding:0 0 0 4px;
  border-color:white;
  margin: 0 4px 5px 0;
}

.share-buttons .btn i{
  font-size:37px;
  height:37px;
  width:37px;
  line-height: normal;
  color:white;
}
  .share-buttons button.fbShare {
    background:#3c5898;
    padding-top:1px;
    padding-left:0px;
  }

  .share-buttons button.fbShare:hover{
    background:#243d7f;
    border-color:white;
  }

  .share-buttons button.twitterShare{
    padding-top:1px;
    background: #6aadd1;
  }

  .share-buttons button.twitterShare:hover{
    background:#4e97c3;
    border-color:white;
  }

  @media screen and (max-width: 480px) {
    .share-buttons{
      width:100%;
    }

    .share-buttons .btn{
      width:32%;
    }
  }

  button.pinterestShare{
    padding-top:2px;
    background: #de010d;
  }

  button.pinterestShare:hover{
    background:#d30005;
    border-color:white;
  }
/**/
