* { margin: 0; padding: 0; }
body { font-family: Calibri, Arial, Helvetica, Sans-serif; color: #000; font-size: 16px; font-weight: 500; }
/* ————- GLOBAL STYLES ————- */
header { padding: 40px 0;}
.wrapper { width: 100%; max-width: 1100px; margin: 0 auto; padding: 0; }
.wrapper.margin-bottom { margin-bottom: 40px; }
h2.section { color: #6e6e6e; font-size: 14px; text-transform: uppercase; border-bottom: 1px solid #f0f0f0; margin: 20px 0; padding-top: 40px; }
a { color: #fea901; text-decoration: underline; }
a:hover { color: #6e6e6e; text-decoration: underline; }
/* ————- NAVIGATION ————- */
nav { background-color: #82be00; color: #FFF; padding: 0; }
nav ul { list-style-type: none; padding: 0; margin: 0; }
nav ul li { float: left; margin: 0 20px; padding: 12px; }
nav ul li:first-child { margin-left: 0; padding-left: 0; }
nav ul li.active { margin: 0 20px; padding: 12px 16px; border-bottom: 6px solid #dcecbf; color: #FFF; font-weight: 700; }
nav a { color: #FFF; text-decoration: none; }
nav a:hover { text-decoration: underline; color: #FFF; }
nav.sub { background-color: #FFF; color: #5a5a5a; padding: 0; border-bottom: 1px solid #6e6e6e; }
nav.sub ul { list-style-type: none; padding: 0; margin: 0; }
nav.sub ul li { float: left; margin: 0 20px; padding: 14px; }
nav.sub ul li:first-child { margin-left: 0; padding-left: 0; }
nav.sub ul li.active { border-bottom: 4px solid #6e6e6e; margin: 0 20px; padding: 14px 10px 10px 10px; background-color: #FFF; color: #000; }
nav.sub a { color: #5a5a5a; text-decoration: none; }
nav.sub a:hover { text-decoration: underline; }
/* ————- SUB NAVIGATION ————- */
.navigation { float: left; width: 28%; padding: 0 2.5%}
ul.submenu { list-style-type: none; margin: 0; padding: 0; color:#000; background-color: #f1f7e5; }
ul.submenu li { margin: 0; padding: 10px; border-bottom: 1px solid #fff; }
ul.submenu li:hover, ul.submenu li.haschildren:hover { cursor: pointer; background-color: rgba(130, 190, 0, .25); text-decoration: underline; }
ul.submenu li a { color: #000; text-decoration: none; }
ul.submenu li a:hover { color: #000; text-decoration: underline; }
ul.submenu li.haschildren { background: url(assets/arrow-right.png) no-repeat right 16px; }
ul.submenu li.haschildren.green { background: url(assets/arrow-right-white.png) no-repeat right 16px; }
ul.submenu li.haschildren a { }
ul.submenu li.selected { padding: 10px; font-weight: 700; border-left: 10px solid #c1dd8c; }
ul.submenu li.selected a { color: #000; }
ul.submenu li.haschildren.selected { background: url(assets/arrow-down.png) no-repeat right 16px; }
ul.submenu li.haschildren.selected.green { background: url(assets/arrow-down-white.png) no-repeat right 16px; }
ul.submenu ul { list-style-type: none; margin: 0; padding: 0; background-color: #c1dd8c; }
ul.submenu ul li { margin: 0; padding: 10px 20px; border-bottom: 1px solid #f8fbf2; }
ul.submenu ul li:hover, ul.submenu ul li.haschildren:hover { cursor: pointer; background-color: rgba(130, 190, 0, .45); }
ul.submenu ul li a { color: #000; }
ul.submenu ul li a:hover { color: #000; }
ul.submenu ul li.selected { padding: 10px; font-weight: 700; border-left: 10px solid #82be00; }
ul.submenu ul li.selected a { padding: 0 10px; display: block; font-weight: 700; color: #000; }
ul.submenu ul ul.fifth { list-style-type: none; margin: 0; padding: 0; background-color: #82be00; }
ul.submenu ul ul.fifth li { padding: 10px 40px; border-bottom: 1px solid #e2e2e2; }
ul.submenu ul ul.fifth li:hover, ul.submenu ul ul.fifth li.haschildren:hover { cursor: pointer; background-color: rgba(0, 0, 0, .2); }
ul.submenu ul ul.fifth li a { color: #FFF; }
/* ————- BREAD CRUMB ————- */
.wrapper.breadcrumb { margin-top: 10px; color: #bdbdbd; font-size: 15px; }
.wrapper.breadcrumb a { color: #bdbdbd; text-decoration: none; margin: 0 5px; }
.wrapper.breadcrumb a:hover { color: #bdbdbd; text-decoration: underline; }
.wrapper.breadcrumb img { top: 2px; position: relative; margin-right: 5px; }
/* ————- COLORS ————- */
.box { width: 48%; margin: 2% 1%; float: left; background: #fff; padding-bottom: 1em; }
.box.mains { width: 31%; margin: 2% 1%; float: left; background: #fff; padding-bottom: 1em; }
.color-wrapper { background-color: #FFF; }
.color-wrapper { width: 98%; margin: 2% 1%; float: left; background: #fff; box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.15); padding-bottom: 10px; }
.color-wrapper .color { width: 100%; height: 150px; }
.color-wrapper .content { }
.color-wrapper h4 { margin: 10px 0 0px 10px; text-transform: uppercase; }
.color-wrapper .title { width: 40%; margin: 0 0 0 10px; float: left; font-weight: 700; color: #333; }
.color-wrapper .value { width: 40%; margin: 0 10px 0 0; float: left; text-align: right; color: #666; }
.title, .value { font-size: .85em; padding: .4em 0; }
.box .main { width: 100%; height: 100px; }
.box .comp { width: 20%; height: 50px; float: left; text-align: center; padding-top: 16px; box-sizing: border-box; font-size: 15px; font-weight: 700;}
.box .comp span { width: 100%; text-align: center; padding-top: 20px; display: block; font-weight: 500; }
.black { background-color: #000; height: 25px;}
.grey { background-color: #6e6e6e; }
.grey-80 { background-color: #8b8b8b; }
.grey-60 { background-color: #a8a8a8; }
.grey-40 { background-color: #c5c5c5; }
.grey-20 { background-color: #e2e2e2; }
.grey-10 { background-color: #f0f0f0; }
.green { background-color: #82be00; }
.green-85 { background-color: #95c826; }
.green-65 { background-color: #aed559; }
.green-45 { background-color: #c7e28c; }
.green-25 { background-color: #e0efbf; }
.green-10 { background-color: #f2f8e5; }
.orange { background-color: #fea901; }
.orange-85 { background-color: #feb627; }
.orange-45 { background-color: #ffd88c; }
.orange-15 { background-color: #fff2d9; }
h4.green { background: none; color: #82be00; }
h4.orange { background: none; color: #fea901; }
h4.grey { background: none; color: #6e6e6e; }
/* ————- TYPOGRAPHY ————- */
h1 { font-weight: 500; font-size: 50px; line-height: 64px; margin-bottom: 15px; }
h2 { font-weight: 700; font-size: 30px; line-height: 34px; margin: 40px 0px 15px 0px; }
h3 { font-weight: 700; font-size: 22px; line-height: 28px; margin: 30px 0px 5px 0px; }
h4 { font-weight: 700; font-size: 18px; line-height: 24px; margin: 30px 0px 5px 0px; }
preamble { font-size: 24px; line-height: 36px; margin-bottom: 25px; display: block; color: #6e6e6e; }
p { font-size: 16px; line-height: 28px; margin-bottom: 20px; }
p.alert { font-size: 18px; margin-bottom: 0; }
h3.alert { font-weight: 700; font-size: 22px; line-height: 28px; margin: 0px 0px 5px 0px; }
/* ————- ALERT ————- */
#alert {
width: 100%;
padding: 10px;
background-color: #fea901;
background-image: linear-gradient(45deg, rgba(255, 216, 140, 1) 25%, transparent 25%, transparent 50%,
rgba(255, 216, 140, 1) 50%,
rgba(255, 216, 140, 1) 75%,transparent 75%, transparent);
background-size: 40px 40px; /* Controls the size of the stripes */
border-radius: 6px;
}
#alert .message, #alert-red .message {
padding: 30px 40px;
background-color: #FFF;
font-size: 18px;
border-radius: 3px;
}
/* ————- GREY BOXES ————- */
.largebox { color: #fea901; width: 40%; padding: 2.5%; margin: 2.5%; background-color: #f0f0f0; float: left; text-align: center; border-bottom: 2px solid #e2e2e2; border-radius: 5px; }
.largebox span { text-transform: uppercase; font-size: 32px; font-weight: 700; display: block; }
.largebox span.arrow { width: 18px; height: 18px; background-color: #82be00; border-radius: 50%; display: inline-block; margin-left: 15px; top: -7px; position: relative; color: #FFF; font-size: 13px; }
.largebox:hover { background-color: #6e6e6e; cursor: pointer; border-color: #6e6e6e; }
.largebox.smaller { width: 26%; padding: 2.5%; margin: 1%; background-color: #f0f0f0; float: left; text-align: center; border-bottom: 2px solid #e2e2e2; border-radius: 5px; color: #000; }
.largebox.smaller span.title { color: #fea901; padding: 0; }
.largebox.smaller span.infotext { color: #000; font-size: 16px; text-transform: none; font-weight: 500; padding-top: 10px; }
.largebox.smaller span.infotext::before { content: ”; border-bottom: 2px solid #e2e2e2; display:block; width: 100px; position: relative; left: 50%; margin-left: -50px; top: -5px; }
.largebox.smaller span.arrow { width: 18px; height: 18px; background-color: #82be00; border-radius: 50%; display: inline-block; margin-left: 15px; top: -7px; position: relative; color: #FFF; font-size: 13px; }
.largebox.smaller:hover { background-color: #6e6e6e; cursor: pointer; border-color: #6e6e6e; }
.largebox.smaller:hover span.infotext { color: #f0f0f0; }
/* ————- CIRCULAR BOXES ————- */
.circle-area { width: 150px; padding: 0%; margin: 25px; float: left; text-align: center; }
.circle-area a { font-size: 22px; text-decoration: none; text-transform: uppercase; font-weight: 700; }
.circle { width: 150px; height: 150px; background-color: #f0f0f0; text-align: center; border-radius: 50%; margin-bottom: 10px; }
.circle:hover { background-color: #f0f0f0; }
.circle.experiment { background-image: url(assets/icon-experiment.svg); background-size: 75px 75px; background-repeat: no-repeat; background-position: center; }
.circle.research { background-image: url(assets/icon-research.svg); background-size: 75px 75px; background-repeat: no-repeat; background-position: center; }
.circle.people { background-image: url(assets/icon-people.svg); background-size: 85px 75px; background-repeat: no-repeat; background-position: center; }
.boxicon { width: 150px; height: 80px; background-color: #FFF; text-align: center; border-radius: 50%; margin-bottom: 10px; }
.boxicon.experiment { background-image: url(assets/icon-experiment.svg); background-size: 75px 75px; background-repeat: no-repeat; background-position: center; }
.boxicon.research { background-image: url(assets/icon-research.svg); background-size: 75px 75px; background-repeat: no-repeat; background-position: center; }
.boxicon.people { background-image: url(assets/icon-people.svg); background-size: 85px 75px; background-repeat: no-repeat; background-position: center; }
.old { margin: 30px 0; }
.old::before { content: ‘Current version’; border-bottom: 1px dashed #f0f0f0; display: block; color: #6e6e6e; font-size: 14px; text-transform: uppercase; color: #F00; }
/* ————- FOOTER ————- */
footer {
width: 100%;
padding: 80px 0;
margin-top: 80px;
background: url(assets/footer-back.png) no-repeat right #6e6e6e;
color: #eeeeee;
}