.boxhead {
    background-color: #FFCE34;
    color: #000;
    padding: 10px;
    font-size: 1.125rem;
    font-weight: bold;
    border-radius: 0.75rem;
}

.button.yellow {
    background-color: #ffce34 !important;
    color: #003963 !important;
}

.callout.map h2, .callout.map h3, .callout.map h4, .callout.map h5 {
    background-color: #002447;
    border-radius: 0.75rem;
    padding: 10px;
    color: #fff;
}

.callout.map {
    background-image: url(/bmv/images/map-background.jpg) !important;
}

.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(51, 51, 51, 0.25);
    border-radius: 10px;
    background-color: white;
    color: #333;
}
.callout.blue {
    background-color: #003963;
    padding: 1.5rem;
}
.callout.blue h3, .callout.blue h2 {
    color: #FFCE34;
}
.callout.orange {
    background-color: #ff8c2e;
}
.callout.orange p {
    color: #003366 !important;
    margin-bottom: 0px;
}
.callout.blue p, .callout.blue li {
    color: #ffffff;
}
.callout.ltblue {
    background-color: #2e6a96;
    padding: 1.5rem;
}
.callout.ltblue p, .callout.ltblue li {
    color: #ffffff;
}
.ltblue.callout a {
    color: #ffe38c !important;
}
.callout.ltblue h3, .callout.ltblue h4, .callout.ltblue h5 {
    color: #fff;
}
.callout.green {
    background-color: #7fa64a;
    border: none;
    padding: 1.5em;
}
.callout.green p {
    color: #fff !important;
    /* margin-bottom: 0px; */
}
.ltblue-full {
    background-color: #2f6a96;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    padding: 50px 0px;
}
.dark-full {
    background-color: #003963;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100%;
    padding: 50px 0px;
}
.ltblue-full p, .ltblue-full h2, .ltblue-full h3, .ltblue-full h4, .ltblue-full h5, .ltblue-full li {
    color: #fff !important;
}
.dark-full p, .dark-full h2, .dark-full h3, .dark-full h4 {
    color: #fff !important;
}

