﻿




body, html {
    background-color: #fff;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Red Hat Text', 'Segoe UI', Segoe, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #343741;
    line-height: 1.5;

}
        
        
*, :after, :before {
    box-sizing: border-box;
    /*border: 1px solid #ff0000;*/
}





.FlexCC {
  display: flex;
  align-items: center;
  justify-content: center;
}
.FlexSB {
  display: flex;
  justify-content: space-between;
}
.FlexCW {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.flexTSH {
	align-items: flex-start;
	align-items: stretch;
	margin: 20px 0;
}
.CenterMe {
  left: 50%;
  transform: translateX(-50%);
}











.hamburger {
    display: flex;
    z-index: 500;
    position: fixed;
    top: 10px;
    right: 10px;
    background: #fff;
    padding: 15px 15px 12px 15px;
}
.hamburger:hover {
   

}


.hamburger:hover .hamburger-box {
    opacity: .7;
}













#mainMenuBG {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #343741;
    opacity: 0.75;
    z-index: 490;
    background: black;
    opacity: 0.5;
}
.mainMenu {
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    width: 300px;
    top: 0;
    right: 0;
    padding: 90px 60px 0 30px;
    background: white;
    transform: translateX(125%) skewX(10deg);
    transition: transform 0.45s cubic-bezier(0.77, 0.2, 0.05, 1);
    z-index: 495;
}
.mainMenu.open {
  transform: none;
}
.mainMenu > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.mainMenu > ul > li,
.mainMenu > ul > li > a {
  display: block;
  color: #343741;
  font-family: 'Red Hat Display', 'Red Hat Text', 'Segoe UI', Segoe, Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 2;
  transition: all 0.15s;
  text-decoration: 0;
}
.mainMenu > ul > li a:hover {
  opacity: 0.75;
  transform: translateX(-3px);
}
.mainMenu > ul > li {
  transform: translateX(40px);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
}
.mainMenu.open > ul > li {
  transform: translateX(0px);
  opacity: 1;
}
.mainMenu.open > ul > li:nth-child(1) {
  transition-delay: 0.3s;
}
.mainMenu.open > ul > li:nth-child(2) {
  transition-delay: 0.38s;
}
.mainMenu.open > ul > li:nth-child(3) {
  transition-delay: 0.46s;
}
.mainMenu.open > ul > li:nth-child(4) {
  transition-delay: 0.52s;
}
.mainMenu.open > ul > li:nth-child(5) {
  transition-delay: 0.58s;
}
.mainMenu.open > ul > li:nth-child(6) {
  transition-delay: 0.6s;
}
.mainMenu.open > ul > li:nth-child(7) {
  transition-delay: 0.61s;
}

.hamburger {
    z-index: 1500;
}




















h3 {
    font-family: 'Red Hat Display', 'Segoe UI', Segoe, Arial, Helvetica, sans-serif;
}



.headerOutter {
    width: 100%;
    height: 100vh;
    background-image: url('../images/hero-image-10.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}


        
        
.headerInner {
    padding: 15px;
    max-width: 1250px;
    color: #fff;
    text-align: center;
    font-family: 'Red Hat Display', 'Segoe UI', Segoe, Arial, Helvetica, sans-serif;
}
        
        
.headerH1 {
    font-size: 54px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.35);
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);      
}
.headerH1a {
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.35);
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);      
}




.headerH2 {
    font-size: 23px;
    font-weight: 300;
    /*text-transform: uppercase;*/
    line-height: 1.2;
    margin: 30px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.35);
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
}
.headerH3 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-top: 4px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.35);
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
}
.btnRsvp, .btnWebinar, .btnInfo {
    font-family: 'Red Hat Display', 'Segoe UI', Segoe, Arial, Helvetica, sans-serif;
    display: inline-block;
    padding: 15px 25px;
    border: 3px solid #fff;
    font-weight: 700;
    margin: 25px 0 15px;
    cursor: pointer;
    text-transform: uppercase;
    
    background: #fff;
    color: #2f667b;
    font-size: 13px;

}
.btnRsvp:hover, .btnWebinar:hover, .btnInfo:hover {
    background: #199cdc;
    color: #fff;
    border: 3px solid #199cdc;
            
}
        
.arrwDn {
    display: inline-block;
    font-weight: 300;
    font-size: 40px;
    transform: rotate(90deg);
}




.logosOutter {
    height: 70px;
    display: flex;
    margin-bottom: 50px;
    justify-content: center;
}





.logo {
    height: 100%;         
}
.logo img { 
    height: 100%;
    display: block;
            
}

.plus {
    line-height: 80px;
    font-size: 40px;
    padding: 0 30px;
}






.contentBlueOutter {
    background: #199cdc;
    padding: 200px 15px;
    text-align: center;
}

