﻿/* ---- New Styles ---- */
:root {
    --input-padding-x: .75rem;
    --input-padding-y: .75rem;
}

@font-face {
    font-family: 'MuseoSansRounded-500';
    src: url('/webfonts/20C733_0_0.eot');
    src: url('/webfonts/20C733_0_0.eot?#iefix') format('embedded-opentype'),url('/webfonts/20C733_0_0.woff') format('woff'),url('/webfonts/20C733_0_0.ttf') format('truetype');
}

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, 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%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    line-height: 1;
    margin-bottom: 440px;
    background-color: #FCFCFC;
    font: 16px/23px 'Open Sans',sans-serif;
    color: #3E3E40;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

#dialog {
    display: none;
}

.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
    /*color: #61656A;*/
    font-family: 'MuseoSansRounded-500',sans-serif;
    font-weight: normal;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        font-weight: inherit;
    }

h1 {
    font-size: 2.5em;
    line-height: 1.5em;
    margin-bottom: 14px;
}

    h1.header {
        position: relative;
    }

    h1 img.asterisk {
        position: absolute;
        left: -16px;
        top: 6px;
        width: 15px;
        height: auto;
    }

.display-4 img.asterisk {
    position: absolute;
    left: 70px;
    top: 12px;
    width: 20px;
    height: auto;
}

h2 {
    font-size: 2.5em;
    line-height: 1.1em;
    margin-bottom: 10px;
}

h3 {
    font-size: 2em;
    line-height: 1.2em;
    margin-bottom: 8px;
}

h4 {
    font-size: 1.5em;
    line-height: 1.5em;
    margin-bottom: 4px;
}

h5 {
    font-size: 1.25em;
    line-height: 1.25em;
    margin-bottom: .5rem;
}

h6 {
    font-size: 1em;
    line-height: 1.5em;
}

p {
    margin: 0 0 20px 0;
}

    p img {
        margin: 0;
    }

    p.lead {
        font-size: 1.5em;
        line-height: 1.5em;
        color: #777;
    }

small, .small {
    font-size: 85%;
    font-weight: 400;
}

a {
    color: #00A29A;
    text-decoration: none;
    outline: 0;
    word-wrap: break-word;
}

    a:hover, a:focus {
        color: #10747A;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
        color: #00A29A;
    }

.more-link {
    display: none;
    margin-top: 1rem;
}

p a, p a:visited {
    line-height: inherit;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
    color: #3E3E40;
}

small {
    font-size: 80%;
}

sup {
    top: -.3em;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
    box-shadow: 0 0.125rem 0.5rem 0 rgb(0 0 0 / 30%);
}

.border-bottom {
    border-bottom: .5px solid #DFE0E1 !important;
}

.border-top {
    border-top: 1px solid #DFE0E1 !important;
}

.border-right {
    border-right: 1px solid #DFE0E1 !important;
}

.border-left.green {
    border-color: #00a29a !important;
}

.sevensixseven.border-left.green {
    border: none !important;
}


.body-content {
    padding-top: 10rem;
    padding-bottom: 5rem;
}

.container.content {
    padding-bottom: 5rem;
}

.grey-bg {
    background: url('../images/grey-bg.jpg') no-repeat;
    background-size: cover;
}

.grey-bg2 {
    background: url('../images/grey-bg2.jpg') no-repeat;
    background-size: cover;
    padding-bottom: 3rem;
    background-position: center center;
}

.researcherbg {
    background: url('../images/research-bg2-2.jpg') no-repeat;
    background-size: 1500px;
    padding: 12rem 1.25rem 8rem;
    margin-top: -10rem;
    background-position: 680px -80px;
}

.joinusbg {
    background: url('../images/join-us-bg-2.jpg') no-repeat;
    background-size: 1300px;
    padding: 14rem 1.25rem 8rem;
    margin-top: -8rem;
    background-position: 180px -50px;
}

    .joinusbg .container {
        z-index: 9;
        position: relative;
    }

.teambg {
    background: url(../images/dsb1.jpg) no-repeat;
    background-size: cover;
    padding: 12rem 0rem 1rem;
    margin-top: -10rem;
    background-position: 0px -1000px;
    margin-bottom: 3rem;
    height: auto;
    position: relative;
    text-align: center;
}

    .teambg .container {
        z-index: 9;
        position: relative;
    }

    .teambg .white-fadebg {
        background: url(../images/white-fade2.png);
        background-repeat: no-repeat;
        background-size: 2500px;
        background-position: center -750px;
        position: absolute;
        z-index: 1;
        bottom: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

.bg-grey {
    background-color: #EBEBED;
}

.bg-green {
    background-color: #00A29A;
    padding: 1.25rem;
    margin-bottom: 1.25rem;
}

.bg-light-green {
    background-color: #def2f5;
}

.bg-green h2, .bg-green p.lead, .bg-green p {
    color: #fff;
}

.bg-green .border-right {
    padding-right: 1.25rem;
    margin-right: 1.25rem;
}

.card.border-green {
    border: 1px dashed #00A29A;
    border-radius: 1.5rem;
}

.card.process {
    word-wrap: inherit;
}

hr {
    border: solid #DFE0E1;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.8rem 0;
    height: 0;
}

.mb-4, my-4 {
    margin-bottom: 1.8rem !important;
}

section {
    padding: 30px 0 29px 0 !important;
}

    section.smaller {
        padding: 1rem 0 !important;
    }

.badge-pill {
    padding-bottom: .3em;
}

.badge-info {
    background-color: #39A0ED;
}

.badge-warning {
    background-color: #FFC857;
}

.text-info {
    color: #39A0ED !important;
}

.text-dark-green {
    color: #10747A !important;
}

.bg-translucent {
    background-color: rgba(252,252,252,0.9);
    padding: 30px;
    border-radius: 0.25rem;
}

.shadow {
    background: transparent url('/images/shadow.png') left bottom no-repeat;
    background-size: 100% 9px;
    padding-bottom: 9px;
}

.shadow-up {
    background: transparent url('/images/shadow-up.png') left top no-repeat;
    background-size: 100% 9px;
    padding-bottom: 40px;
    margin-top: -48px;
}

.img-thumbnail {
    border-radius: 1.5rem;
}

ul ul, ul ol, ol ol, ol ul {
    margin: 4px 0 5px 0px;
    font-size: 90%;
}

ul, ol {
    margin-bottom: 20px;
}


ol {
    list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px;
}

ul.list-group {
    list-style: none;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul, ul ol, ol ol, ol ul {
    margin: 4px 0 5px 30px;
    font-size: 90%;
}


li {
    margin-bottom: 12px;
}

ul.large li {
    line-height: 21px;
}

li p {
    line-height: 21px;
}

.list-group-item {
    border: 1px solid rgba(0, 0, 0, 0.25);
}

.questionnaire-list .list-group-item {
    padding-right: 3rem;
}

.list-group-item-action:after {
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
    position: absolute;
    right: 1.25rem;
    top: 35%;
    line-height: normal;
}

.list-group-flush .list-group-item {
    border-top: none;
}

.list-group.bg-transparent .list-group-item {
    border: none;
}

/*Paging*/
.page-link {
    padding: 1rem 1.5rem;
    color: #00A29A;
    background-color: #EBEBED;
}

.page-item:first-child .page-link {
    margin-left: 0;
    margin-right: .5rem;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    margin-left: .5rem;
}

/*Buttons*/
.btn {
    border-radius: 1.5rem;
    padding: 10px 25px;
    font-size: 1.1rem;
    font-family: 'MuseoSansRounded-500',sans-serif;
    border-width: 2px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

a.btn-default, .btn-default, .btn-link.outline {
    border: 2px solid #61656A;
    color: #61656A;
    background-color: transparent;
}

a.btn-secondary, .btn-secondary {
    border: 2px solid #61656A;
    background-color: #61656A;
    color: #fff;
}

nav a.btn-primary {
    color: #fff;
}

.btn-primary:hover, .btn-default:hover {
    color: #00A29A;
    background-color: transparent;
    border-color: #00A29A;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,162,154,.25);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #10747A;
    border-color: #10747A;
}

    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(0,162,154,.25);
    }

.btn-primary.disabled, .btn-primary:disabled, .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    color: #fff;
    background-color: #00A29A;
    border-color: #00A29A;
    cursor: not-allowed;
}

.btn-outline-primary {
    color: #00A29A;
    border-color: #00A29A;
}

    .btn-outline-primary:hover {
        background-color: #00A29A;
        border-color: #00A29A;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
        background-color: #10747A;
        border-color: #10747A;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0,162,154,.25);
        }

.btn-outline-light:hover {
    color: #00A29A;
    background-color: #fff;
    border-color: #fff;
}

.btn-lg {
    border-radius: 2rem;
    padding: 1rem 1.5rem;
}

.btn-link {
    color: #00A29A;
}

    .btn-link:hover, .btn-link:active, .btn-link:focus {
        color: #10747A;
        box-shadow: none;
    }

    .btn-link .fa-angle-right {
        margin-right: .5rem;
    }

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    margin-bottom: 20px;
}

