#block-symnews-main-menu ul.navbar-nav > li > a, 
#block-symnews-main-menu ul.navbar-nav > li > span{
  padding: 18px 25px 15px !important;
}
//custom css start
.aboutsection-header{
    -webkit-tap-highlight-color: transparent;
    -webkit-text-stroke-width: 0px;
    background-color: rgb(255, 255, 255);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0px;
    box-sizing: border-box;
    color: rgb(34, 34, 34);
    display: block;
    font-size: 10px;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-weight: 100;
    letter-spacing: normal;
    margin: 0px;
    orphans: 2;
    padding: 60px 0px 10px;
    position: relative;
    text-align: center;
    text-decoration-color: initial;
    text-decoration-style: initial;
    text-decoration-thickness: initial;
    text-indent: 0px;
    text-transform: none;
    vertical-align: baseline;
    white-space: normal;
    widows: 2;
    word-spacing: 0px;
  }
  .d-flex{
    display: flex;
  }
  .a_s_h_row{
    -webkit-tap-highlight-color: transparent;
    border: 0px;
    box-sizing: border-box;
    margin: 0px auto;
    max-width: 1080px;
    padding: 0px 50px;
    position: relative;
    text-size-adjust: none;
    vertical-align: baseline;
    z-index: 3;
  }
  .a_s_h_heading{
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    border: 0px;
    box-sizing: border-box;
    font: 900 4.6em / 1 Gilroy, "Times New Roman", serif;
    margin: 0px;
    padding: 0px;
    position: relative;
    text-size-adjust: none;
    vertical-align: baseline;
  }
  .a_s_h_para{
    -webkit-tap-highlight-color: transparent;
    border: 0px;
    box-sizing: border-box;
    font-family: Helvetica, "SF Optimized", system, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    font-size: 1.9em;
    letter-spacing: 0.2px;
    line-height: 1.7;
    margin: 36px 0px 0px;
    padding: 0px;
    text-size-adjust: none;
    vertical-align: baseline;
  }
  .a_s_h_sub_list{
    -webkit-tap-highlight-color: transparent;
    border: 0px;
    box-sizing: border-box;
    font-size: 9px;
    list-style: none;
    margin: 20px 0px 10px;
    padding: 0px;
    vertical-align: baseline;
  }
  .a_s_h_sub_list li{
    -webkit-tap-highlight-color: transparent;
    border: 0px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    list-style: none;
    margin: 0px 0px 0px -3px;
    padding: 0px;
    vertical-align: baseline;
  }
  .a_s_h_sub_list li a{
    -webkit-tap-highlight-color: transparent;
    border: 0px;
    box-sizing: border-box;
    color: rgb(34, 34, 34);
    cursor: pointer;
    display: block;
    font: 100 1.9em Helvetica, "SF Optimized", system, -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    margin: 0px 18px;
    outline: none;
    overflow: hidden;
    padding: 20px 0px 22px;
    position: relative;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.6, 0, 0.4, 1) 0s;
    vertical-align: baseline;
  }

  .sub-link {
    display: block;
    color: #222 !important;
    cursor: pointer;
    font-size: 1.8em;
    margin: 0 10px;
    overflow: hidden;
    padding: 20px 0 16px;
    position: relative;
    -webkit-transition: all .25s cubic-bezier(0.6, 0, 0.4, 1);
    transition: all .25s cubic-bezier(0.6, 0, 0.4, 1);
  }

  .sub-link {
    font: 100 1.9em "Helvetica","SF Optimized",system,-apple-system,BlinkMacSystemFont,"Arial",sans-serif;
    margin: 0 10px;
    padding-bottom: 22px;
    font-size: 16px;
    color: #222 !important;
  }
  ul.sub-list{
    padding: 0px !important;
    margin: 0px !important;
  }

  ul.sub-list .sub-link:after {
    bottom: 0;
    background: #ec4545;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
    -webkit-transition: all .25s cubic-bezier(0.6, 0, 0.4, 1);
    transition: all .25s cubic-bezier(0.6, 0, 0.4, 1);
    -webkit-transform: translate3d(-102%, 0, 0);
    transform: translate3d(-102%, 0, 0);
  }

  @media only screen and (min-width: 1200px){
    ul.sub-list .sub-item.selected .sub-link:after, ul.sub-list .sub-item:hover .sub-link:after {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
  }

  section.section-header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0 70px;
    position: relative;
    text-align: left !important;
    padding: 60px 0 110px;
    padding-bottom: 20px;
  }
  .row1 {
    margin: 0 auto;
    max-width: 1080px;
    padding: 0 20px;
    position: relative;
    z-index: 3;
    padding: 0px 10px;
  }
  .section-header h1{
    position: relative;
    font-size: 46px;
    margin-bottom: 30px;
  }
  .section-header p {
    margin: 28px 0 0;
    margin-top: 10px;
    font-size: 19px;
  }
  .sub-list {
    margin: 20px 0 10px;
  }
  ol, ul, li {
    list-style: none;
  }
  .sub-item {
    cursor: pointer;
    display: inline-block;
    margin: 0 0 0 -3px;
  }
  .row1 {
    padding: 0 10px;
  }
  .row-1500 {
    max-width: 1500px;
  }
  .section-styled article>.row-box {
    margin: 80px auto;
  }
  .section-styled article>.row:first-child {
    margin-top: 0;
  }
  .section-styled .box {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: inline-block;
    height: 260px;
    margin: 0 0 40px;
    position: relative;
    vertical-align: top;
    width: 100%;
  }
  .section-styled .box {
    height: 600px;
  }

  .section-styled article>.row1 {
    margin: 40px auto;
  }
  .section-styled p{
    font-size: 19px !important;
    margin: 40px 0 !important;
    line-height: 1.7 !important;
    letter-spacing: 0.2px !important;
  }
  .section-styled article h3 {
    font: 100 2.2em/1 "Gilroy","Times New Roman",serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    margin: 40px 0;
    font-weight: 900;
  }
  section.section-styled:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  a.logo img{
    max-width: 250px;
  }
  .block-breaking-news .slick__arrow{
  	position: absolute !important;
  	right: 20px !important;
  	top: 10px !important;
  }
  @media(min-width:767px){
  	.stickyheader{
		position: fixed;
		top: 0px;
		width: 100%;
		z-index: 9999999999999999;
		background: #fff;
  	}
  }
  .author.header-info .article-create-date + .article-create-date{
  	display: none !important;
  }
