<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

    MAIN PAGE STYLESHEET FOR WEBINARS REPLAY PAGE

*/
@import "/wp-content/themes/versaccounts/assets/css/folder-name/media-stylesheet.css";

:root {
    --primary: #ffa200;
    --secondary: #ff6f00;
    --dark-bg: #1E1E1E;
    --light-gray: #F1F1F1;
    --dark-txt: #141414;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    line-height: 1.5em;
}
h1 {
    color: var(--primary);
    color: #ffa200;
    font-size: 60px;
    line-height: 0.8em;
}
h3 {
    font-size: 30px;
}
p {
    font-size: 16px;
}
.hide{ display: none !important;}
.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Webinar Replay Section */
.webinarReplay-section {
    padding: 12% 0% 3% 0%;
}
.webRep-wrapper .row:nth-child(1) .column {
 	padding: 1% 0%;   
}
.webRep-wrapper {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
.webRep-wrapper .row {
    margin-left: 0;
}
.webRep-wrapper h2 {
    text-align: center;
    line-height: 1.2em;
    color: #FFA20C;
    font-size: 30px;
}
.webRep-wrapper h3 {
    text-align: center;
    line-height: .5em;
    font-size: 26px;
}
.presentor-wrapper {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2% 0%;
}
.video-wrapper {
    background-color: gray;
    height: auto;
    width: 100%;
}
.presentor-wrapper span {
    padding-left: 2%;
}
.webRep-wrapper p {
    line-height: 1.5em;
    font-size: 14px;
	color: #141414;
}

/* Become a Versa Cloud Expert Section */
.vcExpert-wrapper {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    background: #3D4552 url(/wp-content/themes/versaccounts/assets/images/webinar/header-webinar.jpg);
    background-size: cover;
    background-position: center 35%;
}
.vcExpert-wrapper .row {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 2% 7%;
    margin-left: 0;
}
.vcExpert-wrapper .row .column.title {
    -ms-flex-preffered-size: 60%;
         -webkit-flex-basis: 60%;
            -moz-flex-basis: 60%;
                 flex-basis: 60%;
}
.vcExpert-wrapper .row .column.title h2 {
    color: #FFA20C;
    line-height: 1em;
}
.vcExpert-wrapper .row .column.title p {
    color: #fff;
    line-height: 1.5em;
    padding-right: 25%;
}
.vcExpert-wrapper .row .column.button {
    text-align: left;
    background: none;
    padding: 0 !important;
}
.vcExpert-wrapper .column.button button {
    border: none;
    background: #1388D5;
    color: #fff;
    width: 70%;
    border-radius: 5px;
    padding: 4% 0%;
    cursor: pointer;
    font-size: 14px;
	font-weight: 700;
}
.vcExpert-wrapper .column.button button:hover {
    background: #fff;
    color: #1388D5;
}

/* Other Webinar Replays You Might Wanna Watch */
.otherWebReplay-wrapper {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
.otherWebReplay-wrapper .row {
    display: block;
    margin-left: 0;
}
.otherWebReplay-wrapper .row h2 {
    color: #000;
    line-height: 2.5em;
}
.otherWebReplay-wrapper .row a {
    color: #FFA20C;
    line-height: 2.5em;
    border-bottom: 1px solid #FFA20C;
    text-decoration: none;
    font-size: 18px;
}

/* Got Question Section */
.gotQuestions-section {
    padding: 2% 0%;
    background: url('/wp-content/uploads/2020/03/Got_questions_divider.png');
    background-size: cover;
    background-position: 10% 90px;
    background-repeat: no-repeat;
}
.gotQ-wrapper {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}
.gotQ-wrapper .column1 {
    -ms-flex-preffered-size: 30%;
         -webkit-flex-basis: 30%;
            -moz-flex-basis: 30%;
                 flex-basis: 30%;
}
.gotQ-wrapper .column2 {
    -ms-flex-preffered-size: 70%;
         -webkit-flex-basis: 70%;
            -moz-flex-basis: 70%;
                 flex-basis: 70%;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.gotQ-wrapper .row {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-left: 0;
}
.column.question {
    padding: 2%;
    -ms-flex-preffered-size: 40%;
         -webkit-flex-basis: 40%;
            -moz-flex-basis: 40%;
                 flex-basis: 40%;
}
.column.question h2 {
    font-size: 30px;
    color: #000;
}
.column.question p {
    font-size: 14px;
    line-height: 1.5em;
}
.column.versaVids {
    padding: 1%;
    -ms-flex-preffered-size: 33%;
         -webkit-flex-basis: 33%;
            -moz-flex-basis: 33%;
                 flex-basis: 33%;
}
.column.knowledgebase {
    padding: 1%;
    -ms-flex-preffered-size: 33%;
         -webkit-flex-basis: 33%;
            -moz-flex-basis: 33%;
                 flex-basis: 33%;
}
.column.getIntouch {
    padding: 1%;
    -ms-flex-preffered-size: 33%;
         -webkit-flex-basis: 33%;
            -moz-flex-basis: 33%;
                 flex-basis: 33%;
}
.wrapper {
    padding: 5%;
    box-shadow: 9px 8px 17px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #fff;
}
.webinar-bttn {
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 10% 0%;
    color: #fff;
}
.versaVids .webinar-bttn {
    background: #1388D5;
    font-size: 14px;
}
.knowledgebase .webinar-bttn {
    background: #ED4200;
    font-size: 14px;
}
.getIntouch .webinar-bttn {
    background: #FFB92E;
    font-size: 14px;
}
.upcoming-webinar.replay h2{
	font-weight: 700;
    color: #141414 !important;
}
.versaCloudExpert-section h4{
	font-weight: 700;
    color: #ffa200 !important;
    margin: 0;
    font-size: 24px;
}
.versaCloudExpert-section h4:hover{
	color: #ffa200 !important;
    text-decoration: underline;
}
.versaCloudExpert-section h5{
    color: #141414 !important;
	margin: 0;
    margin-bottom: 5px;
}
.versaCloudExpert-section p{
	line-height: 1.5em !important;
    color: #141414;
	font-size: 14px !important;
  	margin-top: 10px;
}
.versaCloudExpert-section .small-col{
	padding: 1.5%; border-radius: 5px;
	background: #ffffff;
	max-width: 450px;
}
.up-calendar	{
 	height: 20px;
    width: 20px;
    background-color: #bbb;
    background: url('/wp-content/themes/versaccounts/assets/images/webinar/calendar.png');
    background-size: contain;
    background-repeat: no-repeat;
	vertical-align: bottom;
    display: inline-block;
    margin-right: 5px;
}
.up-clock	{
 	height: 20px;
    width: 20px;
    background-color: #bbb;
    background: url('/wp-content/themes/versaccounts/assets/images/webinar/countdown.png');
    background-size: contain;
    background-repeat: no-repeat;
	vertical-align: bottom;
    display: inline-block;
    margin-left: 30px;
	margin-right: 5px;
}
.versaCloudExpert-section .vce-row{
	width: 100%;
    max-width: 950px;
    padding-bottom: 3%;
}
.versaCloudExpert-section .small-col:hover{
	background: #fff;
}
/* CTA Section */
section#cta-trial {
    display: none;
}
.column.transcript {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}
.column.transcript p {
    max-width: 800px;
	margin-bottom: 2%;
    line-height: 1.5em;
}
.lightbox-con{ cursor: pointer;}
.light-container::after{
  content: "";
  clear: both;
  display: table;
}
.lightbox-con img{ margin-bottom: 2%;    border: 1px solid #ffa200;}
.light-span{ float: none; min-height: 0; margin-left: 0;font-weight: 700;
    letter-spacing: 2px; color: #ffa200;}
.lightbox-opened {
  background-color: rgba(0,0,0,0.6);
  cursor: pointer;
  height: 100%;
  left: 0;
  overflow: hidden;
  padding: 24px;
    padding-top: 10%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
    display: none;
        z-index: 100;
}
.lightbox-opened:before {
  background-color: #333;
  background-color: rgba(#333, 0.9);
  color: #eee;
  content: "x";
  font-family: sans-serif;
  padding: 6px 12px;

  position: fixed;
  text-transform: uppercase;
}
/*-----------------------------------*/
/*          DESKTOP SCREENS          */
/*-----------------------------------*/
@media screen and (min-width: 2100px) {
	
    .webinarReplay-section {
        padding: 8% 0% 3% 0%;
    }
    
}
@media screen and (max-width: 1920px) and (min-width: 1661px) {
    /* Webinar Replay Section */
	.webinarReplay-section {
        padding: 5% 0% 3% 0%;
    }
    .webRep-wrapper .row:nth-child(1) .column {
     	padding: 3% 0% 1%;   
    }.lightbox-opened{ padding-top: 5% !important;}
}
@media screen and (max-width: 1600px) {
    /* Webinar Replay Section */
	.webinarReplay-section {
        padding: 5.5% 0% 3% 0%;
    }
}
@media screen and (max-width: 1366px) {
    /* Webinar Replay Section */
	.webinarReplay-section {
        padding: 6% 0% 3% 0%;
    }
}
@media screen and (max-width: 1280px) {
    /* Webinar Replay Section */
    .webRep-wrapper {
        width: 90%;
    }
    /* Become a Versa Cloud Expert Section */
    .vcExpert-wrapper {
        width: 90%;
    }
    /* Other Webinar Replays You Might Wanna Watch */
    .otherWebReplay-wrapper {
        width: 90%;
    }
    /* Got Question Section */
    .gotQ-wrapper {
        width: 90%;
    }
}
@media screen and (max-width: 1160px) {
    /* Webinar Replay Section */
    .webinarReplay-section {
    	padding: 6.5% 0% 3% 0%;
    }
}
@media screen and (max-width: 1080px) {
    /* Webinar Replay Section */
    .webinarReplay-section {
    	padding: 7% 0% 3% 0%;
    }

    /* Become a Versa Cloud Expert Section */
    .vcExpert-wrapper .column.button button {
        width: 80%;
    }
}

/*-----------------------------------*/
/*           TABLET SCREENS          */
/*-----------------------------------*/
@media screen and (max-width: 1024px) {
    /* Webinar Replay Section */
    .webinarReplay-section {
    	padding: 7.5% 0% 3% 0%;
    }
	
    /* Become a Versa Cloud Expert Section */
    .vcExpert-wrapper .column.button button {
        width: 100%;
        padding: 5% 0%;
    }
    .upcoming-webinar.replay .vce-row{ padding: 0 5%;}
}
@media screen and (max-width: 900px) {
    /* Webinar Replay Section */
    .webinarReplay-section {
    	padding: 8% 0% 3% 0%;
    }
    .webRep-wrapper h2 {
        font-size: 28px;
    }
    .webRep-wrapper h3 {
		font-size: 24px;
    }

    .vcExpert-wrapper .row{
		display: block;
	}

    /* Become a Versa Cloud Expert Section */
    .vcExpert-wrapper .row {
        -webkit-flex-direction: column;
           -moz-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .vcExpert-wrapper .row .column.title h2 {
        text-align: center;
    }
    .vcExpert-wrapper .row .column.title p {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        padding-right: 0;
    }
    .vcExpert-wrapper .row .column.button {
        width: 40%;
        padding: 0;
        margin: 10px auto;
    }
    /* Got Question Section */
    .gotQ-wrapper .row {
        -webkit-flex-direction: column;
           -moz-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
@media screen and (max-width: 800px) {
    /* Webinar Replay Section */
    .webinarReplay-section {
    	padding: 10% 0% 3% 0%;
    }
    
}
@media screen and (max-width: 768px) {
    /* Webinar Replay Section */
    .webinarReplay-section {
        padding: 11% 0% 5% 0%;
    }
    .webRep-wrapper h3 {
        font-size: 25px;
    }

    /* Become a Versa Cloud Expert Section */
    
    .vcExpert-wrapper .row .column.button {
        width: 45%;
    }

    /* Other Webinar Replays You Might Wanna Watch */
    .otherWebReplay-wrapper .row h2 {
        font-size: 24px;
    }

    /* Got Question Section */
    .column.question h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 700px) {
    /* Webinar Replay Section */
    /* Become a Versa Cloud Expert Section */
    .vcExpert-wrapper .row .column.button{
        width: 50%;
    }
    /* Other Webinar Replays You Might Wanna Watch */
    /* Got Question Section */
}
@media screen and (max-width: 640px) {
    /* Webinar Replay Section */
    .webinarReplay-section {
        padding: 13% 0% 5% 0%;
    }
}

/*-----------------------------------*/
/*           MOBILE SCREENS          */
/*-----------------------------------*/
@media screen and (max-width: 600px) {
    .lightbox-con img{ float: left; margin-right: 15px; border: 1px solid #ffa200;}
    .column.transcript p{ margin-left: 0;}
    
    /* Webinar Replay Section */
    .webRep-wrapper h2 {
        font-size: 26px;
    }
    .webRep-wrapper h3 {
        font-size: 22px;
    }
    .presentor-wrapper span {
        text-align: left;
    }
    
    /* Become a Versa Cloud Expert Section */
    .vcExpert-wrapper .row .column.title p {
        width: 100%;
    }
    .vcExpert-wrapper .row .column.button {
        width: 55%;
    }

    /* Other Webinar Replays You Might Wanna Watch */
    .otherWebReplay-wrapper .row h2 {
        line-height: 1em;
    }

    /* Got Question Section */
    .gotQuestions-section {
        background-position: 10% -40px;
    }
    .light-container{ float: none;}
    .lightbox-opened { padding-top: 30%;}
}
@media screen and (max-width: 520px) {
    /* Webinar Replay Section */
    .webinarReplay-section {
        padding: 15% 0% 5% 0%;
    }

    /* Become a Versa Cloud Expert Section */
    .vcExpert-wrapper .row .column.button {
        width: 70%;
    }

    /* Other Webinar Replays You Might Wanna Watch */

    /* Got Question Section */
}
@media screen and (max-width: 440px) {
	.gotQ-wrapper .row, .gotQ-wrapper .column2{ display: block;}
    /* Webinar Replay Section */
    .webinarReplay-section {
        padding: 18% 0% 5% 0%;
    }
    .webRep-wrapper h2 {
        font-size: 25px;
    }
    /* Become a Versa Cloud Expert Section */
    .vcExpert-wrapper .row .column.button {
        width: 100%;
        padding: 0;
    }
	.upcoming-webinar.replay .vce-row{ display: block !important;}
    /* Other Webinar Replays You Might Wanna Watch */

    /* Got Question Section */
    .gotQ-wrapper .column2 {
        padding: 0% 15%;
        -webkit-flex-direction: column;
           -moz-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .column.versaVids {
        padding: 3% 0%;
    }
    .column.knowledgebase {
        padding: 3% 0%;
    }
    .column.getIntouch {
        padding: 3% 0%;
    }
}
@media screen and (max-width: 414px) {
    /* Webinar Replay Section */
    .webinarReplay-section {
        padding: 18% 0% 5% 0%;
    }
    .webRep-wrapper h2 {
        font-size: 25px;
    }
}
@media screen and (max-width: 380px) {
    /* Webinar Replay Section */
    .webinarReplay-section {
        padding: 20% 0% 5% 0%;
    }
    .webRep-wrapper h2 {
        line-height: 1em;
        font-size: 21px;
    }
    .webRep-wrapper h3 {
        font-size: 18px;
    }
    .presentor-wrapper {
        padding: 3% 0%;
    }
}
@media screen and (max-width: 320px) {
    /* Webinar Replay Section */
    .webinarReplay-section {
        padding: 25% 0% 5% 0%;
    }

    /* Become a Versa Cloud Expert Section */

    /* Other Webinar Replays You Might Wanna Watch */
    .otherWebReplay-wrapper .row h2 {
        font-size: 21px;
        line-height: 1.5em;
    }
    .otherWebReplay-wrapper .row a {
        font-size: 15px;
    }

    /* Got Question Section */
    .gotQ-wrapper .column2 {
        padding: 0% 10%;
    }
}</pre></body></html>