input.bigger {
    margin-bottom: 0px;
}

button.smaller, input.smaller, a.smaller {
    font-size: .9rem;
}

.mymshub a.smaller {
    padding: 0.375rem 0.75rem;
}

button:focus {
    outline: none;
}

.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

    .cmn-toggle + label {
        display: block;
        position: relative;
        cursor: pointer;
        font-family: 'MuseoSansRounded-500',sans-serif;
    }

input.cmn-toggle-round-flat + label {
    padding: 2px;
    width: 100px;
    height: 48px;
    background-color: #dddddd;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    -o-border-radius: 1.5rem;
    border-radius: 1.5rem;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

    input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after {
        display: block;
        position: absolute;
        content: "";
    }

    input.cmn-toggle-round-flat + label:before {
        top: 2px;
        left: 2px;
        bottom: 2px;
        right: 2px;
        background-color: #fff;
        -webkit-border-radius: 1.5rem;
        -moz-border-radius: 1.5rem;
        -ms-border-radius: 1.5rem;
        -o-border-radius: 1.5rem;
        border-radius: 1.5rem;
        -webkit-transition: background 0.4s;
        -moz-transition: background 0.4s;
        -o-transition: background 0.4s;
        transition: background 0.4s;
        content: "No";
        padding: 10px 20px;
        text-align: right;
    }

    input.cmn-toggle-round-flat + label:after {
        top: 4px;
        left: 4px;
        bottom: 4px;
        width: 42px;
        background-color: #dddddd;
        -webkit-border-radius: 1.5rem;
        -moz-border-radius: 1.5rem;
        -ms-border-radius: 1.5rem;
        -o-border-radius: 1.5rem;
        border-radius: 1.5rem;
        -webkit-transition: margin 0.4s, background 0.4s;
        -moz-transition: margin 0.4s, background 0.4s;
        -o-transition: margin 0.4s, background 0.4s;
        transition: margin 0.4s, background 0.4s;
    }

input.cmn-toggle-round-flat:checked + label {
    background-color: #00A29A;
}

    input.cmn-toggle-round-flat:checked + label:after {
        margin-left: 40px;
        background-color: #00A29A;
        left: 14px;
    }

    input.cmn-toggle-round-flat:checked + label:before {
        content: "Yes";
        text-align: left;
    }

/*Nav*/

nav {
    padding-top: 20px;
    margin-top: 0px;
    background-color: rgba(252,252,252,0.9);
    transition: background-color .3s ease-in-out;
    backdrop-filter: blur(3px);
}

    nav .share-box {
        padding: 10px 0 0 20px;
    }

.nav-link {
    font-family: 'MuseoSansRounded-500',sans-serif;
    font-size: 1.2rem;
    color: #61656A;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
}

.main-nav .nav-link.active {
    color: #00A29A;
    border-radius: 1.5rem;
    background-color: rgba(235, 235, 237, .5);
}

    .main-nav .nav-link.active .fa-caret-down {
        color: #61656A;
    }

    .main-nav .nav-link.active:focus, .main-nav .nav-link.active:focus .main-nav .fa-caret-down, .main-nav .nav-link.active:hover, .main-nav .nav-link.active:hover .fa-caret-down {
        color: #10747A;
    }

nav a:hover {
    color: #10747A;
}

nav li {
    margin-bottom: 0px;
}

.navbar-transparent .navbar-brand {
    padding-left: 10px;
    padding-right: 10px;
    background-repeat: repeat-x;
    transition: all .3s ease-in-out;
}

.navbar-brand {
    max-width: 148px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all .3s ease-in-out;
    margin-left: -20px;
    margin-right: 0px;
}

.navbar > .container, footer > .container {
    width: 1170px;
}

.nav .btn-primary {
    margin-left: 10px;
}

.navbar.navbar-transparent {
    background-color: transparent;
    transition: all .3s ease-in-out;
    box-shadow: none;
    background-image: url('../images/menu-bg.png');
    background-size: contain;
    backdrop-filter: blur(0px);
    z-index: 999;
    position:absolute;
    top:0;
    width:100%;
}

.main-nav li.dropdown.show .nav-link {
    background-color: #fff;
    border: 1px solid #DFE0E1;
    border-bottom: none;
    z-index: 9999999999999;
    position: relative;
    border-radius: 0.25rem 0.25rem 0 0;
}

.main-nav .dropdown-menu {
    margin-top: -2px;
    border-radius: 0 0 0.25rem 0.25rem;
}

.dropdown-item {
    padding: .5rem 1rem !important;
    color: #3E3E40;
}

    .dropdown-item:hover, .dropdown-item:focus {
        color: #fff;
        background-color: #00A29A;
    }

.nav .caret:before {
    left: 50%;
    border: 1px solid;
    background: #fff;
    border-color: #d6d6d6;
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
}

.nav .caret {
    overflow: hidden;
    position: absolute;
    top: -11.5px;
    left: 0;
    width: 100%;
    height: 12px;
    z-index: 1;
}

.nav .dropdown-toggle:after {
    display: none;
}

.nav .dropdown-toggle i, .nav .dropdown-toggle svg {
    margin-left: 8px;
}

    .nav .dropdown-toggle i:first-child, .nav .dropdown-toggle svg:first-child {
        margin-right: 4px;
    }

.navbar-toggler {
    margin-bottom: 0px;
    padding: 0rem;
    border-radius: 0rem;
}

.menu-title {
    float: left;
    margin-right: 1rem;
    font-family: 'MuseoSansRounded-500',sans-serif !important;
    color: #3E3E40;
    font-size: 1.5rem;
}

.mobile-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-login {
    display: none;
}

.collapse-login {
    display: none;
}

#nav-icon {
    width: 30px;
    height: 24px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
    float: right;
}

    #nav-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #3E3E40;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

        #nav-icon span:nth-child(1) {
            top: 0px;
        }

        #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
            top: 12px;
        }

        #nav-icon span:nth-child(4) {
            top: 24px;
        }

    #nav-icon.open span:nth-child(1) {
        top: 12px;
        width: 0%;
        left: 50%;
    }

    #nav-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 11.5px;
    }

    #nav-icon.open span:nth-child(4) {
        top: 12px;
        width: 0%;
        left: 50%;
    }

