* {
    box-sizing: border-box;
}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
img {
    display: block;
    max-width: 100%;
}
a {
    text-decoration: none;
    word-break: break-word;
}
h2 {
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 700;
    color: #292C85;
    margin-top: 0;
}
h2 span {
    font-weight: 500;
}
h4 {
    font-size: 24px;
    font-family: 'Poppins';
    color: #292C85;
    font-weight: 400;
}
p {
    font-family: 'Poppins';
    font-size: 18px;
}
ol li, ul li {
    font-family: 'Poppins';    
}
p a {
    color: #1920fb;
}
p a:hover {
    color: #1920fb;
}
p a:active {
    color: #1920fb;
}
p a:focus {
    color: #1920fb;
}
p a:visited {
    color: #1920fb;
}
ul li a, ol li a {
    color: #1920fb;
}
ul li a:hover, ol li a:hover {
    color: #1920fb;
}
ul li a:active, ol li a:active {
    color: #1920fb;
}
ul li a:focus, ol li a:focus {
    color: #1920fb;
}
ul li a:visited, ol li a:visited {
    color: #1920fb;
}
label a {
    color: #1920fb;
}
label a:hover {
    color: #1920fb;
}
label a:active {
    color: #1920fb;
}
label a:focus {
    color: #1920fb;
}
label a:visited {
    color: #1920fb;
}
sup {
    vertical-align: super;
    font-size: 60%;
}
.primarycolor {
    color: #292C85;
}
.bigcontainer {
    max-width: 1420px;
    margin: 0 auto;
    padding: 0px 10px;
}
.container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0px 10px;
}
.mediumcontainer {
    margin: 0 auto;
    max-width: 750px;
}
.smallcontainer {
    margin: 0 auto;
    max-width: 540px;
}
.verysmallcontainer {
    margin: 0 auto;
    max-width: 400px;
}
.centercontainer {
    max-width: 780px;
    margin: 40px auto;
}
.align-center {
    text-align: center;
}
img.align-center {
    margin: 0 auto;
}
.align-right {
    text-align: right;
}
img.align-right {
    margin: 0 0 0 auto;
}
.vcenter {
    align-items: center;
    justify-content: center;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col2 {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666666%;
    flex: 0 0 16.666666%;
    max-width: 16.666666%;
}
.col3 {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666666%;
    flex: 0 0 41.666666%;
    max-width: 41.666666%;
}
.col6 {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col7 {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333%;
    flex: 0 0 58.3333333%;
    max-width: 58.3333333%;
}
.col8 {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666%;
    flex: 0 0 66.6666666%;
    max-width: 66.6666666%;
}
.col9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col10 {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333%;
    flex: 0 0 83.3333333%;
    max-width: 83.3333333%;
}
.col12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.separator {
    padding: 20px 0px;
}
.separator-dots {
    border-bottom: 2px dotted #b9b9b9;
}
.separator-column {
    border-right: 4px solid #EAEAEA;
}
.colpadd {
    padding-left: 15px;
    padding-right: 15px;
}
.colpadd2 {
    padding-left: 40px;
    padding-right: 15px;
}
.headblock {
    background-image: url('../img/home-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 15px;
}
.about-bg {
    background-image: url('../img/about-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.headblock h1, .headblock p {
    color: white;
    margin-bottom: 35px;
}
.headblock h1 {
    font-size: 38px;
    font-weight: 700;
    font-family: 'Poppins';
}
.headblock p {
    font-family: 'Poppins';
    font-size: 18px;
}
.headnav {
    padding: 20px 0px 30px 0px;
}
.headnav2 {
    padding: 50px 0px 20px 0px;
}
.menu {
    text-align: right;
    margin-top: 0;
}
.menu ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}
.menu ul li {
    display: inline-block;
    position: relative;
    padding: 35px 0px 20px 0px;
    margin: 0;
}
.menu ul li + li {
    margin-left: 50px;
}
.menu ul li a {
    font-family: 'Poppins';
    display: block;
    color: white;
    font-size: 18px;
}
.menu ul li.active a {
    color: #66CCCC;
}
.menu ul li a:hover {
    color: #66CCCC;
}

.halfcontainer {
    max-width: 590px;
}
.thridcontainer {
    max-width: 740px;
}
.btn {
    display: inline-block;
    border: 2px solid #c5c5c5;
    padding: 10px 10px;
    color: #292C85;
    font-size: 18px;
    border-radius: 4px;
    font-family: 'Poppins';
    background: transparent;
}
.btn:disabled {
    background: #dcdcdc;
    color: #c5c5c5;
}
.solidbtn {
    background: #E8F5FA;
    border-color: #E8F5FA;
}
.secondbtn {
    background: #F5EDDE;
    border-color: #F5EDDE;
}
.whitebtn {
    border-color: white;
    color: white;
}
.whitebtn:visited {
    border-color: white;
    color: white;
}
.whitebtn:active {
    border-color: white;
    color: white;
}
.whitebtn:hover {
    border-color: white;
    color: white;
}
.whitebtn:focus {
    border-color: white;
    color: white;
}
.bigbtn {
    width: 100%;
    padding: 20px 25px;
    border: 2px solid #292C85;
    color: #292C85;
    border-radius: 5px;
    font-size: 22px;
    background-color: white;
    margin-bottom: 15px;
}
.dotted {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 2px dotted #ddd;
    margin: 20px 0;
}
.solid {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 2px solid #292C85;
    margin: 30px 0;
}
.whitecolor {
    color: white;
}
.maincolor {
    color: #292C85;
}
.home_bg1 {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url('../img/home-bg2.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.icon-center img {
    margin: 0 auto;
}
.greenblock {
    background: #66CCCC;
    text-align: center;
    border-radius: 8px;
    padding: 25px 20px;
}
.greenblock h3 {
    color: white;
    font-weight: 700;
    font-family: 'Poppins';
    font-size: 40px;
    margin: 0;
}
.greenblock p {
    color: #292C85;
    font-size: 23px;
    font-family: 'Poppins';
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0;
}
.whiteblock {
    text-align: center;
    background: white;
    border: 1px solid white;
    border-radius: 20px;
    padding: 15px 25px 5px 25px;
    margin: 20px 0px;
}
.whiteblock img {
    margin: 0 auto;
}
.whiteblock p {
    font-family: 'Poppins';
    font-weight: 600;
    color: #292C85;
}
.gbw-icon {
    padding: 20px 20px 30px 20px;
}
.gb-icon {
    display: inline-block;
    margin-bottom: -12px;
}
.gb-description {
    display: inline-block;
    min-width: 140px;
}
.whitebg {
    background-color: white;
}
.neutralbg {
    background-color: #E8F5FA;
}
.section {
    padding: 30px 0px;
}
.separator-bottom {
    padding-bottom: 30px;
}
.floating_box_up {
    margin-top: -150px;
    position: absolute;
    top: auto;
    transform: translate(-50%, 0);
    left: 50%;
    width: 100%;
}
.up_x2 {
    margin-top: -285px;
}
.afterfloating {
    padding-top: 210px;
}
.afterfloating_x2 {
    padding-top: 300px;
}
.side_padd {
    padding: 40px 150px;
}
.greentick {
    position: relative;
    padding-left: 35px;
    font-size: 24px;
    color: #66CCCC;
}   
.greentick:before {
    content: '';
    position: absolute;
    left: 0;
    background-image: url(../img/greentick.svg);
    width: 25px;
    height: 28px;
    background-repeat: no-repeat;
    background-position-y: 5px;
}
.borderbox {
    display: table;
    width: 100%;
    background: white;
    border-top: 4px solid #292C85;
    height: 125px;
    margin: 15px 0px;
}
.borderbox p {
    display: table-cell;
    vertical-align: middle;
    padding: 0 80px;
    text-align: center;
    color: #292C85;
}
.guide {
    padding-top: 40px;
    padding-bottom: 50px;
}
.guide h3 {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #292C85;
}
.separator-colored {
    background: #3EA3CC;
}
.inner-separator {
    background: #66CCCC;
    height: 21px;
}
.footer {
    padding: 30px 0px;
}
.footer-logo {
    width: 100%;
    max-width: 150px;
}
.respiretop {
    padding-top: 40px;
}
.respirebottom {
    padding-bottom: 70px;
}
.respirebottom_x4 {
    padding-bottom: 300px;
}
.nomargin {
    margin: 0;
}
.nomargin p {
    margin: 0;
}
.note {
    padding: 20px 0px;
    margin: 0;
}
.title-separator {
    background: #E8F5FA;
}
.title-separator span {
    background: white;
    display: block;
    max-width: 390px;
    margin: 0 auto;
}
.map1bg {
    padding-top: 15px;
    padding-right: 15px;
}
.map1bg .side_padd {
    background-image: url('../img/map.jpg');
    background-position: top right;
    background-repeat: no-repeat;
    min-height: 550px;
}
.map2bg {
    padding-top: 15px;
    padding-right: 15px;
}
.map2bg .side_padd {
    padding-right: 20px;
    padding-left: 35px;
    padding-top: 5px;
}
.map2bg h2 {
    margin-top: 10px;
}
.whitebox {
    background: white;
    padding: 30px 45px;
}
.whitebox h3 {
    font-size: 22px;
    font-family: 'Poppins';
    font-weight: 700;
    color: #292C85;
    margin-top: 0;
}
.question, .answer {
    padding: 7px 30px 7px 60px;
    border-radius: 100px;
    background: white;
    position: relative;
}
.question p, .answer p {
    font-family: 'Poppins';
    font-size: 18px;
}
.question {
    background: #E8F5FA;
}
.question:before {
    position: absolute;
    content: 'Q:';
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 18px;
    top: 25px;
    left: 30px;
}
.answer:before {
    position: absolute;
    content: 'A:';
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 18px;
    top: 25px;
    left: 30px;
}
.simple_table {
    width: 100%;
    font-family: 'Poppins';
    border-collapse: collapse;
}
.simple_table th, .simple_table td {
    text-align: left;
    padding: 20px 20px;
}
.simple_table tr {
    border-bottom: 2px solid #0066CC;
}
.graphtitle {
    font-size: 22px;
}
.graphnote {
    font-size: 16px;
}
.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    display: none;
}
.modal-inner {
    background: white;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    padding: 20px 20px 50px 20px;
    border-radius: 23px;
}
.modal-inner .exit {
    margin-bottom: 20px;
}
.modal-inner .exit img {
    margin: 0 0 0 auto;
    cursor: pointer;
}
.modal-content img {
    margin: 0 auto;
}
.modal-content h2.title-separator {
    font-size: 26px;
}
.modal-content h3 {
    font-size: 18px;
    font-family: 'Poppins';
    font-weight: 700;
    color: #292C85;
    margin-top: 0;    
    margin-bottom: 50px;
}
.modal-content p {
    margin: 10px 0px;
    font-size: 19px;
}
.criteria {
    margin: 0 auto;
    max-width: 460px;
}
.criteria-refs {
    margin: 0 auto;
    max-width: 700px;
}
.criteria .col4 {
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
}

.criteria .col8 {
    -ms-flex: 0 0 calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
}

.criteria-refs .col8 {
    -ms-flex: 0 0 calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    max-width: calc(100% - 120px);
}

.criteria-refs .col4 {
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
}


#patients1 {
    background: white;
    max-width: 741px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
#patients1 img {
    position: relative;
    z-index: 1;
}
.process {
    position: relative;
    margin-top: -79px;
    left: 0;
    height: 79px;
    z-index: 0;
    background: #68cccb;
    width: 0;
    -webkit-transition: width 0.5s linear;
    -moz-transition: width 0.5s linear;
    -ms-transition: width 0.5s linear;
    transition: width 0.5s linear;
}
#patients2 {
    background: white;
    max-width: 368px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
#patients2 img {
    position: relative;
    z-index: 1;
}
#patients3 {
    background: white;
    max-width: 368px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
#patients3 img {
    position: relative;
    z-index: 1;
}
.loginfooter {
    padding: 10px 0px;
    margin-top: 20px;
}
input:focus, textarea:focus, select:focus{
    outline: none;
}
.gr_input {
    background: white;
    width: 100%;
    font-size: 16px;
    padding: 20px 30px;
    border: 1px solid #707070;
    color: #707070;
    border-radius: 5px;
    margin-bottom: 20px;
    -webkit-transition: border 0.2s linear;
    -moz-transition: border 0.2s linear;
    -ms-transition: border 0.2s linear;
    transition: border 0.2s linear;
}
.gr_input:focus {
    border: 1px solid #40a3c9;
}
.forgot {
    margin: 0;
    color: #555555;
}
.forgot a {
    color: #555555;
    text-decoration: underline;
}
.forgot a:hover {
    color: #555555;
    text-decoration: none;
}
.fullbtn {
    width: 100%;
}
.resource .btn {
    width: 100%;
    text-align: center;
}
#modal-refs ol li p {
    word-break: break-word;
}
.myaccount {
    text-align: right;
}
.myaccount-icon {
    max-width: 190px;
    margin: 0 0 0 auto;
    position: relative;
    cursor: pointer;
}
.myaccount-icon img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.myaccount-icon span {
    font-family: 'Poppins';
    display: inline-block;
    color: white;
    font-size: 18px;
    vertical-align: middle;
    -webkit-transition: color 0.2 linear;
    -moz-transition: color 0.2 linear;
    -ms-transition: color 0.2 linear;
    transition: color 0.2 linear;
}
.sub-account, .sub-menu-block {
    position: absolute;
    top: 45px;
    right: 14px;
    max-width: 180px;
    width: 100%;
    background: #66CCCC;
    display: none;
    z-index: 2;
    -webkit-transition: opacity 0.2 linear;
    -moz-transition: opacity 0.2 linear;
    -ms-transition: opacity 0.2 linear;
    transition: opacity 0.2 linear;
}
.sub-menu-block {
    min-width: 175px;
    right: 0;
    margin-right: -42px;
    top: 70px;
}
.sub-account ul, .sub-menu-block ul {
    margin: 0;
    padding: 10px 25px;
    list-style: none;
}
.sub-menu-block ul {
    padding: 10px 15px;
}
.sub-account ul li, .sub-menu-block ul li {
    padding: 10px 0px;
    text-align: left;
    margin: 0;
}
.sub-menu-block ul li + li {
    margin-left: 0;
}
.sub-menu-block ul li {
    text-align: center;
    display: block;
    width: 100%;
}
.sub-menu-block ul li a:hover {
    color: white;
}
.sub-menu-block.active {
    display: block;
    z-index: 2;
}
.sub-account ul li a, .sub-menu-block ul li a {
    font-family: 'Poppins';
    color: white;
}
.sub-account:after, .sub-menu-block:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #66CCCC transparent;
}
.myaccount.opened .myaccount-icon span {
    color: #66CCCC;
}
.myaccount.opened .sub-account {
    display: block;  
}
.transparent-block {
    background: rgba(255,255,255,0.2);
    padding: 15px 20px;
    margin: 0 0px 0 30px;
}
.transparent-block p {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 22px;
}
.transparent-block ul {
    padding-left: 15px;
}
.transparent-block ul li {
    color: white;
    margin: 7px 0px;
    font-size: 18px;
}

