 @font-face{
	 font-family:Barlow;
	 src:url(fonts/barlow-black.ttf);
	 font-weight:900;
	 font-style:normal 
}
 @font-face{
	 font-family:Barlow;
	 src:url(fonts/barlow-bold.ttf);
	 font-weight:700;
	 font-style:normal 
}
 @font-face{
	 font-family:Barlow;
	 src:url(fonts/barlow-extrabold.ttf);
	 font-weight:800;
	 font-style:normal 
}
 @font-face{
	 font-family:Barlow;
	 src:url(fonts/barlow-light.ttf);
	 font-weight:300;
	 font-style:normal 
}
 @font-face{
	 font-family:Barlow;
	 src:url(fonts/barlow-regular.ttf);
	 font-weight:400;
	 font-style:normal 
}
 @font-face{
	 font-family:Barlow;
	 src:url(fonts/barlow-semibold.ttf);
	 font-weight:600;
	 font-style:normal 
}
 @font-face{
	 font-family:'Barlow Semi Condensed';
	 src:url(fonts/barlowsemicondensed-bold.ttf);
	 font-weight:700;
	 font-style:normal 
}
 @font-face{
	 font-family:'Barlow Semi Condensed';
	 src:url(fonts/barlowsemicondensed-light.ttf);
	 font-weight:300;
	 font-style:normal 
}
 @font-face{
	 font-family:'Barlow Semi Condensed';
	 src:url(fonts/barlowsemicondensed-regular.ttf);
	 font-weight:400;
	 font-style:normal 
}
 @font-face{
	 font-family:'Barlow Semi Condensed';
	 src:url(fonts/barlowsemicondensed-semibold.ttf);
	 font-weight:600;
	 font-style:normal 
}
 @font-face{
	 font-family:proxima-nova;
	 src:url(../fonts/ProximaNova-Regular.otf);
	 src:url(../fonts/proximanova-regular-webfont.woff2) format('woff');
	 src:url(../fonts/proximanova-regular-webfont.woff2);
	 font-weight:400;
	 font-style:normal 
}
 @font-face{
	 font-family:proxima-nova;
	 src:url(../fonts/ProximaNova-Bold.otf);
	 font-weight:700 
}
 @font-face{
	 font-family:proxima-nova;
	 src:url(../fonts/ProximaNova-RegItalic.otf);
	 font-style:italic 
}
 html{
	 scroll-behavior: smooth;
}
 body{
	 font-size: 16px;
}
 p{
	 font-size:1rem;
	 font-family: 'proxima-nova';
	 line-height: 1.5;
}
 h1{
}
 h2{
	 font-size: 2rem;
	 font-family: 'Barlow Semi Condensed', sans-serif;
	 font-weight: 700;
	 text-transform: uppercase;
	 color: #114B6F;
	 margin-top: 3.5rem;
}
 h3{
	 font-size: 1.5rem;
	 font-family: 'Barlow Semi Condensed', sans-serif;
	 font-weight: 600;
}
 h4{
	 font-size: 1.15rem;
	 font-family: 'Barlow Semi Condensed', sans-serif;
	 font-weight: 600;
}
 .grid-container{
	 max-width: 72rem;
}
 section{
	 padding-top: 3rem;
	 padding-bottom: 3rem;
}
 section h2{
	 text-align: center;
	 margin-bottom: 3rem;
}
 .btn{
	/*background: #ed3380;
	*/
	/*background: #E01066;
	*/
	/*color: #fff;
	*/
	 color: #E01066;
	 background: #fff;
	 font-size: 1rem;
	 padding: .5rem 1rem;
	 text-transform: uppercase;
	 font-family: "barlow";
	 font-weight: 800;
}
 .btn:hover, .btn:focus{
	/*background: #ed3380;
	*/
	 background: #E01066;
	 color: #fff;
}
 .btn:active{
	 background: #fff;
	/*color: #ed3380;
	*/
	 color: #E01066;
}
.btn.inv{
    color: #fff;
	 background: #E01066;
	 border: 1px solid #fff;
}
.btn.inv:hover{
    color: #E01066;
	 background: #fff;
	 border: 1px solid #E01066;
}
#contact-us{
    text-align: center;
    padding-top: 2rem;
    
}

