﻿/* Namari Landing Page v.1.1.0 Style Index - a free landing page by shapingrain.com

1. Default and Reset styles
- 1.1 Input Elements
2. Global elements
- 2.1 Header
- 2.2 Logo
- 2.3 Buttons
- 2.3.1 dropdownlist
- 2.4 Navigation
- 2.5 Social Elements
- 2.6 Images
3. Fonts and Headings
4. Banner
- 4.1 SignUp Form
5. Content Elements
- 5.1 Icons
- 5.2 Parallax Elements
- 5.3 Divider
6. Landing Page Sections
- 6.1 Features
- 6.2 Testimonials
- 6.3 Gallery
- 6.4 Video
- 6.5 Clients
- 6.6 Pricing Table
7. Footer


/*------------------------------------------------------------------------------------------*/
/* 1. Defaults & Reset of specific styles across browsers */
/*------------------------------------------------------------------------------------------*/

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, blockquote, th, td {
    margin: 0;
    padding: 0;
    direction: ltr;
}

div#termsandcondition ol{
    margin: 0;
    padding-left: 30px;
    direction: ltr;
}

div#termsandcondition li{
    margin: 0;
    padding-left: 10px;
    direction: ltr;
}

body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

p {
    line-height: 25px;
}

.row img {
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
    line-height: inherit;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

iframe {
    border: 0 !important;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

figure {
    margin: 0;
}

/* Page Border */

.page-border {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
}

.page-border .bottom-border, .page-border .left-border, .page-border .right-border, .page-border .top-border {
    background: #f3f3ef;
    position: fixed;
    z-index: 9999;
}

.page-border > .top-border, .page-border > .right-border, .page-border > .bottom-border, .page-border > .left-border {
    padding: 11px;
    background: #ccc;
}

.page-border .bottom-border, .page-border .top-border {
    width: 100%;
    padding: 10px;
    left: 0;
}

.page-border .left-border, .page-border .right-border {
    padding: 10px;
    height: 100%;
    top: 0;
}

.page-border .top-border {
    top: 0;
}

.page-border .right-border {
    right: 0;
}

.page-border .bottom-border {
    bottom: 0;
}

.page-border .left-border {
    left: 0;
}

#wrapper {
    /* margin:0 20px;
    padding: 20px 0; */
    position: relative;
}


/* --------- 1.1 Input Elements ---------- */

input, textarea {
    border: 1px solid #e1e1e1;
    /*padding: 10px;*/
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 3px;
}

input {
    height: 40px;
    margin: 3px 0;
    outline: none;
    line-height: normal;
    font-size: 14px;
}

input[type=submit] {
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
    padding-top: 0;
    padding-bottom: 0;
}

select {
    border: 1px solid #e1e1e1;
    height: 40px;
    padding: 5px;
}

input:focus, textarea:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

*:focus {
    outline: none;
}

/*------------------------------------------------------------------------------------------*/
/* 2. Layout Elements */
/*------------------------------------------------------------------------------------------*/

section {
    clear: both;
    overflow: hidden;
}

#termsandcondition{
	padding:0 40px 40px 40px;
	background-color:#d2d8de;
}

/* Rows and Columns */

.row {
    max-width: 1245px;
    margin: 0 auto;
    padding: 75px 0;
    position: relative;
}

#about .row{
	padding: 75px 0;
}

#about .section-title{
	font-size: 18px;
	color:#06556d;
	text-align:center;
}

#about h3{
	text-align:center;
	word-wrap:normal;
}

#about h4{
	word-wrap:normal;
}

#mobile-adjustment-gap{
	display:none;
}

.no-padding-bottom .row, .no-padding-bottom div, .no-padding-bottom.row {
    padding-bottom: 0;
}

.no-padding-top.row, .no-padding-top div {
    padding-top: 0;
}

.big-padding-top {
    padding-top: 75px !important;
}

.big-padding-bottom {
    padding-bottom: 85px !important;
}

/* Targets all elements */

[class*='col-'] {
    float: left;
    padding: 20px;
}

#clients .col-2-3 [class*='col-'] {
    padding: 0;
}

/* Clearfix */

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/* Main Widths */

.col-1 {
    width: 100%;
}

.col-2 {
    width: 50%;
}

.col-3 {
    width: 33.33%;
}

.col-4 {
    width: 25%;
}

.col-5 {
    width: 20%;
}

.col-6 {
    width: 16.6666666667%;
}

.col-7 {
    width: 14.2857142857%;
}

.col-8 {
    width: 12.5%;
}

.col-9 {
    width: 11.1111111111%;
}

.col-10 {
    width: 10%;
}

.col-11 {
    width: 9.09090909091%;
}

.col-12 {
    width: 8.33%;
}

.col-2-3 {
    width: 66.66%;
}

.col-3-4 {
    width: 75%;
}

.col-9-10 {
    width: 90%;
}

/* Golden Ratio */
.col-61 {
    width: 61.8%;
}

.col-38 {
    width: 38.2%;
}

/* --------- 2.1 Header --------- */

#header {
    height: 71px !important;
    overflow: visible;
    z-index: 9999;
    width: 100%;
    position: absolute !important;
}

#introslides .col-38{
	background:white;
	background: rgba(255,255,255,0.85);
    margin-left:20px;
}

#mobile-banner-container{
	display: none;
}

#mobile-banner-container > #banner-sub-title{
	color: #007580;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	background-color:#FCFCFC;	
	padding: 5px;
}

#mobile-banner-container img{
	width:100%;
}

#mailing-list-form-container{
	padding: 40px 10px 0px 10px;
	background-color:rgba(211,211,211,0.7);
	min-height:220px;
	text-align:center;
}

/* mobile social icons */
div.mobile-social-icons-container{
	display:none;
	float:right;
}

.mobile-language-switcher-social-media-container{
	display:none !important;
	padding:12px 0;
}


ul.mobile-social-icons{
	background:white !important;
	background: rgba(255,255,255,0.9) !important;
	margin-top:1px;
}

ul.mobile-social-icons a:hover {
    opacity: 1;
    color: #e4473c;
}

ul.mobile-social-icons a:hover {
    opacity: 0.7;
}
/* end mobile social icons */

#header .row {
    padding: 0;
}

#header aside {
    text-align: right;
}

#header ul {
    text-align: center;
}

#header li {
    display: inline-block;
    list-style: none;
    margin: 0;
}

input[type=email]:focus{
  box-shadow: 0 0 15px rgba(0,96,128, 1);
  border: 1px solid rgba(0,96,128, 1);
  width:235px;
}

input[type=email]{
  box-shadow: 0 0 15px rgba(255,215,0, 1);
  border: 1px solid rgba(255,215,0, 1);
  width:225px;
  padding-left:10px;
}

#headerAnimationContainer{
	width:55%;
	float:right;
	margin-right:20px;
}

p[class^=header-animation-title]{
	font-weight:bold;
	font-size:20px;
	width:100%;
	height:75px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

.header-animation-title-1{
	color:#0F627E;
}

.mainHeaderContainer-content-1-a{
	color:#e8e8e8;
	text-align:center;
	font-size:55px;
	font-weight:bold;
	text-shadow: 4px 1px #000;
}
.mainHeaderContainer-content-1-a-fr{
	color:#e8e8e8;
	text-align:center;
	font-size:50px;
	font-weight:bold;
	text-shadow: 4px 1px #000;
}

.mainHeaderContainer-content-1-b{
	color:#c1daf1;
	line-height:normal !important;
	font-size:30px;
	text-shadow: 1px 1px #000;
}

.mainHeaderContainer-content-1-c{
	color:#FFFFFF;
	line-height:normal !important;
	font-size:18px;
	text-shadow: 1px 1px #000000;
	font-weight:bold;
}

.header-animation-title-2{
	color:#ccc;
}

.header-animation-title-3{
	color:#ccc;
}

.header-animation-title-4{
	color:#ccc;
}

#sliderpagination{
	width:100%;
	text-align:center;	
}

#sliderpagination span{
	margin-right:10px;
	font-size:20px;
	font-weight:bold;
}

#sliderpagination span[class^=activepage]{
	color:#000000;
    cursor:pointer;
    height: 15px;
    width: 15px;
    margin: 15px 5px;
    background-color: #666666;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;	    
}

#sliderpagination span[class^=inactivepage]{
	color:#e1e1e1;
	cursor:pointer;
    height: 15px;
    width: 15px;
    margin: 15px 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;		
}