.block-article-small-left .attachment .views-field-field-take-action-image {
    float: left;
    margin-right: 20px;
    width: 120px;
}
.takeaction .view-content {
    width: 102%;
}
.takeaction .view-content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.flex-column {
    flex-direction: column !important;
}
.takeaction .mb-lg-0.mb-md-0.mb-sm-4.mb-4 {
    margin-bottom: 2.5rem !important;
}
.tredingCamp {
    width: 100%;
    height: auto;
}
.latestCamp_16_9 {
    max-width: 365px;
    height: 141px;
    overflow: hidden;
    display: flex;
}
.tredingCamp img {
    width: 100% !important;
    max-width: 100% !important;
}
.latestCamp_16_9 img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 0 !important;
}
.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
.mb-1,.my-1{
	margin-bottom: 1px !important;
}
.mt-1{
	margin-top: 1px !important;
}
.mt-15{
    margin-top: 15px;
}
.font-500 {
    font-weight: 500 !important;
}
.font-600 {
    font-weight: 600;
}
.takeaction .trend-camp-items_text p a, .takeaction .trend-camp-items_text p a {
    color: red;
    text-align: left;
    word-break: break-word;
}
.episodes_filterbox a {
    background: rgb(0 0 0 / 5%);
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: #0f0f0f;
    font-weight: bold;
    line-height: 1em;
    display: inline-block;
}
.episodes_filterbox a.activeclass{
	color: white;
    background: #ea1c2e;
}
.item-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 0 30px;
    position: relative;
    height: 180px;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.episodeitem {
    display: inline-block;
    margin: 0 0 34px;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.latest-episode {
    background-color: #b01f24;
    border-radius: 0 0 2px 0;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: -20px;
    margin: 0 auto 20px 0;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    z-index: 999;
}
.latest-episode {
    left: 0;
}
a.item-bg {
    background-color: #efefef;
}
.item-bg {
    height: 400px;
}

/*.item-video .item-bg:before {
    bottom: 20px;
    color: #fff;
    content: "\f008";
    font: 100 4em "Broadway";
    left: 30px;
    position: absolute;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}*/

.item-big.item-video .item-bg:before,.item-dfl.item-video .item-bg:before {
    bottom: 20px;
    font-size: 50px;
    left: 32px;
}

 .item-bg:after, .item-tny:not(.item-inline):hover .item-bg:after {
    background: #222;
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.episodeitem.item-big h2 {
    line-height: 30px;
    font-size: 3.8em;
    margin: 22px 0 0;
    margin-top: 5px;
    position: relative;
    font-weight: 900;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}

.item.item-dfl h2{
  font-size: 26px;
}

.episodeitem h1 a, .episodeitem h2 a, .episodeitem h3 a, .item-tny h3 {
    color: #222;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.episodeitem h2{
  font-size: 26px !important;
}
.item-main{
  margin-top: 20px;
}

.meta {
  color: #888;
  font-size: 13px;
  font-weight: 600;
  margin: 10px 0 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-top: 14px;
}
.meta-author, .meta-date, .meta-update {
    cursor: default;
    display: inline-block;
    text-transform: uppercase;
}
.meta-author span, .meta-author a, .meta-date a, .meta-update a {
    color: #888 !important;
}
.tag {
    color: #ec4545;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.episodeitem .meta-author, .episodeitem .meta .tag {
    margin-right: 6px !important;
}
.meta-date-full {
    display: inline;
}

.meta-date-short {
    display: none;
}
.main-item-paragrap,.ep_item_paragrap{
  margin-top: 20px;
  font-size: 18px !important;
}
.item-main+h4 {
    margin: 40px 0;
    margin-top: 10px;
    color: #b01f24;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: bold;
}
.item-dfl .item-bg {
    height: 230px;
}
.item-w-50p {
    padding-left: 40px;
}
.item-p .episodeitem {
    float: none;
}
.item-w-50p .episodeitem:first-child, .item-w-50p .episodeitem:nth-child(1n+3) {
    margin-left: -30px;
}
.item-w-50p .episodeitem {
    width: 49%;
}
.episodeitem.item-dfl.item-video h2{
  font-size: 16px !important;
  margin-top: 8px;
}
.episodeitem.item-dfl.item-video .meta{
  font-size: 11px !important;
}
.item-w-50p .episodeitem:nth-child(2n+2) {
    margin-left: 40px;
}
.section-links ul li{
  font-size: 19px !important;
  line-height: 28px !important;
}
.section-links ul li{
  list-style: disc !important;
}
.views-field.views-field-field-episode-category{
  position: absolute;
  top: 10px;
  left: 10px;
}
.views-field-field-episode-category a {
    color: #fff !important;
    padding: 5px 10px;
    background: #b01f24;
}
.region.region-footer-first{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu.menu--footer.nav{
  display: flex;
}
.menu.menu--footer.nav > li > a{
  color: #fff !important;
  font-size: 18px !important;
}
.menu.menu--footer.nav > li > a:hover, .menu.menu--footer.nav > li > a:focus{
  background: transparent !important;
}
#block-footerlogo,#block-footerrightbox{
  margin-bottom: 0px !important;
}
#block-footerlogo .footer-logo img{
  max-width: 100px !important;
}
.footer-menu.footer-right{
    display: flex;
    align-items: center;
    font-size: 18px;
    text-transform: uppercase;
}
.menu.menu--footer.nav{
  text-transform: uppercase;
}
.footer-menu.footer-right li.footer-item:first-child{
    margin-right: 15px !important;
}
.footer-menu.footer-right li.footer-item a.footer-link{
  color: #fff !important;
}
.ml-15{
  margin-left: 15px !important;
}
.view-home-featured-top .attachment .views-element-container:nth-child(2),.view-home-featured-top .attachment .views-element-container:nth-child(3){
    width: 26.2% !important;
}
.view-home-featured-top .attachment .views-element-container:nth-child(2) .views-row{
    width: 100% !important;
    float: none !important;

}
.view-home-featured-top .attachment .views-element-container:nth-child(4){
    width: 53% !important;
}
@media(min-width:1200px){
.region.region-navigation{
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}
.site-branding,.block-adv-top{
    margin: 10px 0px !important;
}
}
.block-views-blockhome-block-foreign-threats-block-1{
    margin-top: 30px;
}
#edit-text-alert-updates{
    display: flex;
    align-items: center;
    gap: 10px;
}
#edit-text-alert-updates .form-item label.option{
    display: flex;
    align-items: center;
}

