/******************Weglot***********************************/

/*Restrict form width to remain within parent container 
   - form set to cover full width of pg. (used for translation purposes)*/
   .guideContainerNode {
    max-width: 100%;
}
/*WeGlot Keyboard Focus*/
.wg-drop.wg-mouse-click>div:focus 
{ 
    outline: 3px solid #1CA6DF; 
}

/****************** GLOBAL *********************************/

/* Set Global Footer Color */
.cmp-global-footer {
    background-color: #0c2534;
}

/* Agency Logo Sizing */
.cmp-agency-header__logo {
    height: 2.875rem;
    width: auto;
}

/* Removes width restraints on text components */
.cmp-text {
    max-width: 100%;
}

/* Centers Text in Container */
.text-center {
    text-align: center !important;
}

/* Set attributes for color bar above H1 title text */
.title .cmp-title h1::before {
    width: 5.9375rem;
    content: " ";
    height: .375rem;
    position: absolute;
    top: 0;
    left: 0;
}

/* Set color of bar above H1 Title here */
.title h1::before {
    background-color: #003E62;
    /* Uncomment the code below to remove the bar above the h1 title */
    /*display: none;*/
}

/* Set Agency Footer Color */
.cmp-agency-footer {
    background-color: #005180;
}

/* Set color of border for event date icon */
.cmp-news-feed__event-date {
    border: 1px solid #C3371E;
}

/* Set color of background for month portion of event date icon */
.cmp-news-feed__event-date__month {
    background: #C3371E;
}

/* Set color of background for year portion of event date icon */
.cmp-news-feed__event-date__year {
    background: #C3371E;
}

.guideContainerNode .mobileLayout {
    display: none !important;
}

.afCheckBoxItem {
    width: 100%;
}

.guideWidgetLabel.right label,
.guideWidgetLabel.left label {
    line-height: 24px;
}

.guideContainerNode .red {
    color: #E21121;
}

.guideContainerNode .bold {
    font-weight: bold;
}


/* Custom CSS */


#soft-shadow{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);

}

.ambient-shadow {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    padding: 20px;
    margin: 20px;

}

.ticker a {
    border-radius: 35px;
    background: #B57CFF;
    color: white;
    padding-top: 21px;
    text-decoration: none;
    word-break: normal;
    display: block;
    width: 70px;
    height: 70px;
    margin: auto;
}

.ticker:hover a {
    background: #a560ff;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.margin-custom {
    margin: -80px 0px 0px 0px;
}

.horz-dots {
    border-left: 2px dashed #000000;
    padding: 100%;
    margin-left: 33px !important;

}

#information-alert-idoa {
    background: linear-gradient(135deg, rgba(232,215,255,1) 0%, rgba(243,234,255,1) 21%, rgb(248 243 255) 43%);
    border-bottom: 1px solid #f3eaff;
}


/* Font Styling */


p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #464646;

}

a {
    font-family: 'Poppins', sans-serif;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

h2, .h2 {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #000000;

}

h3, .h3 {
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #000000;
    font-size: 1.4rem;

}

.title .cmp-title h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
}


.title .cmp-title__text {
    font-family: 'Poppins', sans-serif;
    color: #000000;
}

.title h1::before {
    display: none;
}

li {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #464646;
}


.text-highlight .green-text {
  color: #2ab90f;
}



/* Button Styling */


.button .cmp-button {
    border-radius: 30px;
    background: #000000;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    min-width: 140px;
    text-align: center;
    padding: 12px 25px;
    float: left;
        box-shadow: 0px 11px 16px 3px rgba(0, 0, 0, 0.20);

}

.button:hover .cmp-button {
    background: #303030;
        box-shadow: 0px 4px 9px 3px rgba(0, 0, 0, 0.20);
    transition: 0.3s;
}

.button-right {
    float: right;
}


.cmp-agency-header__logo {
    height: 4.5rem;
}

.separator .cmp-separator__horizontal-rule {
    border-color: #000000;
    color: #000000;
    margin: 60px 0px 10px 0px;
}


.alert-bar .cmp-alert-bar__text p {
font-size: 1rem;
}

.cmp-global-alert {
    background: linear-gradient(270deg, rgba(84, 201, 131, 0.5) 0%, rgba(224, 224, 224, 0) 100%);
}