#animatedContentContainer img{
	box-shadow: 5px 5px 2px #27232345;
	height:400px;
}

#animatedContentContainer{
	height:400px;
	text-align:center;
}

#mainHeaderContainer{
	margin-top:100px;
	height:540px;
}

#mainHeaderContainer hr{
	display: block;
    height: 4px;
    border: 0;
    border-top: 2px solid #006699;
    margin: 1em 0;
    padding: 0; 
}

/* --------- 2.2 Logo ---------- */

#logo {
    float: left;
    height: 71px;
    line-height: 66px;
    margin-right: 15px;
    margin-top:5px; 
    cursor:pointer;   
}

#logo h1, #logo h2 {
    display: inline-block;
}

#banner #logo h1 {
    font-size: 28px;
    margin-right: 10px;
    font-weight: 900;
    padding: 0;
}

#logo h2 {
    font-size: 18px;
    padding: 0;
}

#logo img {
	max-height: 60px;
	vertical-align: middle;
	margin-right: 15px;
}

#navigation-logo {
    display: none;
}

.nav-solid #logo #banner-logo {
    display: none;
}

.nav-solid #logo #navigation-logo {
    display: inline-block;
}

/* --------- 2.3 Buttons ---------- */

.call-to-action {
    padding: 35px 0 35px 0;
}

/*Style*/

.button {
    font-size: 16px;
    /*margin: 0px;
    padding: 11px 16px; */
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
    border-width: 3px;
    border-style: solid;
}

.call-to-action-button {
	margin: 0px;
    padding: 11px 16px;
    font-size: 16px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
    display: inline-block;
    border-width: 3px;
    border-style: solid;
    font-weight:bold;
    color:#FFF;
}

.call-to-action-button:hover {
    color:#b99321;
}



/* Play Button */

#video-section {
    position:relative;
}

.play-video {
    height:110px;
    position:absolute;
    top:50%;
    margin-top:-110px;
    width:100%;
}

.play-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 45px auto;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.play-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.play-icon:before {
    font-family: 'fontawesome';
    content: '\f144';
    speak: none;
    font-size: 74px;
    line-height: 110px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
    color:#fff;
}

.play-video .play-icon {
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: -webkit-transform ease-out 0.3s, background 0.4s;
    -moz-transition: -moz-transform ease-out 0.3s, background 0.4s;
    transition: transform ease-out 0.3s, background 0.4s;
}

.play-video .play-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.play-video .play-icon:hover {
    background: rgba(255, 255, 255, 0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}


/* ---------2.3.1 dropdownlist ------- */

.inactive-languageswitcher {
	color:#016180 !important;
	font-weight:bold;
	opacity:1 !important;	
}

.active-languageswitcher {
	color:#111!important;
	font-weight:bold;
	opacity:1 !important;
}

.wrapper-dropdown-5 {
    /* Size & position */
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: 12px 15px;

    /* Styles */
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-5:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #4cbeff transparent;
}

.wrapper-dropdown-5 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    transition: all 0.3s ease-out;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
}

.wrapper-dropdown-5 .dropdown li {
    padding: 0 10px ;
    font-weight:bold;
}

.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-5 .dropdown li:hover a {
    color: #57a9d9;
}

.wrapper-dropdown-5.active {
    border-radius: 5px 5px 0 0;
    background: #006080;
    box-shadow: none;
    border-bottom: none;
    color: white;
}

.wrapper-dropdown-5.active:after {
    border-color: #82d1ff transparent;
}

.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
}


/* --------- 2.4 Navigation ---------- */

#header {
    font-size: 13px;
}

#header aside {
    float: right;
}

#header nav ul {
    text-transform: uppercase;

}

#header nav a {
    height: 71px;
    line-height: 71px;
    display: block;
    padding: 0 10px;
    font-weight:bold;
}

#header nav a:hover {
    opacity: 0.6;
}


/*Navigation Solid*/

#header.nav-solid [class*='col-'] {
    padding: 0 20px;
}

#header.nav-solid {
    background: #fff;
    box-shadow: 2px 0px 3px rgba(0, 0, 0, 0.2);
    position: fixed !important;
    left:0;
}

#header.nav-solid nav a {
    border-bottom: 3px solid;
    border-color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#header.nav-solid nav a:hover {
    opacity: 1;
}

/* Social Elements when Solid*/

#header.nav-solid .social-icons a {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.5;
}

#header.nav-solid .social-icons a:hover {
    opacity: 1;
    color: #e4473c;
}

/* Responsive Nav Styling */

#nav-trigger {
    display: none;
    text-align: right;
}

#nav-trigger span {
    display: inline-block;
    width: 38px;
    height: 71px;
    color: #111;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#nav-trigger span:after {
    font-family: "fontAwesome";
    display: inline-block;
    width: 38px;
    height: 71px;
    line-height: 75px;
    text-align: center;
    content: "\f0c9";
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

#nav-trigger span.open:after {
    content: "\f00d";
}

#nav-trigger span:hover, .nav-solid #nav-trigger span.open:hover, .nav-solid #nav-trigger span:hover {
    opacity: 0.6;
}

#nav-trigger span.open, #nav-trigger span.open:hover {
    color: #111;
}

.nav-solid #nav-trigger span.open:hover {
    color: #999;
}

.nav-solid #nav-trigger span {
    color: #999;
    opacity: 1;
}

nav#nav-mobile {
    position: relative;
    display: none;
}

nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
}

nav#nav-mobile ul:after {
    display: none;
}

nav#nav-mobile li {
    margin: 0 20px;
    float: none;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
}

nav#nav-mobile li:last-child {
    border-bottom: none;
}

.nav-solid nav#nav-mobile li {
    border-top: 1px solid #e1e1e1;
    border-bottom: none;
}

nav#nav-mobile a {
    display: block;
    padding: 12px 0;
    color: #333;
    width: 100%;
    height: auto;
    line-height: normal;
    display: block;
    border-bottom: none !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

nav#nav-mobile a:hover {
    background: #fafafa;
    opacity: 1;
}

/* --------- 2.5 Social Elements ---------- */

#header .col-4 {
    text-align: right;
}

.social-icons {
    display: inline-block;
    list-style: none;
}

.social-icons a {
    display: inline-block;
    width: 32px;
    text-align: center;
}

.social-icons a:hover {
    opacity: 0.7;
}

.social-icons span {
    display: none;
}

#header .social-icons {
    margin-top: 27px;
}

/* --------- 2.6 Images ---------- */

/*Alignment*/

img {
    vertical-align: top;
}

.image-center {
    display: block;
    margin: 0 auto;
}

a img {
    border: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
}

a img:hover {
    opacity: 0.7;
}

#ecosystem{
	width:35%;
	height:35%;
	margin-left:33%;
	margin-bottom:50px;
}

/* About section */
#about{
	background-color:#d2d8de;
}

#broken-peer-review-section, 
#reproductibility-section,
#accurate-communication-section, 
#poor-design-section{
	background-color:rgba(255,255,255,0.6);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
	padding:10px;
}

.collab-design-container {
	text-align:center;
	color:green;
	background-color:rgba(238,239,243,0.5);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
}

.collab-design-container h3{
	color:#26659c !important;	
	font-weight:bold !important;
	font-size:14px !important;
}

.collab-design-container img{
		width:auto;
		width:70%;
}	

/* Footer */
/*#copyright {
        text-align:right !important;
} */


/*------------------------------------------------------------------------------------------*/
/* 3. Fonts */
/*------------------------------------------------------------------------------------------*/

h1 {
    padding: 20px 0;
}

h2 {
    padding: 14px 0;
}

h3 {
    padding: 10px 0;
}

h4 {
    padding: 7px 0;
}

h5 {
    padding: 7px 0;
}

h6 {
    padding: 7px 0;
}

/* Text Alignment */

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/* Section Headings */

.section-heading {
	padding: 0 0 0 0;
}

.section-subtitle {
    font-size: 18px;
    padding-top: 0;
    text-align:justify;
}

.section-heading h3 {
    font-size: 16px;
    font-weight: bold;
    color: #579845;
    letter-spacing: 2px;
    padding-bottom: 0;
}


div.col-1 h3{
	font-weight:normal;
	text-align:center;
}	

.table-introduction h4{
	color:#027498;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}

/*------------------------------------------------------------------------------------------*/
/* 4. Banner */
/*------------------------------------------------------------------------------------------*/

#banner {
    background-size: cover;
}

