/* -------------------------------- 

Main Nav style

-------------------------------- */
/*--
a[href^="https:"]:link::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f35d";
    margin-left: 6px;
    vertical-align: middle;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    color: inherit;
}

--*/

@media (min-width: 1200px) {
  .navbar-expand-xl {
    justify-content: space-between;
  }

 
}

.about-inside p {
    line-height: 1.5em;
} 


a.sr-only.sr-only-focusable {
     position: fixed;
    top: 16px;
    left: 16px;
    padding: 15px;
    background: #01703b;
    z-index: 40000;
    color: #fff;
    border-radius: 33px;
    box-shadow: 4px 3px 11px 3px rgb(103 103 103 / 42%);
}

.dropdown-toggle::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  margin-left: 5px;
  vertical-align: initial;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  color: inherit;
	
}


 a.sr-only.sr-only-focusable.search-desktop {
    display: none;
  }

@media only screen and (min-width: 1200px) {
	a.sr-only.sr-only-focusable.search-mobile {
    display: none;
  }

	a.sr-only.sr-only-focusable.search-desktop {
    display: block;
  }
	
}





a#searchDropdown {
    font-weight: bold;
}
.show .dropdown-toggle::after {
  content: "\f077";
}






@media only screen and (max-width: 1199px) {
  .ccri-nav.navbar {
    height: 51px;
  }
}
.ccri-nav.navbar {
  padding: 0px 0px;
}
@media only screen and (min-width: 1440px) {
.ccri-nav.navbar {
    padding: 0px 4em;
	        max-width: 1650px;
        margin: 0 auto;
}
}
.ccri-nav .justify-content-end {
  height: inherit;
}

@media only screen and (max-width: 1199px) {
  .ccri-nav.navbar-light .navbar-toggler {
    border-left: none;
    border-radius: 0px;
    padding: 24px;
    border: none;
  }
}
.bg-light {
  background-color: #ffffff !important;
}

@media only screen and (min-width: 1200px) {
  .bg-light {
    background-color: transparent !important;
  }
}

.nav-box {
  box-shadow: 3px 2px 14px 1px rgb(181 181 181 / 20%);
   
  position: fixed;
  background: #fff;
  z-index: 1000;
  clear: both;
  left: 0;
  right: 0;
  top: 0;
}

@media only screen and (min-width: 1200px) {
  .nav-box {
    position: relative;
    left: initial;
    right: initial;
    top: initial;
  }
}





.cd-logo {
border-radius: 3px;
}
a.cd-logo:hover {
    background-color: #e7e7e7;
}
.cd-logo img {
  display: block;
  transition: all 0.4s ease;
	width: 18rem;
}

.flex-end-box {
    display: flex
;
    align-items: center;
}

/****************************
custom nav styles
*****************************/
.dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration: 0.2s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 0.2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ccri-nav .dropdown,
.ccri-nav .dropup {
  position: static;
}
.hp-dropdown-menu a.nav-link {
  font-size: 1.7em;
  line-height: 24px;
  color: #292929 !important;
  font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
  font-size: 1.9em;
}
.hp-dropdown-menu .dropdown-ccri-heading {
  letter-spacing: 0.5px;
  font-weight: bold;
}

	
@media only screen and (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .hp-dropdown-menu {
    position: absolute;
    width: 100%;
    padding: 30px;
    padding-bottom: 50px;
    background: #f1f1f1;
    border: none;
    box-shadow: 5px 5px 10px 0px rgba(68, 68, 68, 0.2);
    border-radius: 0px 0px 2px 2px;
    border-bottom: 8px solid #00713a;
    font-size: 0.57em;
  }

  .main-ccri-dropdown {
    padding: 0px 13px !important;
    height: 76px;
   display: flex;
     align-items: center;
    color: #292929 !important;
          font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
        font-size: .85em;
       
  }


  .endy .navbar-light .navbar-nav .show > .main-ccri-dropdown {
    color: #292929 !important;
    background-color: #f5f5f5;
  }
  .show a#myccri_dropdown {
    background-color: #f5f5f5;
  }
  .main-ccri-dropdown:hover,
  a#myccri_dropdown:hover {
    background-color: #e7e7e7 !important;
  }

  .hp-dropdown-menu .dropdown-ccri-heading {
    line-height: inherit;
    margin-bottom: 10px;
    padding-left: 0.5rem;
    margin-top: 0;
    margin-left: 0px;
    font-size: 2.5em;
  }

  .ccri-nav .dropdown-menu {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1500px) {
		.main-ccri-dropdown {
    padding: 0px 15px !important;
        font-size: .9em;
       
  }
	}
