/*
Theme Name: Jamestown
Description: Jamestown WordPress theme
Version: 1
*/
@font-face {
    font-family: 'GothamBold';
    src: url('fonts/gothambold-webfont.eot');
    src: url('fonts/gothambold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothambold-webfont.woff') format('woff'),
         url('fonts/gothambold-webfont.ttf') format('truetype'),
         url('fonts/gothambold-webfont.svg#gothamboldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamMedium';
    src: url('fonts/gothammedium-webfont.eot');
    src: url('fonts/gothammedium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gothammedium-webfont.woff') format('woff'),
         url('fonts/gothammedium-webfont.ttf') format('truetype'),
         url('fonts/gothammedium-webfont.svg#gothammediummedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Verdana';
    src: url('fonts/verdana-webfont.eot');
    src: url('fonts/verdana-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/verdana-webfont.woff') format('woff'),
         url('fonts/verdana-webfont.ttf') format('truetype'),
         url('fonts/verdana-webfont.svg#verdanaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_bookregular';
    src: url('fonts/gotham-book-webfont.eot');
    src: url('fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-book-webfont.woff2') format('woff2'),
         url('fonts/gotham-book-webfont.woff') format('woff'),
         url('fonts/gotham-book-webfont.ttf') format('truetype'),
         url('fonts/gotham-book-webfont.svg#gotham_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
  background:white url('images/top_bg.png') repeat-x;
  margin:0;
  overflow:auto;
}

img{
  border:0;
}

a {
	transition: ease-in-out 0.2s;
}
.lity-container {
  min-width: 50%;
}


.top-menu{
  width:959px;
  margin: 0 auto 0 auto;
  clear:both;
}
.top-social-icon{
  width:24px;
  height:24px;
  display:block;
  float:left;
  margin: 7px 7px 0 0;
}
.top-social-icon .normal{
  display:block;
}
.top-social-icon .active{
  display:none;
}
.top-social-icon:hover .normal{
  display:none;
}
.top-social-icon:hover .active{
  display:block;
}
.top-middle-buttons{
  float:left;
  background: url('images/top_menu_delimiter.png') left no-repeat;  
  height: 40px;
  width: 20px;
}
.top-middle-buttons li{
  float:left;
}
.top-middle-buttons ul{
  margin:0;
  padding:0;
  list-style:none;
}
.top-middle-buttons a{
  height: 40px;
  line-height: 40px;
  display:block;
  float:left;
  font-size: 12px;
  color: #7c7269;
  padding: 0px 15px 0 10px;
  background:url('images/top_menu_delimiter.png') right no-repeat;
  font-family:Verdana;
  text-decoration: none;
}
.top-middle-buttons a:hover{
  height: 40px;
  line-height: 40px;
  display:block;
  float:left;
  font-size: 12px;
  color: #ffffff;
  padding: 0px 15px 0 10px;
  background: url('images/top_menu_selected.png') repeat;
  font-family:Verdana;
  text-decoration: none;
}
.top-right-buttons{
  float:right;
  background:url('images/top_menu_delimiter.png') left no-repeat;
  height:40px;
}
.top-right-buttons li{
  float:left;
}
.top-right-buttons ul{
  margin:0;
  padding:0;
  list-style:none;
  float:left;
}
.top-right-buttons a{
  height: 40px;
  line-height: 40px;
  display:block;
  float:left;
  font-size: 12px;
  color: #7c7269;
  padding: 0px 15px 0 10px;
  background:url('images/top_menu_delimiter.png') right no-repeat;
  font-family:Verdana;
  text-decoration: none;
  transition: ease-in-out 0.2s;
}
.top-right-buttons a:hover{
  height: 40px;
  line-height: 40px;
  display:block;
  float:left;
  font-size: 12px;
  color: #ffffff;
  padding: 0px 15px 0 10px;
  background-color: rgba(124,114,104, 0.4);
  /*background: url('images/top_menu_selected.png') repeat;*/
  font-family:Verdana;
  text-decoration: none;
}
.header-search-wrapper{
  position: relative;
  margin:7px 0 10px 7px;
}
.main-header-right input[type=text]{
  width:138px;
  height:24px;
  border:1px solid #262626;
  color: #7c7269;
  font-size: 12px;
  font-family: Verdana;
  padding: 0 29px 0 5px;
  /*margin:7px 0 10px 7px;*/
  /*background: #eeedeb url('images/top_menu_search.png') right no-repeat;*/
  background: #eeedeb;
  /*cursor: pointer;*/
  transition: ease-in-out 0.2s;
}

.main-header-right input[type=text]:focus{
	background-color: #fff;
	border: 1px solid #7c7269;
}
.main-header-right input[type=button]{
  width:24px;
  height:24px;
  /*border:1px solid #262626;*/
  border: 0;
  background: #eeedeb url('images/top_menu_search.png') 0 0 no-repeat;
  cursor: pointer;
  position: absolute;
  top: 1px;
  right: 1px;
  transition: ease-in-out 0.2s;
}

.main-header-right input[type=button]:hover{
	background: #7c7269 url('images/top_menu_search.png') 0 0 no-repeat;
}

#google-search-input{
  position:absolute;
  top:-100px;
}
#search-input{
  cursor: text;
}
.main-header{
  width: 100%;
  max-width:1039px;
  height:120px;
  position: relative;
  clear: both;
  margin: 0 auto 0 auto;
  text-align: right;
}
.top-logo{
  position: absolute;
  display:block;
  width: 100%;
  max-width: 830px;
  height:120px;
  background: url('images/logo-combined-2016-120.png') no-repeat;
  margin: -60px 0 0 0;
  background-size: contain;
	background-position:center;
  top: 50%;
  left: 0;
}
.main-header-right{
  display: inline-block;
  width: 100%;
  max-width: 200px;
  padding-top: 20px;
}
.main-header-button{
  width:174px;
  height:29px;
  display: inline-block;
  /*background: url('images/button-background-redind.png') 0 0 repeat-x;*/
  cursor: pointer;
  color: #ffffff;
  font-family: GothamMedium;
  font-size: 14px;
  line-height: 29px;
  text-decoration: none;
  padding: 0 10px 0 10px;
  text-align: center;
  box-sizing: border-box;
  background-color: #80112b;
  border-bottom: 2px solid #5b0b1d;
  transition: ease-in-out 0.2s;
}

.main-header-button:hover{
  /*background: url('images/button-background-redindhover.png') 0 0 repeat-x;*/
  background-color: #5b0b1d;
  border-bottom: 2px solid #80112b;
}

.main-menu{
  /*width:999px;*/
  width:1239px;
  /*height:60px;*/
  /*width: 2078px;*/
  /*width: 100%;*/
  height: 60px;
  background: url('images/main_menu_bg.png') no-repeat;
  margin: auto auto;
  clear:both;
  overflow:visible;
  padding: 0 0 0 40px;
  text-align: center;
  z-index: 1000;
}
.main-menu>ul{
  margin: 0 auto;
  padding:0;
  list-style: none;
	display: block;
  overflow: hidden;
}
.main-menu>ul>li{
  float:left;

  overflow: visible;
}
.main-menu>ul>li>ul{
  position:absolute;
  background: white url(images/submenu_bg.jpg) 0 0 repeat-x;
  border:3px solid #0c1f49;
  display:none;
  /*margin: 60px 0 0 0;*/
  padding: 20px 30px 20px 30px;
  z-index: 10000;

  margin: 0;
  /*max-width: 550px;*/
  width: 550px;
  /*width: 100%;*/
  overflow: visible;
  clear:both;
  text-align: left;
}
.main-menu>ul>li>ul.two-column{
  width: 375px;
}
.main-menu>ul>li>ul.three-column{
  width: 550px;
}

.main-menu>ul>li>ul.right-submenu{
  /*right: 0;*/
  margin-left:-475px;
}
.main-menu>ul>li>ul.right-submenu.two-column{
  /*right: 0;*/
  margin-left:-335px;
}
.main-menu>ul>li:hover>ul{
  display:block;
}
.main-menu>ul>li>ul a{
  color: #1c478c;
  background: #ffffff;
  text-decoration: none;
  font-family: Verdana;
  font-size:12px;
  padding: 5px;
  display:inline-block;
}
.main-menu>ul>li>ul a:hover{
  color: #ffffff;
  background: #1c478c;
  text-decoration: none;
  font-family: Verdana;
  font-size:12px;
  padding: 5px;
  display:inline-block;
}
.main-menu>ul>li>ul .category-link{
  color: #80112b;
  background: transparent;
  padding: 0;
}
.main-menu>ul>li>ul .category-link:hover{
  color: #80112b;
  background: transparent;
  padding: 0;
}
.main-menu>ul>li>ul h5{
  margin:0;
  padding:5px;
  font-size:14px;
  font-family:GothamMedium;
  color: #80112b;
  font-weight:normal;
  transition: ease-in-out 0.2s;
}

.main-menu>ul>li>ul h5:hover{
	color: #fff;
	background-color: #80112b;	
}

.main-menu .submenu-column{
  display:block;
  width:150px;
  position:static;
  float:left;
  margin:0 30px 0 0;
  padding:0;
}
.main-menu .submenu-column ul{
  list-style: none;
  margin:0;
  padding:0;
}
.main-menu .submenu-also{
  display:block;
  width:150px;
  position:static;
  margin:0;
  padding:0 0 0 30px;
  float:right;
  border-left: 1px solid #dddddd;
}
.main-menu .submenu-also h5:hover{
	color: #80112b;
	background: none;
}
.main-menu .submenu-also ul{
  list-style: none;
  margin:0;
  padding:0;
}

.main-menu>ul>li>a{
  height: 60px;
  line-height: 58px;
  display:block;
  /*float:left;*/
  font-size: 19px;
  color: #ffffff;
  padding: 0 18px 0 18px;
  margin: 0 0 0 0;
  font-family:GothamMedium;
  text-decoration: none;

  clear: both;
}
.main-menu>ul>li:hover>a{
  background:url('images/main_menu_selected.png') repeat-x;
}

.main-slider{
  width:100%;
  height:450px;
  background: url('images/tmp_slider.png') no-repeat;
  margin: 0 auto 20px auto;
  clear:both;
}
.main-content{
width:100%;
  max-width:980px;
  margin: 0 auto 0 auto;
  /*overflow:auto;*/
  overflow: hidden;
}

.juicer-content{
width:100%;
  max-width:980px;
  margin: 0 auto 0 auto;
  display: block !important;
  /*overflow:auto;*/

}

.juicer-content h3{
	color: #80112b;
	font-size: 22px;
	font-family: GothamBold;
	margin: 0 0 0 0;
	font-weight: normal;
}
.juicer-content hr {
	clear: both;
	border: 0;
	height: 1px;
	width: 100%;
	background: #cfd0ca;
	margin: 5px 0 20px 0;
}

.home-content{
  margin: 5px auto 0 auto;
}
.home-content h1{
  color: #80112b;
  font-size:22px;
  font-family:GothamBold;
  font-weight:normal;
}
.main-content p{
  color: #453d38;
  font-size:12px;
  font-family:Verdana;
  line-height: 18px;
  margin: 5px 0 5px 0;
  font-weight:normal;
}
.main-content p>a{
  color: #1f458e;
  /*font-size:12px;*/
  font-family:Verdana;
  line-height: 18px;
  margin: 5px 0 5px 0;
  font-weight:normal;
  text-decoration: underline;
}
.main-content p>a:hover{
  text-decoration: none;
}
.main-content li{
  color: #453D38;
  font-size: 12px;
  font-family: Verdana;
  line-height: 18px;
  font-weight: normal;
  /* overflow: auto; */
}

.featured-links-widget img{
  float:left;
  margin: 0 10px 10px 0;
}
.featured-link-header{
  padding: 3px 0 0 0;
  margin:0;
  float: left;
}
.featured-link-header .subtitle{
  color: #453d38;
  font-size:16px;
  font-family:GothamMedium;
  display:block;
  clear: both;
  margin:0 0 6px 0;
}
.featured-link-header .subtitle2{
  color: #80112b;
  font-size:18px;
  font-family:GothamMedium;
  margin:0;
}

.frontpage-block{
  /*width: 320px;*/
  width: 318px;
  height: 140px;
  float:left;
  margin-left:10px;
  margin-bottom:20px;
}
.frontpage-block-first{
  margin-left:0;
}
.frontpage-block img{
  float:left;
  margin: 0 10px 10px 0;
}
.frontpage-block a{
  text-decoration: none;
}
.frontpage-block a:hover{
  text-decoration: none;
}
.frontpage-block .frontpage-block-link{
  color: #1f458e;
  font-size:16px;
  font-family:GothamMedium;
  display:block;
  text-align: right;
  background: url('images/link_arrow.png') right 9px no-repeat;
  text-decoration: none;
  padding-right:12px;
  margin: 0 20px 0 auto;
  padding-top:8px;
  clear:both;
}
.frontpage-block .frontpage-block-link:hover{
  color: #1f458e;
  font-size:16px;
  font-family:GothamMedium;
  display:block;
  text-align: right;
  background: url('images/link_arrow.png') right 9px no-repeat;
  text-decoration: none;
  padding-right:12px;
  margin: 0 20px 0 0;
  padding-top:8px;
}
.frontpage-block hr{
  clear:both;
  border:0;
  height:1px;
  width:300px;
  background: #cfd0ca;
  margin-left: 0;
  margin-right: 0;
}
.frontpage-block-header{
  padding: 3px 0 0 0;
  margin:0;
  float: left;
}
.frontpage-block-header .subtitle{
  color: #453d38;
  font-size:16px;
  font-family:GothamMedium;
  display:block;
  clear: both;
  margin:0 0 6px 0;
}
.frontpage-block-header .subtitle2{
  color: #80112b;
  font-size:18px;
  font-family:GothamMedium;
  margin:0;
  font-weight:normal;
  transition: ease-in-out 0.2s;
}

.frontpage-block-header .subtitle2:hover{
	color: #5b0b1d;
	text-decoration: underline;
}

.bottom-bar{
width:100%;
  max-width:1150px;
  min-height:305px;
  background: url('images/bottom_bar_bg.png') no-repeat;
  margin: 20px auto 0 auto;
  clear:both;
  overflow:auto;
}
.bottom-bar-content{
  margin:20px 85px 0 85px;
  width:100%;
  max-width:980px;
}
.bottom-bar-content h1{
  color: #80112b;
  font-size:22px;
  font-family:GothamBold;
  margin:0 0 5px 0;
  font-weight: normal;
}

.popular-controls{
  float:right;
}
.popular-left-button{
  display:block;
  width:16px;
  height:16px;
background:url(images/slider-arrows.png) no-repeat;
background-position: -120px 0px;
  margin: 5px 5px 0 0;
  float:left;
  transition: opacity 0.2s ease-in-out;
}

.popular-left-button:hover{
background:url(images/slider-arrows.png) no-repeat;
background-position: -120px -60px;
}

.popular-right-button{
  display:block;
  width:16px;
  height:16px;
background:url(images/slider-arrows.png) no-repeat;
background-position: -120px -17px;
  float:left;
  margin: 5px 30px 0 0;
   transition: opacity 0.2s ease-in-out;
}
.popular-right-button:hover{
background:url(images/slider-arrows.png) no-repeat;
background-position: -120px -77px;
}
.populars{
  margin:0;
  padding:0;
}
.populars img{
  padding:2px;
  background:white;
}
.populars li{
  width:220px;
  float:left;
  margin: 0 0 0 0;
  padding: 0;
  display:block;
}
li .popular-block-title{
  display:block;
  color: #1f458e;
  font-size:16px;
  font-family:GothamMedium;
  text-decoration: none;
  font-weight:normal;
  padding: 5px 0 0 0;
}
li:hover .popular-block-title{
  display:block;
  color: #5a79a5;
  font-size:16px;
  text-decoration: underline;
  font-weight:normal;
  padding: 5px 0 0 0;
}
.populars li p{
  color: #453d38;
  font-size:12px;
  font-family:Verdana;
  line-height: 16px;
  margin: 5px 0 5px 0;
  width:220px;
  font-weight:normal;
}
.populars li:hover p{
  color: #453d38;
  font-size:12px;
  font-family:Verdana;
  line-height: 16px;
  margin: 5px 0 5px 0;
  width:220px;
  font-weight:normal;
}

.widget-row{
  width:100%;
  max-width:1039px;
  margin:0 auto 10px auto; 
  padding: 0 0 0 60px;
  clear:both;
  overflow:visible;
}
.widget-row .delimiter{
  width:30px;
  height:230px;
  float:left;
  margin:0;
  padding:0;
}
.widget-block{
  width:300px;
  margin: 0 0 20px 0;
  float:left;
}
.widget-block hr{
  clear:both;
  border:0;
  height:1px;
  width:100%;
  background: #cfd0ca;
  margin: 5px 0 20px 0;
}
.widget-block .last{
  margin-bottom:5px;
}
.widget-row .widget-block{
  margin-right: 30px;
}
.widget-row:last-child{
  margin-right: 0;
}

.news-delimiter{
  width:300px;
  height:1px;
  margin: 20px 0 10px 0;
  background: url('images/news_block_bg.png') no-repeat;
}
.widget-block .last-post-thumb {
  border: 1px solid #d9d9d9;
  padding:2px;
  background:white;
  border-radius: 3px;
}
.widget-block h3{
  color: #80112b;
  font-size: 22px;
  font-family:GothamBold;
  margin:0 0 0 0;
  font-weight:normal;
}
.widget-block h4{
  color: #ab173a;
  font-size: 16px;
  font-family:GothamMedium;
  font-weight:normal;
  margin:0 0 0 0;
}
.widget-block p{
  color: #453d38;
  font-size: 11px;
  font-family:Verdana;  
}
.widget-block a{
  color: #1f458e;
  font-size:13px;
  font-family:GothamMedium;
  text-decoration: none;
  font-weight: normal;
  line-height: 16px;
  transition: all 0.2s ease-in-out;
}
.widget-block a:hover{
	color: #476abc;
  text-decoration: underline;
  font-weight: normal;
  line-height: 16px;
}
.widget-block .recent-news{
  margin-bottom: 23px;
  display:block;
}
.widget-block .you-may-also-like-link{
  margin-bottom: 12px;
  font-size:13px;
  display:block;
  padding-left:15px !important;
  background: url('images/you-may-also-like-icon.jpg') left 2px no-repeat;
  line-height: 17px;
}
.widget-block .you-may-also-like-link:hover{
  font-size:13px;
  line-height: 17px;
}
.widget-block .see-all{
  color: #8597c2 !important;
  font-size:12px;
  font-family:GothamMedium;
  text-decoration: none;
  text-align: right;
  display:block;
}
.widget-block .see-all:hover{
  color: #8597c2;
  font-size:12px;
  font-family:GothamMedium;
  text-decoration: none;
  text-align: right;
  display:block;
}
.widget-block .post-date{
  color: #7c7269;
  font-size:10px;
  font-family:Verdana;
  font-style: italic;
  height:18px;
}

.image-ad-widget img{
  border: 1px solid #dadadc;
  padding:2px;
  margin:0;
  z-index: 1;
}
.image-ad-widget .image-ad-link{
  display:block;
  background:#0f244f;
  color:white;
  padding:5px 0 2px 0;
  font-size:13px;
  line-height: 22px;
  text-decoration: none;
  font-weight: normal;
  margin:-35px 0 20px 0;
  text-align: center;
  position:relative;
}
.image-ad-widget .image-ad-link:hover{
  display:block;
  background:#0f244f;
  color:white;
  padding:5px 0 2px 0;
  font-size:13px;
  line-height: 22px;
  text-decoration: none;
  font-weight: normal;
  margin:-35px 0 20px 0;
  text-align: center;
  position:relative;  
}

.signup-form{
  clear:both;
  margin: 10px 0 20px 0;
  overflow: auto;
}
.signup-form input{
  border:0;
  background: #efeeec;
  float:left;
  display:block;
  line-height: 29px;
  height:29px;
  width:180px;
  outline-style: none;
  color: #453d38;
  font-size: 11px;
  font-family:Verdana;
  padding: 0 10px 0 10px;
}
.signup-form input::-webkit-input-placeholder {
  color: #453d38;
  font-size: 11px;
  font-family:Verdana;
}
.signup-form input:-moz-placeholder {
  color: #453d38;
  font-size: 11px;
  font-family:Verdana;
}
.signup-form img{
  cursor: pointer;
}
.signup-form input[type=submit]{
  width: 80px;
  background: #142e62 url('images/button_bg.png') top repeat-x;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

.footer-bottom-menu{
  width:100%;
  background: #efeeec url('images/footer_menu_bg.png') top repeat-x;
  margin: 0 0 0 0;
  clear:both;
  /*overflow:auto;*/
  overflow: hidden;
}
.footer-bottom-menu>ul{
  width:100%;
  max-width:999px;
  background: url('images/footer_content_bg.png') 3px left no-repeat;
  margin: 0 auto 15px auto;
  clear:both;
  overflow:auto;
  padding: 30px 0 0 20px;
}
.footer-bottom-menu>ul>li{
  display:block;
  width: 140px;
  float:left;
  margin: 0 25px 0 0;
  padding:0;
  background: url('images/footer_menu_block_bg.png') top left no-repeat;
}
.footer-bottom-menu>ul>li h3{
  color: #80112b;
  font-size:13px;
  font-family:GothamMedium;
  margin:0 0 20px 0;
  font-weight:normal;
  text-transform: uppercase;
}
.footer-bottom-menu>ul>li ul{
  margin:0;
  padding:0;
  list-style:none;
}
.footer-bottom-menu>ul>li a{
  display:block;
  /*color: #142e62;
  font-size:12px;
  font-family:Verdana;*/
  color: #1f458e;
	font-size: 13px;
	font-family: GothamMedium;
	text-decoration: none;
	font-weight: normal;
	line-height: 16px;
  text-decoration: none;
  margin: 12px 0 12px 0;
}
.footer-bottom-menu>ul>li>a{
  margin-top: 0;
}
.footer-bottom-menu>ul>li a:hover{
  display:block;
  color: #476abc;
  /*font-family:Verdana;*/
  text-decoration: underline;
  margin: 12px 0 12px 0;
}
.footer-bottom-menu>ul>li>a:hover{
  margin-top: 0;
  text-decoration: none;
}

.footer-bar{
  width:100%;
  background: url('images/footer_bg.png') repeat;
  margin: 0 0 0 0;
  clear:both;
  overflow:auto;
}
.footer-bottom-buttons{
  height:45px;
  clear:both;
  width:999px;
  margin: 0 auto 0 auto;
  overflow:auto;
  padding: 5px 0 0 20px;
}
.footer-left-buttons{
  float:left;
  background: url('images/top_menu_delimiter.png') left no-repeat;  
}
.footer-left-buttons>div{
  height: 41px;
  line-height: 40px;
  display:block;
  float:left;
  font-size: 12px;
  color: #7c7269;
  padding: 0px 15px 0 10px;
  background:url('images/top_menu_delimiter.png') right no-repeat;
  font-family:Verdana;
  text-decoration: none;
  cursor:pointer;
  transition: ease-in-out 0.2s;
}
.footer-left-buttons>div>div{
  display:none;
}
.footer-left-buttons>div:hover{
  height: 41px;
  line-height: 40px;
  display:block;
  float:left;
  font-size: 12px;
  color: #ffffff;
  padding: 0px 15px 0 10px;
  background-color: rgba(124,114,104, 0.4);
  font-family:Verdana;
  text-decoration: none;
  cursor:pointer;
}
.footer-left-buttons>div:hover>.translate-this-panel{
  display:block;
  height:260px;
  margin:-260px 0 0 -10px;
  position: absolute;
  background: white;
  border: 1px solid #cfd0ca;
  border-bottom:0;
}
.footer-left-buttons>div:hover>.share-this-panel{
  display:block;
  height:50px;
  margin:-70px 0 0 -10px;
  position: absolute;
  background: white;
  border: 1px solid #cfd0ca;
  border-bottom:0;
  color:black;
  padding: 20px 20px 0 20px;
  line-height: 20px;
}
.translate-this-panel table{
  margin:20px 0 0 20px;
  padding:0;
}
.translate-this-panel td{
  margin:0;
  padding:0 20px 0 0;
  line-height: 20px;
}
.translate-this-panel a{
  display: inline-block;
  line-height: 20px;
  color:#142e62;
  font-size: 10px;
  padding: 0px 5px 0px 5px;
  text-decoration: none;
}
.translate-this-panel a:hover{
  display: inline-block;
  line-height: 20px;
  font-size: 10px;
  padding: 0px 5px 0px 5px;
  background:#364d90;
  text-decoration: none;
  color:white;
}

.footer-right-buttons{
  float:right;
  background:url('images/top_menu_delimiter.png') left no-repeat;
  height:41px;
}
.footer-right-buttons a{
  height: 41px;
  line-height: 40px;
  display:block;
  float:left;
  font-size: 12px;
  color: #7c7269;
  padding: 0px 15px 0 10px;
  background:url('images/top_menu_delimiter.png') right no-repeat;
  font-family:Verdana;
  text-decoration: none;
  transition: ease-in-out 0.2s;
}
.footer-right-buttons a:hover{
  height: 41px;
  line-height: 40px;
  display:block;
  float:left;
  font-size: 12px;
  color: #ffffff;
  padding: 0px 15px 0 10px;
  background-color: rgba(124,114,104, 0.4);
  font-family:Verdana;
  text-decoration: none;
}

.footer-copyrights{
  color:white;
  font-family:Verdana;
  font-size:10px;
  line-height: 16px;

  width:999px;
  margin: 0 auto 0 auto;
  overflow:auto;
  padding: 10px 0 10px 20px;  
}
.footer-copyrights>.ciniva-footer{
  color: #7c7269;
  margin-top: 5px;
}
.footer-copyrights>.ciniva-footer>a{
  color: #7c7269;
  text-decoration: none;
}
.footer-copyrights>.ciniva-footer>a:hover{
  text-decoration: underline;
}

.image-wrapper{
  display:table-cell;
  background:red;
  padding:2px;
  border:1px solid blue;
  /*width:299px;
  height: 118px;*/
  height: 116px;
}

.left-column{
  float:left;
  width:650px;
  /*overflow:auto;*/
  overflow: visible;
}
.right-column{
  width:300px;
  float:right;
  margin: 52px 0 0 0;
  overflow:visible;
}
.right-column br{
  clear:both;
}

.left-column hr{
  border:0;
  height:1px;
  background: #d1cec7;
  margin: 20px 0 20px 0;
  clear:both;
}
.left-column-single h1{
  font-size:36px;
  font-family:GothamMedium;
  color: #5b0b1d;
  font-weight:normal;
  margin:10px 0 10px 0;
}
h1.jt-news-title{
  font-size: 18px !important;
}
.left-column-single h5{
  font-size:18px;
  font-family:GothamMedium;
  color: #80112b;
  font-weight:normal;
  margin:0 0 10px 0;
}
.left-column-single p{
  color: #453d38;
  font-size:12px;
  font-family:Verdana;
}

.left-column-posts h1{
  font-size:36px;
  font-family:GothamMedium;
  color: #5b0b1d;
  font-weight:normal;
  margin:0 0 5px 0;
}
.left-column-posts h5{
  font-size:18px;
  font-family:GothamMedium;
  color: #80112b;
  font-weight:normal;
  margin:0 0 0 0;
}
.left-column-posts p{
  color: #453d38;
  font-size:12px;
  font-family:Verdana;
}
.left-column-posts .post-date{
  color: #7c7269;
  font-size:10px;
  font-family:Verdana;
  font-style:italic;
}
.left-column-posts .read-more{
  color: #1f458e;
  font-size:14px;
  font-family:GothamMedium;
  display:block;
  text-align: left;
  background: url('images/link_arrow.png') right -1px no-repeat;
  text-decoration: none;
  padding-right:12px;
  margin: 8px 20px 0 auto;
  clear:both;
  max-width: 104px;
}
.left-column-posts .read-more:hover{
  color: #1f458e;
  font-size:14px;
  font-family:GothamMedium;
   display:block;
  text-align: left;
  background: url('images/link_arrow.png') right -1px no-repeat;
  text-decoration: none;
  padding-right:12px;
  margin: 8px 20px 0 auto;
  clear:both;
}
.left-column-posts .title-link{
  text-decoration: none;
}
.left-column-posts img {
  border: 1px solid #d9d9d9;
  padding:2px;
  background:white;
  border-radius: 3px;
  float:left;
  max-width: 100%;
  /*margin: 0 15px 20px 0;*/
}
.left-column-posts .progress-image{
  clear: both;
  float: none;
}

.next-posts-link,.pages-block>a.next{
  color: #1f458e;
  font-size:14px;
  font-family:GothamMedium;
  display:block-inline;
  text-align: left;
  background: url('images/link_arrow.png') right 0px no-repeat;
  text-decoration: none;
  padding-right:12px;
  margin: 0 0 0 20px;
}
.next-posts-link:hover,.pages-block>a.next:hover{
  color: #1f458e;
  font-size:14px;
  font-family:GothamMedium;
  display:block-inline;
  text-align: left;
  background: url('images/link_arrow.png') right 0px no-repeat;
  text-decoration: none;
  padding-right:12px;
  margin: 0 0 0 20px;
}
.prev-posts-link,.pages-block>a.prev{
  color: #1f458e;
  font-size:14px;
  font-family:GothamMedium;
  display:block-inline;
  text-align: left;
  background: url('images/link_left_arrow.png') left 0px no-repeat;
  text-decoration: none;
  padding-left:12px;
  margin: 0 20px 0 0;
}
.prev-posts-link:hover,.pages-block>a.prev:hover{
  color: #1f458e;
  font-size:14px;
  font-family:GothamMedium;
  display:block-inline;
  text-align: left;
  background: url('images/link_left_arrow.png') left 0px no-repeat;
  text-decoration: none;
  padding-left:12px;
  margin: 0 20px 0 0;
}
.pages-block{
  color: #453d38;
  font-family: GothamMedium;
  font-size: 13px;
  margin: 0 auto 0 auto;
  text-align: center;
}
.page-link,.pages-block>a{
  color: #adaaa2;
  font-family: GothamMedium;
  font-size: 13px;
  text-decoration: none;
}
.page-link:hover,.pages-block>a:hover{
  color: #adaaa2;
  font-family: GothamMedium;
  font-size: 13px;
  text-decoration: underline;
}

.post-info{
  border-left:0;
  border-right:0;
  border-top:1px solid #d1cec7;
  border-bottom:1px solid #d1cec7;
  padding: 7px 0 7px 0;
  margin: 0 0 20px 0;
  overflow: auto;
}
.post-info a{
  color: #1f458e;
  font-size:14px;
  font-family:GothamMedium;
  display:block-inline;
  text-align: left;
  background: url('images/link_left_arrow.png') left 0px no-repeat;
  text-decoration: none;
  padding-left:12px;
  margin: 0 20px 0 0;
}
.post-info a:hover{
  color: #1f458e;
  font-size:14px;
  font-family:GothamMedium;
  display:block-inline;
  text-align: left;
  background: url('images/link_left_arrow.png') left 0px no-repeat;
  text-decoration: none;
  padding-left:12px;
  margin: 0 20px 0 0;
}
.post-info p{
  float:right;
  line-height:20px;
  padding:0;
  font-size:12px;
  margin:0;
  color: #7c756d;
  font-family: Verdana;
}

.post-content{
  border-left:0;
  border-right:0;
  border-top:0;
  border-bottom:1px solid #d1cec7;
  padding-bottom:10px;
}
.news-content{
  border-bottom:0px;
}
.post-content img {
  border: 1px solid #d9d9d9;
  padding:2px;
  background:white;
  border-radius: 3px;
  float:left;
  /*margin: 0 15px 20px 0;*/
}

.post-content p{
  color: #453d38;
  font-family: Verdana;
  font-size:12px;
  margin: 0 0 15px 0;
}
.post-content h1{
  font-size:36px;
  font-family:GothamMedium;
  color: #5b0b1d;
  font-weight:normal;
  margin:0 0 15px 0;
}
.post-content h2{
  font-size:32px;
  font-family:GothamMedium;
  color: #80112b;
  font-weight:normal;
  margin:0 0 15px 0;
}
.post-content h3{
  font-size:28px;
  font-family:GothamMedium;
  color: #8d132f;
  font-weight:normal;
  margin:0 0 15px 0;
}
.post-content h4{
  font-size:24px;
  font-family:GothamMedium;
  color: #9a1434;
  font-weight:normal;
  margin:0 0 15px 0;
}
.post-content h5{
  font-size:20px;
  font-family:GothamMedium;
  color: #a71638;
  font-weight:normal;
  margin:0 0 15px 0;
}
.post-content h6{
  font-size:16px;
  font-family:GothamMedium;
  color: #b5183d;
  font-weight:normal;
  margin:0 0 15px 0;
}
.post-tags{
  color: #827d77;
  font-family: Verdana;
  font-size:12px;
  margin:20px 0 0 0;
}
.post-tags a{
  color: #4f67bf;
  text-decoration: underline;
  font-family: Verdana;
  font-size:12px;  
}
.post-tags a:hover{
  color: #4f67bf;
  text-decoration: none;
  font-family: Verdana;
  font-size:12px;  
}

.page-content hr{
  border:0;
  height:1px;
  background: #d1cec7;
  margin: 20px 0 20px 0;
  clear:both;
}
.page-content h1{
  font-size:36px;
  font-family:GothamMedium;
  color: #5b0b1d;
  font-weight:normal;
  margin:0 0 15px 0;
}
.page-content h2{
  font-size:32px;
  font-family:GothamMedium;
  color: #80112b;
  font-weight:normal;
  margin:0 0 15px 0;
}
.page-content h3{
  font-size:28px;
  font-family:GothamMedium;
  color: #8d132f;
  font-weight:normal;
  margin:0 0 15px 0;
}
.page-content h4{
  font-size:24px;
  font-family:GothamMedium;
  color: #9a1434;
  font-weight:normal;
  margin:0 0 15px 0;
}
.page-content h5{
  font-size:20px;
  font-family:GothamMedium;
  color: #a71638;
  font-weight:normal;
  margin:0 0 15px 0;
}
.page-content h6{
  font-size:16px;
  font-family:GothamMedium;
  color: #b5183d;
  font-weight:normal;
  margin:0 0 15px 0;
}
.page-content p{
  color: #453d38;
  font-size:12px;
  font-family:Verdana;
  margin:0 0 15px 0;
}
.page-content ul {
  list-style-image: url('images/list_point.jpg');
}
.page-content ul li, ol li{
  color: #453d38;
  font-size:12px;
  font-family:Verdana;
  line-height: 16px;
}
.page-content ul li {
	list-style: circle;
}

.page-content a{
  color: #1f458e;
  text-decoration: underline;
  font-family: Verdana;
  font-size:12px;  
}
.page-content a:hover{
  color: #142e62;
  text-decoration: none;
  font-family: Verdana;
  font-size:12px;  
}
.page-content img{
  padding:2px;
  background:white;
  border:1px solid #d9d9d9;
}
.image-with-title{
  color: #453d38;
  font-size:12px;
  font-family:Verdana;
  /*float:left;*/
  width:10px;
  /*margin:0 15px 10px 0;*/
  border:1px solid #d9d9d9;
}
.image-with-title img{
  margin:0 !important;
  padding:0;
  border:0;
}
.image-with-title p{
  color:#7a7168;
  margin: 0 5px 0 5px;
  font-size:10px;
  font-family: Verdana;
  line-height: 14px;
}
.page-content .alignright{
  float:right;
  margin:0 0 10px 15px;
}
.page-content .alignleft{
  float:left;
  margin:0 15px 10px 0;
}
.post-content .alignright{
  float:right;
  margin:0 0 10px 15px;
}
.post-content .alignleft{
  float:left;
  margin:0 15px 10px 0;
}

.pibfi_pinterest>.alignleft{
  margin: 0;
}
.pibfi_pinterest>.alignright{
  margin: 0;
}
.pibfi_pinterest>.aligncenter{
  margin: 0;
}
.pibfi_pinterest.aligncenter{
  display: block;
  text-align: center;
}

.wp-caption img{
  margin-bottom: 5px;

}
.wp-caption-text{
  font-family: 'Verdana';
  font-size: 12px;
  color: #453d38;
}

#slider-bottom-controls{
  display:none;
}
#slider-images-wrapper ul{
  margin:0;
  padding:0;
}

/****/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.clearfix {
  display: inline-block;
}
 
html[xmlns] .clearfix {
  display: block;
}
 
* html .clearfix {
  height: 1%;
}
#front-page-presentation-row-5-wrapper {
  border-top:2px solid #b2b2b2;
  padding-top:1px;
  margin-top:29px;
}
#front-page-presentation-row-5 {
  border-top:1px solid #b2b2b2;
  padding-top:20px;
}
#front-page-presentation-row-5 ul {
  width:960px;
  padding-bottom:0px;
  overflow:hidden;
}
#front-page-presentation-row-5 ul li {
  margin-bottom:0px;
}
#front-page-presentation-row-5 .bx-wrapper {
  width:960px !important;
  max-width:960px !important;
  position:relative;
}
#front-page-presentation-row-5 .bx-window {
  width:960px !important;
  overflow:hidden;
}
#front-page-presentation-row-5 a.bx-prev {
  position:absolute;
  left:-40px;
  top:40px;
  background:url(images/front-page-presentation-controls.png) no-repeat top center;
  width:20px;
  height:38px;
  text-indent:-9999px;
  overflow:hidden;
}
#front-page-presentation-row-5 a.bx-next {
  position:absolute;
  right:-40px;
  top:40px;
  background:url(images/front-page-presentation-controls.png) no-repeat bottom center;
  width:20px;
  height:38px;
  text-indent:-9999px;
  overflow:hidden;
}
#front-page-presentation-row-5 .post {
  width:247px;
  float:left;
  background:none;
  padding-left:0px;
}
#front-page-presentation-row-5 .image-wrapper {
  display:block;
  width:217px;
  height:120px;
  float:left;
}
#front-page-presentation-row-5 .post h6 {
  border-bottom:1px dotted #b2b2b2;
  padding-bottom:9px;
  margin-bottom:6px;
  width:217px;
  float:left;
  clear:left;
  margin-top:18px;  
}
#front-page-presentation-row-5 .post h6 a:link,
#front-page-presentation-row-5 .post h6 a:visited {
  text-decoration:none;
  font-size:14pt;
  line-height:17pt;
  font-weight:normal;
}
#front-page-presentation-row-5 .post span.date {
  color:#cccccc;
  font-size:8pt;
  float:left;
  clear:left;
}

