/*.accessibility_panel_open #smooth-wrapper{top:65px !important;}*/




html, body {
    overflow-x: hidden;
}

/* Menu Css */

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}

#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}

#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}

.hamburger-menu.open_menu .menu__box {
  display: block;
}

.menu__btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}
.menu__box a{
  color: #000;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #616161;
  transition-duration: .25s;
}

.menu__btn > span::before {
  content: '';
  top: -8px;
}

.menu__btn > span::after {
  content: '';
  top: 8px;
}

.menu__box {
  position: fixed;
  visibility: visible;
  display:none;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
      padding: 18px 0px;
  list-style: none;
  background-color: #fff;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  transition-duration: .25s;
}
.dis_flex_menu{display:flex;    border-top: 1px solid var(--color-black);
    margin-top: 18px;    padding: 0;    padding-top: 2em;}

.menu__item {
 list-style: none;
  padding: 12px 24px;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}

.dis_flex_menu .expanded> a.menu-main__link  {
    font-size: 30px;
    margin-bottom: 20px;
    display: block;
    color: #41bfcd;
}
.dis_flex_menu .expanded a.menu-main__link  {
    position: relative;
}
.submenu .menu__item {
  font-size: 18px;
}

.submenu li a {
    font-weight: 400;
    font-size: 18px;
    padding: 5px 0px;
    display: inline-block;
}
.submenu li a:hover{
  color: #72c5cb;
}
.submenu {
  list-style: none;
  padding-left: 0px;
  display: none;  /* Initially hidden */
}

/* Mobile view: submenu should toggle visibility on click */
@media (max-width: 991px) {
  .submenu {
    display: none;  /* Ensure submenus are hidden on mobile */
  }

  .expanded.open > .submenu {
    display: block;  /* Show submenu when parent has 'open' class */
  }


li.menu__item.expanded.open> a.menu-main__link {
    background: #fff;
    color: #000!important;
}
.menu-main__link {
    color: #fff!important;
}
  .menu__item.expanded> .menu-main__link::after {
  position: absolute;
    top: 22px;
    right: 30px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
.menu__item.expanded.open> .menu-main__link::after{
-webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(225deg);
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -ms-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
        border-bottom: 2px solid #000000;
        border-right: 2px solid #000000;
}
.menu__item.expanded .submenu .menu-main__link::after,
{
    content: none!important;
}
.menu__item {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
    padding: 0px;
}
.submenu li {
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}
.submenu li a.menu-main__link {
    font-size: 16px;
    padding: 10px 20px 10px 30px;
    color: #fff;
  }
}

/* Desktop view: Always show the submenu */
@media (min-width: 992px) {
  .submenu {
    display: block!important;  /* Always display submenu on desktop */
  }
  .rteindent2 {
    margin-left: 80px;
}
.rteindent1 {
    margin-left: 40px;
}
  .mobile-menu{
    display: none!important;
  }
}

/* Upcoming events */

.upcoming-events .container-fluid {
    padding: 0px;
    overflow: hidden;
}
.events-list {
    display: flex;

    padding: 0px 20px;
    margin-bottom: 30px;

}
.event-inp {
    padding: 0px 30px;
    padding-right: 0px;
}

.time {
    font-size: 22px;
    color: #41bfcd;
    font-weight: 600;
}
.title a {
    font-size: 30px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #41bfcd;
}
.event-in img {
    max-width: 230px;
}
.upcoming-events h2.section__title {
    font-size: 70px;
    margin: 30px 0px 60px 40px;
}
  .title a {
    font-size: 26px;
    text-transform: uppercase;
}
.title a i:before, .right-dv a i:before,
.flx-ul a i:before{
    transform: rotate(45deg);
}
.title a:hover{
  color: #41bfcd;
}
.title {
    margin: 10px 0px;
}
.event-bt {
    margin: 30px 0px 60px 0px;
}
.event-inp p{
  color: #000;
}
.event-bt p{
  color: #000;
    font-size: 26px;
    line-height: 1.2;
}
.title a {
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
}
.upcoming-events .row {
    align-items: center;
}
.subheader {
    font-size: 72px;
}
.sub-p {
    font-size: 34px;
    color: #000;
  }
  .story-flx {
    display: flex;
    margin-bottom: 40px;
}
.story-right a {
    color: #000;
    font-size: 32px;
    line-height: 1.2;
    border-bottom: 2px solid #41bfcd;
}
.story-right a:hover{
  color: #41bfcd;
}
.story-left {
    width: 30%;
}
.story-right {
	width:70%;
    margin: 0px 40px;
}
@media(max-width:991px){
	.story-left {
    width: 100%;
}
.story-right {
	width:100%;
}
}
.story-right p {
    color: #000;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 20px;
}
.story-left img {
    max-width: 550px;
    width: 100%;
}
.link--featured {
    color: #000;
    font-size: 30px;
    border-bottom: 2px solid #41bfcd;
    text-transform: uppercase;
}
.link--featured:hover {
    color: #41bfcd;
}
.tab-in {
    padding: 80px 0px;
}

.tab-in li {
    list-style: none;
    margin-bottom: 18px;
    position: relative;
    width: 100%;
    padding-left: 0px;
   transition: border-bottom-color 1s ease;
    border-bottom: 2px solid #000;
}

.tab-in li a {
    font-size: 45px;
    color: #000;
    padding: 0 8px 15px;
    position: relative;
    z-index: 1;
    transition: color 5s ease; 

}

.tab-in li:hover a {
    color: #fff;
    transition: color 1s ease;
}

/* Creating a colored background bar that will move */
.tab-in li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 100%;
    bottom: 0;
    z-index: 0;
    transition: all 1s ease; /* Slowed down to 1 second */
}

