.Hero {
    min-height: 250px;
    overflow: hidden;
    justify-content: center;
    align-self: center;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
}

.Hero img {
    min-height: 250px;
    min-width: 1200px;
}

.Hero .Content {
    z-index: 3;
    text-align: center;
    padding: 0 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

.Hero h1,.Hero h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 4px 4px 3px rgb(1 2 2 / 28%);
	margin-bottom:0;
}

.Hero .Content p {
    color: #fff;
	font-weight:600;
	text-shadow: 3px 3px 3px rgba(1, 2, 2, 0.28);
}
.Hero p:nth-child(1) {
	margin-bottom:0;
}
.Hero .overlay {
	z-index: 1;
	position: absolute;
	bottom: 0;
	height: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7db9e8+0,00adef+100&0+0,1+100 */
background: -moz-linear-gradient(left,  rgba(125,185,232,0) 0%, rgba(0,173,239,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(125,185,232,0) 0%,rgba(0,173,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(125,185,232,0) 0%,rgba(0,173,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#00adef',GradientType=1 ); /* IE6-9 */
	width: 100%;
	opacity: 0.6;
}
.PromoBox {
    text-align: center;
	position: relative;
	overflow: hidden;
	justify-content: center;
	-webkit-align-self: center;
	align-self: center;
	flex-direction: column;
	align-items: center;
	-ms-flex-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	max-width: 330px;
	margin: 0 auto 45px;
	max-height: 367px;
}
.PromoBox .overlay {
    position: absolute;
    background-color: rgba(11, 28, 96, 0.6);
	bottom: 0;
width: 100%;
height: 100%;
}
.PromoBox .MidContentContent {
    text-align: center;
	   z-index: 3;
	text-align: center;
	padding: 0 15px;
	position: absolute;
	left: 50%;
	top: 48%;
	width: 100%;
	transform: translate(-50%,-50%);
}
.PromoBox .MidContentContent h3 {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
	line-height:21px;
	text-transform:uppercase;
}
.PromoBox p:nth-child(1) {
	margin-bottom:0;
}
.PromoBox .MidContentContent p {
    color: #fff;
    font-size: 18px;
	line-height:18px;
}


.Promo-ImageTop {
	max-width:363px;
	margin:0 auto 55px;
}
.Promo-ImageTop h3 {
    font-size: 24px;
	margin-bottom:12px;
}

.Promo-ImageTop hr {
    max-width: 160px;
	margin: 0 auto 12px;
}

.Promo-ImageTop p {
    font-weight: 400;
    font-size: 18px;
}

.CheckingBenifits {
    position: relative;
    box-shadow: 4px 4px 5px rgb(1 2 2 / 28%);
    margin-bottom: 45px;
    background-image: url(/Portals/0/Images/dots.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-position-x: left;
	max-width: 500px;
	margin: 0 auto 45px;
	padding-bottom: 35px;
}

.CheckingBenifits .second_promo_Content {
    padding: 0px 10px 20px 10px;
}
.CheckingBenifits .second_promo_Content h3 {
	text-align:center;
}

.CheckingBenifits .second_promo_Content hr {
    color: #0d1e60;
    opacity: unset;
    margin: 8px 90px;
}

.CheckingBenifits .second_promo_Content .MultipleButtons a {
    display: inline;
    padding: 6px 8px;
}

.CheckingBenifits .second_promo_Content ul {
    margin-left: unset;
    text-align: left;
}

.CheckingBenifits .second_promo_Content ul li {
    list-style: none;
    text-indent: -12px;
}

.CheckingBenifits .second_promo_Content ul i {
    color: #00aeef;
    margin-right: 6px;
}

.CheckingBenifits .second_promo_Content .MultipleButtons .LightBlueButton {
    background-color: #0d1e60;
    color: #fff;
    border: 2px solid #0d1e60;
    text-transform: unset;
}

.CheckingBenifits .second_promo_Content .MultipleButtons .LightBlueButton:hover {
    background-color: transparent;
    color: #0d1e60 !important;
    border: 2px solid #0d1e60;
    text-decoration: none;
}

.CheckingBenifits .second_promo_Content .MultipleButtons .DarkBlueButton {
    background-color: #00aeef;
    color: #fff;
    border: 2px solid #00aeef;
    text-transform: unset;
}

.CheckingBenifits .second_promo_Content .MultipleButtons .DarkBlueButton:hover {
    background-color: transparent;
    color: #00aeef !important;
    border: 2px solid #00aeef;
    text-decoration: none;
}
.SquareContactP h5 em{
    font-size: 18px;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .Hero .Content {
        padding: unset;
    }
    .Hero .Content p {
        font-size: 14px;
        font-weight: 400;
		line-height: 16px;
    }
    .CheckingBenifits .MultipleButtons {
        text-align: center;
    }
	 .Hero .Content h1,.Hero h2 {
		line-height:32px;
	 }
     .eds_news_BlogOne .detailsblog.article .edn_relatedArticles.edn_relatedArticlesCustom ul{
        padding-left: unset;
        margin-left: unset;
    }
}
.CheckingBenifits .second_promo_Content ul {
		padding-left: 28px;
	}
@media screen and (min-width: 768px) {
    .Hero .Content {
        top: 50%;
        max-width: 75%;
    }
    .Hero .Content h1,.Hero h2 {
        font-size: 34px;
    }
    .Hero .Content p {
        font-size: 18px;
    }

    .CheckingBenifits .MultipleButtons {
        font-size: 14px;
        margin: 0 auto;
        text-align: center;
    }
    .CheckingBenifits .MultipleButtons .DarkBlueButton {
        /* margin: unset; */
        padding: 7px 15px;
    }
    .CheckingBenifits .MultipleButtons .LightBlueButton {
        /* margin: unset; */
        padding: 7px 10px;
    }
    .CheckingBenifits .MultipleButtons .DarkBlueButton {
        margin-bottom: 20px;
    }
    /* .eds_news_BlogOne .detailsblog time .clock{
        width: max-content;
    } */
	.CheckingBenifits .second_promo_Content {
		padding: 0px 30px 20px 30px;
	}  
}

@media screen and (min-width: 992px) {
    .CheckingBenifits .second_promo_Content hr {
        margin: 19px 110px;
    }
    .eds_news_BlogOne .detailsblog.article .edn_relatedArticles.edn_relatedArticlesCustom ul{
        display: flex;
        /* width: 90%; */
    }
    .eds_news_BlogOne .detailsblog.article .edn_relatedArticles.edn_relatedArticlesCustom ul li{
        margin-left: 60px;
        width: 41%;
    }
    
    h1.Largetext{
        margin-top: 70px;
        margin-bottom: 30px;
        font-size: 50px;
        text-align: center;
    }
    .Semibold{
        text-align: center;
        margin-top: 80px;
    }
    .Semibold .Playicons{
        margin: 30px 0;
    }
    .Semibold h6{
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .Hero .Content p {
        font-size: 24px;
		line-height: 26px;
    }
	.PromoBox .MidContentContent h3 {
		font-size:24px;
		line-height:26px;
	}
	.PromoBox .MidContentContent p:nth-child(2) {
		margin-bottom:30px;
	}
    .HP_VideoBG .ContentOverlay{
        width: 100% !important;
    }
    .ContentOverlay h1 , .ContentOverlay h2{
        background-image: linear-gradient(to right, transparent,#7dc8f0, transparent);
        padding-top: 20px;
    }
    .ContentOverlay h1 span ,.ContentOverlay h2 span{
        padding-bottom: 20px;
    }
    
}
@media screen and (min-width: 950px) and (max-width: 1200px) {
.PromoBox .MidContentContent {
	padding:5px;
}
.PromoBox .MidContentContent h3 {
        line-height: 1;
        font-size: 16px;
		margin-bottom:5px;
}
.PromoBox .MidContentContent p:nth-child(2) {
        line-height: 1;
        font-size: 14px;
		margin-bottom:15px;
}
.PromoBox .MidContentContent p:nth-child(3) {
        line-height: 1;
        font-size: 14px;
		margin-bottom:5px;
}
.PromoBox .WhiteButton,.PromoBox a.WhiteButton:visited {
    padding: 5px 28px 5px 17px;
}
.PromoBox a.WhiteButton::before {
	line-height:30px;
}
}

@media screen and (min-width: 1201px) and (max-width: 1599px) {
    .PromoBox .MidContentContent h3 {
        line-height: 1;
        font-size: 17px;
    }
    .PromoBox .MidContentContent p {
        line-height: 1;
        font-size: 15px;
    }
	.PromoBox .MidContentContent p:nth-child(2) {
  margin-bottom: 17px;
}
.PromoBox .WhiteButton,.PromoBox a.WhiteButton:visited {
    padding: 5px 28px 5px 17px;
}
.PromoBox a.WhiteButton::before {
	line-height:30px;
}
}
@media screen and (min-width: 1600px){
.PromoBox .MidContentContent h3 {
    font-size: 22px;
    line-height: 23px;
}
}
@media screen and (min-width: 1900px){
    .eds_news_BlogOne .detailsblog time .clock{
        
        font-size: 16px !important;
    }
    .eds_news_BlogOne .detailsblog time .clock .categories.newscategories a{
        padding-left: 3px !important;
    }
}

.eds_news_BlogOne #BlogListView.article{
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    box-sizing: border-box;
}
.eds_news_BlogOne.eds_subCollection_news #BlogListView .in_article_image .image_wrapper img{
    border: 0 !important;
    padding: 0 0px;
}
.eds_news_BlogOne.eds_subCollection_news #BlogListView .in_article_image .image_wrapper.no_text{
    margin:0;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 18%);
}
.eds_news_BlogOne #BlogListView.article h2{
    display: block;
	margin-bottom:20px;
}
.eds_news_BlogOne #BlogListView.article h2 a{
    font-size: 28px;
    color: #0b1c60;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    line-height: 32px;
   
}
.eds_news_BlogOne #BlogListView.article .customtext time{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #4e4d4f;
    width: 100%;
    display: block;
}
.eds_news_BlogOne #BlogListView.article .customtext time .clock{
    width: 100%;
    border-bottom: 1px solid #0b1c60;
    padding-bottom: 5px;
    margin-bottom: 10px;
	line-height:18px;
}
.eds_news_BlogOne #BlogListView.article .customtext time .categories{
    width: 100%;
    text-align: left;
}
.eds_news_BlogOne #BlogListView.article .customtext time .categories a{
    color: #00adef;
    font-size: 14px;
    text-transform: uppercase;
}
.eds_news_BlogOne #BlogListView.article .customtext .content .summary, .eds_news_BlogOne #BlogListView.article .customtext .content .summary p{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #4e4d4f;
}
.eds_news_BlogOne #BlogListView.article .customtext .content p.readmore{
    display: flex;
}
.eds_news_BlogOne #BlogListView.article .customtext .content p.readmore a{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #0b1c60;
    font-weight: 700;
    border-bottom: 2px solid #00adef;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 5px;
}
.eds_news_BlogOne #BlogListView.article .customtext .content p.readmore a:hover{
   text-decoration: none;
    text-transform: uppercase;
    
}
.eds_news_BlogOne.eds_subCollection_news .article_rss_wrapper{
    display: none;
}