.type-1 span{
  font-size: 12px !important;
  font-family: 'Verdana';
  color:white;
}
.type-1 strong{
  font-size: 16px !important;
  font-family: 'GothamBold';
  font-weight:normal;
  color:#ab173a;
}
.type-1 .more{
  padding-left:12px;
  background: url(images/white_arrow.png) no-repeat bottom left;
  font-family: 'GothamMedium';
  font-size:13px !important;
}

.type-2 span{
  font-size: 12px !important;
  font-family: 'Verdana';
  color:white;
}
.type-2 strong{
  font-size: 20px !important;
  font-family: 'GothamBold';
  font-weight:normal;
  color:#ab173a;
}
.type-2 .more{
  padding-left:12px;
  background: url(images/white_arrow.png) no-repeat bottom left;
  font-family: 'GothamMedium';
  font-size:13px !important;
}

.type-3 span{
  font-size: 12px !important;
  font-family: 'Verdana';
  color:white;
}
.type-3 strong{
  font-size: 20px !important;
  font-family: 'GothamBold';
  font-weight:normal;
  color:#ab173a;
}
.type-3 .more{
  padding-left:12px;
  background: url(images/white_arrow.png) no-repeat bottom left;
  font-family: 'GothamMedium';
  font-size:13px !important;
}

