.iscu_btn_1 {
    font-family:  Manrope-Regular;
    font-weight: 700;
    text-transform: uppercase !important;
    letter-spacing: .085em;
    display: inline-block !important;
    cursor: pointer;
    border-radius: 1000px;
    border: 3px solid #f40606;
    background: #f90000;
    text-align: center !important;
    color: #fdfffd !important;
    font-size: 12px;
    font-size: 0.75rem !important;
    padding: 17px 26px !important;
    text-align: left;
}
.iscu_btn_link_2{
    font-family:  Manrope-Regular;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .085em;
    display: inline-block;
    cursor: pointer;
    border-radius: 1000px;
    border: 3px solid #f40606;
    background: #f90000;
    text-align: center !important;
    color: #fdfffd !important;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 17px 26px;
    text-align: left;
    margin-left: 17px;
} 
.iscu_btn_1:hover,
.iscu_btn_link_2:hover {
    /* background-color: #fa4949; */
    background-color: #ce0000;
    border: 3px solid #ce0000;
}
.iscu_iframe iframe {
    width: 100%;
    height: 650px;
}

.iscu_post_title a{
	font-family: Manrope-SemiBold !important;
	font-weight: 900 !important;
	line-height: 120% !important;
	/* color: #131413 !important; */
} 
.iscu_first_page {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    bottom: 36px;
    width: 100%;
}
.iscu_selected_category {
    overflow: hidden;
    z-index: 700;
    background-color: #fff;
    position: relative;
    border-radius: 0px 0 60px;
    /* margin-top: 35px !important; */
    margin-bottom: 25px !important;
    
}
/* .iscu_main {
    position: relative;
    height: 650px;
} */

.iscu_main {
	position: relative;
	height: 650px;
	width: 71%;
	margin: auto;
}

.iscu_post_thumbnail img {
    width: 100% !important;
    height: 100% !important;
    border: 1px solid #ddd;
    /* border-radius: 5px; */
}
.iscu_categories a{
    text-decoration: none;
    /* color: #fd002a; */
    font-family: Manrope-SemiBold;
    font-weight: 500 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px !important;
    margin: 10px 0 10px;
}
.iscu_main_category {
    width: 73%;
    position: relative;
    display: flex;
    flex-direction: row;
    margin: 15px auto;
    flex-wrap: wrap;
}
.iscu_main_category_all{
    flex-wrap: wrap !important;
}
.iscu_post_item_all{
    width: 31% !important;
}
.iscu_post_thumbnail img:hover {
    border-radius: 36px 0px 36px 0px;
    transition: border-radius ease .25s !important;
}
.iscu_post_item {
    margin: 15px;
    flex-basis: calc((100% / 3) - 30px);
}
.iscu_categories a:hover {
    /* color: #000000 !important; */
}
.iscu_post_title a:hover {
    /* color: #bf0000 !important; */
}

.iscu_post_thumbnail {
	margin-bottom: 15px !important;
}

.iscu_categories {
	margin-bottom: 14px;
}

.iscu_heading h2{
    width: 71.9% !important;
    margin: auto;
    font-family: Manrope-SemiBold !important;
    font-size: 20px !important;
    font-weight: 900 !important;
}

.menuitems.container.full {
  /* width: 80%; */
  max-width: fit-content;
  max-height: fit-content;
}

.icon.icon-circle.icon-instagram{
    background-color: #e1365c;
}
.icon.icon-circle.icon-pinterest{
    background-color: #e8001e;
}
.iscu_post_thumbnail iframe{
    width: 100% !important;
}

.iscu_post_thumbnail iframe:hover{
    border-radius: 30px 0px 36px 0px;
    transition: border-radius ease .25s !important;

}

