.portalBackground {
    background-color: #006546;
    background-image: url(../images/navigation/LATBackOne.png);
    background-repeat: round;
    display: flex;
    flex-direction: row-reverse;
    min-height: 35vh;
    margin-bottom: 15px;
    padding-bottom: 25px;
    max-width: 100%;
}

.portalTitle {
    float:left;
    width:fit-content;
    height:20px;
}

.barn-image {
    float: left;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 5px;
}

.portal-container{
    background-color: #006547db;
    margin-right: 48px;
    max-width: 550px;
    padding-top: 5px;
    padding-bottom: 10px;
}
.portalBackground2{
	background-color: #006546;
	background-image: url(../images/navigation/LATBackTwo.png);
	background-repeat: round;
    padding-bottom: 30px;
}

.redUnderline {
	color: #ff0000;
	text-decoration: underline;
}

.boldAndItatic {
	font-style: italic;
	font-weight: bold;
}

.portal-card-container {
	-webkit-box-shadow: 0px 1px 4px 0px #BBBBBB;
	box-shadow: 0px 1px 4px 0px #BBBBBB;
	max-width: 340px;
	height: 100%;
	display: grid;
	grid-template-rows: max-content;
}

.portal-card-description {
	padding: 0.75rem 2rem;
}

.bottom-center {
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	padding-top: 2rem;
}

.bottom-learnmore {
	margin-bottom: 8px;
}
.portal-card-round-image {
	border-radius: 50%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.portal-card-image {
	margin-top: 20px;
	margin-bottom: 20px;
}

.portal-laptop{
    background-image:url(../images/Laptop_Image_1.png);
    min-height: 380px;
    min-width: 555px;
    background-size: contain;
    background-repeat: no-repeat;
}

.portal-region__title{
    font-size: 6.8rem;
    line-height: 6rem;
    color:white;
}
#block-views-block-bfr-coordinators-block-1,

.container-portal {
    margin-right: auto;
    margin-left: auto;
    /* max-width: 1080px; */
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 769px) {
    #block-views-block-bfr-coordinators-block-1,
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media (max-width: 767px) {
    .bottom-center {
       height: 100%
       bottom: 18px;
       left: 50%;
       transform: translateX(-50%);
       padding-top: 2rem;
       position: relative;
       width: 200px;
    }
}

@media (max-width: 1200px)   {
    .portal-laptop {
        background-image: none;
        min-width: 100%;
    }
    .portal-region__title{
        font-size: 6.2rem;
    }
}

@media (max-width: 400px){
    .portal-region__title{
        font-size: 4.5rem;
    }
}
.btn-success {
    background-color:#006547db;
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    max-width: fit-content;
    min-height: fit-content;
    margin: 0.5rem;
    padding: 0.5rem 0.5rem;
    text-transform: none;
}

.btn-secondary {
    background-color:#757575;
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    max-width: fit-content;
    min-height: fit-content;
    margin: 0.5rem;
    padding: 0.5rem 0.5rem;
    text-transform: none;
}

.modal-button-second {
    background-color: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 20px;
    gap: 10px;
    border: 2px solid #005EA2;
    border-radius: 4px;
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #005EA2;
    margin-right: 20px;
    cursor: pointer;
}

.modal-button-primary {
    background-color: #1A6AD3;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px 20px;
    gap: 10px;
    border: 2px solid #1A6AD3;
    border-radius: 4px;
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #FFFFFF;
    margin-right: auto;
    cursor: pointer;
}
.modal-description {
    width: 100%;
    font-family: 'Public Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #212121;
    margin: 24px 0 20px;
}
.modal-backdrop {
    z-index: 0;
    
}
.modal-button-primary:hover {
    background-color:#2D5987;
    color: #FFFFFF;
}
.modal-button-second:hover {
    background-color:#e2e2e2;
    color: #1A6AD3;
}

.modal{
    outline: none;
    border: none;
}
