/*

* Some overall styles

*/
h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #bada8f; 
  }

a {
  color: #48622d;
  transition: all 0.1s linear 0s; }

a:visited {
  color: #48622d; }

a:hover,a:active{
	color:#6f9645;
	text-decoration: none;
}

.button:hover {
  background: #147ca3; }

.button {
  background: #48622d;
  color: white; }

/*** HEADER SUB-MENU - SEARCH BAR AND FACEBOOK CONNECT ****/
.sub-menu {
  position: relative;
  width: 100%;
  background: #bada8f;
  line-height: normal !important;
  /* height: 45px; */
  padding-top: 5px;
  padding-bottom: 5px;
  color: white; 
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sub-menu.clearfix::before, .sub-menu.clearfix::after {
  content: "";
  display: none;
}

.mobile-register-panel {
  display: none;
  clear: left;
  padding-left: 15px;
  background: #48622d none repeat scroll 0 0;
  color: #fff;
  line-height: 36px;
  font-size: 13px; }

/*** MEMBERSHIP BENEFITS SECTION on HOMEPAGE ***/
.membership-benefits {
  background-color: #48622d;
  background-size: cover;
  color: #fff;
  padding-bottom: 16px; }
  .membership-benefits h1, .membership-benefits h4 {
    color: #fff;
    text-align: center; }
  .membership-benefits p {
    color: #fff; }
  .membership-benefits .row {
    margin-bottom: 24px; }
  .membership-benefits .fb-connect-large {
    text-align: center; }
    .membership-benefits .fb-connect-large a {
      width: 280px;
      height: 47px;
      margin: 0 auto;
      text-indent: -3000px;
      display: block;
      background: transparent url("../img/fb-connect-lrg.png") no-repeat; }

/** SECONDARY/FULL TEXT PAGES **/
.secondary-page {
  background: #48622d;
  padding-bottom: 36px; }
  .secondary-page h1.article-title, .secondary-page h3.section-title {
    color: #fff; }

/*** FOUNDATION "panel" OVERRIDES ***/
.panel101 {
  border: none !important;
  margin-bottom: 1.25rem;
  padding: 0 !important;
  background: #f2f2f2;
  color: #333333; }

/**** FOOTER ***/
.site-footer {
  width: 100%;
  display: block;
  position: relative;
  background: #fff url("../img/footer-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 15px 0 5px 0;
  color: #fff;
  text-align: center; }

.footer-logo-column {
  font-size: 14px; }

.sub-logo-travel {
  background: url("../img/black-opacity20.png") repeat scroll 0 0 transparent;
  clear: both;
  display: block;
  height: 35px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 9999999; }

.top-bar .name div a {
  background-size: auto 100%;
  background-color: transparent !important;
  background-repeat: no-repeat !important; }

/*
* This was changed in foundation.css - bad practice!
*/
@media only screen and (min-width: 64.05em) {
  .top-bar-section {
    text-align: center; 
  }
  .top-bar-section-head {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
  }

  .top-bar-section-head li {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .top-bar-section-head li a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0px 10px;
  }
    .top-bar-section ul {
      display: inline-block; 
    }

  .top-bar .title-area {
    /* float: left;*/
    float: none;
    position: absolute;
    top: 10px;
    z-index: 9999999999999999;
    left: 50%;
    margin-left: -88px; 
  }
  .top-bar .name {
    display: none; }
  .top-bar .name2 {
    display: inline;
    position: relative;
    /*top:10px;*/
    /* width: 176px;  */
  }
  .top-bar .name div {
    /*height:141px;  */ }
  .top-bar .name2 div a {
    /* width: 176px; */
    /* max-width: 176px; */
    /* height: 176px; */
    display: block;
    position: absolute;
    background-size: cover !important;
    z-index: 1000;
    /* top: -50px;  */
  }

  .top-bar-section ul li > a {
    line-height: 1em !important;
    height: 100%;
    padding: 0px 10px;
    display: flex;
    align-items: center;
  } 
  }

/*# sourceMappingURL=multiregion.css.map */

.secondary-page-main-inner h2 {
	font-size:15px;
	font-weight:bold;    
	margin-top: 4px;
}
.secondary-page-main-inner h3 {
	font-size:13px;
	font-weight:bold;
	margin-top: 4px;
}

.secondary-page-main-inner p {
	font-size:13px;
}

.county-page-img img {
	width:auto;
	max-width:none;
}

.secondary-page-main-inner {
	min-height:600px;
}


/**** SMALL SCREEN/MOBILE STYLES/OVERRIDES ****/
  @media only screen and (max-width: 55em) {
	.splash, .splash-cycle-container {
		height:450px;
  }
  	.splash h1 {
		font-size:1.875rem;
		margin-top:75px;
	}
	.sub-splash h1 {
		font-size:2.125rem;
	}
	#map {
		height:250px;
	}
	.sub-menu-right {
	display:none;
	}
	.mobile-register-panel {
		display:block;
	}
		/* line 202, ../sass/ireland.scss */
	/* .top-bar .name div a { */
	  /* background-image: url("https://www.spain101.com/assets/img/logo-linear-small.png") !important; */
	/* } */
	/* .top-bar .name div { */
		/* height:35px; */
	/* } */
	/* .top-bar .name { */
	    /* height: 35px; */
	/* } */
	.top-bar .name div a {
	    height: 35px;
	}
	li.hide-small {
		/*display:none;*/
	}
	
	.top-bar {
	    height: 35px;
	}

}