﻿@font-face {
    font-family: Titillium Web;
    src: url(../fonts/TitilliumWeb-Regular.ttf) format("truetype");
}

@font-face {
    font-family: Titillium Web Bold;
    src: url(../fonts/TitilliumWeb-Bold.ttf) format("truetype");
} 

@media screen and (min-height : 600px) {
    .footer {
        visibility: visible;
        /*display: none !important;*/
        max-width: 1280px;
        padding-left:5px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        margin-top: -110px;
        height: 110px;
        clear: both;
        background-color: #1B1C1D; /*#1678C2;*/
        color: white;
    }
    
}

@media screen and (max-height: 601px) {
    .footer {
        /*visibility: hidden;
        display: none !important;*/
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        margin-top: 0px;
        height: 110px;
        clear: both;
        background-color: #1B1C1D; /*#1678C2;*/
        color: white;
    }
}

@media screen and (min-width : 600px) {
    .footer {
        height: 120px;
    }
    .footer1 {
        float: left;
        padding-left: 5px;
    }

    .footer2 {
        float: right;
        padding-right: 10px;
    }

    .fullmenu {
        visibility: visible;
        /*margin-top:0px !important;*/
    }

    .litemenu {
        display: none !important;
    }

}

@media screen and (max-width : 601px) {
    .footer {
        height: 210px;
    }
    .footer2 {
        padding-top:10px;
        float:left;
    }

    .fullmenu {
        display: none !important;
    }

    .litemenu {
        visibility: visible;
        margin-top: 0px !important;
    }
    
}

@media screen and (min-width : 400px) {
    .logoIca {
        visibility: visible;
    }

    
}

@media screen and (max-width : 401px) {
    .logoIca {
        display: none !important;
    }

   
    
}

body {
    font-family: Titillium Web, Geneva,Tahoma,sans-serif;
}

.ui.header {
    font-family: Titillium Web, Geneva,Tahoma,sans-serif;
}

.hero {
    padding: 2em 2em;
}


#heroheader.ui.header .content .header {
    line-height:1.3em;
}

.ui.menu {
    border-radius: 0px !important;
}

.DivHeader {
    margin: 0px;
    background-color: white;
    margin: 0px;
    padding: 0px 0px 20px 0px;
}

.ui.divider {
    position: relative;
    top: -9px;
}

.column {
    /*max-width: 320px;*/
}

.ui.middle.aligned.center.aligned.grid {
    margin: 0px;
}

.spid_info {
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    color: rgb(0, 125, 179);
    font-family: Titillium Web,Geneva,Tahoma,sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.85px;
    text-align: left;
    text-decoration: rgb(0, 125, 179);
    text-decoration-color: rgb(0, 125, 179);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
}



#spidLogin {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

#cieLogin {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}




.ui.menu .dropdown.item .menu {
    min-width: none;
}

.ui.menu .item {
    font-family: Titillium Web,Geneva,Tahoma,sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding: .7em 1.1em;
}

.ui.inverted.secondary.menu.fullmenu .right.menu .item {
    font-family: Titillium Web,Geneva,Tahoma,sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: .7em 0.5em;
}

.ui.inverted.secondary.menu.fullmenu {
    margin: 0;
}

#topmenu2 .ui.dropdown.litemenu.item {
    padding: 1em 0em;
}



.ui.header .content {
    font-family: Titillium Web Bold,Geneva,Tahoma,sans-serif;
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 500;
}

.ui.header .sub.header {
    font-family: Titillium Web,Geneva,Tahoma,sans-serif;
    margin-bottom: 0;
}


.ui.grid > .row > [class*="left aligned"].column.column, .ui.grid > [class*="left aligned"].column.column, .ui.grid > [class*="left aligned"].row > .column, .ui[class*="left aligned"].grid > .column, .ui[class*="left aligned"].grid > .row > .column {
    margin-left: 4em;
}