
/* ==========================================================================
   01. GENERAL STYLE
========================================================================== */
/*------------------------------------------*/
/*	 Basic Settings
/*------------------------------------------*/
body {
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #353535;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    padding: 0;
    background-color: #f5f8fa !important;
}

.main-wrapper {
    overflow: hidden;
}

section{
    position: relative;
    overflow: hidden;
}

/*------------------------------------------------------------------*/
/*	 Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix
/*-----------------------------------------------------------------*/
@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/*------------------------------------------*/
/*	 Link
/*------------------------------------------*/
a {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    color: #8ec643;
}

a:hover, a:focus {
    /*color: #8ec643 !important;*/
    text-decoration: none;
}

/*------------------------------------------*/
/*	 Lists
/*------------------------------------------*/
ul {
    padding-left: 0;
    list-style: none;
}

/*------------------------------------------*/
/*	 Backgrounds
/*------------------------------------------*/
.light-bg{
    background-color: #8ec643;
}

.dark-bg{
    background-color: #353535;
}

.white-bg{
    background-color: #ffffff;
}

/*------------------------------------------*/
/*   Wrappers & Boxes
/*------------------------------------------*/
.wrapper-lg {
    padding: 120px 0;
}

/* ==========================================================================
   02. TYPOGRAPHY
========================================================================== */
h1, h2, h3, h4 {
    font-family: 'Roboto', sans-serif !important;
    margin: 0 0 20px;
    color: #353535;
    letter-spacing: -1px;
}

h1 {
    font-size: 48px;
    line-height: 52px;
    font-weight: 300;
}

h2 {
//*font-size: 42px; *//
line-height: 46px;
    font-weight: 300;
    text-align: center;
}

h3 {
    font-size: 33px;
    line-height: 36px;
    font-weight: 300;
}

h4 {
    font-size: 23px;
    line-height: 32px;
    font-weight: 400;
    color: #353535;
    text-align: center;
    text-transform: none;
}

h5 {
    font-family: Roboto;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #353535;
}

b, strong {
    font-weight: 400;
}

p {
    margin: 0;
}

/* ==========================================================================
   03. BUTTONS & ICONS
========================================================================== */
.btn {
    font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
/*    font-weight: 700;*/
/*    font-size: 11px;*/
/*    line-height: 15px;*/
/*    text-transform: uppercase;*/
/*    letter-spacing: 1px;*/
/*    -o-transition: all .3s ease;*/
/*    -webkit-transition: all .3s ease;*/
/*    -moz-transition: all .3s ease;*/
/*    transition: all .3s ease;*/
/*    margin-right: 15px;*/
/*    margin-bottom: 5px;*/
/*    border-radius: 5px;*/
/*    display: inline-block;*/
/*    padding: 14px 28px 13px 28px;*/
/*    border:2px solid;*/
/*    box-shadow: none;*/
/*    text-shadow: none;*/
}

.btn:focus {
    outline: none;
}

.btn:hover {
    text-decoration: none;
}

.btn>i {
    font-size: 15px;
    margin-right: 5px;
    vertical-align: text-bottom;
}

/*.btn-box {*/
/*    padding-left: 25%;*/
/*    margin-top: 20px;*/
/*}*/

/*------------------------------------------*/
/*	 Buttons Color
/*------------------------------------------*/
.btn-error {
    /*width: 40%;*/
    /*color: #fff;*/
    /*!*background-color: #66b79c;*!*/
    /*!*border: 2px solid #000 !important;*!*/
    /*border-radius: 0 !important;*/
    /*text-transform: none;*/
    /*text-shadow: none;*/
    /*padding: 10px !important;*/
    /*font-size: 17px !important;*/
    /*font-weight: bold !important;*/
    /*-webkit-transition: all .218s ease;*/
    /*-moz-transition: all .218s ease;*/
    /*-o-transition: all .218s ease;*/
    /*transition: all .218s ease;*/
}

/*.btn-error:hover {*/
/*    background: #00875a;*/
/*    !*border: 2px solid rgba(0,0,0,.85) !important;*!*/
/*    color: #fff !important;*/
/*}*/

