/*
 Theme Name:   Goedemorgen Child
 Theme URI:    http://goedemorgenwp.com/
 Description:  This is a child theme, based on Goedemorgen.
 Author:       Taras Dasshkevych
 Author URI:   http://goedemorgenwp.com/
 Template:     goedemorgen
 Version:      1.0.0
 Tags:
 Text Domain:  goedemorgen
*/

@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?jd34sb');
    src:  url('fonts/icomoon.eot?jd34sb#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?jd34sb') format('truetype'),
    url('fonts/icomoon.woff?jd34sb') format('woff'),
    url('fonts/icomoon.svg?jd34sb#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-amex-icon:before {
    content: "\e900";
}
.icon-android-mobile-icon:before {
    content: "\e901";
}
.icon-bitcoin-icon:before {
    content: "\e902";
}
.icon-blackberry-icon:before {
    content: "\e903";
}
.icon-blackjack-icon:before {
    content: "\e904";
}
.icon-cards-deck-icon:before {
    content: "\e905";
}
.icon-ipad-mobile-icon:before {
    content: "\e906";
}
.icon-dices2-icon:before {
    content: "\e907";
}
.icon-wu-icon:before {
    content: "\e908";
}
.icon-windows-mobile-icon:before {
    content: "\e909";
}
.icon-visa-icon:before {
    content: "\e90a";
}
.icon-slots-machine-icon:before {
    content: "\e90b";
}
.icon-slots-machine2-icon:before {
    content: "\e90c";
}
.icon-roulette-icon:before {
    content: "\e90d";
}
.icon-roulette2-icon:before {
    content: "\e90e";
}
.icon-mc-icon:before {
    content: "\e90f";
}
.icon-keno-icon:before {
    content: "\e910";
}
.icon-iphone-mobile-icon:before {
    content: "\e911";
}
.icon-dices-icon:before {
    content: "\e912";
}
.icon-casino-chips-icon:before {
    content: "\e913";
}
.icon-cards-icon:before {
    content: "\e914";
}


/*----icons mods for navigation menu----*/
.main-navigation ul li ul li > a > i{
    display: block;
    color: #5c7db0;
    font-size: 38px;
    margin-top: 5px;
    margin-bottom: 8px;
}
.mobile-navigation ul > li a > i {
    display: block;
    color: #5c7db0;
    font-size: 38px;
    margin-top: 5px;
    margin-bottom: 8px;
}


/*---- dropdown US MAP ----*/
#propdown-map{
    text-align: center;
    margin-bottom: 20px;
}

#us-map-htmlselect{
    margin: 0 auto;
    width: 100%!important;
    max-width: 470px;
}

#us-map-htmlselect > ul > li:nth-child(1){
    display: none;
}

label.dd-option-text {
    line-height: 50px!important;
}

label.dd-selected-text{
 line-height: 53px;
}

.dd-select{
    border-radius: 10px;
    border: solid 2px #293849;
    position: relative;
    cursor: pointer;
    width: 100%!important;
}
.dd-desc {
     color:#aaa;
     display:block;
     overflow: hidden;
     font-weight:normal;
     line-height: 1.4em;
}
.dd-selected{
     overflow:hidden;
     display:block;
     padding:10px;
     font-weight:bold;
     color: #293849;
     text-decoration: none!important;
}
.dd-pointer{
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
}
.dd-pointer-down{
    border: solid 10px transparent;
    border-top: solid 15px #293849;
}
.dd-pointer-up{
    border: solid 10px transparent !important;
    border-bottom: solid 15px #293849!important;
    margin-top: -13px;
}
.dd-options{
     border-radius: 10px;
     border:solid 1px #ccc;
     border-top:none;
     list-style:none;
     box-shadow: 0px 1px 5px #293849;
     display:none;
     position:absolute;
     z-index:2000;
     margin:0;
     padding:0;
     background:#fff;
     overflow:auto;
     width: 100%!important;
}
.dd-option{
     padding:10px;
     display:block;
     border-bottom: solid 1px #293849;
     overflow: hidden;
     text-decoration: none!important;
     color:#333;
     cursor:pointer;
    -webkit-transition: all 0.25s ease-in-out;
     -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}
.dd-options > li:last-child > .dd-option{
     border-bottom:none;
}
.dd-option:hover{
     background:#f3f3f3;
     color:#000;
}
.dd-selected-description-truncated {
     text-overflow: ellipsis;
     white-space:nowrap;
}
.dd-option-selected {
     background:#f6f6f6;
}
.dd-option-image, .dd-selected-image {
     vertical-align:middle;
     float:left;
     margin-right:5px;
     max-width:64px;
}
.dd-image-right {
     float:right;
     margin-right:15px;
     margin-left:5px;
}
.dd-container{
     position:relative;
}

@media all and (max-width: 375px) {
/* CSS rules here for screens lower than 375px */
    #propdown-map {
        font-size: 15px;
    }
}

@media all and (max-width: 960px) {
/* CSS rules here for screens lower than 960px */
    #mapwrapper{pointer-events: none;}
}


/*---- END dropdown US MAP ----*/

.featured_title{
    text-align: left;
}

.latest_title{
    text-align: left;
    font-size: 17px;
    line-height: 17px;
    padding-bottom: 10px;
    padding-top: 20px;
}


#main .hub_content img.wp-post-image{
    display: block!important;
}

.hub_content {
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 530px;
}

.hub_content > div:last-child{
    width: 100%;
    max-width: 250px;
    text-align: center;
}

.hub_content>.hub_post:last-child img{
    margin: 0 auto;
}

