html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
     FILE ARCHIVED ON 22:33:01 Apr 13, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:09:15 Nov 26, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.712
  exclusion.robots: 0.029
  exclusion.robots.policy: 0.019
  esindex: 0.01
  cdx.remote: 199.257
  LoadShardBlock: 172.373 (3)
  PetaboxLoader3.datanode: 197.208 (6)
  PetaboxLoader3.resolve: 331.368 (3)
  load_resource: 510.65 (2)
  loaddict: 118.378
*/

html {
    height: 100vh;
}

body {
    /*background-color: #012651;*/
    background-color: #0093d8;
    font-size: 100%;
    background-position-y: top;
    font-family: "myriad-pro", sans-serif;
}

strong {
    font-weight: 700;
}

h1 {
    font-weight: 700;
    /*color: #000000;*/
    color: #ffffff;
    font-size: 40px;
    padding-bottom: 25px;
}

h2 {
    font-size: 24px;
    font-weight: 700;
    /*color: #555555;*/
    color: #000000;
    line-height: 1.5;
}

h3 {
    font-size: 20px;
    line-height: 2;
    color: yellow;
}

p {
    font-size: 18px;
    font-weight: 400;
    /*color: #ffffff;*/
    color: #000000;
    line-height: 1.3;
}

.all-button {
    margin: 25px 0 20px 0;
    background-color: #eeeeee;
    border-radius: 50px;
    padding: 10px 35px;
    font-size: 18px;
    color: #7b2ab9;
    font-family: inherit;
    font-weight: 700;
    border-width: 0px;
}

.mobButton {
    display: none;
}

button:hover {
    background-color: #f4e842;
    -webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
    color: #7b2ab9;
}

button:focus {
    outline-color: #7b2ab9;
}

footer {
    position: relative;
    text-align: right;
    padding: 15px 0px 15px 25px; /* background-color: #012651; */
    top: 59px;
    font-size: 12px;
}

footer p {
    font-weight: bold;
    /*color: #eeeeee;*/
    color: #000000;
    line-height: 1.5;
}

footer {
    font-weight: bold;
     color: #f4e842;
    /*color: #000000;*/
    line-height: 1.5;
}

footer a:hover {
    color: #f4e842;
    transition: 0.5s;
}

.logoStrap {
    position: relative;
    padding-bottom: 88px;
    /*display: none;*/
}

.logoStrap img {
    width: 100%;
}

.menuBar {
    padding: 12px;
    /*background-color: #3a2abb;*/
    /*background-color: #9933FF;*/
    background-color: #0093d8;
    position: fixed;
    width: 100%;
    height: 18px;
    z-index: 1000;
    
}

.menuBar a {

    text-decoration: none;
}

.menuBar a:hover {
    color: #f4e842;
    transition: 0.5s;
}

.socialIcons {
    float: right;
    font-size: 25px;
    position: relative;
    bottom: 4px;
    margin-right: 16px;
}

/*.socialIcons img {
    width: 50px;
    position: relative;
    bottom: 2px;
}*/

.innerMenu {
    max-width: 1000px;
    margin: 0 auto !important; /* position: fixed; */
    display: flex;
}

.innerMenu div {
    padding: 5px 10px 5px 0;
    color: white;
}

.contentStrap {
    width: 100%;
    position: relative;
    padding: 40px 0 40px 0;
    margin-top: -1px;
}

.imageTop img {
    width: 100%;
}

.imageTop {
    position: relative;
    z-index: -100; /* height: 400px; */
    top: 30px;
}

.imageMob {
    display: none;
}

.contentStrap {
     background-color: #0093d8;
}

.innerContent {
    max-width: 1000px;
    margin: 0 auto !important;
    padding: 20px 30px 20px 30px;
}

.innerContent a {
    font-weight: 700;
    /*color: #d787ff;*/
    color: #ffffff;
}

.innerContent a:hover {
    color: #f4e842;
    transition: 0.5s;
}

.logos {
    text-align: center;
    position: relative;
    top: 25px;
}

.logos img {
    padding: 5px;
    max-width: 250px;
}

.logos a {
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    @media screen and (max-width: 555px) {
        .innerContent {
            margin: 0 auto !important;
            padding: 10px;
        }

        .imageTop {
            display: none;
        }

        .imageMob {
            display: block;
            position: relative;
            z-index: -100; /* height: 400px; */
            top: 30px;
        }

        .imageMob img {
            width: 100%;
        }

        .contentStrap {
            width: 100%;
            position: relative;
            /* top: 30%; */
            padding: 10px 0 40px 0;
        }

        .contentStrap {
            background-color: #0093d8;
        }

        .logos {
            float: none;
            text-align: center;
        }

        .all-button {
            margin: 25px 0 20px 0;
            background-color: #eeeeee;
            border-radius: 50px;
            padding: 10px 35px;
            font-size: 15px;
            color: #7b2ab9;
            font-family: inherit;
            font-weight: 700;
            border-width: 0px;
            width: 100%
        }

        .mobButton {
            display: inline-block;
        }

        .largeButton {
            display: none;
        }
    }

    @media screen and (max-width: 360px) {
        h1 {
            font-size: 20px;
        }

        p {
            font-size: 16px;
        }
    }

    .menuBar {
        font-size: 12px;
        height: 10px;
    }

    .socialIcons {
        font-size: 18px;
    }
}

/*
     FILE ARCHIVED ON 22:33:04 Apr 13, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:07:39 Nov 26, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.888
  exclusion.robots: 0.026
  exclusion.robots.policy: 0.011
  esindex: 0.013
  cdx.remote: 8.762
  LoadShardBlock: 115.79 (3)
  PetaboxLoader3.datanode: 147.047 (5)
  load_resource: 2345.628 (2)
  PetaboxLoader3.resolve: 2298.337 (2)
*/