.register-link{
    display:block;
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 2rem;
}
.register-link:hover, .register-link:focus{
    color: #fff;
    text-decoration: none;
}
.register-link:focus{
    color: #fff;
    text-decoration: none;
    outline: 2px solid #fff;
}
#banner{
	 height: 100vh;
	 min-height: 40rem;
	 background-color: #114B6F;
	 background-position:center;
	 background-size: cover;
	 background-repeat: no-repeat;
	 padding: 0;
}

 #banner.banner-half{
	 height: 50vh;
	 min-height: 25rem;
}
 .banner-content-wrap{
	 height: 100%;
}
 #banner .banner-content{
	 height: 100%;
	 display: flex;
	 flex-direction: column;
	 justify-content: space-between;
	 align-item: space-between;
}
 #banner .logo{
	 text-align: center;
	 box-sizing: border-box;
	 width: 100%;
	 flex: 0 10rem;
	 display: flex;
	 justify-content: center;
	 align-items: center;
}
 #banner .logo img{
	 width: 300px;
	 height: auto;
}
 #banner .logo-thank-you{
	 width: 20rem;
	 height: auto;
}
 #banner .banner-caption{
	 flex: 1 auto;
	 align-items: center;
	 justify-content: center;
	 display: flex;
	 flex-direction: column;
	 
}
 #banner .banner-caption .btn{
     margin-top: 3.5rem;
 }
 submit{
	 border: 1px solid;
}
 input[type="submit"]{
	 border:none;
	 padding: .5rem 1.5rem;
	 margin-top: 2rem;
}
 input[type="submit"]:hover{
	 cursor: pointer;
}
 input[type="submit"]:disabled:hover, input[type="submit"]:disabled{
	 cursor: not-allowed;
	 background-color: rgb(235, 235, 228);
	 color: rgb(170, 170, 170);
}

