@charset "UTF-8";
/* CSS Document */

/* MOBILE / GLOBAL (xs) - Extra small devices (phones, less than 768px) */

.pageBg {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  z-index: -99;
  background-image: url(../images/bg-images/horse-stables.jpg);
  background-position: -580px top;
  background-size: 1440px 960px;
}
body {
  /*background-color: #252525;
  background-image: url(../images/bg-images/horse-stables.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;*/
  margin: 60px auto 30px auto;
}
#header_nav {
  display: block;
  width: 100%;
  height: 40px;
  background: #9F9162;
  background-color: #FFFFFF;
}
.headerMobileMenuLink {
  display: block;
  width: 100%;
  height: 40px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  color: #9F9162;
  text-decoration: none;
}
.headerMobileMenuLink:hover {
  color: #9F9162;
  text-decoration: underline;
}
.headerMobileMenuLink span {
  margin-right: 4px;
}
#header_nav ul {
  display: none;
  width: 100%;
  height: 90px;
  float: left;
  background: #9F9162;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#header_nav ul li {
  display: inline-block;
  width: 32%;
}
#header_nav ul li a {
  display: block;
  width: 100%;
  height: 30px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 12px;
  text-align: center;
  line-height: 30px;
  color: #FFFFFF;
  text-decoration: none;
}
#header_nav ul li a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
#header_nav ul li a.active {
  color: #000000;
  font-weight: bold;
}
#header_image {
  display: block;
  width: 100%;
  height: auto;
}
#header_image img {
  display: block;
  width: 100%;
  height: auto;
}
#header_strapline {
  display: block;
  width: 100%;
  height: auto;
}
#header_strapline img {
  display: block;
  width: 100%;
  height: auto;
}
#home_welcome_message {
  display: block;
  width: 100%;
  height: auto;
}
#home_welcome_message img {
  display: block;
  width: 100%;
  height: auto;
}
#home_info_message {
  display: block;
  width: 100%;
  height: auto;
  background-color: #DFE0D1;
}
#home_info_message span {
  display: block;
  width: 100%;
  padding: 15px 10% 20px 10%;
  height: auto;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 14px;
  text-align: center;
  color: #9D915E;
}
#home_benefits_list_header {
  display: block;
  width: 100%;
  height: auto;
  padding: 5px;
  background-color: #C5C7AB;
}
#home_benefits_list_header img {
  display: block;
  width: 100%;
  height: auto;
}
#home_benefits_list {
  display: block;
  width: 100%;
  height: auto;
  padding: 0px 10px 10px 10px;
  background-color: #C5C7AB;
}
#home_benefits_list img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 10px;
}
#home_benefits_list ul {
  margin-bottom: 20px;
}
#home_benefits_list ul li {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 14px;
  color: #7C7C7B;
  margin-bottom: 5px;
}
#main_content_wrapper {
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  font-family: 'Roboto Slab', serif;
}
#main_content {
  display: block;
  width: 100%;
  height: auto;
  padding: 0px 20px 20px 20px;
}
#main_content img {
  display: block;
  width: 100%;
  height: auto;
}
#main_content h1, #main_content h2, #main_content h3, #main_content h4, #main_content h5 {
  font-family: 'Alfa Slab One', cursive;
  color: #9D8E61;
}
#main_content h2 {
  font-family: 'Alfa Slab One', cursive;
  color: #9D8E61;
}
#main_content p.introText {
  font-size: 18px;
  font-weight: bold;
  color: #444444;
}
#main_content p strong {
  font-weight: bold;
}
#main_content p a {
  color: #9D8E61;
  text-decoration: underline;
}
#main_content p a:hover {
  color: #9D8E61;
  text-decoration: underline;
}
#news_listing_wrapper {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 0px;
  border-top: 4px dotted #CCCCCC;
}
.newsListingItem {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  padding: 20px 0px;
  border-bottom: 1px solid #CCCCCC;
}
.newsListingImage {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 15px;
  border: 6px solid #9D8E61;
  border-radius: 6px;
}
.newsListingImage img {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  border: 2px solid #FFFFFF;
  border-radius: 2px;
}
.newsListingContent {
  display: block;
  width: 100%;
  height: auto;
  float: left;
}
.newsListingContent h2 {
  padding-top: 5px;
  margin-top: 0px;
}
.newsListingContent h2 a {
  color: #9D8E61;
  text-decoration: none;
}
.newsListingContent h2 a:hover {
  color: #9D8E61;
  text-decoration: underline;
}
#right_column {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: #CCCCCC;
}
.rightColImage {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  border: 6px solid #9D8E61;
  border-radius: 6px;
}
.rightColImage img {
  display: block;
  width: 100%;
  height: auto;
  border: 2px solid #FFFFFF;
  border-radius: 2px;
}
.rightColCaption {
  display: block;
  width: 100%;
  height: auto;
  padding-left: 5px;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: bold;
}
.rightColCaptionLink {
  display: block;
  width: 100%;
  height: auto;
  padding-left: 5px;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: bold;
  color: #9D8E61;
  text-decoration: underline;
}
.rightColCaptionLink:hover {
  color: #9D8E61;
  text-decoration: underline;
}
.blogImage {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  border: 6px solid #9D8E61;
  border-radius: 6px;
}
.blogImage img {
  display: block;
  width: 100%;
  height: auto;
  border: 2px solid #FFFFFF;
  border-radius: 2px;
}
.blogIntro {
  display: block;
  width: 100%;
  height: auto;
}
.blogContent {
  display: block;
  width: 100%;
  height: auto;
  clear: both;
}
.paging {
  display: block;
  width: 100%;
  height: auto;
  float: left;
  padding: 20px 0px;
  text-align: center;
}
#footer_image {
  display: block;
  width: 100%;
  height: auto;
}
#footer_image img {
  display: block;
  width: 100%;
  height: auto;
}
#footer_info {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0px;
  background-color: #9F9162;
  text-align: center;
}
#footer_info span {
  display: block;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 12px;
  color: #FFFFFF;
}
#footer_info span a {
  color: #FFFFFF;
  text-decoration: none;
}
#footer_info span a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