/* Define the colors for each row */
.bg_color1::after {
    background-color: #0066cc; /* Blue */
}

.tab-in li.bg_color1:hover {
    border-bottom-color: #0066cc;
}

.bg_color2::after {
    background-color: #009688; /* Teal */
}

.tab-in li.bg_color2:hover {
    border-bottom-color: #009688;
}

.bg_color3::after {
    background-color: #e7cf00; /* Yellow */
}

.tab-in li.bg_color3:hover {
    border-bottom-color: #e7cf00;
}

.bg_color4::after {
    background-color: #4caf50; /* Green */
}

.tab-in li.bg_color4:hover {
    border-bottom-color: #4caf50;
}

.bg_color5::after {
    background-color: #ff5722; /* Orange */
}

.tab-in li.bg_color5:hover {
    border-bottom-color: #ff5722;
}

/* Hover effect - fill the background from right to left */
.tab-in li:hover::after {
    right: 0;
}


.sticking .top-bar {
    display: none;
}
.social-feature__heading__headline {
    font-size: 72px;
}
.flx-latest {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.right-dv a {
    color: #000;
    font-size: 30px;
    border-bottom: 2px solid #41bfcd;
}
.right-dv a:hover {
    color: #41bfcd;
}
.slider_for_images button.slick-prev.slick-arrow {
    left: 20px;
    bottom: -60px;
    top: inherit;
    right: auto;
    z-index: 9;
}
.slider_for_images button.slick-next.slick-arrow {
    left: 80px;
    bottom: -60px;
    top: inherit;
    }
    .slick-arrow i {
    font-size: 32px;
    color: #000;
}
.slider_for_images .item {
    padding: 0px 10px;
}
.slider_for_images .item img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1;
}
.latest-slide {
    padding-bottom: 80px;
}
.slider_for_images.slick-arrow:before{content:none !important}
.slider_for_images .slick-arrow i::before {
    font-weight: 600 !important;
}
.heading {
    text-align: center;
    margin-bottom: 30px;
}
.subtitle {
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
}
.heading h3 {
    color: #000;
    font-size: 72px;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.flx-ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flx-ul li {
    list-style: none;
    padding: 0 25px;
}
.flx-ul li a {
    color: #000;
    font-size: 30px;
    position: relative;
}
.flx-ul li a:before {
    background: #000;
    bottom: -4px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    transition: right;
    transition-duration: .7s;
}
.flx-ul li a:hover:before {
    right: 100% !important;
}
.latest_for_images_section {
    overflow: hidden;
    padding-top: 60px;
    position: relative;
}
.latest-new-dv {
    position: relative;
    padding: 70px 0px;
}

.latest-new-dv:before {
    background: #b2d8d8;
    border-radius: 6px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    margin: 0 auto;
    max-width: 1480px;
    height: 100%;
}
.latest_for_images .item{
  padding: 0px 78px;
}
.address_item i {
    margin-right: 10px;
    margin-top: 5px;
    color: #fff;
}
.address_item {

    margin-bottom: 20px;
}
.menu-logo-wrap {
    margin-bottom: 30px;
}
.footer-back-link {
    margin-top: 80px;
}
.top-bar {
         background-color: white;
    text-align: center;
    padding: 20px 0px;
    font-size: 34px;
    font-weight: bold;
    font-family: "RomekSharp";
    /* font-family: "Brush Script MT", cursive; */
    /* padding-top: 20px; */
    border-bottom: 1px solid #000;
        }
  .popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: none;
            justify-content: center;
            align-items: center;
        }
        .popup {
            background: white;
            padding: 30px;
            max-width: 600px;
            border-radius: 10px;
            position: relative;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
        }
         .popup h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}
        .popup label {
            display: block;
            margin: 10px 0 5px;
           font-size: 16px;
    color: #000;
        }
       .popup input, .popup select {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    border: 1px solid #e1e1e1;
    box-shadow: 0 0px 16px rgb(0 0 0 / 6%);
    font-size: 14px;
    background-color: #fff;
}

.popup input:focus, .popup select:focus {
    border: 1px solid #b3b3b3;
    color: #000;
}
       .popup button {
    padding: 8px 30px;
    margin-bottom: 10px;
    background-color: #44ccd6;
    border: none;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    margin:20px auto 0;
}
 .popup button:hover {
    background: #0a58ca;
    color: #fff;
 }
        .invisible-close {
            position: absolute;
            top: 5px;
            left: 5px;
            width: 30px;
            height: 30px;
            opacity: 0;
            cursor: pointer;
        }
.error {
    background: #a94442;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 2px;
    /* padding: 0px 5px; */
    width: 100%;
    /* margin: 6px auto; */
    position: relative;
    left: 0;
    right: 0;
    text-align: left;
    margin-bottom: 0;
    display: block;
    color: #fff;
}
.image-item img {
    width: 100%;
}
.inner-content-area ul.dis_flex_menu.menu-main {
    display: block;
    margin: 0px;
    list-style: disc!important;
}
.inner-content-area li.menu__item {
    padding: 5px 0px !important;
    list-style: disc!important;

}
h3.DEGREE {
    background: #615c5c;
    display: inline-block;
    color: #fff !important;
    padding: 10px !important;
    padding: 4px 6px !important;
    border-radius: 5px;
    line-height: inherit;
    text-align: center;
    font-size: 16px !important;
}
.card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.accordion-container .card .card-header a.accordion-button.collapsed:before{
    font-family: FontAwesome;
    content: "\f067";
    display: block;
    float: right;
    color: #9b9b9b;
    transition: all 0.5s;
}
.accordion-container .card .card-header a.accordion-button:before{
    font-family: FontAwesome;
    content: "\f068";
    display: block;
    float: right;
    color: #0c5dc5;
}
.accordion-button:focus {
    border-color: none;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
}
.accordion-button{
      font-family: var(--bs-font-sans-serif);
}
.card-header {
    padding: .5rem 0rem;
}
.accordion-button {
    padding: 0;
    font-size: 18px;
}
#primary-content .program-list-page-section .title-for-program-items h3 {
    margin-bottom: 20px;
    text-transform: uppercase;
}
.title-for-program-items, #primary-content .program-list-page-section .view-grouping-content > h3 {
    margin-top: 30px;
}
#primary-content .program-list-page-section .view-grouping-content > h3:first-child {
    margin-top: 0;
}
#primary-content .pager {
    clear: both;
    text-align: center;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}