.eds_news_BlogOne .detailsblog * {
    box-sizing: border-box;
}
.eds_news_BlogOne .article.standalone.detailsblog h1{
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    line-height: 1;
    color: #0b1c60;
}
.eds_news_BlogOne .detailsblog time .clock{
    border-bottom: 1px solid #5c6895;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}
.eds_news_BlogOne .article.detailsblog .content p, .eds_news_BlogOne .article.detailsblog .content ul li, .eds_news_BlogOne .article.detailsblog .content ol li {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    color: #363636;
    font-family: 'Montserrat', sans-serif;
}
.eds_news_BlogOne .detailsblog.article .content h2{
    font-size: 28px;
    color: #0b1c60;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    line-height: 32px;
    margin: 0 0 10px;
}
.eds_news_BlogOne .detailsblog.article .edn_aditionalBox.edn_relatedArticles.edn_aditionalBoxImage h2.text-center{
    text-transform: uppercase;
}
.eds_news_BlogOne .detailsblog.article h2{
    font-size: 20px;
    color: #0b1c60;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    line-height: 32px;
    margin: 0 0 10px;
}
.eds_news_BlogOne .detailsblog.article .edn_relatedArticles.edn_relatedArticlesCustom {
	margin-top:25px;
}
.eds_news_BlogOne .detailsblog.article .edn_relatedArticles.edn_relatedArticlesCustom ul{
    margin-top: 30px;
	padding-left:0;
}
.eds_news_BlogOne .detailsblog.article .edn_relatedArticles.edn_relatedArticlesCustom img {
	margin-bottom:25px;
}
.eds_news_BlogOne .detailsblog.article .edn_relatedArticles.edn_relatedArticlesCustom ul li{
    list-style:  none;
}
.eds_news_BlogOne .detailsblog.article .edn_relatedArticles.edn_relatedArticlesCustom ul li a h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: bold;
}
.eds_news_BlogOne .detailsblog.article .edn_relatedArticles.edn_relatedArticlesCustom ul li a h2::after{
    content: none;
}
.eds_news_BlogOne .detailsblog.article .edn_relatedArticles.edn_relatedArticlesCustom h2::after{
    content: '';
    border-bottom: 2px solid #3c4980;
    width: 22%;
    height: 3px;
    display: block;
    margin: 0 auto;
}