#banner-content.row {
    padding-top: 145px;
    padding-bottom: 100px;
}

#introslides h1 {
    padding-top: 5%;
}

#banner .section-heading:before {
    content: "";
    display: block;
    width: 30px;
    height: 5px;
    margin-top: 30px;
}

#introslides .goldenspan{
	color: #af9136;
} 

#mailing-list-subscribe-form{
	margin: 20px 0px 0px 0px;
}

#introslides .mailing-list-invite-1{
	color:#007580;	
	font-size:20px;
	font-weight:bold;
	font-family:'Moderat', Helvetica, Arial, sans-serif;
}

#introslides .mailing-list-invite-2{
	color:#544c4c;
	font-weight:bold;
	font-family:'Moderat', Helvetica, Arial, sans-serif;
}

#introslides{
	background:linear-gradient(to right,#0c4361 0,#3e0907 100%);
	max-width:100%;
    padding: 50px 5% 50px 5%;
    position: relative;
}

#validationMessage{
	display:none;
	padding:0px;
	margin-top:20px;
}

.failMessage{
	color:red !important;
}

.successMessage{
	color:green !important;
	background-color:rgba(255,255,255,0.3);
	/*font-weight:bold !important;*/
}

.loadingIcon{
	color:#026280 !important;
	text-align:center;
	font-size:100px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 300px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 10000;
    bottom: 125%;
    left: 5px;
    opacity: 0;
    transition: opacity 1s;
}

.tooltip .tooltiptext::after {
    /*content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -150px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;*/
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/*------------------------------------------------------------------------------------------*/
/* 5. Content Elements */
/*------------------------------------------------------------------------------------------*/

/* --------- 5.1 Icons ---------- */

/*Font Icon sizes*/

.fa-1x {
    font-size: 15px !important;
}

/*Icon Block*/

.icon-block {
    position: relative;
}

.icon-block h4 {
    font-weight: bold;
    padding-top: 0;
    text-align:center;   
}

.icon-block .icon {
    position: absolute;
}

.icon-block p {
    margin-top: 0;
    word-wrap:break-word;
}

/* Icon Left*/

.icon-left .icon {
    left: 15;
}

.icon-left .icon-block-description {
    padding-left: 53px;
}

/* Icon Right */

.icon-right .icon {
    right: 15;
}

.icon-right .icon-block-description {
    padding-right: 53px;
}

/* Icon Above */

.icon-top {
    display: block;
}

.icon-top .icon {
    position: relative;
    display: block;
}

.icon-top .icon-block-description > p {
    padding-top: 25px;
    text-align: center;
    font-size: 14px;
}

.green-highlight{
	color:#007580;	
    font-weight:bold;
}

.broken-peer-review-image, 
.reproductibility-image,
.accurate-communication-image, 
.poor-design-image{
	display:none;
}	

.broken-peer-review-icon, 
.reproductibility-icon,
.accurate-communication-icon, 
.poor-design-icon{
		margin-bottom:10px;
}


.broken-peer-review-icon, 
.reproductibility-icon,
.accurate-communication-icon, 
.poor-design-icon,
.broken-peer-review-image, 
.reproductibility-image,
.accurate-communication-image, 
.poor-design-image{
	text-align:center;
}	

.broken-peer-review-icon > img, 
.reproductibility-icon > img,
.accurate-communication-icon > img, 
.poor-design-icon > img{
	width:25%;
	height:25%;
}	


/* --------- 5.2 Parallax Elements ---------- */

.banner-parallax-1, .banner-parallax-2, .banner-parallax-3 {
    min-height: 350px;
}

/* --------- 5.3 Divider ---------- */

.divider {
    position: relative;
    width: 40%;
    height: 20px;
    line-height: 20px;
    margin: 10px auto 5px auto;
    clear: both;
    text-align: center;
}

.divider-inner {
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    margin-top: -1px;
    border-top: 1px solid;
    border-color: #e1e1e1;
}

.divider i {
    background: #fff;
    position: relative;
    top: -11px;
    padding: 0 5px 0 5px;
    color: #e1e1e1;
}

/*------------------------------------------------------------------------------------------*/
/* 6. Landing Page Sections */
/*------------------------------------------------------------------------------------------*/

/* --------- Introduction ---------- */

.introduction img.featured {
    padding: 55px 0 0 0;
}

/* --------- Our vision ---------- */

#ourvision {
    background-color:#016180;  
    color:#CCCCCC;
    font-weight:bold;
    font-size:16px;
}

#ourvision .section-title{
	color:#FFFFFF;
}

#ourvision .section-subtitle{
	font-weight:bold;
	text-align:left;
	color:#CCCCCC;
	font-size:16px;
}

/* --------- Our platform   ---------- */
aside#ourplatform p{
	font-weight:bold;
	color:#c2c5ca;
	font-size:20px;
}

aside#ourplatform footer{
	color:#FFFFFF;
}

aside#ourplatform h2{
	color:#f1ebeb;
}

aside#ourplatform h3{
	color:#FFFFFF;
}

#ourplatform {
	background:linear-gradient(to right,#106a9c 0,#738088 100%);
	color:#FFFFFF;
}

#platform-scenario-container{
	padding:40px 110px 110px 110px;
	background:linear-gradient(to right,#a54b29 0,#d08618 100%);
}

#platform-scenario-container span.section-header{
	font-weight:bold;
	color:#FFF;
	font-size:20px;
}

/* ---------- Contact-us --------*/
#contact-us{
	background:linear-gradient(to right,#22485d 0,#7a8084 100%);
	color:#FFFFFF;
	height:auto;
	padding:50px;
	margin-top:50px;
	position:relative;
}

#contact-us-form-confirmation_message{
	display:none;
	background-color:rgba(255,255,255,0.8);
	text-align:center;
	color:green;
	font-weight:bold;
	padding:10px;
}

#contact-us-form span[class^="error"]{
	padding: 0px 4px 0px 4px;
	color:red;
	background-color:rgba(255,255,255,0.8);
	display:none;
}

form#contact-us-form input[type=button]{
	cursor:pointer;
}

span#contact-us-title{
	font-size:35px;
	font-weight:bold;
}

p#contact-us-header-message{
	font-size:18px;
}

.contact-us-table{
	width:100%;
}

table.contact-us-table input[type=text], table.contact-us-table textarea  {
	border: 1px solid #e5e5e5;
	border-radius:5px;
	outline:0;
	padding: 15px 20px;
	margin-bottom:20px;
	font-size:16px;
	width:100%;
}

table.contact-us-table textarea#ctu_message{
	height:200px;
}

p#canada-email-title{
	font-weight:bold;
	font-size:18px;
}

div#canada-postal-address-container{
	padding:25px;
	background-color:rgba(0,0,0,0.4);
	margin-top:100px;
}

p#canada-email-title > a{
	color:#e2b83b;
}

td#submit-message{
	text-align:center;
}

/* -------- Platform key features ----*/
.mobile-only{
	display:none;
}

.hide-on-mobile{
	display:block;
}


#key-features-header{
	background:linear-gradient(to right,#1a5a73 0,#0f1825 100%);
	color:#FFFFFF;
	height:auto;
	padding:0px 0 10px 120px;
	margin-top:76px;
	position:relative;
}

#key-features{
	color:#ececec;
	height:auto;
	padding:15px 100px 50px 100px;
	position:relative;
	font-size:16px;
	background:linear-gradient(to right,#2f7194 0,#363a54 100%);
}

#key-features ul{
	margin-left:40px;
}

#key-features > .col-2{
	padding-top: 5px;
}

#hub-illustration-1 img{
	width:80%;
}

#hub-scenario-intro{
	color:#e6e3e3;
	text-align:justify;
}

#key-features div#hub-illustration-1{
	text-align:center;
}

.key-features-header-title{
	font-size:35px;
	color:#cccccc;
	font-weight:bold;
	line-height:32px;
}

.key-features-header-title-fr{
	font-size:35px;
	color:#cccccc;
	font-weight:bold;
	line-height:40px;
}


.key-features-header-sub-title{
	font-size:20px;
	font-weight:bold;
	color:#1adac1;
}

span.justify{
	text-align:justify;
}

span#hub-attributes-title,
span#hub-visibility-title{
	font-size:20px;
	font-weight:bold;
}

#hub-illustration-1, #hub-scenario-illustration {
	padding:20px;
	background:rgba(0, 0, 0, 0.4);
	font-family:Calibri;
	font-size:18px;
}