.hub_content .hub_post .title{
    font-size: 17px;
    line-height: initial;
    border-bottom: none;
    text-align: center;
    padding: 0px 0px;
    margin: -20px 5px 5px 5px;
    min-height: 60px;
}
.hub_content .hub_post .post_data{
    font-size: 12px;
    color: #767a7e;
    min-height: 42px;
}
.hub_content .hub_post .date{
    background: #1e39c5;
    color: #FFF;
    position: relative;
    width: 80px;
    bottom: 130px;
    left: -10px;
    text-align: center;
    line-height: 25px;
    min-height: 25px;
    font-weight: 600;
}

.hub_content .hub_post .date::before {
    display: block;
    width: 10px;
    height: 0px;
    position: absolute;
    bottom: -10px;
    left: 0px;
    content: "";
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgb(18, 36, 130);
}

.hub_content .hub_post .post_content{
    font-size: 12px;
    color: #2a2c2e;
    display: none;
}


.hub_content>.hub_post img{
    width: 250px;
    height: 140px;
    display: block;
}
.hub_content>.hub_post .post_data_img{
    height: 140px;
    display: block;
}

.hub_content .hub_post .btn_more{
    margin: 0 auto;
    width: 100%;
    display: block;
}

.hub_content .hub_post .btn_more:hover{
    text-decoration: underline;
    color: #2f3234;
}

.hub_content .hub_post .hub_post_border{
    padding: 0px 5px 10px 5px;
}

.hub_content>.hub_post {
    height: auto;
    padding: 0px;
    margin: 10px 7px;
    width: 100%;
    max-width: 250px;
    border: 1px #dadada solid;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hub_featured {
    background-color: #f7f7f7;
    padding: 0px;
    margin: 0px;
    width: 100%;
    overflow: auto;
}

.hub_featured .post_link{
    color: #2F3234;
}
.hub_featured .post_link:hover{
    color: #2F3234;
    text-decoration: underline;
}

.hub_featured img{
    float: left;
    max-width: 269px;
}


.hub_featured .post_data .title{
    margin: 10px 0px;
    font-weight: bold;
    padding: 0px;
    font-size: 22px;
    line-height: initial;
    text-align: left;
    border: none;
}


.hub_featured .post_data {
    font-size: 13px;
    color: #767a7e;
    float: left;
    max-width: 490px;
    margin-left: 10px;
}




/* PAGINATION  */

.pagination {
    display: table;
    margin: 0 auto;
    padding-top: 20px;
}


ul.page-numbers {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 2px 4px 0;
    text-align: center;
}

.page-numbers a, .page-numbers span {
    display: block;
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #00245d;
    color: #00245d;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #FFF;
    background: #00245d;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }




/* Responsive - when the screen is less than 1253px wide */
@media screen and (max-width: 1253px) {
    .hub_featured img, .hub_featured .post_data {
        float: none;
        margin: 0 auto;
    }
    .hub_featured, .hub_featured .post_data .title {text-align: center;}
}

/* Responsive - when the screen is less than 580 wide */
@media screen and (max-width: 580px) {
    .hub_featured .post_data{
        width: 90%;}
}

.lightning-page {
    background-color: #000000;
}

.lp-content-container h1, .lp-content-container h2, .lp-content-container h3, .lp-content-container h4, .lp-content-container h5 {
    color: #fff;
    font-weight: 600;
    border-bottom: none;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    text-align: center;
    letter-spacing: 1px;
}

.lp-content-container h1::after, .lp-content-container h2::after, .lp-content-container h3::after, .lp-content-container h4::after {
    content: none;
}

.lp-content-container h1::before, .lp-content-container h2::before, .lp-content-container h3::before, .lp-content-container h4::before {
    content: none;
}

.lp-content-container h1 {
    font-size: 44px;
    line-height: 60px;
}

.lp-content-container h2 {
    font-size: 32px;
}

.lp-content-container h3 {
    font-size: 25px;
    border-bottom: 1px solid #af68ff;
    background: none;
    padding: 0;
    padding-bottom: 10px;
    margin-top: 20px;
    min-width: unset;
    max-width: -webkit-max-content;
    max-width: max-content;
    height: 40px;
    margin-bottom: 20px;
}

.lp-content-container h3 b {
    color: #af68ff;
}

.lp-content-container h4 {
    margin: 0;
    margin-top: 8px;
    margin-bottom: 5px;
    color: #af68ff;
    font-size: 20px;
    text-align: left;
}

.lp-content-container .lp-busc-logo-container {
    display: inline-flex;
    width: 100%;
    max-width: 415px;
    max-height: 125px;
    height: auto;
}

.lp-content-container .lp-busc-logo-container img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    cursor: pointer;
}

.lp-content-container .lp-title-container {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.lp-content-container .lp-icons-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    height: auto;
    justify-content: space-evenly;
}

.lp-content-container .content {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    min-height: 330px;
}

.lp-content-container .content .text {
    display: flex;
    flex-direction: column;
    width: 65%;
    height: auto;
    color: #fff;
}
.lp-content-container .content ul li {
    color: #fff;
}

.lp-content-container .content .text p {
    font-size: 16px;
    text-align: left;
    color: #fff;
}

.lp-content-container .content .text p b {
    font-size: 16px;
}

.lp-content-container .content .graphics {
    display: flex;
    width: 35%;
    height: auto;
    justify-content: center;
    align-items: center;
    padding: 30px;
}

.lp-content-container a {
    color: #90c2ee;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

.lp-content-container a:hover {
    color: #ec91b9;
}

.lp-content-container.map-section {
    display: flex;
}

.lp-content-container.map-section #mapwrapper > #mapbase svg {
    height: 605px;
    width: auto;
}