#v-pills-tab .nav-link {
    text-align: left;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #00A29A;
}

.nav-pills .nav-link {
    border-radius: 1.5rem;
}

.sub-nav .navbar-brand {
    font-size: 2em;
    max-width: initial;
    padding-right: 2rem;
    margin-right: 2rem;
}

.sub-nav .nav-link {
    padding-bottom: 0rem;
    border-radius: 0px;
    margin-bottom: -0.5rem;
}

    .sub-nav .nav-link.active {
        background-color: transparent;
        color: #00A29A;
    }


.myms-nav .nav-item {
    margin-bottom: 0px;
}

.myms-nav .nav-link {
    padding: 1.25rem 1rem;
}

    .myms-nav .nav-link.active {
        border-bottom: 3px solid #00A29A;
        color: #00A29A;
    }

.mymsbanner {
    background-color: #00A29A;
    background-color: #def2f5;
    background-color: #10747A;
}

.jumbotron-fluid {
    padding-top: 14rem;
    margin-top: -10rem;
}

.jumbotron {
    background: url('../images/jumbotron-bg7.jpg') 0px -100px fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.blur {
    height: 100vh;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    background: url('../images/jumbotron-bg7-blur.jpg') 0px -100px fixed;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
    opacity: 0;
    top: 0px;
}

.white-fade {
    height: 100vh;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 3;
    top: 0;
}

.display-4 {
    font-size: 3.5rem;
    line-height: 1.5;
    color: #61656A;
}

.help-scroll {
    position: relative;
    margin-top: 60px;
}

.icon-scroll {
    position: absolute;
    top: 0;
    left: 200px;
}

    .icon-scroll:after,
    .icon-scroll:before {
        position: absolute;
        left: 16px;
    }

    .icon-scroll:after {
        content: '';
        width: 2px;
        height: 16px;
        background-color: #00A29A;
        top: -16px;
    }

.icon-scroll {
    width: 32px;
    height: 50px;
    margin-left: 20px;
    top: 35px;
    margin-top: -35px;
    box-shadow: inset 0 0 0 2px #00A29A;
    border-radius: 15px 15px 25px 25px;
}

    .icon-scroll:before {
        content: '';
        width: 6px;
        height: 6px;
        background: #00A29A;
        margin-left: -2px;
        top: 6px;
        border-radius: 4px;
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
        animation-name: scroll;
    }

@keyframes scroll {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(18px);
    }
}

#down-arrow {
    outline: 0;
    margin-left: 16px;
    display: inline-block;
    margin-top: -12px;
    -webkit-animation-name: down-arrow;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: down-arrow-moz;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    font-size: 1.5rem;
}

@keyframes down-arrow {
    0% {
        -webkit-transform: translate(0, -3px);
    }

    65% {
        -webkit-transform: translate(0, 6px);
    }

    100% {
        -webkit-transform: translate(0, -3px);
    }
}

#fading2 {
    opacity: 0;
    margin-top: 0px;
}

.other-services {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.research-stats {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .counter, .research-stats strong {
        font-size: 1.2em;
        font-family: 'MuseoSansRounded-500',sans-serif;
        line-height: 1.20em;
        color: #61656A;
        font-weight: bold;
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .research-stats .counter {
        display: inline-block;
        padding: 0px;
    }

        .research-stats .counter.stat1 {
            width: 48px;
        }

        .research-stats .counter.stat2 {
            width: 23px;
        }

        .research-stats .counter.stat3 {
            width: 58px;
        }

        .research-stats .counter.stat4 {
            width: 76px;
        }

        .research-stats .counter.stat5 {
            width: 25px;
        }

    .research-stats .card-body {
        min-height: 325px;
        padding: 0px 30px;
    }

        .research-stats .card-body .btn-link {
            padding-left: 0px;
        }

        .research-stats .card-body .research-stats .col-md-3 {
            padding: 0px 60px;
        }


#fading, #fading2, #three-boxes {
    z-index: 4;
    position: relative;
}

#three-boxes {
    /*margin-top: -200px;*/
    transition: margin 1s ease-in-out;
}

    #three-boxes.threeboxnomargin {
        margin-top: 0px;
    }

    #three-boxes .card-body {
        min-height: 282px;
    }