#hub-intro-container, #hub-collaborative-scenario-container{
	text-align:justify;
}

#hub-scenario-illustration span{
	font-weight:bold;
	font-size:25px;
}

#hub-basic-description-container, 
#hub-visibility-level-container, 
#hub-collaborative-scenario-container,
#hub-intro-container {
	padding:20px;
	background:rgba(33, 33, 33, 0.35);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
	font-family:Calibri;
	font-size:18px;
}

#hub-basic-description-container b,
#hub-collaborative-scenario-container b,
#hub-visibility-level-container b {
	color:#38b3ae;
}

#hub-scenario-intro{
	text-align:justify;
	padding:20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
	background:rgba(33, 33, 33, 0.45);
	font-family:Calibri;
	font-size:18px;
}

#hub-scenario-illustration{
	text-align:center;
}

#hub-scenario-illustration img{
	width:100%;
	height:100%;
	margin:auto;
}


#hub-basic-description-container, 
#hub-visibility-level-container,
#hub-collaborative-scenario-container{
	display: none;
    overflow: hidden;
}

.hub_learn_more_header, .hub_scenario_header{
	font-size:25px;
	font-weight:bold;
}

button.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.collapsible.active{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;   
	background-color:rgba(0, 0, 0, 0.63);
	color:#129080;
}
button.collapsible.active:after {
    content: "\2212"; 
}

#hub-intro-title, #hub-scenario-title{
	font-weight:bold;
	font-size:22px;
	color:#18b0b1;
}

.collapsible {
	background-color:rgba(0, 0, 0, 0.6);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    color: #0aa28f;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-weight:bold;
}

/* --------- Features ---------- */

.features.row {
    padding-left: 5%;
    padding-right: 5%;
}

.features div:nth-child(4) {
    clear: both;
}

/* --------- Testimonials ---------- */

.testimonial {
    padding: 15px;
}

blockquote {
    position: relative;
}

.testimonial img {
    max-height: 120px;
    border-radius: 250em;
}

.testimonial footer {
    padding-top: 12px;
}

/* Style Classic - Avatar above Testimonial */

.testimonial.classic img {
    display: inline-block;
    margin-bottom: 25px;
}

.testimonial.classic q {
    display: block;
}

.testimonial.classic footer:before {
    display: block;
    content: "";
    width: 30px;
    height: 4px;
    margin: 10px auto 15px auto;
}

/* Style Big */

.testimonial.bigtest {
    padding-top: 0;
}

.testimonial.bigtest q {
    font-size: 22px;
}

/* --------- 6.4 Gallery ---------- */

#gallery img {
    max-height: 300px;
}

#gallery [class*='col-'] {
    padding: 0;
}

#gallery a {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

#gallery a:hover img {
    opacity: 0.15;
    -moz-backface-visibility: hidden;
}

#gallery a:before {
    font-size: 2.2em;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    content: "+";
    width: 70px;
    height: 70px;
    border-radius: 100em;
    display: block;
    position: absolute;
    top: 55%;
    left: 50%;
    line-height: 72px;
    margin: -35px 0 0 -35px;
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    vertical-align: middle;
}

#gallery a:hover:before {
    opacity: 1;
    top: 50%;
    left: 50%;
}

/**
 * Featherlight â€“ ultra slim jQuery lightbox
 * Version 1.3.3 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, NoÃ«l Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
    .featherlight {
        display: none;

        /* dimensions: spanning the background from edge to edge */
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2147483647; /* z-index needs to be >= elements on the site. */

        /* position: centering content */
        text-align: center;

        /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
        white-space: nowrap;

        /* styling */
        cursor: pointer;
        background: #333;
        /* IE8 "hack" for nested featherlights */
        background: rgba(0, 0, 0, 0);
    }

    /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
    .featherlight:last-of-type {
        background: rgba(0, 0, 0, 0.8);
    }

    .featherlight:before {
        /* position: trick to center content vertically */
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.25em;
    }

    .featherlight .featherlight-content {

        /* position: centering vertical and horizontal */
        text-align: left;
        vertical-align: middle;
        display: inline-block;

        /* dimensions: cut off images */
        overflow: auto;
        padding: 25px 0;
        border-bottom: 25px solid transparent;

        /* dimensions: handling small or empty content */
        min-width: 30%;

        /* dimensions: handling large content */
        margin-left: 5%;
        margin-right: 5%;
        max-height: 95%;

        /* styling */
        cursor: auto;

        /* reset white-space wrapping */
        white-space: normal;
    }

    /* contains the content */
    .featherlight .featherlight-inner {
        /* make sure its visible */
        display: block;
    }

    .featherlight .featherlight-close-icon {
        /* position: centering vertical and horizontal */
        position: absolute;
        z-index: 9999;
        top: 25px;
        right: 25px;

        /* dimensions: 25px x 25px */
        line-height: 25px;
        width: 25px;

        /* styling */
        cursor: pointer;
        text-align: center;
        color: #fff;
        font-family: "fontawesome";
        font-size: 22px;
        opacity: 0.5;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .featherlight .featherlight-close-icon:hover {
        opacity: 1;
    }

    .featherlight .featherlight-image {
        /* styling */
        max-height: 100%;
        max-width:100%;
    }

    .featherlight-iframe .featherlight-content {
        /* removed the border for image croping since iframe is edge to edge */
        border-bottom: 0;
        padding: 0;
    }

    .featherlight iframe {
        /* styling */
        border: none;
    }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        /* dimensions: maximize lightbox with for small screens */
        margin-left: 10px;
        margin-right: 10px;
        max-height: 98%;
        padding: 10px 10px 0;
        border-bottom: 10px solid transparent;
    }
}

/* Gallery Styling */
@media all {
    .featherlight-next,
    .featherlight-previous {
        font-family: "fontawesome";
        font-size: 22px;
        display: block;
        position: absolute;
        top: 25px;
        right: 0;
        bottom: 0;
        left: 80%;
        cursor: pointer;
        /* preventing text selection */
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        /* IE9 hack, otherwise navigation doesn't appear */
        background: rgba(0, 0, 0, 0);
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .featherlight-previous {
        left: 0;
        right: 80%;
    }

    .featherlight-next span,
    .featherlight-previous span {
        display: inline-block;
        opacity: 0.3;
        position: absolute;
        top: 50%;
        width: 100%;
        font-size: 80px;
        line-height: 80px;

        /* center vertically */
        margin-top: -40px;
        color: #fff;
        font-style: normal;
        font-weight: normal;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    .featherlight-next span {
        text-align: right;
        left: auto;
        right: 7%;
    }

    .featherlight-previous span {
        text-align: left;
        left: 7%;
    }

    .featherlight-next:hover span,
    .featherlight-previous:hover span {
        display: inline-block;
        opacity: 1;
    }

    /* Hide navigation while loading */
    .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
        display: none;
    }
}

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px) {
    .featherlight-next:hover,
    .featherlight-previous:hover {
        background: none;
    }

    .featherlight-next span,
    .featherlight-previous span {
        display: block;
    }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
    .featherlight-next,
    .featherlight-previous {
        top: 10px;
        right: 10px;
        left: 85%;
    }

    .featherlight-previous {
        left: 10px;
        right: 85%;
    }

    .featherlight-next span,
    .featherlight-previous span {
        margin-top: -30px;
        font-size: 40px;
    }
}

/* --------- 6.5 Video ---------- */

#video-box {
    color:#fff;
    position:relative;
    overflow:hidden;
    text-align:center;
}

.video_container, .easyContainer {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    margin: 0;
    padding-top: 0; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.video_container iframe, .video_container object, .video_container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
    width: 100% !important;
    height: 529px !important;
}

.videojs-background-wrap {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -998;
}

#slvj-window {
    width: 100%;
    min-height: 100%;
    z-index: 9999999999;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
}

#slvj-window,
#slvj-window * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#slvj-background-close {
    width: 100%;
    min-height: 100%;
    z-index: 31;
    position: fixed;
    top: 0;
    left: 0;
}

#slvj-back-lightbox {
    max-width: 940px;
    max-height: 529px;
    z-index: 32;
    text-align: center;
    margin: 0 auto;
}

.slvj-lightbox {
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 53;
}

#slvj-close-icon:before {
    font-family: "fontawesome";
    color: #fff;
    content: '\f00d';
    font-size: 22px;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 99999;
    height: 22px;
    width: 22px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#slvj-close-icon:before:hover {
    opacity: 1;
    cursor: pointer;
}

