/**============================================================================================================
 * News Item
 ============================================================================================================*/

.newsBlock:first-child {
	margin-top: 50px;
    display: inline-flex;
}

.newsBlock:last-child {
	margin-bottom: 80px;
    display: inline-flex;
}

.newsBlock {
	padding: 0px 0px;
	margin-top: -50px;
    display: inline-flex;
}

.news-item-left, .news-item-right {
    align-self: center;
}

.newsBlock .image {
    transition: all 0.5s ease;
}

.newsBlock:hover .image {
    box-shadow: 45px 45px 0 -15px #0F549F;
}

@media screen and (max-width: 968px) {
    .newsBlock {
        margin-top: 0;
    }

	.newsBlock.left {
		flex-direction: column-reverse;
		display: flex;
	}

    .newsBlock.right {
        display: block;
    }
}

/**============================================================================================================
 * Featured Image
 ============================================================================================================*/

.feature-image-container {
    min-height:100px;  
    padding: 0; 
}

.storyImage {
    max-width: 100%;
    width: 100%;
}

.image {
    max-height: 700px;
    overflow: hidden;
}

/**============================================================================================================
 * News Heading
 ============================================================================================================*/

.news-item {
	/*background: #fff;*/
}

.news-item a {
	color: #fff;
	transition: all 0.5s ease;
}

.news-item a:hover {
	color: #ec2028;
}

@media screen and (min-width: 1025px) {
	.news-item-left h2 {
	    text-align: left;
	    font-weight: 600;
	    width: 70%;
	    margin: 0 auto;
	    font-size: 52px;
	}

	.news-item-right h2 {
	    text-align: left;
	    font-weight: 600;
	    width: 70%;
	    margin: 0 auto;
	    font-size: 52px;
	    transition: all 0.5s ease
	}

	.news-item-right a:hover h2 {
	    text-align: left;
	    font-weight: 600;
	    width: 70%;
	    margin: 0 auto;
	    font-size: 52px;
	    color: #fff;
	    opacity: 0.8;
	}

    .news-item-left a:hover h2 {        
        color: #fff;
        opacity: 0.8;
    }
}

@media (min-width: 768px) {
    .storyImage {
        max-width: 100%;
        width: 100%;
    }
}

/**============================================================================================================
 * News Detailed page
 ============================================================================================================*/

section#FWsection1.RW {
    padding-top: 0px;
    /*background: transparent;*/
}

.articleLayout {
	background: #fff;
	margin-bottom: 15px;
}

section#FWsection1.RW .breadcrumbs .breadcrumb-container {
	margin-top: 0px !important;
}

/**============================================================================================================
 * News Detailed Blue Blocks
 ============================================================================================================*/

 .blue {
 	background: #0E549E;
 	padding: 50px 20px;
 }

 .blue h1, .blue h2, .blue h3, .blue h4, .blue h5, .blue h6, .blue p, .blue li, .blue em, .blue strong, .blue a {
 	color: #fff;
 } 

/**============================================================================================================
 * News Detailed Font & Backgrounds
 ============================================================================================================*/

 section#FWsection1.RW p, section#FWsection1.RW h1, section#FWsection1.RW section#FWsection1.RW h2, section#FWsection1.RW h3, section#FWsection1.RW h4, section#FWsection1.RW h5, section#FWsection1.RW h6, section#FWsection1.RW li, section#FWsection1.RW a section#FWsection1.RW strong, section#FWsection1.RW em, section#FWsection1.RW em a {
    color: #000;
}

section#FWsection1.RW li {
	list-style-type: square !important;

	margin-left: 90px;
    margin-right: 90px;
    margin-bottom: 30px;
}

section#FWsection1.RW ul.breadcrumb li, section#FWsection1.RW ul.footer-content li {
	margin-left: 0px;
    margin-right: 0px;
}

section#FWsection1.RW .bannerImagePH p, section#FWsection1.RW .bannerImagePH h1, section#FWsection1.RW section#FWsection1.RW .bannerImagePH h2, section#FWsection1.RW .bannerImagePH h3, section#FWsection1.RW .bannerImagePH h4, section#FWsection1.RW .bannerImagePH h5, section#FWsection1.RW .bannerImagePH h6, section#FWsection1.RW .bannerImagePH li, section#FWsection1.RW .bannerImagePH a {
    color: #fff;
}

section#FWsection1.RW .bannerImagePH h1 {
	font-weight: bold
}

