   @import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
   @import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
   html, body
   {
    //background: #001 url('../images/back47.jpg') no-repeat center center fixed;
    width: 100%;
    max-width: calc();
    height: 100%;
    min-height: 100vh;
    display: flex;
    margin: 0.0px 0.0px 0.0px 0.0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 100vh;
    font-family: Arial;
    xxxoverflow: hidden;
    float: none;
   }
   button
   {
    background: #059;
    font-weight: bold;
    border: none;
    color: #FFF;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    width: 151px;
    border-radius: 3px;
    transition: ease-out;
    transition-delay: 0.5s;
    transition-duration: 1s;
    transition-timing-function: ease;
   }
   button:hover
   {
    background: #900;
    font-weight: bold;
    color: white;
    padding: 15px 32px;
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
    width: 151px;
    border-radius: 3px;
    transition: ease;
    transition-delay: 0s;
    transition-duration: 2s;
    transition-timing-function: ease;
   }
   a
   {
    font-size: 0.5em;
    color: #007;
    text-decoration: none;
    transition: ease-in-out;
    transition-delay: 1s;
    transition-duration: 5s;
    transition-timing-function: ease-in-out;
   }
   a.usefulLinks
   {
    font-size: 0.9em;
    color: #FFF;
    text-decoration: none;
    transition: ease;
    transition-delay: 1s;
    transition-duration: 1s;
    transition-timing-function: ease;
   }
   td.links { text-align: center; }
   td.bottomReference
   {
    font-size: 0.9em;
    padding-left: 29px;
    padding-top: 29px;
    border-right: 1.0px solid #111; 47F
   }
   td.bottomReferenceEdge
   {
    padding-left: 29px;
    padding-top: 29px;
   }
   input.allInputs
   {
    background: inherit;
    border: 0px;
    border-bottom: 1.0px solid #777;
    border-right: 1.0px solid #777;
    padding-left: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
    color: #FFF;
    width: 321px;
    font-size: 1.1em;
    opacity: 0.9;
    font-weight: bold;
   }
   textarea.textAreaInput
   {
    background: inherit;
    border: 0.0px solid #000;
    border-bottom: 1.0px solid #777;
    border-right: 0.0px solid #777;
    border-left: 1.0px solid #777;
    padding-left: 9px;
    padding-top: 9px;
    color: #FFF;
    width: 325px;
    height: 111px;
    font-size: 1.1em;
    margin-top: 2px;
    opacity: 0.9;
    resize: none;
    font-weight: bold;
   }
   /*button.inputButton
   {
    position: absolute;
    margin-top: -21px;
    margin-left: 159px;
    padding-left: 19px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-right: 19px;
    border: 0px;
    color: #FFF;
    border-radius: 5px;
    font-size: 1.1em;
    font-weight: bold;
   } */
   input.inputSubmitButton:hover
   {
    background: #119;
    color: #FFF;
   }
   div.topAnnounce
   {
    background: #09C;
    color: #FFF;
    padding-top: 29px;
    padding-left: 69px;
    position: absolute;
    width: 446px;
    height: 49px;
    margin-left: 220.5px;
    margin-top: -35px;
    -webkit-transform: perspective(300px) rotateX(-10deg);
    -o-transform: perspective(300px) rotateX(-10deg);
    -moz-transform: perspective(300px) rotateX(-10deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
   }   
   .slider
   {
    box-sizing: border-box;
    color: #444;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
   }
   .slider__nav
   {
    width: 12px;
    height: 12px;
    margin: 2rem 15px;
    border-radius: 50%;
    z-index: 10;
    outline: 6px solid #ccc;
    outline-offset: -6px;
    box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
   }
   .slider__nav:checked
   {
    -webkit-animation: check 0.4s linear forwards;
    animation: check 0.4s linear forwards;
   }
   .slider__nav:checked:nth-of-type(1) ~ .slider__inner { left: 0%; }
   .slider__nav:checked:nth-of-type(2) ~ .slider__inner { left: -100%; }
   .slider__nav:checked:nth-of-type(3) ~ .slider__inner { left: -200%; }
   .slider__nav:checked:nth-of-type(4) ~ .slider__inner { left: -300%; }
   .slider__inner
   {
    position: absolute;
    top: 0;
    left: 0;
    width: 400%;
    height: 100%;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
   }
   .slider__contents
   {
    height: 100%;
    padding: 0.5rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
   }
   .slider__image
   {
    font-size: 2.7rem;
    color: #2196F3;
   }
   .slider__caption
   {
    font-weight: 500;
    margin: 2rem 0 1rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
   }
   .slider__txt
   {
    color: #999;
    margin-bottom: 3rem;
    max-width: 300px;
   }
   @-webkit-keyframes check
   {
    50%
    {
     outline-color: #333;
     box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100%
    {
     outline-color: #333;
     box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
   }
    @keyframes check {
    50%
    {
     outline-color: #333;
     box-shadow: 0 0 0 12px #333, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100%
    {
     outline-color: #333;
     box-shadow: 0 0 0 0 #333, 0 0 0 0 rgba(51, 51, 51, 0);
    }
   }
   
   @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);	
   #slider { position: relative; overflow: hidden; margin: 0px auto 0px auto; border-radius: 0px; height: 300px; }
   #slider ul { position: relative; margin: 0; padding: 0; width: 5711px; height: 300px; list-style: none; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row nowrap; -ms-flex-flow: row nowrap; flex-flow: row nowrap; }
   #slider ul li { position: relative; display: block; float: center; margin: 0; padding: 0; width: 100%; height: 300px; line-height: 491px; font-size: 2em; letter-spacing: 1px; } { text-align: center; }
   a.control_prev, a.control_next { position: absolute; top: 35%; z-index: 999; display: block; padding: 4% 3%; width: auto; height: auto; background: #2a2a2a; color: #fff; text-decoration: none; font-weight: 600; font-size: 18px; opacity: 0.8; cursor: pointer; }
   a.control_prev:hover, a.control_next:hover { opacity: 1; transition: ease; transition-delay: 9s; transition-duration: 59s; transition-timing-function: ease; }
   a.control_prev { border-radius: 0 5px 5px 0; font-size: 2em; opacity: 1; transition: ease; transition-delay: 9s; transition-duration: 59s; transition-timing-function: ease; }
   a.control_next { right: 0; border-radius: 5px 0 0 5px; font-size: 2em; }
   .slider_option { position: relative; margin: 10px auto; width: 160px; font-size: 18px; }
   .firstSlide
   {
    background: #EEE url('../images/splash9.jpeg') no-repeat center center;
    width: 100%;
    min-height: 50vh;
    display: flex;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 100vh;
    float: none;
   }
   .secondSlide
   {
    background: #EEE url('../images/library.jpeg') no-repeat center center;
    color: #FFF;
    width: 100%;
    height: 50%;
    min-height: 50vh;
    display: flex;
    margin: 0.0px 0.0px 0.0px 0.0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 100vh;
    float: none;
   }
   .thirdSlide
   {
    background: #EEE url('../images/face5.jpeg') no-repeat center center;
    color: #900;
    width: 100%;
    height: 50%;
    min-height: 50vh;
    display: flex;
    margin: 0.0px 0.0px 0.0px 0.0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 100vh;
    float: none;
   }
   .fourthSlide
   {
    background: #EEE url('../images/face8.jpeg') no-repeat center center;
    text-align: right;
    padding-right: 211px;
    color: #FFF;
    width: 100%;
    height: 50%;
    min-height: 50vh;
    {display: flex;}
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 100vh;
    float: none;
   }
   