/* --------- 6.6 Clients ---------- */

#clients a {
    display: block;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

#clients img {
    display: inline-block;
    padding: 15px 25px;
}

.client-overlay {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top;
    0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#clients a:hover .client-overlay {
    opacity: 1;
}

.client-overlay span {
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    text-align: center;
    display: inline-block;
}

/* --------- 6.7 Pricing Table ---------- */

.pricing-block-content {
    background: #fff;
    padding: 25px 0 25px 0;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
    transition: all 0.2s ease-in-out 0s;
    position: relative;
    border: 10px solid #fff;
}


.pricing-block ul {
    list-style: none;
    margin: 25px 0 25px 0;
}

.pricing-block li {
    padding: 14px 0;
    border-bottom: 1px dotted #e1e1e1;
}

.pricing-block li:last-of-type {
    border:none;
}

.pricing-block h3 {
    font-size:17px;
    text-transform:uppercase;
    padding-bottom:0;
}

.pricing-sub {
    font-style: italic;
    color:#ccc;
    margin:0 0 25px 0;
}

/*Price*/

.pricing {
    background: #f5f5f5;
    padding: 25px;
    position: relative;
}

.price {
    display: inline-block;
    font-size: 62px;
    font-weight: 700;
    position: relative;
}

.price span {
    position: absolute;
    top: 0;
    left: -20px;
    font-size: 22px;
}

.pricing  p {
    font-style:italic;
    color:#b4b4b4;
    line-height:auto;
    margin:0;
}



/*------------------------------------------------------------------------------------------*/
/* 7. Footer */
/*------------------------------------------------------------------------------------------*/

#landing-footer {
    clear: both;
}

#landing-footer .row {
    padding: 0;
}

#landing-footer p {
    margin: 0;
}

#landing-footer a:hover{
	color: #d2b356;
}

#landing-footer ul {
    list-style: none;
    text-align: right;
}

#landing-footer li {
    display: inline-block;
}

/* Scroll Up */

#scrollUp {
    bottom: 15px;
    right: 30px;
    width: 70px;
    height: 80px;
    margin-bottom: -10px;
    padding: 0 5px 20px 5px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    -webkit-transition: margin-bottom 150ms linear;
    -moz-transition: margin-bottom 150ms linear;
    -o-transition: margin-bottom 150ms linear;
    transition: margin-bottom 150ms linear;
}

#scrollUp:hover {
    margin-bottom: 0;
}

#scrollUp:before {
    background: #ccc;
    font-family: "fontawesome";
    font-size: 2.4em;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #fff;
    width: 45px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    content: "\f106";
    opacity: 1;
}

/*Preloader*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 99999; /* makes sure it stays on top */
}

#status {
    width: 110px;
    height: 110px;
    position: absolute;
    left: 50%; /* centers the loading animation horizontally one the screen */
    top: 50%; /* centers the loading animation vertically one the screen */
    background-position: center;
    margin: -55px 0 0 -55px; /* is width and height divided by two */
    text-align: center;
    border-color: black 2px;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-triangle-path,