.carousel-item .carousel-image {
    margin: 0 auto;
    display: block;
    max-width: 453px;
}
.carousel-item .carousel-text {
    min-height: 110px;
} 
.carousel-item p {
    font-family: 'Poppins';
    font-size: 18px;
    text-align: center;
    color: black;
}
.carousel-item p.date {
    color: #747474;
    font-size: 14px;
    font-weight: 400;
}
.carousel-item p.copyright {
    color: #747474;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
    text-align: right;
}
.carousel-nav {
    position: relative;
    margin: 30px auto;
    max-width: 320px;
    width: 100%;
    font-size: 0;
}
.carousel-nav-item {
    display: inline-block;
    vertical-align: middle;
    max-width: calc(25% - 5px);
    width: 100%;
    height: 6px;
    background: #EAEAEA;
    border-radius: 2px;
    cursor: pointer;
    margin: 0px 2.5px;
}
.carousel-nav-item.active {
    background: #66CCCC;
}
.discover-icon img {
    display: block;
    margin: 0 auto;
}
.discover-icon h4 {
    text-align: center;
    font-size: 18px;
}
.thickfooterseparator {
    width: 100%;
    height: 15px;
    background: #E8F5FA;
}
.icontitle {
    margin-bottom: 25px;
}
.icontitle img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.icontitle h2 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.search_input {
    text-align: right;
    position: relative;
}
.search_input input {
    padding: 12px 15px;
    border: 1px solid white;
    border-radius: 2px;
    min-width: 250px;
    padding-right: 35px;
}
.search_input img {
    position: absolute;
    top: 8px;
    right: 7px;
}
.date-block img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.date-block p {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.webinar-description-block h2 {
    font-size: 18px;
}
.webinar-description-block p {
    font-size: 16px;
}
.featured-thumb {
    position: relative;
    min-height: 100%;
    padding: 20px;
    background-size: cover;
    background-position: center center;
    min-height: 275px;
}
.featured-thumb h4 {
    margin-top: 0;
    max-width: 290px;
    color: white;
    font-size: 21px;
}
.featured-thumb .date {
    max-width: 205px;
    background: #66CCCC;
    padding: 8px 15px;
    width: 100%;
}
.featured-thumb .date span {
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
    color: white;   
}
.featured-thumb-content {
    top: 50%;
    position: absolute;
    -webkit-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}
.viewall a span {
    display: inline-block;
    vertical-align: middle;
    color: #292C85;
    font-weight: 600;
}
.viewall a img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.nowebinar {
    padding: 20px 0px;
    margin: 0 auto;
    max-width: 500px auto;
    text-align: center;
}
.nowebinar img {
    max-width:  100%;
    margin: 0 auto;
}
.btn-left {
    font-size: 16px;
}
.btn-right {
    font-size: 16px;
    float: right;
}
.webimg {
    min-height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.webcontent {
    background: white;
    padding: 5px 30px 25px 30px;
}
.webcontent .webinar-description-block h2 {
    min-height: 90px;
}
.darkbg {
    background: #1F232E;
    padding: 20px 15px 5px 15px;
}
.darkbg h2 {
    color: #66CCCC;
}
.darkbg h3 {
    color: #66CCCC;
    font-family: 'Poppins';
    font-size: 24px;
    max-width: 350px;
    width: 100%;
}
.darkbg p {
    color: white;
}
.darkbg .featured-buttons {
    margin: 30px 0px;
}
.darkbg .featured-buttons .supporting {
    display: inline-block;
    vertical-align: middle;
}
.supporting img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.supporting p {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    color: #66cccc;
    font-weight: 600;
    font-size: 20px;
}
.darkbg .btn {
    border-color: #66cccc;
    color: #66cccc;
}
.podcast-featured-img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.featured-podcast audio {
    width: 100%;
}
.podcast-item {
    border-bottom: 2px solid #B7B5B5;
    padding: 10px 0px;
}
.pod-img {
    width: 214px;
    height: 214px;
    display: inline-block;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pod-description {
    display: inline-block;
    vertical-align: middle;
    padding-left: 35px;
    width: calc(100% - 218px);
}
.pod-description h3 {
    color: #292C85;
    font-size: 24px;
    font-family: 'Poppins';
}

.poster-item {
    border-bottom: 2px solid #B7B5B5;
    padding: 25px 0px;
}
.poster-icon {
    display: inline-block;
    vertical-align: middle;
}
.poster-description {
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
    width: calc(100% - 181px);
}
.poster-description h3 {
    color: #292C85;
    font-size: 24px;
    font-family: 'Poppins';
    margin: 0;
}
.poster-description p {
    margin: 7px 0px;
}
.poster-item .button {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
}
.check-container {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  font-family: 'Poppins';
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: white;
  border: 1px solid #A7A7A7;
}
.check-container:hover input ~ .checkmark {
  background-color: white;
  border: 1px solid #AAAAAA;
}
.check-container input:checked ~ .checkmark {
  background-color: white;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.check-container input:checked ~ .checkmark:after {
  display: block;
}
.check-container .checkmark:after {
  left: 9px;
  top: 4px;
  width: 4px;
  height: 10px;
  border: solid #A7A7A7;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.input_block {
    margin-bottom: 30px;
}
.g_label {
    margin-bottom: 10px;
}
.g_input {
    font-size: 16px;
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #A7A7A7;
    border-radius: 3px;
    background:  white;
    font-family: 'Poppins';
    resize: none;
}
.btn-margin-left {
    margin-left: 25px;
}
.study-charts2 {
    margin: 0 auto;
    max-width: 650px;
    width: 100%;
}
#errors pre {
    font-family: 'Poppins';
    font-size: 12px;
}
.error {
    color: red;
    font-size: 14px;
    font-family: 'Poppins';
}
.correct {
    color: green;
    font-size: 14px;
    font-family: 'Poppins';
}
.num_part {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 5px 30px;
    vertical-align: middle;
}
.num_part p {
    margin: 0;
    font-size: 34px;
    font-weight: 600;
    color: #66CCCC;
}
.legend {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}
.legend h4 {
    font-weight: 600;
    margin: 0;
}
.chart {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100px;
    height: 100px;
    background: white;
    border-radius: 100%;
}
.chart canvas {
    width: 100px;
}
.pie-value-original {
    display: none;
}
.pie-value {
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #66CCCC;
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -20px;
}
.legend-item {
    margin: 0px 0px 5px 0px;
    text-align: left;
}
.li1 {
    margin-top: 10px;
}
.legend-item div {
    position: relative;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.li1 div {
    background: #66CCCC;
}
.li2 div {
    background: #f55b41;
}
.legend-item p {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    color: #292C85;
}
.chart-enrolled {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0px 15px 5px 15px;
    vertical-align: middle;
}
.chart-enrolled p {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #66cccc;
    margin-top: 5px;
}
.chart-enrolled p.enrolled-number {
    font-size: 40px;
}
.participating_home, .investigational, .enrolled {
    margin-bottom: 30px;
}
#patients1.small-patients {
    max-width: 270px;
    margin-top: 5px;
    background-color: #ddd; 
}
#patients1.small-patients .process {
    margin-top: -57px;
    height: 57px;
}
.participating {
    text-align: right;
    padding-right: 30px;
}
.participating .num_part {
    border: 10px solid #66cccc;
    padding: 15px 25px;
    background: white;
}
.participating h4 {
    text-align: left;
}
.investigational-study {
    padding-left: 30px;
    margin-bottom: 0;
}
.participating {
    margin-bottom: 0;
}
.static .whitebox h2 {
    font-size: 26px;
}
.static .whitebox h3 {
    font-size: 22px;
    font-family: 'Poppins';
    font-weight: 700;
    color: #292C85;
    margin-top: 0;
}
.static .whitebox ul.hyphen {
  margin-left: 0;
  padding-left: 26px;
}
.static .whitebox ul.hyphen {
  list-style-type: none;
}
.static .whitebox ul.hyphen > li {
  text-indent: 0px;
}
.static .whitebox ul.hyphen > li:before {
  content: "-";
  text-indent: -5px;
  display: inline-block;
vertical-align: top;
}
.static .whitebox ul.hyphen > li p {
    margin: 0;
    display: inline-block;
    margin-left: 15px;
    width: calc(100% - 20px);
}
.static .whitebox ul li {
    margin: 15px 0px;
    font-size: 18px;
    font-family: 'Poppins';
}
.smallfont {
    font-size: 14px;
}

.innerGrey
{
    background-color: #1d2028;
    padding: 20px;
    width: 100%;
    height: 100%;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.innerGrey h2
{
    color: #5ecdca;
    width: 100%;
    text-align: center;
    font-size: 28px;
}



/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin-left: 20px;
}

/* The actual timeline (the vertical ruler) */
.timeline::before {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #f84633;
  top: 17px;
  bottom: 0;
  margin-left: -3px;
  z-index: 0;
}

.timelineDate
{
    margin-left: 5px;
}

.timelineDate p
{
    color: #293585;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    font-family: 'Poppins';
    margin-top: 15px;
}

/* Container around content */
.timeline .container {
  padding: 2px 40px;
  position: relative;
  background-color: inherit;
}

/* The circles on the timeline */
.timeline .container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #f84633;
  top: 15px;
  border-radius: 50%;
  z-index: 4;
}


/* Fix the circle for containers on the right side */
.timeline .right::after {
  left: -16px;
}

/* The actual content */
.timeline .content {
  padding: 20px 30px;
  background-color: #2b3584;
  position: relative;
  border-radius: 20px;
}

.timeline .content h2
{
    text-align: center;
    color: white;
    font-family: 'Poppins';
    font-size: 23px;
}

.timeline .innerWhite
{
    background-color: white;
    border-radius: 20px;
    padding: 20px;
}

.timeline .innerWhite h2
{
    color: #2b3584;
    padding: 0;
    margin: 0;
    font-size: 18px;
    text-align: left;
}

.timeline .innerWhite button
{
    background-color: #fe4431;
    border-radius: 10px;
    border: none;
    font-family: 'Poppins';
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    min-height: 40px;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.5s;
    height: 100%;
}

.timeline .innerWhite button:hover
{
    background-color: #2b3584;
    transition: background-color 0.5s;
}

.available
{
    justify-content: center;
}

.available .row
{
    justify-content: space-evenly;
}

.unavailable
{
    justify-content: center;
}

.unavailable .row
{
    justify-content: space-around;
}