.type-4 span{
  font-size: 12px !important;
  font-family: 'Verdana';
  color:white;
}
.type-4 strong{
  font-size: 20px !important;
  font-family: 'GothamBold';
  font-weight:normal;
  color:#ab173a;
}
.type-4 .more{
  padding-left:12px;
  background: url(images/white_arrow.png) no-repeat bottom left;
  font-family: 'GothamMedium';
  font-size:13px !important;
}

.up-to-one-row{
  position: relative;
  top:-150px;
}

.learn-more-widget a{
  display: block;
  clear:both;
  margin-bottom:15px;
  padding-left:20px;
  background: url(images/related_point.png) no-repeat top left;
}

.sitemap ul{
  margin-left:20px;
  font-size:12px;
}
.sitemap li{
  font-size:14px;
}

.widget-dig-deeper{
  width:100%;
  max-width:630px;
  margin-right:30px;
}
.dig-deeper-block img{
  float:left;
  margin: 0 10px 10px 0;
}
.dig-deeper-block{
  width:300px;
  float:left;
  margin:0 30px 0 0;
}
.dig-deeper-block .featured-link-header{
  width: 240px;
}
.last-in-row{
  margin:0 0 0 0;
}
.frontpage-block-header{
  width: 240px;
}

.more-info-row{
  width: 1065px;
  height: 400px;
  margin: 20px auto 20px auto; 
  /*overflow:auto;*/
  overflow: hidden;
  padding: 25px 0 25px 85px;
  clear: both;
  background: url('images/more_info_blocks_bg.jpg') top no-repeat;
}
/*.more-info-row .delimiter{
  width:30px;
  height:330px;
  float:left;
  margin:0;
  padding:0;
}*/
.more-info-block{
  width:300px;
  margin: 0 30px 0 0;
  float:left;
}
.more-info-block-last{
  margin-right:0;
}
.more-info-block img{
  border: 1px solid #dadadc;
  padding:2px;
  background:white;
}
.more-info-block p{
  color: #453d38;
  font-size: 12px;
  font-family: Verdana;
  height:48px;
}
.more-info-block h3{
  color: #80112b;
  font-size: 24px;
  font-family:GothamMedium;
  font-weight:normal;
  margin:0 0 15px 0;
}
.more-info-block .more-info-link{
  margin: 0 0 12px 10px;
  display:block;
  padding-left:11px;
  background: url('images/link_arrow.png') left -2px no-repeat;
  text-decoration: none;
  color: #1f458e;
  font-size: 13px;
  font-family: GothamMedium;
}
.more-info-block .more-info-link:hover{
  margin: 0 0 12px 10px;
  display:block;
  padding-left:11px;
  background: url('images/link_arrow.png') left -2px no-repeat;
  text-decoration: none;
  color: #433e3b;
  font-size: 13px;
  font-family: GothamMedium;
}
.more-info-button{
  width:208px;
  height:31px;
  display: block;
  background: url('images/get_more_info_button.jpg') left top no-repeat;
  cursor: pointer;
}

