html {
    background: white;
    font-family: Helvetica, Arial, serif;
    font-size: 14px;
    color: #333;
    height: 100%;
    box-sizing: border-box;
}

body {
    margin: 0px;
    font-family: Helvetica, Arial;
    font-size: 14px;
    color: #333;
}

hr
{
    border-top: 1px dashed #D6D6D6;

}

.wrapper.bg-public {
    background: url(images/background_repeat_public.jpg) repeat-x;
}

.top-bar {
    width: 100%;
    height: 200px;
}

.page-title-content {
    margin: 0;
    padding: 40px 0 0 10px;
    color: #ffffff;
    font-weight: normal !important;
}

.top-bar h1 {
    color: #fff;
    font-weight: normal;
    font-size: 24pt;
    
    margin: 5px 0 20px 0;
}

.wrapper {
    font-size: 12px;
    color: #333;
    background: #fdfdfd;
}

.wrapper-items {
    font-size: 12px;
    color: #333;
    border-top: 1px solid #ddd;
    background: #EAEAEA;
    background-image: linear-gradient(to bottom, #FDFDFD 0%, #EAEAEA 50%, #FDFDFD 100%);
}

.container {
    font-size: 14px;
    color: #333;
    margin: 0 auto;
}


.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 69px;
    background-image: -ms-linear-gradient(top, #CCCCCC 0%, #EEEEEE 30%);
    background-image: -moz-linear-gradient(top, #CCCCCC 0%, #EEEEEE 30%);
    background-image: -o-linear-gradient(top, #CCCCCC 0%, #EEEEEE 30%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CCCCCC), color-stop(0.3, #EEEEEE));
    background-image: -webkit-linear-gradient(top, #CCCCCC 0%, #EEEEEE 30%);
    background-image: linear-gradient(to bottom, #CCCCCC 0%, #EEEEEE 30%);
}

.footer-table {
    width: 100%;
    height: 100%;
}

.footer-table-sides {
    width: 17%;
}

.footer-table-how-we-are {
    width: 33%;
    text-align: right;
}

.footer a {
    color: #03521F;
}


.item-right {
    color: #333;
    font-size: 16px;
    display: inline-block;
    text-align: right;
    padding: 10px 0px 10px 10px;
}

.button.login {
    text-decoration: none;
    text-align: center;
    padding: .3em 1em;
    border-radius: 5px;
    border: 1px #F6920B solid;
    background: #FEC13C;
    background-image: linear-gradient(to top, #F6920B 0%, #FEC13C 100%);
    font-size: 16px;
    color: #333;
    line-height: 16px;
}

.icon.lock {
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 16px;
    background-image: url(images/locked.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 22px;
}

.button {
    text-decoration: none;
    text-align: center;
    padding: .3em 1em;
    border-radius: 5px;
    border: 1px #F6920B solid;
    background: #FEC13C;
    background-image: linear-gradient(to top, #F6920B 0%, #FEC13C 100%);
    font-size: 16px;
    color: #333;
    line-height: 16px;
}

    .button.secondary {
        text-decoration: none;
        text-align: center;
        padding: .3em 1em;
        border-radius: 5px;
        border: 1px #ddd solid;
        background: #eaeaea;
        background-image: linear-gradient(to bottom, #EAEAEA 0%, #F7F7F7 100%);
        font-size: 16px;
        color: #333;
        line-height: 16px;
    }

.languages {
    margin: 4px 0 0 0;
    text-align: right;
    font-size: 11px;
    color: #03521F;
}

    .languages .selected {
        font-weight: bolder;
    }

.titleBar {
    font-size: 12px;
    color: #333;
    padding-top: 0px;
    margin-bottom: 20px
}

.bottom-section {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}


    .bottom-section p {
        font-size: 16px;
        line-height: 30px;
    }

.nav-tabs {
    border-bottom: 1px solid #707070;
}

    .nav-tabs > li {
        float: none !important;
        margin-bottom: -1px;
        text-align: center;
    }

.nav > li {
    position: relative;
    display: inline-block;
}

.nav-link {
    font-size: 14px;
}

.bottom-tabs {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border-bottom: 4px solid #ee2e1f;
    /* border: none; */
    border-top: none;
    border-left: none;
    border-right: none;
    border: 0 0;
    font-weight: 700;
}

.note {
    background-color: #fde8e9;
    padding: 20px !important;
    margin: 30px 0 30px 0;
}

.privacy {
    background-color: #ffe4d3;
}

.languages a {
    color: #000000;
    text-decoration: none;
}

.content {
    text-align: left;
    padding-top: 40px
}

    .content p {
        font-size: 15px;
        line-height: 24px;
        color: #000000;
        padding: 5px 0 5px 0;
    }

    .content a {
        color: #3174bf;
        text-decoration: underline;
    }

        .content a:hover {
            color: #ee2e1f;
            text-decoration: underline;
        }

ul {
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}

ol {
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}

.nav > li > a:hover {
    text-decoration: none;
    background-color: #eee0;
}

.nav-tabs > li > a:hover {
    border-color: #70634f00;
}

/* Set black background color, white text and some padding */
footer {
    background-color: #555;
    color: white;
    padding: 15px;
}

.brand-logo {
    width: 250px;
}

.banner-img {
    height: 260px;
    background-image: url(images/Image\ 11.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.icons.key {
    background-image: url(images/Rectangle\ 7.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 14px;
    padding-left: 22px;
}

.icons.lock {
    background-image: url(images/locked.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 22px;
}

.support-message > div > a
{
    color:#F8A836;
}

.support-message > div > a:hover
{
    color:#4A9500;
}

.support-div a{
     color:#4A9500;
     font-weight: bold;
}

@media screen and (min-width: 1200px) {

.support-div
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom:30px;
}

.support-img
{
    width: 20%;
    margin-right: 20px;
    margin-top:20px;
    
}

    .support-text
    {
        width: 50%;
        font-size:16px;
        font-weight: bold;
        background: white;
        padding: 10px 20px 10px 20px;
        color:#4A9500;
        margin:0 20px 0 20px;
        text-align: center;
    }
    .support-p
    {
        width: 55%;
        background:#ffffff;
        border:1px solid #D6D6D6;
        padding: 10px 20px 10px 20px;
        color:black;
        margin:0 20px 0 20px;
        text-align: center;
        
    }
    .support-message
    {
        border:2px solid #F8A836;
        padding:20px 10px 20px 10px;
        color:#F8A836;
        font-weight: bold;
        border-radius: 8px;
        margin:0 20px 0 20px;
        text-align: left;
       
    }
    .support-message > div
    {
        background-image: url(images/warning.svg);
        background-position: left top;
        background-repeat: no-repeat;
        padding-left: 30px;
    }

    .container {
        width: 950px !important;
    }

    .logo-border {
        position: absolute;
        left: 40%;
        height: 60px;
        border-left: 1px solid #d6d6d6;
        margin-top: 10px;
    }

    .support-title {
        padding: 0;
        margin: 5px 5px;
        font-weight: normal;
        font-size: 28px;
    }

    .support-paragraph {
        padding: 0;
        font-weight: normal;
        font-size: 26px;
        margin-left: 45px;
    }

    .my-support {
        margin-left: 30px;
    }

    .item-on {
        color: #333;
        width: 260px;
        text-align: center;
        padding: 10px 20px;
        font-size: 16px;
        background: #fff url(../images/icons/bullet-sel.png) center bottom no-repeat;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
}

@media screen and (min-width:992px) and (max-width: 1199px) {


    .support-div
    {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top:30px;
        margin-bottom:30px;
    }
    
    .support-img
    {
        width: 20%;
    margin-right: 20px;
    margin-top:20px;
   
    }
    
        .support-text
        {
            width: 50%;
            font-size:16px;
            font-weight: bold;
            background: white;
            padding: 10px 20px 10px 20px;
            color:#4A9500;
            margin:0 20px 0 20px;
            text-align: center;
            
        }
        .support-p
        {
            width: 55%;
            background:#ffffff;
            border:1px solid #D6D6D6;
            padding: 10px 20px 10px 20px;
            color:black;
            margin:0 20px 0 20px;
            text-align: center;
            
        }
        .support-message
        {
            border:2px solid #F8A836;
            padding:20px 10px 20px 10px;
            color:#F8A836;
            font-weight: bold;
            border-radius: 8px;
            margin:0 20px 0 20px;
            text-align: left;
         
           
        }
        .support-message > div
        {
            background-image: url(images/warning.svg);
            background-position: left top;
            background-repeat: no-repeat;
            padding-left: 30px;
        }


    .logo-border {
        position: absolute;
        left: 34%;
        height: 60px;
        border-left: 1px solid #d6d6d6;
        margin-top: 10px;
    }

    .support-title {
        padding: 0;
        margin: 15px 5px 5px 5px;
        font-weight: normal;
        font-size: 22px;
    }

    .support-paragraph {
        padding: 0;
        margin-top: 25px;
        font-weight: normal;
        font-size: 22px;
    }

    .item-on {
        color: #333;
        width: 200px;
        text-align: center;
        padding: 10px 20px;
        font-size: 16px;
        background: #fff url(../images/icons/bullet-sel.png) center bottom no-repeat;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
}

@media screen and (max-width: 991px) {

.support-div
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top:30px;
    margin-bottom:30px;
}

.support-img
{
    width: 20%;
    margin-right: 20px;
  
    
}

    .support-text
    {
        width: 50%;
        font-size:16px;
        font-weight: bold;
        background: white;
        padding: 10px 20px 10px 20px;
        color:#4A9500;
        margin:0 20px 0 20px;
        text-align: center;
    }
    .support-p
    {
        width: 55%;
        background:#ffffff;
        border:1px solid #D6D6D6;
        padding: 10px 20px 10px 20px;
        color:black;
        margin:0 20px 0 20px;
        text-align: center;
        
    }
    .support-message
    {
        border:2px solid #F8A836;
        padding:20px 10px 20px 10px;
        color:#F8A836;
        font-weight: bold;
        border-radius: 8px;
        margin:0 20px 0 20px;
        text-align: left;
     
    }
    .support-message > div
    {
        background-image: url(images/warning.svg);
        background-position: left top;
        background-repeat: no-repeat;
        padding-left: 30px;
    }

    .logo-border {
        position: absolute;
        left: 47%;
        height: 60px;
        border-left: 1px solid #d6d6d6;
        margin-top: 10px;
    }

    .support-title {
        padding: 0;
        margin: 5px 5px 5px 5px;
        font-weight: normal;
        font-size: 18px;
    }

    .support-paragraph {
        padding: 0;
        margin-top: 25px;
        font-weight: normal;
        font-size: 18px;
    }

    .item-on {
        color: #333;
        width: 200px;
        text-align: center;
        padding: 10px 20px;
        font-size: 16px;
        background: #fff url(../images/icons/bullet-sel.png) center bottom no-repeat;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
}

@media screen and (max-width:767px) {

    .page-title-content {
        margin: 0;
        padding: 20px 0 0 10px;
        color: #ffffff;
        font-weight: normal !important;
    }

    .support-div
    {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top:30px;
        margin-bottom:30px;
        text-align: center;
    }
    
    .support-img
    {
        width: 50%;
    margin-right: 20px;
   
    
    }
    
        .support-text
        {
            width: 85%;
            font-size:16px;
            font-weight: bold;
            background: white;
            padding: 10px 20px 10px 20px;
            color:#4A9500;
            margin:20px 20px 20px 20px;
            text-align: center;
        }
        .support-p
        {
            width: 85%;
            background:#ffffff;
            border:1px solid #D6D6D6;
            padding: 10px 20px 10px 20px;
            color:black;
            margin:0 20px 0 20px;
            text-align: center;
            
        }
        .support-message
        {
            border:2px solid #F8A836;
            padding:20px 10px 20px 10px;
            color:#F8A836;
            font-weight: bold;
            border-radius: 8px;
            margin:20px 20px 20px 20px;
            text-align: left;
         
           
        }
        .support-message > div
        {
            background-image: url(images/warning.svg);
            background-position: left top;
            background-repeat: no-repeat;
            padding-left: 30px;
        }

    .text-xs-center {
        text-align: center;
        margin-top: 20px;
        width: 100%;
    }

    .support-title {
        padding: 0;
        margin: 25px 5px 5px 5px;
        font-weight: normal;
        font-size: 22px;
    }

    .support-paragraph {
        padding: 0;
        margin-top: 25px;
        font-weight: normal;
        font-size: 22px;
    }

    .item-on {
        color: #333;
        width: 200px;
        text-align: center;
        padding: 10px 20px;
        font-size: 16px;
        background: #fff url(../images/icons/bullet-sel.png) center bottom no-repeat;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .sidenav {
        height: auto;
        padding: 15px;
    }

    .row.content {
        height: auto;
    }
}

@media screen and (max-width:615px) {
    .item-on {
        color: #333;
        width: 100%;
        text-align: center;
        padding: 10px 20px;
        font-size: 16px;
        background: #fff url(../images/icons/bullet-sel.png) center bottom no-repeat;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .text-xs-center-no-pad {
        text-align: center;
        width: 100%;
        padding: 0px;
        margin: 0px;
    }
}
