@charset "utf-8";
/* Created by Don Demrow 20191111 - Don.Demrow@acninc.com */

/*

TABLE OF CONTENTS:

            0.0.0 - Styles and colors data dictionary
         
            1.0.0 - embedded fonts
            
            2.0.0 - reset CSS
            
            3.0.0 - styles for ALL resolutions
            
            4.0.0 - styles 768 to 991
             
            5.0.0 - styles from 601 to 767
              
            6.0.0 - styles from 361 to 600
            
            7.0.0 - styles from 0 to 360

*/


/* ######################################################################################## */
/* ################## 0.0.0 - Styles and colors data dictionary - START ################### */
/* ######################################################################################## */

/*
      default body background color: #ffffff
      
      footer background color: #002855
      
      reversed font color: #ffffff (For dark-colored backgrounds, like the footer)
      
      menu link color: #002855
      
      font: Latoregular, arial, sans-serif
   */

/* ######################################################################################## */
/* ################### 0.0.0 - Styles and colors data dictionary - END #################### */
/* ######################################################################################## */






/* ######################################################################################## */
/* ########################## 1.0.0 - embedded fonts - START ############################## */
/* ######################################################################################## */

/* ** ** ** ** ** ** ** ** Font declaration for the lato font ** ** ** ** ** ** ** ** */
@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lato-regular-webfont.woff2') format('woff2'),
        url('../fonts/lato-regular-webfont.woff') format('woff'),
        url('../fonts/lato-regular-webfont.ttf') format('truetype'),
        url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.latoregular {
    font-family: latoregular;
}

/* ********************************************************************************** */

/* ######################################################################################## */
/* ########################### 1.0.0 - embedded fonts - END ############################### */
/* ######################################################################################## */






/* ######################################################################################## */
/* ############################## 2.0.0 - reset CSS - START ############################### */
/* ######################################################################################## */

/* universal reset start - DLD, 20181108 */


/* universal reset end */

/* HTML5 for older browsers start - DLD, 20150804 */
article,
aside,
div,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

/* HTML5 for older browsers end */

/* ######################################################################################## */
/* ############################### 2.0.0 - reset CSS - END ################################ */
/* ######################################################################################## */






/* ######################################################################################## */
/* ###################### 3.0.0 - styles for ALL resolutions - START ###################### */
/* ######################################################################################## */


video {
    /* Denise didn't like this grayscale filter applied to this video. */
    /* -webkit-filter: grayscale(100%); */
    /* Safari 6.0 - 9.0 */
    /* filter: grayscale(100%); */
}

video:hover,
img:hover {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

br {
    clear: both;
}

body {
    overflow-x: hidden;

    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge*/
    user-select: none;
    /* Non-prefixed version, currently not supported by any browser */

    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    background: #ffffff;
}

#contentDiv {
    overflow: hidden;
}

.red {
    color: #bf2530;
}

.white {
    color: #ffffff;
}

.blue {
    color: #002855;
}

.gray {
    color: #a4a09f;
}

.purple {
    color: #243875;
}

.uppercase {
    text-transform: uppercase;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.spacedOut {
    letter-spacing: 2px;
}

.clearAll {
    clear: both;
}

#servicesContainer {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-items: stretch;
    background: #bf2530;
    text-align: center;
    min-height: 100px;
}

.helper {
    display: inline;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3vw;
    margin-bottom: 2vw;
    text-decoration: none;
}

.helper a,
.helper a figcaption,
.helper,
.helper:link,
.helper:visited,
.helper:active,
.helper:hover {
    text-decoration: none;
}

.helper img {
    min-width: 34px;
    width: 11vw;
    max-width: 66px;
}

#servicesContainer figcaption {
    text-transform: uppercase;
    color: #ffffff;
    z-index: 999000;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
    text-align: center;
    padding-top: 15px;
    font-size: 15px;
}

#midSection {
    width: 100vw;
    font-size: 15px;
}

#midSection p,
#feature p {
    max-width: 560px;
    /* Optimal MAXIMUM width for UX readability. DLD, 20191112 */
    width: 80%;
}

#advantagesContainer {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-items: stretch;
    background: #f6f6f6;
    text-align: center;
    min-height: 100px;
}

#advantagesContainer figcaption {
    color: #002855;
    z-index: 999000;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
    text-align: center;
    padding-top: 15px;
    font-size: 15px;
}

.advantagesHelper {
    display: inline;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3vw;
    margin-bottom: 2vw;
}

.advantagesHelper img {
    min-width: 55px;
    width: 22vw;
    max-width: 88px;
}

#feature {
    display: block;
    background: #243875;
    width: 100vw;
    min-height: 120px;
    padding: 16px;
    box-sizing: border-box;
}

h1 {
    font-size: calc(16px + 1vw);
    margin: 6px;
}

h2 {
    font-size: calc(14px + 0.5vw);
    margin: 6px;
}


#heroImage {
    height: 350px;
    width: 100%;
    display: block;
    position: relative;
    top: 0;
}