#edit-text-alert-updates .radio + .radio{
    margin-top: 1em !important;
}
.address-display-act-webform{
    display: none;
}
.field--name-field-news-image,.field--name-field-episode-image{
    margin: 10px 20px 30px 0;
}
.field--name-field-news-tags .field--items .field--item,
.field--name-field-episode-tags .field--items .field--item,
.field--name-field-episode-category .field--items .field--item{
    display: inline;
    margin-right: 5px;
}
.node--type-news .field--type-text-with-summary{
    margin-bottom: 20px !important;
}
.node.node--type-webform.webform footer{
    display: none !important;
}
.field.field--name-field-news-tags.field--type-entity-reference.field--label-inline:after,
.field.field--name-field-episode-tags:after,
.field.field--name-field-episode-category:after {
    content: "";
    display: block;
    clear: both;
}
.node--type-article,.node--type-news,.node--type-episodes {
    margin-bottom: 20px;
}
.node--type-news>footer>article,
.node--type-episodes>footer>article,
.node--type-take-action>footer>article{
    display: none !important;
}
.block-article-large-left .attachment .views-field-field-episode-image {
    float: left;
    margin-right: 20px;
    width: 120px;
}
.block-article-large-left .attachment.attachment-after:after{
    content: "";
    display: block;
    clear: both;
}
.clear {
    clear: both !important;
}
section.block-views-blockhome-block-foreign-threats-block-1{
    margin-top: 0px !important;
}
#block-adblockhorizontalad1{
    clear: both !important;
}
.block-article-large-top .attachment.attachment-after .views-field.views-field-field-episode-image,
.block-article-small-left .attachment.attachment-after .views-field.views-field-field-episode-image,
.block-article-popular-footer .views-field.views-field-field-news-image,
.block-article-popular-right .views-field.views-field-field-news-image {
    float: left !important;
    margin-right: 20px !important;
    width: 120px !important;
}
#slick-views-breaking-news-block-block-1-1-slider{
    max-width: 88% !important;
}
#quicktabs-container-popular_recent{
    clear: both !important;
}
#profilewrap1 .label{
    padding: 0px !important;
    width: 0px !important;
}
.crm-container #profilewrap1 .crm-section .content{
    margin-left: 0 !important;
}