.breadcrumbs{
  list-style: none !important;
  padding:0;
  margin:15px 0 15px 0;
  clear:both;
  display:block;
  overflow: visible;
  /*height:18px;*/
  line-height: 16px;
  margin-bottom: 15px;
  overflow: auto;
}
.breadcrumbs li{
  float:left;
  padding:0 0 0 18px;
  background: url('images/breadcrumbs_point.jpg') 7px 6px no-repeat;
  margin:0;
  display:block;
  height:18px;
  line-height: 16px;
}
.breadcrumbs .first{
  padding:0 0 0 0;
  background: white;  
}
.breadcrumbs a{
  color: #4a65bc;
  font-size:10px;
  text-decoration: none;
  font-family: Verdana;
  margin:0;
}
.breadcrumbs a:hover{
  color: #4a65bc;
  font-size:10px;
  text-decoration: underline;
  font-family: Verdana;
  margin:0;
}

.tribe-events-promo{
  display: none;
}
.tribe-events-page-title{
  font-size:24px !important;
  font-family:GothamMedium;
  color: #9a1434;
  font-weight:normal;
  margin:15px 0 10px 0;  
}
#tribe-events-pg-template h4{
  font-size:24px;
  font-family:GothamMedium;
  color: #9a1434;
  font-weight:normal;
  margin:15px 0 10px 0;
}
#tribe-events-pg-template h5{
  font-size:20px;
  font-family:GothamMedium;
  color: #a71638;
  font-weight:normal;
  margin:0 0 10px 0;
}
.tribe-events-month-event-title a{
  color: #1c478c !important; 
  text-decoration: none;
  font-family: Verdana;
  font-size:12px !important;
  padding: 5px;
  opacity: 1 !important;
}
.tribe-events-month-event-title a:hover{
  color: #1c478c !important;
  text-decoration: underline;
  font-family: Verdana;
  font-size:12px !important;
  padding: 5px;
  opacity: 1 !important;
}
.tribe-events-nav-previous a{
  color: #1c478c !important; 
  text-decoration: none;
  font-family: Verdana;
  font-size:12px !important;
}
.tribe-events-nav-previous a:hover{
  color: #1c478c !important;
  text-decoration: underline;
  font-family: Verdana;
  font-size:12px !important;
}
.tribe-events-nav-next a{
  color: #1c478c !important; 
  text-decoration: none;
  font-family: Verdana;
  font-size:12px !important;
}
.tribe-events-nav-next a:hover{
  color: #1c478c !important;
  text-decoration: underline;
  font-family: Verdana;
  font-size:12px !important;
}
.tribe-events-tooltip .summary{
  color: #9a1434 !important;
}