#heroText {
    position: relative;
    top: -300px;
    font-size: 4vw;
    left: 2vw;
    color: #ffffff;
    display: block;
    margin-bottom: calc(-13.5vw + -10px);
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3), 2px -2px 1px rgba(0, 0, 0, 0.3), -2px 2px 1px rgba(0, 0, 0, 0.3), -2px -2px 1px rgba(0, 0, 0, 0.3);
}

#heroText h1 {
    font-size: 5vw;
    white-space: nowrap;
}

#myVideo {
    width: 100%;
    -webkit-transition: -webkit-filter 1.5s;
    transition: filter 1.5s;
    display: block;
    position: relative;
    top: -9vw;
}

#registerNowButton {
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 98;
    display: block;
    width: 200px;
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    padding: 10px;
    border: 1px solid #000000;
    border-radius: 4px;
    background: #f1c315;
    color: #203471;
    font-weight: bold;
    cursor: pointer;
    transition: box-shadow 0.4s;
    -webkit-transition: box-shadow 0.4s;
}

#registerNowButton a,
#registerNowButton,
#registerNowButton:link,
#registerNowButton:visited,
#registerNowButton:active,
#registerNowButton:hover {
    text-decoration: none;
}


#registerNowButton:hover {
    background: #dddddd;
    color: #000000;
    /*           x,    y,   depth, spread,     color, opacity */
    box-shadow: 0 0 24px 8px rgba(255, 255, 255, 0.9);
}

#registerNowButton2 {
    width: 200px;
    min-width: 200px;
    margin-left: auto;
    font-size: 18px;
    padding: 10px;
    border: 1px solid #000000;
    border-radius: 4px;
    background: #f1c315;
    color: #203471;
    font-weight: bold;
    cursor: pointer;
    transition: box-shadow 0.4s;
    -webkit-transition: box-shadow 0.4s;
}

#registerNowButton2:hover {
    background: #dddddd;
    color: #000000;
    /*           x,    y,   depth, spread,     color, opacity */
    box-shadow: 0 0 24px 8px rgba(00, 66, 255, 0.9);
}

#learnMoreButton {
    width: 200px;
    margin-left: auto;
    margin-right: 30px;
    font-size: 18px;
    padding: 10px;
    border: 1px solid #000000;
    border-radius: 4px;
    background: #dddddd;
    color: #000000;
    font-weight: bold;
    cursor: pointer;
    transition: box-shadow 0.4s;
    -webkit-transition: box-shadow 0.4s;
}

#learnMoreButton:hover {
    background: #dddddd;
    color: #000000;
    /*           x,    y,   depth, spread,     color, opacity */
    box-shadow: 0 0 24px 8px rgba(255, 99, 99, 0.9);
}

#eventLogo {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0);
    min-width: 220px;
    width: 33vw;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    margin-bottom: 4px;
    z-index: 999;
}

.footer {
    display: block;
    position: relative;
    bottom: 0;
    background: #002855;
    color: #ffffff;
    padding: 16px 10px 16px 16px;
}

.under600px {
    display: none;
}











/* ######################################################################################## */
/* ####################### 3.0.0 - styles for ALL resolutions - END ####################### */
/* ######################################################################################## */





/* ######################################################################################## */
/* ########################## 4.0.0 - styles 768 to 991 - START ########################### */
/* ######################################################################################## */

@media all AND (min-width: 768px) {
    .helper {
        width: 33.0%;
    }

    .advantagesHelper {
        width: 24.0%;
    }

    .under600px {
        display: none;
    }
}

/* ######################################################################################## */
/* ########################### 4.0.0 - styles 768 to 991 - END ############################ */
/* ######################################################################################## */






/* ######################################################################################## */
/* ######################## 5.0.0 - styles from 601 to 767 - START ######################## */
/* ######################################################################################## */

@media all AND (min-width: 601px) AND (max-width: 767px) {
    .helper {
        width: 33.0%;
    }

    .advantagesHelper {
        width: 48.0%;
    }

    .under600px {
        display: none;
    }
}

/* ######################################################################################## */
/* ######################### 5.0.0 - styles from 601 to 767 - END ######################### */
/* ######################################################################################## */






/* ######################################################################################## */
/* ####################### 6.0.0 - styles from 361 to 600 - START ######################## */
/* ######################################################################################## */

@media all AND (min-width: 361px) AND (max-width: 600px) {
    #registerNowButton {
        margin-top: 22px;
    }

    .helper {
        width: 48.0%;
    }

    .advantagesHelper {
        width: 48.0%;
    }

    .under600px {
        display: block;
    }
}

/* ######################################################################################## */
/* ######################## 6.0.0 - styles from 361 to 600 - END ######################### */
/* ######################################################################################## */






/* ######################################################################################## */
/* ######################## 7.0.0 - styles from 0 to 360 - START ######################### */
/* ######################################################################################## */

@media all AND (min-width:0px) AND (max-width: 360px) {
    #registerNowButton {
        margin-top: 55px;
    }

    .helper {
        width: 98.0%;
    }

    .advantagesHelper {
        width: 98.0%;
    }

    .under600px {
        display: block;
    }
}

/* ######################################################################################## */
/* ######################### 7.0.0 - styles from 0 to 360 - END ########################## */
/* ######################################################################################## */