.widget-sponsors img { opacity:1!important;}
.blog-banner { margin-bottom: 20px; }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.general-post img {
	float: none;
	margin: 0 auto 1em auto;
	max-width: 100%;
	height: auto;
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
    text-align: center;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
    text-align: left;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
    text-align: right;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

@media screen and (max-width: 479px) {
	.alignnone,
	.alignleft,
	.alignright,
	.aligncenter {
    width: 100%;
    height: auto;
    display: block; 
  } 
}

.general-post .alignright { float: right; margin: 0 0 20px 20px; }
.general-post .alignleft { float: left; margin: 0 20px 20px 0; }

.printfriendly {
	margin: 0  0 2em 0 !important;
}

.blog-navigation {
	font-size: 14px;
	line-height: 14px !important;
	background: #424242;
	font-weight: bold;
	overflow: hidden;
	padding: 12px 10px; 
	margin: 60px 0 20px 0;
	height: 40px;
}
.blog-navigation a { color: #fff; }
.blog-navigation .alignleft { float: left; display: inline; }
.blog-navigation .alignleft a {
	padding-left: 23px; background: url(images/blog-navigation-prev.gif) no-repeat 0 center; font-weight: normal;}
.blog-navigation .alignright { float: right; display: inline; }
.blog-navigation .alignright a {
	padding-right: 23px; background: url(images/blog-navigation-next.gif) no-repeat right center; font-weight: normal;}

.blog-list-title {
	font-size: 1.6em;
	margin-bottom: 1em;
}

h3.blog-list-title {
	font-style: none!important;	
	text-transform: none;
}

.blog-read-more {
    background: none repeat scroll 0 0 #E8E8E8;
    display: block;
    color: #000;
    padding: 1em;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	clear: both;
}

.blog-comments-link {
	text-transform: uppercase;
	display: block;
	margin-top: 1em;
	font-size: 13px;
	float: left;
}

.post-thumbnail {
	display: block;
	float: left;
	width: 40%;
	margin-left: 5%;
	margin-top: 8px; /* this is to flush it with the text */
}

.post-thumbnail img {
	display: block;
	width: 100%;
}

.post-thumbnail span {
	display: block;
}

p.left.thumbnail {
	float: left;
	width: 65%;
	position: relative;
}

.post-thumbnail .hover-filter-wrap {
	display: block;
	float: left;
	display: inline-block;
	height: auto;
	width: auto;
	position: relative;
}

.post-thumbnail .hover-filter-wrap .hover-filter {
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
  background: #78b147;
  -moz-opacity: 0.1 ;
  -khtml-opacity: 0.1 ;
  -webkit-opacity: 0.1 ;
  opacity: 0.1 ;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
  filter: "alpha(opacity=${opperc})";
  zoom: 1; }

.post-thumbnail .hover-filter-wrap .hover-filter:hover {
  -moz-opacity: 0 ;
  -khtml-opacity: 0 ;
  -webkit-opacity: 0 ;
  opacity: 0 ;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=${opperc})";
  filter: "alpha(opacity=${opperc})";
  zoom: 1; }

.post-content {
	text-align: justify;
}

@media screen and (max-width: 400px)  {
	.post-thumbnail {
		width: 100%;
		margin-right: 0;
	}

	.post-thumbnail .hover-filter-wrap {
		width: 100%;
	}

	.post-thumbnail .hover-filter-wrap .hover-filter {
		width: 100%;
	}

	.post-thumbnail img {
		display: block;
		width: 100%;
		height: auto;
	}

	p.left.thumbnail {
		float: left;
		width: 100%;
		position: relative;
	}
}

.excerpt .mod {
	padding-top: 1.5em;
}

.mod header h3 {
	margin-bottom: 5px;
}

.date-author {
	font-style: italic;
}

blockquote {
	font-size: 16px;
	font-family: "proxima-nova";
	margin-left: 20px;
	font-style: normal!important;
}

blockquote p {
	color: #222;
}
 
.mod ol, ul {
	margin-left: 35px;
}

.follow ul {
	margin-left: 0;
}

.clear {
	clear: both;
	width: 100%;
	height: 0;
}

/* Single View - Header
------------------------------------------------------- */

	#header-group .banner-wrapper {
	  padding: 20px 30px 20px 30px;
      min-height: 140px;
	}

	#header-group .banner-wrapper > ul + h1 {
	  margin-top: 5px;
	  margin-bottom: 5px; }

	#header-group .banner-wrapper .date {
	  font-size: .9em;
	  font-style: italic;
	  color: #FFF;
	}