.card-img-top {
    height: 225px;
    width: 100%;
}

    .card-img-top.myms {
        background-image: url('../images/jumbotron-bg3.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .card-img-top.clinical {
        background-image: url('../images/clinical.jpg');
        background-repeat: no-repeat;
        background-size: cover;
    }

    .card-img-top.participants {
        background-image: url('../images/participants.jpg');
        background-repeat: no-repeat;
        background-size: 650px;
        background-position: center -50px;
    }

.figure-wrapper {
    background-color: #3E3E40;
    padding: 1.25rem;
    text-align: center;
}

    .figure-wrapper h5, .figure-wrapper h5 span {
        color: #fff;
    }

        .figure-wrapper h5 span {
            font-size: 1.5rem;
        }

.graphs .card-img {
    padding: 5px;
}

.graphs .card {
    padding: 5px 15px 10px;
}

.card-header, .card-footer {
    background-color: #ffffff;
}

#cookiesdirective {
    z-index: 3;
    padding: 20px;
}

    #cookiesdirective a {
        text-decoration: underline;
    }

        #cookiesdirective a:hover, #cookiesdirective a:focus {
            text-decoration: none;
        }


/*Forms & Inputs*/
label, legend {
    display: block;
    font-weight: bold;
    font-size: .9em;
}

label {
    font-weight: 600;
    line-height: 1.5rem;
    margin-bottom: .5rem;
}

    label span, legend span {
        font-weight: normal;
        font-size: .9em;
        color: #444;
    }

.asterix {
    color: #10747A;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select, .form-control, .bootstrap-select > .dropdown-toggle {
    -webkit-appearance: none;
    border: 1px solid #DFE0E1;
    outline: 0;
    color: #3E3E40;
    margin-bottom: 20px;
    background: #fff;
    font-size: inherit;
    padding: 0.5rem 0.75rem;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: 'Open Sans', sans-serif;
    line-height: initial;
}

textarea {
    min-height: 160px;
}

select {
    padding: 0;
}

.Conditions select {
    padding: 10px 25px;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, .form-control:focus, .bootstrap-select > .dropdown-toggle:focus {
    border: 1px solid #00A29A;
    color: #3E3E40;
    box-shadow: 0 0 0 0.2rem rgba(0,162,154,.25);
}

input[type="text"]:invalid, input[type="password"]:invalid, input[type="email"]:invalid, textarea:invalid {
    border: 1px solid #F00;
    color: #F00;
    background-color: #FFF;
}

input.error[type="text"], input.error[type="password"], input.error[type="email"], textarea.error {
    border: 1px solid #F00;
    color: #F00;
    background-color: #FFF;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

    .form-label-group > input,
    .form-label-group > label {
        padding: var(--input-padding-y) var(--input-padding-x);
    }

    .form-label-group > label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0; /* Override default `<label>` margin */
        line-height: 1.5;
        color: #495057;
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
    }

    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }

    .form-label-group input:not(:placeholder-shown) {
        padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
        padding-bottom: calc(var(--input-padding-y) / 3);
    }

        .form-label-group input:not(:placeholder-shown) ~ label {
            padding-top: calc(var(--input-padding-y) / 3);
            padding-bottom: calc(var(--input-padding-y) / 3);
            font-size: 12px;
            color: #777;
        }

.custom-control {
    padding-left: 1.7rem;
}

    .custom-control label {
        line-height: 1.6rem;
    }

.custom-control-label {
    margin-bottom: .5rem;
}

.larger.custom-control label {
    font-size: 1rem;
}

.custom-control-label::before, .custom-control-label::after {
    width: 1.2rem;
    height: 1.2rem;
}

.larger.custom-control {
    padding-left: 2rem;
}

.larger .custom-control-label::before, .larger .custom-control-label::after {
    width: 1.4rem;
    height: 1.4rem;
}

.larger .custom-control-label::before, .larger .custom-control-label::after {
    top: 0.1rem;
}

