/* Agency Logo Sizing */
.cmp-agency-header__logo {
    height: 4rem;
    width: auto;
}

/* Overrides break-all on links */
a {
    word-break: break-word !important;
}

/* Removes width restraints on text components */
.cmp-text {
    max-width: 100%;
}
.cmp-list__item .cmp-list__item-description{
	display: block;
}

/* 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 thin border on component*/
.border-thin {
	border: 1px solid !important;
	border-color: #005180 !important;
}

.odometer-display {
    font-family: monospace !important;
}


.hero-text-bottom {
    width: 100% !important;
    max-width: 1100px !important;
    padding: 0px !important;
    margin: auto !important;
}


.hero-text-bottom .text {
    align-content: center !important;
    padding: .9375rem !important;
    width: auto !important;
    bottom: 0 !important;
    left: 0 !important;
}


#video {
    width: 100%;
    max-height: 50vh !important;
    object-fit: cover;
    position: static;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

#video-container {
    width: 100%;
    max-height: 50vh !important;
    position: relative;
}

#video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
}

#play-pause {
    float: right;
    border: groove;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    background-color: #00203F;
}

/* Set Agency Footer Color */
.cmp-agency-footer {
    background-color: #00203F;
}

/* Set Global Footer Color */
.cmp-global-footer {
    background: #003E62;
}

/* 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;
}

@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;
    }
}

@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) {}