/* TABLET (sm) - Small devices (tablets, 768px and up) */

@media (min-width:768px){
  
  .pageBg {
    background-position: center top;
    background-size: cover;
  }
  body {
    margin: 60px auto 60px auto;
  }
  #header_nav {
    padding: 0px 25px;
  }
  #header_nav ul {
    display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
    height: 40px;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    background: none;
  }
  #header_nav ul li {
    display: block;
    flex: 0 1 auto; /* Default */
    width: auto;
  }
  #header_nav ul li a {
    height: 40px;
    line-height: 40px;
    color: #9F9162;
    text-decoration: none;
  }
  #header_nav ul li a:hover {
    color: #000000;
    text-decoration: none;
  }
  #header_nav ul li a.active {
    color: #000000;
    font-weight: bold;
  }
  #home_info_message span {
    font-size: 18px;
  }
  #home_benefits_list_header {
    padding: 10px;
  }
  #home_benefits_list {
    padding: 0px 20px 10px 20px;
  }
  #home_benefits_list ul {
    padding-left: 45px;
  }
  #home_benefits_list ul li {
    font-size: 16px;
  }
  #home_benefits_list img {
    margin-bottom: 15px;
  }
  #footer_info span {
    font-size: 14px;
    display: inline;
  }
  
}

/* DESKTOP (md) - Medium devices (desktops, 992px and up) */

@media (min-width:992px){
  
  #header_nav {
    padding: 0px 35px;
    height: 50px;
  }
  #header_nav ul li a {
    font-size: 14px;
    line-height: 50px;
  }
  #home_info_message span {
    padding: 25px 10% 30px 10%;
    font-size: 22px;
  }
  #home_benefits_list ul {
    padding-left: 70px;
  }
  #home_benefits_list ul li {
    font-size: 20px;
  }
  #home_benefits_list img {
    margin-bottom: 20px;
  }
  .newsListingImage {
    width: 30%;
    margin-bottom: 0px;
  }
  .newsListingContent {
    width: 68%;
    float: right;
  }
  .blogImage {
    width: 25%;
    float: left;
  }
  .blogIntro {
    width: 73%;
    float: right;
  }
  #footer_info {
    padding: 15px 0px;
  }
  #footer_info span {
    font-size: 18px;
  }
  
}

/* LARGE DESKTOP (lg) - Large devices (large desktops, 1200px and up) */

@media (min-width:1200px){
  
  #header_nav ul li a {
    font-size: 16px;
  }
  #home_info_message span {
    padding: 25px 5% 30px 5%;
    font-size: 26px;
  }
  #home_benefits_list ul {
    padding-left: 84px;
  }
  #home_benefits_list ul li {
    font-size: 24px;
  }
  .blogImage {
    width: 35%;
  }
  .blogIntro {
    width: 63%;
    float: right;
  }
  
}