.iscu_footer_icon a{
    width: 20px !important;
    align-items: center;
    border-radius: 50%;
    color: var(--white);
    display: flex;
    height: 24px;
    justify-content: center;
    margin-right: 10px;
}
.iscu_footer_icon .icon.icon-circle.icon-pinterest, .iscu_footer_icon .icon.icon-circle.icon-instagram{
   background-color: var(--color-footer-bg);
}
.iscu_footer_icon_wrap {
	display: flex;
    width: 100%;
}
.iscu_footer_icon_p {
	display: flex;
	margin-bottom: 0px !important;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
}

.iscu_footer_icon {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-end;
}

/* header style */

.home-link {
	color: var(--color-header-font);
	display: none !important;
	padding: 4px 16px !important;
    transition: opacity ease .25s,transform ease .25s;
    text-align: center;
}
  .dropdown {
	position: relative;
	display: inline-block;
	padding-top: 15px;
	margin-bottom: -7px;
    font-size: 17px;
    font-family: Manrope-SemiBold !important;
    font-weight: 700;
}
  .dropdown-content {
    /* display: none; */
    transition: opacity ease .25s,transform ease .25s;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(-50%, -10px, 0);
    position: absolute;
    background-color: #f1f1f1;
    width: 100%;
    left: 88px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  .dropdown-content>::before{
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    content: "";
    border-left: 6px solid rgba(0,0,0,0);
    border-right: 6px solid rgba(0,0,0,0);
    border-bottom: 6px solid #fff;
 }
  
  .dropdown-content a {
	color: black;
	/* padding: 12px 16px; */
	text-decoration: none;
	display: block;
	padding: 10px 14px;
	text-align: center;
	width: 100%;
    font-size: 15px;
}
  
  /* .dropdown-content a:hover {background-color: #ddd;} */
  
.dropdown:hover .dropdown-content {
    /* display: block; */
    opacity: 1;
    pointer-events: all;
    transform: translate3d(-50%, 0px, 0);
}
  
  /* .dropdown:hover .home-link {
    color: darkgray;
} */
#iscu_svg {
	fill: antiquewhite;
}
.iscu_svg path {
    fill: antiquewhite;
}

/* .dropdown:hover .dropdown-content {
	display: block;
	opacity: 1;
	pointer-events: all;
	transform: translate3d(-50%, 0px, 0);
}
.dropdown-content {

	min-width: 160px;

	width: 266px;
	padding-top: 15px;
	padding-bottom: 15px;
	top: 100%;
	left: 50%;
	opacity: 0;
	pointer-events: none;
	transform: translate3d(-50%, -10px, 0);
	box-shadow: 0 5px 10px rgba(0,0,0,.15);
	border-radius: 5px;
	background-color: #fff;
	transition: opacity ease .25s,transform ease .25s;
	text-align: center;
} */
  

.iscu_touch_menu_inner {
    display: none;
}


@media screen and (max-width: 1668px) {
    .iscu_post_thumbnail iframe{
        height: 287px !important;
    }
}

@media screen and (max-width: 1000px) {
    .nav .home-link{
        font-size: 16px !important;
    }
}

@media screen and (max-width: 1428px) {
    .iscu_post_thumbnail iframe{
        height: 255px !important;
    }
}

@media screen and (max-width: 986px) {
    .iscu_post_thumbnail iframe{
        height: 210px !important;
    }
}

@media screen and (max-width: 906px) {
    .iscu_post_thumbnail iframe{
        width: 100% !important;
        height: 100% !important;
    }
}

@media screen and (max-width: 1760px) {
    .iscu_post_item_all{
        width: 30% !important;
    }
}

@media screen and (max-width: 1234px) {
    .iscu_post_item_all{
        width: 29% !important;
    }
    .iscu_post_thumbnail iframe{
        height: 224px !important;
    }
}
@media screen and (max-width: 774px) {
    .iscu_post_item_all{
        width: 28% !important;
    }
}

