/*
Theme Name: BRAC BLOG
Author: 'Fuad Rabbi Shuvra'
Description: WordPress Theme by BRAC Communications
Theme URI: http://blog.brac.net/
Author URI: http://brac.net/
License: -
License URI: -
Version: 17.4.3

All css files are placed in /css/ folder
*/

@font-face {
	font-family: 'HelveticaNeueLTPro-Lt';
	src: url("fonts/helvetica-neue-lt-pro/HelveticaNeueLTPro-Lt.woff2") format("woff2"), url("fonts/helvetica-neue-lt-pro/HelveticaNeueLTPro-Lt.woff") format("woff");
}

/****<><><> Shuvra <><><>****/
.thick-divider hr { height:5px;background:#000; }
.post-footer { padding: 3px 15px 2px; background:#000; }
.post-footer .post-links { display:none; }
blockquote {background:none;max-width: 770px;margin: 0 auto 35px;}
blockquote p {font-size:24px !important;}

.top-logo {float:left;margin-top:5px;}
.top-logo img {width:85px;}

.post-title h2 a, .blog_slider h4 a, .wpp-post-title, .post-related h4 a, .Latest_news.featured ul.ul-first h4 a {
	background-image: linear-gradient(180deg,transparent 65%,#fcd60b 0);
	background-size: 0 100%;
	background-repeat: no-repeat;
	text-decoration: none;
	-webkit-transition: background-size .4s ease;
	-moz-transition: background-size .4s ease;
	-ms-transition: background-size .4s ease;
	-o-transition: background-size .4s ease;
	transition: background-size .4s ease;
}
.post-title h2 a:hover, .blog_slider h4 a:hover, .wpp-post-title:hover, .post-related h4 a:hover, .Latest_news.featured ul.ul-first h4 a:hover {
	background-size: 100% 100%;
	cursor: pointer;
	text-decoration: none;
	color: #000;
}
p, ol, ul {
	/*font-size: 18px;
	line-height: 32px;*/
	font-size: 17px;
	line-height: 29px;
}
.single-post #Content img.alignleft {margin-right:20px;}
.single-post #Content img.alignright {margin-left:20px;}
.wp-caption-text {
	font-size:12px;
	color:#888;
	text-align: justify;
}
#Top_bar .menu > li > a span:not(.description) {
	padding: 0 10px;
}
.excerpt-hellip {
	display:none;
}
#Action_bar .contact_details {
	float:right !important;
}
#Action_bar .contact_details .slogan {
	padding:0 !important;
}
#Action_bar .contact_details .slogan a {
	font-size:15px;
}
#Action_bar .social {
	display:none !important;
}
.wgs_wrapper {display:none;}
/****<><><> Remove Margin <><><>****/
.one.column {
	width: 100% !important;
}
.column, .columns {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.blog_slider .blog_slider_ul li .item_wrapper {
	margin: 0 !important;
}
.image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
	margin-bottom: 0 !important;
}
/****<><><> Home Blog post <><><>****/
/*.image_frame {
	height: 270px;
	overflow: hidden;
}*/