@media(min-width:767px){
    form.user-login-form .form-item input.form-text,
    form.user-pass .form-item input.form-text,
    form.user-register-form.user-form .form-item input.form-text,
    form.user-register-form.user-form .form-item input#edit-mail,
    form.user-register-form.user-form .form-item input#edit-mail{
        width: 50% !important;
    }
}

.view-home-featured-top.view-id-home_featured_top.view-display-id-attachment_1 .views-field-field-guest,
.view-home-featured-top.view-id-home_featured_top.view-display-id-attachment_1 .views-field-field-episode-type,
.view-home-featured-top.view-id-home_featured_top.view-display-id-attachment_1 .views-field-field-episode-number,
.view-home-featured-top.view-id-home_featured_top.view-display-id-block_1 .views-field-field-guest,
.view-home-featured-top.view-id-home_featured_top.view-display-id-block_1 .views-field-field-episode-type,
.view-home-featured-top.view-id-home_featured_top.view-display-id-block_1 .views-field-field-episode-number
{
    display: none;
}
@media only screen and (min-width: 768px){
.item-plex {
    display: block;
    overflow: hidden;
    width: auto;
}
}
.row-1300 {
    max-width: 1300px;
}


.item-p.item-w-50p .item {
    display: inline-block;
    margin: 0 0 34px;
    position: relative;
    vertical-align: top;
    width: 100%;
}

.item-p.item-w-50p .item-bg-contain .item-bg {
    background-color: #fff;
    background-size: contain;
}

.item p {
    font-family: "SF Optimized",system,-apple-system,BlinkMacSystemFont,"Arial",sans-serif;
    font-size: 1.8em;
    font-weight: 300;
    letter-spacing: 0.1px;
    line-height: 1.6;
    margin: 10px 0 0 !important;
}
.views-field-field-episode-image.featured-main-image-box .field-content{
    height: 321px !important;
}

@media only screen and (min-width: 1200px){
.item-w-50p {
    padding-left: 40px;
}
.item-w-50p .item:first-child, .item-w-50p .item:nth-child(1n+3) {
    margin-left: -40px;
}

.item-p.item-w-50p .item {
    width: 50%;
}

.item-p .item {
    float: left;
}

.item-w-50p .item:nth-child(2n+2) {
    margin-left: 30px;
}
.featured-episode-1.view-home-featured-top > .view-content, 
.view-home-featured-top .attachment.attachment-after {
    width: 50% !important;
}
.view-home-featured-top .attachment .views-element-container:nth-child(1) {
    width: 50% !important;
}
.view-home-featured-top .attachment .views-element-container:nth-child(2), 
.view-home-featured-top .attachment .views-element-container:nth-child(3),
.view-home-featured-top .attachment .views-element-container:nth-child(4) {
    width: 50% !important;
}
.view-home-featured-top .attachment .views-element-container:nth-child(3){
    clear: both !important;
}

}