ul.pager__items.js-pager__items {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
}
#primary-content .pager .pager__items li {
    background-image: none;
    list-style-type: none;
    margin: 0;
    display: block;
    padding: 5px 14px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    float: left;
}
#primary-content .pager .pager__items li:first-child {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-left: 1px solid #ddd;
}
#primary-content .pager li > a, .pager li > span {
    display: block;
    padding: 0;
    background-color: #fff;
    border: 0;
    border-radius: 0;
}
#primary-content .inner-content-area a:hover {
    color: #0285a2;
}
li.pager__item.is-active a {
    color: #0285a2;
}
@media(min-width: 992px) {
    .col-md-4.cus-md-4 {
        width:30%;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
    }

    .col-md-8.cus-md-8 {
        width: 70%;
        float: right;
        padding-right: 15px;
        padding-left: 15px;
    }
}
.title-for-mobile-collapse {
    padding: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    background: #999;
    color: #fff;
    cursor: pointer;
    display: none;
}
#nav-icon3.nav-type {
    width: 35px;
    height: 30px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5sease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5sease-in-out;
    cursor: pointer;
    float: right;
}
#nav-icon3.nav-type span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25sease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25sease-in-out;
}
#nav-icon3.nav-type span:nth-child(1) {
    top: 0px;
}
#nav-icon3.nav-type span:nth-child(2), #nav-icon3.nav-type span:nth-child(3) {
    top: 10px;
}
#nav-icon3.nav-type span:nth-child(4) {
    top: 20px;
}
#primary-content .resp-tabs-list {
    list-style: none!important;
    padding-left: 0;
    background: #e6e6e6;
    border-top: 6px solid #000;
}
#primary-content .resp-tabs-list.blue-list {
    border-top: 6px solid #115ec5;
    -webkit-padding-start: 0px !important;
}
#primary-content .resp-tabs-list li.title-of-the-page{
    position: relative;
}
#primary-content .resp-tabs-list li.title-of-the-page:before {
    border: solid #44ccd6;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    pointer-events: none;
    width: 0;
    bottom: 0;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #44ccd6;
    left: -11px;
    margin-left: 0px;
    border-width: 20px;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 5px;
}
li.title-of-the-page {
    padding: 0px 15px;
    background: #999;
    color: #fff !important;
    margin-bottom: 5px;
}



#primary-content .resp-tabs-list.green-list {
    border-top: 6px solid #b8d517;
}

#primary-content .resp-tabs-list li a {
    display: block;
    padding: 12px;
    font-size: 14px;
    
    transition: .2s all;
}

#primary-content .resp-tabs-list li{
    border-bottom: 1px solid #c1c9d1;
}

#primary-content.main > .container .section-full-collapse a {
    text-decoration: none;
}
#sideCallouts {
    margin-top: 20px;
}
#sideCallouts .callout {
    height: auto;
    width: 100%;
    padding: 20px 15px 20px 15px;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}
#sideCallouts .callout.green {
    background-color: #a2c94d;
}
#sideCallouts .callout h4, #sideCallouts .callout p {
    text-align: center;
    color: #fff;
}
#sideCallouts .callout h4 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: normal;
}
#sideCallouts .callout p {
    margin-bottom: 10px;
    font-size: 18px;
}
#sideCallouts .contact_box {
    background: #96715b;
    margin-bottom: 20px;
}

#sideCallouts p {
    color: #000;
    font-size: 14px!important;
    margin-bottom: 3px!important;
}

#primary-content #sideCallouts .contact_box h4 {
    padding: 5px 15px;
    margin: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
}

#sideCallouts .contact_box .contact-info-content {
    padding: 15px;
    padding-top: 5px;
    color: #fff;
}

#sideCallouts .contact_box .contact-info-content .department-name {
    font-size: 18px;
    line-height: 1.15;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 15px;
}

#sideCallouts .contact_box .contact-info-content p {
    color: #fff;
    margin-bottom: 10px;
}

#sideCallouts .contact_box .contact-info-content p i {
    width: 20px;
    display: inline-block;
}

#sideCallouts .contact_box .contact-info-content a {
    color: #fff;
}

#sideCallouts .contact_box .contact-info-content a:hover {
    color: #b9d40f;
}
.button_default {
    background-color: transparent;
    text-align: center;
    padding: 10px 20px;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #fff;
    margin-top: 10px;
}
#sideCallouts .callout.blue {
    background-color: #057fba;
}

#sideCallouts .callout.green {
    background-color: #a2c94d;
}

#sideCallouts .callout.satan-blue {
    background-color: #009EC8;
    border: 2px solid #44CED8;
    border-radius: 10px;
    line-height: 1.2;
    color: #FFFFFF;
}

#sideCallouts .callout.satan-blue a {
    color: #fff;
}

#sideCallouts .callout.satan-blue a:hover {
    color: #b9d40f;
}