@media screen and (max-width: 1200px) {
    .iscu_main_category {
        width: 93%;
    }
    .iscu_main {
        width: 89%;
    }
    .iscu_heading h2 {
        margin-left: 0px;
     }
    .iscu_heading {
        width: 90.9%;
        margin: auto;
        font-family:  Manrope-Regular;
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) { 

.iscu_touch_menu_inner {
    width: 100%;
    height: 100%;
    /* position: absolute; */
    background-color: white;
    color: black;
    display: none;
    z-index: 10;
    overflow: hidden;
    padding: 0 4% 0px;
}

.iscu_menu_item_menu_item_type_tax {
    border-bottom: 2px solid #e7e7e7;
    list-style: none;
    /* line-height: 155%; */
    font-size: 1.125rem;
}

.iscu_menu_link {
    font-size: 1.125rem;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #131413;
    font-family: "Manrope","Arial",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .085em;
    display: flex;
    position: relative;
    text-decoration: none;
    list-style: none;
}

.iscu_menu_item_opener {
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    font-family: "Manrope","Arial",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .085em;
    list-style: none;
    color: #131413;
}

.iscu_svg_drp_dwn_icon {
    width: 18px;
    height: auto;
    display: block;
    overflow: visible;
    list-style: none;
    margin-left: auto;
    transition: transform ease .25s;
}

.iscu_rotet_svg {
    transform: rotate(180deg);
}

.iscu_mnu_sub_menu {
    padding-bottom: 15px;
    list-style: none;
    display: none;
}

.menu_item_menu_item_type_sub_mnu {
    margin-bottom: 10px;
    list-style: none;
    /* line-height: 155%; */
    font-size: 1.125rem;
}

.iscu_sub_menu_link {
	font-size: 14px;
	display: flex;
	position: relative;
	text-decoration: none;
	color: #131413;
	list-style: none;
	/* font-weight: 100 !important; */
	line-height: 16px;
    font-family: Manrope;
    font-weight: 400;
}


.iscu_main {
    width: 100%;
}
.iscu_btn_link_2 {
    font-size: 10px !important;
    margin-left: 3px !important;
    /* position: absolute; */
    width: max-content;
    margin-top: -4px;
}

.iscu_post_thumbnail iframe{
    width: 100% !important;
    /* height: 100% !important; */
}
.iscu_btn_2{
   margin-top: 5px;
}
.iscu_btn_1 {
    font-size: 10px !important;
    width: max-content !important;
}
.iscu_post_item {
     display: flex !important;
     width: 98% !important;
}
/* .primary-nav .wrapper {
    background: unset !important;
    display: none !important;
} */
.iscu_main_category {
    width: 100%;
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

.iscu_post_thumbnail img:hover {
    border-radius: 36px 0px 36px 0px;
} 
.iscu_main_categories_id {
    width: 70% !important;
    margin-left: 20px;
}

.iscu_post_thumbnail img {
    width: 100% !important;
    height: 100% !important;
}

.iscu_post_thumbnail {
	margin-bottom: 11px !important;
	width: 35%;
}

.iscu_heading {
	width: 95.9%;
	margin: auto;
	font-family:  Manrope-Regular;
	font-size: 20px;
}

} 
@media only screen and (min-width: 768px) {
    .home-link {
        display: block !important;
    }

    .iscu_touch_menu_inner {
        display: none !important;
    }
}
@media screen and (max-width: 591px) {
.iscu_post_title{
    margin-top: -6px !important;
}
.iscu_heading h2 {
    margin-left: 0px;
 }
 .iscu_btn_link_2 {
    font-size: 10px;
    padding: 12px;
    margin-left: 3px;
    /* position: absolute; */
    width: max-content;
}
.iscu_btn_1{
    margin-left: 0px !important;
    font-size: 10px !important;
    padding: 12px !important;
}

.iscu_main_categories_id {
	width: 100% !important;
	margin-left: 0px !important;
}
 .iscu_main_category {
    display: block;
    width: 100% !important;
} 
.iscu_post_title a {
    line-height: 124%;
    font-size: 18px !important;
}
 .iscu_post_item {
	display: block !important;
	width: 100% !important;
} 
.iscu_post_thumbnail img:hover {
	border-radius: 27px 0px 27px 0px;
}
.iscu_post_thumbnail {
	background-position: center;
	background-repeat: no-repeat;
	width: 95% !important;
	height: 249px !important;
}
/* 
.iscu_selected_category {
	margin-bottom: 25px !important;
} */
}
@media screen and (max-width: 530px) { 
    .iscu_post_thumbnail {
        width: 94% !important;
      }

}
@media screen and (max-width: 460px) { 
    .iscu_post_title {
        margin-top: 13px !important;
    }
    .iscu_post_title a {
        line-height: 88%;
        font-size: 16px !important;
    }
    .iscu_post_thumbnail iframe {
        height: 205px !important;
    }
    .iscu_categories {
        margin-bottom: 7px;
    }
    .iscu_post_thumbnail {
        background-position: center;
        background-repeat: no-repeat;
        width: 100% !important;
        height: 210px !important;
    }
    .iscu_main_categories_id {
        width: 100% !important;
        margin-left: 2px !important;
    }

    .iscu_categories a {
        font-size: 11px;
    }

    .iscu_post_item {
        margin: 0px;
        margin-top: 35px;
    }
    .iscu_post_thumbnail img {
        width: 100% !important;
        height: 208px !important;
    }
    
    .iscu_heading {
        width: 99.9%;
        margin: auto;
        font-family:  Manrope-Regular;
        font-size: 20px;
    }

}

@media screen and (max-width: 400px) { 

/* .masthead-item {
    position: absolute !important;
    top: 50px;
} */
#document-footer-content, div#main {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
.iscu_main {
    position: relative !important;
    height: 325px;
    /* margin-top:22.5px; */
}
.iscu_post_thumbnail img {
	width: 100% !important;
	height: 220px !important;
}

.iscu_iframe iframe {
	width: 100%;
	height: 325px;
}

.iscu_btn_link_2 {
   font-size: 10px;
   padding: 10px;
   margin-left: 0px;
   /* position: absolute; */
   width: max-content;
}

.iscu_main_categories_id {
    width: 100% !important;
    margin-left: 0px !important;
}
 .iscu_main_category { 
     display: block; 
     width: 100% !important;
 }
.iscu_post_title a {
    line-height: 0% !important; 
    font-size: 15px !important;
    /* color: #000000; */
}
.iscu_categories a{
     margin: 0;
}
.iscu_post_thumbnail img:hover {
    border-radius: 20px 0px 20px 0px;
} 
.iscu_post_thumbnail {
	width: 63% !important;
	height: 69%;
}
.iscu_post_item {
	margin-top: 35px;
}
.iscu_btn {
	margin-bottom: 10px;
}

.iscu_first_page {
    position: absolute;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    bottom: 26px;
    width: 100%;
    /* align-items: center; */
  }

  .iscu_vid_res {
    display: block !important;
  }

  .iscu_post_thumbnail, .iscu_post_thumbnail iframe {
    width: 100% !important;
    height: 220px !important;
  }

  .primary-nav {
	margin-bottom: 40px;
  }

  .iscu_footer_icon_wrap {
    display: block;
  }

  .iscu_footer_icon_p {
	display: flex;
	align-items: center;
	justify-content: center;
    margin-bottom: 1.5em !important;
}

.iscu_footer_icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

}

@media screen and (max-width: 450px) {
    .iscu_menu_link {
        font-size: 16px;
        font-size: 1rem;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .iscu_menu_item_opener {
        width: 46px;
        height: 46px;
    }

    .iscu_sub_menu_link {
        font-size: 0.9rem;
    }
}


@media screen and (max-width: 370px) { 
    #document-footer-content, div#main {
        padding-left: 20px;
        padding-right: 20px;
      }
    .iscu_main {
        position: relative !important;
        height: 325px !important;
    }
    .masthead-item {
        position: absolute !important;
        top: 50px !important;
    }

}
@media screen and (max-width: 378px) { 
    .iscu_heading h2 {
        width: 100% !important;
        margin-left: 0px;
    }

}