@media only screen and (min-width: 768px){
.item-w-50p {
    clear: left;
    padding-left: 30px;
}

.item p {
    letter-spacing: 0;
    line-height: 1.5;
}

.item-p.item-w-50p .item {
    width: 50%;
}

.item-p .item {
    float: left;
}

.item-w-50p .item:first-child, .item-w-50p .item:nth-child(1n+3) {
    margin-left: -30px;
}

.item-w-50p .item-dfl .item-bg {
    height: 190px;
}

}

.item h1, .item h2, .item h3 {
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.5px;
    line-height: 1.1;
    margin: 22px 0 0;
    position: relative;
}
.item h1 a, .item h2 a, .item h3 a, .item-tny h3 {
    color: #222;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.field--name-user-picture {
    float: none !important;
    margin-left: 0px !important;
}
#block-views-block-breaking-news-block-1 h2.block-title,#block-symnews-main-menu ul.navbar-nav > li:last-child{
    background: #b01f24 !important;
}
#block-views-block-breaking-news-block-1 h2.block-title:after {
    border-left: 12px solid #b01f24 !important;
}
.region.region-navigation + button.navbar-toggle{
    display: none !important;
}

/* @ad css start  */

@media only screen and (min-width: 320px) and (max-width: 767px){
        .region.region-footer-first {
            display: block;
        }
        .footer-menu.footer-right {
            display: block;
        }
        li.footer-item.ml-15 {
            float: left;
        }
        section#block-footerlogo {
            text-align: center;
        }
        .footer-menu.footer-right {     
            font-size: 14px;
        }
        .media--ratio .media__element, .media--fx .b-blur {
            height: auto !important;
        }
        
        .menu.menu--footer.nav {
            display: inline-flex;
        }
        #block-footer {
            text-align: center;
        }
        #block-footerrightbox {
            text-align: center;
        }
        li.footer-item.ml-15 {
            display: contents;
        }
        .ml-15 a {
            padding: 0 8px;
        }
        ul.footer-menu.footer-right {
            padding-left: 0px;
        }
        .views-field-field-episode-image .img-responsive {
            width: 100%;
        }
        .views-field-field-news-image .img-responsive {
            width: 100%;
        }
        .block-inner .field.field--name-body img {
            height: auto;
        }

        .navbar-collapse-wrapper.navbar-collapse-wrapper .container #navbar-collapse {
            border-bottom: 3px solid #b01f24 !important;
            position: absolute;
            width: 100%;
            top: 198px;
            background: #fff;
            border-top: 1px solid #ccc;
            z-index: 99;
            padding-bottom: 10px;
          }
          .navbar .logo {
            margin-right: 0px;
            padding-left: 0px;
            padding-right: 0px;
        }

        .item-w-50p .episodeitem {
            width: 100%;
        }
        .item-w-50p .episodeitem:first-child, .item-w-50p .episodeitem:nth-child(1n+3) {
            margin-left: 0px;
        }
        .item-w-50p .episodeitem:nth-child(2n+2) {
            margin-left: 0px;
        }
        .item-w-50p {
            padding-left: 0px;
        }
        section.section-header {
            padding: 0px 0 110px;
        }
        p:last-child, .form-group:last-child, .panel:last-child {
             margin-bottom: 8px !important;
        }
        #block-views-block-home-featured-top-block-1 {
            display: block !important;
        }
        .view-home-featured-top .attachment .views-element-container:nth-child(2), .view-home-featured-top .attachment .views-element-container:nth-child(3) {
            width: 50% !important;
        }
        .view-home-featured-top .view-content .views-row .views-field-title .field-content {
            padding: 0px 0px;
        }
        a.logo img {
            width: 100%;
            float: left;
            max-width: 120px;
            min-width: 120px;
        }
        .site-branding {  
            width: 50% !important;
            margin: 0px 0 !important;
        }
        .navbar-toggle.collapsed .menu-text.fa.fa-bars {
            color: #000;
        }
        .navbar-toggle.collapsed {
            color: black;
        }
        .navbar-toggle {
            width: 115px !important;
            background: #b01f24 !important;
            margin: 9px 0 0 0 !important;
        }
        .item-bg {
            height: 200px;
        }
        .item-w-50p .episodeitem {
            width: 100%;
        }
        .item-dfl .item-bg {
            height: 200px;
        }
        .item-w-50p .episodeitem:nth-child(2n+2) {
            margin-left: 0px;
        }
        .item-w-50p .episodeitem:first-child, .item-w-50p .episodeitem:nth-child(1n+3) {
            margin-left: 0px;
        }
        .region.region-navigation .site-branding {   
            width: 40% !important;
        }
        /* .block-inner button.navbar-toggle.collapsed {
            background: none;
            width: 40%;
        } */
        #block-topmenu {
            margin-bottom: 0px !important;
        }
        #block-customblockadvtop {
            margin-top: 5px !important;
            margin-bottom: 20px !important;
        }
        button, input[type="reset"], input[type="submit"], input[type="button"] { 
            color: #000000 !important;
        }
        .navbar .logo {
            margin-right: 0px;
            padding-left: 0px;
            padding-right: 0px;
        }
        .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item .img-inline-100 {
            height: 200px !important;
            width: 100% !important;
        }
        .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item .section-header {
            padding-bottom: 0px !important;
        }
        .header-wrapper {
            padding-top: 15px;
        }
        .views-element-container.form-group:first-child , .view-home-featured-top .attachment .views-element-container {
            margin-top: 8px;
        }
        nav.slick__arrow {
            display: none;
        }
}
@media only screen and (min-width: 501px) and (max-width: 767px){
    .views-field-field-episode-image.featured-main-image-box .field-content {
        height: auto !important;
    }
    .view-home-featured-top .attachment .views-element-container:first-child {
        width: 50% !important;
    }
    .box.box-23 {
        width: 50% !important;
        height: 200px !important;
    }
    .box.box-13 {
        width: 45% !important;
        height: 200px !important;
        margin-left: 10px !important;
    }
    .view-home-featured-top .attachment .views-element-container:nth-child(4) {
        width: 50% !important;
    }
    .view-home-featured-top .view-content, .view-home-featured-top .attachment {
        width: 100% !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 500px){
    .view-home-featured-top .attachment .views-element-container:first-child {
        width: 100%;
    }
    .views-field-field-episode-image.featured-main-image-box .field-content {
        height: auto !important;
    }
    .view-home-featured-top .attachment .views-element-container:nth-child(2), .view-home-featured-top .attachment .views-element-container:nth-child(3) {
        width: 100% !important;
    }
    .view-home-featured-top .attachment .views-element-container:nth-child(4) {
        width: 100% !important;
    }
    .box.box-23 {
        width: 100% !important;
        height: 200px !important;
    }
    .d-flex {
        display: block;
    }
    .box.box-13 {
        width: 100% !important;
        height: 200px !important;
        margin-left: 0px !important;
    }
    ul.tabs--primary.nav.nav-tabs li a {
        font-size: 12px !important;
        padding: 10px 4px !important;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px){
    .media--ratio .media__element, .media--fx .b-blur {
        height: auto;
    }
    .views-field-field-take-action-image img.img-responsive {
        width: 100%;
    }
    .block-inner .field.field--name-body img {
        height: auto;
    }
    .site-branding {
        margin: 0px 0 !important;
        width:25% !important;
    }
    .block-adv-top {
        float: right;
        margin-top: 0px;
    }
    #block-topmenu {
        margin-bottom: 0;
    }
    .view-content .col-md-3.col-sm-6.views-row {
        min-height: 358px !important;
    }
    .region.region-navigation {
        display: flex;
    }
    a.logo img {
        max-width: 250px;
        width: 100%;
    }
    .block-adv-top {
        margin-top: 8px !important;
    }
    #block-views-block-home-featured-top-block-1 {
        display: block !important;
    }
    nav.slick__arrow {
        display: none !important;
    }
    #block-customblocksocialicons ul.social-list a {
        padding: 6px 12px !important;
    }
    #block-customblocksocialicons {
        margin-top: 8px;
    }
    ul.menu.menu--main.nav.navbar-nav li a {
        font-size: 14px !important;
    }
    .views-field.views-field-field-episode-image img.img-responsive {
        width: 100% !important;
    }
    #block-symnews-main-menu ul.navbar-nav > li > a, #block-symnews-main-menu ul.navbar-nav > li > span {
        padding: 18px 10px 15px !important;
    }
    .view-home-featured-top .view-content, .view-home-featured-top .attachment {
        width: 100% !important;
    }
    .featured-main-image-box .field-content img {
        width: 100% !important;
    }
    .view-home-featured-top .attachment .views-element-container:nth-child(2), .view-home-featured-top .attachment .views-element-container:nth-child(3) {
        width: 50% !important;
    }
    .view-home-featured-top .attachment .views-element-container:nth-child(4) {
        width: 50% !important;
    }
    .view-home-featured-top .attachment .views-element-container:first-child {
        width: 50% !important;
    }
    .one-third {
        width: 100% !important;
    }
    .field.field--name-body.field--type-text-with-summary.field--label-hidden.field--item .img-inline-100 {
        height: 300px !important;
        width: 100% !important;
    }
    .box.box-23 {
        width: 50% !important;
        height: 300px !important;
    }
    .box.box-13 {
        width: 50% !important;
        height: 300px !important;
    }
    .col-sm-6.views-row {
        height: 385px !important;
    }
}