#sideCallouts .callout.brown {
    background-color: #976f59;
}

#sideCallouts .callout.bg-background {
    padding: 0;
    position: relative;
}

#sideCallouts .callout.bg-background:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: 1;
}

#sideCallouts .callout.bg-background .callout-content {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0,-50%);
}
.green .button_default:hover {
    background-color: #92a70e;
}
.button_default:hover {
    background-color: #094898;
}
#primary-content .view-degrees-certificates h3.CERTIFICATE {
    background: #7a7a7a;
    display: inline-block;
    color: #fff !important;
    padding: 10px !important;
    padding: 1px 6px !important;
    border-radius: 5px;
    line-height: inherit;
    text-align: center;
}
#primary-content .view-degrees-certificates h3.INDUSTRY {
    background: #7a7a7a;
    display: inline-block;
    color: #fff !important;
    padding: 10px !important;
    padding: 1px 6px !important;
    border-radius: 5px;
    line-height: inherit;
    text-align: center;
}
#primary-content .view-degrees-certificates h3.SCHOOL {
    background: #9d9d9d;
    display: inline-block;
    color: #fff !important;
    padding: 10px !important;
    padding: 1px 6px !important;
    border-radius: 5px;
    line-height: inherit;
    text-align: center;
}
#primary-content .program-list-page-section .title-for-program-items h4, #primary-content .program-list-page-section .view-grouping-content > h3 {
    color: #000;
    margin-bottom: 0;
    font-weight: 700;
    border-bottom: 1px solid #bbb;
    padding-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
}
.view-id-calendar .view-header {
    text-align: center;
    position: relative;
   margin-bottom: 40px;
}
.view-header ul.js-pager__items {
    padding-left: 0;
    display: inline-block;
    -webkit-padding-start: 0 !important;
    list-style: none !important;
}
.view-header .js-pager__items {
    clear: both;
    text-align: center;
}
.view-id-calendar li.calendar-pager__item--control{
    position: absolute;
    top: 0px;
}
.view-id-calendar li.calendar-pager__item--control.calendar-pager__item--previous {
    left: 33% !important;
}
.view-id-calendar li.calendar-pager__item--control.calendar-pager__item--next{
    right: 33% !important;
}
.view-id-calendar .view-header h3 {
    color: #24c0d4 !important;
}
.calendar-calendar th.days {
    color: #fff!important;
    background-color: #24c0d4!important;
}
.calendar-calendar .month-view .full td.single-day div.monthview, .calendar-calendar .week-view .full td.single-day div.weekview, .calendar-calendar .day-view .full td.single-day div.dayview {
    background: #24c0d4 !important;
}
.calendar-calendar .month-view .full td.single-day div.monthview:hover,
.calendar-calendar .week-view .full td.single-day div.weekview:hover,
.calendar-calendar .day-view .full td.single-day div.dayview:hover {
    background: #04aabf!important;
}
.calendar-calendar td .inner div.calendar div, .calendar-calendar td .inner div.calendar div a {
    color: #FFF;
    font-weight: 700;
    font-size: 14px;
}
.calendar-calendar td .inner div.calendar div:hover,
.calendar-calendar td .inner div.calendar div a:hover {
    color: #FFF!important;
    text-decoration: none!important;
}
.accordion-item {
    border-left: none!important;
    border-top: none!important;
    border-right: none!important;
    border-bottom: 1px solid #dadada;
    padding: 15px;
    padding-left: 0px;
}
h2.accordion-header {
    margin: 0px !important;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}
.accordion-body {
    padding: 1rem 0px!important;
}
a.btn-accordion {
    padding: 6px 16px;
    background: #44ccd6;
    color: #fff;
    border: 2px solid #44ccd6;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    border-radius: 0;
    display: inline-block;
    margin-top: 10px;
}
a.btn-accordion:hover {
    text-decoration: none;
    background-color: #b9d40f;
    color: #fff!important;
    border: 2px solid #b9d40f;
}

