/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates

Purple 2021: #8935e0, R137 G53 B224
Cyan: #00e9f5, R0 G233 B245
-----------------------------------------------------------------*/

:root {
    --cnvs-themecolor: #8935e0;
    --cnvs-themecolor-rgb: 137, 53, 224;
    --cnvs-section-bg: #f5f4f4;   /* old value: #f8f9fa; */
}

:root {
    --cnvs-body-font: "Montserrat", sans-serif;
    --cnvs-primary-font: "Montserrat", sans-serif;
    --cnvs-secondary-font: "Montserrat", serif;
}

.menu-container > .menu-item > .menu-link div::after {
    background-image: none;
}

h4 {
    font-weight: normal;
    font-size: 1.2rem;
}

#footer {
    --cnvs-footer-top-border: 0px;

}

.mo-cyan:hover {
    color: #00e9f5 !important;
}

#header-wrap {
    background-color: white;
}

.is-expanded-menu .sticky-header #header-wrap {
    background-color: white;
}

.slider-feature a:hover {
    color: white;
}

/*.menu-container > .menu-item > .menu-link div::after {*/

/*    background-image: url('images/border.svg');*/

/*}*/

a.dashed-underline {
    text-decoration: underline !important;
    text-decoration-style: dashed !important;
}

.w-115px {
    width: 115px;
}


.cyanText {
    color:#00e9f5
}

.connections-hero-gradient {
    background: rgb(0,233,245);
    background: linear-gradient(45deg, rgba(0,233,245,1) 26%, rgba(137,53,224,1) 100%);
}

.mo-cyan:hover {
    color: #00e9f5 !important;
}

.text-black-100 {
    color: #000;
}

.mediaStats {
    font-size: 13px;
}
.mini-data-card-box {
    box-shadow: 0 0 10px rgba(99, 114, 130, 0.15);
    padding: 25px 20px;
    border-radius: 0px;
}

.dark-purple-box {
    background-color: rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}


/*No longer needed as not showing */
/*.header-wrap-clone {*/
/*    height: 130px !important;*/
/*}*/

.connections-purple-color {
    color: #8935e0 !important;
}

.connections-purple-color-bg {
    background-color: #8935e0 !important;
}

.button.button-connections-purple {
    background-color: #8935e0;
    color: #fff;
    text-shadow: none !important;
}

.button-connections-purple:hover {
    background: rgb(0,233,245);
    background: linear-gradient(45deg, rgba(0,233,245,1) 58%, rgba(137,53,224,1) 100%);
    color: #FFF;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
}

.button.button-connections-purple-outline {
    background-color: #fff;
    color: #8935e0;
    text-shadow: none !important;
    border: 1px solid #8935e0;
    font-weight: 700;
}


.button-connections-purple-outline:hover {
    background: rgb(0,233,245);
    background: linear-gradient(45deg, rgba(0,233,245,1) 58%, rgba(137,53,224,1) 100%);
    color: #FFF;
    text-shadow: none !important;
    font-weight: 700;
    border: 1px solid white;
}

.button.button-connections-light-outline {

    color: #fff;
    text-shadow: none !important;
    border: 2px solid #00e9f5;
    font-weight: 700;
}


.button-connections-light-outline:hover {
    background: rgb(0,233,245);
    background: linear-gradient(45deg, rgba(0,233,245,1) 58%, rgba(137,53,224,1) 100%);
    color: #FFF;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
    font-weight: 700;
    border: 2px solid #8935e0;
}

.button-svg {
    background-image: none;
}


.wpg-header {
    background-color: #000;
}

/* Missions Gloals
-----------------------------------------------------------------*/
.mission-goals .feature-box {
    box-shadow: none;
    padding: 25px 20px;
    border-radius: 0px;
}




.tdConfirm {
    background-color: greenyellow;
}
.tdReject {
    background-color: #fbd4d4;
}

.colorPurple {
    color: #62269E;
}

.dc-mini-box {
    box-shadow: 0 0 10px rgba(99, 114, 130, 0.15);
    padding: 25px 20px;
    border-radius: 10px;
    background-color: #fff !important;
}

.normallabel {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    text-transform: none;
    letter-spacing: .5px;
    color: #555;
    margin-bottom: 10px;
    cursor: pointer;
}

/* Featured Box */
.featured-box {
    background: #F5F5F5;
    background: -webkit-linear-gradient( top , #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.featured-box h4 {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -0.7px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.featured-box .box-content {
    border-radius: 8px;
    border-top: 1px solid #CCC;
    border-top-width: 4px;
    padding: 30px 30px 10px 30px;
    position: relative;
    top: -1px;
}

.featured-box .learn-more {
    display: block;
    margin-top: 10px;
}

/* Featured Box Left */
.featured-box-text-left {
    text-align: left;
}

/* Featured Boxes - Flat */
.featured-boxes-flat .featured-box {
    box-shadow: none;
    margin: 10px 0;
}

.featured-boxes-flat .featured-box .box-content {
    background: #FFF;
    margin-top: 65px;
}

.featured-boxes-flat .featured-box .icon-featured {
    display: inline-block;
    font-size: 38px;
    height: 90px;
    line-height: 90px;
    padding: 0;
    width: 90px;
    margin: -100px 0 -15px;
    position: relative;
    top: -37px;
}


.featured-box-primary .icon-featured {
    background-color: #62269E;
}

.featured-box-primary .icon-featured:after {
    border-color: #62269E;
}

.featured-box-primary h4 {
    color: #62269E;
}

.featured-box-primary .box-content {
    border-top-color: #62269E;
}

html .featured-box-primary .icon-featured {
    background-color: #62269E;
}

html .featured-box-primary h4 {
    color: #62269E;
}

html .featured-box-primary .box-content {
    border-top-color: #62269E;
}

.smallText {
    font-size: 0.875rem;
}