.alert-bar__primary {
    background: none;
}

.text-cta .cmp-text-cta {
    font-family: 'Poppins', sans-serif;
    color: #000000;
}


.container-padding-left-right .cmp-container {
    margin-left: 0rem;
    margin-right: 0rem;
   
}

.cmp-agency-footer h3:not(.cmp-translate__text) {
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    text-transform: none;
    font-size: 1.5rem;
    letter-spacing: .05rem;
}

.cmp-agency-footer {
    background-color: #000000;
}

.cmp-global-alert__header-wrapper {
    display: none;
}

/* Tabs Custom */



.active-link-faq a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    word-break: normal;
    background: #BBE9CD;
    border-radius: 5px;
    padding: 12px;
}

.active-link-faq:hover a {
    background: #93e2b2;
    transition: 0.3s;

}

.cmp-text {
    margin-bottom: 20px;

}

.inactive-link-faq a {
    text-decoration: none;
    color: #000000;
    font-weight: 400;
    padding: 10px;
    word-break: normal;
}



.inactive-link-faq:hover a {
    transition: 0.3s;
    background: #f4f4f4;
    border-radius: 5px;
    padding: 10px;

}


.active-link-idoa a {
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    word-break: normal;
    background: #ddc3ff;
    border-radius: 5px;
    padding: 12px;
}

.active-link-idoa:hover a {
    background: #d2b0fe;
    transition: 0.3s;

}


.text {
    float: left;

}


/* FAQ Custom */


.cmp-faq__details h2{
    color: #000000;
    margin-bottom: 50px;

}

.cmp-faq__section__qn {
    color: #000000;
    font-weight: 600;

}


.faq .cmp-faq__section {
    padding: 4rem 0;
    border-bottom: none;
    border-top: 1px solid #000000;
}



/* Content Fragement List Custom */


.contentfragmentlist .cmp-cf-list--groupBy-title {
    padding: 0 0 4rem 0;
    color: #000000;
}

.cmp-cf-list--groupBy-title {
    border-bottom: 1px solid #000000;
}


.contentfragmentlist h3 {
    color: #000000;
    font-weight: 600;
}


.contentfragmentlist .cmp-cf-list__item {
    padding: 4rem 0;
    margin-bottom: 0;

}


.cmp-cf-list__item {
    border-bottom: 1px solid #000000;
}


.cmp-cf-list--groupBy-wrapper {
    border-bottom: none;
}

/*Teaser*/

.teaser.teaser--text-right .cmp-teaser {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    margin: 0px 20px 20px 20px;
    padding: 20px 20px 20px 20px;
    background: white;

}

.teaser .cmp-teaser__title {
    color:#000E14;
    font-weight: 500;
}



/*List V2 Component*/

.list .cmp-list__item {
    color: #000000;
}

.cmp-list__item-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;

}

.cmp-list__item-date {
    font-size: 14px;
    color: grey;
    font-weight: 400;
}

.cmp-list__item-description {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #464646;
        -webkit-line-clamp: unset !important;

}


.list .cmp-list__item-link_section {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    margin: 0px 20px 20px 0px;
        padding: 20px 50px 20px 20px;
    font-weight: 500;

}

.list .cmp-list__item-link_section:hover {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
    text-decoration: none;
    transition: 0.5s;
    font-weight: 600;
}

.cmp-list__item-file-icon {
    font-size: 2rem;
    position: absolute;
    right: 0;
    padding: 0px 40px;
}


/*Forms*/

#form-list {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    margin: 0px 15px 40px 15px;
    padding: 30px;

}

#form-list:hover {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);

}

/*News and Announcements*/

#news-announcements li{
    margin: 0px 0px 40px 0px;
    padding: 30px;
    background-color: #f5e0ff;
    border-radius: 12px;
    color: #000000 !important;

}

#news-announcements a{
    color: #000000 !important;

}


#news-announcements li:hover {
    background-color: #f0d1ff;
    transition: 0.5s;

}




/*Upcoming Dates*/

.upcoming-dates-list li {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    margin: 0px 0px 40px 0px;
    padding: 30px;


}

.upcoming-dates-list li:hover {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);

}

/* Upcoming Dates time removal */
.cmp-news-feed__time {
    display: none;
}

