@charset "UTF-8";
.blogcontainer header {
	/*Header */
	background-color: rgba(208,207,207,1.00);
	overflow: auto;
	font-family: montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
}

.blogpost-details {
    font-family: 'Lato';
    font-size: 14px;
    display: block;
    width: 100%;
    margin-top: 40px;
}
.blog-return {
    display: inline;
    margin-right: 30px;
    font-weight: 700;
}
.blog-return a {
    color: #38A896;
    text-decoration: none;
}
.blogTopic {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    color:#8DBFDE;
    text-transform: uppercase;
    margin-right: 10px;
    text-decoration: none;
}
.blogtype-post-sm {
    text-transform: uppercase;
    color: #2E2E2E;
    display: inline;
    margin-right: 30px;
    font-weight: 700;
}
.blogdate-post-sm {
    text-transform: uppercase;
    color: #868686;
    display: inline-block;
    margin-right: 12px;
    font-weight: 400;
}
.blogtime-post-sm {
    color: #868686;
    display: inline;
    font-weight: 300;
}
.blogtimezone-post-sm {
    color: #868686;
    display: inline;
    font-weight: 300;
}
#blog-maincontent h1 {
	/* Styling for main headings */
	color: #2361A7;
    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-size: 40px;
    margin: 20px 0;
}
#blog-maincontent h2 {
	/* Styling for main headings */
	color: #2361A7;
    font-family: 'Roboto Condensed';
    font-weight: 400;
    margin-top: 40px;
    font-size: 32px
}
#blog-maincontent h3 {
	/*Captions ot Taglines */
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
	color: #2361A7;
    font-size: 25px;
}
#blogcontent #blog-maincontent #blogbannerImage {
	/*Container for main banner image */
	width: 100%;
    max-height: 570px;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center;
}
#blogcontent #blog-maincontent p {
	/* All paragraphs under blog-maincontent */
	color: #000000;
	font-family: 'Lato';
	font-weight: 400;
    font-size: 18px;
	/* text-align: left; */
}
.blogarticle {
    /* padding-left: 4%; */
    padding-right: 4%;
    margin-bottom: 100px;
    display:table;
}
.blogquote {
    font-family: 'Lato';
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    font-style: italic;
    border-left: 3px solid #3C90DD;
    padding: 7px 0px 7px 30px;
    margin: 24px 0;
}
.blogvideo {
    width: 70%;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
}
.blogvideo iframe {
    width: 100%;
}
#blog-social {
    display: block;
    text-align: center;
    margin: 10px 0;
}
#blog-social img {
    padding: 0 20px;
    display: inline;
}
hr.blogRule {
	border-top: 1px solid #C7C7C7;
    margin: 40px 0px;
    display: block;
}
.blog-lower {
    padding: 0 4%;
    display: block;
}
.blog-lower h1 {
    font-family: 'Roboto Condensed';
    font-size: 28px;
    font-weight: 900;
    color: #000000;
    letter-spacing: 2px;
}
.blog-lower label {
    font-family: 'Lato';
    font-weight: 700;
    font-size: 16px;
    margin: 10px 0;
    line-height: 26px;
}
.blog-lower input {
    width: calc(100% - 22px);
    padding: 10px;
    margin-bottom: 15px;
}
.blog-lower textarea {
    width: 100%;
    margin-bottom: 15px;
}
.blog-lower-feed {
    padding: 20px 0 50px 0;
    background-color: #F5F5F5;
    width: 100%;
    margin-top:60px;
}
.blog-lower-feed h1 {
    font-family: 'Roboto Condensed';
    font-size: 28px;
    font-weight: 900;
    color: #000000;
    letter-spacing: 2px;
}
.blogfeed-sm {
    
}
.blogfeed-single {
    display: inline-block;
    max-width: 24%;
    padding-right: 1%;
    padding-top: 10px;
    margin-bottom: 20px;
    vertical-align: top;
}
.blogfeed-single img {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
.blogfeed-title {
    display: block;
    position: relative;
    width: 100%;
    font-family: 'Roboto Condensed';
    font-size: 18px;
    color: #001840;
    text-decoration: none;
}
a.blogfeed-title:hover {
    color: #2361A7;
}
.blogTopic:last-child span {display:none;}

.blogAuthor-photo {
    display: inline;
}
.blogAuthor-photo img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.blogAuthor {
    display: inline-block;
    width: 28%;
    margin-right: 2%;
    font-family: 'Lato';
    font-size: 14px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
.blogAuthor-text {
    display: inline-block;
    position: absolute;
    top: 10px;
    margin-left: 10px;
}
.blogAuthor-name,.blogAuthor-name a {
    font-weight: 700;
    color: #000000;
}
.blogAuthor-name a:hover,.blogAuthor-cred a:hover {
    color:#5190d7;
}
.blogAuthor-cred,.blogAuthor-cred a {
    font-weight: 400;
    font-style: italic;
    color: #707070;
}

#blog-maincontent {
	/* Container for the blog post in individal blog view */
	width: 100%;
	float: left;
	padding-top: 10px;
}

.blogdate-post {
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: -10px 0px 10px 0px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Lato';
    letter-spacing: 1px;
}
.blogtime-post {
    display: block;
    font-size: 20px;
    font-weight: 400;
}
.blogcomments-parent {
    width: 100%;
    float:none;
    padding: 30px 0px 10px 0px;
    display: block;
}
.blogcomments-child {
    width: 90%;
    margin-left: 10%;
    border-top: 1px solid #ACACAC;
        border-bottom: 1px solid #ACACAC;
    padding: 15px 0px;
    display: block;
}
.blogcomments-name {
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 700;
    display: block;
}
.blogcomments-time {
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 400;
    display: block;
}
.blogcomments-comment {
    font-family: 'Lato';
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0;
    display: block;
}
.blogcomments-reply a {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: 600;
    color: #707070;
    text-decoration: none;
    display: block;
}
.blogcomments-reply a:hover {
    color: #ACACAC;
}
.blogcontainer {
	/* Container of all content */
	max-width: 1170px;
	overflow: auto;
    margin: 0 auto;
}
#blog-form-submit {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    background-color: #001840;
    color: #FFFFFF;
    font-size: 19px;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #fff;
    padding: 8px 15px;
    letter-spacing: 2px;
    font-family: 'Roboto';
    text-decoration: none;
    width: auto;
}
#blog-form-submit:hover {
    background-color: #2361a7;
}
nav ul li {
	list-style-type: none;
	padding-top: 8px;
	padding-bottom: 8px;
}
nav ul {
	padding-left: 0%;
}
nav ul li a {
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}