/***********************
	
Admission dropdown styles 
	
*************************/
.rip {
  padding-bottom: 15px;
  font-size: 1.7em;
  line-height: 1.6em;
  color: #424242;
}

@media only screen and (max-width: 1199px) {
  .rip-box {
    background: #f5f5f5;
    border: 1px solid #f1f1f1;
    padding: 15px;
  }
  .rip {
    padding-bottom: 15px;
    line-height: 1.6em;
    font-size: 1.1em;
    color: #292929;
  }
}

.btn-ccri {
  color: #4a4b4a;
  color: #ffffff;
  background-color: #6cb5b2;
  border-radius: 0px;
  border-bottom: 3px solid #427573;
  font-size: 2em;
  padding: 0.5em 2em;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 1px 1px 1px #559492;
  box-shadow: 2px 2px 14px 0px rgba(68, 68, 68, 0.2);
  line-height: 1.5;
  display: inline-block;
}
.btn-ccri:hover {
  background-color: #548c8a;
}
@media only screen and (max-width: 1199px) {
  .btn-ccri {
    color: #ffffff;
    background-color: #6cb5b2;
    border-radius: 0px;
    border-bottom: 3px solid #427573;
    font-size: 1.1em;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 1px 1px 1px #559492;
    box-shadow: 2px 2px 14px 0px rgba(68, 68, 68, 0.2);
  }
}
.rp-img {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .rp-img {
    box-shadow: 2px 2px 14px 0px rgba(68, 68, 68, 0.2);
    display: block;
  }
  .rip {
    padding-top: 32px;
    font-size: 2em;
    color: #292929 !important;
    font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
  }
}

@media only screen and (max-width: 1199px) {
  .hp-dropdown-menu.show {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .no-scroll {
    overflow-y: hidden !important;
  }
  .sideMenu .dropdown-menu.show {
    transform: none !important;
    position: fixed !important;
    right: 0;
    bottom: 0;
    z-index: 1000;
    left: auto !important;
    padding: 0px;
    background: #f1f1f1;
    top: 49px;
    will-change: transform;
    border: none;
    border-radius: 0px;
    background: #ffffff;
    background: -moz-linear-gradient(
      top,
      rgba(229, 229, 229, 1) 0%,
      rgba(255, 255, 255, 1) 1%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(229, 229, 229, 1) 0%,
      rgba(255, 255, 255, 1) 1%
    );
    background: linear-gradient(
      to bottom,
      rgba(229, 229, 229, 1) 0%,
      rgb(255, 255, 255) 1%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
           padding-bottom: 50px;
  }

  .sideMenu a {
    transition: all 0.4s ease;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 1.1em;
    color: #292929;
    display: block;
    padding: 10px 15px !important;
    line-height: initial;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    background: rgba(208, 207, 207, 0.7);
  }
  .main-ccri-dropdown {
    font-size: 1.1em;
    color: #292929;
    display: block;
    padding: 10px 15px !important;
  }
  .main-ccri-dropdown:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    float: right;
    margin-left: initial;
    vertical-align: initial;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    padding-right: 11px;
    color: inherit;
  }
.show .main-ccri-dropdown:after {
    
    content: " ";
  
  }
  .ccri-nav-drop {
    border-bottom: 1px solid #e4e4e4;
  }
  .side-main-menu .ccri-nav-drop:last-of-type {
    border-bottom: none;
  }

  .back-link-text {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    border: none;
    top: 0;
    padding: 15px 0px;
    background: rgba(226, 226, 226, 0.36);
    font-size: 1.2em;
    color: #292929;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: bold;
    cursor: pointer;
    z-index: 1000;
    letter-spacing: 0.5px;
    transition: all 0.4s ease;
  }

  .back-link-text::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f053";
    padding-right: 5px;
  }
  button.back-link-text:hover {
    background: rgba(208, 207, 207, 0.7);
  }

}

