/* ------------------------- CSS RESET ------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
#keynote div {
margin: 20px;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 1em;
}
th {
    text-align: left;
    padding: 10px;
}
td {
    padding: 10px;
}
html {
    scroll-padding-top: 100px; /* Adjust based on header height */
}




/* ------------------------- FONTS ------------------------- */
@import url("http://hello.myfonts.net/count/30f671");
@font-face {
    font-family: 'CreightonPro-Bold';
    src:    url('../fonts/craighton_bold.eot');
    src:    url('../fonts/craighton_bold.eot?#iefix') format('embedded-opentype'),
            url('../fonts/craighton_bold.woff2') format('woff2'),
            url('../fonts/craighton_bold.woff') format('woff'),
            url('../fonts/craighton_bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'foliolight';
    src: url('../fonts/folio-lig-webfont.eot');
    src: url('../fonts/folio-lig-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/folio-lig-webfont.woff2') format('woff2'),
         url('../fonts/folio-lig-webfont.woff') format('woff'),
         url('../fonts/folio-lig-webfont.ttf') format('truetype'),
         url('../fonts/folio-lig-webfont.svg#foliolight') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* ------------------------- GENERAL STYLES ------------------------- */
*, ul, li {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}
ol {text-align: justify}


body {
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: 'foliolight';
    color: #2D5098;
    font-size: 1em; /* currently ems cause chrome bug misinterpreting rems on body element */
}

h1 {
    height: 76px;
    font-family: 'CreightonPro-Bold';
    font-size: 4rem;
    line-height: 5.8rem;
    font-weight: normal;
    letter-spacing: 0.1rem;
}
h2 {
    margin-bottom: 53px;
    font-family: 'Arimo', sans-serif;
    font-size: 2rem;
    line-height: 2.7rem;
    font-weight: normal;
    letter-spacing: 0.1rem;
    color: #fff;
}
h3 {
    height: 40px;
    padding-left: 15px;
    margin-bottom: 16px;
    background: #00CAFF;
    font-family: 'CreightonPro-Bold';
    font-size: 1.8rem;
    line-height: 40px;
    font-weight: normal;
    letter-spacing: 0.1rem;
    color: #fff;
}
h4 {
    font-family: 'Arimo', sans-serif;
    font-size: 1.2rem;
    line-height: 2rem;
    margin-bottom: 1.3rem;
}
h5 {
    margin-bottom: 22px;
    font-size: 1.4rem;
    color: #fff;
}

a, a:visited {
    color: #2D5098;
    text-decoration: underline;
}

a:hover, a.is-active, a:focus {
    outline: none;
}

p, li, dl {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
}
p:last-child, li:last-child {
    margin-bottom: 0;
}

dt, dd {
    display: block;
}
dd {
    margin-bottom: 1rem;
}

::-moz-selection {
    color: #fff;
    background: #2D5098;
}

::selection {
    color: #fff;
    background: #2D5098;
}



/* ------------------------- USER GLOBAL SPECIAL STYLES ------------------------- */




/* ------------------------- HEADER ------------------------- */
header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    height: 600px;
    width: 1180px;
    padding: 46px 0 0 65px;
    margin: 50px auto 20px;
    background: url(../img/bg_header.jpg);
}
header img {
    position: absolute;
    z-index: 100000;
    right: 26px;
    bottom: -64px;
    width: 106px;
}
header h1 {
    height: auto;
    margin-bottom: 40px;
    color: #fff;
    font-size: 6rem;
    line-height: 5.8rem;
}
header h1 b, header h2 b, header h2 a {
    color: #00CAFF !important;
    font-weight: normal;
    text-decoration: none;
    transition: all 0.1s;
}
header h2 a:hover, header h2 a:focus {
    color: #fff !important;
}
header p {
    font-family: 'CreightonPro-Bold';
    color: #fff;
    font-size: 2.5rem;
    line-height: 3rem;
    letter-spacing: 0.1rem;
}
header strong {
    display: inline-block;
    padding-bottom: 19px;
    border-bottom: 1px solid #fff;
    margin-top: 9px;
    color: #00CAFF;
    font-weight: normal;
    font-size: 5rem;
}



/* ------------------------- NAVIGATION ------------------------- */
.nav_wrapper {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
}
nav {
    width: 1115px;
    padding: 20px 0 0 65px;
    margin: 0 auto;
}
nav::after {
    clear: both;
    display: block;
    content: "";
}
nav ul {
    width: 958px;
    overflow: hidden;
    list-style: none;
}
nav li {
    float: left;
    padding-top: 10px;
    margin-right: 40px;
    text-align: center;
}
nav a {
    display: block;
    min-height: 19px;
    color: #2D5098;
    border-bottom: 1px solid #2D5098;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.15rem;
    text-decoration: none;
    transition: all 0.1s;
}
nav a:hover, nav a:focus, nav a.is-active {
    color: #00CAFF;
    border-color: #00CAFF;
}
/*nav li:nth-of-type(3) a {
    border: none;
}
nav li:nth-of-type(3) span {
    display: block;
    padding: 5px;
    margin-top: 12px;
    background: #00CAFF;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.05rem;
}
nav li:last-of-type {
    padding-top: 0;
}*/
nav li:last-of-type a {
    width: 130px;
    height: 30px;
    background: #2D5098;
    color: #fff;
    line-height: 30px
}
nav li:last-of-type a:hover, nav li:last-of-type a:focus {
    background: #00CAFF;
}



/* ------------------------- MAIN CONTENT ------------------------- */
.main {
    width: 1115px;
    padding:0 0 0 65px;
    margin: 0 auto;
}

section {
    min-height: 125px;
    margin-bottom: 60px;
}
section::after {
    display: block;
    content: "";
    clear: both;
}



/* ------------------------- FOOTER ------------------------- */
.footer_wrapper {
    padding: 60px 0 160px;
    background: #00CAFF;
}

footer {
    width: 1115px;
    padding-left: 65px;
    margin: 0 auto;
    font-size: 1.4rem;
}
footer > div {
    float: left;
    width: 275px;
}
footer > div:first-child {
    width: 350px;
}

footer > div:last-child {
    width: 400px;
    float: right;
}
footer > div:last-child a {
    display: block;
    float: left;
    height: 90px;
    padding: 0 25px;
    border-left: 1px solid #2D5098;
}
.cofee-break
{
text-align: center;
}
.closing-remark
{
text-align: center; }
footer img {
    height: 80px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.1s;
}
footer > div:last-child a:first-of-type {
    margin: 0;
    padding-left: 0;
    border: none;
}
footer > div:last-child a:last-of-type {
    padding-left: 30px;
}
footer > div:last-child a:first-of-type img {
    width: 100px;
}
footer a {
    text-decoration: none;
    transition: all 0.1s;
}
footer a:hover, footer a:focus {
    color: #fff;
}
footer::after {
    display: block;
    content: "";
    clear: both;
}
footer a:hover img, footer a:focus img {
    opacity: 0.5;
}


/* ------------------------- SECTIONS ------------------------- */
#introduction article {
    float: left;
    width: 500px;
    padding-right: 50px;
    margin-right: 40px;
    border-right: 1px solid #00CAFF;
}
#introduction article p {
    font-size: 1.5rem;
    line-height: 2.15rem;
}
#introduction aside {
    float: left;
    width: 328px;
}
#introduction aside li {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
}


#researchTopics {
    margin-bottom: 100px;
}
#researchTopics li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 230px;
    height: 140px;
    padding: 10px 15px;
    margin: 0 20px 20px 0;
    background: #00CAFF;
    font-family: 'CreightonPro-Bold';
    color: #fff;
    font-size: 2rem;
    line-height: 2.2rem;
    letter-spacing: 0.1rem;
}
#researchTopics li:nth-last-child(2) {
    opacity: 0.4;
}
#researchTopics li:last-child {
    opacity: 0.2;
}


#programme h1 span {
    color: #00CAFF;
}


#information > div {
    float: left;
    width: 180px;
    margin: 17px 45px 20px 0;
}
#information > div:last-child {
    width: 380px;
}
#information > div:last-child ul{
    width: 50%;
    float: left;
}
#information p {
    line-height: 2rem;
}
#information a.button {
    display: inline-block;
    padding: 8px 12px;
    margin-top: 6px;
    background: #2D5098;
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.1rem;
    transition: all 0.1s;
}
#information a.button:hover, #information a.button:focus {
    background: #00CAFF;
}
#information li {
    margin-bottom: 1rem;
}