#reg-submit{
    background: #fff;
    border: 1px solid #fff;
    color: #E01066;
}
#reg-submit:hover, #reg-submit:focus{
    border-color: #fff;
    color: #fff;
    background-color: #E01066;
}
 input[type="text"]{
	 border: 1px solid #fff;
	 background: transparent;
	 margin-bottom: 5px;
	 margin-top: 1.5rem;
	 height: 3rem;
	 color: #fff;
}
select{
    background-color:transparent ;
    color: #fff;
    height: 3rem;
    border-color: #fff;
    margin-bottom: 1.8rem;
}
select:focus{
    background-color:#E01066 ;
}
 #section-intro{
	/*background: rgb(255,255,255);
	*/
	/*background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(224,16,102,1) 55%, rgba(224,16,102,1) 100%);
	*/
	 padding: 0;
}
 #intro{
	 padding: 3rem 2rem 3rem 0;
	 background-color: #fff;
}
 #intro p{
	 font-size: 1.375rem;
	 line-height: 1.5;
}
.intro-header{
    color: #114B6F;
    line-height:1.1;
    text-align: left;
    font-weight: 600;
    margin-top:0;
    text-transform: unset;
}
 #our-services {
	 background: #F4F4F4;
	 color: #565555;
}
 .service {
	 display: flex;
	 flex-direction: column;
	 align-items: center;
	 justify-content: top;
	 padding: 1.5rem 0;
}
 .service img {
	 height: 90px;
	 width: auto;
}
 .service h3 {
	 margin: .75rem;
}
p.coming-soon{
    color: #CD0E5E;
    font-weight: 600;
    
}
 .grid-panelist {
	 display: grid;
	 grid-template-columns: 1fr 1fr;
	 grid-gap: .75rem 1rem;
}
 .panelist{
	 display: grid;
	 grid-template-columns: 3fr 9fr;
	 grid-template-areas: 'panel-img panel-info';
}
/*.panelist.no-image{
	*/
	/* grid-template-columns: 1fr;
	*/
	/*
}
*/
 .panelist .panelist-img{
	 width: 4rem;
	 margin-right:1rem;
	 grid-area: panel-img;
}
 .panelist .panelist-info{
	 grid-area: panel-info;
}
 .panelist .panelist-img img{
}
.panelist-info p{
    margin-bottom: 0;
}
 #parent-guardian-webinar{
	 color: #565555;
	 margin-bottom: 0;
	 padding-bottom:0;
}
 #webinars{
	 background: #e01066;
	 color:#ffffff ;
	 box-sizing: border-box;
	 padding: 3rem 1rem;
}
 #webinars h3{
	 text-align:center;
	 font-size: 1.625rem;
	 text-transform: uppercase;
}

 ul{
	 list-style: none;
	 padding:0;
	 margin:0;
}
 .on-demand .video a{
	 /* display: grid; */
	 /* grid-template-columns: 2fr 10fr; */
	 color: #fff;
	 font-weight: bold;
	 font-size: 1.25rem;
	 line-height: 1.15;
	 display: flex;
	 align-items: center;
	 
}
.on-demand .video a img{
	margin-right:1rem
}
 .on-demand {
	 margin-bottom:1rem;
	 width: 100%;
	 margin-left: 0;
}
#contact-us{
    
}

 #webinars ul.session {
	 display: grid;
	 grid-template-columns: 3fr 9fr;
	 grid-gap: 5px;
	 margin-bottom: 1rem;
	 grid-template-areas: "date title" "link link";
	 grid-template-rows: 1fr 1fr;
}
 #webinars ul.session .date{
	 font-family: 'Barlow';
	 font-weight: 900;
	 text-transform: uppercase;
	 color: #fff;
	 font-size: 1.875rem;
	 grid-area: date;
}
 #webinars ul.session .title{
	 font-family: 'Barlow';
	 font-weight: 600;
	 font-size: 1.25rem;
	 line-height: 1.15;
	 grid-area: title;
}
 #webinars ul.session .link{
	 font-size: 1rem;
	 font-weight:800;
	 grid-area: link;
}
 #webinars p{
     text-align:center;
 }
.footer-logo{
    text-align: center;
}
.social-icons{
    justify-content: center;
}
.social-icons ul{
	display: flex;
    justify-content: center;
}