/*div.container_rotating-banner .glide__slides .glide__slide .slide .slide-info-wrap {
    padding: 7rem;
}*/
@media (min-width: 1024px) {
    div.container_rotating-banner.marketing .slide-info-wrap {
        padding: 7rem 3rem 7rem 7rem;
    }
/*Org Node Styles*/
.orgchart .centered {
    text-align: center;
}

.orgchart .hidden { display: none !important; }

.orgchart .nodecontent {
    display: inline-block;
    background-color: rgba(47, 106, 150, 1);
    padding: 10px;
    border-radius: 10px;
    color: white;
    position: relative;
    width: 96%;
    font-size:14px;
}

.orgchart .nodecontent:hover {
    /*background-color: rgba(47, 106, 150, .75);*/
}

.orgchart .nodecontent .collapse {
    position: absolute;
    bottom: -15px;
    left: calc(50% - 6px);
    z-index: 0;
    color: white;
    background-color: #a2c66f;
    border-radius: 6px;
    height: 12px;
    width: 12px;
    font-size: 12px;
    text-align: center;
}

.orgchart li.leaf {
    font-size: 13px;
}

.org-img {
    float:left;
    margin-right: 1rem;
    height: 80px;
    width: 80px;
}
    
.orgchart ul {
    /*display: none;*/
    margin: 0;
    padding: 0;
}
    
.orgchart li .nodecontent .btn-expand {
    background-color: #ffce34;
    border-radius: 12px;
    display: block;
    height: 24px;
    width: 24px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none !important;
    font-weight: bold;
    position: absolute;
    bottom: 6px;
    right: 6px;
}

    .orgchart li .nodecontent .btn-expand:hover {
        opacity: .7;
    }

@media screen and (min-width: 1024px) {
    /*Org Chart Horizontal Styles*/
    .orgchart {
        display: block;
        font-family: "Open Sans",Helvetica,Arial,sans-serif;
    }
    
    .orgchart {
        margin: 0 auto;
        max-width: 1920px;
        padding: 0 2%;
    }
    
    /*align children horizontally using CSS flex*/
    .orgchart ul {
        display: flex;
    }
    
    /*align nodecontent and children list vertically*/
    .orgchart li {
        display: flex;
        flex: 1;
        flex-direction: column;
        position: relative;
    }
    
    .orgchart .nodecontent::after, .orgchart .nodecontent::before, .orgchart ul li.vertical::before {
        display: none;
    }
    
    .orgchart .nodecontent.open::after {
        /*display: block;*/
    }
    
    .orgchart .nodecontent.expanded::after {
        display: block;
    }
    
    .orgchart .nodecontent.open::before, .orgchart ul li.vertical.open::before {
        display: block;
    }
    
    .orgchart li.root > .nodecontent {
        max-width: 360px;
    }
    
    .orgchart li.leaf .nodecontent {
        width: auto;
    }
    
    /*arrange the nodecontent centered above the children list*/
    .orgchart .nodecontent {
        align-self: center;
        position: relative;
        margin: 20px 5px;
        width: 96%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    
    .orgchart .collapsed > ul {
        display: none;
    }
    
    /*connections*/
    .orgchart li::before,
    .orgchart .nodecontent::after,
    .orgchart .nodecontent::before {
        box-sizing: border-box;
        content: '';
        position: absolute;
        /*z-index: -1;*/
        border: 0px dashed #FFCE34;
    }
    
    .orgchart li:not(:only-child)::before {
        border-top-width: 2px;
        width: 100%;
        height: 20px;
        top: 0px;
    }
    
    .orgchart li:first-child::before {
        width: calc(50% + 1px);
        right: 0;
        border-left-width: 2px;
        border-top-left-radius: 7px;
    }
    
    .orgchart li:last-child::before {
        width: calc(50% + 1px);
        border-right-width: 2px;
        border-top-right-radius: 7px;
    }
    
    .orgchart .nodecontent::after,
    .orgchart .nodecontent::before {
        border-left-width: 2px;
        width: 2px;
        height: 20px;
        left: calc(50% - 1px);
    }
    
    .orgchart .nodecontent::before {
        top: -20px;
    }
    .orgchart .nodecontent::after {
        bottom: -20px;
    }
    
    .orgchart li:first-child:not(:only-child) > .nodecontent::before,
    .orgchart li:last-child:not(:only-child) > .nodecontent::before {
        border-left-width: 0px;
    }
    
    .orgchart .leaf > .nodecontent::after,
    .orgchart .root > .nodecontent::before,
    .orgchart .collapsed > .nodecontent::after {
        display: none;
    }
    
    /*vertical nodes*/
    .orgchart li.vertical > ul {
        flex-direction: column;
        align-items: flex-start;
        margin: 0 5%;
        position: relative;
    }
    
    .orgchart li.vertical > ul > li > .nodecontent {
        margin: 10px 0 0 10px;
    }
    
    /*vertical connectors*/
    .orgchart li.vertical > ul::before {
        box-sizing: border-box;
        content: '';
        position: absolute;
        top: -2px;
        left: 10px;
        height: 10px;
        width: calc(50% - 19px);
        border-top: 2px dashed #FFCE34;
    }
    
    .orgchart li.vertical > .nodecontent::after {
        border-width: 0 2px 2px 0;
        border-bottom-right-radius: 7px;
        width: 10px;
        left: auto;
        right: calc(50% - 1px);
    }
    
    .orgchart li.vertical > ul > li::before {
        border-width: 0 0 0 2px;
        left: 0px;
        height: 100%;
        width: 10px;
        border-radius: 0;
    }
    .orgchart li.vertical > ul > li:first-child::before {
        top: -2px;
        height: calc(100% + 2px);
        border-top-width: 2px;
        border-top-left-radius: 7px;
    }
    
    .orgchart li.vertical > ul > li:last-child::before {
        height: calc(50% + 6px);
        border-bottom-width: 2px;
        border-bottom-left-radius: 7px;
    }
    
    .orgchart li.vertical > ul > li > .nodecontent::before {
        height: 2px;
        width: 8px;
        top: calc(50% - 1px);
        left: -8px;
        border-width: 2px 0 0 0;
    }
    
    .orgchart li.vertical > ul > li:last-child > .nodecontent::before {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .orgchart, .orgchart ul {
        list-style-type: none;
    }
    
    .orgchart ul {
        margin-left: 2rem;
    }
    
    .orgchart li {
        /*margin-bottom: 1rem;*/
    }
    
    .orgchart .nodecontent {
        margin: 1rem 0 .5rem 0;
    }
}

/*org chart bootstrap conversion overrides */
/*org chart styles*/
  /* Bootstrap's .collapse rule uses display:none !important so we need
     !important here too to prevent orgchart nodes from being hidden. */
  .orgchart .nodecontent.collapse { display: flex !important; }
 
  /* Center the +/- label vertically — existing CSS has text-align:center
     but no line-height to match the 24px button height. */
  .orgchart li .nodecontent .btn-expand { display: inline-flex; align-items: center; justify-content: center; width: fit-content; min-width: 24px; line-height: 1; }

/*End Org Chart*/

.ar-header {
    text-align: center;
    color: #fff;
    font-size: xxx-large;
}
