
body,h1, h2, h3, h4, h5, h6, .block .card-title, .socials p, #socialheading, .forumpost .subject,p,div {font-family: "Century gothic" !important}


/* Lambda2 */

.lambda-nav.style-0 .more-nav>li.nav-item>a.nav-link, .lambda-nav.style-1 .more-nav>li.nav-item>a.nav-link,
.lambda-nav.style-0, .lambda-nav.style-1,
.lambda-nav.style-0 .lambda-search-bar, .lambda-nav.style-1 .lambda-search-bar {background-color:#00496a !important;}

#page-footer,
#page-footer .footer-bottom {background-color: #001e2f !important;}


/* ACO Cards */

.aco-card-container {margin:25px -15px 35px;}
.aco-col {padding:15px;box-sizing: border-box;display: inline-block;}
.aco-col-4 {width:25%;vertical-align: top;}

.aco-card {
	display:block;text-align:center;color:#4a4a4a;
    box-shadow: 0px 0px 10px #ddd;
    padding: 30px 5px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.aco-card:hover {color:#fff}

.aco-card-img-container {height:100px;text-align:center;}
.aco-card-img-container > img {width:100px;}
.aco-card-img-hover {display:none;}
.aco-card:hover .aco-card-img {display:none;}
.aco-card:hover .aco-card-img-hover {display:inline;}
.aco-card-title {min-height:142px;font-size:1.6em;padding: 20px;color:#4a4a4a;}
.aco-card:hover .aco-card-title {color:#fff;}
.aco-card-button {
    display: inline-block;
    padding: 10px 41px;
    border-width: 1px;
    border-style: solid;
    border-color: #a4a4a4;
    background: #fff;
    border-radius: 30px;
    margin: -13px 0 8px;
    color: #4a4a4a;
    font-size: 20px;
    line-height: 30px;
}

.aco-card-orange {}
.aco-card-orange:hover {color:#fff;background:#e48225;}
.aco-card-blue:hover {background: #1978a8}
.aco-card-red:hover {background: #bc2020}
/*
#page-content .modified {display:none}
.mediaplugin_videojs > div {max-width:720px !important;}

#page-login-forgot_password .boxwidthnormal.boxaligncenter {font-size: 1.2em}

#page-login-forgot_password .fcontainer.clearfix {position: relative;}
#page-login-forgot_password #fitem_id_username,
#page-login-forgot_password #fitem_id_email {border:0;max-width: 50%;padding: 0}
#fitem_id_submitbuttonusername,
#fitem_id_submitbuttonemail  {position: absolute;top:-1px;left: 52%;border:0}
.mform #fitem_id_submitbuttonusername.fitem .felement,
.mform #fitem_id_submitbuttonemail.fitem .felement {margin-left: 0;}
*/

/* ############################### MEDIA QUERY ##################################### */

@media only screen and (max-width: 1220px) {
    .aco-card-container .aco-col-4 {width:33.33%}
    .aco-card-title {font-size:1.5em;}
}
@media only screen and (max-width: 1199px) {
    /*#fitem_id_submitbuttonusername, #fitem_id_submitbuttonemail {top: 53px;left: -5px;} */
}

@media only screen and (max-width: 959px) {
    .aco-card-container .aco-col-4 {width:50%}
    .aco-card-title {font-size:1.3em;}
}

@media only screen and (max-width: 767px) {
	.aco-col {display: block;width: auto !important;}
    .aco-login-card {min-height: auto;margin-bottom: 25px;max-width:none;display: block}
/*	.small-slide-new .titlebox {text-align: center;padding: 50px 15px;}*/
}

