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

/*.block-search { display: none; }*/

/* ==========================================================================
   My Additions
   ========================================================================== */
   
body .mountblocks > li {
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
  position: relative;
  border: 1px solid #cccccc;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.mountblocks {
	float: left;
	padding: 0;
	width: 100%;
}

.mountblocks li {
  position: relative;
  float: left !important;
  width: 23% !important;
  margin-right: 2.6666% !important;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  padding: 0px;
}

.mountblocks li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  display: block;
}

@media only screen and (max-width: 770px) {
  .mountblocks li {
	float: left !important;
    width: 28% !important;
    margin-right: 2% !important;
  }
  
}
@media only screen and (max-width: 479px) {
  .mountblocks li {
    float: left !important;
    width: 39% !important;
    margin-right: 2% !important;
  }
}
.mountblocks li:last-child {
  margin-right: 0 !important;
}

.mountblocks li img {
  width: 100%;
  max-width: 100%;
}

body .frameblocks > li {
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
  position: relative;
  border: 1px solid #cccccc;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.frameblocks {
	float: left;
	padding: 0;
	width: 100%;
}

.frameblocks li {
  position: relative;
  float: left !important;
  width: 46% !important;
  margin-right: 2.66667% !important;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  padding: 6px;
}

.frameblocks li:hover {
  border-color: #3399cc;
}

@media only screen and (max-width: 770px) {
  .frameblocks li {
	float: left !important;
    width: 46% !important;
    margin-right: 2% !important;
  }
  
}
@media only screen and (max-width: 479px) {
  .frameblocks li {
    float: left !important;
    width: 46% !important;
    margin-right: 2% !important;
  }
}
.frameblocks li:last-child {
  margin-right: 0 !important;
}

.frameblocks li img {
  width: 100%;
  max-width: 100%;
}

body .pageblocks > li {
  margin: 0 0 4px 0;
  list-style: none;
  text-align: center;
  position: relative;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.pageblocks {
	float: left;
	padding: 0;
	width: 100%;
}

.pageblocks li {
  position: relative;
  float: left !important;
  width: 23% !important;
  margin-right: 2.6666% !important;
  margin-bottom: 4px;
  padding: 0px;
}

.pageblocks li:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  display: block;
  border-color: #3399cc;
}

@media only screen and (max-width: 770px) {
  .pageblocks li {
	float: left !important;
    width: 48% !important;
    margin-right: 2% !important;
  }
  
}
@media only screen and (max-width: 479px) {
  .pageblocks li {
    float: left !important;
    width: 98% !important;
    margin-right: 2% !important;
  }
}
.pageblocks li:last-child {
  margin-right: 0 !important;
}

.pageblocks li img {
  width: 100%;
  max-width: 100%;
}

/* Content Columns */
.info-set {
    width: 100%;
    background-color: #93b677;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}
.info-set .col-1,
.info-set .col-2 {
  width: 46%;
  padding: 20px;
}
@media only screen and (max-width: 770px) {
  .info-set .col-1,
  .info-set .col-2 {
    padding: 10px;
  }
}
.info-set .col-1 {
  float: left;
  padding-left: 0;
}
.info-set .col-2 {
  float: right;
  padding-right: 0;
}
@media only screen and (max-width: 479px) {
  .info-set .col-1,
  .info-set .col-2 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.info-set .narrow {
  width: 33%;
}
.info-set .wide {
  width: 65%;
}
.info-set:after {
  content: '';
  display: table;
  clear: both;
}

/* Content Columns for footer */
.footer-set {
	width: 100%;
}
.footer-set .col-1,
.footer-set .col-2,
.footer-set .col-3  {
  width: 30%;
  padding: 0px 10px 0px 10px;
}

@media only screen and (max-width: 770px) {
  .footer-set .col-1,
  .footer-set .col-2,
  .footer-set .col-3 {
	padding: 0px 6px 0px 6px;
  }
}
.footer-set .col-1 {
  float: left;
  padding-left: 0;
}
.footer-set .col-2 {
  float: left;
}
.footer-set .col-3 {
  float: left;
  padding-right: 0;
}
@media only screen and (max-width: 479px) {
  .footer-set .col-1,
  .footer-set .col-2,
  .footer-set .col-3 {
    float: none;
    width: auto;
    border: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
.footer-set .narrow {
  width: 33%;
}
.footer-set .wide {
  width: 65%;
}
.footer-set:after {
  content: '';
  display: table;
  clear: both;
}

/* ==========================================================================
   Slideshow
   ========================================================================== */ 
   
   .fotorama {
	top: 20px;
	overflow: hidden;
	z-index: auto;
	height: auto;
	width: auto;
}
   .fotorama .fotorama__caption__wrap {
	background-color: #000;
	opacity: .5;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
   .fotorama .fotorama__caption {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 600;
    color: white;
    font-size: 22px;
    line-height: 1.8;
    text-transform: uppercase;
    letter-spacing: .05em;
    visibility: visible;
}
.fotorama__html div,
.fotorama__html a {
  display: block;
  height: 100%;
  /* Transparent links are not clickable in IE,
     but non-existent background fixes this.
    (Put an empty 1×1 image here to avoid
     errors in console.) */
  background: url(../images/home-slideshow/_.gif);
}

/* ==========================================================================
   Display images throughout
   ========================================================================== */ 


.displayImages {
  position: relative;
}

.displayImages img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    border: 10px solid #62534C;
}

.displayImages h2 {
  position: absolute;
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  left: 0;    
  background: rgb(147, 182, 119); /* Fallback color */
  background: rgba(147, 182, 119, 0.7);; /* Black background with 0.5 opacity */  
  z-index: 10;
  color: #fff;
  text-align: center; 
  width: 100%; /* Full width */  
  padding-top: 15px; /* Some padding */ 
  padding-bottom: 15px; /* Some padding */
  text-transform: none;
}

.displayImages h3 {
  position: absolute;
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  left: 0;    
  background: rgb(147, 182, 119); /* Fallback color */
  background: rgba(147, 182, 119, 0.7); /* Black background with 0.5 opacity */  
  z-index: 10;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  width: 100%; /* Full width */  
  padding-top: 15px; /* Some padding */ 
  padding-bottom: 15px; /* Some padding */
  margin-bottom: 0px;
  text-transform: none;
}

.displayImages a {
  color: #FFFFFF;
  text-decoration: none;
}

.displayImages a :hover {
  background: #1979c3;
}

.displayImages img a :hover {
  background: #1979c3;
}

.displayImages .arrow {
  border: solid white;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  font-size: 20px;
  vertical-align: middle;
}

.displayImages .arrow .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.articleText{
    line-height: 180%;
}