/* FEATURED HEADER */

.cedars-featured-header {
  background-color: #175777;
  display: grid;
  margin: -40px -5px 30px -5px;
  position: relative;
 padding: 30px 20px;
		min-height: auto;
	overflow: clip;
	align-content: center;
	grid-gap:5px;
}
.breadcrumb {
  color: #000;
	margin-bottom:20px;
	font-size: 14px;
	display: flex;
	flex-wrap:wrap;
	gap: 1px;
}
.banner-announcement {
  background-color: #E6E6E2;
  display: grid;
  margin: -10px -50px 30px -50px !important;
  padding: 20px;
  position: relative;
  min-height: auto;
  overflow: clip;
  align-content: center;
  grid-gap: 1rem;
}
.cedars-featured-header .wp-post-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
	height:100%;
  object-fit: cover;
	z-index: 1;
}
.cedars-featured-header .cedars-featured-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
width: 100%;
  height: 100%;
	z-index: 2;
	background: linear-gradient(270deg, rgba(22,87,119,0.2) 0%, rgba(22,87,119,1) 70%)
}
.cedars-featured-header .blob-outline {
  position: absolute;
  top: 0;
  left: 0;
width: 100%;
  height: 100%;
	z-index: 3;
}

.cedars-featured-header > h1 {
	font-family: var(--hdBold);
  color: #FFF;
  border-bottom: none;
  margin: 0;
  padding: 0;
	z-index: 4;
	font-size: 26px
}
.banner-announcement  > h1 {
  font-size: 26px
	text-align: center;
	color: var(--navy);
}
.banner-announcement  > h1 a {
	transition: color 0.5s ease-out;
  text-decoration: none;
  display: inline-flex;
  gap: 3px;
}
.banner-announcement  > h1 a img{
  margin-top: 7px;
}
.banner-announcement  > h1 a:hover {
  color: var(--turq);
}
.cedars-featured-header > .breadcrumb {
	font-size: 14px;
  float: none;
	display: flex;
	flex-wrap:wrap;
	gap: 1px;
	color: #D1D1D173;
	z-index: 4;
	margin:0;
}
.cedars-featured-header > .breadcrumb a, .cedars-featured-header > .breadcrumb .current {
  color: #FFF;
  margin: 0 5px;
}

/* NEUTRAL */
.neutralBanner {
  background-color: #E6E6E2;
}
.neutralBanner .cedars-featured-header-overlay {
	background: linear-gradient(270deg, rgba(230,230,226,0.2) 0%, rgba(230,230,226,1) 70%)
}
.neutralBanner > h1 {
  color: var(--navy);
}
.neutralBanner > .breadcrumb a, .neutralBanner > .breadcrumb .current {
  color: var(--navy);
}
.neutralBanner > .breadcrumb {
	color: #1757776e;
}