ul.resp-tabs-list.green-list {
    -webkit-padding-start: 0px !important;
}
#primary-content .resp-tabs-list li {
 
}
#sideCallouts .contact_box .contact-info-content {
    padding-left: 32px;
}
#sideCallouts .contact_box .contact-info-content p i {
    margin-left: -20px;
}
#sideCallouts .contact_box .contact-info-content p .cust-gap {
    margin-left: -22px;
}
.collapseble-panel .collapse-title a {
    padding: 10px 20px;
    display: block;
    background: #0c5dc5;
    color: #fff !important;
    font-size: 24px;
    font-weight: 600;
    position: relative;
}
#primary-content.main > .container a {
    text-decoration: underline;

}
.close-pan-content {
    float: right;
    font-size: 16px;
    padding: 5px 0;
}
.table-content .MsoToc2 {
    padding-left: 15px;
    float: left;
    width: 50%;
    font-size: 14px;
    padding-right: 15px;
}
#primary-content .view-course-category .views-row-1 .MsoToc2, #primary-content .view-course-category .views-row-2 .MsoToc2 {
    font-weight: bold;
    margin-bottom: 30px;
}
.table-content .MsoToc2:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
.table-content .MsoToc2 {
    position: relative;
}
.table-content .MsoToc1 {
    display: inline-block;
    clear: both;
    margin-top: 15px;
    border-bottom: 1px solid #ccc;
    float: none;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 15px !important;
}
 .MsoToc2 a, .MsoToc1 strong {
    color: #0c5dc5;
 }
  .MsoToc2 a:hover, .MsoToc1 strong:hover {
    color: #44ccd6!important;
 }
 .view-course-category .views-row-1 .views-field-name, .view-course-category .views-row-2 .views-field-name {
    display: none;
}
.collapseble-panel .collapse-title a.collapsed .bi-chevron-up::before {
    content: "\f282";
}
.view-course-listing-page .views-row-1 .views-field-name,
.view-course-listing-page .views-row-2 .views-field-name {
    display: none;
}
.view-course-listing-page .views-row {
    margin-top: 50px;
}
.seCtOp .SecToTop {
    font-size: 14px;
    padding: 5px 15px;
    border: 1px solid #44ccd6;
    background: #44ccd6;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    font-family: var(--bs-font-sans-serif);
    text-decoration: none !important;
}
.seCtOp {
    float: right;
    margin-top: -5px;
    font-weight: 600;
}
.seCtOp .SecToTop:hover {
    background: #0c5dc5;
    color: #fff!important;
}
.seCtOp .SecToTop{
    position: relative;
}
.seCtOp .SecToTop:after {
    content: "\f286";
   display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    margin-left: 5px;
}
.section-banner-tab {
    border-top: 6px solid #40ccd6;
}
.program-sliders .item img {
    margin: auto;
}
.label-for-program {
    float: right;
    padding: 6px 15px;
    font-weight: 700;
    background: #000;
    border-radius: 5px;
    color: #fff;
    margin-top: 2px;
}
.section-in-title {
    margin-bottom: 15px;
    font-size: 20px;
    color: #0c5dc5;
}
.content-for-each-prog li {
    border-bottom: none !important;
}
.panel-heading.panel-blue-green a {
    background: #b9d40f;
    padding-right: 40px;
    position: relative;
    border: 2px solid #97ad0c;
}
.panel-title a {
    display: block;
    color: #fff !important;
    padding: 6px 15px;
    font-size: 20px;
    text-decoration: none!important;
    font-family: var(--bs-font-sans-serif);
}
.panel-heading.panel-blue-bg a {
    background: #1a9ec8;
    position: relative;
    border: 2px solid #40ccd6;
}
.panel-heading.panel-blue-green a:hover, .panel-heading.panel-blue-green.active-panel a {
    background: #0c5dc5;
    border: 2px solid #6b9ee1;
}
.panel-heading.panel-blue-brown a {
    background: #976f59;
    padding-right: 40px;
    position: relative;
    border: 2px solid #caa188;
}

.panel-heading.panel-blue-bg a:after,
 .panel-heading.panel-blue-green a:after, .panel-heading.panel-blue-brown a:after{    
    content: "\f282";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
   font-size: 30px;
    position: absolute;
    right: 10px;
    top: 2px;
}
.panel-heading.panel-blue-bg.active-panel a:after,
 .panel-heading.panel-blue-green.active-panel a:after, .panel-heading.panel-blue-brown.active-panel a:after {
    content: "\f286";
}



