.courier{
	font-family: courier, arial sans-serif !important;
}


/*New styles onlineform portal*/
.portal-tab {
    background: #fbfbfc;
    border: 1px solid #dee1e6;
    padding: 25px 20px;
    text-align: center;
    transition: .2s all;
    height: 100%;
}

    .portal-tab ul li:hover {
        text-decoration: underline;
    }

    .portal-tab ul {
        text-align: left;
        font-size: 16px;
        float: left;
        width: 75%;
        padding-left: 0;
        list-style-type: none;
    }
    .portal-tab ul li {
        padding-bottom: 5px;
        line-height: 1.1;
        display: flex;
        align-items: center;
    }

    .portal-tab .portal-tab-image {
        width: 25%;
        float: left;
        padding-top: 0px;
        padding-right: 10px;
    }

    .portal-tab h3 {
        font-family: "ProximaNovaSemibold", sans-serif;
        margin-top: 10px;
        color: #545454;
        font-size: 20px;
        width: 70%;
        text-align: left;
        margin-bottom: 6px;
    }

    .portal-tab:hover {
        background: white;
        border: 1px solid #0B6FB7;
        cursor: pointer;
    }

    .portal-tab a:hover {
        text-decoration: none;
    }

.padding-120 {
    padding-top: 120px;
}

.padding-30 {
    padding-top: 30px;
}
@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}
    
.equal > div[class*='col-'] {  
  display: flex;
  flex-direction: column;
}


/*iphone portal*/
@media screen and (max-width: 767px) {
    .logo-wide {
        width: 99px;
        overflow: hidden;
    }
    #mainmenu{display: none;}
    #mainmenu ul{display: none;}

    .padding-120 {
        padding-top: 80px;
    }

    .portal-responsive {
        margin-bottom: 10px;
    }

    .padding-30 {
        padding-top: 0px;
    }
    .portal-tab{
        height: auto !important;
        display: inline-block;
        padding: 10px;
    }
}

/*end*/