/* LIGHT BLUE */
.ltblueBanner {
  background-color: var(--turq);
}
.ltblueBanner .cedars-featured-header-overlay {
	background: linear-gradient(270deg, rgba(0,169,224,0.2) 0%, rgba(0,169,224,1) 70%)
}
.ltblueBanner > h1 {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.ltblueBanner > .breadcrumb {
	color: #1757776e;
}
.ltblueBanner .breadcrumb a {
  border-bottom: solid 2px var(--navy);
  text-decoration: none;
}

/* GREEN */
.greenBanner {
  background-color: var(--green);
}
.greenBanner .cedars-featured-header-overlay {
	background: linear-gradient(270deg, rgba(134,177,16,0.2) 0%, rgba(134,177,16,1) 70%)
}
.greenBanner > h1 {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.greenBanner .breadcrumb a {
  border-bottom: solid 2px var(--navy);
  text-decoration: none;
}
@media (min-width: 900px) {
	.breadcrumb {
  float: right;
}
	.cedars-featured-header {
	  padding: 50px 40px;
		margin: -45px -5px 30px -5px;
		float:none;
	}
	.cedars-featured-header > h1 {
	  font-size: 30px;
	}
	
}
@media (min-width: 1280px) {
  .cedars-featured-header {
    padding: 60px 40px;
    margin: -30px -5px 40px -5px;
	  grid-gap: 10px;
  }
	.cedars-featured-header > h1 {
	  font-size: 40px;
	}
	.breadcrumb {
  		font-size: 16px;
	}
}
@media (min-width: 1380px) {
  .cedars-featured-header {
    padding: 65px 50px;
    margin: -50px -25px 50px -25px;
    grid-gap: 10px;
  }
	.cedars-featured-header > h1 {
	  font-size: 45px;
	}
}
/*
@media (max-width: 1620px) {
	.cedars-featured-header {
  		margin: 0 -30px 50px -30px;
		min-height: 250px;
		padding: 80px 50px 80px 50px;
	}
	.banner-announcement {
	  margin: -10px -30px 30px -30px !important;
	  padding: 20px;
		min-height: auto;
	}
  
}
@media (max-width: 1100px) {
  .register .cedars-featured-header > h1:first-of-type {
    margin: 0;
  }
}
@media (max-width: 800px) {
   .cedars-featured-header {
    margin: 0 -30px 50px -30px;
    min-height: 200px;
    padding: 40px;
  }
	.banner-announcement {
	  margin: -10px -30px 30px -30px !important;
	  padding: 20px;
		min-height: auto;
	}
}
@media (max-width: 770px) {
  .breadcrumb {
    padding-bottom: 0px;
  }
}
@media (max-width: 700px) {
	.banner-announcement > h1 {
  font-size: 1.5rem;
}
    .cedars-featured-header {
    margin: 0 -30px 20px -30px;
  }

}
@media (max-width: 500px) {
	.cedars-featured-header .wp-post-image {
 		width: 100%;
	}
    .cedars-featured-header {
    margin: 0;
		margin-bottom: 20px;
		padding: 30px;
  }
	.banner-announcement {
	  margin: -10px -10px 20px -10px !important;
	  padding: 20px;
		min-height: auto;
	}
}*/
/* FEATURED HEADER */

/* REGISTER FORM */
.register h4 {
  margin-bottom: 20px;
}
.fmsection{
	display:grid;
	width: 100%;
}
.form-row {
    width: calc(100% + 20px);
    float: left;
    clear: both;
    padding-bottom: 20px;
    margin: 0 -10px 0 -10px;
}
.form-row p {
    padding: 0 10px 0 10px;
    margin: 0;
}
.field-1 p {
    width: 100%;
    float: left;
}
.field-2 p {
    width: 50%;
    float: left;
}
.field-title-name p {
    width: 40%;
    float: left;
}
.field-title-name p:first-child {
    width: 20%;
    float: left;
}
input[type="text"] {
    background: #F2F2F2;
    border-radius: 30px;
    font-size: 1.1rem;
    padding: 0.8rem;
    color: #5D5D5D;
    font-weight: 400;
    border: none;
    display: block;
    position: relative;
    width: 100%;
    line-height: 1.1rem;
}
label {
    width: 100%;
    clear: both;
    display: block;
    font-size: 1.1rem;
    line-height: 1.4rem;
    padding-bottom: 0.5rem;
    color: #00476A;
    font-weight: 700;
}
label > span {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    color: #707070;
    font-weight: 300;
}
.starrequired {
    color: #00A9E0;
    font-weight: 700;
    font-style: normal;
    padding-left:0.3rem;
}
.selectdd {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.1rem;
    color: #5D5D5D;
    width: 100%;
    background: #F2F2F2;
    background-position-x: 0%;
    background-position-y: 0%;
    display: block;
    padding: 0.8rem;
    border: none;
        border-left-color: currentcolor;
        border-left-style: none;
        border-left-width: medium;
   background-image: url(images/SelectArrow.svg);
    background-repeat: no-repeat;
    background-position: top 20px right 20px;
    background-size: 18px 10px;
    border-radius: 30px;
}
.register h1 {
    margin-top: 0;
}
.register h4 {
    margin-bottom: 20px;
}
/* Create a custom checkbox */
.checkcontainer {
  display: inline-block;
  position: relative;
	width:auto;
  padding-left: 40px;
    padding-top: 3px;
  margin-bottom: 12px;
	margin-right: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    font-size: 1.1rem;
line-height: 1.4rem;
    text-transform: none;
}
/* Hide the browser's default checkbox */
.checkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
  background-color: #00A9E0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
  left: 8px;
  top: 4px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Create a custom radiobox */
.radiocontainer {
  display: inline-block;
  position: relative;
	width:auto;
  padding-left: 32px;
  margin: 10px 18px 0px 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
    text-transform: none;
    padding-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.8rem;
    color: #707070;
    font-weight: 300;
}
/* Hide the browser's default radio button */
.radiocontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.radiomark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiocontainer:hover input ~ .radiomark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiocontainer input:checked ~ .radiomark {
  background-color: #00A9E0;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiomark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiocontainer input:checked ~ .radiomark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radiocontainer .radiomark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.add_pet_button {
    font-family: var(--hdBold);
    background-color: #86B110;
    border-radius: 2em;
    padding: 0.7em 1.3em 0.7em 3.5em;
    color: #fff;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-bottom: none;
    display: block;
    width: auto;
    float: left;
    margin-top: 1.4rem;
    background-image: url(images/AddPetIcon.svg);
    background-repeat: no-repeat;
    background-position: top 7px left 15px;
    background-size: 42px 34px;
    font-size: 1.2rem;
    cursor: pointer;
}
.add_pet_button:hover {
    background-color: #00A9E0;
}


.form_message {
    padding-bottom: 30px;
}
.error {
    color: #D55642;
}
.success {
    color: #86B110;
}
@media (max-width: 1040px) {
    .field-title-name p {
        width: 35%;
        float: left;
    }
    .field-title-name p:first-child {
        width: 30%;
        float: left;
    }
    
}
@media (max-width: 770px) {
    .field-2 p,
    .field-title-name p:first-child,
    .field-title-name p
    {
        width: 100%;
        padding-bottom: 15px;
    }
    .form-row {
        padding-bottom: 0;
    }
    .form-row.field-1 p {
        padding-bottom: 15px;
    }
    .field-title-name p:first-child {
        width: 100%;

    }
}
@media (max-width: 650px) {
    label,
    .checkcontainer{
        font-size: 1rem;
    }
    
}

/* REGISTER FORM */

/* DISPLAY HEAD */

.displayHead {
  display: grid;
  align-items: start;
	grid: auto / 1fr;
	grid-gap: var(--sidePadding);
}
.displayHead > div {
	display: grid;
  grid-gap: 0;
  }

@media (min-width: 700px) {
  .displayHead {
    grid: auto / 2fr 1fr;
    align-items: start;

  }

	 .displayHeadLeft {
    grid: auto / 1fr 2fr;
  }
	 
}

/* LCC */

.lcc-banner {
  display: grid;
  width: 300px;
	justify-items:center;
	grid-gap:1rem;
	float:right;
	margin: 0 0 3rem 3rem;
}
.lcc-banner > img {
  width:100%;
}
.blob-button {
	position:relative;
	display:grid;
	width:max-content;
	text-decoration: none;
	padding: 0.5rem 1rem;
	align-items: center;
  	grid: min-content / auto auto;
	grid-gap:0.5rem;
	margin-top:10px;
}
.blob-button-inline {
	display:inline-grid;
	grid: min-content / auto;
	padding: 0rem 1rem;
}
.blob-button > .blob_bb {
	position: absolute;
	top:0;
	left:0;
	z-index: 0;
	height: 100%;
  width: 100%;
}
.blob-button > span {
	z-index: 1;
	color:#FFF;
  font-family: var(--hdBold);
	font-size: 32px;
	
}
.blob-button-inline > span {
	font-size: inherit !important;
}
.blob-button-margin {
  margin: 50px 0;
}
.blob-button-margin > span {
  font-size: 1.8rem;
}
.cedarArrows {
  z-index: 1;
	max-width: 3rem;
}
.blob-button > .blob_bb .blob_bb_fill,
.blob-button > .cedarArrows .cedarArrow {
	transition: all 0.4s ease-out;
}

.blob-button:hover > .blob_bb .blob_bb_fill {
	fill:#86B110;
}
.blob-button:hover > .cedarArrows .cedarArrow {
	fill:#00476A;
}
@media (max-width: 1040px) {
	.lcc-banner {
	  width: 250px;
		margin: 0 0 2rem 2rem;
		
	}
	.blob-button > span {
	  font-size: 30px;
	}
	.cedarArrows {
	  max-width: 2rem;
	}
}
@media (max-width: 860px) {
    .hp_blue_button a,
    .hp_green_button a,
    .hp_navy_button a
    {
        font-size: 0.9rem;
		padding: 0.5em 1em;
    }    
    .welcome-banner {
	  min-height: 55px;
	}
}
@media (max-width: 780px) {
	.lcc-banner {
	  width: 200px;
	margin: 0 0 1.5rem 1.5rem;	
	}
	.blob-button {
	  padding: 0.2rem 1rem;
	}
	 .blob-button > span {
    font-size: 20px;
  }
	.cedarArrows {
	  max-width: 1.5rem;
	}
}
@media (max-width: 600px) {
	.lcc-banner {
	  width: 150px;
	}
	 .blob-button {
		padding: 0rem 0.8rem;
	  }
}
/* LCC */

/* GRID */

.flexblock-container-1 {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    padding: 30px 0;
    gap: 60px;
}
.flexblock-container-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 30px 0;
    gap: 60px;
}
.flexblock-align-start {
  align-items: flex-start;
}
.flexblock-item {  
    
}
.flexblock-slideshow {  
    align-self: start;
}
.flex-left figure figcaption {  
    text-align: left;
}

@media (max-width: 960px) {
    .flexblock-container-1,
    .flexblock-container-2 {
        padding: 20px 0;
        gap: 40px;
    }
}
@media (max-width: 860px) {
    .flexblock-container-1,
    .flexblock-container-2 {
        grid-template-columns: 1fr;
        align-items: start;
        padding: 25px 0;
        gap: 30px;
    }

}
@media (max-width: 560px) {
    .flexblock-container-1,
    .flexblock-container-2 {
        padding: 20px 0;
        gap: 20px;
    }
}

/* RECRUITMENT */

.cedars_ss
{
display: grid;
height: min-content;
  
}
.cedars_ss figure
{
  width: 100%;
  height: auto;
	opacity:0;
grid-area: 1 / 1 / 2/ 2;
}
.cedars_ss figure img
{
  width: 100%;
  height: auto;
  object-fit: contain;
	border-radius: 20px;
}
.cedars_ss .cedars_st
{
	opacity:1;
	z-index: 1;
}

.cedar_core {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
	margin: 30px 0;
  align-items: start;
  justify-content: center;
	
}
.cedar_core > section {
	flex-basis: 50%;
  display: grid;
  max-width: 300px;
  text-align: center;
  align-content: center;
  justify-items: center;
	gap:10px;
}
.cedar_core > section p {
  margin:0;
	padding:0;
}
.template-page .tick-banner {
  background: var(--green);
  padding: 5px 30px;
  text-transform: none;
  color: white;
  width: max-content;
  margin: 30px auto 0 auto;
  border-radius: 10px;
	font-size:1.2em;
	position:relative;
}
.tick-banner::before {
  content: "";
  background-image: url("images/HeartLeft.svg");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 10px;
  left: 10px;
}
.tick-banner::after {
  content: "";
  background-image: url("images/HeartRight.svg");
  background-repeat: no-repeat;
  background-size: 15px 15px;
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 10px;
  right: 10px;
}
.recruitment ul,
.cedar_list {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: 0px;
  padding: 0 0 0 2rem;
  list-style: none;
  display:grid;
    grid-template-columns: 1fr;
    gap: 13px;
	margin: 20px 0;
}

.cedar_list {
  margin: 30px 0;
}

.recruitment ul li,
.cedar_list li {
    position: relative;
    
}
.recruitment ul li::before,
.cedar_list li::before {
    content: "";
    background-image: url("images/CyanBullet1.svg");
    background-repeat: no-repeat;
    background-size: 15px 15px;
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    top: 0.2rem;
    left: -2rem;
}
.recruitment ul li:nth-child(even)::before,
.cedar_list li:nth-child(even)::before {
    background-image: url("images/CyanBullet2.svg");
}
.recruitment .environment h3 {
    color: #86B110;
}
.recruitment .team h3 {
    color: #00A9E0;
    
}
.recruitment .team h5  {
  font-size: 1.2rem;
}
.recruitment .position_details h3 {
  margin: 0rem 0 1rem 0;
    color: #86B110;
}
.recruitment .position_details h5 {
  margin: 0rem 0 1rem 0;
}
.recruitment .position_details h4 {
  margin: 0;
  color: #00476A;
}
.recruitment .flexblock-container-4 {
    display: grid;
    list-style:none;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: start;
    padding: 30px 0 0 0;
    gap: 25px;
}
.recruitment .flexblock-container-4 li::before,
.recruitment .flexblock-container-4 li:nth-child(even)::before {
    background-image: none;
}
.recruitment .flexblock-container-4 li img {
    width:100%;
    border-radius: 30px;
}
.recruitnow {
  font-family: var(--hdMed);
  background-color: #00A9E0;
  border-radius: 2em;
  padding: 0.7em 1.7em 0.7em 1.2em;
  color: #fff;
  border-bottom: none;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  display: inline;
  text-transform: uppercase;
  font-size: 1.3rem;
  border: none;
  margin-top: 1rem;
  cursor: pointer;
text-decoration:none;
    position: relative;
}
.recruitnow::after {
    content: "\35";
    -webkit-appearance: none;
    border: none;
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    color: #00476A;
    font-size: 1.5em;
    line-height: 0.8em;
    position: absolute;
    -webkit-transition: color 0.4s ease-out;
    transition: color 0.4s ease-out;
    top: 0.9rem;
    right: 0.6rem;
}
.recruitnow:hover {
    background-color: #86B110;
}

@media (max-width: 860px) {
    .recruitment .flexblock-container-4 {
        gap: 5px;
    }
    .recruitment .flexblock-container-4 li img {
        border-radius: 15px;
    }

}
@media (min-width: 900px) {
	.recruitment ul, .cedar_list {
  		font-size: 15px; 
	}
}
@media (min-width: 1280px) {
	
	.recruitment ul, .cedar_list {
  		font-size: 16px; 
	}
}
.recruitment-quote {
    text-align: left;
    position: relative;
}
.recruitment-quote::before {
    content: "";
    background-image: url("images/LeftQuote.svg");
    background-repeat: no-repeat;
    background-size: 39px 29px;
    position: absolute;
    display: block;
    width: 39px;
    height: 29px;
    top: -10px;
    left: -10px;
}
.recruitment-quote blockquote {
    background: #F7F7F5 0% 0% no-repeat padding-box;
    border-radius: 30px;
    width:100%;
    padding: 10px 30px;
    margin: 0;
}
.recruitment-quote blockquote p,
.recruitment-quote figure blockquote p:last-child
    {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    margin: 1rem 0;
    font-weight: 400;
}

figure{
   margin:0;
}
.slideshow_container {
    position: relative;
    display: block;
    width: 100%;
    float: left;
}
.slideshow {
    position:relative;
    display:block;
    width:100%;
    padding-top: 70%;
    float:left;
}
.slideshow figure {
    position:absolute;
    z-index: 1;
    top:0;
}

.slideshow .active {

    z-index: 3;

}
.slideshow figure img{
    width:100%;
    border-radius: 30px;
}

figure figcaption{
   text-align: right;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0px;
    color: #00476A;
    font-style:italic;
    font-weight:400;
}
.slideshow_container .prevbut,
.slideshow_container .nextbut {
    top: calc(50% - 35px);
    z-index: 10;
    position: absolute;
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    color: #FFF;
    font-size: 2rem;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6); 
    cursor: pointer;
}
.slideshow_container .prevbut{
    left:1rem;
}
.slideshow_container .nextbut{
    right:1rem;
}