.tribe-events-button{
  /*background: #142e62 !important;*/
  min-height: 29px;
  background: url('/wp-content/themes/jamestown/images/button-background.png') repeat-x !important;
  background-size: 29px auto;
  border-radius: 0px !important;
  text-transform: none !important;
  font-size: 13px !important;
  /*font-family: Gotham;*/
  font-family: Verdana;
  /*font-weight: bold !important;*/
  letter-spacing: normal !important;
  padding-top: 4px !important;
}
.tribe-events-calendar th{
  background: #142e62 !important;
}
.tribe-events-present div{
  background: #9a1434 !important;
}
.tribe-events-past div[id*="tribe-events-daynum-"]{
  background: #547eaf !important;
}
.tribe-events-past div[id*="tribe-events-daynum-"] a{
  background: none !important;
}
.tribe-events-future div[id*="tribe-events-daynum-"]{
  background: #749ecf !important;
}


.ui-datepicker-inline{
  width: 290px !important;
}
.ui-datepicker-header{
  background: #142e62 !important;
}
.ui-datepicker-title{
  color: white !important;
}
.ui-datepicker-calendar tbody td .ui-state-default{
  background: #142e62 !important;
  color: white !important;
}
.ui-datepicker-calendar tbody td .ui-state-highlight{
  background: #344e92 !important;
}
.ui-datepicker-calendar tbody td .ui-state-active{
  background: #647eb2 !important;
}
.ui-icon-circle-triangle-w{
  background: url('images/small_left.png') no-repeat !important;
  cursor: pointer;
}
.ui-icon-circle-triangle-e{
  background: url('images/small_right.png') no-repeat !important;
  cursor: pointer;
}
.ui-datepicker-prev{
  margin-top: 5px;
}
.ui-datepicker-prev-hover{
  background: none !important;
  border: 0 !important;
  margin: 5px 0 0 0 !important;
  left: 2px !important;
  top: 2px !important;
}
.ui-datepicker-next{
  margin-top: 5px;
}
.ui-datepicker-next-hover{
  background: none !important;
  border: 0 !important;
  margin: 5px 0 0 0 !important;
  right: 2px !important;
  top: 2px !important;
}

.video-column hr{
  border:0;
  height:1px;
  background: #d1cec7;
  margin: 20px 0 20px 0;
  clear:both;
}
.video-column h1{
  font-size:36px;
  font-family:GothamMedium;
  color: #5b0b1d;
  font-weight:normal;
  margin:0 0 5px 0;
}
.video-column h5{
  font-size:18px;
  font-family:GothamMedium;
  color: #80112b;
  font-weight:normal;
  margin:0 0 0 0;
}
.video-column p{
  color: #453d38;
  font-size:12px;
  font-family:Verdana;
}
.video-column .post-date{
  color: #7c7269;
  font-size:10px;
  font-family:Verdana;
  font-style:italic;
}
.video-column .read-more{
  color: #1f458e;
  font-size:14px;
  font-family:GothamMedium;
  display:block-inline;
  text-align: left;
  background: url('images/link_arrow.png') right -1px no-repeat;
  text-decoration: none;
  padding-right:12px;
  margin: 0 20px 0 auto;
}
.video-column .read-more:hover{
  color: #1f458e;
  font-size:14px;
  font-family:GothamMedium;
  display:block-inline;
  text-align: left;
  background: url('images/link_arrow.png') right -1px no-repeat;
  text-decoration: none;
  padding-right:12px;
  margin: 0 20px 0 0;
}
.video-column .title-link{
  text-decoration: none;
}
.video-column img {
  border: 1px solid #d9d9d9;
  padding:2px;
  background:white;
  border-radius: 3px;
  float:left;
  margin: 0 15px 20px 0;
}
.video-preview-image{
  background:white;
  padding:2px;
  overflow:visible;
  /*width:172px;
  height:112px;*/
  width:295px;
  height:161px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  float:left;
  /*margin: 0 15px 20px 0;*/
  margin: 0 0 15px 0;
  display:block;  
}
.video-preview-image img{
  border: 0;
  margin:0;
  padding:0;
  border-radius: 0;
  position:absolute;
}
.video-preview-image div{
  /*width:172px;
  height:112px;*/
  width:295px;
  height:161px;
  background: url('images/preview_video_icon.png') right bottom no-repeat;
  position:absolute;
}
.video-item{
  width:301px;
  overflow: hidden;
  height: 290px;
  float: left;
  margin: 0 25px 20px 0;
}
.video-item p{
  font-size: 11px;
  letter-spacing: 0;
}
.video-column .pages-block{
  border:1px solid #d1cec7;
  border-left: 0;
  border-right: 0;
  margin: 20px 0 30px 0;
  clear:both;
  padding: 10px 0 10px 0;
}
.video-column .prev-posts-link{
  float: left;
}
.video-column .next-posts-link{
  float: right;
}
.video-column .no-videos-message{
  color: #1f458e;
  font-size:14px;
  font-family:GothamMedium;
  margin-bottom: 30px;
}

.video-categories-wrapper{
  height: 275px;
  background: url('images/video_categories_bg.jpg') center top no-repeat;
  overflow: hidden;
  margin-top: 15px;
}
.video-categories-wrapper h1{
  color: #80112b;
  font-size:22px;
  font-family:GothamBold;
  margin:0 0 10px 0;
  font-weight: normal;
}
.video-categories-wrapper > div{
  width: 980px;
  margin: 0 auto 0 auto;
  padding-top: 20px;
}
.video-categories-controls{
  float: left;
  width: 980px;
  overflow: auto;
}
.video-categories-left-button{
  display:block;
  width:60px;
  height:60px;
  background: url('images/slider-arrows.png') no-repeat;
  background-position:0 0;
  margin: 80px 0 0 -85px;
  float:left;
  position: absolute;
  z-index: 10;
}
.video-categories-left-button:hover{
	background-position:0 -60px;
}
.video-categories-right-button{
  display:block;
  width:60px;
  height:60px;
  background: url('images/slider-arrows.png') no-repeat;
  background-position:-60px 0;
  float:right;
  margin: 80px 0 0 980px;
  position: absolute;
  z-index: 10;
}
.video-categories-right-button:hover{
	background-position:-60px -60px;
}
.video-categories{
  margin:0 0 0 -6px;
  padding:0;
}
.video-categories img{
  padding:2px;
  background:white;
}
.video-categories li{
  width:176px !important;
  float:left;
  margin: 0 0 0 0;
  padding: 6px 6px 0 6px;
  display:block;
  margin-right: 8px;
}
.current-video-category{
  background: url('images/top_menu_selected.png') left top repeat;
}
/*.current-video-category p{
  color: white !important;
}
.current-video-category a{
  color: white !important;
}*/
.video-categories .video-category-icon{
  width: 172px;
  height: 102px;
  background: url('images/preview_video_icon.png') right bottom no-repeat;
  position:absolute;
  margin-top: -107px;
  margin-left: 2px;
}
li .video-categories-block-title{
  display:block;
  color: #1f458e;
  font-size:14px;
  font-family:GothamBold;
  text-decoration: none;
  font-weight:normal;
  padding: 5px 0 0 0;
  width: 176px;
}
li:hover .video-categories-block-title{
  display:block;
  color: #5a79a5;
  font-size:14px;
  font-family:GothamBold;
  text-decoration: underline;
  font-weight:normal;
  padding: 5px 0 0 0;
  width: 176px;
}
.video-categories li p{
  color: #453d38;
  font-size:11px;
  font-family:Verdana;
  line-height: 12px;
  margin: 5px 0 5px 0;
  width:176px;
  font-weight:normal;
}
.video-categories li:hover p{
  color: #453d38;
  font-size:11px;
  font-family:Verdana;
  line-height: 12px;
  margin: 5px 0 5px 0;
  width:176px;
  font-weight:normal;
}


.featured-video-block{
  /*height: 916px;*/
  height:auto;
  /*background: url('images/featured_video_bg.jpg') center top no-repeat;*/
  overflow: hidden;
  margin-top: 0;
}
.no-featured-video{
  height: auto;
}
.featured-video-block>div{
  width: 980px;
  margin: 0 auto 0 auto;
  padding-bottom: 20px;
}
.no-featured-video div{
  padding-bottom: 0;
}
.featured-video-block h2{
  font-size: 24px;
  font-family: GothamMedium;
  color: #80112b;
  font-weight: normal;
  margin: 15px 0 10px 0;
}
.featured-video-block h5{
  font-size: 16px;
  font-family: GothamMedium;
  color: #80112b;
  font-weight: normal;
  margin: 15px 0 0 0;
}
.featured-video-block p{
  font-family: Verdana;
  font-size: 12px;
  color: #453d38;
  color: #FFF;
  margin-top: 10px;
  line-height: 1.5;
}
.video-categories-block{
  height: 76px;
  background: url('images/video_categories_bg.jpg') center top no-repeat;
  overflow: hidden;
}
.video-categories-block div{
  width: 980px;
  margin: 1px auto 0 auto;
  height: 42px;
  background: url('images/top_menu_delimiter.png') left no-repeat;
}
.video-categories-block a{
  display: block;
  height: 42px;
  line-height: 42px;
  font-size: 12px;
  color: #1f458e;
  padding: 0px 17px 0 15px;
  background: url('images/top_menu_delimiter.png') right no-repeat;
  font-family: Verdana;
  text-decoration: none;
  float: left;
}
.video-categories-block a:hover,.video-categories-block .active-category{
  color: #ffffff;
  background: url('images/blue_stripe.png');
}

.page-2-column-block{
  margin: 30px 0 0 0;
  overflow: auto;
  clear: both;
}
.page-2-column-block img{
  float: left;
  margin-right: 15px;
  margin-bottom: 30px;
}
.page-2-column-block .pibfi_pinterest{
  float: left;
  margin: 0;
  vertical-align: top;
}
.page-2-column-block .block-content{
  float: left;
  max-width: 300px;
  margin-bottom: 30px;
}
.page-2-column-block>h5{
  color: #1f458e;
}
.page-2-column-block a>h5{
  color: #1f458e;
}
.page-2-column-block a:hover>h5{
  color: #5a79a5;  
}

.time-length-subtitle{
  color: #7c7269;
  font-size:10px;
  font-family:Verdana;
  font-style:italic;
  position: relative;
  top: -10px;
  margin-bottom: 10px !important;
}
.page-2-column-block a{
  text-decoration: none;
}

/* Contact Form 7 Custom Styling */
/* Volunteer Form */

.form-left {
	padding-right: 20px;
	float:left;
}

.form-clear {
	clear:both;
}

.form-captcha-left {
	padding-right:20px;
}

.video-categories-wrapper .bx-viewport{
  padding-left: 8px;
}
.video-categories-wrapper .bx-wrapper{
  position: relative;
  left: -10px;
}
.related-title-link{
  color: #1f458e;
  font-size:14px;
  font-family:GothamMedium;
  display:block-inline;
  text-align: left;
  text-decoration: none;
  padding-right:12px;
  margin: 0 20px 0 auto;
}
.related-title-link:hover{
  color: #1f458e;
  font-size:14px;
  font-family:GothamMedium;
  display:block-inline;
  text-align: left;
  text-decoration: none;
  padding-right:12px;
  margin: 0 20px 0 0;
}