@media only screen and (min-width: 992px){
    .region.region-navigation {
        display: flex;
    }
    .site-branding {
        margin: 0px 0 !important;
    }
    .block-adv-top {
        float: right;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .view-home-featured-top .attachment .views-element-container:nth-child(2), .view-home-featured-top .attachment .views-element-container:nth-child(3) {
        width: 50% !important;
    }
    .view-home-featured-top .attachment .views-element-container:nth-child(4) {
        width: 50% !important;
    }
    .view-home-featured-top .attachment .views-element-container:nth-child(1) {
        width: 50% !important;
    }
    #block-customblocksocialicons ul.social-list a {
        padding: 13px 19px !important;
    }
    ul.menu.menu--main.nav.navbar-nav li.first a {
        font-size: 18px !important;
    }
    #block-symnews-main-menu ul.navbar-nav > li > a, #block-symnews-main-menu ul.navbar-nav > li > span {
        padding: 18px 19px 15px !important;
    }
    .one-third {
        width: 100% !important;
    }
    .views-field.views-field-field-episode-image .field-content img {
        width: 100% !important;
    }
}


#block-symnews-main-menu ul.navbar-nav > li > a:hover {
    color: #b01f24 !important;
}
.navbar-collapse-wrapper {
    border-bottom: 3px solid #b01f24 !important;
}
.view-home-hightlight .views-row .views-field-title a:hover {
    color: #b01f24 !important;
}
.block-article-large-left .attachment .views-field-title a:hover, .block-article-large-top .views-row .views-field-title a:hover, .block-article-small-left .views-row .views-field-title a:hover, .block-article-small-top .views-row .views-field-title a:hover {
    color: #b01f24 !important;
}
.block-article-popular-right .views-row .views-field-title a:hover {
    color: #b01f24 !important;
}
#quicktabs-popular_recent ul.quicktabs-tabs li.active {
    background: #b01f24 !important;
}
#quicktabs-popular_recent ul.quicktabs-tabs {
    border-bottom: 3px solid #b01f24 !important;
}
.block-article-popular-footer .views-row .views-field-title a:hover {
    color: #b01f24 !important;
}
#block-symnews-main-menu ul.navbar-nav > li.active > a, #block-symnews-main-menu ul.navbar-nav > li.active > a:hover, #block-symnews-main-menu ul.navbar-nav > li > a.is-active, #block-symnews-main-menu ul.navbar-nav > li > a.is-active:hover {
    background: #b01f24 !important;
    color: white !important;
}
#block-customblocksocialicons ul.social-list a:hover {
    color: #b01f24 !important;
    border-bottom: 2px solid #b01f24 !important;
}
.block-breaking-news h2.slide__title  a:hover {
    color: #b01f24 !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #b01f24 !important;
    border-color: #b01f24 !important;
}
.pagination > li > a, .pagination > li > span {
    color: #b01f24 !important;
}
.btn-primary {
    background-color: #b01f24 !important;
    border-color: #b01f24 !important;
}
#block-symnews-main-menu ul.navbar-nav > li > a:hover:after {
    border-bottom: 5px solid #b01f24;
}
.region.region-content h2.block-title {
    border-left: 2px solid #b01f24;
}
.article-info .article-info-inner {
    border-left: 2px solid #b01f24;
}
.article-info .block-article-title a:hover {
    color: #b01f24;
}
ul.dropdown-menu li.first.last a:hover {
    color: #b01f24 !important;
}
ul.sub-list .sub-link:after {
    background: #b01f24;
}
.field--label-hidden.field--item a {
    color: #b01f24 !important;
}
.episodes_filterbox a {
    color: #b01f24;
}
#block-symnews-main-menu ul.navbar-nav > li > a:hover:after {
    border-bottom: 5px solid #b01f24 !important;
}
ul.pagination.js-pager__items li.pager__item a:hover {
    background: #b01f24 !important;
    color: white !important;
}
ul.pagination.js-pager__items li.pager__item.is-active.active a {
    color: white !important;
}
.region.region-content section.section-links ul li a {
    color: #b01f24 !important;
}
.region.region-content nav.tabs ul.tabs--primary.nav.nav-tabs li a {
    color: #b01f24 !important;
}
.region.region-content nav.tabs ul.tabs--primary.nav.nav-tabs li.active a {
    color: black !important;
}
.home-slideshow .views-row .views-field-title a:hover {
    color: #b01f24 !important;
}
.item-p.item-w-50p .meta a {
    color: #b01f24 !important;
}
.ep_item_paragrap a {
    color: #b01f24 !important;
}
.view-home-featured-top .view-content .views-row .views-field-title a:before {
    background: #b01f24 !important;
}
.meta a {
    color: #b01f24 !important;
}
.comment-forbidden{
    display: none !important;
}

