  
/* =bottom footer
-------------------------------------------------------------- */
@media all and (min-width: 1120px) {
.col-lg-1-5 { 
          width: 20%; 
          flex: 0 0 20%;
          max-width: 20%;
      }
}
@media all and (min-width: 1024px) and (max-height: 776px) {
    .col-lg-1-5 { 
          width: 20%; 
          flex: 0 0 20%;
          max-width: 20%;
      }
}

.logo-footer {
    max-width: 220px;
}
@media (max-width:768px) {
    .logo-footer {max-width:170px;}
}

.footer-heading {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    position:relative;
}
.main_footer_links,.footer-links, .secondary-footer-links {
    margin: 0;
    padding: 0;
}
.main_footer_links li, .secondary-footer-links li {
    color: #92d7e3;
    list-style:none;
    padding:5px 0;
}
.main_footer_links li a, .secondary-footer-links li a {
    color: #92d7e3;
    font-size:15px;
}

@media (max-width:768px) {
    .main_footer_links {
        display:none;
        margin-bottom:20px;
    }
    .footer-heading {
      border-bottom: solid 1px rgba(146,215,227,0.5);
      margin-bottom: 20px;
    }
    .footer-heading:after {
        border-color: #ffffff transparent transparent;
        border-style: solid;
        border-width: 5px;
        content: " ";
        float: right;
        height: 0;
        margin-top: 0.5em;
        width: 0;
     }
}


.secondary-footer-links li {
    display:inline;
}

.cricos p {
    color:#ffffff;
    font-size:12px;
    letter-spacing:1px;
    padding: 0;
    margin:0 0 10px;
}

/*scrolltotop
---------------------------------*/
.scrolltotop {
    background: #036E9D;
    border-radius: 3px;
    bottom: -50px;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    height: 50px;
    width: 50px;
    padding-top: 2px;
    position: fixed;
    right: 20px;
    text-align: center;
    transition: transform 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0.5s;
    vertical-align: middle;
    z-index: 1001;
}
.scrolltotop.is_visible {
    transform: translate3d(0px, -70px, 0px);
    transition: transform 0.33s cubic-bezier(0.33, 0, 0.2, 1) 0.5s;
}
/*new footer css
-----------------------------------------*/
img[src^="https://secure.adnxs.com/px?"]{
    display: none;
}

footer.primary-bg{
    background:#f1f1f1;
}

.global-footer-base{
    background-color:#002B3B;
    padding-top:4em;
    padding-bottom:3em;
}


.global-footer-text p{
    color: #FFFFFF;
    font-weight: 400;
    font-size: 1em;
    padding-top: 2em;
    font-family:Lato;
}

.global-footer-text a{
    font-family:Lato;
    text-decoration:none;
    color:#FFFFFF;
}
.global-footer-text a:hover{
    text-decoration:underline;
}

.global-footer-base ul.gf-inline-list-link li{
    list-style: none;
    display: inline;
    margin-right:.5em;
}

.global-footer-base ul.gf-inline-list-link li:not(:last-child):after{
    content:'|';
    color:#FFFFFF;
    margin-left:.5em;
}

.global-footer-base ul.gf-inline-list-link{
    padding-left:0;
    padding-top:2em;
    font-size:1em;
}

.global-footer-base ul.gf-inline-list{
    margin:auto;
}

.global-footer-base ul.gf-inline-list li{
    list-style: none;
    display: inline;
    margin-right:1.5em;
}

.global-footer-base ul.gf-inline-list li a{
    font-family:Lato;
    font-weight:400;
    font-size:1em;
}


.global-footer-base .gf-logo-footer{
    max-width:330px;
    width:100%;
}

.global-footer-base .gf-vertical-center{
    align-self:center;
    -ms-flex-item-align: center;
}


.sub-footer-container .main_footer_links li a, .secondary-footer-links li a {
    color: #036f9d;
    font-size: 1em;
}

.sub-footer-container{
    color: #333;
    font-family: Lato;
    font-weight: 200;
    font-size: 1em;
    line-height: 1.1em;
    padding-top: 1em;
    padding-bottom: 3.25em;
    padding-left: 0;
    padding-right: 0;
}

.sub-footer-container .footer-links-group h2{
    color: #002B3B;
    font-weight: 700;
    font-size: 1.2em;
    font-family:Lato;
    line-height: 1.2em;
    padding: 1em 1em 1em 0;

}

.sub-footer-container a{
    color: #006C91
}

.sub-footer-container a:hover{
    text-decoration:underline;
}

.sub-footer-container .footer-links-group li a{
    font-family:Lato;
}

.sub-footer-container .main_footer_links li {
    font-size: 1em;
}


.sub-footer-container .main_footer_links li a {
    font-size: 1em;
    color: #036e9d;
    font-weight:400;
}

.sub-footer-container .main_footer_links li {
    margin: 1em 0;
    padding:0;
}

.sub-footer-container h2.footer-heading{
    color: #002B3B;
    font-weight: 700;
    font-size: 1.2em;
    font-family: Lato;
    line-height: 1.125em;
    padding: 1em 1em 1em 0;
}

@media (max-width:60em) {
    .global-footer-base ul.gf-inline-list li{margin-right:0.5rem;}
    .global-footer-base .gf-social-icon{
        width:20px;
    }
    .global-footer-text p{
        font-size: 1em;
    }
    .global-footer-base ul.gf-inline-list-link{
        font-size:1em;
    }
    .global-footer-base ul.gf-inline-list-link li{
        margin-right:.5em;
    }
    .global-footer-base ul.gf-inline-list li a{
        font-size:1em;
    }
    .global-footer-base .gf-social-media-icons-container ul.gf-inline-list {
        padding-top: 2em;
        margin-bottom: 0;
        padding-left:0;
    }
    .global-footer-base .gf-social-icon {
        width: 30px;
    }
    .global-footer-base .gf-logo-container{
        margin-bottom:1em;
        text-align:center;
    }
    .global-footer-base .gf-social-media-icons-container{
        text-align:center!important;
    }
    .sub-footer-container .footer-links-group h2{
        border-bottom: 1px solid #dbdbdb;
        margin: 0;
        padding: 1em 1.2em;
        text-decoration: none;
        display: block;
        font-size:1em;
    }
    .sub-footer-container .footer-links-group h2.footer-heading::after {
        height: 0;
        width: 0;
        content: ' ';
        border-style: solid;
        border-width: 10px 10px 10px 10px;
        border-color: #036f9d transparent transparent transparent;
        float: right;
        margin-top: 0.5em;
    }
    .sub-footer-container .footer-links-group h2:hover, .footer-links-group h2:focus {
        background-color: #f5f5f5;
        cursor: pointer;
    }
    .sub-footer-container .footer-links-group h2.footer-heading.sub-active::after{
            border-width: 0px 10px 10px 10px;
            border-color: transparent transparent #036f9d transparent;
    }
    .sub-footer-container h2.footer-heading{
        font-size: 1em;
    }
    .sub-footer-container ul.main_footer_links{
        border-bottom: 1px solid #dbdbdb;
        padding: 1em 1.3em;
        background-color: #f9f9f9;
    }
}