.custom-control-label::before {
    background-color: #fff;
    border: 1px solid #ccc;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #00a29a;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #10747A;
    border: 1px solid #10747A;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #10747A;
    border: 1px solid #10747A;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(0,162,154,.25);
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.form-signin {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .form-signin section {
        width: 340px;
    }

.remember-me {
    margin-top: 9px;
}

.input-group.password > .form-control:not(:last-child), .input-group.pasword > .custom-select:not(:last-child) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.input-group.password .input-group-text {
    right: 12px;
    top: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: none;
    border-radius: 0;
    position: absolute;
}

.ui-datepicker {
    width: 17em;
    padding: .5rem;
    display: none;
    border-radius: 0.25rem;
    margin-top: 4px;
    background: #FFF;
    border: 1px solid #DFE0E1 !important;
    position: absolute;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}

.ui-widget-header {
    border: 1px solid #3E3E40;
    background: #3E3E40;
    color: #fff;
    font-weight: bold;
    border-radius: 0.25rem;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    display: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none;
    background: #EBEBED;
    color: #63676C;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #00A29A;
    color: #fff;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}

.ui-datepicker td span, .ui-datepicker td a {
    padding: .4em .6em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    border: none;
    margin: 1px 5px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0;
}


.field-validation-error {
    font-size: .8em;
}

.validation-summary-errors {
    color: #dc3545 !important;
    border: 1px solid #dc3545;
    padding: 25px;
    border-radius: 0.25rem;
    position: relative;
}

    .validation-summary-errors ul:before {
        font-family: 'Font Awesome 5 Free Solid';
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        src: url("../webfonts/fa-solid-900.eot");
        src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
        content: '\f071';
        font-size: 1.4rem;
        position: absolute;
        left: 20px;
        top: 25px;
    }

    .validation-summary-errors ul {
        margin: 0px;
    }

    .validation-summary-errors li {
        list-style: none;
    }

.password-help {
    display: block;
    line-height: 1.2;
}

    .password-help .lock {
        height: 55px;
    }

.dropdown-menu {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
    min-width: 200px;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
}

.bootstrap-select .dropdown-toggle::after, .bootstrap-select .dropup .dropdown-toggle::after {
    margin-left: -0.75em;
}

.selectpickerlong .dropdown-menu.show {
    max-height: 300px;
}

.dropdown-menu, span.twitter-typeahead .tt-menu {
    border: 1px solid #DFE0E1 !important;
    font-size: inherit !important;
}

.inner.show {
    border: none !important;
}

.bootstrap-select .dropdown-menu li {
    margin-bottom: 0px;
}

    .bootstrap-select .dropdown-menu li a {
        padding: 0.5rem 0.75rem;
    }

.dropdown-item.active, .dropdown-item:active {
    background-color: #00A29A;
}

.show > .btn-light.dropdown-toggle {
    color: #3E3E40;
    background-color: #DFE0E1;
    border-color: #DFE0E1;
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
    margin-bottom: .75em;
}

.pca {
    font-family: 'Open Sans', sans-serif !important;
}

    .pca .pcaautocomplete .pcafooter {
        display: none;
    }

    .pca .pcaautocomplete {
        border: none !important;
        background-color: transparent !important;
        box-shadow: none !important;
        border-radius: 0.25rem !important;
    }

    .pca .pcalist {
        border: 1px solid #DFE0E1 !important;
        box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05) !important;
        border-radius: 0.25rem !important;
        background-color: #fff !important;
        margin-top: 2px !important;
    }

    .pca .pcaitem .pcadescription {
        font-style: normal !important;
    }

    .pca .pcatext {
        font: 9pt 'Open Sans', sans-serif !important;
        color: #3E3E40 !important;
        font-weight: bold !important;
    }


/*Images*/
.pwms {
    position: absolute;
    bottom: 0;
}

.caroline {
    margin-bottom: -6px;
    margin-top: -120px;
}

.slider {
    margin-bottom: 20px;
}

/*Feedback*/
.results table {
    margin-bottom: 0px;
}

.results table, .table-bordered th, .table-bordered td {
    border: none;
}

    .results table tr:first-child td {
        border-top: none;
    }

    .results table td {
        border-top: 1px solid #DFE0E1;
        padding-left: 0px;
    }

.results canvas {
    margin-bottom: 3rem;
}

.map {
    width: 100%;
    height: 480px;
}



/*Footer*/
footer {
    font-size: .85em;
    background-color: #EBEBED;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 440px;
    padding: 40px 0px;
}

    footer a, footer a:link, footer a:visited {
        text-decoration: none;
        color: #3E3E40;
        padding: 0px 6px;
    }

        footer a:hover {
            text-decoration: underline;
            color: #3E3E40;
        }

    footer .contact {
        padding-left: 40px;
        height: 181px;
        padding-top: 50px;
    }

    footer .legal {
        padding-left: 20px;
        height: 181px;
        padding-top: 50px;
    }

    footer .logo1, footer .logo2 {
        height: auto;
        padding-top: 10px;
        float: left;
        margin-right: 80px;
    }

    footer .logo1 {
        width: 126px;
    }

    footer .logo2 {
        width: 131px;
        margin-top: 4px;
        margin-right: 0px;
    }

.iso {
    width: initial;
    opacity: .6;
    text-align: right;
}

.iso {
}

    .iso img {
        max-width: 130px;
    }

footer li {
    margin-bottom: 0px;
}

/*footer p {
    margin: 20px 0px 0px;
}*/

.social-icons {
    padding: 10px 0px 36px;
}

    .social-icons i {
        padding-right: 12px;
    }

    .social-icons .fa-2x {
        font-size: 2.5em;
    }

    .social-icons .fa-facebook {
        color: #1B74E4;
    }

    .social-icons .fa-x-twitter {
        color: rgba(15,20,25,1.00);
    }

    .social-icons .fa-youtube {
        color: #FF0000;
    }

    .social-icons .fa-instagram {
        color: #FF0069;
    }

    .social-icons .fa-linkedin {
        color: #0a66c2;
    }

    .social-icons a, .logo1, .logo2 {
        opacity: 1;
        transition: all .2s ease-in-out;
    }

        .social-icons a:hover, .logo1:hover, .logo2:hover {
            opacity: .6;
        }

.modal-body, .modal-header, .modal-footer {
    padding: 1.75rem;
}

.modal h4 {
    margin-bottom: .75em;
}

.modal h5 {
    margin-bottom: .25em;
}

.accordion .card {
    margin-bottom: .75em;
    border-radius: 1.5rem;
}

.accordion .card-header {
    border-bottom: none;
    background-color: #EBEBED;
    border-radius: 1.5rem 1.5rem 0 0;
    transition: border-radius .4s ease-in-out;
}

    .accordion .card-header.collapsed {
        border-radius: 1.5rem;
        transition: border-radius .4s ease-in-out;
    }

    .accordion .card-header h5 {
        max-width: 80%;
        float: left;
    }


    .accordion .card-header::after {
        font-family: 'Font Awesome 5 Free';
        font-style: normal;
        font-weight: 900;
        src: url("../webfonts/fa-solid-900.eot");
        src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
        content: '\f068';
        float: right;
        line-height: 1.8em;
    }

    .accordion .card-header.collapsed::after {
        content: '\f067';
    }
/*SH*/

.hideDiv {
    display: none;
}

/*--------*/

/*Medications*/
fieldset {
    background: #FCFCFC;
    padding: 16px;
    border: 1px solid #D5D5D5;
}

.addfields {
    margin: 10px 0;
}

#MedicationsDisplay {
    padding: 10px;
    background: rgb(227, 250, 227);
    border: 1px solid rgb(171, 239, 171);
    color: rgb(9, 56, 9);
}

.remove {
    background: #C76868;
    color: #FFF;
    font-weight: bold;
    font-size: 21px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    padding: 4px 9px;
    vertical-align: top;
    line-height: 100%;
}

.show767, .pleaselogin {
    display: none;
}

.join-alt-login {
    display: none;
}

.horiz-page-title {
    display: none;
}

.support-mobile {
    display: none;
}

.video-modal {
    pointer-events: auto;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    background-color: #fff;
    padding: 1.25rem;
    margin: auto;
}

    .video-modal iframe {
        width: 700px;
        height: 394px;
    }

.modal-backdrop.show {
    opacity: 0.7;
}

.modal-backdrop {
    background-color: #212529;
}

/* ---- Media Queries ---- */
@media (min-width: 1600px) {
    .navbar > .container, footer > .container, .container.wider {
        max-width: 1470px;
    }

    .navbar > .container, footer > .container, .container.wider {
        width: 1470px;
    }

    .modal-lg {
        max-width: 1200px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.2rem !important;
        padding-left: 1.2rem !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    .modal-lg {
        max-width: 1170px;
    }

    .display-4 img.asterisk {
        left: 70px;
    }
}

@media (min-width: 991px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }

    .display-4 img.asterisk {
        left: 0px;
    }

    .show992 {
        display: none;
    }

    .modal-lg {
        max-width: 90%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    .modal-lg {
        max-width: 1170px;
    }

    .display-4 img.asterisk {
        left: 70px;
    }
}

@media (min-width: 576px) {
    .navbar > .container, footer > .container {
        width: 100%;
    }

    #video-modal .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}

@media (max-width: 2095px) {
    .researcherbg {
        background-position: 600px -100px;
    }
}

@media (max-width:2050px) {
    .joinusbg {
        background: url('../images/join-us-bg-2.jpg') no-repeat;
        background-size: 1100px;
        padding: 12rem 1.25rem 5rem;
        margin-top: -10rem;
        background-position: 180px -30px;
    }
}

@media (max-width: 2035px) {
    .researcherbg {
        background-position: 530px -100px;
    }
}

@media (max-width: 1890px) {
    .teambg {
        background-position: 0px -800px;
    }
}

@media (max-width:1875px) {
    .joinusbg {
        background: url('../images/join-us-bg-2.jpg') no-repeat;
        background-size: 1000px;
        padding: 12rem 1.25rem 3rem;
        margin-top: -10rem;
        background-position: 180px -20px;
    }
}

@media (max-width: 1750px) {
    .jumbotron {
        background: url(../images/jumbotron-bg7.jpg) center -150px fixed;
        background-size: 2000px;
    }

    .blur {
        background: url(../images/jumbotron-bg7-blur.jpg) center -150px fixed;
        background-size: 2000px;
    }

    .researcherbg {
        padding: 12rem 0rem 8rem;
        background-position: 250px -140px;
    }
}

@media (max-width:1730px) {
    .joinusbg {
        background: url('../images/join-us-bg-2.jpg') no-repeat;
        background-size: 1000px;
        padding: 12rem 1.25rem 3rem;
        margin-top: -10rem;
        background-position: 80px -20px;
    }
}

@media (max-width: 1650px) {
    .teambg {
        background-position: 0px -600px;
    }
}

@media (max-width: 1599.98px) {
    #three-boxes .card-body {
        min-height: 281px;
    }

    .nav-link {
        font-size: 1.1rem;
    }

    .nav .btn {
        font-size: 1rem;
    }

    .researcherbg {
        background-position: 450px -20px;
        background-size: 1200px;
    }
}

@media (max-width:1500px) {
    .joinusbg {
        background: url('../images/join-us-bg-2.jpg') no-repeat;
        background-size: 1000px;
        padding: 12rem 1.25rem 3rem;
        margin-top: -10rem;
        background-position: 0px -20px;
    }

        .joinusbg .white-fadebg {
            background: url(../images/white-fade.png);
            background-repeat: no-repeat;
            background-size: cover;
            position: absolute;
            top: 0;
            width: 100%;
            height: 50%;
            overflow: hidden;
        }
}

@media (max-width: 1455px) {
    .researcherbg {
        background-position: 300px -20px;
    }
}

@media (max-width: 1999.98px) {

    #three-boxes .btn-link {
        padding-left: 0px;
    }

    .btn-link {
        white-space: initial;
        text-align: left;
    }
}

@media (max-width: 1400px) {
    .teambg {
        background-position: 0px -400px;
    }
}

@media (max-width:1199.98px) {
    .teambg .white-fadebg {
        background-position: center -700px;
    }

    .teambg {
        background-position: 0px center;
    }

    .joinusbg {
        padding: 12rem 1.25rem 1rem;
        background-position: -100px 0px;
    }

        .joinusbg .white-fadebg {
            background-position: 15% 0px;
        }

    .navbar-collapse {
        height: 0vh !important;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0;
        padding-top: 80px;
        z-index: 0;
        background-color: rgba(252,252,252,0.97);
        opacity: 0;
        transition: all ease-in-out .3s;
    }

        .navbar-collapse.show {
            height: 100vh !important;
            opacity: 1;
            overflow-y: auto;
        }

    .collapsing {
        overflow: visible;
    }

    .navbar-toggler {
        z-index: 2;
    }

    .navbar-transparent .navbar-brand {
        padding-left: 20px;
        padding-right: 20px;
    }

    .navbar-brand {
        margin-left: 0px;
    }

    .navbar-nav .nav-link {
        text-align: left;
        padding: 1rem;
        border-bottom: .5px solid #DFE0E1;
        font-size: 1.2rem;
    }

    .menu-login .navbar-nav .nav-link {
        border: none;
    }

    .nav .btn {
        font-size: 1.2rem;
    }

    .mobile-container {
        max-width: 960px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

        .mobile-container .dropdown-menu {
            margin-top: -2px;
        }

    .navbar-collapse {
        padding-top: 120px;
    }

        .navbar-collapse .nav {
            width: 50%;
            margin-left: auto;
        }

    .collapse-login .nav.navbar-right {
        display: none;
    }

    .desktop-login {
        display: none;
    }

    .navbar-nav .dropdown-menu {
        position: initial;
        float: none;
    }

        .navbar-nav .dropdown-menu.account {
            position: absolute;
            float: none;
        }

    .main-nav .nav-link.active {
        border-radius: 0rem;
    }

    .nav .dropdown-item {
        font-size: 1rem;
    }



    .pleaselogin {
        display: block;
    }

    .menu-login {
        display: block;
    }

        .menu-login .navbar-nav {
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

    #three-boxes .card-body {
        min-height: 331px;
    }

    .researcherbg {
        background-position: 250px -20px;
        padding: 12rem 0rem 2rem;
    }
}

@media (max-height: 1138px) {
    #fading2 {
        margin-top: -80px;
    }
    footer {
        height: auto;
        position: relative;
    }

    body {
        margin-bottom: 0;
    }
}

@media (max-width: 1095px) {
    .researcherbg {
        background-position: 150px -20px;
    }
}

@media (max-width: 991.98px) {
    .video-modal iframe {
        width: 560px;
        height: 315px;
        display: block;
        margin-top: 3rem;
    }

    ol, ul.square, ul.circle, ul.disc {
        margin-left: 0px;
    }

    .card-img-top.participants {
        background-image: url(../images/participants.jpg);
        background-repeat: no-repeat;
        background-size: 750px;
        background-position: center -50px;
    }

    #pills-collect h3.mb-5 {
        margin-bottom: 2rem !important;
    }

    #v-pills-tabContent .tab-pane {
        margin-bottom: 2rem;
    }

    #fading2 {
        margin-top: 0px;
    }

    .display-4 img.asterisk {
        left: 35px;
    }

    #three-boxes .card-body {
        min-height: initial;
    }

    footer .logo2 {
        margin-top: 36px;
    }

    /*footer .nav {
        display: block;
    }*/

    .navseparator {
        display: none;
    }


    footer li {
        margin-bottom: 6px;
    }

    footer {
        height: auto;
        position:relative;
    }

        footer p {
            margin-top: 8px;
        }

    body {
        margin-bottom: 0;
    }

    .show992 {
        display: block;
    }

    .hide992 {
        display: none;
    }

    .mobile-container {
        max-width: 720px;
    }

    #fading2 .col-md-6 {
        max-width: 70%;
    }

    #fading2 .offset-md-3 {
        margin-left: 15%;
    }
    /*.research-stats .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}*/
    .research-stats .col-md-3:first-child, .research-stats .col-md-3:nth-child(2) {
        margin-bottom: 4rem;
    }
    /*.research-stats .col-md-3.border-right:nth-child(2) {
        border:none !important;
    }*/
    .research-stats .card-body {
        min-height: initial;
        padding: 0px 0px;
        margin-bottom: -3rem !important;
    }

    .nav-pills {
        display: none;
    }

    .tab-content > .tab-pane {
        display: block;
    }

    .tab-pane.fade {
        opacity: 1;
    }

    .horiz-nav {
        display: none;
    }

    .horiz-page-title {
        display: block;
    }

    #PIS .col-3, #pills-collect .col-3 {
        display: none;
    }

    #PIS .offset-1, #pills-collect .offset-1 {
        margin-left: 0px;
    }

    #PIS .col-8, #pills-collect .col-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .modal-dialog {
        max-width: 90% !important;
    }

    .researcherbg {
        background: url(../images/research-bg2-3.jpg) no-repeat;
        background-size: 1200px;
        background-position: center;
        padding: 8rem 0rem 0rem;
        position: relative;
    }

        .researcherbg .mb-5 {
            margin-bottom: 0px !important;
        }

        .researcherbg .col-md-6 {
            max-width: 100%;
            text-align: center;
            padding: 20px;
            padding-bottom: 50px;
            z-index: 2;
        }

    .white-fadebg {
        background: url('../images/white-fade.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: absolute;
        z-index: 1;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .joinusbg {
        background: url(../images/join-us-bg-fade.jpg) no-repeat;
        background-size: 700px;
        padding: 10rem 1.25rem 1rem;
        margin-top: -10rem;
        background-position: center;
    }

        .joinusbg .white-fadebg {
            display: none;
        }

        .joinusbg.mb-5 {
            margin-bottom: 0px !important;
        }

    .pwms {
        max-width: 130%;
        left: -80px;
        overflow: hidden;
    }

    .caroline {
        margin-bottom: -5px;
        margin-top: -70px;
    }

    .faq .lead {
        margin-top: 0px !important;
    }

    .join-alt-login {
        display: block;
    }

    .join-login {
        display: none;
    }

    .demographics-address {
        margin-top: 1rem;
    }
}

@media (max-width: 767.98px) {
    .display-4 img.asterisk {
        left: 25px;
        top: 3px;
    }

    .support-mobile {
        display: block;
    }

    .support-desktop {
        display: none;
    }

    .sevensixseven.border-left.green {
        border-left: 1px solid #00A29A !important;
    }

    .mydetails-list {
        margin-top: 3rem;
    }

    .questionnaire-list .d-flex {
        display: flex !important;
    }

    .display-4 {
        line-height: 1.2;
    }

    #fading2 {
        margin-top: -80px;
        z-index: 3;
    }

    .help-scroll {
        z-index: 5;
    }

    .feedback-btn {
        float: none !important;
        margin-top: 2rem !important;
        margin-bottom: 1rem;
    }

    .bg-green .border-right {
        padding-right: 0rem;
        margin-right: 0rem;
        border-right: none !important;
    }

    .bg-green .float-left {
        float: none !important;
    }

    footer {
        text-align: center;
    }

        footer p, footer li {
        }

        footer .logo2 {
            margin-top: 5px;
        }

        footer .logos {
            margin-left: 15%;
        }

    .iso {
        text-align: center;
        margin-top: 2rem;
    }

    .show767 {
        display: block;
    }

    .hide767 {
        display: none !important;
    }

    .menu-login {
        display: none;
    }

    .dropdown-menu.account {
        display: block;
    }

    .nav.navbar-right .fa-caret-down, .nav .caret, .loggedoff {
        display: none;
    }

    .dropdown-menu.account {
    }

    .navbar-nav .dropdown-menu, .navbar-nav .dropdown-menu.account {
        position: initial;
    }

    footer .nav {
        display: -webkit-inline-box;
        display: -ms-inline-flex;
        display: inline-flex;
        margin-left: auto !important;
        margin-right: auto !important;
        /*margin-top: 3.8rem;*/
        justify-content: center;
    }

    .pwms {
        display: none;
    }

    .caroline {
        margin-top: -20px;
        max-width: 80%;
    }

    .navseparator {
        display: block;
    }


    .mobile-container {
        max-width: 540px;
        display: block !important;
    }

    .navbar-collapse .nav {
        width: 100%;
    }

    .pleaselogin {
        display: none;
    }

    .loggedoff {
        display: block;
    }

    .collapse-login {
        display: block;
    }

        .collapse-login .nav.navbar-right {
            display: block;
            margin: 3rem 0 1.5rem;
        }


    .nav.navbar-right .btn {
        width: 100%;
        margin-bottom: 1rem;
        margin-left: 0px !important;
    }

    .dropdown-menu.account {
        display: none;
    }

    .dropdown-menu.show {
        display: block;
    }

    .nav.navbar-right .fa-caret-down {
        display: inline-block;
    }

    .account .text-muted {
        text-align: left !important;
    }

    #fading2 .col-md-6 {
        max-width: 100%;
    }

    #fading2 .offset-md-3 {
        margin-left: 0%;
    }

    .form-signin .btn-primary {
        margin-top: 2rem;
    }

    .form-signin .text-right {
        text-align: center !important;
    }

    .theteam p.lead {
        text-align: center;
        margin-top: 1rem;
    }

    .teambg .pb-5 {
        padding-bottom: 0px !important;
    }

    .joinusbg {
        background: url(../images/join-us-bg-fade.jpg) no-repeat;
        background-size: contain;
        margin-top: -10rem;
        background-position: bottom center;
    }

    .applyto {
        margin-top: 1rem;
    }

        .applyto .border-right {
            border-right: none !important;
        }

    .video-modal iframe {
        width: 300px;
        height: 169px;
    }
}

