/* CSS Document */
/***************************************************************************/
/* DO NOT REMOVE THESE CLASSES THEY ARE PART OF THE STANDARD RSC TEMPLATES */
/***************************************************************************/

input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-appearance: none;
    -webkit-user-select: none;
}

body {
    font-family: arial;
    margin: 0;
    padding: 0;
    background-color: #FFF;
}

.body-background-image {
    background: url(../images/rsc-grid-bl.jpg) no-repeat bottom left fixed;
}

.pagewidth,
.brand-header {
    max-width: 1280px;
    width: 100% !important;
}

.pagewidth {
    width: 980px;
    margin: 0 auto;
}

.content-container {
    position: relative;
    background-color: #FFF;
    min-height: 500px;
    clear: both;
}

.screen {
    position: relative;
    /* Override for global header */
    min-width: 320px !important;
}

.rsc-logo {
    width: 180px;
    height: 72px;
    display: block;
    float: right;
    margin: 15px 10px 10px 0;
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
    background-image: url(//www.rsc-cdn.org/oxygen/assets/logo/rsc-logo-v-180.png);
}

.site-logo {
    margin-left: 10px;
}

.site-logo-mobile {
    display: none;
}

/* Brand Header */
.brand-header {
    clear: both;
    width: 100%;
    height: 100px;
    display: block;
    overflow: hidden;
}

.brand-head-nav-container {
    float: left;
    height: 50px;
    width: 240px;
    margin: 31px 0 0 0;
}

.brand-head-nav {
    margin: 0;
    padding: 0;
}

    .brand-head-nav li {
        margin: 0;
        padding: 0;
        float: left;
        list-style-type: none;
        width: 33%;
        line-height: 20px;
    }

        .brand-head-nav li a:link {
            display: block;
            float: left;
            color: #A3C7D2;
            text-decoration: none;
            font-family: museo_sans_500regular, Arial;
            font-size: 1.1em;
            padding: 0px 5px;
        }

        .brand-head-nav li a:visited {
            display: block;
            float: left;
            color: #A3C7D2;
            text-decoration: none;
            font-family: museo_sans_500regular, Arial;
            font-size: 1.1em;
            padding: 0px 5px;
        }

        .brand-head-nav li a:hover {
            display: block;
            float: left;
            color: #FFF;
            text-decoration: none;
            font-family: museo_sans_500regular, Arial;
            font-size: 1.1em;
            padding: 0px 5px;
        }

/* Navigation */
.content-nav-container {
    clear: both;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.content-nav {
    margin: 0;
    padding: 0;
    list-style-type: none !important;
    font-family: museo_sans_500regular, Arial;
    z-index: 99 !important;
}

    .content-nav li {
        float: left;
        font-size: 0.95em;
        list-style-type: none;
    }

        .content-nav li a:link {
            display: block;
            color: #FFF;
            padding: 0 10px;
            text-decoration: none;
        }

        .content-nav li a:visited {
            display: block;
            color: #FFF;
            padding: 0 10px;
            text-decoration: none;
        }

        .content-nav li a:hover {
            display: block;
            color: #FFF;
            padding: 0 10px;
            text-decoration: none;
            background: #001B3F;
        }

        .content-nav li a.selected {
            display: block;
            color: #FFF;
            padding: 0 10px;
            text-decoration: none;
            background: #001B3F;
        }

/* Mast Head */ v #masthead-home {
    margin: 0 !important;
    padding: 0 !important;
}

#masthead-home li.homepagelink {
    float: left;
    position: relative;
}

.masthead-nav li {
    font-size: 14px !important;
}

.masthead-menuclick-mobile {
    margin-left: -5px;
}

#content-nav-mobile {
    display: none;
}

.content-nav-menuclick-mobile {
    display: none;
    text-indent: 0px;
    line-height: 40px;
}

    .content-nav-menuclick-mobile img {
        margin-top: 9px !important;
        margin-bottom: -4px;
    }

#content-search-container {
    width: 142px;
    float: right;
    margin: 6px 0 0px 3px;
}

.content-search-input {
    float: left;
    margin: 2px 0 0 0px;
    width: 100px;
    height: 16px;
    border: 1px solid #C3C4C6;
    background: #F8F7F4 url(../img/xt_search_bg.png) no-repeat left center !important;
    font-size: 0.8em;
    padding: 3px 3px 3px 3px;
    font-family: 'museo_sans_500regular', Arial, Helvetica, sans-serif;
    font-weight: 500;
}

.content-search-btn {
    float: left;
    margin: 2px 0 0 6px;
}

.mobile-only {
    display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/***************************************************************************/
/* Customisable styles  */
/***************************************************************************/
/* Headings */
h1, h2, h3, h4, h5, h6 {
    -webkit-margin-before: 0.13em;
    -webkit-margin-after: 0.33em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    line-height: 1.25em;
}

h1, h2, h3 {
    color: #006C76;
    font-family: museo_sans_500regular, Arial;
    font-weight: 500;
    letter-spacing: -0.02em;
}

h4, h5, h6 {
    color: #006C76;
    font-family: museo_sans_500regular, Arial;
    font-weight: 500;
    letter-spacing: -0.01em;
}
/* Content Navigation */
.content-nav-container {
    background-color: #FFF;
    border-bottom: 4px solid #006C76;
}
/*#00403C; } /* #33556B */
.content-nav li a:link {
    color: #006C76;
    background-color: transparent;
}

.content-nav li a:visited {
    color: #006C76;
}

.content-nav li a:hover {
    color: #FFF;
    background: #006C76;
}

.content-nav li a.selected {
    color: #FFF;
    background: #006C76;
}

#rsc-global-footer {
    background-color: #00403C;
}

#rsc-global-footer-inner {
    color: #7FC5CA;
}

#rsc-global-footer-link-container li a:link {
    color: #7FC5CA;
}

#rsc-global-footer-link-container li a:visited {
    color: #7FC5CA;
}

#rsc-global-footer-link-container li a:hover {
    color: #FFF;
}

#content-nav-mobile {
    color: #7FC5CA;
}

    #content-nav-mobile a {
        color: #FFF;
        height: 40px;
    }
/***************************************************************************/
/* Add any additional classes here */

#page-content {
    font-size: 12px;
    color: #252127;
    line-height: 150%;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    clear: both;
}

p {
    line-height: 150%;
}

img {
    border: 0;
}

h3 {
    font-size: 18px;
    letter-spacing: -0.02em;
}

@media only screen and (max-width: 980px) {
}

@media only screen and (max-width: 768px) {
    .content-nav-container {
        border-bottom: 0;
    }
}

@media only screen and (max-width: 600px) {
    .content-nav-container {
        border-bottom: 0;
    }

    .ev-sub-nav li {
        width: 50%;
    }
}

@media only screen and (max-width: 480px) {
    .content-nav-container {
        border-bottom: 0;
    }

    .ev-sub-nav li {
        width: 50%;
    }
}

@media only screen and (max-width: 400px) {
    .content-nav-container {
        border-bottom: 0;
    }

    .ev-sub-nav li {
        width: 50%;
    }
}

.ev-more-results-link {
    clear: both;
}

.ev-event-container-sm {
    height: 86px;
}

@media screen, print {
    /* NORMALIZE */
    body {
        margin-top: 0px !important;
    }
}

.ev-location-list .ev-col3 {
    width: 33.33%;
}

/*Font added for the preview page pragragh font for organiser and sponsor images*/
.ev-preview-pra {
    font-size: 12px;
}

.clear {
    clear: both;
}