/* Blog Pagination 
------------------------------------------------------- */
  
  .blog-pagination {
    border-top: 1px solid #d3d3d3;
    padding: 2em 0 3em 0;
  }

  .blog-pagination:after {
    display: table;
    content: ' ';
    clear: both;
  }

  .blog-pagination .posts-next,
  .blog-pagination .posts-prev {
    float: left;
  }

  .blog-pagination .posts-next a,
  .blog-pagination .posts-prev a,
  .blog-pagination .page-numbers {
    display: block;
    background: #d5d5d5;
    color: #333;
    float: left;
    padding: 5px;
    margin: 0 4px 4px 0;
    min-width: 30px;
    text-align: center;
    font-size: .9em;
  }

  .blog-pagination .page-numbers.current {
    background: #999;
    color: #FFF;
  }

  .blog-pagination .posts-next a,
  .blog-pagination .posts-prev a {
    width: 30px;
    text-indent: -999999px;
    background: #999 url('images/site/posts-next.png') no-repeat center center;
  }

  .blog-pagination .posts-prev a {
    background: #999 url('images/site/posts-prev.png') no-repeat center center;
  }

/* Comments 
------------------------------------------------------- */

	/*.comments {
		font-size: .9em;
		padding-top: 20px;
	}

	.comments ol {
		margin: 0;
		padding: 0;
		counter-reset: tgc-counter;
	}

	.comments ol li {
		display: block;
		counter-increment: tgc-counter;
		margin-bottom: 20px;
	}

	.comments ol li .meta {
		background: #ebebeb;
		position: relative;
		padding: 6px 6px 6px 40px;
		border-top: 3px solid #d5d5d5;
		
	}

	.comments ol li .meta:after {
		display: table;
		content: " ";
		clear: both;
	}

	.comments .meta a {
		color: inherit;
	}

	.comment-number {
		background: #d5d5d5;
		color: #FFF;
		display: inline-block;
		position: absolute;
		top: 0; left: 0;
		bottom: 0;
		width: 30px;
		text-align: center;
		padding: 6px 0;
	}

	.comment-date {
		display: block;
		font-size: .9em;
		font-style: italic;
		vertical-align: middle;
		float: right;
		opacity: .5;
	}

	.comment-content {
		padding: 20px 20px 20px 40px;
	}

	.comments input[type="submit"],
	.comments input[type="text"],
	.comments input[type="email"],
	.comments input[type="tel"],
	.comments input[type="password"],
	.comments textarea {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #FFF;
		width: 100%;
		padding: 10px;
		border: 1px solid #d5d5d5;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	
	.comments input[type="submit"] {
		background: #999999;
		color: #FFF;
		border: 0;
		width: auto;
		padding: 15px 60px;
	}

	.comments .subscribe-to-comments label {
		width: auto;
		display: inline-block;
	}*/

	/* Comments 
	------------------------------------------------------- */
	#comments {
	  font-size: .9em;
	  padding-top: 20px; }

	#comments ol {
	  margin: 0;
	  padding: 0;
	  display: block;
	  border-left: 1px solid #F6F6F6;
	  margin-left: 2px; }

	#comments .children {
	  margin-left: 20px; }

	#comments ol li {
	  display: block;
	  margin-bottom: 20px !important;
	  position: relative;
	  margin-left: -2px; }
	  #comments ol li:before {
	    display: none; }
	  #comments ol li ol {
	    margin-top: 20px; }
	  #comments ol li .comment-author.vcard {
	    background: #ebebeb;
	    display: block;
	    float: none;
	    position: relative;
	    padding: 6px;
	    border: 0;
	    border-top: 3px solid #d5d5d5;
	    border-left: 3px solid #d5d5d5;
	    margin-left: -20px;
	    margin-bottom: 10px; }
	  #comments ol li .comment-respond {
	  	margin: 20px 0 0 20px;
	  }  
	  #comments ol li .comment-body {
	    padding-left: 20px; }
	  #comments ol li .comment-reply-link {
	    display: inline-block;
	    text-transform: uppercase;
	    background: #ebebeb;
	    padding: 3px 6px;
	    font-size: .8em;
	    font-weight: bold;
	    color: #999; }
	    #comments ol li .comment-reply-link:hover {
	      background: #d5d5d5;
	      color: #111; }

	#comments .comment-author a {
	  color: inherit; }

	.comment-meta {
	  display: block;
	  font-size: .9em;
	  font-style: italic;
	  vertical-align: middle;
	  position: absolute;
	  top: 0;
	  right: 0;
	  opacity: .5;
	  padding: 8px 6px 6px 6px;
	  line-height: 1.5em; }
	  .comment-meta a {
	    color: inherit; }

	#comments input[type="submit"],
	#comments input[type="text"],
	#comments input[type="email"],
	#comments input[type="tel"],
	#comments input[type="password"],
	#comments textarea {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  background: #FFF;
	  width: 100%;
	  padding: 10px;
	  border: 1px solid #d5d5d5;
	  -webkit-box-shadow: none !important;
	  -moz-box-shadow: none !important;
	  box-shadow: none !important; }

	#comments input[type="submit"] {
	  background: #999999;
	  color: #FFF;
	  border: 0;
	  width: auto;
	  padding: 15px 60px; }

	#comments .subscribe-to-comments label {
	  width: auto;
	  display: inline-block; }