@media (max-width: 575.98px) {
    .navbar > .container, footer > .container {
        width: 100%;
    }

    .display-4 img.asterisk {
        display: none;
    }

    .display-4 {
        font-size: 3rem;
        line-height: 1.2;
    }

    .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px;
    }

    .navbar-brand {
        margin-left: -20px;
    }

    .navbar-toggler {
        padding: 0 0px;
    }

    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .theteam p.lead {
        text-align: left;
    }
}

@media (max-width: 520.98px) {

    footer .logos {
        margin: 0px;
        text-align: center;
    }

    footer .logo1, footer .logo2 {
        margin-right: 0px;
        height: auto;
        width: 35%;
        float: none;
        display: inline-block;
        padding: 20px 20px 0px;
    }

    .row.research-stats.figures {
        margin-left: 15px;
        margin-right: 15px;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .research-stats .col-sm-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0rem;
        padding: 2rem;
    }

        .research-stats .col-sm-4.border-right, .research-stats .col-sm-4.border-right:nth-child(2) {
            border: none !important;
            border-bottom: 1px solid #DFE0E1 !important;
        }

    .research-stats col-sm-4:first-child, .research-stats col-sm-4:nth-child(2) {
        margin-bottom: 0rem;
    }

    .teambg .white-fadebg {
        background-position: center -680px;
    }

    .joinusbg {
        background-image: none;
    }

    .questionnaire-list .d-flex {
        display: block !important;
    }

    .questionnaire-list .list-group-item span {
        display: block;
        padding-left: 0px !important;
    }
}