.lp-content-container.map-section .lp-map-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    height: 680px;
}

.lp-content-container.map-section .lp-map-statistics-container {
    display: flex;
    flex-direction: column;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    width: 100%;
    max-width: 200px;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: 38px;
}

.lp-content-container.map-section .lp-map-statistics-container .lp-stats-states-container {
    width: 285px;
    float: right;
    margin-bottom: 15px;
}

.lp-content-container.map-section .lp-map-statistics-container .lp-stats-states-container:after {
    content: ' ';
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    color: #fff;
    padding: 0 0 2px;
    position: relative;
    pointer-events: none;
    float: right;
    margin-top: -40px;
    margin-right: 15px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 17px solid #fff;
}

.lp-content-container.map-section .lp-map-statistics-container .lp-stats-states-container select {
    background: rgba(55, 50, 111, 0.6);
    width: 100%;
    max-width: 285px;
    height: 60px;
    color: #fff;
    font-size: 25px;
    padding-left: 20px;
    border-style: outset;
    border-left: 3px outset #201c45;
    border-top: 2px outset #8d81c4;
    border-right: none;
    border-bottom: 3px outset #201c45;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-word-break: normal;
    word-break: normal;
}

.lp-content-container.map-section .lp-map-statistics-container .lp-stats-info-container {
    display: flex;
    flex-direction: column;
    width: 338px;
    height: 250px;
    border-radius: 25px;
    background-color: rgba(58, 51, 114, 0.8);
    font-weight: bold;
    border-style: outset;
    border-left: 3px outset #201c45;
    border-top: 2px outset #8d81c4;
    border-right: none;
    border-bottom: 3px outset #201c45;
    padding-top: 10px;
    padding-bottom: 10px;
}

.lp-content-container.map-section .lp-map-statistics-container .lp-stats-info-container .lp-stats-label-container {
    color: #fff;
    text-shadow: 0px 2px 2px #000000;
    font-size: 14px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-content-container.map-section .lp-map-statistics-container .lp-stats-info-container .lp-stats-value-container {
    font-weight: bolder;
    color: #af68ff;
    text-shadow: 0px 2px 2px #000000;
    font-size: 46px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lp-content-container #mapbase {
    opacity: 0.9;
}

.lp-content-container #mapbase #lakes {
    display: none;
}

.lp-content-container #mapbase #visnames {
    font-family: Lato;
    text-shadow: 1px 1px 2px #000000;
}

.lp-content-container .flexi-slider.lp-slider {
    margin: 50px 0 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
    list-style-type: none;
}

.lp-content-container .flexi-slider.lp-slider br {
    display: none;
}

.lp-content-container .flexi-slider.lp-slider li {
    text-align: center;
    transition: all 0.5s linear;
    position: absolute;
}

.lp-content-container .flexi-slider.lp-slider li a, .lp-content-container .flexi-slider.lp-slider li a:hover {
    text-decoration: none;
}

.lp-content-container .flexi-slider.lp-slider li img {
    width: 600px;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    border: 5px solid #fff;
}

.lp-content-container .flexi-slider.lp-slider li .text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    align-items: baseline;
    position: absolute;
    text-align: left;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -418px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 390px;
    margin-left: 5px;
    margin-right: 5px;
    overflow-y: auto;
}
.lp-content-container .flexi-slider.lp-slider li .text-wrapper::-webkit-scrollbar-track {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: inset 0 0 6px rgba(183, 96, 224, 0.3);
    border-radius: 10px;
    background-color: #2e2e30;
}
.lp-content-container .flexi-slider.lp-slider li .text-wrapper::-webkit-scrollbar {
    width: 12px;
}
.lp-content-container .flexi-slider.lp-slider li .text-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(183, 96, 224, 0.3);
    background-color: #b760e0;
}


.lp-content-container .flexi-slider.lp-slider li .text-wrapper h4{
    display: block;
}
.lp-content-container .flexi-slider.lp-slider li .text-wrapper h5{
    display: block;
    margin-block-start: 0px;
    margin-block-end: 0px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #af68ff;
    text-align: left;
}
.lp-content-container .flexi-slider.lp-slider li .text-wrapper p{
    display: block;
    margin-top: 0px;
}
.lp-content-container .flexi-slider.lp-slider li .text-wrapper p i{
    font-size: 12px;
    color: #af68ff;
}

.lp-content-container .flexi-slider--button {
    min-width: 41px;
    background-repeat: no-repeat;
    background-position-y: calc(50% - 60px);
    min-height: 200px;
    position: absolute;
    cursor: pointer;
    z-index: 120;
}

.lp-content-container .flexi-slider--button.flexi-slider--button-prev {
    background-image: url(/wp-content/themes/goedemorgen-child-master/images/lightningpage/left-arrow.png);
    left: 25%;
    margin-top: 90px;
    order: 0;
}

.lp-content-container .flexi-slider--button.flexi-slider--button-next {
    background-image: url(/wp-content/themes/goedemorgen-child-master/images/lightningpage/right-arrow.png);
    right: 25%;
    margin-top: 90px;
    order: 100;
}

.lp-content-container .flexi-slider.lp-slider li[data-order="1"] {
    transform: scale(0.8);
    margin-top: 5px;
    left: 7%;
    z-index: 80;
    opacity: 0.8;
}

.lp-content-container .flexi-slider.lp-slider li[data-order="2"] {
    transform: scale(1);
    margin: 0 auto;
    margin-top: 10px;
    z-index: 90;
    opacity: 1;
}

.lp-content-container .flexi-slider.lp-slider li[data-order="3"] {
    transform: scale(0.8);
    margin-top: 5px;
    right: 7%;
    z-index: 80;
    opacity: 0.8;
}