.block-article-small-left .attachment .views-field-field-kevins-blog-image{
    float: left;
    margin-right: 20px;
    width: 120px;
}
article.node--type-episodes .field.field--name-field-publish-date:before,
article.node--type-news .field.field--name-field-news-publish-date:before
{
    position: absolute;
    content: "Created \f017";
    font-family: fontAwesome;
    left: 0px;
}
article.node--type-episodes > footer, article.node--type-news > footer{
    display: none !important;
}
article.node--type-episodes .field.field--name-field-publish-date time,
article.node--type-news .field.field--name-field-news-publish-date time{
    margin-left: 70px;
}
article.node--type-episodes .field.field--name-field-publish-date,
article.node--type-news .field--name-field-news-publish-date
{
    width: 100%;
    padding: 10px 0;
    margin-bottom: 20px;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    position: relative;
}
div.field.field--name-field-upload-pdf{
    display: none !important;
}

body.user-logged-in div.field.field--name-field-upload-pdf{
    display: block !important;
}
/* @ad css end  */

/* @csv import box start  */
.csvformbox{
    display: flex;
    gap: 20px;
    align-items: center;
}
.csvformbox select{
    border-color: #9999;
    padding: 10px;
    width: 250px;
    outline: 0;
}

/* @csv import box end  */