.la-ball-triangle-path > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-triangle-path {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-ball-triangle-path.la-dark {
    color: #333;
}

.la-ball-triangle-path > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-triangle-path {
    width: 32px;
    height: 32px;
}

.la-ball-triangle-path > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.la-ball-triangle-path > div:nth-child(1) {
    -webkit-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
    -moz-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
    -o-animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-ball-one 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path > div:nth-child(2) {
    -webkit-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
    -moz-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
    -o-animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-ball-two 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path > div:nth-child(3) {
    -webkit-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
    -moz-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
    -o-animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
    animation: ball-triangle-path-ball-tree 2s 0s ease-in-out infinite;
}

.la-ball-triangle-path.la-sm {
    width: 16px;
    height: 16px;
}

.la-ball-triangle-path.la-sm > div {
    width: 4px;
    height: 4px;
}

.la-ball-triangle-path.la-2x {
    width: 64px;
    height: 64px;
}

.la-ball-triangle-path.la-2x > div {
    width: 20px;
    height: 20px;
}

.la-ball-triangle-path.la-3x {
    width: 96px;
    height: 96px;
}

.la-ball-triangle-path.la-3x > div {
    width: 30px;
    height: 30px;
}

/*
 * Animations
 */
@-webkit-keyframes ball-triangle-path-ball-one {
    0% {
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@-moz-keyframes ball-triangle-path-ball-one {
    0% {
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@-o-keyframes ball-triangle-path-ball-one {
    0% {
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@keyframes ball-triangle-path-ball-one {
    0% {
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
}

@-webkit-keyframes ball-triangle-path-ball-two {
    0% {
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@-moz-keyframes ball-triangle-path-ball-two {
    0% {
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@-o-keyframes ball-triangle-path-ball-two {
    0% {
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@keyframes ball-triangle-path-ball-two {
    0% {
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
}

@-webkit-keyframes ball-triangle-path-ball-tree {
    0% {
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

@-moz-keyframes ball-triangle-path-ball-tree {
    0% {
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -moz-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -moz-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -moz-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

@-o-keyframes ball-triangle-path-ball-tree {
    0% {
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

@keyframes ball-triangle-path-ball-tree {
    0% {
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
    17% {
        opacity: .25;
    }
    33% {
        opacity: 1;
        -webkit-transform: translate(0, 220%);
        -moz-transform: translate(0, 220%);
        -o-transform: translate(0, 220%);
        transform: translate(0, 220%);
    }
    50% {
        opacity: .25;
    }
    66% {
        opacity: 1;
        -webkit-transform: translate(110%, 0);
        -moz-transform: translate(110%, 0);
        -o-transform: translate(110%, 0);
        transform: translate(110%, 0);
    }
    83% {
        opacity: .25;
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(220%, 220%);
        -moz-transform: translate(220%, 220%);
        -o-transform: translate(220%, 220%);
        transform: translate(220%, 220%);
    }
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-newton-cradle,
.la-ball-newton-cradle > div {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.la-ball-newton-cradle {
    display: block;
    font-size: 0;
    color: #fff;
}
.la-ball-newton-cradle.la-dark {
    color: #333;
}
.la-ball-newton-cradle > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-ball-newton-cradle {
    width: 40px;
    height: 10px;
}
.la-ball-newton-cradle > div {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}
.la-ball-newton-cradle > div:first-child {
    -webkit-transform: translateX(0%);
       -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
         -o-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-animation: ball-newton-cradle-left 1s 0s ease-out infinite;
       -moz-animation: ball-newton-cradle-left 1s 0s ease-out infinite;
         -o-animation: ball-newton-cradle-left 1s 0s ease-out infinite;
            animation: ball-newton-cradle-left 1s 0s ease-out infinite;
}
.la-ball-newton-cradle > div:last-child {
    -webkit-transform: translateX(0%);
       -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
         -o-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-animation: ball-newton-cradle-right 1s 0s ease-out infinite;
       -moz-animation: ball-newton-cradle-right 1s 0s ease-out infinite;
         -o-animation: ball-newton-cradle-right 1s 0s ease-out infinite;
            animation: ball-newton-cradle-right 1s 0s ease-out infinite;
}
.la-ball-newton-cradle.la-sm {
    width: 20px;
    height: 4px;
}
.la-ball-newton-cradle.la-sm > div {
    width: 4px;
    height: 4px;
}
.la-ball-newton-cradle.la-2x {
    width: 80px;
    height: 20px;
}
.la-ball-newton-cradle.la-2x > div {
    width: 20px;
    height: 20px;
}
.la-ball-newton-cradle.la-3x {
    width: 120px;
    height: 30px;
}
.la-ball-newton-cradle.la-3x > div {
    width: 30px;
    height: 30px;
}
/*
 * Animations
 */
@-webkit-keyframes ball-newton-cradle-left {
    25% {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    50% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
}
@-moz-keyframes ball-newton-cradle-left {
    25% {
        -moz-transform: translateX(-100%);
             transform: translateX(-100%);
        -moz-animation-timing-function: ease-in;
             animation-timing-function: ease-in;
    }
    50% {
        -moz-transform: translateX(0%);
             transform: translateX(0%);
    }
}
@-o-keyframes ball-newton-cradle-left {
    25% {
        -o-transform: translateX(-100%);
           transform: translateX(-100%);
        -o-animation-timing-function: ease-in;
           animation-timing-function: ease-in;
    }
    50% {
        -o-transform: translateX(0%);
           transform: translateX(0%);
    }
}
@keyframes ball-newton-cradle-left {
    25% {
        -webkit-transform: translateX(-100%);
           -moz-transform: translateX(-100%);
             -o-transform: translateX(-100%);
                transform: translateX(-100%);
        -webkit-animation-timing-function: ease-in;
           -moz-animation-timing-function: ease-in;
             -o-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    50% {
        -webkit-transform: translateX(0%);
           -moz-transform: translateX(0%);
             -o-transform: translateX(0%);
                transform: translateX(0%);
    }
}
@-webkit-keyframes ball-newton-cradle-right {
    50% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
    75% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
    }
}
@-moz-keyframes ball-newton-cradle-right {
    50% {
        -moz-transform: translateX(0%);
             transform: translateX(0%);
    }
    75% {
        -moz-transform: translateX(100%);
             transform: translateX(100%);
        -moz-animation-timing-function: ease-in;
             animation-timing-function: ease-in;
    }
    100% {
        -moz-transform: translateX(0%);
             transform: translateX(0%);
    }
}
@-o-keyframes ball-newton-cradle-right {
    50% {
        -o-transform: translateX(0%);
           transform: translateX(0%);
    }
    75% {
        -o-transform: translateX(100%);
           transform: translateX(100%);
        -o-animation-timing-function: ease-in;
           animation-timing-function: ease-in;
    }
    100% {
        -o-transform: translateX(0%);
           transform: translateX(0%);
    }
}
@keyframes ball-newton-cradle-right {
    50% {
        -webkit-transform: translateX(0%);
           -moz-transform: translateX(0%);
             -o-transform: translateX(0%);
                transform: translateX(0%);
    }
    75% {
        -webkit-transform: translateX(100%);
           -moz-transform: translateX(100%);
             -o-transform: translateX(100%);
                transform: translateX(100%);
        -webkit-animation-timing-function: ease-in;
           -moz-animation-timing-function: ease-in;
             -o-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: translateX(0%);
           -moz-transform: translateX(0%);
             -o-transform: translateX(0%);
                transform: translateX(0%);
    }
}

/*------------------------------------------------------------------------------------------*/
/* Responsive Elements */
/*------------------------------------------------------------------------------------------*/

/* =Media Queries for Nav
===============================*/
@media all and (max-width: 1024px) {
    #nav-trigger {
        display: block;
    }

    nav#nav-main {
        display: none;
    }

    nav#nav-mobile {
        display: block;
    }

    nav#nav-mobile li {
        display: block;
    }

    #header aside {
        display: none;
    }
}

@media (max-width: 650px) {
	#mobile-adjustment-gap{
			display:block;
	}
}

/* Landscape mobile & down
===============================*/
@media (max-width: 490px) {

    #wrapper {
        margin:0;
        padding:0;
    }

    .page-border, #scrollUp, #scrollUp:before {
        display:none;
    }

    .row {
        padding: 15px !important;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-2-3, .col-3-4, .col-9-10, .col-61, .col-38, .row {
        width: 100%;
    }

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-2-3, .col-3-4, .col-9-10, .col-61, .col-38 {
        padding-right: 0;
        padding-left: 0;
    }

    #banner-content .col-38{
        margin-left:2px;
        padding-top :0px;
        border-color:gray !important;
    }     
    
	#banner-content.row {
	    padding-top: 145px;
	    padding-bottom: 0px !important;
	}     

	#banner .section-heading:before{
		margin-top: 0px !important;
	}
	
	.icon i{
		color: #0075A1 !important;
	}

    #ecosystem{
		width:100%;
		height:100%;
		margin-left:0px;
		margin-bottom:50px;
	}
	
    /*-----------------Header Elements-----------------*/
    #header .row {
        padding: 0 15px !important;
    }
    
    #header .col-1{
		padding: 0px;
	}

    #header.nav-solid [class*="col-"] {
        padding: 0;
    }     

    /*Logo*/
    #logo h2 {
        padding: 0;
    }
    
    #logo img {
		max-height: 40px;
		vertical-align: middle;
		margin-right: 15px;
	}

	#mobile-banner-container{
		display: block;
	}
	
	#mainHeaderContainer{
		display:none;
	}
	
	#about h4{
		word-wrap:normal;
		font-size:14px;
	}
	
	#platform-scenario-container span.section-header{
		font-weight:bold;
		color:#FFF;
		font-size:16px;
		padding:5px;
	}
	
	#platform-scenario-container{
		/*max-width:325px;*/
		margin:0 auto;
		padding: 50px 20px 100px 20px;
		background: linear-gradient(to right,#a54b29 0,#d08618 100%);
	}	
	
	.hub_learn_more_header, .hub_scenario_header{
		font-size:20px;
		font-weight:bold;
	}
			
	/* mobile carousel */
	/*Credits : https://www.w3schools.com/howto/howto_js_slideshow.asp */
	
	/* Hide the images by default */
	.mobileSlides {
	    display: none;
	}	
	
	#introslides .col-38{
		width: 100%;
		background: rgba(237,241,243,0.85);
		margin-left: 0px;
		padding-top: 0px !important;
	}
	
	/* Next & previous buttons */
	.prev, .next {
	  cursor: pointer;
	  position: absolute;
	  top: 200px;
	  width: auto;
	  padding: 16px;
	  font-weight: bold;
	  font-size: 15px;
	  transition: 0.6s ease;
	  border-radius: 0 3px 3px 0;
	  background-color: rgba(255,255,255,0.7);
	  color:#7b7b7b !important;
	}	
	
	/* Position the "next button" to the right */
	.next {
	  right: 0;
	  border-radius: 3px 0 0 3px;
	}	
	
	/* Caption text */
	.carousel-caption {
	  font-size: 16px !important;
	  padding: 8px 12px;
	  color:#005d7b;
	  background-color:#edf1f3;
	  width: 100%;
	  text-align: center;
	  font-weight:bold;
	  /*font-family:'Crete Round',Georgia,'Times New Roman',serif; */

	}
	
	.main-caption{
		color:#005d7b !important;
		font-size: 25px !important;
		background-color:#F9FAFB;
		/*font-family:'Crete Round',Georgia,'Times New Roman',serif;*/
	}
	
	/* The dots/bullets/indicators */
	.dot {
	  cursor:pointer;
	  height: 15px;
	  width: 15px;
	  margin: 0 2px;
	  background-color: #bbb;
	  border-radius: 50%;
	  display: inline-block;
	  transition: background-color 0.6s ease;
	}
	
	#dot-container{
		text-align:center;
		background-color:#edf1f3;
		padding-top:10px;
		width:100%
	}
	
	div#dot-container .active, .dot:hover {
	  background-color: #717171;
	}
	
	/* Contact-us */
	div#canada-postal-address-container{
		padding:25px;
		background-color:rgba(0,0,0,0.3);
		margin-top:0px;
	}	

	
	/* Fading animation */
	.fade {
	  -webkit-animation-name: fade;
	  -webkit-animation-duration: 1.5s;
	  animation-name: fade;
	  animation-duration: 1.5s;
	}
	
	@-webkit-keyframes fade {
	  from {opacity: .4} 
	  to {opacity: 1}
	}
	
	@keyframes fade {
	  from {opacity: .4} 
	  to {opacity: 1}
	}
	
	/********************/
	
	#headerAnimationContainer{
		display:none;	
	}		

    /* Social */
    #header aside {
        clear: both;
        padding: 0;
    }

    #header ul.social-icons{
        margin-top: 0;
    }

    #banner-content.row {
        padding-top: 85px !important;
        padding-right:0px !important;
        padding-left:0px !important;
        padding-bottom:0px !important;
    }
    
    /* Language switcher */
    .mobile-language-switcher-social-media-container{
		display:block !important;
		text-align:center !important;
	}


    /*-----------------Sections-----------------*/

    /* Banner content / section-heading */
    #banner-content .section-heading{
		padding: 20px 20px 0 20px;
		background-color: #c9dcd1;
	}
	
	#introslides h1 {
	    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
	    font-size:20px;
	    line-height:30px;
	    font-weight:bold;
	    color:#003629 !important;
	    text-align: center;
	}

	#introslides h2 {
	    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
	    font-size:16px !important;
	    font-weight:300;
	    color:#003629 !important;
	    text-align: center;
	}	
	
	#introslides .goldenspan{
		color: #b79635;
	} 
	
	.broken-peer-review-image, 
	.reproductibility-image,
	.accurate-communication-image, 
	.poor-design-image{
		display:block;
	}	

	.broken-peer-review-icon, 
	.reproductibility-icon,
	.accurate-communication-icon, 
	.poor-design-icon{
		display:none;
	}

	#broken-peer-review-section, 
	#reproductibility-section,
	#accurate-communication-section, 
	#poor-design-section > h4{
		text-align:center;
	}		
	
	#broken-peer-review-container, 
	#reproductibility-container,
	#accurate-communication-container, 
	#poor-design-container{
		padding: 2px 0px 2px 0px;
	}	
	
	#broken-peer-review-section, 
	#reproductibility-section,
	#accurate-communication-section, 
	#poor-design-section{
		border-radius: 0px;
		padding: 10px;
		margin-bottom:25px;
		background-color: rgba(255,255,255,0.9);			
	}
	  
	#desktop-adjustment-gap{
		display:none;
	}
	#mobile-adjustment-gap{
		display:none;
	}
			
	#paul-glasziou-iain-chalmers-study-reference  {
		font-weight:bold;
		color:#b59b4f;
	}
	
	/* About */
	#aboutintro{
		margin-top: 40px !important;
	}
		
	div.col-1 h3{
		font-weight:normal;
		text-align:center;
	}
		
	div.col-1 img{
		max-width:80%;
	}			
	
	#ourvision div.col-1{
		text-align:center;
	} 	
	.about{
		background-color:#E6EAEE !important;
	}
	
	.collab-design-container img{
		width:auto;
		width:60%;
	}	
	
	.collab-design-container h3{
		font-size:12px !important;
	}	
	
	#about .section-title{
		font-size: 15px;		
	}
	
	/*#about h3{
		text-align:center;
	} */
}	
	.table-introduction h4{
		font-size:18px;
	}

	
	/* Our vision */
	#ourvision {
		font-size:16px !important;
		padding-top:40px;
	}
	
	#ourvision .section-title{
		font-size: 25px;
	}	
		
	/* Contact-us */
	div#canada-postal-address-container{
		padding:15px !important;
	}

	/* Tooltip */
	.tooltip .tooltiptext {
	    visibility: hidden;
	    width: 70%;
	    background-color: #555;
	    color: #fff;
	    text-align: center;
	    border-radius: 6px;
	    padding: 5px;
	    position: fixed;
	    z-index: 10000;
	    left: 15%;
	    bottom:25%;
	    opacity: 0;
	    transition: opacity 1s;
	}
    	    
    /* Call to Action*/
    .call-to-action {
        padding-bottom: 25px;
    }
    
    #mailing-list-form-container{
		padding: 20px 5px 0px 5px;
		background-color:rgba(211,211,211,1);
		text-align:center;
		min-height:200px;
	}

    /* Video */
    .slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
        height: 270px !important;
    }
    
    /* Footer */
    #landing-footer #copyright {
        float: left;
        width: 100%;
        text-align:center;
    }

    #landing-footer .social-icons {
        float: right;
        width: 100%;
        text-align:center;
    }

    /*-----------------Typography-----------------*/
    h1 {
        font-size: 38px;
    }

    #introslides h1 {
        font-size: 16px !important;
        line-height:normal !important;
    }

    /* Hide Elements */
    a#scrollUp {
        display: none !important;
    }

}