.social-icons ul li{
	margin-left: 1rem;
}
.social-icons ul li img{
	width: 2rem;
	height: auto;
}
.fiuol-info{
    text-align: center;
}
.you-got-this h3{
    text-transform: uppercase;
}

 @media screen and (min-width: 40em) {
	 #webinars ul.session{
		 display: grid;
		 grid-template-columns: 2fr 8fr;
		 grid-gap:5px;
		 margin-bottom:1rem;
		 grid-template-areas: "date title link";
		 grid-template-rows: 1fr;
	}
	 #webinars ul.session .date{
		 grid-area: date;
	}
	 #webinars ul.session .title{
		 grid-area: title;
	}
	 #webinars ul.session .link{
		 grid-area: link;
	}
	#register .cell{
        padding-left: 0;
        padding-right:0;
    }
    
}
 @media screen and (max-width: 40em) {
	 #parent-guardian-webinar img{
		 width: 100%;
	}
  .you-got-this{
    padding-top: 2rem;
    }
}
 @media screen and (min-width: 64em) {
	 #section-intro{
		 background: rgb(255,255,255);
		 background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(224,16,102,1) 55%, rgba(224,16,102,1) 100%);
		 padding: 0;
	}
	.social-icons ul{
    	display: flex;
        justify-content: flex-end;
    }
    .fiuol-info{
        text-align: left;
    }
     #intro p{
	 font-size: 1.375rem;
	 line-height: 1.5;
     padding-right: 2.5rem;
    }
}
 @media screen and (max-width: 64em) {
	/*#parent-guardian-webinar h3{
		 margin-top: 2rem;
	}
	*/
}
 #webinars ul.session .link a{
	 color: #114b6f;
	 border: 2px solid #fff;
	 display:inline-block;
	 padding: .5rem .9rem;
}
 #section-intro{
	/*background: rgb(255,255,255);
	*/
	/*background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(224,16,102,1) 55%, rgba(224,16,102,1) 100%);
	*/
	 padding: 0;
}
 #topics{
	/*background: #1cb0f3;
	*/
	 background:#097DB3;
}
 #topics h2, #topics h3,#topics p{
	 color:#fff;
}
 #topics h3{
	 font-family: 'Barlow';
	 font-weight: 600;
	 text-transform: uppercase;
}
 #topics p.presenter{
	 margin:0;
}
 #topics p.datetime{
	 font-weight: bold;
}
 #topics .grid-x{
	 margin-bottom: 3.5rem;
}
 #testimonials{
	 background: #007AB3;
	 color: #ffffff;
}
 .testimonial{
	 width: 100%;
	 max-width: 600px;
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
	 margin: auto;
}
 .testimonial img{
	 margin-bottom: 1rem;
}
.quote{
    overflow:auto;
}
.ttm-title{
	overflow:auto; 
}
 .testimonial .quote{
	 font-size: 1.25rem;
	 text-align: center;
	 overflow:auto;
}
 .testimonial img{
	 margin-bottom: 1rem;
}

 .orbit-container{
	 height: 200px;
}
.orbit-bullets {
    margin-top: 2rem;
}
 .orbit-bullets button{
	 background-color :transparent;
	 border: 1px solid #fff;
	 width: .8rem;
	 height:.8rem;
}
 .orbit-bullets button.is-active{
	 background-color :#fff;
}
 .orbit-bullets button:hover{
	 background-color :#fff;
}
 #register{
	 margin: 0;
	 padding-top: 0;
}
 #register .grid-container{
	 
	 padding-top: 0;
}
#register .cell{
   background: #E01066; 
   padding-left: 1rem;
   padding-right: 1rem;
}
 #register h2{
	 color: #fff;
}
 #register label{
	 color: #fff;
}
 #register label.error{
	 color: #ffffff;
	 margin-bottom: 1.5rem;
	 margin-top: -1.5rem;
}
 #footer{
	 background-color: #08315a;
	 color: #fff;
}
.footer-logo {
    text-align: center;
}

.footer-logo{
	display: flex;
	justify-content: center;

}
.footer-logo img{
	width: 200px;
	padding-bottom: 10%;
}
 .check-this{
	 display: flex;
}
 .check-this .check-wrap{
}
 .check-this label{
}
 .check-wrap:hover{
	 cursor: pointer;
}
 .check-this .check-wrap:before{
	 content:'';
	 display: block;
	 border: 1px solid #fff;
	 height: 35px;
	 width: 35px;
}
 .check-this .check-wrap.checked:after{
	 content: "";
	 display:block;
	 border: 4px solid;
	 border-left: 0;
	 border-top: 0;
	 height: 20px;
	 left: 12px;
	 transform: rotate(45deg);
	 transition: opacity 0.2s ease-in-out;
	 color: #fff;
	 width: 10px;
	 position: relative;
	 top:-1.75rem;
}
 .check-label{
	 cursor: pointer;
	 margin-left: .5rem;
	 margin-bottom: 1rem;
}
 .check-label span.ses-title{
	 font-size: 20px;
	 font-family: "barlow";
	 font-weight: 600;
	 display: block;
	 line-height: 1;
}
 .check-label span.ses-date{
	 font-size: 1rem;
	 font-family: 'proxima-nova';
	 display: block;
	 line-height: 1;
}
 #choose-session{
	 margin-top: 2rem;
	 margin-bottom: 2rem;
}
 #choose-session p{
	 color: #fff;
	 font-size: 1rem;
	 margin-bottom: 0;
}
 #thank-you-footer{
	 color: #666;
	 height: 50vh;
}
