﻿/* For all sizes */
html { height: 100%;width: 100%; }
body 
{
    color: #192758;
    line-height: 1.3;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.9rem;
    position: relative;
    background-color: #FFFFFF;
    padding: 0;
    margin: 0;
    vertical-align: baseline;
    border: 0 none currentColor;
    height: inherit;
    width: inherit;
}
.siteMain {
    min-height: 100%;
    width: inherit;
    position: relative;
    padding: 20px 0 35px 0;
    /*background-repeat: no-repeat;
    background-position: center top;
    background-image: url("../../App_Images/Site/bg.png");
    background-size: cover;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.siteContentBG {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .3);
    background-repeat: repeat-x;
    background-position: center top;
    background-image: url("../../App_Images/Site/trans_bg.png");
    background-color: #00B3C5;
    background-size: contain;
}
.siteHeader { font-size: 1.4rem; background-color: #2E3092; }
.siteHeaderBox { padding: 0 0.5rem 0 0.5rem; }
.siteHeaderContainer { }
.siteHeaderLogoBox { width: 100%; float: left; height: 76px; }
.siteHeaderLogoBox a { text-decoration: none; }
.siteHeaderLogo { vertical-align: middle; display:block; border: 0; height: 54px; margin-top: 11px; margin-left: 5px; }
.siteHeaderLogoMobile { margin: 10px auto 10px auto; vertical-align: middle; width: 100%; height: 65%; display:none; border: 0;}
.siteHeaderHomeButtonContainer { position: relative; height: 0px; }
.siteHeaderHomeButton {
    color: #FFFFFF;
    font-size: 1.0rem;
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: 10px;
    height: 58px;
    background-color: #FFCB05;
    /*background-image: linear-gradient(rgb(42, 202, 219) 1%, rgb(6, 141, 156) 100%);*/
    border-color: #FFFFFF;
    border-width: 3px 3px 3px 3px;
    border-style: solid;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.siteHeaderHomeButton:hover {
    background-color: #F7941E;
    cursor: pointer;
}
.siteDivider { top: 0;left: 0;right: 0;position: absolute;height: 10px;}
.siteContent { padding: 0px 10px 15px 10px; position: relative; min-height: 10px; }
.siteFooter 
{
    left: 0;
    right: 0;
    position: absolute;
    margin-top: 15px;
    color: #00AABC;
    font-size:12px;
    text-align:center;
}
.siteHogiaLogo 
{
    position:relative;
    right: 5px;
    top: -15px;
    display:block;
    background-color: transparent; 
}
.siteInfobox
{
    position:absolute;
    z-index:5000;
}

.siteInfoCenter
{
    width:322px;
    color:#ffffff;
    padding-top:5px;
    padding-bottom:8px;
    padding-left:10px;
    padding-right:10px;
    text-align:left;
    background-image:url('../../App_Images/Site/infobox_border.gif');
}

/* For size 555px and larger: */
/*@media screen and (min-width: 555px)
{
    .siteMain
    {
        background-repeat: no-repeat;
        background-position: center top;
        background-image: url("../../App_Images/Site/bg.png");
        background-size: cover;
    }
}*/

/* For size 1295px and larger: */
@media screen and (min-width: 1295px) {
    .siteBoxWidth {
        width: 1170px;
        margin: 0 auto;
    }
}

/* For size 1295px and larger: */
@media screen and (max-width: 1294px) {
    .siteBoxWidth {
        width: 90.38%;
        margin: 0 auto;
        min-width: 430px;
    }
}

/* For size smaller than 730px: */
@media screen and (max-width: 729px) {
    .siteHeaderLogo { display:none }
    .siteHeaderLogoMobile { display:inline-block }
    .siteHeaderHomeButtonContainer { float:left; height: 25%; width:100%; }
    .siteHeaderHomeButton { position:relative; width: 100%; height: 100%; top:0px; right:0px; }
}