.tribe-events-cal-links{
  clear: both;
  overflow: auto;
  float:right;
}
.tribe-events-cal-links .tribe-events-button{
  clear: none;
  margin-left: 30px;
}
.tribe-events-meta-group-details{
  padding: 0 !important;
	width: 600px !important;
  margin-right: 40px !important;
}
.tribe-events-meta-group-details dl{
  color: #453d38;
  font-family: Verdana;
  font-size: 12px;

}
.tribe-events-meta-group-details dt{
  clear:both;
  margin-bottom: 5px;
  float: left;
  min-width: 120px;
}
.tribe-events-meta-group-details dd{
  margin-bottom: 5px;
  float: left;
  min-width: 180px;
}
.tribe-events-meta-group-venue{
  padding: 0 !important;
  width: 300px !important;
}
.tribe-events-meta-group-venue dl{
  color: #453d38;
  font-family: Verdana;
  font-size: 12px;
}
.tribe-events-meta-group-venue dd{
  margin: 0;
}
.tribe-events-related-events-title{
  font-size: 18px !important;
  clear:both;
}
.tribe-related-events{
  padding: 0 !important;
}
.tribe-related-events-title{
  margin: 0 0 0 0 !important;
}
.tribe-related-events-title a{
  font-size: 14px !important;
  font-family: GothamMedium !important;
  color: #8d132f !important;
  font-weight: normal !important;
  text-decoration: none !important;
}
.tribe-related-event-info{
  color: #453d38;
  font-family: Verdana;
  font-size: 12px; 
}
.tribe-related-events-thumbnail{
  display: none;
}
.tribe-events-single-section-title {
  font-size: 18px !important;
  font-family: GothamMedium !important;
  color: #8d132f !important;
  font-weight: normal !important;
  text-decoration: none !important;
}
.tribe-events-sub-nav{
  list-style: none;
  padding: 0;
}
.tribe-events-sub-nav .tribe-events-nav-previous{
  float: left;
}
.tribe-events-sub-nav .tribe-events-nav-next{
  float: right;
}

.tribe-events-back{
  display: none;
}
.tribe-events-venue-meta{
  padding: 0 !important;
}
.tribe-events-venue-meta h2{
  color: #80112b;
  font-size:22px;
  font-family:GothamBold;
  font-weight:normal;
}
.tribe-events-list-separator-month{
  color: #80112b;
  font-size:14px !important;
  font-family:GothamBold;
  font-weight:normal;  
}
.tribe-events-venue-meta a{
  font-size: 14px !important;
  font-family: GothamMedium !important;
  color: #1f458e !important;
  font-weight: normal !important;
  text-decoration: none !important;
}
.tribe-events-list-event-title a{
  color: #80112b;
  font-size:22px;
  font-family:GothamBold;
  font-weight:normal;
}
.tribe-events-event-meta div{
  color: #80112b;
  font-size:14px !important;
  font-family:GothamBold;
  font-weight:normal;  
}

.event-preview-image img{
  border: 1px solid #d9d9d9;
  padding: 2px;
  background: white;
  border-radius: 3px;
  float: left;
  margin: 0 15px 20px 0;
}
.tribe-events-list .tribe-events-loop .tribe-events-content{
  width: auto !important;
  float: left;
}
.tribe-events-read-more{
  font-size: 14px !important;
  font-family: GothamMedium !important;
  color: #1f458e !important;
  font-weight: normal !important;
  text-decoration: none !important;
}

.tribe-events-meta-group-details dt:last-child{
  display: none;
}
/*.tribe-events-event-categories{
  display: none;
}*/

.tribe-events-event-categories a{
	color: #1F458E;
	font-size: 12px;
	font-family: GothamMedium;
}

.tribe-events-single-section {
	float:left;
}

#reply-title{
  font-size:21px;
  font-family:GothamMedium;
  color: #80112b;
  font-weight:normal;
  margin:0 0 15px 0;
}
#comments .comments-title{
  font-size:21px;
  font-family:GothamMedium;
  color: #80112b;
  font-weight:normal;
  margin:0 0 15px 0;
}
#comments .commentlist li{
  margin-bottom: 20px;
}
#comments .comment-meta a{
  color: #4f67bf;
  text-decoration: none;
  font-family: Verdana;
  font-size: 12px;
}
#comments .comment-meta a:hover{
  text-decoration: underline;
}
#comments .comment-reply-link{
  color: #4f67bf;
  text-decoration: none;
  font-family: Verdana;
  font-size: 12px;
}
#comments .comment-reply-link:hover{
  text-decoration: underline;
}

.logged-in-as a{
  color: #4f67bf;
  text-decoration: none;
  font-family: Verdana;
  font-size: 12px;
}
.logged-in-as a:hover{
  text-decoration: underline;
}
.comment-respond input[type=text]{
  color: #453d38;
  font-size: 12px;
  font-family: Verdana;
  line-height: 21px;
  padding: 0 5px 0 5px;
  width: 300px;
  border-radius: 3px;
  border: 1px solid #e7e7e7;
}
.comment-respond textarea{
  color: #453d38;
  font-size: 12px;
  font-family: Verdana;
  line-height: 21px;
  padding: 0 5px 0 5px;
  width: 300px;
  border-radius: 3px;
  border: 1px solid #e7e7e7;
  resize: none;
}
.comment-respond label{
  display: block;
  float: left;
  width: 100px;
  line-height: 23px;
  padding-top: 3px;
}
/*.comment-form-comment label{
  display: none;
}*/

#tablepress-general-rates, #tablepress-group-rates, #tablepress-education-rates, .group-rates {
	/*background: url('images/video_categories_bg.jpg') no-repeat scroll center top transparent;*/
	background-size:cover;
	font-size: 12px;
	font-family: Verdana;
	color: #453D38;

}

#tablepress-general-rates td:first-child, #tablepress-group-rates td:first-child, #tablepress-education-rates td:first-child , .group-rates:first-child {
	font-weight:bold;
	color: #80112b;
}
#tablepress-general-rates tr:first-child, #tablepress-group-rates tr:first-child, #tablepress-education-rates tr:first-child , .group-rates:first-child {
	font-weight:bold;
	color: #80112b;
	text-align: center !important;
}

.tablepress-table-name {
	font-size: 20px !important;
	font-family: GothamMedium;
	color: #A71638;
	font-weight: normal;
	margin: 0px 0px 15px;
}

.tablepress-table-description {
	font-size: 12px;
	font-family: Verdana;
	color: #453D38;	
}

.tablepress thead th {
	/*background: url('/wp-content/themes/jamestown/images/button-background.png') repeat-x;*/
	background-color: #0f244f !important; /*rgba(15,36,79, 1) !important;*/
	background-size: contain;
	color: #fff;
	font-size: 12px;
}

.buy-now-button{
  /*background: #142e62 !important;*/
  min-height: 29px;
  background: url('/wp-content/themes/jamestown/images/button-background.png') repeat-x !important;
  background-size: 29px auto;
  border-radius: 0px !important;
  text-transform: none !important;
  font-size: 13px !important;
  color: #fff !important;
  display: inline-block;
  /*float:right;*/
  /*font-family: Gotham;*/
  font-family: Verdana;
  /*font-weight: bold !important;*/
  text-decoration: none !important;
  padding: 4px 8px 0px 8px !important;
}
.buy-now-button-right{
  /*background: #142e62 !important;*/
  min-height: 29px;
  background: url('/wp-content/themes/jamestown/images/button-background.png') repeat-x !important;
  background-size: 29px auto;
  border-radius: 0px !important;
  text-transform: none !important;
  font-size: 13px !important;
  color: #fff !important;
  display: inline-block;
  /*float:right;*/
  /*font-family: Gotham;*/
  font-family: Verdana;
  /*font-weight: bold !important;*/
  text-decoration: none !important;
  padding: 4px 8px 0px 8px !important;  
  
  float:right;
}
.buy-now-button-left{
  /*background: #142e62 !important;*/
  min-height: 29px;
  background: url('/wp-content/themes/jamestown/images/button-background.png') repeat-x !important;
  background-size: 29px auto;
  border-radius: 0px !important;
  text-transform: none !important;
  font-size: 13px !important;
  color: #fff !important;
  display: inline-block;
  /*float:right;*/
  /*font-family: Gotham;*/
  font-family: Verdana;
  /*font-weight: bold !important;*/
  text-decoration: none !important;
  padding: 4px 8px 0px 8px !important;

  float:left;
}
.buy-now-button-center{
  /*background: #142e62 !important;*/
  min-height: 29px;
  background: url('/wp-content/themes/jamestown/images/button-background.png') repeat-x !important;
  background-size: 29px auto;
  border-radius: 0px !important;
  text-transform: none !important;
  font-size: 13px !important;
  color: #fff !important;
  display: inline-block;
  /*float:right;*/
  /*font-family: Gotham;*/
  font-family: Verdana;
  /*font-weight: bold !important;*/
  text-decoration: none !important;
  padding: 4px 8px 0px 8px !important;

  float:none;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
  max-width: 87px;
  box-sizing: border-box;
}

.reservation-button{
  /*background: #142e62 !important;*/
  min-height: 29px;
  background: url('/wp-content/themes/jamestown/images/button-background.png') repeat-x !important;
  background-size: 29px auto;
  border-radius: 0px !important;
  text-transform: none !important;
  font-size: 13px !important;
  color: #fff !important;
  display: inline-block;
  float:left;
  /*font-family: Gotham;*/
  font-family: Verdana;
  /*font-weight: bold !important;*/
  text-decoration: none !important;
  padding: 4px 8px 0px 8px !important;
}

.image-with-title{
  width: 210px !important;
}
.image-with-title img {
  width: 100% !important;
  max-width: 210px !important;
}

.main-content p {
    color: #453D38;
    font-size: 12px;
    font-family: Verdana;
    line-height: 18px;
    font-weight: normal;
    
    /*overflow: auto;*/
}

/* IATS - Aura Donation Form Styling */

.IATS_AmountSectionTitle, .IATS_PaymentSectionTitle {
	font-size: 20px !important;
	font-family: GothamMedium;
	color: #80112B;
	font-weight: normal !important;
}

.IATS_RadioAmtLabel, .IATS_SelectItemsSubDiv{
    color: #453D38;
    font-size: 12px !important;
	font-weight: normal !important;
    font-family: Verdana;
}

.IATS_PaymentItemDiv{
    font-size: 12px !important;
    font-family: Verdana;
}

.IATS_InputRequired {
	color: #80112B !important;
}

.IATS_PaymentInputField {
	width: 400px !important;
}

input.IATS_InputRequired  {
	border:1px solid rgba(128, 17, 43, 0.6) !important;
}

input.IATS_InputRequired:hover  {
	border:1px solid rgba(128, 17, 43, 1) !important;
}

.IATS_Action button{
	width: 90px;
	min-height: 29px;
	background: url('/wp-content/themes/jamestown/images/button-background.png') repeat-x scroll 0% 0% transparent !important;
	border-radius: 0px !important;
	text-transform: none !important;
	font-size: 13px !important;
	color: #FFF !important;
	display: inline-block;
	float: right;
	font-family: Verdana;
	text-decoration: none !important;
	padding: 4px 8px 4px !important;
	border: 0px;
}

.IATS_Action button:hover{
	font-weight:bold !important;
	cursor: pointer;
}

.IATS_red {
	color: #80112B !important;
	font-weight:bold;	
}

/* Envira Gallery Customizations */
.envira-gallery-theme-subtle .envira-gallery-item {
    border-top: 1px solid #CFD0CA !important;
	border-left: 0px !important;
	border-right: 0px !important;
	border-bottom: 0px !important;
	border-radius: 0px !important;
	padding-top: 16px !important;
}

.map {
	display: block;
	position: relative;
	width: 628px;
	height: 350px;
}
.map img {
  background-color: transparent;
}
.map button img {
  background: #FFF;
  padding: 0;
  border: none;
}
.post-thumbnail-image {
	margin: 0 15px 20px 0;
}