.subH1 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    font-family: 'Red Hat Display', 'Segoe UI', Segoe, Arial, Helvetica, sans-serif;
    line-height: 1.1;
    margin-bottom: 40px;
}
.subH1 b {
    
    font-weight: 700;
}
.subH2 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    font-family: 'Red Hat Display', 'Segoe UI', Segoe, Arial, Helvetica, sans-serif;
}

.subH3 {
    display: inline-block;
    font-family: 'Red Hat Display', 'Segoe UI', Segoe, Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    color: #1c9dde;
    background: #fff;
    padding: 5px 10px;
    margin-bottom: 10px;
    
}


.sub2H1 {
    font-size: 47px;
    font-weight: 700;
    color: #fff;
    font-family: 'Red Hat Display', 'Segoe UI', Segoe, Arial, Helvetica, sans-serif;
    line-height: 1.1;
    margin-bottom: 20px;
}

.sub2H2 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-family: 'Red Hat Display', 'Segoe UI', Segoe, Arial, Helvetica, sans-serif;
}

.sub2H3 {
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    font-family: 'Red Hat Display', 'Segoe UI', Segoe, Arial, Helvetica, sans-serif;
}






.monitorSectOutter {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
    background: #199cdc;
}

.monitorLeft {
    width: 40%;
    /* max-width: 570px;*/
    /* margin-right: 130px; */
}

.monitorLeft img {
	width: 100%;
	display: block;
}
.monitorRight {
	flex: 1;
	padding-right: 40px;
}
.monitorRightInner {
	max-width: 800px;
}









.contentOutter {
    padding: 15px;
    margin: 100px 0;
}

.contentOutter2 {
    padding: 15px;
    margin: 100px 0 0;
}

.contentInner {
    max-width: 900px;
    margin: 0 auto;
}




.contentSubhead2 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    padding: 30px 0;
    font-family: 'Red Hat Display', 'Segoe UI', Segoe, Arial, Helvetica, sans-serif;
    line-height: 1.2;
}



.purposeTiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.purposeDiv {
    background: #d1f3ff;
    width: calc(50% - 20px);
    margin: 10px;
    padding: 30px 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    transition: all .75s ease;
    cursor: default;
    line-height: 1.2;
}

.tileNum {
    font-family: 'Red Hat Display', 'Segoe UI', Segoe, Arial, Helvetica, sans-serif;
    display: inline-block;
    margin-bottom: 15px;
    color: #199cdc;
    font-size: 50px;
    font-weight: 500;
    width: 80px;
    line-height: 75px;
    background: #fff;
    border-radius: 100px;
    text-align: center;
}

.tileTitle {
    font-family: 'Red Hat Display', 'Segoe UI', Segoe, Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 15px;
}


