#s4-workspace {
    overflow-x: hidden;
}

div.logo {
    margin: 0 0 0 2em;
}



#mainNav a.nav-link {
    color: #7A7A7A;
    /* font-size: 10pt; */
}
#mainNav a.nav-link:hover{
   color: #4BB7BA !important;
}

#mainNav a.nav-link:visited {
    color: #7A7A7A;
}



div.main-PageContentBox {
    min-height: 50vh;
}

div.footer {
    /* background-color: #4BB7BA; */
    background-color: lightblue;
}

div.footer a { color: black}

.affiliateIcons .row {
    justify-content: center;
}

.affiliateIcons .column:hover{
    border: 1px solid lightgrey;
    border-radius: 5px;
}


/* IFWG Foot line */
.ifgwLine{
    height: 5px;
}
.ifgwLine div{
    float:left;
    height: 100%;
}
.ifgwLine div:first-child{
    width:50%;
    background-color: #21234B;
}
.ifgwLine div:nth-child(2){
    width: 25%;
    background-color: #47B8BA;
}
.ifgwLine div:nth-child(3){
    width: 15%;
    background-color: #DC3752;
}
.ifgwLine div:last-child{
    width: 10%;
    background-color: #E8AB2C;
}
.footer_social_icons img:hover {
    filter: drop-shadow(0px 10px 4px #DC3752);
}



.breadcrumb {background-color: #22234B !important}
.page_top_section {height: 150px}
#navbarTogglerMain ul li:nth-last-child(2)
 {
	display: none;
}