
  
  ol.alpha {
	list-style-type: lower-alpha;
  }
  a.bttn-green, a.bttn-green:visited {
	    display: inline-block;
    background-color: #70b840;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 auto;
    padding: 1.25em 20px 1.25em 20px;
    border-radius: 10px;
    overflow: hidden;
    border: 0;
    position: relative;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    min-width: 200px;
    line-height: 22px;
    font-family: "quasimoda",sans-serif;
  }

  @media screen and (max-width: 500px) {
  }

  .blog-img {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
  }

  .carousel {
	width: 800px;
  }
  #myCarousel {
	width: 50%;
	float: right;
	padding: 12px;
  }
  .blog-img-slideshow {
	max-height: 431px;
  }
  .carousel-control {
	background: transparent!important;
  }

  /*
  Banner
  */
  .page-banner {
	background:transparent url(/images/HomeSC/site/blog/banner_bg_blog.jpg) no-repeat scroll 50% 50% / cover;
	border-bottom: none;
  }


  .lnk_dsbl {
	display:none;
  }

  /*
  Blog, specific to this layout, move to template if this get's added anywhere else
  */
  article[itemscope="itemscope"] {
	position:relative;
	border:1px solid #EFEFEF;
	box-shadow:0 0 4px #CCC;
	height:280px;
	overflow:hidden;
	margin-bottom:20px;
  }

  article[itemscope="itemscope"]:after {
	content:"";
	display:table;
	width:100%;
	clear:both;
	position:relative;
	height:0;
  }

  article[itemscope="itemscope"] .photo {
	float:right;
	max-width:44%;
	margin-left:15px;
  }

  article[itemscope="itemscope"] .photo img {
	width:auto;
	height:280px;
  }

  .article {
	padding:15px;
  }


  .article h1[itemprop="headline"] a {
	font-size:22px;
	font-weight:100;
	color:#333;
	text-shadow:-1px 1px 0px #FFF, -1px 1px 2px #444;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	display: block;
	padding-bottom: 5px;
  }

  .article h1[itemprop="headline"] a:hover {
	text-decoration: none;
	opacity: 0.8;
  }

  .article .description {
	font-size:14px;
  }

  .post-date {
	color:#FFF;
	background:#363636;
	display:block;
	text-align:center;
	padding:5px;
	width:60px;
	min-height:60px;
	position:absolute;
	left:0;
	top:0;
	margin-top:5px;
  }

  .post-date .day {
	font-size:26px;
	color:#009161;
  }
  
  table.style {
	width: 100%;
	line-height: 3rem;
  }
  
  table.style {
	margin-bottom: 3rem;
  }

  table.style td {
	border-bottom: 1px solid #efefef;
	padding: 1rem;
  }
  
  table.five-col td {
	width: 20%;
  }
  
  table.four-col td {
	width: 25%;
  }


  @media (max-width: 768px) {
	article[itemscope="itemscope"] {
	  height:auto;
	}

	article[itemscope="itemscope"] .photo {
	  float:none;
	  max-width:none;
	  width:100%;
	  margin-left:auto;
	  clear:both;
	}

	article[itemscope="itemscope"] .photo img {
	  width:100%;
	  height:auto;
	}
  }