/****<><><> Newsletter <><><>****/
.NewsletterSignup {
    position: relative;
    overflow: hidden;
    max-width: 450px;
    min-height: 565px;
}
.NewsletterSignup-OverlayStuff {
    position: absolute;
    top: 105px;
    left: 0;
    right: 0;
    text-align: center;
    align-items: center;
}
.NewsletterSignup-VideoContainer {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 550px;
}
.NewsletterSignup-Video {
    overflow: hidden;
    position: absolute;
    top: 22%;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background: url("images/newsletter/blog_newsletter_video_still.jpg") no-repeat left top;
    background-size: cover;
    transition: opacity 1s;
}
.NewsletterSignup-Image {
    background-image: url(images/newsletter/email-contact-us.png);
    position: absolute;
    top: -70px;
    right: 0;
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    width: 150px;
    height: 137px;
    z-index: 100;
}
.NewsletterSignup-ContentText {
padding: 80px 60px 40px;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -.5px;
    position: relative;
    border: 8px solid #000;
    color: #000;
}
.Button.Button--yellow {
    border-width: 0;
    background-color: #fcf113;
    color: #000;
}
.Button {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #6d7e88;
    text-transform: uppercase;
    border: 1px solid #a2aeb6;
    box-sizing: border-box;
    -webkit-transition: background-color .15s ease,color .15s ease,border .15s ease;
    -moz-transition: background-color .15s ease,color .15s ease,border .15s ease;
    -ms-transition: background-color .15s ease,color .15s ease,border .15s ease;
    -o-transition: background-color .15s ease,color .15s ease,border .15s ease;
    transition: background-color .15s ease,color .15s ease,border .15s ease;
    padding: 12px 15px;
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
}
.NewsletterSignup-Header {
	font-family: "Roboto", Arial, Tahoma, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    margin-top: 40px;
    margin-bottom: 32px;
    color: #000;
}
.NewsletterSignupForm .TextField {
    display: block;
    margin: 0 10px;
    padding-bottom: 40px;
    width: auto;
}
.NewsletterSignupForm .TextField-input {
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 18px;
	font-style: italic;
    letter-spacing: -.5px;
	text-transform: none;
    text-align: center;
    color: #515e65;
    border: none;
    border-bottom: 2px solid #000;
    background-color: transparent;
    transition: border .3s;
	box-shadow: none;
	margin: 0;
}
.NewsletterSignupForm .TextField-input:focus {
    color: #515e65;
    border: none;
    border-bottom: 2px solid #000;
    background-color: transparent !important;
	box-shadow: none;
}
.release {
	position: fixed;
}
/****<><><> Footer <><><>****/
.Footer-WhiteLinks--Underlined {
    font-size: 20px;
    text-transform: none;
    line-height: 22px;
    letter-spacing: -.5px;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    -ms-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    color: #fff;
    width: 25%;
    text-decoration: none;
    border-bottom: 2px solid;
    margin-right: 8%;
    margin-bottom: 20px;
	display: inline-block;
}
.Footer-WhiteLinks--Underlined:hover {
	text-decoration: none;
}
#Footer a {
	color: #fff;
}
.footer_action h4 {
	margin-bottom:0;
}
.footer-about {
	font-size:15px;
	line-height:24px;
}
#Footer .footer_copy .social li a {
	font-size:28px;
}
#custom_html-4 h4 {
	margin-left:30px;
}
/****<><><> Sidebar <><><>****/
.popular-posts {
	background-color: #f0f4f6;
}
.popular-posts h3 {
	background: #ec008c;
	color: #FFFFFF;
	padding: 15px 0;
	font-family: "Domine", Arial, Tahoma, sans-serif;
	font-size: 14px !important;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
}
.one.column.column_sidebar_widget {
	width: 100%;
	margin: 0 0 40px;
}
.wpp-list {
	padding: 0 50px 0 20px;
}
.wpp-list li {
	padding-bottom: 20px;
}
/*.wpp-thumbnail {
	margin-right: 15px;
	margin-top: 5px;
	border-bottom: 10px solid #fcd60b;
}*/
.wpp-list .wpp-meta.post-stats{
	float: left;
	width: 72%;
	border-bottom: 2px solid #d8dde0;
	padding-bottom: 20px;
	line-height:20px;
}
.wpp-list .wpp-meta.post-stats .wpp-category {
	display:inline-block;
}
.wpp-category {
	color: #a2aeb6;
	text-transform: uppercase;
	font-size: 14px;
	padding-bottom: 10px;
}
.wpp-category a {
	color: #000000;
}
/*.wpp-post-title {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -.5px;
	font-weight: normal;
	font-family: "Domine", Arial, Tahoma, sans-serif;
	color: #000000;
}*/
.wpp-views {float:right;}
/****<><><> Home <><><>****/
.home-top-blog .blog_slider.flat .blog_slider_ul li .item_wrapper .image_frame.scale-with-grid {
	overflow: hidden;
	border-bottom: 10px solid #fcd60b;
}
.home-top-blog {margin-bottom:25px;}
.home-top-blog h4 {
	font-size: 37px;
	line-height: 42px;
	font-weight: 300;
	margin-top: 25px;
	text-align: center;
}
.home-top-blog .blog_slider.flat .blog_slider_ul li .item_wrapper .image_wrapper img,
.home-top-blog .Latest_news.featured .photo img {
	opacity: 1;
	transition: all .3s ease-in-out;
}
.home-top-blog .blog_slider.flat .blog_slider_ul li .item_wrapper .image_wrapper img:hover,
.home-top-blog .Latest_news.featured .photo img:hover {
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.home-middle-blog .post-title {
	min-height: 165px;
}
/*.home-middle-blog .post-title h2 {
	font-size: 33px;
	line-height: 42px;
	letter-spacing: -1.2px;
	font-weight: 400;
}*/
.home-middle-blog .post-excerpt {
	display: none;
}
.home-middle-blog .image_frame .image_wrapper .mask {
	display: none;
}
.home-middle-blog .image_frame .image_wrapper .image_links {
	display: none;
}
.home-middle-blog .image_frame {
	border: none;
	border-bottom: 10px solid #fcd60b;
}
.home-middle-blog .image_frame:hover .image_wrapper img, .home-middle-blog .image_frame.hover .image_wrapper img {
	top:0;
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.home-bottom-blog .post-title {
	min-height: 200px;
}
/*.home-bottom-blog .post-title h2 {
	font-size: 33px;
	line-height: 42px;
	letter-spacing: -1.2px;
	font-weight: 400;
}*/
.home-bottom-blog .post-excerpt {
	display: none;
}
.home-bottom-blog .image_frame .image_wrapper .mask {
	display: none;
}
.home-bottom-blog .image_frame .image_wrapper .image_links {
	display: none;
}
.home-bottom-blog .image_frame {
	border: none;
	border-bottom: 10px solid #fcd60b;
}
.home-bottom-blog .image_frame:hover .image_wrapper img, .home-bottom-blog .image_frame.hover .image_wrapper img {
	top:0;
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/****<><><> Single Post <><><>****/
.intro-wrapper {
	/*background-color: #f0f4f6;*/
	background: url("//blog.brac.net/wp-content/uploads/2022/10/excerpt-bg.jpg") repeat left top;
	position: relative;
	/*-webkit-clip-path: polygon(0 0,100% 0,100% 95%,0 100%);
	clip-path: polygon(0 0,100% 0,100% 95%,0 100%);*/
}
.intro-wrapper #Intro {
	/*-webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 85%);
	clip-path: polygon(0 0,100% 0,100% 100%,0 85%);
	z-index: -1;*/
	background-size: cover;
	min-height:435px !important;
}
.intro-wrapper #Intro .intro-next {
	display: none;
}
.intro-wrapper .intro-slogan {
	margin: 0 15%;
	padding: 40px 0 30px;
	/*color:#555555;*/
	color:#26281C;
}
.intro-wrapper .intro-slogan p {
	font-size: 28px;
	line-height: 36px;
	padding-top: 25px;
}
.intro-wrapper .intro-inner {
	padding: 0 !important;
	/*margin-top: -130px;*/
	position: absolute;
	top: 435px;
	/*top: 63%;*/
	-ms-transform: translate(0%, -100%);
	transform: translate(0%, -100%);
	z-index: 9;
}
.intro-wrapper .intro-title {
	max-width: 70%;
	text-align: left;
	font-size: 60px;
	line-height: 65px;
	letter-spacing: -3px;
	margin: 7px 0 0;
	font-weight: 700;
}
.intro-wrapper .intro-title span {
	/*background: #000000;*/
	color: #fff;
	display: inline;	
	padding: 3px 20px 3px 50px;
	overflow:hidden;
	text-shadow: 5px 5px 5px #000;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	-moz-box-decoration-break: clone;
}
.intro-wrapper .intro-meta {
	display:none;
}
.intro-wrapper .intro-inner .categories {
	display: inline;
	padding: 10px 14px 10px 30px;
	color: #e3c30a;
	/*color: #000;
	background: #ffffff;*/
}
.intro-wrapper .intro-inner .categories a {
	font-size: 14px;
	line-height: 20px;
	color: #e3c30a;
	background-image: linear-gradient(180deg,transparent 65%,#f99b1c 0);
	background-size: 0 100%;
	background-repeat: no-repeat;
	text-decoration: none;
	-webkit-transition: background-size .4s ease;
	-moz-transition: background-size .4s ease;
	-ms-transition: background-size .4s ease;
	-o-transition: background-size .4s ease;
	transition: background-size .4s ease;
	text-transform: uppercase;
	text-shadow: 3px 3px 5px #000;
}
.intro-wrapper .intro-inner .categories a:hover {
	background-size: 100% 100%;
}
.intro-wrapper .intro-slogan .date {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	display: inline;
	padding-right: 5px;
	color: #26281C;
}
.intro-wrapper .intro-slogan .author {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	display: inline;
	font-weight: bold;
}
.intro-wrapper .intro-slogan .author a {
	background-image: linear-gradient(180deg,transparent 65%,#f99b1c 0);
	background-size: 0 100%;
	background-repeat: no-repeat;
	text-decoration: none;
	-webkit-transition: background-size .4s ease;
	-moz-transition: background-size .4s ease;
	-ms-transition: background-size .4s ease;
	-o-transition: background-size .4s ease;
	transition: background-size .4s ease;
	color: #26281C;
}
.intro-wrapper .intro-slogan .author a:hover {
	background-size: 100% 100%;
}
.intro-wrapper .intro-slogan .reading-time p {
	font-size:14px;
	padding:0;
	margin:0;
	line-height:22px;
}

/****<><><> Carousal slider <><><>****/
.home-bottom-blog .slick-slide {
  transition: all 0.3s ease-in-out;
}

/*.home-bottom-blog .slick-track {
  align-items: center;
  display: flex;
  height: 400px;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

.home-bottom-blog .slick-track li {
  height: 150px;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 150px;
  z-index: 0;
}*/

/* code here */


/*.intro-wrapper .intro-slogan a, .the_content_wrapper a {
	background-image: linear-gradient(180deg,transparent 65%,#fcd60b 0);
	background-size: 0 100%;
	background-repeat: no-repeat;
	text-decoration: none;
	-webkit-transition: background-size .4s ease;
	-moz-transition: background-size .4s ease;
	-ms-transition: background-size .4s ease;
	-o-transition: background-size .4s ease;
	transition: background-size .4s ease;
}
.intro-wrapper .intro-slogan a:hover, .the_content_wrapper a:hover {
	background-size: 100% 100%;
	color:#ec008c;
}*/



/****<><><> Inner page content <><><>****/
.short-story p {
	max-width: none !important;
	margin: 0 15% !important;
	padding: 20px 0;
}
.stories .intro-wrapper .intro-title {
	max-width:none;
}
.with_aside .sections_group{
	padding-top: 80px;
}
.widget-area.lines-hidden {
	padding: 0;
	border: none;
	margin-top: 80px;
}
.widget-area::before {
	background: rgba(0,0,0,0);
}
.author-box .desc-wrapper {
	margin-left: 191px;
}
.author-box .avatar-wrapper {
	width: 150px;
	height: 150px;
}
.author-box .desc-wrapper h5 {
	font-size: 33px;
	line-height: 42px;
	font-weight: 400;
}
.author-box .desc-wrapper .desc {
	font-size: 18px;
	font-style: italic;
	line-height: 32px;
}
.post-related .post-excerpt {
	display: none;
}
.post-related .image_frame .image_wrapper .mask {
	display: none;
}
.post-related .image_frame .image_wrapper .image_links {
	display: none;
}
.post-related .image_frame {
	border: none;
	border-bottom: 10px solid #fcd60b;
	margin-bottom: 0 !important;
}
.post-related .image_frame:hover .image_wrapper img {
	top:0;
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.post-related h4 a {
	font-size: 33px;
	line-height: 38px;
	letter-spacing: -1.2px;
	font-weight: 400;
}
/*.post-related .wpp-category {
	padding: 20px 20px 0;
}*/
.post-related .desc {
	padding: 10px 20px 0;
}
.post-related .desc h4 {
	min-height: 200px;
}
.column.post-related {
	margin-left: 1% !important;
	margin-right: 1% !important;
}
.section-post-related {
	clear: both;
}
.related-title {
	font-size: 50px;
	line-height: 55px;
	font-weight: 400;
	color: #26281C;
	margin-bottom: 40px;
	text-align: center;
	padding: 0 4%;
}
.section-post-related .section-related-adjustment {
	border: none;
	padding: 0;
}
a.inline-twitter-link {
	background-color:rgb(233, 235, 228);
	background-image: linear-gradient(180deg,transparent 65%,#fcd60b 0);
	background-size: 0 100%;
	background-repeat: no-repeat;
	text-decoration: none;
	-webkit-transition: background-size .4s ease;
	-moz-transition: background-size .4s ease;
	-ms-transition: background-size .4s ease;
	-o-transition: background-size .4s ease;
	transition: background-size .4s ease;
	color:#444;
	font-size:18px;
	line-height:32px;
	padding:7px 0px;
	/*display:inline-block;*/
}
a.inline-twitter-link:hover {
	/*color:#ec008c;*/
	background-color:rgb(226, 241, 249);
	background-size: 100% 100%;
	cursor: pointer;
	text-decoration: none;
	color: #000;	
}
.inline-twitter-link .dashicons {
	line-height:inherit;
	font-size:inherit;
	text-decoration:inherit;
}

/****<><><> Archive/Category Page <><><>****/
#Subheader::after {
	background: none;
}
.archive .post-excerpt, .blog .post-excerpt  {
	display: none;
}
.archive .post-title, .blog .post-title {
	min-height: 200px;
}
.archive .image_frame .image_wrapper .mask, .blog .image_frame .image_wrapper .mask {
	display: none;
}
.archive .image_frame .image_wrapper .image_links, .blog .image_frame .image_wrapper .image_links {
	display: none;
}
.archive .sections_group .image_frame, .blog .sections_group .image_frame {
	border: none;
	border-bottom: 10px solid #f99b1c;
	margin-bottom: 0 !important;
}
.archive .sections_group .image_frame:hover .image_wrapper img, .blog .sections_group .image_frame:hover .image_wrapper img {
	top:0;
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.archive .post-footer, .blog .post-footer {
	margin-bottom: 40px;
}
/*.archive.category-3-stories-for-the-3-mm-of-sea-level-rise-each-year .post-head, .archive.category-3-stories-for-the-3-mm-of-sea-level-rise-each-year .wpp-category {
	display:none;
}*/
.author #Subheader {padding:50px 0 0 !important;}
.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper {
	max-height:250px;
	max-width:250px;
	z-index: 1;
}
.mpp-content-wrap p { font-weight:300; }

/****<><><> Responsive <><><>****/
@media only screen and (max-width: 1024px) {
p, ol, ul {
	font-size: 16px;
	line-height: 26px;
}
.intro-wrapper .intro-slogan p {
	font-size:22px;
	line-height:28px;
	padding-top:15px;
}
.wpp-list {
	padding: 0 15px;
}
.wpp-list a {
	float:left;
}
.wpp-list .wpp-meta.post-stats {
	width:65%;
	line-height:22px;
}
.wpp-list .wpp-meta.post-stats a {
	float:none;
}
.home-top-blog {
	margin-bottom:0;
}
.home-top-blog h4{
	font-size: 28px;
	line-height:36px;
}
.wpp-category{
	font-size: 11px;
	padding-bottom:0;
}
.wpp-post-title {
	font-size: 17px;
}
.home-middle-blog .post-title h2 {
	font-size: 28px;
	line-height:36px;
}
.home-bottom-blog .post-title h2 {
	font-size: 28px;
	line-height:36px;
}
.NewsletterSignup {
	min-height:460px;
}
.NewsletterSignup-ContentText {
	padding: 70px 20px 15px;
}
.NewsletterSignup-Image {
	width:110px;
	top: -60px;
}
.NewsletterSignup-Header {
	margin:0 0 10px 0;
}
.location-icon {
	display: none;
}
.one-fourth.column {
	margin-right: 2% !important;
}
.intro-wrapper .intro-title {
	font-size:58px;
	line-height:60px;
}
.post-related h4 a {
	font-size:28px;
	line-height:36px;
}
.entry-title {
	font-size:28px;
	line-height:36px;
}
.intro-wrapper #Intro {
	background-size: 100% auto;
	background-repeat: no-repeat;
	min-height:0 !important;
	height:420px;
}
.intro-wrapper .intro-inner { margin-top: -25px; }
.intro-wrapper .intro-slogan {padding:50px 0;}
.related-title {font-size:45px;}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.wpp-thumbnail {
	display:none;
}
.wpp-list .wpp-meta.post-stats {
	width:100%;
}
.Footer-WhiteLinks--Underlined {
	font-size:16px;
}
.footer-about {
	font-size:13px;
	line-height:22px;
}
}
@media only screen and (max-width: 959px) {
.home-top-blog {
	margin-bottom:0;
}
.home-top-blog h4{
	font-size:22px;
	line-height:28px;
}
.wpp-category{
	font-size: 11px;
}
.wpp-post-title {
	font-size: 18px;
}
.home-middle-blog .post-title h2 {
	font-size:22px;
	line-height:28px;
}
.home-bottom-blog .post-title h2 {
	font-size:22px;
	line-height:28px;
}
.NewsletterSignupForm .TextField {
	padding-bottom:25px;
}
.NewsletterSignupForm .TextField-input {
	font-size:12px;
}
.NewsletterSignup-Header {
	font-size:14px;
	letter-spacing:0px;
}
.intro-wrapper .intro-title {
	font-size:55px;
	line-height:60px;
}
.intro-wrapper .intro-slogan .date {
	font-size:11px;
}
.intro-wrapper .intro-slogan .author {
	font-size:11px;
}
.intro-wrapper .intro-slogan p {
    font-size: 18px;
    line-height: 22px;
    padding-top: 5px;
}
.post-related h4 a {
	font-size:22px;
	line-height:28px;
}
.entry-title {
	font-size:22px;
	line-height:28px;
}
.intro-wrapper #Intro { height:340px; }
.intro-wrapper .intro-inner { margin-top: -100px; }
}
@media only screen and (max-width: 800px) {
.intro-wrapper #Intro { height:315px; }
.intro-wrapper .intro-inner { margin-top: -125px; }
}
@media only screen and (min-width: 768px) {
.with_aside .sections_group{
	width: 53% !important;
	margin-left: 10%;
	margin-right: 3%;
}
}
@media only screen and (max-width: 768px) {
.author h2 {line-height:40px;margin-top:20px;}
.mpp-enhanced-profile-wrap.regular .mpp-profile-image-wrapper {
	float:none;
	margin:0 auto;
}
.mpp-enhanced-profile-wrap.regular .mt-font-size-18 {text-align:center;}
.mpp-content-wrap p {text-align:left;}
}
@media only screen and (max-width: 720px) {
.intro-wrapper #Intro { height:295px; }
.intro-wrapper .intro-inner { margin-top: -145px; }	
.home-middle-blog .post-title {
	min-height:100px;
}
.home-bottom-blog .post-title {
	min-height:100px;
}
.archive .post-title {
	min-height:100px;
}
.NewsletterSignup {
	min-height:420px;
	margin:0 auto;
}
.intro-wrapper .intro-title {
	font-size:36px;
	line-height:36px;
	letter-spacing:-2px;
}
.post-related .desc h4 {
	min-height:100px;
}
}
@media only screen and (max-width: 640px) {
.intro-wrapper #Intro { height:260px; }
.intro-wrapper .intro-inner { margin-top: -180px; }
.related-title { font-size:40px;line-height:45px; }
}
@media only screen and (max-width: 540px) {
.intro-wrapper #Intro { height:220px; }
.intro-wrapper .intro-inner { margin-top:-220px; }
.intro-wrapper .intro-title { font-size:30px; line-height: 32px; }
.intro-wrapper .intro-slogan { padding:30px 0;margin:0 10%; }
}
@media only screen and (max-width: 480px) {
.intro-wrapper #Intro { height:200px; }
.intro-wrapper .intro-inner { margin-top:-240px; }
.intro-wrapper .intro-title { font-size:24px; line-height: 26px;width:80%; }
.intro-wrapper .intro-slogan p { font-size:16px; line-height:22px; }
.Footer-WhiteLinks--Underlined { font-size:14px; line-height:19px; }
}
@media only screen and (max-width: 480px) {
.intro-wrapper #Intro { height:180px; }
.intro-wrapper .intro-inner { margin-top:-260px; }
}
@media only screen and (max-width: 420px) {
.intro-wrapper #Intro { height:170px; }
.intro-wrapper .intro-inner { margin-top: -270px; }
.intro-wrapper .intro-title { font-size:24px;line-height:26px;width:80%; }
.related-title {font-size:30px;line-height:35px;margin-bottom:30px;}
}
@media only screen and (max-width: 360px) {
.intro-wrapper #Intro { height:150px; }
.intro-wrapper .intro-inner { margin-top: -290px; }
}
