﻿body {
    background-color: #fff;
}

a:hover.tooltips span {
    visibility: visible;
    left: 0;
    z-index: 999;
}

a.tooltips {
    position: relative;
    color: grey;
    margin: 4px;
    display: inline-block;
    margin-top: 6px;
}

    a.tooltips span {
        padding-left: 15px;
        font-size: 15px;
        cursor: pointer;
        border-radius: 18px;
        visibility: hidden;
        position: absolute;
        background-color: rgba(35,31,32,0.6);        
        margin-left: -60px;
        color: #FFFFFF;
    }

a.ListHover span {
    margin-top: 60px;
}

.HoverAdmin {
    width: 80px;
    color: #FFFFFF;
    font-family: "HelveticaNeueRegular";
    font-size: 14px;
    letter-spacing: -0.15px;
    padding: 4px;
    margin-right:10px;
    height: 10px;
}

.blog-body img {
    width: 50%;
    float: left;
}

.blog-body p {          
   margin:1px;
}

.navbar-default {
    background-color: rgb(88, 198, 206);
    border-color: transparent;
}
a.back-text {
    font-size: 18px;
    color: #fff;
    height: 20px;
    font-family: helveticaNeue;
	text-decoration:underline;
}

.devider-line{border:2px solid #fff;}
.footer-divider-line {
	box-sizing: border-box;
	height: 0.1%;
	width: 100%;
	border: 0.5px solid #FEFEFE;
}
.social-inner-icon {
    width: 41px;
    height: 41px;
    background: #959191;
    border-radius: 50%;
}
.join-our-newsletter-subheader-social {
    height: 47px;
    color: #4A4A4A;
    font-size: 25.17px;
    line-height: 12px;
    margin-top: 111px;
    font-family: 'HelveticaNeue';
}
.share {
	height: 1.47%;	
	font-family: Helvetica;
	font-size: 25.17px;
	letter-spacing: -1px;
	line-height: 30px;	
	text-align:center;
}
.join-our-newsletter-subheader-social{    text-align: center;    margin-top: 50px;    height: auto;    margin-bottom: 100px;}
.blog-title h1 {			
	font-family: Helvetica;
	font-size: 40px;
	line-height: 44px;
    margin:0;
}
.container{width:100%;}
.blog-author {
	height: 35px;		
	font-family: "HelveticaNeueLight";
	font-size: 30px;
	font-weight: 300;
	line-height: 36px;
	margin-top:20px;
}
.blog-date {
	height: 35px;		
	font-family: Helvetica;
	font-size: 29px;
	line-height: 35px;
	margin-top:30px;
}


.navbar-wrapper {
    position: relative;
}	
.jumbotron {
    background-color: #fff;
}
.row {
    margin-right: 20px;
    margin-left: 20px;
}
.blog-body {
    font-family: "HelveticaNeue";
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    padding: 0px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
@media screen and (min-width: 768px){
.jumbotron .h1, .jumbotron h1 {font-size: 48px;}

}

@media screen and (max-width: 767px){
.blog-container {margin-top:0px;}
.share {font-size:20px;}
.blog-container {margin-top:0px;}
.blog-body{margin-top:30px;     padding: 0px;   font-size: 17px;}
.blog-title h1{font-size:25px;line-height:27px;    text-align: center;}
.blog-author {    height: 35px;  text-align: center; font-family: "HelveticaNeueLight";    font-size: 18px;    font-weight: 300;    line-height: 17px;    margin-top: 19px;}
.blog-date {height: 35px;font-size: 18px;    line-height: 16px;   margin-top: 0px;    text-align: center;    width: 100%;}

}
@media (min-width: 320px) and  (max-width: 600px) {
.share {font-size:15px;}
.blog-container {margin-top:0px;}
.blog-body{margin-top:30px;     padding: 0px;   font-size: 13px;}
.blog-title h1{font-size:25px;line-height:27px;    text-align: center;}
.blog-author {    height: 35px;    color: #FFFFFF;       text-align: center; font-family: "HelveticaNeueLight";    font-size: 14px;    font-weight: 300;    line-height: 17px;    margin-top: 19px;}
.blog-date {height: 35px;font-size: 13px;    line-height: 16px;   margin-top: 0px;    text-align: center;    width: 100%;}
}