/***************************************************
Use:
- https://autoprefixer.github.io/
- http://csscomb.com/online
***************************************************/
/***************************************************
            Normalizing
***************************************************/
*,
*:before,
*:after
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/***************************************************
            General HTML Tags
***************************************************/

body
{
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;

    margin: 0;

    color: #313131;
}

h1,
h2,
h3,
.h1,
.h2,
.h3
{
    font-family: Arial, sans-serif;
    font-weight: 400;

    margin-top: 20px;
    margin-bottom: 10px;

    color: #454545;
}

h1,
.h1
{
    font-size: 3.75rem;
    line-height: 5rem;
}
.lt-ie9 h1,
.lt-ie9 .h1 {
    font-size: 60px;
    line-height: 80px;
}

h2,
.h2
{
    font-size: 2.4rem;
    line-height: 3.125rem;
}
.lt-ie9 h2,
.lt-ie9 .h2
{
    font-size: 38.4px;
    line-height: 50px;
}
h3,
.h3
{
    font-size: 1.5rem;
    line-height: 2.375rem;
}
.lt-ie9 h3,
.lt-ie9 .h3
{
    font-size: 24px;
    line-height: 38px;
}

a
{
    color: #900;
}
a:hover,
a:focus
{
    text-decoration: underline;
}

p
{
    margin: 0 0 10px 0;
}

ul,
ol
{
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 0;
}
li
{
    list-style: outside none none;
}

/***************************************************
            Layout specific
***************************************************/
#w-content
{
    padding-bottom: 20px;
}

.container
{
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.header
{
    padding-bottom: 70px;
}

#header-logo
{
    display: inline-block;

    width: 120px;
    height: 44px;
    margin-top: 13px;

    background-image: url(https://societies.copernicus.org/intact/graphic_logo_intact_274x100.png);
    background-repeat: no-repeat;
}

.header-underline
{
    display: block;

    width: 80px;
    height: 2px;
    margin-top: 10px;

    background: #900 none repeat scroll 0 0;
}

.footer
{
    height: 110px;
    padding-top: 40px;
    padding-bottom: 40px;

    text-align: center;

    border-top: 1px solid #eaebec;
    border-bottom: 1px solid #eaebec;
    background: #f7f8fa none repeat scroll 0 0;
}

.navbar
{
    font-weight: 400;

    position: fixed;
    z-index: 1030;
    top: 0;
    right: 0;
    left: 0;

    min-height: 70px;
    margin-bottom: 0 !important;

    border: medium none;
    border-radius: 0;
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 2px 8px 0 rgba(50, 50, 50, .08);
}

.lt-ie9 .navbar {
    border-bottom: 2px solid #EFEFEF;
}

.hidden,
.print-only
{
    display: none;

    height: 0;
}

/***************************************************
            Bridging for apps
***************************************************/
#co_auth_check_authiframecontainer {
    float:right; 
}