.link-tile-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media (max-width: 767px){
  .link-tile-container{
	/* no margin */
  }
}
.link-tile-container > :nth-child(n){
      flex-basis: 100%;
      margin-bottom: 20px;
}
@media (min-width: 576px){
  .link-tile-container.five > :nth-child(n){
    flex-basis: 45%;
	margin: 0 auto 50px;
  }
}
@media (min-width: 768px){
  .link-tile-container.five > :nth-child(n){
      flex-basis: 30%;
  }
  .link-tile-container.five > :nth-last-child(1):nth-child(3n+2){
    margin: 0 auto 50px 0;
  }
}
@media (min-width: 992px){
  .link-tile-container > :nth-child(n), .link-tile-container.two > :nth-child(n){
      flex-basis: 45%;
      margin-bottom: 50px;
  }
  .link-tile-container > :nth-last-child(1):nth-child(odd), .link-tile-container.two > :nth-last-child(1):nth-child(odd){
      margin: 0 auto 50px;
  }
}
@media (min-width: 1220px){
  .link-tile-container.three > :nth-child(n){
      flex-basis: 30%;
  }
  .link-tile-container.three > :nth-last-child(1):nth-child(odd){
	margin: 0 0 50px;
  }
  .link-tile-container.three > :nth-last-child(1):nth-child(3n+1), .link-tile-container.three > :nth-last-child(2):nth-child(3n+1){
     margin: 0 auto 50px;
  }
  .link-tile-container.three > :nth-last-child(1):nth-child(3n+2){
	margin: 0 auto 50px 0;
  }
  .link-tile-container.four > :nth-child(n){
      flex-basis: 22%;
  }
  .link-tile-container.four > :nth-last-child(1):nth-child(odd){
	margin: 0 0 50px;
  }
  .link-tile-container.four > :nth-last-child(1):nth-child(4n+1), .link-tile-container.four > :nth-last-child(2):nth-child(4n+1), .link-tile-container.four > :nth-last-child(3):nth-child(4n+1){
     margin: 0 auto 50px;
  }
  .link-tile-container.four > :nth-last-child(1):nth-child(4n+2), .link-tile-container.four > :nth-last-child(2):nth-child(4n+2), .link-tile-container.four > :nth-last-child(1):nth-child(4n+3){
	margin: 0 auto 50px 0;
  }
  .link-tile-container.five > :nth-child(n){
      flex-basis: 18%;
  }
  .link-tile-container.five > :nth-last-child(1):nth-child(3n+2){
    margin: 0 auto 50px;
  }
  .link-tile-container.five > :nth-last-child(1):nth-child(5n+2), .link-tile-container.five > :nth-last-child(2):nth-child(5n+2), .link-tile-container.five > :nth-last-child(3):nth-child(5n+2), .link-tile-container.five > :nth-last-child(1):nth-child(5n+3), .link-tile-container.five > :nth-last-child(2):nth-child(5n+3), .link-tile-container.five > :nth-last-child(1):nth-child(5n+4){
    margin: 0 auto 50px 0;
  }
}

.link-tile-container.container:before, .link-tile-container.container:after {
    display: none;
}

/* Link Tile Styles*/

.link-tile-item {
    padding-top: 100%;
    position: relative;
	background-size: cover;
}

.link-tile-container a:hover .link-tile-item, .link-tile-container a:focus .link-tile-item {
    background-blend-mode: screen;
    background-color: hsla(1, 100%, 100%, 0.2);
}

.link-tile-item p {
    position: absolute;
    top: 37%;
    font-size: 32px;
    font-weight: bold;
    color: var(--white);
    text-shadow: -1px -1px var(--cool-gray-11), -1px 1px var(--cool-gray-11), 1px -1px var(--cool-gray-11), 2px 3px var(--cool-gray-11);
    margin: 0 30px;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
	width: 82.5%;
}

.link-tile-item p:after {
    background: url(/media/templates/uf2015/img/main-menu-hover.png) repeat-x left center;
    content: '';
    bottom: -5px;
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 0;
}

.link-tile-container .hover p:after {
    -webkit-transition: width 0.2s ease-out;
    transition: width 0.2s ease-out;
    width: 80%;
    margin: 0 10%;
}


/* Top Card Styles*/

.top-card {
    background-color: var(--white);
    padding: 10px;
    box-shadow: 2px 3px 3px 1px rgb(0 0 0 / 33%);
    border-radius: 15px;
    margin-bottom: 30px;
}

.icon {
  float: left;
  clear: none;
  margin: 0px 10px;
  width: 115px; 
}