/*------------------------------------------*/
/*   Navbar General Settings5
/*------------------------------------------*/
.navbar{
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.navbar-fixed-top {
    padding-top: 15px !important;
    padding-bottom: 10px;
    opacity: 1;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #fff;
}

.navbar-fixed-top.is-scrolling{
    background: rgba(1,1,1,.89);
    border: 0;
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #353535;
    opacity: 1;
}

.navbar-right{
    position: relative;
    top: 5px;
    float: left;
    text-align: left;
}

/* Img-Logo Fixes */
.navbar-brand.img-logo{
    padding:0;
}

.nav-brand.img-logo:hover {
    opacity: .6;
}

/*------------------------------------------*/
/*   Navbar Links Menu
/*------------------------------------------*/
.navbar-nav>li>a{
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 15px;
    color: #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.navbar-nav>li>a:hover, .navbar-nav>li>a:focus, .navbar-nav>.active>a, .navbar-nav>.active>a:hover, .navbar-nav>.active>a:focus{
    color: #8ec643;
    background-color: transparent;
}

/*------------------------------------------*/
/*   Navbar Mobile Menu
/*------------------------------------------*/
.navbar-toggle, .navbar-toggle:hover, .navbar-toggle:focus {
    background-color: transparent;
}

.navbar-toggle {
    color: #ffffff;
    padding: 0;
    margin-top: 0;
    border-color: transparent;
}

.navbar-collapse {
    box-shadow:none;
    border:0;
}

.mobile-nav {
    color: #fff !important;
    margin-top: 10px;
}

.mobile-nav:hover {
    color: #8ec643 !important;
}


/*------------------------------------------*/
/*   Navbar Buttons
/*------------------------------------------*/
.navbar-nav>li>a.btn-nav {
    margin: 6px 0 10px 15px;
    padding: 7px;
    border-color: #8ec643;
    color: #fff;
}

.navbar-nav>li>a.btn-nav:hover, .navbar-nav>li>a.btn-nav:focus {
    background: #8ec643;
    color: #353535 !important;
    border-color: #8ec643;
}

.navbar-nav>li>a.btn-nav-register {
    margin: 6px 0 10px 15px;
    padding: 7px;
    border-color: #fff;
    color: #fff;
}

.navbar-nav>li>a.btn-nav-register:hover, .navbar-nav>li>a.btn-nav-register:focus {
    background: #fff;
    color: #353535 !important;
    border-color: #fff;
}

.intro-features {
    text-align: center !important;
}

.intro-features .icon-lg{
    margin-bottom: 20px;
}

/* ==========================================================================
   14. FOOTER + CUSTOM ADDITIONS
========================================================================== */
.footer, .footer a{
    color: #fff;
}

.footer h5{
    font-size: 15px;
    line-height: 23px;
}

.footer-hero, .footer-cta{
    font-size: 15px;
    line-height: 22px;
}

.footer-hero strong{
    font-weight: 600;
}

.footer-cta .btn{
    padding: 10px;
    margin-left: 5px;
    color: #fff;
}

.footer-cta .btn:hover{
    border-color: #ffffff;
}

.contact-item {
    margin: 11px 0 16px;
}

.contact-icon {
    margin-right: 10px;
    font-size: 22px;
    margin-bottom: 10px;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: top;
}

.contact-content {
    display: inline-block;
    line-height: 21px;
}

.contact-content a {
    color: #8ec643;
    font-weight: 600;
}

.footer-nav{
    margin-top: 100px;
    font-family: 'Raleway','Open Sans',Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
}

.footer-nav li{
    display: inline-block;
    margin-left: 15px;
}

.footer-nav a {
    color: #fff;
}

.footer-copy{
    margin-top:30px;
    font-size:15px;
    line-height: 16px;
    text-align: center;
    font-weight: normal;
    color: #555555 !important;
}


.navbar > .container .navbar-brand {
    margin-top: 8px;
}

.navbar > .container .navbar-brand:hover {
    opacity: .6;
}

.login .forgot {
    display: none;
}

.type .hero-section span {
    background-color: #8ec643;
}

.btn-color {
    background: #8ec643;
    border-color: #8ec643;
}

.btn-color:hover {
    background: transparent;
    border-color: #8ec643;
    color: #8ec643;
}

.is-scrolling .navbar-nav>.active>a {
    color: #8ec643 !important;
}


.move-up {
    margin-top: -10px;
}

.brown-bg {
    background-color: #744d2d;
}

.navbar-toggle {
    color: #fff;
    -webkit-transition: all .218s ease;
    -moz-transition: all .218s ease;
    -o-transition: all .218s ease;
    transition: all .218s ease;
}

.navbar-toggle:hover {
    color: #8ec643;
}

@media all and (max-width: 500px) {
    .type h1 {
        font-size: 30px !important;
    }
}

.footer-logo {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.footer-logo:hover {
    opacity: .6;
}

.sliding-u-l-r {
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid transparent;
    width: 0px;
    transition: 0.7s ease;
    white-space: nowrap;
    height: 25px;
}

.sliding-u-l-r:hover {
    border-bottom: 1px solid #353535;
    width: 65%;
}

.bottom-scrollTop {
    border: 1px solid #99721e;
    background: #99721e;
    padding-right: 22px;
    padding-left: 10px;
    margin-left: 48%;
    margin-right: 52%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
}

.bottom-scrollTop:hover {
    border: 1px solid #fff;
    background: #fff;
    color: #99721e;
}

.intro-text {
    text-align: left;
    margin-top: 100px;
    font-size: 17px;
    color: #fff;
    font-family: Roboto;
}

.grc-text {
    text-align: center;
    color: #353535;
    margin-top: 10px;
    font-size: 15px;
    font-family: Roboto;
}

.grc-text-small {
    text-align: center;
    color: #353535;
    margin-top: 10px;
    font-size: 14px;
    font-family: Roboto;
    padding-left: 15px;
    padding-right: 15px;
}

.definitions-text {
    text-align: left;
    margin-left: -60px;
    font-size: 15px;
    color: #353535;
    font-family: Roboto;
}

.image-center {
    margin: 0 auto !important;
    display: block;
    transition: all .218s ease;
}

.image-center:hover {
    opacity: .6;
}

.inline-list {
    display: inline-flex !important;
}

.contact-border {
    border: 2px solid #fff;
    background: #353535;
    opacity: .89;
    padding: 100px;
}

.footer-header {
    font-family: Roboto;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: none;
    font-size: 15px;
    color: #8ec643;
}

.fa {
    font-size: 18px;
    margin-left: 20px;
    color: #ffffff;
    transition: all .218s ease;
}

.fa:hover {
    color: #8ec643;
}

.transparent {
    transition: all .218s ease;
}

.transparent:hover {
    opacity: .6;
}

/* ==========================================================================
   color: #f44336 #c0392b - #cb6060
========================================================================== */
a, .text-color {
    color: #99721e;
}

.color-bg {
    background-color: #99721e;
}

/*------------------------------------------*/
/*	 Red Buttons
/*------------------------------------------*/
.btn-color-ghost {
    background: transparent;
    color: #99721e;
    border-color: #99721e;
}

.btn-color, .btn-color-ghost:hover {
    background: #99721e;
    color: #fff;
    border-color: #99721e;
}

.btn-color:hover {
    background: #ffffff;
    color: #99721e;
    border-color: #99721e;
}

.btn-white {
    color: #99721e;
}

.navbar-nav>li>a.btn-signup {
    background: #99721e;
    color: #ffffff;
    border-color: #99721e;
}

.navbar-nav>li>a.btn-signup:hover, .navbar-nav>li>a.btn-signup:focus {
    background: #ffffff;
    color: #99721e;
    border-color: #ffffff;
}

/*------------------------------------------*/
/*   Header Solid Bg
/*------------------------------------------*/
.solid-bg{
    background:none;
    background-color: #99721e;
}

.navbar-nav>li>a.btn-white{
    color: #99721e;
}

/*------------------------------------------*/
/*   Header App
/*------------------------------------------*/
.type .hero-section span{
    background-color: #f3c537;
    color: #353535;
}

/*------------------------------------------*/
/*	 Form
/*------------------------------------------*/
.form-control {
    border: 2px solid #99721e;
}

/*------------------------------------------*/
/*	 Icons
/*------------------------------------------*/
.icon-lg:hover, .icon-lg:focus, .icon-sm:hover, .icon-sm:focus {
    color:#99721e;
}

/*------------------------------------------*/
/*	 Preloader
/*------------------------------------------*/
.preloader{
    background-color: #99721e;
}

/*------------------------------------------*/
/*   Navbar Links Menu
/*------------------------------------------*/
.is-scrolling .navbar-nav>.active>a, .is-scrolling .navbar-nav>.active>a:hover, .is-scrolling .navbar-nav>.active>a:focus {
    color: #99721e;
    background-color: transparent;
}


/*------------------------------------------*/
/*   Footer
/*------------------------------------------*/
.footer a:hover{
    color: #8ec643;
    text-decoration: none;
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navbar-nav > li > a {
    text-shadow: none;
}

@media (max-width: 480px) {
    .hide-mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .hide-overlay {
        display: none;
    }
}

.risk-text {
    text-align: left;
    font-size: 30px;
    margin-left: -20px;
    margin-top: 15px;
    color: #353535;
}

.risk-p {
    margin-left: -20px;
    text-align: left;
}

.right {
    margin-left: 100px;
}

.left {
    margin-left: -60px;
}

.img-small {
    width: 100px;
}

.banner {
    width: 70%;
    margin-top: 20px;
    margin-left: 15%;
}

.mobile-register {
    display: none !important;
}


@media (max-width: 991px) {
    .definitions-text {
        margin-left: 0 !important;
        text-align: center;
    }

    .definitions-image {
        margin: 0 auto !important;
        display: block;
        padding-bottom: 30px;
    }

    .mobile-fullwidth {
        width: 100% !important;
        margin-top: -100px;
    }

    .hide-screenshot {
        display: none;
    }
}

.legend-box {
    border: 1px solid #353535;
    padding: 45px;
}

.legend-right {
    margin-left: 30px;
}

@media (max-width: 993px) {
    .footer-mobile {
        text-align: center !important;
    }
}

@media (max-width: 600px) {
    .top-wrapper {
        padding-top: 100px !important;
    }

    .hide-screenshot {
        display: none;
    }

    .intro-text {
        padding: 50px;
        margin-top: 20px;
    }

    .footer-mobile {
        text-align: center !important;
    }
}

.learn-how {
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 325px) {
    .intro-text {
        padding: 10px;
    }

    .learn-how {
        padding: 15px;
    }

    .btn-black {
        width: 50%;
        font-size: 13px;
    }

    .contact-border {
        margin-top: -125px !important;
    }

    .contact-text {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .are-you-ready {
        text-align: left;
        line-height: 30px;
        font-size: 20px;
    }

    .remove-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .btn-juvo {
        display: block;
        margin-top: 0 !important;
        margin-left: 10px !important;
        margin-bottom: 20px !important;
        width: 90%;
    }

    .intro-header {
        text-align: left !important;
        padding-left: 10px;
    }

}

@media (max-width: 320px) {
    .intro-text {
        padding: 10px;
    }

    .learn-how {
        padding: 30px;
    }

    .btn-black {
        width: 50%;
    }

    .contact-border {
        margin-top: -125px !important;
    }

    .contact-text {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}

@media (max-width: 300px) {
    .intro-text {
        padding: 10px;
    }

    .learn-how {
        padding: 30px;
    }

    .btn-black {
        width: 50%;
    }

    .contact-border {
        margin-top: -125px !important;
    }

    .contact-text {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

}

.move-icon-down {
    margin-top: 100px !important;
}
@media (max-width: 768px) {
    .governance-image-mobile {
        width: 100px !important;
    }

    .move-icon-down {
        margin-top: 200px !important;
    }

    .grc-text {
        padding-left: 15px;
        padding-right: 15px;
    }

    .title-mobile {
        padding-left: 15px;
        padding-right: 15px;
    }

    .title-down {
        margin-top: 40px;
    }

    .tablet-margin-down {
        margin-top: 100px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .mobile-register {
        display: block;
    }

    .intro-text {
        padding-left: 15px;
        padding-right: 15px;
    }

    .compass-tablet {
        display: block;
        margin-top: 100px !important;
        margin-bottom: -50px !important;
    }

}

@media (max-width: 480px) {
    .title-mobile-up {
        margin-top: -100px;
    }

    .title-mobile-up-more {
        margin-top: -200px;
    }
}

@media (max-width: 600px) {
    .compass-tablet {
        margin-top: 0 !important;
    }
}


@media (max-width: 768px) {
    .move-down {
        margin-top: 30px !important;
    }

    .down-mobile {
        margin-top: 30px !important;
    }

    .risk-down {
        margin-bottom: 30px !important;
    }

    .move-text-down {
        margin-bottom: 40px;
    }

    .challenge-margin {
        margin-left:0 !important;
        text-align: center !important;
    }
}




@media (max-width: 320px) {
    .mobile-fullwidth {
        margin-top: -25px !important;
    }
}

.text-500 {
    font-size: 30px;
    color: #353535;
    font-family: Roboto;
    /*margin-bottom: 40px;*/
    /*margin-top: 40px;*/
}

.image-404 {
    transform: rotate(120deg);
    margin-top: 50px;
    width: 400px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.image-404:hover {
    transform: rotate(180deg);
    opacity: .7;
}

.full-spin {
/*//-webkit-transition-property: -webkit-transform;*/
/*//-webkit-transition-duration: 1s;*/
/*//-moz-transition-property: -moz-transform;*/
/*//-moz-transition-duration: 1s;*/
/*//transition-property: transform;*/
/*//transition-duration: 1s;*/
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: rotate;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    margin-top: 15%;
    border-radius: 100%;
    width: 400px !important;
}

/*//.full-spin:hover {*/
  /*//  -webkit-animation-name: rotate;*/
  /*//  -webkit-animation-duration: 2s;*/
  /*//  -webkit-animation-iteration-count: infinite;*/
  /*//  -webkit-animation-timing-function: linear;*/
  /*//  -moz-animation-name: rotate;*/
  /*//  -moz-animation-duration: 2s;*/
  /*//  -moz-animation-iteration-count: infinite;*/
  /*//  -moz-animation-timing-function: linear;*/
  /*//  animation-name: rotate;*/
  /*//  animation-duration: 2s;*/
  /*//  animation-iteration-count: infinite;*/
  /*//  animation-timing-function: linear;*/
  /*//}*/

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.page-not-found-text {
    font-family: Roboto;
    font-size: 30px;
    color: #353535;
}

.lionel-link {
    color: #5e7a28 !important;
    border-bottom: 1px dotted;
    text-decoration: none !important;
}

.lionel-link:hover,
.lionel-link:focus {
    opacity: .65;
}

.devteam {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}

.custom-header {
    color: #353535;
    font-size: 100px;
    font-weight: bold;
    font-family: Roboto;
    margin-top: 100px;
}

/*.secondary-header {*/
    /*font-size: 28px;*/
    /*color: #353535;*/
    /*text-align: left;*/
/*}*/

.wrapper-lg {
    padding: 120px 0;
}

.btn {
    font-size: 14px;
    line-height: 15px;
    text-transform: none;
    font-weight: bold !important;
    letter-spacing: 1px;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin-right: 15px;
    margin-bottom: 5px;
    border-radius: 5px;
    display: inline-block;
    /*padding: 14px 28px 13px 28px !important;*/
    border: 2px solid;
}
.btn-custom {
    /*border-color: black;*/
    /*background: black !important;*/
    color: #f5f5f5 !important;
}
.btn-custom:hover {
     background: rgba(0, 0, 0, .85) !important;
 }

.page-copy {
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
    font-family:Roboto;
    color: #353535;
}

.page-copy.reduced {
    font-size: 18px !important;
    font-weight: bold !important;
}

/*ul.page-copy {*/
/*    !*list-style: inherit;*!*/
/*    !*margin-left: 20px;*!*/
/*    display: inline-flex;*/
/*    !*margin: 0 auto;*!*/
/*    font-size: 18px !important;*/
/*    font-weight: bold !important;*/
/*    text-align: center;*/
/*}*/

ul.page-copy li {
    display: inline-block;
    list-style: none;
    padding: 0;
    position: relative;
    font-size: 14px;
    margin: 0 auto 5px;
    color: #000;
}

ul.page-copy li span {
    font-weight: bold;
}

ul.text-500 {
    font-size: 20px;
    list-style: inherit;
    margin-left: 30px;
}

.text-500-sm {
    font-size: 20px;
}

ul.page-copy li {
    /*padding: 20px;*/
    /*margin-left:25px;*/
    /*margin-right:25px;*/
    /*background: #66b79c;*/
    /*color: #fff;*/
    /*cursor: pointer;*/
    /*border-radius: 4px;*/
    /*-webkit-transition: all .218s ease;*/
    /*-moz-transition: all .218s ease;*/
    /*-o-transition: all .218s ease;*/
    /*transition: all .218s ease;*/
}

ul.page-copy li:hover {
    background: #339f7b;
}

ul.page-copy li>a {
    color: #fff;
    display: block;
    text-decoration: none !important;
    cursor: pointer;
}

.sliding-middle-out {
    display: inline-block;
    text-decoration: none !important;
    color:#396198;
    padding-bottom: 3px;
}
.sliding-middle-out:after {
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 0;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
.sliding-middle-out:hover:after {
    width: 100%;
    background: #396198;
}

.zeus-img {
    width: 350px;
}

.tom-img {
    width: 500px;
}

.custom-close {
    margin-top: 5%;
    font-size: 30px !important;
    opacity: .6;
}

.custom-close:hover {
    opacity: 1;
}
/* --------------------------------
1. Auto-Hiding Navigation - Simple
-------------------------------- */
.cd-auto-hide-header {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}
.cd-auto-hide-header::after {
    clear: both;
    content: "";
    display: block;
}
.cd-auto-hide-header.is-hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
@media only screen and (min-width: 1024px) {
    .cd-auto-hide-header {

    }
}

.cd-auto-hide-header .logo,
.cd-auto-hide-header .nav-trigger {
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cd-auto-hide-header .logo {
    left: 5%;
}
.cd-auto-hide-header .logo a, .cd-auto-hide-header .logo img {
    display: block;
}

.cd-auto-hide-header .nav-trigger {
    /* vertically align its content */
    display: table;
    height: 100%;
    padding: 0 1em;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #25283D;
    font-weight: bold;
    right: 0;
    border-left: 1px solid #f2f2f2;
}
.cd-auto-hide-header .nav-trigger span {
    /* vertically align inside parent element */
    display: table-cell;
    vertical-align: middle;
}
.cd-auto-hide-header .nav-trigger em, .cd-auto-hide-header .nav-trigger em::after, .cd-auto-hide-header .nav-trigger em::before {
    /* this is the menu icon */
    display: block;
    position: relative;
    height: 2px;
    width: 22px;
    background-color: #25283D;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cd-auto-hide-header .nav-trigger em {
    /* this is the menu central line */
    margin: 6px auto 14px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}
.cd-auto-hide-header .nav-trigger em::before, .cd-auto-hide-header .nav-trigger em::after {
    position: absolute;
    content: '';
    left: 0;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}
.cd-auto-hide-header .nav-trigger em::before {
    /* this is the menu icon top line */
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}
.cd-auto-hide-header .nav-trigger em::after {
    /* this is the menu icon bottom line */
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
}
@media only screen and (min-width: 1024px) {
    .cd-auto-hide-header .nav-trigger {
        display: none;
    }
}

.cd-auto-hide-header.nav-open .nav-trigger em {
    /* transform menu icon into a 'X' icon */
    background-color: rgba(255, 255, 255, 0);
}
.cd-auto-hide-header.nav-open .nav-trigger em::before {
    /* rotate top line */
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.cd-auto-hide-header.nav-open .nav-trigger em::after {
    /* rotate bottom line */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-primary-nav {
    display: inline-block;
    float: right;
    height: 100%;
    padding-right: 5%;
}
.cd-primary-nav > ul {
    position: absolute;
    z-index: 2;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    display: none;
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.2);
}
.cd-primary-nav > ul a {
    /* target primary-nav links */
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 5%;
    color: #25283D;
    font-size: 1.8rem;
    border-top: 1px solid #f2f2f2;
}
.cd-primary-nav > ul a:hover, .cd-primary-nav > ul a.active {
    color: #8F3985;
}
@media only screen and (min-width: 1024px) {
    .cd-primary-nav {
        /* vertically align its content */
        display: table;
    }
    .cd-primary-nav > ul {
        /* vertically align inside parent element */
        display: table-cell;
        vertical-align: middle;
        /* reset mobile style */
        position: relative;
        width: auto;
        top: 0;
        padding: 0;
        background-color: transparent;
        box-shadow: none;
    }
    .cd-primary-nav > ul::after {
        clear: both;
        content: "";
        display: block;
    }
    .cd-primary-nav > ul li {
        display: inline-block;
        float: left;
        margin-right: 1.5em;
    }
    .cd-primary-nav > ul li:last-of-type {
        margin-right: 0;
    }
    .cd-primary-nav > ul a {
        /* reset mobile style */
        height: auto;
        line-height: normal;
        padding: 0;
        border: none;
    }
}

.nav-open .cd-primary-nav ul,
.cd-primary-nav ul:target {
    /*
        show primary nav - mobile only
        :target is used to show navigation on no-js devices
    */
    display: block;
}
@media only screen and (min-width: 1024px) {
    .nav-open .cd-primary-nav ul,
    .cd-primary-nav ul:target {
        display: table-cell;
    }
}

.vertical {
    background: black;
    width: 25px;
    height: 300px;
    position: absolute;
    right: 25px;
}

.horizontal {
    background: black;
    width: 200px;
    height: 25px;
    position: absolute;
    bottom: 0;
}

.hook {
    /*width: 63px;*/
    /*height: 50px;*/
    height: 80px;
    width: 124px;
    border: solid 25px black;
    border-bottom: none;
    position: absolute;
    right: 25px;
}

.man {
    width: 100px;
    height: 175px;
    position: absolute;
    top: 75px;
    left: 25px;
}

.man-1 {
    width: 40px;
    height: 40px;
    border: solid 10px #66b79c;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: 19px;
    display: none;
}

.man-2 {
    background: #66b79c;
    width: 10px;
    height: 70px;
    position: absolute;
    top: 34px;
    left: 34px;
    display: none;
}

.man-3 {
    background: #66b79c;
    width: 10px;
    height: 60px;
    position: absolute;
    top: 20px;
    left: 11px;
    transform: rotate(-50deg);
    display: none;
}

.man-4 {
    background: #66b79c;
    width: 10px;
    height: 60px;
    position: absolute;
    top: 20px;
    right: 31px;
    transform: rotate(50deg);
    display: none;
}

.man-5 {
    background: #66b79c;
    width: 10px;
    height: 60px;
    position: absolute;
    bottom: 21px;
    left: 16px;
    transform: rotate(40deg);
    display: none;
}

.man-6 {
    background: #66b79c;
    width: 10px;
    height: 60px;
    position: absolute;
    bottom: 21px;
    right: 38px;
    transform: rotate(-40deg);
    display: none;
}

.content {
    display: inline-block;
    margin: 0 auto;
}

#word {
    text-align: left;
    font-size: 25px;
}

.guess-container {
    text-align: left;
    font-size: 25px;
    margin-top: 15px;
}

#guess {
    font-size: 25px;
    text-align: center;
    width: 50px;
    border: none;
    border: solid 2px black;
    outline: none;
    text-transform: capitalize;
}

#misses {
    text-align: left;
    font-size: 20px;
    margin-top: 5px;
}

.instruction {
    text-align: left;
    font-size: 15px;
    margin-top: 5px;
}

.page-copy {
    color: #010f47;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: 400;
}
.page-copy.big {
    font-size: 22px;
    line-height: 35px !important;
}
.page-copy.md {
    font-size: 17px;
    /*font-weight: bold;*/
}
.width-adjustment {
    width: 80%;
    margin: 0 auto 15px;
}

.btn-vendorin-light {
    color: #396198;
    font-weight: bold;
    background: transparent;
    border: 1px solid #66b79c !important;
    font-size: 13px !important;
    padding: 14px 28px 13px 28px !important;
    text-transform: uppercase;
}
.btn-vendorin-light:hover {
    color: #fff !important;
    border-color: #66b79c;
    background-color: #66b79c;
}
.btn-vendorin-light > i {
    color: #396198 !important;
}

.btn-vendorin-light:hover > i {
    color: #fff !important;
}

ul.page-copy-list li a {
    color: black !important;
    font-size: 16px !important;
    font-family: Roboto, sans-serif !important;
    text-decoration: none !important;
}

ul.page-copy-list li a:hover {
    opacity: .8 !important;
}

ul.page-copy-list li a i {
    font-size: 18px !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    font-weight: bold;
    color: #66b79c !important;
    margin-right: 8px;
}


ul.btn-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

ul.btn-list a {
    padding: 10px 30px !important;
    /*font-size: 18px !important;*/
    /*font-weight: 400 !important;*/
    border-radius: 4px !important;
    background: transparent;
    width: 100%;
    color: #0A246A;
}

ul.btn-list li {
    margin-right: 5px;
    display: inline-block;
}


div.dialog {
    width: 95%;
    max-width: 33em;
    margin: 4em auto 0;
    margin-top: 7%;
}

div.dialog > div {
    border: 1px solid #CCC;
    border-right-color: #999;
    border-left-color: #999;
    border-bottom-color: #BBB;
    border-top: #B00100 solid 4px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background-color: white;
    padding: 7px 12% 0;
    box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
}

div.dialog > p {
    margin: 0 0 1em;
    padding: 1em;
    background-color: #F7F7F7;
    border: 1px solid #CCC;
    border-right-color: #999;
    border-left-color: #999;
    border-bottom-color: #999;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-color: #DADADA;
    color: #666;
    box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
}