/******************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 **************************************/

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

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

/* Agency Header Translation/Search in Mobile needs adjusted while the logo is wide */
@media only screen and (max-width : 768px) {
	.va-header .cmp-agency-header .cmp-agency-header__wrapper {
		flex-wrap: wrap;
	    justify-content: flex-end;
	}
}

/* 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;
}

.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) {}

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

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



/* Fix word-break behavior in data tables */
.remove-word-break a {
    word-break: break-word !important;
}

.emphasis-blue p {
    padding: 20px;
    font-weight: bold!important;
    display: block!important;
    background-color: #DFF3F7;
    border-left: 5px #00BEE4 solid;
}

.emphasis-green p {
    padding: 20px;
    display: block!important;
    background-color: #E7F4E4;
    border-left: 5px #2E8540 solid;
}

.emphasis-gray {
    display: block!important;
    text-align: left;
}

.emphasis-DVA-card .cmp-icon-card {
    display: block!important;
    background-color: #E1F3F8;
    text-align: left!important;
    font-weight: initial;
    border: solid;
    border-color: #005180;
    padding: 0rem 0.9375rem 1rem;
}

.emphasis-DVA-card .cmp-icon-card .cmp-icon-card__title {
    text-decoration: underline;
}

li.cmp-cf-list__item.cmp-cf-list--groupBy-wrapper {
	border-bottom:#e6e6e6 solid 1px;
	padding-bottom: 1rem;
}

.cmp-cf-list__item .cmp-cf-list__item-title {
    display: inline-block;
    float: left;
    clear: left;
    width: 140px;
    margin-top: 0;
    font-weight: bold;
}

.cmp-cf-list__item .cmp-cf-list__item-value {
    display: inline-block;
    float: left;
    width: calc(100% - 140px);
    margin-bottom: 5px;
}

.contentfragmentlist .cmp-cf-list__item .hidden {
	display: revert;
	visibility: hidden;
}

.contentfragmentlist .cmp-cf-list--groupBy-title {
	background-color: lightgrey;
	padding-top:5px;
	padding-bottom: 5px;
	padding-left:5px;
}
/*
.vso-list .contentfragmentlist .cmp-cf-list--groupBy-title {
	padding: 5px 5px 5px 5px;
	background-color: lightgrey;
}

.vso-list .cmp-cf-list__item {
    padding-bottom: 1rem;
    border-bottom: 1px solid #e6e6e6;
}
.vso-list .cmp-cf-list__item .cmp-cf-list__item-title {
    display: inline-block;
    float: left;
    clear: left;
    width: 140px;
    margin-top: 0;
    font-weight: bold;
}
.vso-list .cmp-cf-list__item .cmp-cf-list__item-value {
    display: inline-block;
    float: left;
    width: calc(100% - 140px);
    margin-bottom: 5px;
}*/

.anchor-link-font-style > .cmp-cf-list__item-value.paragraph {
    text-decoration: underline;
    width: fit-content;
}

/* Make Carousel images go full width without padding */
.carousel .image div {
	padding: 0px !important;
}

/* Hide filter on Asset Data Table on Investments Page */
.hide-filter .cmp-accordion__header {
	display: none;
}
.hide-filter .cmp-accordion__item {
	border-top: none;
}