.rightSideBG {
    background-image: url('../images/left-sub-1.jpg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}





.container {
    position: relative;
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
}

.screenOutter {
    display: flex;
    position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.screenOutter .screenColumn {
    position: relative;
    display: block;
    width: 49%;
    margin: 0px;
    padding: 0px;
}

.screenOutter .screenColumn {
    position: relative;
    display: block;
    width: 49%;
    margin: 0px;
    padding: 0px;
}


.screenOutter .screenInner img {
    display: inline-block;
    max-height: 550px;
}


.screenContent {
    width: 100%;
    max-width: 770px;
    z-index: 3;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.leftScreen .screenContent {
    padding-right: 10%;
}

.rightScreen .screenContent {
    padding-left: 10%;
}


.mobileLeft {
    display: none;
}


.imgDiscl {
    font-size: 12px;
    opacity: .6;
    padding: 0 0 0 70px;
}

.leftScreen .imgDiscl {
    font-size: 12px;
    opacity: .6;
    text-align: right;
    padding: 0 70px 0 0;
}














.btnOnWhite {
    font-family: 'Red Hat Display', 'Segoe UI', Segoe, Arial, Helvetica, sans-serif;
    text-decoration: none;
    display: inline-block;
    padding: 15px 25px;
    border: 2px solid #199cdc;
    font-weight: 700;
    margin: 25px 0 15px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all .25s ease;
    background: #fff;
    color: #199cdc;
    font-size: 13px;
}

.btnOnWhite:hover {
    background: #199cdc;
    color: #fff;
    border: 2px solid #199cdc;
}







.offerInfoOutter {
    background-image: url('../images/offer-bg-1.jpg');
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}


.offerInfoInner {
    padding: 15px;
    max-width: 900px;
}

































.footerOuter {
    background: #182a39;
    padding: 5px 10px 15px;
    position: relative;
}
.mTop80 {
    margin-top: 80px;
}



.flxBox {
    display: flex;
    flex-wrap: wrap;
}
.mainBodyContent {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}

.contactText {
    color: #47b7ec;
    width: 80%;
    font-size: 19px;
}
.socialMedia {
    width: 20%;
    text-align: right;
}

.legalLinks {
    text-align: right;
    width: 100%;
    margin-top: 15px;
}

.legalText {
    width: 100%;
    text-align: right;
    margin-top: 20px;
    color: #505f71;
    font-size: 11px;
    font-weight: 400;
}
.socialMedia a {
    display: inline-block;
    padding-left: 15px;
    color: #798699;
    font-size: 30px;
    -webkit-transition: color 0.15s ease;
    -moz-transition: color 0.15s ease;
    transition: color 0.15s ease;
}
.socialMedia a:hover {
    color: #fff;
}


.contactText a {
    text-decoration: none;
    font-weight: 400;
    color: #dee7ea;
    display: inline-block;
    text-align: center;
    -webkit-transition: color 0.15s ease;
    -moz-transition: color 0.15s ease;
    transition: color 0.15s ease;
}


.contactText a:hover {
    color: #fff;
}
.contactText div {
    visibility: hidden;
    display: inline-block;
    color: #798699;
    font-weight: 700;
    padding: 0 15px;
    font-weight: 200;
}

.legalLinks a:hover {
    color: #fff;
}
.legalLinks a {
    text-decoration: none;
    color: #798699;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    -webkit-transition: color 0.15s ease;
    -moz-transition: color 0.15s ease;
    transition: color 0.15s ease;
}

.legalLinks div {
    display: inline-block;
    color: #798699;
    font-weight: 700;
    padding: 0 10px;
    font-weight: 600;
    font-size: 11px;
}


.contactText .fal {
    font-size: 16px;
    padding-right: 6px;
}






.clearfix:after {
    content: "";
    display: table;
    clear: both;
}




































@media only screen and (max-width: 1100px) {

    /*
    .monitorSectOutter {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        position: relative;
        flex-flow: column-reverse;
    }


    .monitorLeft {
        width: 100%;
    }
    
    .monitorRight {
        padding: 0px 20px;
    }
    */


    .rightSideBG {
        background-size: cover;
    }


    .monitorLeft {
        display: none;
    }
    .monitorRight {
        flex: 1;
        padding-right: 40px;
        padding: 80px 40px;
    }

    .monitorRightInner {
        max-width: 100%;
    }











}









@media only screen and (max-width: 1000px) {



    .headerH1 {
        font-size: 40px;
    }


    .headerH2 {
        font-size: 21px;
    }












}









@media (max-width: 780px) {



    .screenOutter {
        display: block;
        position: relative;
        width: 100%;
        overflow-x: hidden;
        overflow-y: visible;
    }


    .screenOutter .screenColumn {
        width: 100%;
    }


    .rightScreen .screenContent {
    padding: 0 10px;
}

    .screenOutter .screenColumn {
    width: 100%;
}



    .leftScreen {
        display: none;
    }

    .mobileLeft {
        display: block;
        position: relative;
        width: 100%;
        overflow-x: hidden;
        overflow-y: visible;
    }




    .mobileLeft {
        display: block;
        position: relative;
        width: 100%;
        overflow-x: hidden;
        overflow-y: visible;
    }


    .screenOutter .screenInner img {
        display: inline-block;
        width: 100%;
        width: 110%;
        margin-left: -45px;
        margin-left: 50%;
        transform: translateX(-50%);
        margin-top: 20px;
    }

    .screenContent {
        width: 100%;
        max-width: 770px;
        z-index: 3;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        top: 0;
        transform: none;
    }



    .imgDiscl {
        padding: 0;
        text-align: center;
    }

    .leftScreen .imgDiscl {
        padding: 0;
        text-align: center;
    }









}




@media only screen and (max-width: 680px) {





    .contactText {
        width: 100%;
    }
    .socialMedia {
    margin-top: 15px;
    width: 100%;
    text-align: left;
}
    .socialMedia a {
    padding-left: 0px;
    padding-right: 15px;
}

    .legalLinks {
    text-align: left;
}

    .legalText {
    text-align: left;
}








}


@media only screen and (max-width: 600px) {


    html, body {
        overflow-x: hidden;
    }
    
    .logosOutter {
        height: 60px;

    }

    .plus {
        line-height: 63px;
        font-size: 23px;
    }
    .headerH1 {
        font-size: 33px;
    }

    .headerH2 {
        font-size: 18px;
    }



    .purposeDiv {
        width: 100%;
    }



    .contentSubhead2 {
        
        font-size: 25px;
        

    }

    .subH1 {
        font-size: 33px;
    }







}





@media only screen and (max-width: 450px) {




    .logosOutter {
        height: auto;
        flex-wrap: wrap;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    .logo {
        height: 60px;
        width: 100%;
    }



    .logo img {
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .plus {
        line-height: 20px;
    }


    .headerH1 {
        font-size: 27px;
    }


    .headerH2 {
        
        margin: 30px 10px -10px;

    }
    .headerOutter {
        min-height: 630px;
    }



    .monitorRight {
        padding: 40px 20px;
    }




    .contentOutter {
        margin: 50px 0;
    }


    .contentOutter2 {
        margin: 50px 0 0;
    }




}




