@media (max-width: 480px) {


    footer .logo1, footer .logo2 {
        width: 40%;
    }

    .mymsbanner .mr-auto {
        display: block;
    }

    .mymsbanner .float-left {
        float: none !important;
    }

    .mymsbanner .border-right {
        border: none !important;
    }
}

@media (max-width: 446.98px) {

   

    #fading2 {
        margin-top: -250px;
    }

    .navbar-collapse {
        padding-top: 40px;
    }

    footer .logo1, footer .logo2 {
        width: 45%;
    }

    .questionnaire-list .d-flex {
        display: block !important;
    }

    .teambg .white-fadebg {
        background-position: center -650px;
    }

    .btn {
        white-space: initial;
    }
}

@media (max-width: 414.98px) {
    .jumbotron-fluid {
        padding-top: 10rem;
    }

    .caroline {
        display: none;
    }

    .faq hr.m-0 {
        margin-top: 1rem !important;
    }

    footer .logo1, footer .logo2 {
        display: block;
        width: 100%;
    }

    footer .img-fluid {
        max-width: 45%;
        height: auto;
    }



    .teambg .white-fadebg {
        background-position: center -600px;
    }
}

@media (max-width: 378px) {
    .teambg .white-fadebg {
        background-position: center -590px;
    }
}