.lp-content-container .flexi-slider.lp-slider li[data-order="4"],
.lp-content-container .flexi-slider.lp-slider li[data-order="5"],
.lp-content-container .flexi-slider.lp-slider li[data-order="6"],
.lp-content-container .flexi-slider.lp-slider li[data-order="7"],
.lp-content-container .flexi-slider.lp-slider li[data-order="8"],
.lp-content-container .flexi-slider.lp-slider li[data-order="9"],
.lp-content-container .flexi-slider.lp-slider li[data-order="10"],
.lp-content-container .flexi-slider.lp-slider li[data-order="11"],
.lp-content-container .flexi-slider.lp-slider li[data-order="12"],
.lp-content-container .flexi-slider.lp-slider li[data-order="13"],
.lp-content-container .flexi-slider.lp-slider li[data-order="14"],
.lp-content-container .flexi-slider.lp-slider li[data-order="15"],
.lp-content-container .flexi-slider.lp-slider li[data-order="16"],
.lp-content-container .flexi-slider.lp-slider li[data-order="17"],
.lp-content-container .flexi-slider.lp-slider li[data-order="18"],
.lp-content-container .flexi-slider.lp-slider li[data-order="19"],
.lp-content-container .flexi-slider.lp-slider li[data-order="20"],
.lp-content-container .flexi-slider.lp-slider li[data-order="21"],
.lp-content-container .flexi-slider.lp-slider li[data-order="22"],
.lp-content-container .flexi-slider.lp-slider li[data-order="23"],
.lp-content-container .flexi-slider.lp-slider li[data-order="24"],
.lp-content-container .flexi-slider.lp-slider li[data-order="25"] {
    transform: scale(0.6);
    left: 50%;
    opacity: 0;
    z-index: 0;
}

.lp-content-container .flexi-slider.lp-slider li:nth-of-type(1) {
    order: 2;
}

.lp-content-container .flexi-slider.lp-slider li:nth-of-type(2) {
    order: 3;
}

.lp-content-container .flexi-slider.lp-slider li:nth-of-type(3) {
    order: 4;
}

.lp-header-container, .lp-didyouknow-section, .lp-science-section, .lp-testimonials-section, .lp-footer-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}

.lp-header-container {
    height: 1032px;
    background: url("/wp-content/themes/goedemorgen-child-master/images/lightningpage/lp-header-bg.png") no-repeat center;
    background-size: cover;
}

.lp-header-container .lp-content-container.top-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.lp-header-container .lp-content-container.top-section .lp-title-container {
    padding-left: 25px;
    max-width: 750px;
}

.lp-header-container.flashit{
    animation:lpflash ease-out 7s infinite;
    animation-delay:2s
}
.lp-header-container.flashitNow{
    animation:lpflash 1s infinite;
    animation-delay:0s
}
@keyframes lpflash{from,to{opacity:1;filter:brightness(1);-o-filter:brightness(1);-moz-filter:brightness(1)}92%{opacity:.8;filter:brightness(1);-o-filter:brightness(1);-moz-filter:brightness(1)}93%{opacity:.6;filter:brightness(3);-o-filter:brightness(3);-moz-filter:brightness(3)}94%{opacity:.8;filter:brightness(.5);-o-filter:brightness(.5);-moz-filter:brightness(.5)}96%{opacity:.9;filter:brightness(3);-o-filter:brightness(3);-moz-filter:brightness(3)}}

.lp-didyouknow-section {
    min-height: 902px;
    background: url("/wp-content/themes/goedemorgen-child-master/images/lightningpage/lp-dyk-section-bg.png") no-repeat center;
    background-size: cover;
    box-shadow: 0px 0px 35px #000;
}

.lp-didyouknow-section .lp-content-container .lp-icons-list .lp-dyk-icon {
    width: 162px;
    height: 162px;
    border-radius: 50%;
}

.lp-didyouknow-section .lp-content-container .lp-icons-list .lp-dyk-icon:hover {
    box-shadow: 0px 0px 20px #a65bc9;
    filter: contrast(180%);
}
.lp-didyouknow-section .lp-content-container .lp-icons-list .lp-dyk-icon.selected {
    box-shadow: 0px 0px 20px #a65bc9;
    filter: contrast(180%);
}
.lp-didyouknow-section .lp-content-container .lp-icons-list .lp-dyk-icon.fact-1 {
    background: url("/wp-content/themes/goedemorgen-child-master/images/lightningpage/walking-vs-car-fact.png") no-repeat;
    background-size: contain;
}

.lp-didyouknow-section .lp-content-container .lp-icons-list .lp-dyk-icon.fact-2 {
    background: url("/wp-content/themes/goedemorgen-child-master/images/lightningpage/male-vs-female-fact.png") no-repeat;
    background-size: contain;
}

.lp-didyouknow-section .lp-content-container .lp-icons-list .lp-dyk-icon.fact-3 {
    background: url("/wp-content/themes/goedemorgen-child-master/images/lightningpage/fatalities-vs-injuries-fact.png") no-repeat;
    background-size: contain;
}

.lp-didyouknow-section .lp-content-container .lp-icons-list .lp-dyk-icon.fact-4 {
    background: url("/wp-content/themes/goedemorgen-child-master/images/lightningpage/lightning-scars-fact.png") no-repeat;
    background-size: contain;
}

.lp-didyouknow-section .lp-content-container .lp-icons-list .lp-dyk-icon.fact-5 {
    background: url("/wp-content/themes/goedemorgen-child-master/images/lightningpage/strikes-happen-fact.png") no-repeat;
    background-size: contain;
}

