body{
    background-color: rgba(35, 36, 51, 1);
}
.heading{
    padding-top: 120px;
    padding-left: 50px;
    padding-right: 50px;
}
.heading h1{
    color: rgba(255, 255, 255, 1);
    float: none;
    top: 0;
    left: 0;
    width: 860px;
    position: relative;
    height: auto;
    padding: 2px 0px;
    max-width: 100%;
    min-width: 0;
    display: block;
    text-align: center;
    margin: 8px auto;
    font-family: Lato, "Lato Fallback";
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
}
.heading p{
    color: rgba(255, 255, 255, 1);
    float: none;
    top: 0;
    left: 0;
    width: 743.984px;
    position: relative;
    height: auto;
    padding: 2px 0px;
    margin: 8px auto;
    max-width: 100%;
    min-width: 0;
    text-align: center;
    display: block;
    font-family: Lato, "Lato Fallback";
    font-size: 16px;
    font-weight: 300;
}
@media screen and (min-width: 1200px) {
    .content{
        max-width: 1200px !important;
    }
}
.content{
    padding-top: 40px;
    margin-bottom: 35px;
    max-width: 960px;
    position: relative;
    margin: 0 auto;
    width: 100%;
}
.contentBody{
    margin-left: 50px !important;
    margin-right: 50px !important;
}
.content p{
    color: rgba(255, 255, 255, 1);
    font-family: Lato, "Lato Fallback";
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
}
.cards{
    padding-top: 40px;
    padding-bottom: 50px;
    max-width: 960px;
    position: relative;
    margin: 0 auto;
    width: 100%;
}
@media screen and (min-width: 1200px) {
    .cards{
        max-width: 1200px !important;
    }
}
.cardsBody{
    padding-left: 50px !important;
    padding-right: 50px !important;
   
}

/* Make columns equal height with flex so cards align evenly */
.cards .row > [class^="col-"],
.cards .row > [class*=" col-"] {
    display: flex;
}

.cards .row > [class^="col-"] .card,
.cards .row > [class*=" col-"] .card {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.card{
    /* gap: 20px; */
    margin-bottom: 20px;
    max-height: 100%;
    box-shadow: rgba(0, 0, 0, .25) 0 3px 11px 0 !important;
    overflow: hidden;
    border: none;
}
.cards .cardsBody .row div{
    margin-bottom: 20px;
}
.card .image{
    transition: all .2s ease-out !important;
    object-fit: cover;
}
.card .image:hover{
    transform: scale(1.1);
}
.image img{
    overflow: hidden;
    width: 100%;
    height: 230px;
}
@media (min-width:768px) and (max-width:1200px){
    .image img{
        overflow: hidden;
        width: 100%;
        height: 150px;
    }
}
@media (max-width:769px){
    .card_Content {
        padding: 15px;
        background-color: #fff;
        min-height: initial;
    }
}
.card_Content{
   padding: 15px;
   background-color: #fff;
   height: auto;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
}
.card_Content a{
    text-decoration: none;
}
.card_Content h1{
    color: #002664;
    font-family: Lato, "Lato Fallback";
    font-style: normal;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    /* clamp title to 2 lines with ellipsis */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Title inside card should match other pages' card-title */
.card_Content h2{
    color: #002664;
    font-family: Lato, "Lato Fallback";
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card_Content a{
    text-decoration: none;
    color: #0d6efd;
}
.card_Content p{
    color: #747474;
    font-family: Lato, "Lato Fallback";
    font-size: 15px;
    line-height: 1.4em;
    max-height: 5.5em;
    font-weight: 200;
}
.navigationLinks{
    padding-top: 15px;
    padding-bottom: 15px;
}
.navigation a{
    color: rgba(137, 137, 170, 1);
    font-size: 20px;
    font-weight: 300;
}


@font-face {
    font-family: Museo Slab;
    src: url(../fonts/Museo_Slab_500.otf)
}



.aph_mobile_header_content{
    display: none;
}
.aph_desktop_header_content, .aph_nav_menu{
    display: flex;
}
.aph_desktop_header_content{
    justify-content: space-between;
}
body#aphRoot{
    text-decoration-skip-ink: none;
}
.aph_header_menu_links{
    width: 60%;
    min-width: 60%;
}
ul.aph_nav_menu li {
    padding: 18px;
    width: 20%;
}
ul.aph_nav_menu li a{
    line-height: 22px;
}
ul.aph_nav_menu li:hover a {
    font-weight: 700;
}
ul.aph_nav_menu li:nth-child(3),
ul.aph_nav_menu li:nth-child(3) a{
    padding-left: 0px;
}
.aph_header_logo {
    margin: 10px;
}
body.fix-mobile-scrolling{
    overflow: initial;
}
.aph_content {
    position: relative;
    transition: transform .3s ease-out;
    height: 100%;
}
.aph_row_01{
    float: none;
    top: 0;
    left: 0;
    width: auto;
    position: relative;
    height: auto;
    
    margin-right: 0px;
    margin-left: 0px;
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;

    min-width: 0;
    text-align: start;
    background-position: 50% 50%;
    min-height: auto;
}

div#aph, .aph_wrapperouter, .aph_inner{
    height: 100%;
}
div.aph_header_inner_content {
    position: absolute;
    z-index: 101;
    width: 100%;
    padding: 13px 0;
}
.m-tb-1 {
    margin-top: 1em;
    margin-bottom: 1em;
}

#aphheader .aph_nav_menu li:hover a {
    font-weight: 700;
}

.aph_wrapper {
    height: 100%;
}