@media (max-width: 347px) {
    .teambg .white-fadebg {
        background-position: center -550px;
    }

    .video-modal iframe {
        width: 100%;
        height: 315px;
    }
}

@media (max-width: 315px) {
    .teambg .white-fadebg {
        background-position: center -500px;
    }
}

@media (max-width: 338px) {
    footer .img-fluid {
        max-width: 55%;
    }
}

@media (max-height: 750px) {
    .jumbotron, .blur {
        height: auto;
    }
}

@media (max-height: 1138px) and (min-width: 1200px) {
    /*#fading2 {
        margin-top: -40px;
    }*/
}

@media (max-height: 826.98px) and (max-width:1199.98px) {
    .body-content {
        padding-top: 8rem;
    }

    #fading {
        margin-top: 0px;
    }

    #fading2 {
        margin-top: -50px;
    }

    #fading, #fading2 {
        opacity: 1 !important;
    }

        #fading2 .display-4 {
            font-size: 2.3rem;
        }

    #persona span {
        display: block !important;
    }

    .help-scroll {
        display: none;
    }

    .jumbotron {
        background: url(../images/jumbotron-bg7.jpg) center -50px fixed;
        background-size: 2000px;
    }

    .blur {
        background: url(../images/jumbotron-bg7-blur.jpg) center -50px fixed;
        background-size: 2000px;
    }

    .jumbotron, .blur {
        height: auto;
    }
}

@media (max-height: 826.98px) and (min-width:1199.98px) {

    .jumbotron {
        background: url(../images/jumbotron-bg7.jpg) center -220px fixed;
        background-size: 2000px;
    }

    .jumbotron, .blur {
        height: auto;
    }

    .blur {
        background: url(../images/jumbotron-bg7-blur.jpg) center -220px fixed;
        background-size: 2000px;
    }
}

@media (max-height: 826.98px) {
    .form-signin, .form-signin section {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .navbar-brand {
        width: 148px;
    }
}



.pdf {
    font-size: 0.65em !Important;
    line-height: 1.5em;
    margin-bottom: 8px;
}

    .pdf p {
        font-size: 1.8em !Important;
        line-height: 1.5em;
        margin-bottom: 15px;
    }

    .pdf td {
        font-size: 1.8em !Important;
        line-height: 1.5em;
        margin-bottom: 15px;
    }

    .pdf h2 {
        font-size: 2.8em !Important;
    }

    .pdf h3 {
        font-size: 2.5em !Important;
    }

    .pdf h4 {
        font-size: 2.3em !Important;
    }

    .pdf h5 {
        font-size: 2em !Important;
    }



.pregnancy {
    background: url('../images/pregnancy-bg.jpg') 0px center fixed;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    margin-bottom: 0px;
}

    .pregnancy p.lead {
        font-size: 1.2em;
    }

    .pregnancy h2 {
        line-height: 1.1em;
        margin-bottom: 40px;
    }

@media (max-width:1420px) {
    .pregnancy {
        background: url('../images/pregnancy-bg.jpg') -100px center fixed;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media (max-width:1230px) {
    .pregnancy {
        background: url('../images/pregnancy-bg.jpg') -250px center fixed;
        background-size: cover;
        background-repeat: no-repeat;
    }

        .pregnancy h2 {
            font-size: 2.1em;
        }

        .pregnancy p.lead {
            font-size: 1.1em;
        }
}

@media (max-width:991px) {
    .pregnancy {
        background: url('../images/pregnancy-bg.jpg') -420px center fixed;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media (max-width:766px) {
    .pregnancy {
        background: url('../images/pregnancy-bg2.jpg') -200px center fixed;
        background-size: cover;
        background-repeat: no-repeat;
    }
}


.octopus {
    background: url('../images/octopus-bg.jpg') 0px center fixed;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    margin-bottom: 0px;
}

    .octopus p.lead {
        font-size: 1.2em;
    }

    .octopus h2 {
        line-height: 1.1em;
        margin-bottom: 40px;
    }

@media (max-width:1420px) {
    .octopus {
        background: url('../images/octopus-bg.jpg') -100px center fixed;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media (max-width:1230px) {
    .octopus {
        background: url('../images/octopus-bg.jpg') -250px center fixed;
        background-size: cover;
        background-repeat: no-repeat;
    }

        .octopus h2 {
            font-size: 2.1em;
        }

        .octopus p.lead {
            font-size: 1.1em;
        }
}

@media (max-width:991px) {
    .octopus {
        background: url('../images/octopus-bg.jpg') -420px center fixed;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media (max-width:766px) {
    .octopus {
        background: url('../images/octopus-bg2.jpg') -200px center fixed;
        background-size: cover;
        background-repeat: no-repeat;
    }
}


.simple-banner {
    color: #3E3E40;
    background: #FFFFFF;
    text-align: center;
    margin-top: -1.25rem;
    padding: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.datepickers-container {
    z-index: 5000;
}

.study-logo {
    width: 100%;
    padding: 0 10%;
}

.formio-component-submit .btn .button-icon-right {
    display: none !important;
}