.eds_news_BlogOne .detailsblog.article .edn_relatedArticles.edn_relatedArticlesCustom ul li p.readmore a{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #0b1c60;
    font-weight: 700;
    border-bottom: 2px solid #00adef;
    text-transform: uppercase;
}
.eds_news_BlogOne .detailsblog.article .edn_relatedArticles.edn_relatedArticlesCustom ul li a:hover {
	text-decoration:none;
}
.eds_news_BlogOne .detailsblog.article .edn_relatedArticles.edn_relatedArticlesCustom ul li p.readmore a:hover{
    text-decoration: unset;
}
.eds_news_BlogOne .detailsblog.article .stats,.eds_news_BlogOne .detailsblog.article .details,.eds_news_BlogOne .detailsblog.article .edn_socialPrintWrapper{
    display: none;
}
/* @media (min-width: 767px){
.eds_news_BlogOne #BlogListView.article .customtext time .clock {
  width: 50%;
} */
/* .eds_news_BlogOne #BlogListView.article .customtext time{
	display:flex;
} */
/* .eds_news_BlogOne #BlogListView.article .customtext time .clock{
    width: 50%;
} */
.eds_news_BlogOne #BlogListView.article .customtext time .categories{
    width: 48%;
	text-align:right;
}
.eds_news_BlogOne #BlogListView.article h2 {
	display: block;
	line-height: 26px;
}
@media (min-width: 992px){
.eds_news_BlogOne #BlogListView.article h2 {
    min-height: 130px;
}
}
@media (min-width: 1024px){
.eds_news_BlogOne #BlogListView.article h2 {
  min-height: 85px;
}
}
@media (min-width: 1200px){
.eds_news_BlogOne #BlogListView.article h2 {
  min-height: 70px;
  margin-bottom: 9px;
}
.eds_news_BlogOne #BlogListView.article .customtext time .clock {
	padding-bottom:18px;
}
}
.Smallicons{
    display: flex;
    width: 100%;
    justify-content: center;
}
.Smallicons .lefticon{
    padding-right: 25px;
    border-right: 1px solid #6d6e71;
}
.Smallicons .righticon{
    padding-left: 25px;
    padding-top: 6px;
}
h1.Largetext{
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 36px;
    text-align: center;
}
.Semibold{
    text-align: center;
    margin-top: 18px;
}
.Playicons{
    margin-bottom: 20px;
}
.AccTabs .liveaccdefault{
    margin-bottom: 25px;
}
.AccTabs .liveaccdefault .ui-state-active , .AccTabs .liveaccdefault .ui-state-active{
    background: transparent;
    border: none;
    color: #3c3c3c;
    font-family: 'Montserrat', sans-serif;
}
.AccTabs .liveaccdefault .ui-widget-content, .AccTabs .liveaccdefault .ui-state-active, .AccTabs .liveaccdefault .ui-widget-content .ui-state-active, .AccTabs .liveaccdefault .ui-state-default {
    background: transparent;
    border: none;
    color: #3c3c3c;
    font-family: 'Montserrat', sans-serif;
}
.AccTabs .liveaccdefault h3.ui-state-default {
    border-bottom: 2px solid #7C878E;
    border-radius: 0;
}
.AccTabs .liveaccdefault .ui-accordion .ui-accordion-header .ui-icon{
    position: relative;
    background-image: none;
    background: none;
    text-indent: unset;
    display: unset;
}
.AccTabs .liveaccdefault .ui-state-default.ui-accordion-header-collapsed .ui-icon::before{
    float: right !important;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    background: none;
    font-size: 16px;
    width: 24px;
    height: 25px;
    text-indent: unset;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}