/* Mobile to Tablet Portrait
===============================*/
@media (min-width: 490px) and (max-width: 767px) {

    #wrapper {
        margin:0;
        padding:0;
    }
    
    
    .page-border, #scrollUp, #scrollUp:before {
        display:none;
    }

    .row {
        padding: 15px 0 !important;
    }

    .col-1, .col-2, .col-5, .col-7, .col-9, .col-11, .col-2-3, .col-3-4, .col-61, .col-38, .row {
        width: 100%;
    }

    .col-3, .col-4, .col-6, .col-8, .col-10, .col-12 {
        width: 50%;
    }

    #banner-content .col-38{
    	margin-left:4px !important;
    }
    
	.icon i{
		color: #0075A1 !important;
	}
	
	#ecosystem{
		width:100%;
		height:100%;
		margin-left:0px;
		margin-bottom:50px;
	}
    
    /*-----------------Header Elements-----------------*/
    #header .row {
        padding: 0 !important;
    }

    #header aside {
        display: inline-block;
        position: absolute;
        top: 40px;
        right: 60px;
        padding-top:3px;
        padding-right: 5px;
    }

    #header.nav-solid aside {
        top: 20px;
    }

    #header aside ul {
        margin-top: 0 !important;
        padding-top: 6px;
    }

    #banner-content.row {
        padding-top: 85px !important;
    }
    
    #mobile-banner-container{
		display:block;
		margin-left: 4px;
	}
	
	#mainHeaderContainer{
		display:none;
	}
	
	#about h4{
		word-wrap:normal;
		font-size:14px;
	}

	
	/* mobile carousel */
	/*Credits : https://www.w3schools.com/howto/howto_js_slideshow.asp */
	
	/* Hide the images by default */
	.mobileSlides {
	    display: none;
	}	
	
	/* Next & previous buttons */
	.prev, .next {
	  cursor: pointer;
	  position: absolute;
	  top: 200px;
	  width: auto;
	  padding: 16px;
	  font-weight: bold;
	  font-size: 15px;
	  transition: 0.6s ease;
	  border-radius: 0 3px 3px 0;
	  background-color: rgba(255,255,255,0.7);
	  color:#7b7b7b !important;
	}	
	
	/* Position the "next button" to the right */
	.next {
	  right: 0;
	  border-radius: 3px 0 0 3px;
	}	
	
	/* Caption text */
	.carousel-caption {
	  font-size: 16px !important;
	  padding: 8px 12px;
	  color:#005d7b;
	  background-color:#edf1f3;
	  width: 100%;
	  text-align: center;
	  font-weight:bold;
	}
	
	.main-caption{
		color:#005d7b !important;
		font-size: 25px !important;
		background-color:#F9FAFB;
		/*font-family:'Crete Round',Georgia,'Times New Roman',serif;*/
	}	
	
	/* The dots/bullets/indicators */
	.dot {
	  cursor:pointer;
	  height: 15px;
	  width: 15px;
	  margin: 0 2px;
	  background-color: #bbb;
	  border-radius: 50%;
	  display: inline-block;
	  transition: background-color 0.6s ease;
	}
	
	#dot-container{
		text-align:center;
		background-color:#edf1f3;
		padding-top:10px;
		width:100%
	}
	
	#dot-container>.active,.dot:hover {
	  background-color: #717171;
	}
	
	/* Fading animation */
	.fade {
	  -webkit-animation-name: fade;
	  -webkit-animation-duration: 1.5s;
	  animation-name: fade;
	  animation-duration: 1.5s;
	}
	
	@-webkit-keyframes fade {
	  from {opacity: .4} 
	  to {opacity: 1}
	}
	
	@keyframes fade {
	  from {opacity: .4} 
	  to {opacity: 1}
	}
	
	
	/********************/

	
	#headerAnimationContainer{
		display:none;
	}

    /*Navigation*/
    nav#nav-mobile ul {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    /* tooltips */
    .tooltip .tooltiptext {
	    visibility: hidden;
	    width: 70%;
	    background-color: #555;
	    color: #fff;
	    text-align: center;
	    border-radius: 6px;
	    padding: 5px;
	    position: fixed;
	    z-index: 10000;
	    left: 15%;
	    bottom:25%;
	    opacity: 0;
	    transition: opacity 1s;
	}

    /*-----------------Sections-----------------*/

	/* About */
	#aboutintro{
		width: 100% !important;
		margin-top: 40px !important;
	}
	
	div.col-1 h3{
		font-weight:normal;
		text-align:justify;
	}	
		
	div.col-1 img{
		max-width:80%;
	}	
	
	/* Our vision */
	#ourvision {
		padding-top:40px;
	}

    /* Video */
    .slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
        height: 370px !important;
    }

    /* Footer */
    #landing-footer #copyright {
        float: left;
        width: 50%;
    }

    #landing-footer .social-icons {
        float: right;
        width: 50%;
    }		
    
	#broken-peer-review-section, 
	#reproductibility-section,
	#accurate-communication-section, 
	#poor-design-section{
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}
	
	.broken-peer-review-image, 
	.reproductibility-image,
	.accurate-communication-image, 
	.poor-design-image{
		display:block;
	}	
	
	.broken-peer-review-icon, 
	.reproductibility-icon,
	.accurate-communication-icon, 
	.poor-design-icon{
		display:none;
	}	
	
	#broken-peer-review-section, 
	#reproductibility-section,
	#accurate-communication-section, 
	#poor-design-section > h4{
		text-align:center;
	}	
	
	.broken-peer-review-section, 
	.reproductibility-section,
	.accurate-communication-section, 
	.poor-design-section{
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}
	
	#broken-peer-review-section, 
	#reproductibility-section,
	#accurate-communication-section, 
	#poor-design-section,
	.broken-peer-review-section, 
	.reproductibility-section,
	.accurate-communication-section, 
	.poor-design-section{
		/*background-color:#b5c4cc;*/
		padding:15px;
	} 
	
	#paul-glasziou-iain-chalmers-study-reference  {
		font-weight:bold;
	}    
}