section#FWsection1.RW h2 {
	font-size: 3.9rem;
}

/**============================================================================================================
 * News Detailed banner inner
 ============================================================================================================*/

.bannerImagePH {
	position: relative;
}

.titleRow {
    bottom: 50px;
    position: absolute;
    width: 100%;
}

.bannerImagePH .woc-btn {
	margin: 1em 0 1em -1em;
	width: 100%;
}

.overlayBanner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,0.5);
}

/**============================================================================================================
 * News Detailed Quote Block
 ============================================================================================================*/

.quoteBlock {
	background: #0E549E;
    padding: 46px 111px;
    text-align: center;
    position: relative;
	margin-left: 90px;
    margin-right: 90px;
}

.quoteBlock:before {
    content: '“';
   font-family: 'noto serif',serif;
   font-size: 100px;
   display: inline-block;
   color: #fff;
   line-height: 18px;
   position: absolute;
   left: 15px;
   top: 30px;
}

.quoteBlock:after {
    content: '“';
   font-family: 'noto serif',serif;
   font-size: 100px;
   color: #fff;
   transform: rotate(180deg);
   display: inline-block;
   line-height: 18px;
   position: absolute;
   bottom: 30px;
   right: 15px;
}

.quoteBlock p {
	color: #fff !important;
	text-decoration: italic;
	position: relative;
}

/**============================================================================================================
 * News Detailed Color Devider
 ============================================================================================================*/

 .blueBlock {
    background: #0E549E;
    position: relative;
    margin: 0 -40px;
    padding: 25px 40px;
 }

#FWsection1.RW .blueBlock p, #FWsection1.RW .blueBlock a, #FWsection1.RW .blueBlock h1, #FWsection1.RW .blueBlock h2, #FWsection1.RW .blueBlock h3, #FWsection1.RW .blueBlock h4, #FWsection1.RW .blueBlock h5, #FWsection1.RW .blueBlock h6, #FWsection1.RW .blueBlock span, #FWsection1.RW .blueBlock li, #FWsection1.RW .blueBlock strong, #FWsection1.RW .blueBlock em {
    color: #fff;
    transition: all 0.5s ease;
}

.blueBlock a:hover {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

/**============================================================================================================
 * News Detailed social media
 ============================================================================================================*/

.a2a_kit {
	text-align: center;
    margin: 0 auto;
    width: fit-content;
}

a.a2a_button_linkedin .a2a_s_linkedin {
    background-color: #EC2028 !important;
    border-radius: 100%;
    padding: 10px;
    height: 50px;
    width: 50px;
}

a.a2a_button_twitter .a2a_s_twitter {
	background-color: #0E549E !important;
    border-radius: 100%;
    padding: 10px;
    height: 50px;
    width: 50px;
}

a.a2a_button_facebook .a2a_s_facebook {
	background-color: #0E549E !important;
    border-radius: 100%;
    padding: 10px;
    height: 50px;
    width: 50px;
}

.a2a_dd .a2a_s_a2a {
	background-color: #0E549E !important;
    border-radius: 100% !important;
    padding: 10px;
    height: 50px;
    width: 50px;
}

/**============================================================================================================
 * News Detailed floating social media
 ============================================================================================================*/

 .fixed {
    position: fixed;
    right: 0;
    top: 50px;
    height: fit-content;
    width: fit-content;
}

.floatingShare .a2a_kit {
	position: absolute;
    right: 50px;
	display: none;
}

.floatingShare .a2a_default_style .a2a_counter img, .floatingShare .a2a_default_style .a2a_dd, .floatingShare .a2a_default_style .a2a_svg {
 	float: none !important;
}

.floatingShare .a2a_default_style a.a2a_button_linkedin {
    float: none !important;
}

.floatingShare .a2a_default_style a.a2a_button_twitter {
	float: none !important;	
}

.floatingShare .a2a_default_style a.a2a_button_facebook {
	float: none !important;
}

.floatingShare .a2a_default_style .a2a_dd {
	float: none !important;
}

@media screen and (max-width: 968px) {
    .floatingShare {
        display: none;
    }
	
	.quoteBlock {
		margin-left: 0;
		margin-right: 0;
		    padding: 46px 46px;
	}
	
	section#FWsection1.RW li {
		margin: 0; 
		
	}
	
	.bannerImagePH .woc-btn {
		margin: 1em 0 1em 2em;
	}
}