div#wpcf7-f9825-o1 .wpcf7-textarea, div#wpcf7-f5435-o1 .wpcf7-textarea {
	width: 100%;
	max-width: 960px;
}

div#wpcf7-f9825-o1 .wpcf7-captchar {
	width: 50%;
	max-width: 230px;
}

div#wpcf7-f9825-o1 input[type="submit"] {
	width: 50%;
	max-width: 230px;
    background: url('images/button_bg.png') repeat-x scroll center top #142E62;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

hr {
margin-top:20px;
}

.form_col_1, .form_col_2 {
	float:left;
	max-width: 470px !important;
	width: 100%;
	margin-bottom: 10px;
}
.form_col_1 {
padding-right: 15px;
border-right: solid 1px #e3e3e3;
}

.form_col_2 {
padding-left: 10px;
}

.form-state{
	max-width: 180px;
	width: 100%;
	float:left;
	display: inline-block;
}

.form-zipcode {
	max-width: 80px;
	width: 100%;
	float:left;
	display: inline-block;
}

.form-group-numbers {
	float:right;
	padding-right: 10px;
	width:100%;
	max-width: 300px;
	text-align:right;
}

.wpcf7-submit{
	float:right;
	width: 80px;
	height: 29px;
	border: none;
	background: #142e62 url('images/button_bg.png') top repeat-x;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

span .wpcf7-select.tour-type {
	display: block;
	position: relative;
	width: 100%;
	max-width:480px;
	height: auto;
    overflow:hidden;
	line-height:22px;
}

select.wpcf7-form-control.wpcf7-select.valid, select.wpcf7-form-control.wpcf7-select.valid option  {
	max-width: 480px;
	display: block;
	position: relative;
	width:100% !important;
	/*overflow-x: scroll;*/
	word-wrap: break-word;
}


input.wpcf7-form-control, select.wpcf7-form-control.wpcf7-select.valid  {
	border:1px solid rgba(153, 153, 153, 0.6);
	margin-bottom: 1px;
	max-width:470px;
	width: 100%;
}

input.wpcf7-form-control:hover, select.wpcf7-form-control.wpcf7-select.valid:hover  {
	border:1px solid rgba(153, 153, 153, 1);
	margin-bottom: 1px;
}

input.wpcf7-validates-as-required  {
	border:1px solid rgba(128, 17, 43, 0.6) !important;
}

input.wpcf7-validates-as-required:hover  {
	border:1px solid rgba(128, 17, 43, 1) !important;
}

span .wpcf7-select.date-select, span .wpcf7-number  {
display: inline-block !important;
max-width: 40px !important;
}

span .wpcf7-select.form-grade, span .wpcf7-select.form-time  {
display: block;
max-width: 180px !important;
float: right;
}

.required {
	color: rgba(128, 17, 43, 1);
	font-weight:bold;
}

.comment-form-captcha>input[name=comment_captcha_code]{
  width: 224px;
}

img.alignleft {
margin: 0 10px 0 0;
}

.dropdown_arrow {
    pointer-events: none;
    position: absolute;
    right: 0;
}

input.required-field{
	background: #ffe8ed;
}

input.required-field.valid {
	background: #e0ebff;
	color: #1F458E; 
}

.kiosk_body {
	background: none;
	width:100%;
	max-width: 780px;
	height: 100%;
	max-height: 516px;
	margin: auto;
}
.kiosk_content {
	display: inline-block;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: 780px 516px;
	width: 100%;
	max-width: 780px;
	height: 516px;
	color: #fff;
}

.kiosk_content h1 {
	width: 100%;
	max-width: 700px;
    color: #fff;
	background-color:#80112B;
	padding: 20px 0;
	margin:auto;
	top: 20px;
    font-size: 32px;
    font-family: GothamBold;
    font-weight: normal;
	text-align: center;
	position: relative;
}

.kiosk_block{
	width: 100%;
	max-width: 500px;
	height: 80px;
	position:relative;
	background-color: #1e2f62;
	margin:15px auto 30px auto;
	/*top: 20px;*/
    font-size: 22px;
    font-family: GothamBold;
    font-weight: normal;
	text-align: center;
	line-height: 26px;
	padding: 10px;
	vertical-align: middle;
}

.kiosk_block span{
    font-size: 16px;
	line-height: 20px;
}

a .kiosk_block {
	background-color: #1e2f62;
	width: 100%;
	max-width: 500px;
	color: #fff;
	text-decoration: none;
	display:block;
	position: relative;
}

.kiosk_link {
	text-decoration: none;}

.kiosk_block img.kiosk_image{
	float:left;
	width: 100%;
	max-width: 80px;
	height: 80px;
	display:inline-block;
}
.kiosk_block h2{
	float:left;
	width: 100%;
	max-width: 390px;
	text-align: left;
	padding-left: 10px;
}

.envirabox-title-float-wrap{
  z-index: 988100 !important;
}
#envirabox-thumbs{
    margin-top: 20px !important;
}
#envirabox-thumbs a{
  height: 70px !important;
}

img.size-full{
  width: 100%;
  height: auto;
  width: 100%;
  clear: both;
  float: none;
  box-sizing: border-box;
}

.landing-content h1{
  font-size:36px;
  font-family:GothamMedium;
  color: #5b0b1d;
  font-weight:normal;
  margin:0 0 5px 0;
  text-transform: uppercase;
}
.landing-content h2{
  font-size:32px;
  font-family:GothamMedium;
  color: #80112b;
  font-weight:normal;
  margin:0 0 15px 0;
}
.landing-content h3{
  font-size:28px;
  font-family:GothamMedium;
  color: #8d132f;
  font-weight:normal;
  margin:0 0 15px 0;
}
.landing-content h4{
  font-size:24px;
  font-family:GothamMedium;
  color: #9a1434;
  font-weight:normal;
  margin:0 0 15px 0;
}
.landing-content h5{
  font-size:18px;
  font-family:GothamMedium;
  color: #80112b;
  font-weight:normal;
  margin:0 0 15px 0;
}
.landing-content h6{
  font-size:16px;
  font-family:GothamMedium;
  color: #b5183d;
  font-weight:normal;
  margin:0 0 15px 0;
}

.landing-content hr{
  border: 0;
  background: #cfcfcf;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.landing-content ol {
    list-style-type: none;
    list-style-type: decimal !ie;
     
    margin: 0;
    margin-left: 48px;
    padding: 0;
     
    counter-reset: li-counter;
}
.landing-content ol > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    /*min-height: 3em;*/
    line-height: 24px;
}
.landing-content ol > li:before {
    position: absolute;
    top: 0;
    left: -48px;
    width: 48px;
     
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    text-align: left;
    color: #5b0b1d;
 
    content: counter(li-counter);
    counter-increment: li-counter;
}

.landing-blocks{
  margin-left: -15px;
  margin-right: -15px;
  overflow: auto;
  clear: both;
}
.landing-block{
  margin: 0 15px 30px 15px;
  float: left;
  width: 299px;
  height: 293px;

  -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.25);
  box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.25);  
}
.landing-block>img{
  width: 100%;
}

.landing-content .middle-text{
  font-size:24px;
  font-family:gotham_bookregular;
  color: #5b0b1d;
  font-weight:normal;
  margin:0 0 30px 0;
  text-align: center;
  line-height: 1.2em;
}
.landing-content .middle-text>p{
  font-size:24px;
  font-family:gotham_bookregular;
  color: #5b0b1d;
  font-weight:normal;
  line-height: 1.2em;
}

.landing-block-text{
  display: table;
}
.landing-block-text-row{
  display: table-row;
}
.landing-block-text-cell{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #636363;
  font-family:gotham_bookregular;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.2em;
  text-decoration: none;
}
.landing-block-text-cell p{
  color: #636363;
  font-family:gotham_bookregular;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.2em;
}
.landing-block-text-cell strong{
  font-family:GothamMedium;
}
.landing-block-text-cell-white{
  background: white;
}
.landing-block-text-cell-red{
  background: #80132C;
}
.landing-block-text-cell-red h2{
  color: white;
}
.landing-block-text-cell-red p{
  color: white;
}
.landing-block-text-cell-blue{
  background: #1f3061;
}
.landing-block-text-cell-blue h2{
  color: white;
}
.landing-block-text-cell-blue p{
  color: white;
}

.landing-block-buy-cell {
	background: #80132C;
	max-width: 299px;
	max-height: 293px;
	margin: 0px;
	width: 100%;
	height: 100%;
}

.landing-buttons{
  position: fixed;
  left: -5px;
  margin-top: 50px;
  width: 230px;
  z-index: 10000;
}
.landing-buttons>a{
  display: block;
  background: #80132c url('images/landing_button_icon.png') 0 0 no-repeat;
  color: white;
  text-transform: uppercase;
  font-family:GothamBold;
  text-decoration: none;
  border: 5px solid white;
  border-left: 0;
  border-radius: 0 5px 5px 0;
  padding: 25px 25px 25px 80px;
  margin-bottom: 5px;
  font-size: 24px;

  -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.25);
  box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.25);
}

.landing-buttons>a:hover{
  display: block;
  background: #5b0b1d url('images/landing_button_icon.png') 0 0 no-repeat;
  color: white;
  text-transform: uppercase;
  font-family:GothamBold;
  text-decoration: none;
  border: 5px solid white;
  border-left: 0;
  border-radius: 0 5px 5px 0;
  padding: 25px 25px 25px 80px;
  margin-bottom: 5px;
  font-size: 24px;

  -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.25);
  -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.25);
  box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.25);
}

#fancybox-content img {
    visibility: inherit !important;
}
#gallery-slider #slider-images-wrapper {
	overflow:hidden;
	overflow-x: scroll !important;
	padding-bottom: 13px;
}
.page-numbers {
/*visibility: hidden;
display: none;*/
}

.myemma-subscribe-form {
	font-family: Verdana;
	color: #453d38;
	font-size: 12px;
}

/* Juicer Style overrides */
/* Customize button color */
.juicer-feed .j-paginate {
	border: none !important;
	border-bottom: 2px solid #1f458e !important;
	background-color: #142e62 !important;
	color: #fff !important;
	padding: 5px 0 4px !important;	
}

.juicer-feed .j-paginate:hover {
	border-bottom: 2px solid #5b0b1d !important;
	background-color: #80112b !important;
}

/*.top-menu-video a{
	background: url('galimages/icon-sprites.png') no-repeat;
	height: 10px;
	width: 16px;
	background-position: 0px 0px;
	padding-left: 18px;
}

.top-right-buttons li::after {
	display:block;
background: url('images/top_menu_delimiter.png') no-repeat;
width: 2px;
height: 40px;	
}*/
.body-with-emergency{
  background-position: center 30px;
}
/*.emergency-ticker{
  background: #80112b;
  padding: 0 30px 0 30px;
}*/
.tickercontainer{
  background: #80112b;
  padding: 0 30px 0 30px;
}
#emergency_ticker{
  list-style: none;
}
#emergency_ticker>li{
  display: inline-block;
}
#emergency_ticker>li:before{
  display: none;
}
#emergency_ticker>li>a{
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}

.page-content ul li {
  margin-bottom: 1em;
}

#gallery-slider ul li{
  margin-bottom: 0;
}

#wpcf7-f23110-o1 .wpcf7-submit{
  float: left;
}