@media (max-width: 1024px){

	#introslides .col-38{
		width: 100%;
		background: rgba(237,241,243,0.85);
		margin-left: 0px;
		padding-top: 10px;
	}
	
	#introslides{
		background:linear-gradient(to right,#0c4361 0,#3e0907 100%);
		max-width:100%;
	    padding: 0 !important;
	    position: relative;
	}	
	
	#banner-content.row {
	    padding-top: 145px;
	    padding-bottom: 0px !important;
	}  	
	
	#headerAnimationContainer{
		display:none;
	}
	
    #mobile-banner-container{
		display:block;
		margin-left: 0px;
	}	
	
    /* Language switcher */
    .mobile-language-switcher-social-media-container{
		display:block !important;
		text-align:center !important;
	}
	
	#mainHeaderContainer{
		display:none;
	}
	
	#about h4{
		word-wrap:break-word;
		font-size:16px;
	}
	
	
	/* Next & previous buttons */
	.prev, .next {
	  cursor: pointer;
	  position: absolute;
	  top: 200px;
	  width: auto;
	  padding: 16px;
	  font-weight: bold;
	  font-size: 15px;
	  transition: 0.6s ease;
	  border-radius: 0 3px 3px 0;
	  background-color: rgba(255,255,255,0.7);
	  color:#7b7b7b !important;
	}	
	
	/* Position the "next button" to the right */
	.next {
	  right: 0;
	  border-radius: 3px 0 0 3px;
	}	
	
	/* Caption text */
	.carousel-caption {
	  font-size: 16px !important;
	  padding: 8px 12px;
	  color:#005d7b;
	  background-color:#edf1f3;
	  width: 100%;
	  text-align: center;
	  font-weight:bold;
	}
	
	.main-caption{
		color:#005d7b !important;
		font-size: 25px !important;
		font-weight:bold;
		background-color:#F9FAFB;
		/*font-family:'Crete Round',Georgia,'Times New Roman',serif;*/
	}
	
	
	/* The dots/bullets/indicators */
	.dot {
	  cursor:pointer;
	  height: 15px;
	  width: 15px;
	  margin: 0 2px;
	  background-color: #bbb;
	  border-radius: 50%;
	  display: inline-block;
	  transition: background-color 0.6s ease;
	}
	
	#dot-container{
		text-align:center;
		background-color:#edf1f3;
		padding-top:10px;
		width:100%
	}
	
	#dot-container>.active,.dot:hover {
	  background-color: #717171;
	}
	
	
	#banner h2{
		color: #003629 !important;		
	}	
	
	#introslides.row {
	    padding-bottom: 10px !important;
	}
	
	#introslides .section-heading{
		padding: 20px 20px 0 20px;
		background-color: #edf1f3;
	}
	
	#mailing-list-form-container{
			text-align:center;
	}	
	
	#introslides h1 {
	    font-family: 'Open Sans', sans-serif, Arial, Helvetica;
	    font-size:20px;
	    line-height:30px;
	    font-weight:bold;
	    color:#003629 !important;
	    text-align: center;
	}	
	
	/* -------- Platform key features ----*/
	#key-features-header{
		color:#FFFFFF;
		height:auto;
		padding:0px 20px 10px 20px;
		margin-top:76px;
	}	
	
	#key-features div#hub-illustration-1{
		width:100%;
		padding-left:0%;
		padding-right:0%;
	}	
	
	#key-features{
		height:auto;
		padding:0px 5px 50px 5px;
		font-size:16px;
	}   
		
	.key-features-header-sub-title{
		font-size:16px;
	}
	
	.key-features-header-title, .key-features-header-title-fr{
		font-size:25px;
	}	
		
	div#hub-illustration-1 img{
		width:100% !important;
		height:200px !important;
	}	
	
	#hub-scenario-intro	{
		display:none;
	}
	
	#hub-scenario-illustration span{
		font-weight:bold;
		font-size:18px;
	}	
	
	#hub-scenario-illustration img{
		width:100%;
		max-width:100%;
		height:100%;
	}
	
	.mobile-only{
		display:block;
	}
	
	.hide-on-mobile{
		display:none;
	}
}
	
}

/* Landscape Tablet to Desktop
===============================*/
@media (min-width: 768px) and (max-width: 1024px) {

    #wrapper {
        margin:0;
        padding:0;
    }

    .page-border {
        display:none;
    }

    .big-padding-top {
        padding-top: 45px !important;
    }

    /*-----------------Header Elements-----------------*/
    #header aside {
        display: inline-block;
        position: absolute;
        top: 40px;
        right: 60px;
        padding-top:3px;
        padding-right: 5px;
    }

    #header.nav-solid aside {
        top: 20px;
    }

    #header aside ul {
        margin-top: 0 !important;
        padding-top: 6px;
    }
    
    #mobile-banner-container{
		display:block;
		margin-left: 0px;
	}
	
	#about h4{
		word-wrap:normal;
		font-size:14px;
	}
	
	
	/* mobile carousel */
	/*Credits : https://www.w3schools.com/howto/howto_js_slideshow.asp */
	
	/* Hide the images by default */
	.mobileSlides {
	    display: none;
	}	
	
	/* Next & previous buttons */
	.prev, .next {
	  cursor: pointer;
	  position: absolute;
	  top: 200px;
	  width: auto;
	  padding: 16px;
	  font-weight: bold;
	  font-size: 15px;
	  transition: 0.6s ease;
	  border-radius: 0 3px 3px 0;
	  background-color: rgba(255,255,255,0.8);
	  color:#7b7b7b !important;
	}	
	
	/* Position the "next button" to the right */
	.next {
	  right: 0;
	  border-radius: 3px 0 0 3px;
	}	
	
	/* Caption text */
	.carousel-caption {
	  font-size: 16px !important;
	  padding: 8px 12px;
	  color:#005d7b;
	  background-color:#edf1f3;
	  width: 100%;
	  text-align: center;
	  font-weight:bold;
	}
	
	.main-caption{
		color:#005d7b !important;
		font-size: 25px !important;
		background-color:#F9FAFB;
		/*font-family:'Crete Round',Georgia,'Times New Roman',serif;*/
	}
	
	
	/* The dots/bullets/indicators */
	.dot {
	  cursor:pointer;
	  height: 15px;
	  width: 15px;
	  margin: 0 2px;
	  background-color: #bbb;
	  border-radius: 50%;
	  display: inline-block;
	  transition: background-color 0.6s ease;
	}
	
	#dot-container{
		text-align:center;
		background-color:#edf1f3;
		padding-top:10px;
		width:100%
	}
	
	span.active, .dot:hover {
	  background-color: #717171;
	}
	
	/* Fading animation */
	.fade {
	  -webkit-animation-name: fade;
	  -webkit-animation-duration: 1.5s;
	  animation-name: fade;
	  animation-duration: 1.5s;
	}
	
	@-webkit-keyframes fade {
	  from {opacity: .4} 
	  to {opacity: 1}
	}
	
	@keyframes fade {
	  from {opacity: .4} 
	  to {opacity: 1}
	}
	
	
	/********************/
	
    
    #headerAnimationContainer{
		display:none;	
	}

    /*Navigation*/
    nav#nav-mobile ul {
        margin-left: -40px;
        margin-right: -40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    /*-----------------Sections-----------------*/

    /* Video */
    .slvj-lightbox iframe, .slvj-lightbox object, .slvj-lightbox embed {
        height: 432px !important;
    }
    
    #ecosystem{
		width:100%;
		height:100%;
		margin-left:0px;
	}

}




