@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
.main-header{
    display: flex;
    max-width: 1280px;
    margin: 32px auto;
    background: rgb(0,0,0);
background:#111;
   
    background-size: contain;
    position: relative;
    border-radius: 16px;
    box-shadow: 0 0 12px rgb(0 0 0 /50%);
    flex-wrap: wrap;
    
}

.container{
    max-width: 920px;
}
.events-menu{

    padding: 12px 0;
    border-top: 5px solid #00bef3;
    background-color: #272728;
    width: 100%;
    display: flex;
    justify-content: space-around;
    border-radius:  0 0 16px 16px;
}

.menu-link{
    display: flex;
    padding:0  16px;
    color: hsla(0, 0%, 100%, 1);
    line-height: 1;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    transition: all 0.4s;
    font-family: 'Oswald', sans-serif;
    margin: 0 16px;
    height: 52px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.menu-link:hover{
    text-decoration: none;
    color: white;
    opacity: 0.7;
}

.menu-link.disabled{
    opacity: 0.5;
    pointer-events: none;
}

.menu-link-date{
    display: block;
width: 100%;
font-size: 14px;
text-align: center;
}
.branding{
    padding: 32px 0px 20px 30px;
}
.ts-shot{
    position: absolute;
    z-index: 2;
    bottom: 0px;
    left: 1rem;
    max-width: 210px;
    height: 190px;
    overflow: hidden;
}

.video{
    margin:32px 0;
}
.timer {
    display: flex;
    padding: 24px;
    margin-left: auto;
    align-items: center;
    flex-wrap: wrap;
    color: white;
    text-align: center;
    line-height: normal;
    width: 300px;
}
.timer-el {
    display: flex;
    flex-direction: column;
    margin: 0 12px;
}

.time {
    font-size: 44px;
    font-family: 'Oswald', sans-serif;
}

.timer-title {
    width: 100%;
    margin-bottom: 0;
    font-family: 'Oswald', sans-serif;

}

@media (min-width: 1300px){
    .img-h-hl {
        bottom: 4rem;
        right: 4rem;
    }
}

.icon{
    height: 32px;
    width: 32px;
    background-color: #fff;
    text-align: center;
    line-height: 1.35;
    font-size: 24px;
    border-radius: 24px;
    color: #272728;
}
.img-arrow-left {
    opacity: 1;
    position: absolute;
    top: 2.8rem;
    left: -6.2rem;
    z-index: 2;
    width: 200px;
    transform: scale(0.4);
}
.schedule-text{
    font-weight: bold;
    color: white;
    font-size: 24px;
    margin-left: 8px;
}
.img-h-hl {
    position: absolute;
    bottom: -10rem;
    right: -10rem;
    z-index: 2;
    max-width: 248px;
}

.divider-bottom-triangle {
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 3;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}
body {
    color: #000000;
    font-family: 'Poppins', sans-serif;
}

.top{background-color: #3FA9F5; padding: 10px 0;}

.logo {
    display: block;
}

a{
    color: #3FA9F5;
}
a:hover{
    color: #3FA9F5;
}
.callout{
    padding: 32px;
    background-image: url(/images/op-bg.jpg);
    background-size: auto;
    background-position:top middle;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0,0,0,0.25);
    margin-bottom: 32px;
    text-align: center;
    color: white;

}

.add-to-calendar{
    height: 52px;
display: flex;
align-items: center;
margin: auto;
width: 220px;
text-align: center;
justify-content: center;
background-color: white;
border-radius: 12px;
color: black;
}

.add-to-calendar:hover{
    opacity: 0.9;
    text-decoration: none;
    color: black;

}
.black{
    color: black;
}
h1 {
    font-size: 34px;
    line-height: 1.3em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 24px;
}

h1.white.bigtext {
    font-size: 60px;
	line-height: 1.5em;
    color: #3fa9f5;
}

h2 {
  line-height: 1.4em;
    font-size: 24px;
    /* font-weight: 300; */
}
h2.white {
    margin-bottom: 25px;
}

h3{
	color: #fff;
	font-size: 22px;
	line-height: 34px !important;
	margin: 15px auto 20px !important;
}
section.formwrap h3 {
    color: #000;
}

ul li:before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 3px;
    border: 2px solid #272728;
    padding: 3px;
    border-radius: 24px;
}

ul li {
    position: relative;
    list-style: none;
    padding-left: 40px;
    margin-bottom: 24px;
}
ul{padding-left: 0;
margin-bottom: 32px;}
strong {
    font-weight: 700 !important;
}
h1.white strong {
    font-weight: 800 !important;
}
p {
    font-size: 18px;
}
.content-area p {
    padding-bottom: 0 !important;
    margin-bottom: 3px !important;
}
.totalwrap{
	background-image: url(../images/TWK_LAUNCH_081521_BRANDING_03.jpg);
	background-position: top center;
	background-size: cover;
	padding-bottom: 140px;
    position: relative;
    overflow: hidden;
}