/* VIDIVET */

.click_list {
  display: grid;
  grid-gap: 1rem;
}
.expand {
  display: grid;
  width: 100%;
}
.expand_button {
  display: grid;
  color: #FFF;
  width: 100%;
  background-color: var(--green);
  text-align: left;
  margin: 0;
  padding: 10px 50px 10px 15px;
  font-family: var(--hdMed);
 font-size: 1.1rem;
  position: relative;
	border-radius: 1.5rem;
	transition: background-color 500ms;
}
.expand_button:hover {
  background-color: var(--navy);
}
.expand_button::after {
  position: absolute;
 content:"";
	background-image: url("images/ArrowWhite.svg");
    background-repeat: no-repeat;
    background-size:100% 100%;
	width:21px;
	height:21px;
	display:block;
  transition: rotate 500ms;
	top: 10px;
  right: 12px;
  rotate: 90deg;
}
.active .expand_button::after {
  rotate: 0deg;
}
.expand_list {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 500ms;
	padding: 0 0.7rem;
}
.expand_list > div {
  overflow: hidden;
}
.active .expand_list {
  max-height: none;
  height: fit-content;
  grid-template-rows: 1fr;
	
}
.vidivet_video {
  height: 500px;
}
.vidivet {
  display: grid;
	justify-items: center;
	grid-gap:0.5rem;
	text-align: center;
}
.vidivet h1 {
  text-align: center;
  font-size: 2rem;
  font-family: var(--hdMed);
  color: #FFF;
  border-bottom: none;
  padding-bottom: 0;
  background-image: url("images/VidiVetBanner.png");
background-repeat: no-repeat;
  background-size: 100% 100%;
	margin: 0 auto;
  width: max-content;
	padding: 0.5rem 3rem;
	margin-bottom: 1.5rem;
}
.vidivet h3 {
font-family: var(--hdMed);
	font-size: 1.4rem;
  
  letter-spacing: -0.75px;
  color: var(--green);
  margin: 0 0 1rem 0;
  text-transform: uppercase;
}
.vidivet .selectdd {

  font-size: 1.2rem;
  background-color: #FFF;
  padding: 0.8rem 1.5rem;
  border-radius: 20px;
  width: max-content;
  min-width: 300px;
}
.display-separator {
		margin: 2.5rem 0;
	  }
.vidivet_form {
	margin-top:2rem;
  width: 100%;
}
@media (min-width: 900px) {
.expand_button {
  font-size: 1.3rem;
}
	  
	.vidivet h1 {
	  
		font-size: 2.5rem;
		margin-bottom:3rem;
		
	}
	.vidivet h3 {
	  font-size: 1.6rem;
	}
}

 .cedar-std-banner {
	 display: grid;
    grid: auto / 1fr;
    grid-gap: 1.5rem;
	 align-items: center;
  }
.cedar-std-banner > div {
  display: grid;
  grid-gap: 0;
}
@media (min-width: 630px) {
 .cedar-std-banner {
    grid: auto / 1fr 1fr;
  }
}
@media (min-width: 1100px) {
 .cedar-std-banner {
    grid: auto / 1fr 400px;
    grid-gap: 2.5rem;
  }
}

/* COOKIE LAW */

#cookie-law-info-bar {
    border-radius: 2rem;
    font-family: 'Open Sans', sans-serif;
}
.cli-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #00476A;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: opacity ease-in-out 0.5s;
}
.wt-cli-accept-all-btn,
.cookie_action_close_header_reject
{
    font-family: var(--hdMed);
    border-radius: 1rem;
    
}