.lp-didyouknow-section .lp-content-container .lp-icons-list .lp-dyk-icon.fact-6 {
    background: url("/wp-content/themes/goedemorgen-child-master/images/lightningpage/lightning-legend-fact.png") no-repeat;
    background-size: contain;
}

.lp-didyouknow-section .lp-content-container [id^="lp-fact-content-"] {
    display: none;
}

.lp-didyouknow-section .lp-content-container #lp-fact-content-1 {
    display: flex;
}

.lp-science-section {
    height: 762px;
    background: url("/wp-content/themes/goedemorgen-child-master/images/lightningpage/lp-science-section-bg.png") no-repeat center;
    background-size: cover;
    box-shadow: 0px 0px 35px #000;
}

.lp-science-section .lp-content-container .content {
    flex-direction: column;
    min-height: 550px;
    justify-content: center;
}

.lp-testimonials-section {
    min-height: 730px;
    background: url("/wp-content/themes/goedemorgen-child-master/images/lightningpage/lp-testimonials-section-bg.png") no-repeat center;
    background-size: cover;
    box-shadow: 0px 0px 35px #000;
}

.lp-testimonials-section .lp-content-container.testimonial-wrapper {
    display: flex;
}

.lp-testimonials-section .lp-content-container.testimonial-wrapper .content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    min-height: 330px;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0px 0px 10px #fff;
    padding: 30px;
    margin-bottom: 30px;
    margin-left: 20px;
}

.lp-testimonials-section .lp-content-container.testimonial-wrapper .content .text {
    width: 100%;
}

.lp-testimonials-section .lp-content-container.testimonial-wrapper .content .text h3 {
    font-size: 25px;
    border-bottom: 0;
    background: none;
    padding: 0;
    padding-bottom: 10px;
    margin-top: 20px;
    min-width: unset;
    max-width: -webkit-max-content;
    max-width: max-content;
    height: 40px;
    margin-bottom: 20px;
    color: #af68ff;
}

.lp-testimonials-section .lp-content-container.testimonial-wrapper .content .text h3:before {
    content: none;
}

.lp-testimonials-section .lp-content-container.testimonial-wrapper .content [id^="lp-testimony-content-"] {
    display: none;
}

.lp-testimonials-section .lp-content-container.testimonial-wrapper .content #lp-testimony-content-1 {
    display: flex;
}

.lp-testimonials-section .lp-content-container .lp-icons-list {
    flex-direction: column;
    width: 160px;
}

.lp-testimonials-section .lp-content-container .lp-icons-list .lp-icon-wrapper {
    display: flex;
    flex-direction: column;
    width: 128px;
    height: 178px;
}

.lp-testimonials-section .lp-content-container .lp-icons-list .lp-icon-wrapper span {
    margin-top: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    display: block;
    width: 95%;
    border-radius: 25px;
    background-color: #381561;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.lp-testimonials-section .lp-content-container .lp-icons-list .lp-testimonial-icon {
    width: 128px;
    height: 128px;
    border-radius: 50%;
}
.lp-testimonials-section .lp-content-container .lp-icons-list .lp-testimonial-icon:hover {
    box-shadow: 0px 0px 20px #a65bc9;
    filter: contrast(180%);
}
.lp-testimonials-section .lp-content-container .lp-icons-list .lp-testimonial-icon.selected {
    box-shadow: 0px 0px 20px #a65bc9;
    filter: contrast(180%);
}
.lp-testimonials-section .lp-content-container .lp-icons-list .lp-testimonial-icon.woman-1 {
    background: url("/wp-content/themes/goedemorgen-child-master/images/lightningpage/female-logo-1.png") no-repeat;
    background-size: contain;
}

.lp-testimonials-section .lp-content-container .lp-icons-list .lp-testimonial-icon.woman-2 {
    background: url("/wp-content/themes/goedemorgen-child-master/images/lightningpage/female-logo-2.png") no-repeat;
    background-size: contain;
}

.lp-testimonials-section .lp-content-container .lp-icons-list .lp-testimonial-icon.man-1 {
    background: url("/wp-content/themes/goedemorgen-child-master/images/lightningpage/male-logo-1.png") no-repeat;
    background-size: contain;
}

.lp-footer-container {
    height: 223px;
    background: url("/wp-content/themes/goedemorgen-child-master/images/lightningpage/lp-footer-bg.png") no-repeat center;
    background-size: cover;
}

.lp-footer-container .lp-content-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.lp-footer-container .lp-content-container .lp-busc-logo-container {
    margin-top: 25px;
}

.lp-footer-container .lp-content-container .lp-copyright {
    margin-top: 25px;
    color: #fff;
    text-align: center;
}