.logo{
    max-width: 400px;
    margin: 0 auto  !important;
    margin-bottom: 8px  !important;
}
.totalwrap h4{
    font-weight: normal;
    font-size: 22px;
    line-height: 1.4;
}

.totalwrap h1{
    text-shadow: 0 2px 4px rgb(0 0 0 / 70%);
}
.imgwrap img {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #000;
}

a.btn.btn-default.text-center {
    display: inline-block;
    padding: 15px 0;
    width: 100%;
    border-radius: 35px;
    background-image: linear-gradient(
90deg
 ,#2fd5fa 3%,#3094fb 100%);
    background-position: center center;
    font-size: 34px;
    color: #fff;
    font-weight: 600;
    text-decoration: none solid #fff;
    text-align: center;
    border: none;
	margin-bottom: 20px;
}

.formwrap .container {
    max-width: 900px;
    background-color: #ecebea;
	padding: 32px 40px;
    /* margin-top: -80px; */
    /* border-top: 35px solid #272728; */
}

.hero-formwrap .form-inline, .dark-form .form-inline{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin:0 16px 16px;
    /* max-width: 560px; */
}
.hero-formwrap button.btn.btn-default, .dark-form button.btn.btn-default{
    max-width: 230px;
    min-width: 230px;
    border-radius: 12px;
    padding: 10px 0;
    font-size: 24px;
    margin-left: 12px;
}
.hero-formwrap .form-inline .form-group, .dark-form .form-inline .form-group {
    width: calc(100% - 246px) !important;
    margin-bottom: 0;
    display: block;
    border-radius: 12px;
    overflow: hidden;

}

.hero-formwrap .container{
    max-width: 900px;
    padding: 20px 40px;
    margin: -124px auto 64px;
    background-color: #272728;
    position: relative;
    z-index: 99;
    border-radius: 16px;
    box-shadow: 0 0px 12px rgba(0,0,0,0.24);
}

.hero-formwrap h2, .hero-formwrap p {
    color: white;
}

 .hero-formwrap h2 {
}

 .hero-formwrap p {
    margin-bottom: 24px;
}


.formwrap .container .row {
    background-color: #ffffff;
    padding: 25px !important;
    max-width: 810px;
    margin: auto;
}

form.form-inline .form-group input {
    width: 100%;
}

form.form-inline .form-group {
    width: 100% !important;
    margin-bottom: 20px;
}

.margintop55 {
    margin-top: 55px;
}

.margintop50 {
    margin-top: 50px;
}

.slate {
    color: rgb(172, 177, 183);
}

.white {
    color: rgb(255, 255, 255);
}
p, li {
    font-size: 19px;
    color: #212529;
    line-height: 30px;
}
.ronald-section-bg {
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

section.logo-section .logo {
    margin-bottom: 15px !important;
}

.logo-section {
    padding: 10px 0;
}

@media (min-width: 992px) {


	.v2 .ronald-hompepage-intro-section {
    padding: 30px 0 0;
}
    .ronald-hompepage-intro-section {
        padding:50px 0;
    }

   .content-area{
    padding-top: 35px !important;
    padding-bottom: 35px;
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
}


.top32 {
    margin-top: 32px;
}

.bottom46 {
    margin-bottom: 40px;
}

.maximg {
    max-width: 329px !important;
    margin: auto !important;
    display: table !important;
}

.max786 {
    max-width: 786px;
    margin: auto;
    display: table;
}

h3 {
    line-height: 2.625rem;
    font-size: 1.6099rem;
    margin-bottom: 0;
}

h5 {
    text-align: center;
    line-height: 1.5rem;
    font-size: 0.9288rem;
}

.content-area{
    position: relative;
}
.content-area img {
    margin: 0 auto;
    display: block;
}

.content-area .row{
    position: relative;
    z-index: 1;
}
a#apply_link {
    padding: 23px 50px;
    font-size: 19px;
    background: #ff4500;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
}

a#apply_link:hover {
    background: #ffffff;
    color: #ff4500;
    border: 1px solid #ff4500;
}

.copyright {
    background:  #262930;
    padding: 0 0 25px;
}

.copyright p {
    line-height: 1.375rem;
    font-size: 0.8669rem;
    margin-bottom: 0;
}

hr {
    border-top: 1px solid rgb(255 255 255 / 90%);
}

a.btn {
    background: #ff0000;
    color: #FFFFFF !important;
    font-size: 28px;
    font-weight: 600;
    border-radius: 3px;
    padding: 13px 25px;
    border: none;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 0px;
    margin: 20px 0;
}

.flip-clock-divider .flip-clock-label {
    position: absolute;
    top: -1.5em;
    right: -83px !important;
    color: #ffffff !important;
    text-shadow: none;
}
.flip-clock-wrapper {
    display: flex!important;
    justify-content: center!important;
	margin: 20px auto !important;
}
.clock.countdown.se_timer_text.flip-clock-wrapper {
    margin: 25px auto;
}
button.btn.btn-default {
    display: inline-block;
    padding: 15px 0;
    width: 100%;
    border-radius: 35px;
    background-image: linear-gradient(
90deg
 ,#2fd5fa 3%,#3094fb 100%);
    background-position: center center;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    text-decoration: none solid #fff;
    text-align: center;
    border: none;
}

button.btn.btn-default:hover{
	opacity: 0.8;
}
input#email, input#phone {
    font-size: 17px;
    height: 55px;
}

.row.form-section {
    padding-bottom: 35px;
}
.copyright p {
    font-size: 11px !important;
    margin-bottom: 15px !important;
}


.copyright p a{color: #83a2c7 !important;}

.copyright p a:hover{color: #007bff !important;}

form.form-inline-flex, div.form-inline-flex {
    display: flex;
    justify-content: space-evenly;
    margin: 10px 0;
}

.form-flex {
    margin: 0 5px;
    flex-grow: 1;
}

.form-flex.full-width{
  width: calc(100% - 246px) !important;
}

#submit-msg{
  color: #fff;
}

.loading-msg{
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    color: #fff;
  }
  50% {
    color: #777
  }
  100% {
    color: #fff;
  }
}


@media(max-width:800px){
  form.form-inline-flex {
    display: flex;
    justify-content: space-evenly;
    margin: 10px 0;
    flex-direction: column;
  }
  .form-flex {
      margin: 5px 0;
  }
  div.form-flex.full-width{
    width:100% !important;
  }
}


@media(max-width:1200px){
    .branding{
        padding: 32px 64px 32px 96px;
    }
}
@media(max-width:1679px){
   .max960{
    max-width: 714px !important;
    margin: auto;
}
}

.menu {
    position: relative;
    margin: 0 24px 12px;
    border: none;
    background-color: unset;
    color: white;
}

@media(max-width:1024px) {
    .branding {
        padding: 24px;
        margin: auto;
    }

    .logo {
        max-width: 320px;
        margin-bottom: 0 !important;
    }

    h2 {
        line-height: 1.4em;
        /* font-size: 28px; */
        /* font-weight: 300; */
    }
}

#myForm{
    position: fixed;
    bottom:-500px;
    opacity: 0;
    width: 100%;
    padding: 36px 20px;
    transition: all 500ms ease-in-out;
    border-radius: 24px 24px 0 0;
}