@media only screen and (min-width: 1200px) {
  .back-link-text {
    display: none;
  }
}

@media only screen and (min-width: 500px) and (max-width: 1199px) {
  .sideMenu .dropdown-menu.show {
    max-width: 300px;
    min-width: 300px;
  }
}

@media only screen and (max-width: 1199px) {
  .overlay,
  .sideMenu {
    position: fixed;
    bottom: 0;
  }
  .overlay {
        top: 0;
        right: 0;
        left: 100%;
        margin: auto;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 998;
        opacity: 0;
        transition: opacity 0.4s ease;
        left: 0;
        visibility: hidden;
        pointer-events: none;
    
  }
  .overlay.open {
        left: 0;
        right: 0;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
  }
  .sidebarNavigation {
    margin-bottom: 0;
    z-index: 999;
    justify-content: space-between;
  }
  .sideMenu {
    
    top: 51px;
    transition: all ease 0.5s;
	    
   
    width: 100%;
    z-index: 999;
   
    margin-bottom: 0;
    padding: 15px;
    height: calc(100% - 51px);
      overflow-y: auto;
    visibility: hidden;
    background: -moz-linear-gradient(
      top,
      rgba(229, 229, 229, 0.67) 0%,
      rgba(255, 255, 255, 0.67) 1%,
      rgba(255, 255, 255, 1) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      rgba(229, 229, 229, 0.67) 0%,
      rgba(255, 255, 255, 0.67) 1%,
      rgba(255, 255, 255, 1) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(229, 229, 229, 0.67) 0%,
      rgba(255, 255, 255, 0.67) 1%,
      rgba(255, 255, 255, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abe5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
	  display: flex;
        flex-direction: column;
        justify-content: space-between;
	  right: -100%;
	
  }
	 .sideMenu.collapse:not(.show) {
    display: inherit;
}
}

@media only screen and (max-width: 1199px) {
 
  .sideMenu ul {
    margin: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .hp-dropdown-menu ul {
    padding: 0px;
    margin-bottom: 5px;
    background: rgba(226, 226, 226, 0.36);
    border: 1px solid #f1f1f1;
  }
  .side-main-menu {
    background: #f5f5f5;
    border: 1px solid #f1f1f1;
    padding: 0;
  }

  .hp-dropdown-menu ul .nav-item {
    border-bottom: 1px solid #e4e4e4;
  }
  .hp-dropdown-menu ul .nav-item:last-of-type {
    border-bottom: none;
  }
}

/*********************************
Styles for new drop down bars
*********************************/

.cd-menu-icon11 {
  /* this span is the central line of the menu icon */
  display: inline-block;
  position: absolute;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 2px;
  background-color: #616161;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s; /* these are the upper and lower lines in the menu icon */
}
.cd-menu-icon11::before,
.cd-menu-icon11:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #616161;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s, top 0.3s, background-color 0s;
  -moz-transition: -moz-transform 0.3s, top 0.3s, background-color 0s;
  transition: transform 0.3s, top 0.3s, background-color 0s;
}
.cd-menu-icon11::before {
  top: -5px;
}
.cd-menu-icon11::after {
  top: 5px;
}
.cd-menu-icon11.is-clicked {
  background-color: rgba(86, 87, 98, 0);
}
.cd-menu-icon11.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-menu-icon11.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
/* -------------------------------- 

Styles for sticky Nav

-------------------------------- */
.fixed-nav-box {
  position: fixed;
  width: 100%;
  margin-top: -47px; /* ------ height of info for box above nac ----*/
  background: rgba(255, 255, 255, 0.93);
}
main.some-room {
  margin-top: 51px; /* ------ height of topnav minus the amount the nav shrinks when it sticks ----*/
}
.sticky-header span.cd-logo-text-one {
  display: none;
}
.sticky-header span.cd-logo-text-two {
  display: none;
}
.sticky-header .cd-logo img {
    width: 16rem;
}
.sticky-header {
  height: 51px;
}
.sticky-header .main-ccri-dropdown {
  height: 51px;
  
}
/* -------------------------------- 

Styles for info for, and resource links in mobile side nav

-------------------------------- */
.extra-mobile-links {
  margin-top: 30px;
}
.extra-mobile-links h3 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.4em;
  color: #3b8461;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.5px;
}
.extra-mobile-links ul {
  padding: 0px;
}
.extra-mobile-links li {
  margin: 7px 0px;
}
.extra-mobile-links li a {
  color: #292929;
  font-size: 1em;
  transition: all 0.4s ease;
  display: block;
  padding: 5px 0px;
}
.extra-mobile-links li a:hover {
  color: #000000;
}

/*------------------------------------------

MyCCRI Log in and log out styles

------------------------------------------*/

@media only screen and (max-width: 1199px) {
  .ccri-nav.navbar-light .navbar-toggler {
    transition: all 0.4s ease;
  }

  .ccri-nav.navbar-light .navbar-toggler:hover {
    background: #e6e6e6;
  }
}

/****  fix nav style ******/
.fixed-nav-box {
  margin-top: -51px;
}

/****  Fix logo   ******/
@media only screen and (min-width: 1200px) {
  span.cd-logo-text {
    float: left;
    display: inline-block;
    color: #00703c;
    font-family: "Times New Roman", Times, serif !important;
    transition: all 0.4s ease;
  }
  span.cd-logo-text-one {
    display: block;
    font-size: 21px;
    border-bottom: 1.5px solid #00703c94;
    line-height: 28px;
    transition: all 0.4s ease;
    letter-spacing: 3px;
    text-transform: uppercase;
  }

  span.cd-logo-text-two {
    font-size: 15.5px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .cd-logo:hover span.cd-logo-text-one {
    border-bottom: 1.5px solid #00713a75;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 760px) {
  span.cd-logo-text {
    color: #00703c;
  }
}

/***** New Search *******/
.search-list a {
  padding: 10px 15px;
  background: #fff;
  margin-top: 10px;
  width: 100%;
  border: solid 1px #e4e4e4;
  color: #8b8b8b;
  font-size: 0.9em;
  text-align: center;
  transition: all 0.4s ease;
}

.search-list a:hover {
  color: #8f8f8f;
  background: #dfdfdf;
}
.search-links {
  display: block;
  clear: both;
  position: relative;
}
ul.search-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.search-links li {
  display: flex;
  flex-grow: 1;
  margin-right: 2px;
}

.gssb_c {
  position: fixed !important;
}

/** hidden search field **/

.notvisy {
  display: none;
}

.visy {
  display: block;
  -webkit-animation: fadein 1s;
  -moz-animation: fadeins 1s;
  -ms-animation: fadeins 1s;
  -o-animation: fadeins 1s;
  animation: fadeins 1s;
}

@keyframes fadeins {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeins {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeins {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-o-keyframes fadeins {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#searchbar {
  width: 100%;
  position: fixed;
  z-index: 1000;
}

.search-cont {
  max-width: 1875px;
  margin: 0 auto;
  width: 100%;
}
.se {
  width: 400px;
  float: right;
  padding: 20px;
  background: #f5f5f5;
  margin: 2px;
  border-radius: 4px;
  box-shadow: 0px 1px 14px 0px rgb(34 34 34 / 8%);
  border: solid 1px #eaeaea;
}

@media only screen and (min-width: 1200px) {
  .mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 1199px) {
  .desk-top {
    display: none !important;
  }
}

.nav-box {
  z-index: 2000;
}

@media only screen and (max-width: 500px) {
  .se {
    width: 100%;
    margin: 0px;
  }
  .search-links {
    font-size: 0.6em;
  }
}
@media only screen and (min-width: 1200px) {
  .hp-dropdown-menu a.nav-link:hover {
    background-color: #e6e6e6;
  }
}
.endy {
  display: flex;
  align-items: center;
}


/************  nav buttons *******************/
.nav-buttons {
    margin-right: 15px;
	    display: flex;
	
    gap: .6em;
}
a.nav-btn {
    padding: .8em 1.6em;
    background: #00703c;
    color: #fff;
    border-radius: 33px;
	font-size: .85em;
}
a.nav-btn:hover {
    background: #008949;
}
a.nav-btn.clear {
    background: #fff;
    color: #282828;
    border: solid 1px #000000;
}
a.nav-btn.clear:hover {
    background: #e7e7e7;
}


@media only screen and (max-width: 599px) {
.nav-buttons {
    display: none;
	
}
}

	@media only screen and (min-width: 1200px) and (max-width: 1500px) {
		a.nav-btn {
 
	font-size: .80em;
}
	}


.flex-end-box.desktop-buttons {
    display: none;
	
}

@media only screen and (min-width: 1200px) {
.nav-buttons.mobile-buttons {
    display: none;
	
}
	.flex-end-box.desktop-buttons {
    display: flex;
		 
}
}
/************ new nav *******************/

.nav-box a {
  transition: all 0.4s ease;
}
.nav-box .btn-ccri:hover {
  background-color: #008949;
}
.hp-dropdown-menu a.nav-link {
  border-radius: 3px;
}
.hp-dropdown-menu .dropdown-ccri-heading {
  color: #00703c;
}

#searchbar {
  z-index: 2000;
}
.search-cont {
  max-width: 100%;
}
.gsc-search-button {
  margin-left: 0px !important;
}
table.gsc-search-box td.gsc-input {
  padding-right: 0px !important;
}
.gsc-input {
  font-size: 1.4em !important;
  font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif !important;
}
.se {
  width: 100%;
  float: right;
  padding: 50px 0px;
  background: #ffffff;
  margin: 0px;
  border-radius: 0px;
  box-shadow: 0px 1px 14px 0px rgb(34 34 34 / 8%);
  border-top: solid 1px #eaeaea;
  border-bottom: solid 6px #01703c;
}
.search-inner {
  max-width: 100%;
  margin-top: 25px;
  padding-left: 0px;
  padding-right: 0px;
}

.gsc-input-box {
  border: none !important;
  background: transparent !important;

  border-color: #01703c !important;
}

.gsc-search-button-v2 svg {
  fill: #262626 !important;
  height: 32px !important;
  width: 32px !important;
}

.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
  background-color: #ffffff !important;
  border-radius: 0px !important;
  height: 53.5px !important;
  border: none !important;
}

.gsc-control-searchbox-only.gsc-control-searchbox-only-en {
  border-bottom: solid 2px #262626 !important;
}
.search-links {
  margin-top: 20px;
}

ul.search-list {
  gap: 15px;
}
.search-list a {
  padding: 17px 15px;
  background: #01703c;
  border: none;
  color: #ffffff;
  font-size: 1em;
  font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
  border-radius: 3px;
}

.dropdown-toggle#searchDropdown::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f002";
  margin-left: initial;
}
.show .dropdown-toggle#searchDropdown::after {
  content: "\f010";
}

table.gsc-search-box {
  margin-bottom: 0px !important;
}
form.gsc-search-box {
  margin-bottom: 0px !important;
}

ul.nav.hot-links.flex-column {
  column-count: 3;
  display: block;
}
h3.dropdown-ccri-heading.destination {
  margin-top: 60px;
}

.search-dropdown-menu .dropdown-ccri-heading {
  padding-left: 0px;
}
/***************************** 
			mobil search styles	
			**************************************/
.mobil-search {
  width: 100%;
  padding: 48px 15px 0px;
}
.mobil-search .gsc-control-searchbox-only.gsc-control-searchbox-only-en {
  border: solid 3px #272727 !important;
  border-radius: 2px;
  border: solid 3px #d7d7d7 !important;
  border-radius: 33px;
}
.mobil-search .gsc-input {
  font-size: 15px !important;
  font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif !important;
  height: initial !important;
  padding: 4px 0px !important;
}
.mobil-search .gsc-search-button-v2 svg {
  height: 16px !important;
  width: 16px !important;
  fill: #272727 !important;
}

.mobil-search button.gsc-search-button.gsc-search-button-v2 {
  height: initial !important;
  padding: 8px 14px;
  background: transparent !important;
}

@media only screen and (min-width: 1200px) {
  .mobil-search {
    display: none;
  }
  .rp-img {
    border-radius: 20px;
  }
  .rip {
    padding-top: 17px;
    font-size: 1.6em;
	  line-height: 1.7em;
  }

  .btn-ccri {
    color: #ffffff;
    background-color: #01703a;
    border-radius: 33px;
    border-bottom: none;
    font-size: 1.5em;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: none;
    box-shadow: 2px 2px 14px 0px rgba(68, 68, 68, 0.2);
    line-height: 1.5;
    display: inline-block;
    font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
  }

  .container-fluid.full-w {
    max-width: 100%;
    width: 100%;
    padding: 0px;
  }
.logo-box {
    display: flex;
    align-items: center;
	  margin-left: 15px;
}
  .cd-logo img {
    width: 24rem;
	
   
  }
}
@media only screen and (min-width: 1200px) {
  .dropdown-menu.hp-dropdown-menu.show:after {
    content: "";
    position: absolute;
    background: #1616169c;
    height: 100%;
    width: 100%;
    left: 0px;

    z-index: -1;
    height: 100vh;
    margin-top: 6px;
  }
  .login .about-message-box {
    padding: 50px 44px;
  }

  img.welcome-img {
    width: 100%;
    object-fit: cover;
    object-position: 50% 28%;
    margin-bottom: 25px;
    border-radius: 20px;
    display: block;
    height: 190px;
	  box-shadow: 2px 2px 14px 0px rgba(68, 68, 68, 0.2);
  }

  .s-life img.welcome-img {
    height: 130px;
  }
  
}

.hp-dropdown-menu a.nav-link {
  line-height: 28px;
  color: #2f2f2f !important;
  font-size: 1.6em;
}

.hp-dropdown-menu .dropdown-ccri-heading {
  margin-bottom: initial;
  font-size: 2.2em;
}

.hp-dropdown-menu .dropdown-ccri-heading {
  margin-bottom: 16px;

  font-family: "Roboto Slab", serif;
}
.btn-ccri {
  text-shadow: none;
  box-shadow: none;
}


@media (min-width: 200px) {
  .animate {
    animation-duration: 0.7s;
    -webkit-animation-duration: 0.7s;
 
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(-1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(-1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(-1rem);
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0rem);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(-1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}




@media only screen and (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .hp-dropdown-menu {
    padding: 0px;
    width: 100vw;
        
        left: 50%;
        margin-left: -50vw;
    background: #fff;
    border-bottom: 6px solid #00713a;
    border-top: solid 1px #eee;
  }

  .about-message-box,
  .alt-box {
    background: #f5f5f5;
    padding: 50px 50px;
    border-right: none;
    padding-left: 0px;
  }
  .about-message-box:before,
  .alt-box:before {
    content: "";
    position: absolute;
    background: #f5f5f5;
    height: 100%;
    width: 100vw;
    left: -100vw;
    top: 0;
    z-index: -1;
  }
  .inside-col {
    padding: 50px 44px;
  }
	.inside-col.pad-right {
    padding-right: 15px;
}
	.inside-col.pad-left {
    padding-left: 15px;
}	
}
@media only screen and (min-width: 1200px) {
  .about-message {
    font-size: 1.6em !important;
    line-height: 28px !important;
    color: #262626 !important;
    margin-bottom: 18px;
    font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
  }

  /*************************************************************** About features styles ***************************************************************/
  .about-features {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  a.about-feature {
    display: inline-flex;
    color: #2e2e2e;
    font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
    font-size: 1.5em;
    padding: 5px;
    flex-grow: 1;
    flex-basis: 0;
    border-radius: 3px;
  }

  a.about-feature:hover {
    background-color: #e6e6e6;
  }

  .inside-col.inside-col-about {
    padding: 30px 44px;
    padding-top: 0px;
  }

  .about-feature i {
    display: block;
    font-size: 1.8em;
    color: #00703c;
    font-weight: 300;

    padding-right: 15px;
  }
  .about-feature span {
    margin-bottom: 6px;
    font-family: "Roboto Slab", serif;
    letter-spacing: 0.5px;
    font-weight: bold;
    display: block;
  }

  /*************************************************************** Featured program styles ***************************************************************/
	:root {
  --color-text: #282828;
  --size: clamp(10rem, 1rem + 40vmin, 30rem);
  --gap: calc(var(--size) / 14);
  --duration: 90s;
  --duration-quick: 90s;
  --duration-icon: 60s;
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
  --icon-size: clamp(6.25rem, 4.4498rem + 9.0009vw, 12.5rem);
}
	
  .alt-box a.nav-link {
    line-height: 44px;
  }
  .program-col i {
    font-size: 1.6em;
    padding-right: 11px;
    font-weight: 300;
  }
  .pro-titles {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
  }
  a.see-all {
    font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
    color: #2f2f2f !important;
    font-size: 1.2em;
    /* margin-top: 15px; */
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 3px;
    border-radius: 3px;
  }
  a.see-all:hover {
    background: #dedede;
  }

  .featured-programs {
    display: flex;
    gap: 12px;
  }
	
	
	.marquee {
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: var(--gap);
  -webkit-mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 20%,
    hsl(0 0% 0% / 1) 80%,
    hsl(0 0% 0% / 0)
  );
  mask-image: linear-gradient(
    var(--mask-direction, to right),
    hsl(0 0% 0% / 0),
    hsl(0 0% 0% / 1) 10%,
    hsl(0 0% 0% / 1) 90%,
    hsl(0 0% 0% / 0)
  );
}

.featured-programs {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll-x var(--duration) linear infinite;
  animation: scroll-x var(--duration) linear infinite;
}
	.marquee:hover .featured-programs {

   -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@media (prefers-reduced-motion: reduce) {
  .featured-programs {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
}

@-webkit-keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}

@keyframes scroll-x {
  from {
    transform: translateX(var(--scroll-start));
  }
  to {
    transform: translateX(var(--scroll-end));
  }
}

	
  .dropdown-ccri-heading.featured-program-heading {
    font-size: 1.8em;
    font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
    line-height: 28px;
    color: #2f2f2f !important;
    font-size: 1.3em;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding: 0px;
  }
  .login .dropdown-ccri-heading.featured-program-heading {
    padding-top: 30px;
    padding-left: 5px;
  }
  .featured-pro-box,
  .program-img {
    border-radius: 15px;
  }
	img.program-img {
    box-shadow: 2px 2px 14px 0px rgba(68, 68, 68, 0.2);
		
        width: 160px;
}
  .featured-pro-box:hover {
    opacity: 0.7;
  }
  .featured-pro-box span {
    font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;

    color: #2f2f2f !important;
    font-size: 1.4em;
    margin-top: 15px;
    display: block;
  }
  .acad .alt-box a.nav-link {
    line-height: 28px;
  }
}
/***** mobil styles ******/



@media only screen and (max-width: 1199px) {
	  .sideMenu .dropdown-menu.show {
    max-width: 100%;
    min-width: 100%;
  }

 
  a.mobil-btn:hover {
    background: #25583f;
  }
	
	
	.navbar-collapse .container {
    max-width: 100%;
}
  .inside-col a.nav-link i {
    display: none;
  }

  .rip-box {
    background: none;
    border: none;
    padding: 0px;
    margin-left: 5px;
  }
  .rip {
    padding: 0px;
    padding-bottom: 10px;
    line-height: 1.6em;
    font-size: 1.1em;
    color: #292929;
    font-size: 0.8em;
    color: #393939 !important;
    display: flex;
    font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
	  max-width: 350px;
  }

  .inside-col a.btn-ccri {
    color: #ffffff;
    background-color: #01703a;
    border-radius: 33px;
    border-bottom: none;
    font-size: 0.7em;
    padding: 9px 19px;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: none;
    box-shadow: none;
    line-height: initial;
    display: inline-block;
    font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
    margin-bottom: 15px;
  }

  .about-message-box {
    display: none;
  }
  .sideMenu {
    padding: 0px;
  }
  .side-main-menu {
    padding: 15px;
  }

  .sideMenu ul {
    width: 100%;
    margin-top: 20px;
    flex: auto;
	font-size: 1.1em;
  }
  .side-main-menu {
    background: transparent;
    border: none;
  }
  .ccri-nav-drop {
    border-bottom: none;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 1.1em;
    color: #272727;

    padding: 12px 5px !important;

    font-family: "Roboto Slab", serif;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .main-ccri-dropdown:after {
    padding-right: 0px;

    align-content: center;
  }
  .back-link-text {
    position: relative;
    right: initial;
    left: initial;
    width: initial;
    border: none;
    top: initial;
    margin-top: 32px;
    padding: 13px 15px;
    margin-left: 15px;
    background: rgb(255 255 255 / 36%);
    font-size: 0.8em;
    color: #2f2f2f;
    font-weight: 400;
    letter-spacing: initial;
    font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
  }

 
  .hp-dropdown-menu .dropdown-ccri-heading {
    font-size: 1.6em;
    margin-bottom: 15px;
    color: #3b8461;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 0.5px;
    margin-left: 5px;
    font-weight: bold;
    margin-top: 20px;
    font-size: 1.1em;
    margin-bottom: 16px;
    font-family: "Roboto Slab", serif;
  }
  .hp-dropdown-menu ul {
    background: none;
    border: none;
  }
  .hp-dropdown-menu ul .nav-item {
    border-bottom: none;
  }
  .navbar-light .navbar-nav .inside-col .nav-link {
    font-size: 0.8em;
    color: #393939 !important;
    padding: 10px 5px !important;
    font-family: "Roboto Slab", serif;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif;
  }

  .sideMenu.open {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
	  visibility: visible;
       right: 0;
        width: 100%;
	  overflow-y: auto;
  }
  .searchy {
    display: none;
  }

  /**** Bottom part of mobil nav *******/

  .extra-mobile-links.container.d-xl-none {
    background: #f5f5f5;
    padding: 30px 15px;
  }

  .loggy {
    display: none;
  }
  img.logo-head {
    width: 3em;

    display: block;
    margin-bottom: -8px;
  }
  a.mobil-btn {
    margin-bottom: 12px;
    padding: 12px 8px;
    background-color: #00703c;
    color: #fff;
    font-size: 0.65em;
    display: block;
    text-align: center;
    font-family: "Roboto Slab", serif;
    border-radius: 33px;
  }
  .mobil-btn-box h3.dropdown-ccri-heading {
    margin-bottom: 15px;
    font-size: 1.2em;

    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 0.5px;
    color: #00703c;
    font-family: "Roboto Slab", serif;
  }
  .extra-mobile-links .mobil-btn-box li a {
    color: #272727 !important;
    font-size: 0.85em !important;
    transition: all 0.4s ease;
    display: block;
    padding: 10px 5px !important;
    font-family: "Roboto", "Gill Sans MT", Calibri, sans-serif !important;
  }
  .extra-mobile-links li {
    margin: 0px 0px;
	  line-height: 1em;
  }
  .extra-mobile-links .mobil-btn-box li a:hover {
    background: #dedede;
  }
}
/**************
			end mobil style 
***************/

@media only screen and (max-width: 500px) {
  .extra-mobile-links.container.d-xl-none {
    padding-bottom: 90px;
  }
}

/***** reveal styles ********/

.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}

.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/***** Journey box styles ********/
.hover-fade{


  pointer-events: none;
}

.hover-fade > * {
 
  cursor: pointer;
transition: 300ms opacity, 300ms transform;
  pointer-events: auto;
  
}
	
	
	.hover-fade:hover > *,
	.hover-fade:focus-within > *{
  opacity: 0.6;
}

.hover-fade:hover > *:hover,
	.hover-fade:focus-within > :focus{
  
  opacity: 1;
}
	
.green-word {
  color: #00703d;
}

@media only screen and (min-width: 1900px) {
  .journey .container-fluid {
    max-width: 1650px;
  }
}
h3.journey-title {
  color: #292929;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 3.2em;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}
.Jbox h4 {
  color: #00703c;
  padding-top: 1em;
}

.Jbox img {
    border-radius: 3px;
    box-shadow: 2px 4px 12px 0px rgb(103 103 103 / 37%);
}
.Jbox p {
  color: #000000;
  font-size: 0.95em;
}
.Jbox {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .Jbox {
    margin-bottom: 3em;
  }
  .Jbox p {
    max-width: 300px;
    margin: 0 auto;
  }
}
/*
.Jbox a:hover {
  opacity: 0.8;
}
*/
.journey {
  
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
  background-color: #eaeaea !important;
  border-top: 4px solid #00703c;
  background-repeat: no-repeat;
  background-position: left center;

  background-size: cover;
  background-color: #b5b5b5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23bebebe' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23c8c8c8' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23d1d1d1' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23dbdbdb' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23E4E4E4' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23e9e9e9' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23efefef' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23f4f4f4' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23fafafa' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23FFFFFF' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
}

/*************** end new nav *******************/