.lp-content-container, .lp-divider {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.lp-divider {
    max-width: 1402px;
    height: 115px;
    margin-top: -64px;
    mix-blend-mode: lighten;
    background: url("/wp-content/themes/goedemorgen-child-master/images/lightningpage/lp-section-divider.png") no-repeat center;
}

@media (min-width: 320px) {
    .lp-header-container {
        height: 690px;
    }
    .lp-header-container .lp-content-container.top-section {
        flex-direction: column;
    }
    .lp-header-container .lp-content-container.top-section .lp-busc-logo-container {
        max-width: 100%;
        margin-top: 30px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .lp-header-container .lp-content-container.top-section .lp-busc-logo-container a img{
        width: 90%;
    }
    .lp-header-container .lp-content-container.top-section .lp-title-container {
        padding-left: 0;
        max-width: 100%;
    }
    .lp-didyouknow-section .lp-content-container .lp-icons-list {
        max-width: 400px;
        margin: 0 auto;
    }
    .lp-didyouknow-section .lp-content-container .lp-icons-list .lp-dyk-icon {
        width: 96px;
        height: 96px;
        margin: 5px;
    }
    .lp-didyouknow-section .lp-content-container .content {
        flex-direction: column;
        align-items: center;
    }
    .lp-didyouknow-section .lp-content-container .content .text {
        width: 90%;
    }
    .lp-didyouknow-section .lp-content-container .content .graphics {
        width: 90%;
    }
    .lp-science-section {
        height: 440px;
    }
    .lp-science-section .lp-content-container .content {
        min-height: 225px;
    }
    .lp-testimonials-section .lp-content-container.testimonial-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .lp-testimonials-section .lp-content-container.testimonial-wrapper .content {
        width: 95%;
        height: 430px;
        overflow-y: auto;
        border-radius: 15px;
        padding: 15px;
        margin-bottom: 40px;
        margin-left: 0;
    }
    .lp-testimonials-section .lp-content-container.testimonial-wrapper .content::-webkit-scrollbar-track {
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-box-shadow: inset 0 0 6px rgba(183, 96, 224, 0.3);
        border-radius: 10px;
        background-color: #2e2e30;
    }
    .lp-testimonials-section .lp-content-container.testimonial-wrapper .content::-webkit-scrollbar {
        width: 12px;
    }
    .lp-testimonials-section .lp-content-container.testimonial-wrapper .content::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(183, 96, 224, 0.3);
        background-color: #b760e0;
    }
    .lp-testimonials-section .lp-content-container.testimonial-wrapper .lp-icons-list {
        flex-direction: row;
        width: 100%;
    }
    .lp-testimonials-section .lp-content-container.testimonial-wrapper .lp-icons-list .lp-icon-wrapper {
        width: 100px;
        height: 155px;
    }
    .lp-testimonials-section .lp-content-container.testimonial-wrapper .lp-icons-list .lp-testimonial-icon {
        width: 96px;
        height: 96px;
    }
    .lp-content-container h1 {
        font-size: 24px;
        line-height: 32px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .lp-content-container h2 {
        font-size: 22px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .lp-content-container h3 {
        min-height: 40px;
        height: auto;
        max-height: 48px;
        font-size: 20px;
    }
    .lp-content-container.map-section {
        flex-direction: column;
    }
    .lp-content-container.map-section .lp-map-container {
        background: url("/wp-content/themes/goedemorgen-child-master/images/lightningpage/us-map-mobile-bg.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        height: 246px;
    }
    .lp-content-container.map-section .lp-map-statistics-container {
        margin-left: 0;
        max-width: 100%;
        justify-content: center;
        align-items: center;
        margin-top: -130px;
    }
    .lp-content-container.map-section .lp-map-statistics-container .lp-stats-states-container select {
        font-size: 22px;
    }
    .lp-content-container.map-section .lp-map-statistics-container .lp-stats-info-container {
        width: 300px;
    }
    .lp-content-container.map-section .lp-map-statistics-container .lp-stats-info-container .lp-stats-value-container {
        font-size: 42px;
    }
    .lp-content-container .lp-map-wrapper {
        display: none;
    }
    .lp-content-container .flexi-slider.lp-slider {
        margin: 20px 0 0 0;
        min-height: 200px;
        max-width: 1000px;
    }
    .lp-content-container .flexi-slider.lp-slider li[data-order="1"] {
        transform: scale(0.45);
        margin-top: 5px;
        left: -15%;
        z-index: 80;
    }
    .lp-content-container .flexi-slider.lp-slider li[data-order="2"] {
        transform: scale(0.6);
        margin: 0 auto;
        margin-top: 10px;
        z-index: 90;
    }
    .lp-content-container .flexi-slider.lp-slider li[data-order="3"] {
        transform: scale(0.45);
        margin-top: 5px;
        right: -15%;
        z-index: 80;
    }
    .lp-content-container .flexi-slider--button.flexi-slider--button-prev {
        left: 10%;
        margin-top: 72px;
    }
    .lp-content-container .flexi-slider--button.flexi-slider--button-next {
        right: 7%;
        margin-top: 72px;
    }
    .lp-footer-container .lp-content-container {
        text-align: center;
    }
    .lp-footer-container .lp-content-container .lp-busc-logo-container a img{
        width: 90%;
    }
}

@media (min-width: 768px) {
    .lp-header-container {
        height: 1070px;
    }
    .lp-header-container .lp-content-container.top-section .lp-busc-logo-container {
        margin-top: 60px;
    }
    .lp-header-container .lp-content-container.top-section .lp-busc-logo-container a img{
        width: 100%;
    }
    .lp-didyouknow-section .lp-content-container .lp-icons-list {
        max-width: 435px;
    }
    .lp-didyouknow-section .lp-content-container .lp-icons-list .lp-dyk-icon {
        width: 122px;
        height: 122px;
        margin: 8px;
    }
    .lp-didyouknow-section .lp-content-container .content {
        align-items: center;
        flex-direction: row;
        margin-bottom: 30px;
    }
    .lp-didyouknow-section .lp-content-container .content .text {
        width: 65%;
        padding-left: 20px;
    }
    .lp-didyouknow-section .lp-content-container .content .graphics {
        width: 35%;
        padding-right: 20px;
    }
    .lp-science-section {
        height: 610px;
    }
    .lp-science-section .lp-content-container .content {
        min-height: 410px;
    }
    .lp-testimonials-section .lp-content-container.testimonial-wrapper {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .lp-testimonials-section .lp-content-container.testimonial-wrapper .content {
        width: 70%;
        height: 550px;
        border-radius: 20px;
        padding: 30px;
        margin-bottom: 30px;
        margin-left: 20px;
        min-height: 550px;
    }
    .lp-testimonials-section .lp-content-container.testimonial-wrapper .lp-icons-list {
        flex-direction: column;
        width: 160px;
    }
    .lp-testimonials-section .lp-content-container.testimonial-wrapper .lp-icons-list .lp-icon-wrapper {
        width: 128px;
        height: 178px;
    }
    .lp-testimonials-section .lp-content-container.testimonial-wrapper .lp-icons-list .lp-testimonial-icon {
        width: 128px;
        height: 128px;
    }
    .lp-content-container h1 {
        font-size: 38px;
        line-height: 38px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .lp-content-container h2 {
        font-size: 32px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .lp-content-container h3 {
        font-size: 25px;
    }
    .lp-content-container.map-section {
        flex-direction: column;
    }
    .lp-content-container.map-section #mapwrapper > #mapbase svg {
        height: 435px;
    }
    .lp-content-container.map-section .lp-map-container {
        background: none;
        height: 440px;
        align-items: baseline;
    }
    .lp-content-container.map-section .lp-map-statistics-container {
        margin-top: 0px;
    }
    .lp-content-container.map-section .lp-map-statistics-container .lp-stats-states-container select {
        font-size: 25px;
    }
    .lp-content-container.map-section .lp-map-statistics-container .lp-stats-info-container {
        width: 338px;
    }
    .lp-content-container.map-section .lp-map-statistics-container .lp-stats-info-container .lp-stats-value-container {
        font-size: 46px;
    }
    .lp-content-container .lp-map-wrapper {
        display: flex;
    }
    .lp-content-container .flexi-slider.lp-slider {
        margin: 50px 0 0 0;
        min-height: 360px;
    }
    .lp-content-container .flexi-slider.lp-slider li[data-order="1"] {
        transform: scale(0.8);
        margin-top: 5px;
        left: 7%;
        z-index: 80;
    }
    .lp-content-container .flexi-slider.lp-slider li[data-order="2"] {
        transform: scale(1);
        margin: 0 auto;
        margin-top: 10px;
        z-index: 90;
        right: calc(50% - 300px);
    }
    .lp-content-container .flexi-slider.lp-slider li[data-order="3"] {
        transform: scale(0.8);
        margin-top: 5px;
        right: 7%;
        z-index: 80;
    }
    .lp-content-container .flexi-slider--button.flexi-slider--button-prev {
        left: 6%;
        margin-top: 72px;
    }
    .lp-content-container .flexi-slider--button.flexi-slider--button-next {
        right: 4%;
        margin-top: 72px;
    }
    .lp-footer-container .lp-content-container .lp-busc-logo-container a img{
        width: 100%;
    }
}
@media (min-width: 450px) {
    .hub_content>.hub_post{
        width: 45%;
    }
    .hub_content > div:last-child {
        width: 93%;
        max-width: 515px;
        text-align: center;
    }
    .hub_content .hub_post .post_data{
        font-size: 13px;
    }
    .hub_content .hub_post .post_content {
        font-size: 14px;
    }
}

@media (min-width: 547px) {
    ul.page-numbers li{
        margin: 0 4px 4px 0;
    }
    .page-numbers a, .page-numbers span {
        padding: 0 10px;
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .hub_content .hub_post .post_content{
        display: block;
    }
    .hub_content {
        max-width: 1200px;
        margin: 10px -20px;;
    }
    .lp-header-container {
        height: 885px;
    }
    .lp-didyouknow-section {
        min-height: 820px;
    }
    .lp-didyouknow-section .lp-content-container .lp-icons-list {
        max-width: 100%;
    }
    .lp-didyouknow-section .lp-content-container .lp-icons-list .lp-dyk-icon {
        width: 140px;
        height: 140px;
        margin: 5px;
    }
    .lp-content-container h1 {
        font-size: 44px;
        line-height: 60px;
        padding-left: 0;
        padding-right: 0;
    }
    .lp-content-container h2 {
        padding-left: 0;
        padding-right: 0;
    }
    .lp-content-container.map-section {
        flex-direction: row;
    }
    .lp-content-container.map-section #mapwrapper > #mapbase svg {
        height: 395px;
    }
    .lp-content-container.map-section .lp-map-container {
        height: 440px;
        align-items: baseline;
    }
    .lp-content-container.map-section .lp-map-statistics-container {
        max-width: 200px;
        justify-content: flex-end;
        align-items: flex-end;
        margin-left: 65px;
        margin-right: 20px;
    }
}


@media (min-width: 1245px) {
    .hub_content > div:last-child {
        width: 250px;
        max-width: 515px;
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .lp-header-container {
        height: 1032px;
    }
    .lp-header-container .lp-content-container.top-section {
        flex-direction: row;
    }
    .lp-header-container .lp-content-container.top-section .lp-busc-logo-container {
        max-width: 430px;
        margin-left: 0;
        margin-top: 0;
    }
    .lp-header-container .lp-content-container.top-section .lp-title-container {
        padding-left: 25px;
        max-width: 750px;
    }

    .lp-didyouknow-section .lp-content-container .lp-icons-list .lp-dyk-icon {
        width: 162px;
        height: 162px;
    }
    .lp-didyouknow-section .lp-content-container .content .text {
        padding-left: 0;
        padding: 30px;
    }
    .lp-didyouknow-section .lp-content-container .content .graphics {
        padding-right: 0;
        padding: 30px;
    }
    .lp-science-section {
        height: 762px;
    }
    .lp-science-section .lp-content-container .content {
        min-height: 550px;
    }
    .lp-testimonials-section .lp-content-container.testimonial-wrapper .content {
        width: 100%;
    }
    .lp-testimonials-section .lp-content-container.testimonial-wrapper .lp-icons-list {
        flex-direction: column;
        width: 160px;
    }
    .lp-testimonials-section .lp-content-container.testimonial-wrapper .lp-icons-list .lp-icon-wrapper {
        width: 128px;
        height: 178px;
    }
    .lp-testimonials-section .lp-content-container.testimonial-wrapper .lp-icons-list .lp-testimonial-icon {
        width: 128px;
        height: 128px;
    }
    .lp-content-container.map-section #mapwrapper > #mapbase svg {
        height: 605px;
    }
    .lp-content-container.map-section .lp-map-container {
        align-items: center;
        height: 680px;
    }
    .lp-content-container.map-section .lp-map-statistics-container {
        margin-left: 38px;
        margin-right: 0;
    }
    .lp-content-container .flexi-slider--button.flexi-slider--button-prev {
        background-image: url(/wp-content/themes/goedemorgen-child-master/images/lightningpage/left-arrow.png);
        left: calc(50% - 578px);
        margin-top: 72px;
        order: 0;
    }
    .lp-content-container .flexi-slider--button.flexi-slider--button-next {
        background-image: url(/wp-content/themes/goedemorgen-child-master/images/lightningpage/right-arrow.png);
        right: calc(50% - 594px);
        margin-top: 72px;
        order: 100;
    }
    .lp-content-container .flexi-slider.lp-slider li[data-order="1"] {
        transform: scale(0.8);
        margin-top: 5px;
        left: calc(50% - 10px);
        z-index: 80;
        opacity: 0.8;
    }
    .lp-content-container .flexi-slider.lp-slider li[data-order="2"] {
        transform: scale(1);
        margin: 0 auto;
        margin-top: 10px;
        z-index: 90;
        opacity: 1;
        right: calc(50% - 300px);
    }
    .lp-content-container .flexi-slider.lp-slider li[data-order="3"] {
        transform: scale(0.8);
        margin-top: 5px;
        right: calc(50% - 10px);
        z-index: 80;
        opacity: 0.8;
    }
}
img.maximgwidth {
    margin: auto;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

div#superbowl-above-fold-cta {
    margin: auto;
    display: flex;
}

.superbowl-above-fold-cta a {
    margin: auto;
}

#research tbody tr{
    display: flex;
    flex-wrap: wrap;
}

#research td, #research th{border:1px solid #ddd;padding:8px;}
#research th{padding:12px;text-align:left;background-color:#2E4053;color:white;}

#research tbody tr th, #research tbody tr td{
    cursor: auto;
}

#research tbody tr:nth-child(even) {
    background-color: #fff;
}

#research tbody tr:hover{background-color:#FFF;}

#research tbody tr td{
    width: 25%;
}

@media screen and (max-width: 620px) {
    #research tbody tr td{
        width: 50%;
    }
}

@media screen and (max-width: 380px) {

    #research tbody tr td{
        width: 100%;
    }
}