#myForm .close{
    position:absolute;
    top: 16px;
    right: 32px;
    font-size: 24px;
    color: #fff;
}
#myForm.show{
    bottom: 0;
    opacity: 1;
}

#myForm .container{
    max-width: 800px;
}

@media(max-width:991px) {
    .main-header {background-size: cover;}


    .events-menu.show{
        display: flex;
    }
    .events-menu{
        flex-wrap: wrap;
        display: none;
    }

    .menu-link{
        margin: 16px 0;
        padding: 0 14px;
        height: 40px;
        min-width: 120px;
    }


    .logo {
        width: 100%;
        max-width: 320px;
        margin-bottom: 0!important;
    }
    .timer {
        display: flex;
        padding:24px 24px;
        margin-right: auto;
    }
    #myForm .close{
        position:absolute;
        top: 8px;
        right: 16px;
    }
    .author {
    margin-top: 15px;
}

    .container .col-sm-6 {
        flex: unset;
        max-width: 100%;
    }


    a#apply_link {
        padding: 15px 22px;
        font-size: 16px;

    }
   .ronald-section-default {
    padding: 25px 0;
    margin-bottom: 25px;
}
    h1 {
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 600;

}
    .content-area img {
    margin:0 auto 20px;
    display: block;
    width: 290px;
}
    h2 {
    line-height: 1.4em;
    font-size: 18px;
    /* font-weight: 300; */
}

    .copyright {
    padding: 25px 0 25px;
}
    .v1 br {
    display: none;
}
    .logo-section h4.white {
    font-size: 16px;
    margin-top: 20px !important;
    margin-bottom: 20px;
}
    h2.white {
    margin-bottom: 20px;
}
   .row.logo img {
    width: 130px;
}
	.row.logo {
    padding-top: 20px;
}
    .team-text {
        padding-top: 0;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 0;
    }
    .max850 {
        max-width: unset;
    }
    .max786 {
        max-width: unset;
    }
    .maximg {
        max-width: 150px !important;
    }
    .bottom46 {
        margin-bottom: 20px;
    }
    .top32 {
        margin-top: 15px;
    }
    h3 {
    font-size: 19px;
    line-height: 1.3em;
    margin-bottom: 20px !important;
    margin-top: 10px;
}
    p {
        font-size: 16px;
        line-height: 1.4em;
    }
    h3 br,
    h5 br {
        display: none;
    }


    .nomobilebtn{margin-bottom: 0;}