.notOnDesktop {
	/*element to be displayed only in mobile view and tabet view */
	display: none;
}
#blog-maincontent #blogbannerImage img {
	/* Actual banner image */
	/* width: 100%; */
}
#sidebar #adimage img {
	/* Image in sidebar */
	width: 100%;
	float: left;
}
.blogcontainer header nav a {
	/* Links in header */
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}

/* Tablet view */
@media screen and (max-width:769px) {
.notOnDesktop {
	/* Search box shown only in mobile view and Tablet view */
	display: block;
	text-align: right;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 96%;
}
#blogcontent .notOnDesktop input {
	height: 28px;
}
#blog-maincontent {
	/* Container for the blog post */
	padding-top: 0px;
	float: none;
	width: 100%;
    padding: 0 10px;
}
.blogcontainer {
    padding: 0 10px;
}
.blogAuthor {
    width: 45%;
}
.blogfeed-single {
    max-width: 48%;
    margin-left: 1%;
}

.blogcontainer header {
	/* Header */
	width: 100%;
}
}

/* Mobile view */
@media screen and (max-width:480px) {
.blogpost-details {
    padding: 0 10px;
}
.blogAuthor {
    width: 100%;
}
.blogvideo {
    width: 100%;
}
.blogcontainer header nav {
	/*navigation links in header */
	text-align: center;
	background-color: rgba(255,255,255,1.00);
	width: 98%;
}
#blogcontent .notOnDesktop {
	/* Search box shown only in mobile and tablet view */
	width: 100%;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}
#blogcontent .notOnDesktop input {
	width: 80%;
	text-align: center;
}
#blogcontent #blog-maincontent h3 {
	/* Title under blog-maincontent, if any */
	font-size: 14px;
}

}