.cmp-news-feed__event-date {
    display: none;
}

.event__section__description {
    display: none;
}

/*Page Gradient*/

.bg-gradient {
    background: linear-gradient(165deg, rgba(232,215,255,1) 0%, rgba(243,234,255,1)15%, rgba(255,255,255,1) 30%);
    height: 1000px !important;
}

.bg-gradient-hemp {
    background: linear-gradient(165deg, rgb(255 217 159 / 49%) 0%, rgb(255 217 159 / 25%)15%, rgba(255,255,255,1) 30%);
    height: 1000px !important;
}


/* Mini Carousel Styling */
.carousel {
    margin-bottom: -2rem !important;
}

.carousel .cmp-carousel__indicators {
    bottom: 4rem;
}

.carousel .cmp-carousel__actions {
    bottom: 4rem;
}


/* Upcoming Dates Cal Styling
.cmp-news-feed__event-date {
    border: none;
    border-radius: 100px;
    background: linear-gradient(180deg, #54C983 0%, rgba(84, 201, 131, 0.62) 100%);
    width: 6rem;
    height: 6rem;
}

.cmp-news-feed__event-date__month {
    background: none;
    color: black;
    height: none !important;
}    

.cmp-news-feed__event-date__day {
    color: black;
    height: none !important;
}

.cmp-news-feed__event-date__year {
    background: none;
    color: black;
    height: none !important;
}    
*/


/* Logo bar hover effect */
.logo-bar {
display:block; 
z-index:999; 
cursor: pointer; 
-webkit-transition-property: all; 
-webkit-transition-duration: 0.3s; 
-webkit-transition-timing-function: ease; 
}

.logo-bar:hover { 
transform: scale(1.1); 

}

.ticker-clip-path {
    clip-path: polygon(0 1%, 100% 0, 100% 59%, 0 59%);
}


.color-on-hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */    
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray; /* IE 6-9 */
}

.color-on-hover img:hover {
   -webkit-filter: none;
   -moz-filter: none;
   -ms-filter: none;
   filter: none;
}

/* Text notice */
.notice {
    padding: 20px;
    background-color: #f5e0ff;
    border-radius: 12px;
}

.croo-notice {
    padding: 20px;
    background-color: #C4E7CF;
    border-radius: 12px;
}



.wrapper {
    position:relative;
    z-index: 1;
    display: inline-block;
}

.hidelogo {
    position: absolute;
    width: 100%;
    height: 67px;
    background: #FFFFFF;
    right: 0px;
    bottom: 0px;
    z-index:999;
    display: block;
    color: #fff;
}


/* Form Styling */
.padding {
    padding: 8px;
}

.cmp-form-text--input {
    border-bottom: 0.0625rem solid #BEBEBE;
    border-radius: 5px;
}



/*
#search-hide {
    display: none !important;
}

*/

/* Font Poppins Import */

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

@media only screen and (min-width : 200px) {}

@media only screen and (min-width : 320px) {}

@media only screen and (max-width : 768px) {
    .afToolbarButton .guidebutton button .iconButton-icon {
        display: none!important;
    }
    .afToolbarButton .guidebutton button .iconButton-label {
        display: block!important;
    }
    .afToolbarButton .guidebutton button.submit {
        margin-right: 0!important;
    }
    .cq-Editable-dom {
        width: 100%;
    }
    .text {
        float: none;
    }
    .button .cmp-button {
        float: none;
    }

    .bg-gradient {
        background: linear-gradient(165deg, rgba(232,215,255,1) 0%, rgba(243,234,255,1)15%, rgba(255,255,255,1) 30%);
        height: 500px !important;
    }

    .list .cmp-list__item-link_section {
        padding: 20px 50px 20px 20px;

}

            .mobile-hide-report {
    display: none !important;
}
}

@media only screen and (min-width : 769px) {

.hide-report-desktop {
    display: none !important;
}

@media only screen and (min-width : 769px) {}


/* Agency Logo Sizing MQ */
@media (min-width: 1101px) .cmp-agency-header__logo {
    height: 4.25rem;
}

@media only screen and (min-width : 1200px) {}


@media only screen and (min-width : 1600px) {}


                                                                                                                                                                                                                                                                                                              