/*custom css end*/

#profilewrap1 label{
    color: #000;
    font-weight: bold !important;
    text-align:left !important;
    font-size: 14px !important;
}
#profilewrap1 select{
    height: 3.6em !important;
    border-color: #d1d1d1 !important;
    width: 100% !important;
    outline: 0 !important;
    padding: 0px 10px !important;
}
#profilewrap1 .crm-section.form-item {
    width: 49% !important;
    float: left !important;
}
#profilewrap1 .crm-section.form-item:nth-child(2n+1) {
    margin-left: 1% !important;
}
#profilewrap1 .crm-section.form-item:nth-child(2n+2) {
    margin-right: 1% !important;
}
div#edit-account{
    width: 49% !important;
    float: left !important;
    margin-right: 1% !important;
}
div#edit-field-phone-wrapper{
    width: 49% !important;
    float: left !important;
    margin-left: 1% !important;
}
div#edit-account input#edit-mail, 
div#edit-field-phone-wrapper input{
    width: 100% !important;
}
div#edit-account label.form-required{
    color: #000 !important;
}
span.crm-marker{
    color: #f01717 !important;
    font-size: 18px !important;
    font-weight: bold !important;
}
.section-links li span {
    width: 97% !important;
    display: block !important;
}
.view-home-featured-top .view-content .views-row .views-field-title .field-content.featured-episode-main-1,
.view-home-featured-top.view-display-id-attachment_1 .view-content .views-row .views-field-title .field-content{
    padding: 4px 15px !important;
    float: right !important;
}

.view-home-featured-top .view-content .views-row .views-field-title .featured-episode-main-1 a:before,
.view-home-featured-top.view-display-id-attachment_1 .view-content .views-row .views-field-title a:before{
    content: "" !important;
    position: relative !important;
}
.slide__content .slide__media{
    display: none !important;
}