/* Facebook & Twitter buttons */

	.social-ticks {
	  position: absolute;
	  top: 0;
	  right: 0;
	  font-weight: bold; }
	  
	  .social-ticks li {
	    margin-left: 0;
	    padding: 0 1em;
	    color: white;
	    height: 28px;
	    line-height: 1.75rem ;
	    font-size: 0.75rem ; }
	  
	    .social-ticks li .lt-ie9 {
	      line-height: 28px ; }
	  
	    .social-ticks li .lt-ie9 {
	      font-size: 12px ; }
	  
	    .social-ticks li span {
	      display: inline !important; }
	  
	  .social-ticks .fb,
	  .social-ticks .tw {
	    height: 28px;
	    cursor: pointer;
	    padding-left: 3.5em; }
	  
	  .social-ticks .fb {
	    background: #3a5b96 url('images/ico-fb.png') no-repeat 1em 4px; }
	  
	  .social-ticks .tw {
	    background: #2dabde url('images/ico-tw.png') no-repeat 18px 4px; }
	  
	  
/* Social Bar */

	/* line 946, ../scss/theme/_main.scss */
	.blacklight_details-social {
	  list-style: none;	 
      margin: 15px;
      padding:0; }
	  /* line 951, ../scss/theme/_main.scss */
	  .blacklight_details-social.row.cozy> li {
	   text-align: center;
    width: 55px;
    height: 55px;
    display: inline-block;
    margin-right: 10px;
	    margin-bottom: 10px;
    float:left;
	  }
	  .blacklight_details-social li a {
	  border-radius: 50%;
	    margin-left: 3px;
	    margin-bottom: 3px;
	    background: black;
	        height: 55px;
         width: 55px;
	    display: block;
	    overflow: hidden;
	    text-indent: -999em; }
	    /* line 959, ../scss/theme/_main.scss */
	    .blacklight_details-social li a:first-child {
	      margin-left: 0; }
	  /* line 968, ../scss/theme/_main.scss */
	  .blacklight_details-social li.fb a, .blacklight_details-social li.tw a, .blacklight_details-social li.gp a, .blacklight_details-social li.tu a, .blacklight_details-social li.pi a, .blacklight_details-social li.em a, .blacklight_details-social li.pr a,.blacklight_details-social li.wa a, .blacklight_details-social li.sm a  {
	    background-repeat: no-repeat;
	    background-position: center center; }
	  /* line 972, ../scss/theme/_main.scss */
	  .blacklight_details-social li.fb a {
	    background-image: url("images/site/ico/facebook-white.png");
	    background-size: 32px 32px;
	    background-color: #3b5c94; }
	    @media (-webkit-min-device-pixel-ratio: 1.5) {
	      /* line 972, ../scss/theme/_main.scss */
	      .blacklight_details-social li.fb a {
	        background-image: url("images/site/ico/facebook-white@2x.png");
	        background-size: 32px 32px; } }
	    @media (min-resolution: 144dpi) {
	      /* line 972, ../scss/theme/_main.scss */
	      .blacklight_details-social li.fb a {
	        background-image: url("images/site/ico/facebook-white@2x.png");
	        background-size: 32px 32px; } }
	  /* line 976, ../scss/theme/_main.scss */
	  .blacklight_details-social li.tw a {
	    background-image: url("images/site/ico/twitter-white.png");
	    background-size: 32px 32px;
	    background-color: #36acdb; }
	    @media (-webkit-min-device-pixel-ratio: 1.5) {
	      /* line 976, ../scss/theme/_main.scss */
	      .blacklight_details-social li.tw a {
	        background-image: url("images/site/ico/twitter-white@2x.png");
	        background-size: 32px 32px; } }
	    @media (min-resolution: 144dpi) {
	      /* line 976, ../scss/theme/_main.scss */
	      .blacklight_details-social li.tw a {
	        background-image: url("images/site/ico/twitter-white@2x.png");
	        background-size: 32px 32px; } }
	  /* line 980, ../scss/theme/_main.scss */
	  .blacklight_details-social li.gp a {
	    background-image: url("images/site/ico/google-plus-white.png");
	    background-size: 32px 32px;
	    background-color: #de4d3c; }
	    @media (-webkit-min-device-pixel-ratio: 1.5) {
	      /* line 980, ../scss/theme/_main.scss */
	      .blacklight_details-social li.gp a {
	        background-image: url("images/site/ico/google-plus-white@2x.png");
	        background-size: 32px 32px; } }
	    @media (min-resolution: 144dpi) {
	      /* line 980, ../scss/theme/_main.scss */
	      .blacklight_details-social li.gp a {
	        background-image: url("images/site/ico/google-plus-white@2x.png");
	        background-size: 32px 32px; } }
	  /* line 984, ../scss/theme/_main.scss */
	  .blacklight_details-social li.tu a {
	    background-image: url("images/site/ico/tumblr-white.png");
	    background-size: 32px 32px;
	    background-color: #35465e; }
	    @media (-webkit-min-device-pixel-ratio: 1.5) {
	      /* line 984, ../scss/theme/_main.scss */
	      .blacklight_details-social li.tu a {
	        background-image: url("images/site/ico/tumblr-white@2x.png");
	        background-size: 32px 32px; } }
	    @media (min-resolution: 144dpi) {
	      /* line 984, ../scss/theme/_main.scss */
	      .blacklight_details-social li.tu a {
	        background-image: url("images/site/ico/tumblr-white@2x.png");
	        background-size: 32px 32px; } }
	  /* line 988, ../scss/theme/_main.scss */
	  .blacklight_details-social li.pi a {
	    background-image: url("images/site/ico/pinterest-white.png");
	    background-size: 32px 32px;
	    background-color: #d53835; }
	    @media (-webkit-min-device-pixel-ratio: 1.5) {
	      /* line 988, ../scss/theme/_main.scss */
	      .blacklight_details-social li.pi a {
	        background-image: url("images/site/ico/pinterest-white@2x.png");
	        background-size: 32px 32px; } }
	    @media (min-resolution: 144dpi) {
	      /* line 988, ../scss/theme/_main.scss */
	      .blacklight_details-social li.pi a {
	        background-image: url("images/site/ico/pinterest-white@2x.png");
	        background-size: 32px 32px; } }
	  /* line 992, ../scss/theme/_main.scss */
	  .blacklight_details-social li.em a {
	    background-image: url("images/site/ico/ico_soc-em-32.png");
	    background-size: 32px 32px;
	    background-color: #585858; }
	    @media (-webkit-min-device-pixel-ratio: 1.5) {
	      /* line 992, ../scss/theme/_main.scss */
	      .blacklight_details-social li.em a {
	        background-image: url("images/site/ico/ico_soc-em-32@2x.png");
	        background-size: 32px 32px; } }
	    @media (min-resolution: 144dpi) {
	      /* line 992, ../scss/theme/_main.scss */
	      .blacklight_details-social li.em a {
	        background-image: url("images/site/ico/ico_soc-em-32@2x.png");
	        background-size: 32px 32px; } }
			 .blacklight_details-social li.pr a {
	    background-image: url("images/site/ico/print32.png");
	    background-size: 25px 25px;
	    background-color: #79ae4a; }
	    @media (-webkit-min-device-pixel-ratio: 1.5) {
	      /* line 992, ../scss/theme/_main.scss */
	      .blacklight_details-social li.pr a {
	        background-image: url("images/site/ico/print32.png");
	        background-size: 25px 25px; } }
	    @media (min-resolution: 144dpi) {
	      /* line 992, ../scss/theme/_main.scss */
	      .blacklight_details-social li.pr a {
	        background-image: url("images/site/ico/print32.png");
	        background-size: 25px 25px; } }

        .blacklight_details-social li.wa a {
	    background-image: url("images/site/ico/ico_whatsapp.png");
	    background-size: 25px 25px;
	    background-color: #4dc247; }
	    @media (-webkit-min-device-pixel-ratio: 1.5) {
	      /* line 992, ../scss/theme/_main.scss */
	      .blacklight_details-social li.wa a {
	        background-image: url("images/site/ico/ico_whatsapp.png");
	        background-size: 25px 25px; } }
	    @media (min-resolution: 144dpi) {
	      /* line 992, ../scss/theme/_main.scss */
	      .blacklight_details-social li.wa a {
	        background-image: url("images/site/ico/ico_whatsapp.png");
	        background-size: 25px 25px; } } 

			@media only screen and (min-width: 37.5em) {
.blacklight_details-social.row.cozy li.wa   {
    display: none; 
}
}
.blacklight_details-social li.sm a {
	    background-image: url("images/site/ico/icon-mobile32.png");
	    background-size: 25px 25px;
	    background-color: #000; }
	    @media (-webkit-min-device-pixel-ratio: 1.5) {
	      /* line 992, ../scss/theme/_main.scss */
	      .blacklight_details-social li.sm a {
	        background-image: url("images/site/ico/icon-mobile32.png");
	        background-size: 25px 25px; } }
	    @media (min-resolution: 144dpi) {
	      /* line 992, ../scss/theme/_main.scss */
	      .blacklight_details-social li.sm a {
	        background-image: url("images/site/ico/icon-mobile32.png");
	        background-size: 25px 25px; } } 
/* Sidebar 
------------------------------------------------------------ */

	.widget-search {
	  position: relative;
	  margin-bottom: 1.875em;
	  background: white;
	  box-shadow: 2px 3px 3px -2px rgba(0, 0, 0, 0.1); 
	}

	.widget-search input[type="text"],
	.widget-search input[type="submit"] {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 1em;
		font-family: inherit;
		border: 0;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	.widget-search input[type="text"] {
		font-style: italic;
		color: #949494;
		padding-right: 70px;
		box-shadow: none;
	}

	.widget-search input[type="submit"] {
		background: #949494;
		color: #FFF;
		position: absolute;
		font-size: 14pt;
		font-weight: normal;
		top: 0; right: 0; bottom: 0;
		padding-left: 20px;
		padding-right: 20px; 
	}


.author-sidebar__recommend:hover {
   background: #6d9c42;
    box-shadow: none !important;
    top: 0 !important;
    color: #fff;
}
.author-sidebar__recommend {
      display: inline-block !important;
    margin-bottom: 1em;
    vertical-align: top;
    font-size: 10px !important;
    box-shadow: none !important;
    line-height: 19px;
    padding: 0px 6px !important;
    margin-top: 2px;
}


/* Wordpress Landing Page 
------------------------------------------------------------ */
/* entire container, keeps perspective */
.tgcflip-wrapper {
    margin: 0 auto;
    position: relative;
       overflow: hidden;
}
.tgccol5{
 width: 20%;
 float: left;
 position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
	    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}
.tgcflip-container {
	perspective: 1000;
	transform-style: preserve-3d;
	position: relative;
    width: 100%;
    margin-bottom: 30px;
}
	/*  UPDATED! flip the pane when hovered */
	.tgcflip-container:hover .tgcback {
		transform: rotateY(0deg);
	}
	.tgcflip-container:hover .tgcfront {
	    transform: rotateY(180deg);
	}

.tgcflip-container, .tgcfront, .tgcback {
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
	height: 360px;
	    width: 97%;
		moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
	    padding: 5px;
}

.tgcflipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

.tgcfront, .tgcback {
	backface-visibility: hidden;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	 border: 1px solid #fff;
}

.tgcfront {
	z-index: 2;
	transform: rotateY(0deg);
    background: #ebebeb;
	   
}

.tgcback {
	transform: rotateY(-180deg);
    background: #eee;

	padding-top: 30px;
    text-align: left;
}
.tgcauthor_img {
    display: inline-block;

}
.tgc-author-img{

}
.tgcfront h3.tgcauthor_name {
          margin-bottom: 0px;
    color: #79ae4a;
    font-weight: 700;
    font-style: normal;
    font-size: 19px;
    margin-top: 5px;
}
.tgcfront h5.tgcblog_title {
font-size: 12px;
    font-size: .75rem;
	color: #191919;
    white-space: normal;
	line-height: 1.4em;
    text-rendering: optimizeLegibility;
	font-style:normal;
}
.tgcback h3.tgcauthor_name {
        margin-bottom: 10px;
	   color: #79ae4a;
    font-weight: 700;
	font-style:normal;
}
.tgcback h5.tgcblog_title {
font-size: 12px;
    font-size: .75rem;
	color: #191919;
    white-space: normal;
	line-height: 1.4em;
    text-rendering: optimizeLegibility;
	font-style:normal;
}
.tgcback p{
	color: #191919;
    white-space: normal;
	font-style:normal;
}
@media (max-width: 992px) {
.tgccol5 {
    width: 33%;
}}
@media (max-width: 668px) {
.tgccol5 {
    width: 50%;
}}
@media only screen and (max-width: 480px) {
.tgccol5{
    float: none;
    width: 100%;
	}
	}