.search-input-field{
  position: relative;
  margin: 0 0 10px 0;
}
.search-input-field>input[type=text]{
  font-size: 14px;
  background: #eeedeb;
  border: 1px solid #c4c4c3;
  padding: 10px 10px 10px 10px;
  line-height: 1;
  color: #453d38;
  box-sizing: border-box;
  width: 100%;
}
.search-input-field>input[type=text]:focus{
  outline: none;
}
.search-input-field>.search-submit{
  position: absolute;
  width: 50px;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background: #adaaa2 url('./images/search-button.png') no-repeat center center;
  border: 1px solid #c4c4c3;
  cursor: pointer;
}
.search-categories{
  margin: 0 -5px 30px -5px;
}
.search-categories>div{
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  max-width: 21%;
  padding: 0 5px 0 5px;
}
.search-categories>div:nth-child(1){
  max-width: 22%;
}
.search-categories>div:nth-child(2){
  max-width: 21%;
}
.search-categories>div:nth-child(3){
  max-width: 32%;
}
.search-categories>div:nth-child(4){
  max-width: 25%;
}
.search-category .value-list{
  display: none;
  position: absolute;
  width: 100%;
  max-width: 237px;
  background: #eeedeb;
  border: 1px solid #c4c4c3;
  box-sizing: border-box;
  z-index: 2;
}
.search-category .current-value{
  /*font-size: 16px;*/
  font-size: 14px;
  background: #eeedeb;
  border: 1px solid #c4c4c3;
  /*padding: 10px 50px 10px 10px;*/
  padding: 10px 35px 10px 10px;
  line-height: 1;
  /*color: #adaaa2;*/
  color: #5d5a52;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.search-category .current-value:after{
  content: "";
  display: block;
  width: 25px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -8px 0 0 0;
  background: url('./images/search-arrow.png') no-repeat center center;
}
.search-category-open .value-list{
  display: block;
}
.search-category-open .value-list>div{
  /*font-size: 16px;*/
  font-size: 14px;
  background: #eeedeb;
  padding: 5px 10px 5px 10px;
  line-height: 1.2;
  /*color: #adaaa2;*/
  color: #5d5a52;
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
}
.search-category-open .value-list>div:hover,.search-category-open .value-list>div.active{
  background: #dedddb;
}
.loading-icon {
  width: 40px;
  height: 40px;
  background-color: #a71638;

  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.smart-search-form-result{
  margin: 0 -20px 0 -20px;
}
.smart-search-item{
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 20px 0 20px;
  margin: 0 0 40px 0;
  width: 100%;
  max-width: 33.33%;
}
.smart-search-item>div{
  position: relative;
  overflow: auto;
}
.smart-search-item>div>img{
  width: 100%;
  box-sizing: border-box;
  border: 0;
  padding: 0 0 0 0;
  float: left;
}
.smart-search-item-title{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 5px 8px 5px 8px;
  box-sizing: border-box;
}
.smart-search-item-title:before{
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #000000;
  opacity: 0.5;
}
.smart-search-item-title>span{
  line-height: 1.2;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  font-family: GothamBold;
  position: relative;
  z-index: 1;
}
.smart-search-item>div>a{
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.smart-search-form-result .pages-wrapper{
  padding: 10px 20px 10px 20px;
}
.smart-search-form-result .pages-wrapper:last-child{
  position: relative;
  top: -40px;
}
.smart-search-form-result .pages-wrapper>div{
  font-size: 14px;
  font-family: GothamBold;
  color: #08347a;
  padding: 0 3px 0 0;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
}
.smart-search-form-result .pages-wrapper>div.current-page{
  color: #5b0b1d;
}

.image-blocks-row{
  padding: 54px 0 80px 0;
  /*background: url('./images/jt-big-bg.jpg') no-repeat center center;
  background-size: 95% 100%;*/
  background: url('./images/marble-bg-middle.jpg') repeat-y center center;
  margin: 0 0 30px 0;
  position: relative;
}
.image-blocks-row:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 54px;
  background: url('./images/marble-bg-top.jpg') no-repeat center top;
}
.image-blocks-row:after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14px;
  background: url('./images/marble-bg-bottom.jpg') no-repeat center top;
}
.image-blocks-row>.layout-container{
  max-width: 980px;
  margin: 0 auto 0 auto;
}
.image-blocks-row .image-blocks{
  margin: 0 -20px 0 -20px;
}
.image-blocks-row .list-item{
  vertical-align: top;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  max-width: 50%;
  padding: 0 20px 0 20px;
  margin: 0 0 40px 0;
}
.image-blocks-row .item-image{
  display: inline-block;

  vertical-align: top;
  width: 100%;
  max-width: 47%;
  box-sizing: border-box;
  /*display: block;
  text-align: center;*/
}
.image-blocks-row .item-image>img{
  max-width: 100%;
  background: #ffffff;
  border: 1px solid #dadadc;
  padding: 2px;
}
.image-blocks-row .item-content{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 53%;
  box-sizing: border-box;
  padding: 0 0 0 20px;
}
.image-blocks-row .item-title{
  display: inline-block;
  display: block;
  color: #ad0c3a;
  /*color: #80112b;*/
  font-size: 16px;
  /*font-size: 24px;*/
  font-weight: 700;
  /*font-weight: normal;*/
  text-decoration: none;
  font-family: GothamBold;
  /*font-family: GothamMedium;*/
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.image-blocks-row .item-title:hover{
  text-decoration: underline;
  /*text-decoration: none;*/
}
.image-blocks-row .item-text{
  font-size: 14px;
  line-height: 1.4;
  color: #453d38;
  font-family: Verdana;
}



.left-column .image-blocks-row{
  background: transparent;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
.left-column .image-blocks-row:before{
  display: none;
}
.left-column .image-blocks-row:after{
  display: none;
}
.image-blocks-title{
  font-size: 20px;
  font-family: GothamMedium;
  color: #a71638;
  font-weight: normal;
  margin: 0 0 15px 0;
}
.image-blocks-image{
  margin: 0 0 5px 0;
}
.image-blocks-image>img{
  width: 100%;
  box-sizing: border-box;
}
.image-blocks-content{
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}
.image-blocks-item{
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 15px 0 15px;
  margin: 0 0 30px 0;
  width: 100%;
  max-width: 50%;
}
.image-blocks-columns-3 .image-blocks-item{
  max-width: 33.33%;
  padding: 0 5px 0 5px;
  margin: 0 0 10px 0;
}
.image-blocks-columns-3 .image-blocks-content{
  margin-left: -5px;
  margin-right: -5px;
}
.image-blocks-item>div{
  position: relative;
  overflow: auto;
}
.image-blocks-item>div>img{
  width: 100%;
  box-sizing: border-box;
  /*border: 0;
  padding: 0 0 0 0;*/
  float: left;
}
.image-blocks-item-title{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 5px 8px 5px 8px;
  box-sizing: border-box;
}
.image-blocks-columns-3 .image-blocks-item-title{
  top: 0;
  bottom: auto;
}
.image-blocks-item-title:before{
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 3px;
  left: 3px;
  right: 3px;
  /*width: 100%;
  height: 100%;*/
  box-sizing: border-box;
  background: #000000;
  opacity: 0.5;
}
.image-blocks-columns-3 .image-blocks-item-title:before{
  top: 3px;
  bottom: 0;
}
.image-blocks-item-title>span{
  line-height: 1.2;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  font-family: GothamBold;
  position: relative;
  z-index: 1;
}
.image-blocks-item>div>a{
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.text-block-row{
  margin: 0 0 30px 0;
}
.text-block-title{
  font-size: 20px;
  font-family: GothamMedium;
  color: #a71638;
  font-weight: normal;
  margin: 0 0 15px 0;
}

.main-menu-wrapper{
  background: url(images/new-menu-bg.png) repeat-x;
  background-size: 50px 100%;
}
.main-menu{
  background: transparent;
  height: auto;
  min-height: 60px;
}

.page-content{
  position: relative;
}
.print-button{
  text-align: right;
}
.print-button>div{
  /*position: absolute;
  right: 0;
  margin-top: 5px;*/
  display: inline-block;
  background: #142e62;
  padding: 5px 10px 5px 10px;
  color: #ffffff;
  font-size: 12px;
  font-family: Verdana;
  font-weight: 700;
  cursor: pointer;  
}

@media print {
  .top-menu{
    display: none;
  }
  .main-header{
    display: none;
  }
  .main-menu{
    display: none;
  }
  .breadcrumbs{
    display: none;
  }
  #gallery-slider-wrapper{
    display: none;
  }
  #aresWidget{
    display: none;
  }
  .hide-on-print{
    display: none;
  }
  .home-content .frontpage-block{
    display: none;
  }
  .bottom-bar{
    display: none;
  }
  .widget-row{
    display: none;
  }
  .juicer-content{
    display: none !important;
  }
  .footer-bottom-menu{
    display: none;
  }
  .footer-bar{
    display: none;
  }
  .more-info-row{
    display: none;
  }
  .right-column{
    display: none;
  }
  .main-content>.left-column{
    width: 100%;
    float: none;
  }
  .map{
    width: 100%;
  }
  .jwplayer{
    display: none !important;
  }
  .form_col_1{
    box-sizing: border-box;
    max-width: 50% !important;
  }
  .form_col_2{
    box-sizing: border-box;
    max-width: 50% !important;
  }
  .envira-gallery-item{
    position: static !important;
    float: none !important;
    display: inline-block !important;
    vertical-align: top !important;
  }
  .smart-search-wrapper{
    display: none;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------- NEW NAV 7/25/2018 */
.menu-resp-pda {
  display: none;
  background-color: #30549e;
}
.menu-resp-pda .accordion .ui-widget-content {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.menu-resp-pda .accordion .ui-state-default {
  background-color: #102d61;  
  border: 0;
  border-radius: 0;
}
.menu-resp-pda .accordion .ui-state-default a {
  color: #FFF;
}
.menu-resp-pda .accordion div > ul a {
  padding-left: 40px;
}
.menu-resp-pda h3.ignore {
  background-color: #102d61;
  font-size: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  padding-top: 10px;
  padding-left: 40px;
  border-top: 2px solid #30549e;
}
.menu-resp-pda h3.ignore a {
  text-decoration: none;
}
.menu-resp-pda h3.ignore a {
  color: #FFF;
}
.menu-resp-pda h5 {
  padding-left: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 100%;
}
.menu-resp-pda ul, li{ list-style: none; color: #FFF;}
.menu-resp-pda ul {
  color: #FFF;
  padding-left: 0px;
}
.menu-resp-pda  div > ul > li {
  border-bottom: 2px solid rgba(0,0,0,.2);
  padding-bottom: 20px;
}
.menu-resp-pda ul li a {
  color: #FFF;
  text-decoration: none;
}

.menu-resp-full {
  display: none;
}
.menu-resp-btn-box {
  display: flex;
}
.menu-resp-btn {
  display: block;
  height: 50px;
  width: 50px;
  background-color: #17175a;
  margin-left: auto;
  margin-right: 10px;
  margin-top: 4px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.menu-resp-btn span { 
  background-color: #FFF;
  height: 4px;
  width: 55%;
}

.menu-resp-btn:hover {
  background-color: #3960bf;
}

.form-2-columns{
  margin-left: -15px;
  margin-right: -15px;
}
.form-2-columns>div{
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 100%;
  max-width: 50%;
  padding: 0 15px 0 15px;
  margin-right: -4px;
}
input[type=tel]{
  border: 1px solid rgba(128,17,43,0.6);
}

@media(min-width: 1260px) {
  .menu-resp-full {
    display: block;
  }
  .menu-resp-btn {
    display: none;
  }
}