.panel-for-prog .panel-title a {
    display: block;
    color: #000 !important;
    padding: 6px 15px;
    font-size: 16px;
}
.panel-for-prog.brown i.indicator {
       color: #96715b;
    display: inline-block;
    line-height: 1;
    top: -4px;
    position: relative;
    right: -16px;
}
.panel-for-prog.brown .panel.panel-default {
    border-color: #96715b;
}
.panel-for-prog .panel.panel-default:last-child {
    margin-bottom: 30px;
}
.panel {
    background-color: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-for-prog.brown .panel-title a:hover,
.panel-for-prog.brown .active-panel .panel-title a {
    background: #96715b;
    color: #fff !important;
}
.panel-for-prog .panel-title a:hover i.indicator {
    color: #fff !important;
}
.pull-right {
    float: right;
}
.panel-for-prog .panel .indicator.fa {
    margin-top: -1px;
    margin-left: 0;
}
.panel-for-prog .active-panel .indicator.bi-chevron-down:before {
    content:"\f286" !important;
    color: #fff;
}
.panel-body {
    padding: 15px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #fff;
    background: #fff;
}
.panel-blue-bg-content {
    border: 1px solid #97ad0c;
    border-top: 0;
}
.panel-heading.panel-blue-bg a:hover, .panel-heading.panel-blue-bg.active-panel a {
    background: #b9d40f;
    border: 2px solid #97ad0c;
}
.panel-heading.panel-blue-bg h4 {
    margin: 0 !important;
}
.panel-blue-green-content {
    border: 1px solid #0c5dc5;
    border-top: 0;
}
.panel-blue-brown-content {
    border: 1px solid #976f59;
    border-top: 0;
}

.rteindent3 {
    margin-left: 60px;
}
.rtecenter {
    text-align: center;
}
.cards-section {
    margin: 20px 0;
}
.main-card .card .card-block{
    padding: 10px 15px;
}
h4.card-title a{
 font-family: var(--bs-font-sans-serif)!important;
}
body.page-node-2733 tbody, body.page-node-2733 td,
body.page-node-2733 tfoot, body.page-node-2733 th,
body.page-node-2733 thead, tr {
    border-width: 1px;
}
body.page-node-1369 #primary-content.main > .container a{
    display: inline-block;
    margin-bottom: 5px;
}
.events_skip a {
    text-align: right;
    display: inherit;
    font-size: 18px;
    font-weight: bold;
}
.view-h-month .view-display-id-block_1 {
    border: 1px solid #cccccc;
    padding: 15px 0;
    margin-bottom: 60px;
    margin-top: 10px;
}
#news .slick-prev {
    left: -50px;
}
#news .slick-arrow {
    width: 40px;
    height: 40px;
}
#news .slick-arrow i {
    width: 40px;
    height: 40px;
    color: #0c5dc5;
    border: 2px solid #0c5dc5;
    border-radius: 50pc;
}
#news .slick-prev{
    left: -50px;
}
#news .slick-next {
    right: -50px;
}
.sr-only-clip {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    padding: 0 !important;
    border: 0! important;
    white-space: nowrap !important;
    clip: rect(1px 1px 1px 1px) !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
}
.event-items-for-home {
    display: inline-block;
    width: 55%;
    vertical-align: middle;
}
.post-info {
    background: transparent;
    margin: 0 0 12px;
    color: #666666;
    font-size: 11px;
}
.upcoming-events_section .post-info {
    font-size: 16px;
}
.event-happen-timer {
    display: inline-block;
    width: 45%;
    margin-left: -5px;
    vertical-align: top;
    margin-left: -5px;
    padding-left: 15px;
}
.event-happen-timer .event-countdown {
    border: 1px solid #e4e4e4;
    width: 100%;
    max-width: 100%;
    padding-top: 15px;
    float: right;
    background: rgba(255, 255, 255, .2);
    padding-bottom: 10px;
}
#primary-content ul.countdown {
    padding-left: 0 !important;
}
ul.countdown li {
    display: inline-block;
}
ul.countdown {
    list-style: none;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    display: block;
    color: #0c5dc5;
}
.countdown span {
    font-size: 36px;
    font-weight: 900;
    color: #0c5dc5;
    display: inline-block;
    letter-spacing: 5px;
}
ul.countdown li p {
    color: #fff;
    font-size: 14px !important;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 500 !important;
    color: #0c5dc5 !important;
    margin-bottom: 0 !important;
}
.view-display-id-block_1 .newscont a.titlebtn {
    display: block;
    background: #44ccd6;
    border: 2px solid #32a6af;
    padding: 3px;
    margin-bottom: 20px;
    text-decoration: none!important;
}
.view-display-id-block_1 .item h3 {
    color: #fff !important;
    padding: 0 20px !important;
    font-weight: 600 !important;
    margin: 5px 0 !important;
    padding-left: 10px !important;
    font-size: 22px !important;

}
#primary-content .countdown h2 {
    color: #0c5dc5;
    text-align: center;
    margin: 0px 0;
    font-size: 16px;
    line-height: 1;
}
.newsimg.text-right {
    float: right;
}
.newscont {
    padding: 0px 15px;
}
ul.ec-directory-option {
    list-style: none !important;
}
.switch_buttons {
    margin-top: 50px;
    margin-bottom: 40px;
}
.view.view-h-month {
    margin-bottom: 40px;
}
.switch_buttons ul li {
    display: inline-block;
}
.switch_buttons ul li a {
    font-size: 14px;
    margin-right: 5px;
    padding-right: 15px;
    display: inline-block;
    border-radius: 0;
    background: #44ccd6;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    text-decoration: none!important;
}
.switch_buttons ul li.active a:hover {
    background: #0b4ea5;
}
.switch_buttons ul li a:hover {
    background: #b9d40f;
    color: #fff!important
}
.switch_buttons ul li a .fa {
    margin-right: 5px;
    padding: 12px 10px;
    background: rgba(0, 0, 0, .2);
    font-size: 16px;
}
.active_showing {
    font-size: 11px;
    padding-left: 2px;
}
.switch_buttons ul li.active a {
    background: #0c5dc5;
}

#edit-deadline-wrapper > label {
    display: inline-block;
    vertical-align: sub;
    margin-top: 35px;
}
.col-lg-push-9.left-img {
    float: right;
}
.col-lg-pull-3.text-left {
    padding-right: 15px;
    padding-left: 15px;
}
.view .ec-directory-option li {
    float: none;
}
.ec-directory-option li {
    float: left;
    padding: 0px 8px 0px 0px;
    margin: 0px 8px 4px 0px;
    position: relative;
    line-height: 24px;
    color: #909093;
}
.ec-directory-option li a {
    line-height: 22px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0px;
    color: #0a94d5;
    font-family: 'Open Sans', sans-serif;
}
.post-title a{
    text-decoration: none!important;
}
.ec-directory-option li:first-child:before {
    content: '';
    border: none;
}
.text-left .post-info {
    font-size: 16px;
}
.ec-thumb-hover i {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.70);
    border-radius: 6px;
    font-size: 24px;
    text-align: center;
    padding: 15px 0px 0px 0px;
    margin: -26px 0px 0px -22px;
}
.share-icons-section ul {
    padding: 0;
    max-width: 50%;
    margin: 0 auto;
}
.share-icons-section li {
    display: inline-block;
    padding: 10px;
}
.share-icons-section li a {
    display: block;
}
.share-icons-section li img {
    max-width: 80px;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
}
.share-icons-section .post-title {
    color: #000 !important;
}
.my-mfp-slide-bottom.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15sease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15sease-out;
}
.mfp-wrap {
    z-index: 99999;
}
.my-mfp-slide-bottom.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.my-mfp-slide-bottom.mfp-bg.mfp-ready {
    opacity: 1;
    z-index: 99999;
}
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15sease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15sease-out;
}
.mfp-bg {
    background-color:#fff;
}
.inline-popup {
    position: relative;
    width: auto;
    max-width: 90%;
    margin: 20px auto;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    background-color: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 30px;
}
.mfp-close-btn-in .mfp-close {
       color: #000;
    font-size: 44px;
    border: 2px solid #000;
    border-radius: 30px;
    top: -50px;
    width: 44px;
    right: 0%;
    padding-right: 0px;
    text-align: center;
    line-height: .6;
}
.mfp-content {
    vertical-align: top;
    top: 10%;
}