.info-label {
    margin-bottom: 10px;
}

a.category-meta {
    margin: 10px 5px;
    background-color: #325182;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}

a.category-meta:hover{
    text-decoration: none;
    color: #fff;
    background-color: #0161bd;
}

a.category-meta:hover > span.entry-cats {
    color: #fff;
}


/*CUSTOM FAQ SECTION*/
.accordion{
    padding: 0;
}
.accordion > .accordion__item {
    list-style: none;
    font-size: 1rem;
    margin-bottom: 15px;
}

.accordion > .accordion__item > .accordion__header {
    background-color: #325182;
    color: #f3f3f3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 0 13px 20px;
    line-height: 1.2;
    transition: background-color 1s;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.accordion > .accordion__item.open > .accordion__header {
    background-color: #325182;
    color: #fff;
}
.accordion > .accordion__item > .accordion__header h3 {
    margin: 0;
    border-right: 1px solid white;
    padding-right: 13px;
    font-weight: 500;
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.accordion > .accordion__item > .accordion__header:after {
    content: '';
    transition: transform 1s;
    display: block;
    color: #325182;
    width: 50px;
    min-width: 50px;
    height: 50px;
    background-image: url(/wp-content/themes/goedemorgen-child-master/images/bullet-arrow-sprite.png);
    background-position: center;
    background-size: 20px 13px;
    background-repeat: no-repeat;
}

.accordion > .accordion__item.open > .accordion__header:after {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

.accordion > .accordion__item > .accordion__text {
    background-color: #f3f3f3;
    color: #325182;
    font-size: inherit;
    top: -10px;
    padding: 0 20px;
    overflow: hidden;
    position: relative;
    max-height: 0px;
    opacity: 0;
}

.accordion > .accordion__item.open > .accordion__text {
    top: 0;
    padding: 20px;
    z-index: auto;
    max-height: 1000px;
    animation-name: grow;
    animation-duration: 1s;
    opacity: 1;
}

.accordion > .accordion__item.close > .accordion__text {
    background-color: #f3f3f3;
    color: #325182;
    font-size: inherit;
    top: -10px;
    padding: 0 20px;
    overflow: hidden;
    position: relative;
    max-height: 0px;
    opacity: 0;
    animation-name: shrink;
    animation-duration: 1s;
}

@keyframes grow {
    from {max-height: 0px; padding-top: 0px; opacity: 0;}
    to {max-height: 1000px; padding-top: 20px; opacity: 1;}
}

@keyframes shrink {
    from {max-height: 1000px; padding-top: 20px; opacity: 1;}
    to {max-height: 0px; padding-top: 0px; opacity: 0;}
}

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