.icon img{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.card-text p{
    clear: none;
    font-size: 1rem;
    font-family: 'IBM Plex Sans';
    font-weight: 300;
    line-height: 28px;
    padding:10px 20px 0px 20px;
	word-break: break-word;
}

@media (min-width: 768px)
{
    /*Card media queries*/

    .icon {
	    margin: 30px 20px 10px;
    }

    .icon img{
        width: auto;
        height: 100px;
    }

    .card-text p{
        margin: 20px;
        padding:0px 10px;
    }

}

/* Portrait Tile Item Styles*/

.portrait-tile-item{
	padding: 0 30px;
}
.portrait{
	width: 100%;
    border-radius: 100%;
    background-size: cover;
    padding-top: 100%;
    margin-bottom: 10px;
}
.name-tag {
    background-color: var(--dark-blue);
    color: var(--white);
    width: 100%;
    padding: 10px;
    font-size: 20px;
    font-weight: 500;
}
.name-tag p{
	margin: 0;
}
.name-tag .name-tag-title{
    font-weight: 100;
}
a.portrait-item-email-link {
    margin-top: 16px;
    display: block;
	color: var(--white);
}

/* Quote Tile Styles*/

.two-column-quote{
    background-color: var(--white);
}
.two-column-quote .blue-bar{
	height: 15px;
    background-color: var(--core-blue);
}
.two-column-quote .two-column-quote-wrapper{
	display: flex;
}
.two-column-quote .portrait-wrapper{
	flex-basis: 28%;
    padding: 3%;
}
.container .two-column-quote .portrait-wrapper{
	padding: 3% 1.5% 3% 3%;
}
.two-column-quote .two-column-quote-box{
	flex-basis: 72%;
    font-weight: 500;
    padding: 3% 3% 3% 1.5%;
    font-size: 16px;
    line-height: 20px;
}
.two-column-quote .portrait-wrapper img{
	width: 100%;
    border-radius: 100%
}
.two-column-quote .quotation{
	padding-left: 25%;
    color: var(--soft-blue);
    margin-bottom: 0;
}
.two-column-quote .quotation-speaker {
    font-size: 24px;
    line-height: 28px;
}
.two-column-quote .speaker-title{
	padding-left: 10px;
    display: block;
}

/* Single Content Tile Item */
.even-card h2 {
    border-bottom: 5px rgba(243, 113, 35, 0.5) solid;
    padding: 5px;
    color: #00529B;
}
.even-card .card-flex-wrapper{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media(max-width: 767px){
	.even-card .card-flex-wrapper {
    	justify-content: center;
    }
}
.even-card .hor-scroll-el {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}
@media(min-width: 992px){
	.even-card .hor-scroll-el {
    	flex-basis: 31.5%;
    }
}
.even-card .hor-scroll-el > :first-child {
	color: black;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.even-card .hor-scroll-el > :first-child > :last-child{
    flex-grow: 1;
}
.even-card a .img-callout:hover, .even-card a:focus .img-callout {
	box-shadow: 0 0 4px 4px rgba(0,0,0,0.35);	
}
.img-callout p {
	text-align: left;
}
.img-callout img {
	height: 215px;
    object-fit: contain;
}
a .img-callout:hover h2, a .img-callout:focus h2 {
    color: #4c87b5;
}
.even-card {
	padding: 10px 0;
    background-color: var(--white);
}

.even-card .img-callout ul li:before, .img-callout ol li:before {
    margin-left: -10px;
}
.even-card .img-callout ul {
    margin-left: 10px;
}
.even-card .img-callout ul li {
    text-align: left;
}
.even-card .img-callout img {
    margin-bottom: 0px;
    object-fit: cover;
}


/* Security Guidance Cards*/
    .search-bar {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .security-card {

        border: none;
        border-radius: 20px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.5);
        transition: box-shadow 0.3s;
        padding: 30px 25px 50px 25px;
        margin: 0 0 20px;
        

    }
.security-card:nth-child(2n) {
    background-color: #FA461611;
}

.security-card:nth-child(2n+1) {
    background-color: #0021A511;
}

.card-title {
    text-transform: none;
    line-height: 28px;
    max-height: 3em;
    font-size: 20px;
    color: #0122a5;
    font-family: var(--semi-bold-sans);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
   
    margin-bottom: 0.5rem;
}

.card-title a {color: black;
text-decoration: none;} 

.card-title a:hover {
text-decoration: underline;} 


    .card-body {
        padding: 0px 40px 0px 0px;
    }
    .card:hover {
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }
    .card-title {
        font-size: 24px; /* Larger font size for the title */
        margin-bottom: 15px; /* Space below the title */
    }
    .card-img-top {
        width: 100px; /* Adjusted width to match reference */
        height: 100px; /* Adjusted height to match reference */
    }