.views-exposed-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
}
.views-exposed-form .js-form-item {
        width: 22.33%;
    margin: 0px;
    padding-bottom: 10px !important;
    }
    .views-exposed-form .js-form-item {
    float: left;
    padding-right: 10px;
}
.views-exposed-form .fieldset-wrapper {
    display: flex;
}
form#views-exposed-form-events-list-page-1 .form--inline,
 form#views-exposed-form-news-list-page-1 .form--inline {
        display: flex;
        align-items: center;
    }
    .views-exposed-form .form-item, .views-exposed-form .form-submit {
    margin-right: 0 !important;
}
.views-exposed-form .js-form-item input,
 .views-exposed-form .js-form-item select {
    width: 100%;
    border: 1px solid #dcdcdc;
    padding: 5px;
    line-height: 26px;
    outline: none;
    border-radius: 0px!important;
    margin: 0px;
}

        .views-exposed-form fieldset.form-item .js-form-item {
        width: 50%;
    }
.js-form-item.form-item-offices{
    clear: both;
}
  .views-exposed-form div#edit-actions {
    width: 32%;
    float: right;
    margin-top: -56px;
}
.deadline-text {
    padding: 5px;
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #999;
}
#edit-date-wrapper legend {
    display: none;
}
input.new-checkbox + label {
    font-weight: 600;
    margin: 0;
    position: relative;
    line-height: 1;
    cursor: pointer;
    vertical-align: top;
    margin-top: 8px;
    max-width: 100%;
    font-size: 14px !important;
    margin-bottom: 10px;
}
#edit-deadline-wrapper .views-widget, #edit-deadline-wrapper .views-widget label {
    display: inline-block;
}


input.new-checkbox {
    position: absolute;
    left: 20px;
    top: 16px;
    visibility: hidden;
    opacity: 0;
}
input.new-checkbox + label::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    font-size: 0;
    vertical-align: middle;
    margin-right: 8px;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 4px;
    border: 2px solid #0c5dc5;
    margin-top: -8px;
}
input.new-checkbox + label::after {
    content: "\2713";
    color: #be1238;
    font-size: 28px;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    padding: 2px;
    top: -12px;
    left: 2px;
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    position: absolute;
}
input.new-checkbox:checked + label::before {
    background: #0c5dc5;
}
input.new-checkbox:checked + label::after {
    content: "\f00c";
    color: #be1238;
    font-size: 28px;
    text-align: center;
    padding: 2px;
    top: -8px;
    left: 0px;
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    position: absolute;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 14px;
    font-size: 18px;
    color: #fff;
}
.new-checkbox legend {
    position: relative;
    left: 30px;
    top: 25px;
    font-size: 16px;
}
.newsimg a{
    position: relative;
    z-index: 1;
}
figure {
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
}
figure img {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1, 1, 1);
}
figure:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1,1.1,1);
    -ms-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1, 1.1, 1);
}
figure:hover figcaption {
    -webkit-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -moz-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -o-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    bottom: 0;
}
figure figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 1s;
    -moz-transition: opacity 0.35s,-moz-transform 1s;
    -ms-transition: opacity 0.35s,-ms-transform 1s;
    -o-transition: opacity 0.35s,-o-transform 1s;
    -webkit-transition: opacity 0.35s, -webkit-transform 1s;
    transition: opacity 0.35s, transform 1s;
}
figure figcaption::before {
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}
figure:hover figcaption::before, figure:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.main-card {
    display: flex !important;
    height: auto;
    padding-right: 15px;
    padding-left: 15px;
}
.main-card .card, .left-subnav .card, .right-sidebar .card {
    margin: 1rem 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    padding-bottom: 40px;
}
.card-image {
    overflow: hidden;
}
.main-card .card .read-more {
    position: absolute;
    font-size: 15px;
    font-weight: bold;
    line-height: 2.27;
    color: #0c5dc5;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #ddd;
    text-align: center;
}
.main-card .card img, .left-subnav .card img, .right-sidebar .card img {
    max-width: 100%;
    margin: 0;
    padding: 0 !important;
}
.main-card .card:hover .card-image img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.prog_courses .slick-track {
    display: flex;
}
.card img {
    margin-bottom: 0 !important;
}
.card-image img {
    transition: .5s all ease-in-out;
    -webkit-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
}
.main-card .card .card-block, .left-subnav .card .card-block, .right-sidebar .card .card-block {
    padding: 10px 15px;
}
#primary-content .main-card .card .card-title {
    word-break: normal;
    color: #000;
    text-align: left;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.2;
    font-style: normal;
}
.main-card .card .card-text {
    color: #636363;
    text-align: left;
    font-size: 14px;
    line-height: 1.36;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ccc;
}
.item-list .search-info {
    display: none;
}
details#edit-advanced{display: none;}

.flex_for_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.flex_for_btn .left_btn_carr, .flex_for_btn .right_btn_carr{width: 100%;    max-width: 420px;}
.flex_for_btn .left_btn_carr a, .flex_for_btn .right_btn_carr a {
    display: block;
    padding: 15px;
    background: #000;
    color: #fff !important;
    text-decoration: none !important;
    margin: 0 15px;
    font-weight: 600;
    font-size: 24px;
    border-radius: 10px;
}