.v1 .ronald-section-default br {
    display: none;
}

    .v1 h3 {
    margin-bottom: 14px;
}
    .v1 a#apply_link {
    margin: 15px auto 25px;
}
a.btn.btn-large {
    font-size: 14px;
}
    .v2 a.btn.btn-large.btn-call-strong {
    font-size: 14px;
        margin-bottom: 15px;
}
    .btm br {
    display: none !important;
}
    a.btn {
    background: #ff0000;
    color: #FFFFFF !important;
    font-size: 20px;
    font-weight: 600;
    border-radius: 3px;
    padding: 13px 25px;
    border: none;
    cursor: pointer;
    display: block;
    letter-spacing: 0px;
    margin: 20px auto;
    width: 285px;
}
}

.dark-form{
    background-color: #272728;
    position: relative;
    z-index: 99;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 0px 12px rgba(0,0,0,0.24);

}
@media(max-width:770px){
    .hero-formwrap {
        padding: 0 20px;
    }
	h1.white.bigtext {
    font-size: 24px;
    line-height: 1.5em;
    color: #3fa9f5;
}
	.formwrap .container {
}
	div#wistia-j38ihh83m5-1 {
    height: 130px !important;
}
	.plink{font-size: 13px;}
	.top h4.white {
    font-size: 14px;
    margin-bottom: 0;
}
	section.totalwrap {
    padding-top: 25px;
}
	.content-area img {
    margin: 0 auto 0;
    display: block;
    width: 290px;
}
	.formwrap .container {
    padding: 20px;
    /* margin-top: -80px; */
}
	.formwrap .container .row {
    padding: 25px 25px 0 25px !important;
}
	form.form-inline {
    margin: 0 0 24px!important;
    flex-direction: column;
max-width: 100%;
}


.hero-formwrap .form-inline .form-group, .dark-form .form-inline .form-group{
    width: 100%!important;
    margin-bottom: 16px !important;
}

.hero-formwrap button.btn.btn-default, .dark-form button.btn.btn-default{
    max-width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-bottom: 12px;
}
.hero-formwrap .container{
    padding: 20px;
    margin: -124px auto 40px;
}
	ul li {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 10px;
}

ul {
    margin-left: 0;
    padding-left: 20px;
}
	h1.white {
    text-align: center;
		margin-bottom: 10px;
}
	.content-area p, .content-area h4 {
    padding-bottom: 0 !important;
    margin-bottom: 10px !important;
    text-align: center;
		font-size: 16px;
}
	.flip-clock-wrapper ul li a div div.inn {
    font-size: 24px !important;
}
	.flip-clock-wrapper ul {
    margin: 2px;
    width: 36px !important;
    height: 54px !important;
    font-size: 80px;
    font-weight: bold;
    line-height: 73px !important;
    border-radius: 6px;
    background: #000;
    padding: 0 !important;
}

	.flip-clock-wrapper ul li {
    line-height: 50px !important;
	}

	.flip-clock-divider .flip-clock-label{}

	span.flip-clock-dot.top, span.flip-clock-dot.bottom {
    display: none;
}

	button.btn.btn-default {
    white-space: normal;
}

	span.flip-clock-divider.days span.flip-clock-label {
    right: -57px !important;
}
span.flip-clock-divider.hours span.flip-clock-label {
    right: -58px !important;
}
	span.flip-clock-divider.minutes span.flip-clock-label {
    right: -64px !important;
}
	span.flip-clock-divider.seconds span.flip-clock-label {
    right: -66px !important;
}
}

@media(max-width:480px) {
	span.flip-clock-divider.days span.flip-clock-label {
    right: -46px !important;
}
	span.flip-clock-divider.hours span.flip-clock-label {
    right: -48px !important;
}
	span.flip-clock-divider.minutes span.flip-clock-label {
    right: -54px !important;
}
	span.flip-clock-divider.seconds span.flip-clock-label {
    right: -60px !important;
}
    h2 {
        line-height: 1.5em;
        font-size: 18px;
        /* font-weight: 300; */
    }

    a#apply_link {
        font-size: 14px;
        white-space: normal;
    }

    .ronald-section-default .inner {
        max-width:100%;
        margin: auto;
    }
h1 {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 600;
}

.callout {
    padding: 24px 20px;
}
	.flip-clock-wrapper {
    margin: 20px auto 0!important;
}
}
