/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

body {
    line-height: 1
}

button {
    outline: 0
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

q {
    display: inline;
    font-style: italic
}

q:before {
    content: '"';
    font-style: normal
}

q:after {
    content: '"';
    font-style: normal
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th,
td {
    padding: 2px
}

big {
    font-size: 120%
}

small,
sup,
sub {
    font-size: 80%
}

sup {
    vertical-align: super
}

sub {
    vertical-align: sub
}

dd {
    margin-left: 20px
}

kbd,
tt {
    font-family: courier;
    font-size: 12px
}

ins {
    text-decoration: underline
}

del,
strike,
s {
    text-decoration: line-through
}

dt {
    font-weight: bold
}

address,
cite,
var {
    font-style: italic
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.sticky {}

.bypostauthor {}

.wp-caption {}

.wp-caption-text {}

.gallery-caption {}

.alignright {}

.alignleft {}

.aligncenter {}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #fff !important;
}

body {
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
}

h1,
h2,
h3,
p,
a,
li,
span {
    font-family: 'Source Sans Pro', sans-serif;
}

.span12.widget-span.widget-type-cell.container {
    max-width: 1200px;
    margin: 0 auto;
    float: none;
}

header#header,
header.header,
aside#sidebar,
footer#footer {
    display: none;
}

.login-page {
    background: url(/wp-content/uploads/2020/06/bg.jpg)no-repeat center right /cover;
    min-height: 100vh;
    padding-top: 5vh;
    box-sizing: border-box;
    border-bottom: 10px solid #30C0D2;
    padding-bottom: 5vh;
}

body .container {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

.conf-title {
    color: #FFFFFF;
    font-size: 43px;
    font-weight: bold;
    letter-spacing: 0.35px;
    line-height: 1.3;
    margin: 10px 0 0;
    text-align: center;
}

.conf-title span {
    font-weight: 400;
}

.conf-subtitle {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -0.2px;
    line-height: 34px;
    text-align: center;
}

.conf-subtitle span {
    font-weight: bold;
}

h4.start {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.15px;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
}

.countdown {
    display: flex;
}

.countdown .time {
    height: 69px;
    color: #30C0D2;
    font-family: "Source Sans Pro";
    font-size: 60px;
    font-weight: 900;
    letter-spacing: 0.48px;
    line-height: 70px;
    text-align: center;
}

.countdown .label {
    height: 52px;
    color: #FFFFFF;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.15px;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
}

.form-container {
    background: #F2F2F2;
    margin-top: 30px;
    padding: 25px 35px 40px;
    box-shadow: 0 2px 5px 0 rgba(169, 169, 169, 0.5);
}

.form-container h3 {
    color: #2192A0;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 0.5px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 20px;
}

.form-container label {
    height: 30px;
    color: #000000;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
    display: block;
    margin-bottom: 0;
}

.form-container input:not([type='checkbox']) {
    box-sizing: border-box;
    height: 49px;
    width: 100%;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    background-color: #FFFFFF;
}

.form-container button.button.button-secondary.wp-hide-pw.hide-if-no-js {
    display: none;
}

.form-container .login-submit input {
    height: 48px;
    width: 100%;
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.33px;
    line-height: 48px;
    text-align: center;
    border-radius: 25px;
    background: #30C0D2;
    transition: ease-in-out 0.4s;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
}

.form-container .login-submit input:hover {
    background: #fff;
    color: #30C0D2;
}

.form-container .login-submit input:focus {
    border: none !important;
    outline: none !important;
}

.form-container .open-form .login-submit {
    margin-top: 0;
}

p.forgetmenot.col-md-6 label {
    line-height: 1;
    padding: 0;
    margin: 0;
    height: auto;
    font-size: 16px;
}

p.forgetmenot.col-md-6 {
    display: flex;
    align-items: center;
    padding: 5px 0;
    margin-top: 15px;
    float: left;
}

input#rememberme {
    margin-right: 10px
}

.text-form {
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    width: 100%;
}

.forgot-password.col-md-6 {
    /* display: flex; */
    align-items: center;
    margin-top: 0;
    text-align: right;
    justify-content: flex-end;
    padding-right: 0;
    float: right;
}

.forgot-password.col-md-6 p {
    text-align: right;
}

.open-form {
    display: none;
    width: 400px;
    padding: 15px;
    position: absolute;
    top: 100%;
    background: #d1d1d1;
    text-align: left !important;
    right: 0;
}

.forgor-form {
    cursor: pointer;
}

p.login-submit {
    margin-top: 25px;
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

.form-container input {
    outline-offset: 0;
}

.form-container input:focus {
    outline: #ddd auto 1px;
}

.as-2 {
    height: 500px;
    width: 100%;
    background: radial-gradient(circle at bottom center, #2192A0 0%, #1F2834 65%);
    position: relative;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
}

section.as-2 .container {
    /* position: relative;
    z-index: 1; */
    text-align: center;
    padding: 90px 0 0;
}


/* ---- stats.js ---- */

.count-particles {
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.logo.col-md-3 img {
    max-width: 190px;
}

section.as-1 .container {
    display: flex;
    align-items: center;
    padding: 26px 0;
}

.logo-text.col-md-6 {
    text-align: center;
    color: #30C0D2;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 0.24px;
    line-height: 1.3;
    text-align: center;
}

a.w-btn {
    height: 48px;
    padding: 0 50px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 48px;
    text-align: center;
    background: #30C0D2;
    border-radius: 25px;
    display: inline-block;
    transition: ease 0.4s;
    text-decoration: none !important;
}

a.w-btn:hover {
    background: #1F2834;
    color: #fff;
}

section.as-1 a.w-btn {
    float: right;
}

section.as-2 h1 {
    color: #FFFFFF;
    font-family: "Source Sans Pro";
    font-size: 60px;
    font-weight: bold;
    letter-spacing: 1.68px;
    line-height: 1.3;
    text-align: center;
}

section.as-2 h1 span {
    font-weight: 400;
}

.inner-info {
    box-sizing: border-box;
    height: 215px;
    width: 694px;
    border: 2px solid #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
}

.col-md-6.date {
    border-right: 2px solid #FFFFFF;
    text-align: left;
    color: #fff;
    /* padding: 40px 30px;*/
    padding: 15px 30px 30px;
}

.inner-info .col-md-6 {
    height: 100%;
}

.col-md-6.place {
    padding: 47px 25px;
}

.col-md-6.date {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
}

.col-md-6.date .text-time {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.4;
    font-weight: normal;
    margin-top: 8px;
}

.p.link-text {
    color: #30C0D2;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3;
}

.col-md-6.place a.w-btn {
    height: 60px;
    width: 230px;
    text-transform: uppercase;
    line-height: 60px;
    border-radius: 50px;
}

.as-3 {
    background: #1f2834 url(/wp-content/uploads/2020/06/globe-01.jpg)no-repeat right center /cover;
    padding: 41px 0 80px;
}

.title-after {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
    text-transform: uppercase;
}

.as-4 .title-after {
    color: #1F2834;
    margin: 80px 0 55px;
}

.title-after:after {
    content: "";
    height: 2px;
    width: 48px;
    background: #30C0D2;
    position: absolute;
    bottom: 0;
    left: calc(50% - 24px);
}

.text-about {
    max-width: 623px;
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;
    margin: 35px auto 55px;
}

.time-session {
    color: #fff;
    margin-bottom: 50px;
    line-height: 1.2;
}

.time-session .time {
    color: #30C0D2;
    font-family: "Source Sans Pro";
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 4.5px;
    line-height: 1.1;
    margin-bottom: 10px;
}

.col-md-6.clinical-sessions {
    float: right;
    padding-left: 55px;
}

.col-md-6.partner-sessions {
    float: left;
    padding-right: 55px;
}

.inner-agenda.agenda-partners {
    max-width: 710px;
    margin: 0 auto;
}

.views-template-clinical-agenda .inner-agenda.agenda-partners {
    max-width: 339px;
    margin: 0 auto;
    float: none;
}

.views-template-clinical-agenda .col-md-6.clinical-sessions {
    float: right;
    padding-left: 55px;
    flex: 0 0 100%;
    max-width: 100%;
}

.session-duration {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
    padding-left: 20px;
    background: url(/wp-content/uploads/2020/06/clock.png)no-repeat left center;
    margin-top: 10px;
}

.session-description {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.2;
}

.title-session {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.3;
}

.break-session .time,
.break-session .title-session {
    color: #EEBDBD;
}

.col-md-6.clinical-sessions .time-session:first-child .title-session {
    font-size: 36px;
}

.col-md-6.clinical-sessions .time-session:first-child .time {
    font-size: 30px;
}

.col-md-12.text-agenda h2 {
    margin-bottom: 85px;
}

.col-md-6.clinical-sessions:after {
    content: "";
    width: 1px;
    background: #30C0D2;
    height: 95%;
    position: absolute;
    top: 25px;
    left: 25px;
}

.col-md-6.clinical-sessions:before {
    width: 25px;
    height: 1px;
    background: #30C0D2;
    content: "";
    position: absolute;
    top: 25px;
    left: 25px;
}

section.as-4 {
    background: #fff;
    padding-bottom: 85px;
}

section.as-4 .w-btn.table {
    width: 250px;
    margin: 30px auto 0;
}

section.as-5 {
    background: #F6F6F6;
    padding: 90px 0;
}

.as-5 .col-md-12 {
    display: flex;
}

.as-5 h2.title-after {
    text-align: left;
    margin-top: -10px;
    color: #1F2834;
    margin-bottom: 20px;
}

.as-5 h2.title-after:after {
    left: 0;
}

.col-md-6.about-image {
    text-align: right;
    padding-right: 0;
}

.text-about-block p {
    font-size: 18px;
}

.col-md-6.about-block {
    padding-left: 0;
    padding-right: 30px;
}

.as-6 {
    background: #fff;
    padding: 60px 0;
    text-align: center;
}

.as-6 h2.title-after {
    color: #1F2834;
}

.text-question-block {
    max-width: 590px;
    font-size: 18px;
    margin: 0 auto;
    margin-top: 20px;
}

.text-question-block a {
    color: #2192A0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
    margin-top: 15px;
    display: inline-block;
    text-decoration: underline;
}

.as-7 {
    background-color: #2192A0;
    padding: 30px 0 45px;
}

.as-7 .logo-text.col-md-6 {
    color: #fff;
    font-size: 43px;
    letter-spacing: 0.35px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 5px;
    justify-content: center;
}

.footer-text {
    flex: 0 0 100%;
}

body .footer-text p {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 1.4;
}

section.as-7 .w-btn {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
}

section.as-7 .w-btn:hover {
    background: #fff;
    color: #2192A0;
}

section.as-7 .watch-btn.col-md-3 {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.link-text {
    color: #30C0D2;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
}

.conf-s1 {
    background: #1F2834;
}

.w-btn.table {
    text-transform: uppercase;
}

.forgot-form {
    cursor: pointer;
}

.close-bio {
    position: absolute;
    transform: rotate(45deg);
    color: #2192A0;
    font-size: 50px;
    top: 20px;
    right: 30px;
    cursor: pointer;
    line-height: 1;
}

.speakers {
    color: #1F2834;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 74px 0;
    position: relative;
    text-transform: uppercase;
}

.speakers {
    margin: 0 0 25px;
}

.speakers:after {
    content: "";
    box-sizing: border-box;
    height: 2px;
    width: 48px;
    background: #30c0d2;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.full-bio-container {
    display: none;
}

.speakers-group {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.speaker-box {
    flex: 0 0 33%;
    margin-bottom: 30px;
    padding: 0 15px;
    box-sizing: border-box;
}

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

.speaker-name {
    color: #1F2834;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.1;
    text-align: center;
    margin: 25px 0 13px;
}

.speaker-position {
    color: #1F2834;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 10px;
    font-weight: 400;
}

.full-bio-link {
    color: #2192A0;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;
}

.full-bio-container {
    display: none;
    width: 1200px;
    left: 0;
    background: #ddd;
    position: absolute;
    padding: 70px 120px 45px 50px;
    background: #f2f2f2;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(31, 40, 52, 0.3);
    box-sizing: border-box;
    transition: ease 0.3;
    margin-top: -400px;
}

.right-bio {
    float: right;
    width: 66%;
}

.left-profile {
    float: left;
    width: 30%;
    text-align: center;
}

.next-session {
    color: #30C0D2;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.2;
    background: url(/wp-content/uploads/2020/06/arrow.png)no-repeat center right;
}

.open-side-menu {
    display: none;
}

.page-id-67 .open-side-menu {
    display: block;
    text-align: right;
    cursor: pointer;
}

.page-id-67 .as-1 .w-btn {
    display: none;
}

.agenda-menu-container h3 {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3;
    margin: 0 0 4vh;
}

.agenda-menu-container .title-session,
.agenda-menu-container .session-description,
.agenda-menu-container .session-duration {
    color: #1F2834;
}

.agenda-menu-container .session-duration {
    background: url(/wp-content/uploads/2020/06/bg_time.png)no-repeat left center;
}

.agenda-menu-container .break-session .time,
.agenda-menu-container .break-session .title-session {
    color: #EEBDBD;
}

.agenda-menu-container {
    padding: 10vh 43px;
}

.menu-footer h3 {
    color: #1F2834;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.menu-footer a {
    color: #2192A0;
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.3;
    text-decoration: underline;
}

.conf-s1 .container {
    padding: 7vh 0 11vh;
}

.conf-s1 .time-session {
    display: none;
}

.conf-s1 .col-md-2 {
    padding-right: 0;
    padding-left: 10px;
}

.conf-s1 .time-session {
    margin-top: 25px;
    border-bottom: 1px solid #30C0D2;
    padding-bottom: 20px;
}

.conf-s1 #wpv-view-layout-34 .time-session:first-child {
    display: none !important;
}

.agenda-menu-slide {
    position: fixed;
    right: -747px;
    transition: ease-in-out 0.4s;
    width: 747px;
    top: 0;
    height: 100vh;
    background: #F2F2F2;
    z-index: 2;
}

.agenda-menu-slide.active {
    right: 0;
}

.menu-footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 165px;
    background: #E8E8E8;
    padding: 40px 0 0 43px;
}

.inner-menu-box {
    height: calc(100vh - 165px);
    overflow-y: scroll;
}


/* width */

::-webkit-scrollbar {
    width: 10px;
    border-left: 1px solid #777;
}


/* Track */

::-webkit-scrollbar-track {}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #D8D8D8;
    border-radius: 6px;
    border-radius: 10px;
    box-shadow: inset 0 0 5px grey;
}

.close-menu {
    float: right;
    top: 30px;
    right: 30px;
    transform: rotate(45deg);
    color: #1F2834 !important;
    font-weight: 300;
    font-size: 65px;
    line-height: 0;
    position: absolute;
    cursor: pointer;
}

.all-session-list {
    max-width: 282px;
}


/* .conf-s1  .time-session:first-child {
  display: block;
} */

p.btn-after-block {
    width: 100%;
    text-align: center;
}

.mobile-mode {
    display: none;
}

.before-count .countdown .label {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
}

.before-count .countdown .time {
    font-size: 50px;
    height: 55px;
    height: 55px;
}

.page-id-67 section.as-7 .watch-btn.col-md-3 a.w-btn {
    display: none;
}

p.login-username label:before {
    content: "Email";
    font-size: 18px;
}

p.login-username label {
    font-size: 0;
    position: relative;
}

.wp-error:after {
    content: "Encountered a problem? Contact us for an immediate response - education@datumdental.com.";
    display: block;
}

.views-template-login-page .logo.col-md-3 img {
    max-width: 13vh;
}

.views-template-login-page .conf-title {
    font-size: 4.5vh;
}

h4.start {
    line-height: 7vh;
}

.views-template-login-page .countdown .time {
    line-height: 7vh;
    font-size: 7vh;
}

@media only screen and (max-width: 768px) {
    p.login-remember {
        width: 100%;
    }
    .speakers {
        margin: 20px 0 40px;
        font-size: 6.5vw;
    }
    .speaker-box {
        flex: 0 0 100%;
        position: relative;
        width: 100%;
    }
    .speakers-group {
        display: block;
    }
    .full-bio-container {
        position: relative;
        margin-top: 0;
        width: 100%;
        padding: 25px 25px 50px;
    }
    .left-profile {
        float: left;
        display: none;
    }
    .right-bio {
        width: 100%;
        float: none;
    }
    .close-bio {
        top: auto;
        right: auto;
        bottom: 5px;
        left: 44%;
    }
    .col-md-3.logo img {
        max-width: 100px;
    }
    .conf-title {
        font-size: 9vw;
        margin-top: 4vh;
    }
    .countdown .col-sm-3 {
        padding: 0 2vw;
    }
    .countdown .time {
        font-size: 11vw;
        line-height: 0.5;
        height: auto;
    }
    .countdown .label {
        font-size: 4vw;
        line-height: 2.2;
    }
    .form-container {
        padding: 5vw;
    }
    .form-container h3 {
        font-size: 8vw;
    }
    .forgot-password.col-md-6 {
        text-align: left;
    }
    .open-form {
        width: 100%;
    }
    .form-container .open-form .login-submit input {
        height: 30px;
        font-size: 4vw;
        line-height: 30px;
    }
    section.as-2 h1 {
        font-size: 9vw;
    }
    .inner-info {
        height: auto;
        width: 100%;
    }
    .col-md-6.date {
        border-right: 0;
        border-bottom: 2px solid #FFFFFF;
    }
    .as-2 {
        height: auto;
    }
    .as-5 .col-md-12 {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
    }
    .col-md-6.about-image img {
        width: 100%;
    }
    .col-md-6.about-image {
        text-align: center;
        padding-right: 15px;
    }
    .col-md-6.about-block {
        padding-left: 15px;
        padding-right: 15px;
    }
    section.as-2 .container {
        padding: 10vh 0;
    }
    .as-4 p {
        display: inline-block;
        width: 100%;
    }
    /* section.as-4 .w-btn.table {
        display: block;
    } */
    .as-4 .title-after {
        margin: 5vh 0;
    }
    .title-after {
        font-size: 7vw;
    }
    section.as-4 {
        padding-bottom: 6vh;
    }
    .as-7 {
        text-align: center;
    }
    .as-7 .logo-text.col-md-6 {
        font-size: 8vw;
        margin: 2vh 0;
    }
    section.as-7 .watch-btn.col-md-3 {
        justify-content: center;
    }
    .col-md-12.text-agenda h2 {
        margin-bottom: 5vh;
    }
    section.as-1 {
        text-align: center;
    }
    section.as-1 a.w-btn {
        float: none;
        margin: 2vh 0 1vh;
    }
    .col-md-3.logo {
        text-align: center;
    }
    a.w-btn {
        height: 35px;
        font-size: 17px;
        line-height: 35px;
    }
    .col-md-6.place a.w-btn {
        height: 45px;
        line-height: 45px;
        margin-top: 1vh;
        margin-bottom: 0;
    }
    .col-md-6.clinical-sessions .time-session:first-child .title-session {
        font-size: 8vw;
    }
    .agenda-menu-slide {
        width: 90%;
        right: -90%;
    }
    .as-1 .watch-btn.col-md-3 {
        width: 28%;
        padding: 0;
    }
    section.as-1 a.w-btn {
        float: none;
        margin: 2vh 1vw 1vh;
        width: 100%;
        height: auto;
        text-align: center;
        /*   display: inline-block;*/
        padding: 0 3vh;
        line-height: 1.2;
    }
    .as-1 .col-md-3.logo {
        width: 24%;
        float: left;
    }
    .page-id-67 .as-1 .col-md-3.logo {
        width: 25%;
        float: left;
    }
    .page-id-67 .as-1 .logo-text.col-md-6 {
        font-size: 6vw;
        width: 50%;
    }
    .as-1 .logo-text.col-md-6 {
        font-size: 6vw;
        width: 44%;
    }
    .page-id-67 .as-1 .watch-btn.col-md-3 {
        width: 25%;
        padding: 0 3vw;
    }
    .as-1 .logo-text.col-md-6 strong {
        display: block;
    }
    .mobile-mode {
        display: block;
    }
    .desktop-mode {
        display: none;
    }
    .as-1 .logo.col-md-3 img {
        max-width: 95%;
    }
    .menu-footer {
        padding: 3vh 5vw;
        height: 13vh;
    }
    .menu-footer h3 {
        font-size: 5vw;
    }
    .agenda-menu-container {
        padding: 6vh 6vw;
    }
    .agenda-menu-container .time-session {
        margin-bottom: 5vh;
    }
    .inner-menu-box {
        height: calc(100vh - 13vh);
    }
    .conf-s1 .col-md-2 {
        padding-right: 5vw;
        padding-left: 5vw;
        margin-top: 5vh;
    }
}




.as-2.gallery_container{height:auto;min-height:calc(100vh - 255px);background: url(/wp-content/uploads/2020/06/bg.jpg)no-repeat center right /cover;}
.gallery-conference{padding:60px 0;}
.gallery-conference .js-wpv-view-layout{display:flex;flex-wrap:wrap;}
.gallery-conference .vidyard-iframe{padding:20px;}
.gallery-conference .vidyard-iframe iframe{width:100%;height:195px;}
.gallery-conference .vidyard-iframe h2{color:#fff;font-size:20px;text-align:left;}
.gallery-conference .vidyard-iframe .video-description{color:#fff;text-align:left;}
.gallery-conference .vidyard-iframe .video-duration{color: #30C0D2;text-align:right;font-size:12px;}

.as-7 .logo-text.col-md-9 {
    color: #fff;
    font-size: 43px;
    letter-spacing: 0.35px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 5px;
    justify-content: center;
}

.header_date{color: #1F2834;font-size:22px;text-align:right;line-height:normal;}
.footer_links a{color:#fff;}
.footer_links{text-align:center;display:flex;align-items:center;}
.footer_links>div{float:right;}
.as-7 .logo-text.col-md-6{font-size: 36px;}

.spacer_wh{color:#fff;text-align:right;padding: 20px 0 0 0;}


@media only screen and (max-width: 768px){
    .gallery-conference .vidyard-iframe iframe{    height: 160px;}
    .as-2.gallery_container{min-height:200px;}
    .header_date{font-size:1.2em;float:right;text-align:center;}
    .spacer_wh{text-align:center;}
}