.flex_for_btn .left_btn_carr a{background: #1d5fc1;}
.flex_for_btn .right_btn_carr a{background: #3cb6cf;}

.flex_for_btn .left_btn_carr a:hover{background: #1750a5;}
.flex_for_btn .right_btn_carr a:hover{background: #1285a1;}

.flex_for_btn .left_btn_carr span, .flex_for_btn .right_btn_carr span {
    font-size: 14px;
}

.flex_for_btn .left_btn_carr a span, .flex_for_btn .right_btn_carr a span {
    display: block;
    height: 0;
}

@media(max-width:991px){
	.flex_for_btn{display:block}
	.flex_for_btn .left_btn_carr a, .flex_for_btn .right_btn_carr a{margin:0; margin-bottom:30px}
	    
}

.event-passed-text{text-align: center;
    font-weight: 600;
    color: #165ec3;}
	

li.menu__item.menu-main__item.home {
    display: none;
}

section.portfolio-area.bg_dp_black{background:#2fb0cc !important}
.page-head-title .page-breadcrumb .breadcrumb{line-height:1.4}



@media(min-width:992px){
.menu__item.only_mobile_tab{display:none !important}
}

@media(max-width:991px){
li.menu__item.menu-main__item.only_mobile_tab a, li.menu__item.menu-main__item.expanded.menu-main__item--expanded.only_mobile_tab span {
    position: relative;
    padding: 12px 24px 12px 15px;
    margin: 0px;
    font-size: 22px;
    width: 100%;
    display: block;
}
li.menu__item.menu-main__item.expanded.menu-main__item--expanded.only_mobile_tab.open span{        background: #fff;
        color: #000 !important;}
		
li.menu__item.menu-main__item.expanded.menu-main__item--expanded.only_mobile_tab .submenu li a.menu-main__link {
        font-size: 16px;
        padding: 10px 20px 10px 30px;
        color: #fff;
    }
		

	.menu-logo-wrap img{        margin-bottom: 0 !important;}
	
.menu-area.menu-area-two:before {
    background: #fff;
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.submenu li a.menu-main__link{display:block}
.menu_buttons{position:relative; z-index:11}

.open_menu_in_body, .dis_flex_menu{        overflow: hidden !important;}
.menu_section .dis_flex_menu{min-height: 100vh;height: auto;}

li.menu__item.menu-main__item.home {
    display: block;
}
li.menu__item.menu-main__item.home a {
    position: relative;
    padding: 12px 24px 12px 15px;
    margin: 0px;
    font-size: 22px;
    width: 100%;
    display: block;
}

.common-design-btn.only-border .btn-flip span::after, .common-design-btn.only-border .btn-flip span::before{content:none !important}
.common-design-btn.only-border:hover{background:#44ccd6 !important; color:#fff !important}

div#block-gcc-site-branding a {
    position: relative;
    z-index: 99;
}

.menu-area{position:fixed; top:0}
.inner-page .menu-area.menu-area-two{position:fixed}
#primary-content.main{padding-top:110px;}

    .title-for-mobile-collapse {
        display: block;
    }
    .section-full-collapse {
        display: none;
    }
	.active_collapse #nav-icon3.nav-type span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.active_collapse #nav-icon3.nav-type span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.active_collapse #nav-icon3.nav-type span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.active_collapse #nav-icon3.nav-type span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.menu_buttons .header_controls .menu_bent_item{order:2;         margin-left: 10px;}

}

@media(max-width:767px){
	.seCtOp{float:none}
}

.mfp-bg{opacity:1}


.page-node-350 ul.resp-tabs-list.green-list {
    display: none;
}
.page-node-71 ul.resp-tabs-list.green-list {
    display: none;
}

.page-node-349 li.sub_tab_222, .page-node-349 li.sub_tab_223 {
    display: none;
}
.page-node-351 li.sub_tab_221, .page-node-351 li.sub_tab_223 {
    display: none;
}
.page-node-352 li.sub_tab_221, .page-node-352 li.sub_tab_222 {
    display: none;
}
.inner-content-area .close_div {
    display: none;
}
.cus-row:after {
    content: "";
    display: table;
    clear: both;
}
.item.for-list-stories {
    margin: 20px 0;
}
.view-display-id-block_2 .disflex {
    display: block;
}
.view-display-id-block_2 .half-section, .view-display-id-block_2 .item.for-list-stories .for-image-part.for-right {
    width: 100%;
    float: none;
}
.item.for-list-stories .for-image-part {
    position: relative;
}
.item.for-list-stories .for-image-part img {
    border: 1px solid #b1acac; width: 100%;
}
.after-title-categ {
    margin-bottom: 10px;
    font-size: 14px;
}
.after-title-categ.this-section-overimg {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 15px;
    background: #44ccd6;
    color: #fff;
    font-size: 20px;
}
.item.for-list-stories .for-image-part:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}
.item.for-list-stories .for-image-part.for-left:after {
    right: -20px;
    border-left: 20px solid #b1acac;
}
.right-content-section {
    position: relative;
    color: #fff;
    height: 270px;
    overflow: auto;
    font-size: 15px;
}
.item.for-list-stories .right-content-section {
    color: #000;
    height: auto;
}
.view-display-id-block_2 .item.for-list-stories .right-content-section {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 40px;
}
.right-content-part-title {
    font-size: 24px;
    color: #fff;
}
.item.for-list-stories .right-content-part-title {
    color: #0c5dc5;
    font-weight: 700;
    margin-bottom: 5px;
}
.hide {
    display: none !important;
}
.after-title-categ {
    margin-bottom: 10px;
    font-size: 14px;
}
.view-display-id-block_2 .item.for-list-stories .right-content-bootm-buttons {
    margin-top: 20px;
}
.item.for-list-stories .btn-for-right-content {
    display: inline-block;
    margin-right: 5px;
    width: auto;
    float: none;
}
.btn-for-right-content a {
    text-decoration: none !important;
}
.btn-for-right-content a {
    padding: 10px 20px;
    display: block;
    text-align: center;
    color: #fff;
    background: #808080;
}
.btn-for-right-content.dark-btn a {
    background: #444;
}
.btn-for-right-content a:hover {
    background: #44ccd6; color: #fff !important;
}
.rteleft{text-align: left;}
.inner-content-area blockquote {
    background-color: transparent;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}