.AccTabs .liveaccdefault .ui-state-default.ui-state-active .ui-icon::before{
    float: right !important;
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    background: none;
    font-size: 16px;
    width: 24px;
    height: 25px;
    text-indent: unset;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}
.AccTabs .liveaccdefault .ui-accordion .ui-accordion-header a{
    padding: 10px 29px 10px 6px;
}
.AccTabs .liveaccdefault .ui-accordion .ui-accordion-header a {
    color: #00aeef;
    font-size: 23px !important;
    line-height: 32px;
    font-weight: 400;
}
.AccTabs .liveaccdefault .ui-accordion .ui-accordion-content{
    padding: 10px 15px;
}
.AccTabs .liveaccdefault .ui-accordion-content p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
}
.Playicons img {
    margin-right: 20px;
}
@media only screen and (min-width:320px) {
    .Playicons img {
        margin-bottom: 20px;
    }
}
.timeline {
    width: auto;
    float: none;
    margin: 50px 0;
    position: relative;
    padding-bottom: 120px;
    text-align: center;
}
.timeline .timeline-date {
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 4%);
    position: relative;
    display: block;
    clear: both;
    width: 200px;
    height: 45px;
    padding: 5px;
    border: 1px solid #0d1e60;
    margin: 0 auto 10px;
    text-shadow: 0 1px 1px #fff;
    border-radius: 4px;
    background: #fff;
    z-index: 1;
}
.timeline .timeline-box {
    box-shadow: 5px 4px 8px 0px rgb(150 150 150 / 25%);
    -webkit-box-shadow: 5px 4px 8px 0px rgb(150 150 150 / 25%);
    -moz-box-shadow: 5px 4px 8px 0px rgba(150,150,150,0.25);
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin: 20px 10px 10px 10px;
    padding: 10px;
    position: relative;
    width: 45.7%;
    float: none;
    z-index: 1;
    margin-bottom: 30px;
    background: #fff;
}
.timeline .timeline-box.right, .timeline .timeline-box.left {
    float: none;
    clear: both;
    right: auto;
    left: auto;
    margin: 15px auto;
    max-width: 90%;
    width: auto;
}
.timeline .timeline-date h3 {
    margin: 5px;
    font-size: 20px;
    line-height: 24px;
}
.timeline-box p {
    padding: 0 5px;
    margin-bottom: 0px;
    font-weight: 600;
}
.timeline::after{
    /* background: -webkit-linear-gradient(top,rgba(80,80,80,0) 0%,#505050 8%,#505050 92%,rgba(80,80,80,0) 100%); */
    background: -webkit-linear-gradient(top,#fff 0%,#0d1e60 8%,#0d1e60 92%,#fff 100%);
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: -60px;
    width: 3px;
    z-index: 0;
    filter: alpha(opacity=35);
    opacity: .35;
}
@media only screen and (min-width:768px){
    .timeline .timeline-box.right, .timeline .timeline-box.left{
        max-width: 46%;
    }
}
@media only screen and (min-width:992px) {
    h1.Largetext {
    font-size:50px;
    }
    .timelinewrapper {
        margin: 0 auto;
        display: table;
        padding: 75px 0;
    }
    .timeline {
        float: left;
        width: 100%;
        max-width: 920px;
        margin: 0 auto;
    }
    .timeline .timeline-box.right {
        clear: right;
        float: right;
        margin-top: 40px;
        max-width: 45%;
        padding: 10px;
        min-width: 415px;
    }
    .timeline .timeline-box.left {
        float: left;
        clear: left;
        min-height: 100px;
        min-width: 430px;
    }
    .timeline .timeline-box.right:before {
        background: none repeat scroll 0 0 #00adef;
        border-radius: 50%;
        box-shadow: 0 0 0 3px #fff, 0 0 0 6px #00adef;
        content: "";
        display: block;
        height: 7px;
        margin-left: -20px;
        position: absolute;
        left: -7.2%;
        top: 47px;
        width: 8px;
    }
    .timeline .timeline-box.left:before {
        background: none repeat scroll 0 0 #00adef;
        border-radius: 50%;
        box-shadow: 0 0 0 3px #fff, 0 0 0 6px #00adef;
        content: "";
        display: block;
        height: 7px;
        margin-right: -5px;
        position: absolute;
        right: -6.8%;
        top: 22px;
        width: 8px;
    }
    .timeline .timeline-box.right::after {
        top: 45px;
        left: -8px;
        border-left: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
    }
    .timeline .timeline-box.right::after, .timeline .timeline-box.left::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #fff;
        content: "";
        display: block;
        height: 14px;
        position: absolute;
        width: 14px;
        z-index: 0;
    }
    .timeline .timeline-box.left::after {
        top: 20px;
        right: -8px;
        border-right: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
    }
}





.ModDDRMenuC ul {
	padding-left:5px;
}
.ModDDRMenuC ul li {
    list-style-type: none;
}
.ModDDRMenuC ul li.breadcrumb {
	margin-bottom:0;
}
.ModDDRMenuC ul li a {
    font-weight: 400;
    font-size: 18px;
}
@media only screen and (min-width:1025px) {
    .article.standalone.detailsblog {
        padding: 0 120px 35px 120px !important;
        position: relative !important;
    }
}