﻿.ngdialog.ngdialog-theme-getStarted {
    padding-top: 125px;
    padding-bottom: 125px;
}

    .ngdialog.ngdialog-theme-getStarted .ngdialog-overlay {
        background: rgba(255, 255, 255, .5);
    }

    .ngdialog.ngdialog-theme-getStarted .ngdialog-content {
        background: rgba(255, 255, 255, .9);
        /* padding: 1.8em 2em;*/
        padding: 0em 0em;
        width: 1000px;
        /*height: 750px;*/
        -webkit-border-radius: 0;
        border-radius: 0;
    }

    .ngdialog.ngdialog-theme-getStarted .ngdialog-message h2 {
        font-size: 26px;
        font-family: 'Montserrat', 'Helvetica', Arial, sans-serif;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .ngdialog.ngdialog-theme-getStarted .ngdialog-message {
        font-size: 16px;
        font-family: 'Source Sans Pro';
        line-height: 22px;
    }

        .ngdialog.ngdialog-theme-getStarted .ngdialog-message ul {
            padding: 0 0 5px 35px;
        }

    .ngdialog.ngdialog-theme-getStarted .ngdialog-button.ngdialog-button-primary {
        background: #27ae60;
        -webkit-border-radius: 0;
        border-radius: 0;
    }




.ainer {
    background-color: #FFD800;
    display: table;
    width: 100%;
    margin-top: 0px;
    padding: 0 0 0 0;
    /*set left/right padding according to needs*/
    box-sizing: border-box;
    /*height: 750px;*/
}

.r1 {
    height: 100%;
    display: table-row;
}

    .r1 .no-float {
        display: table-cell;
        float: none;
        padding-top: 20px;
    }

.topPadding {
    padding-top: 20px;
}

.FontStyle1 {
    font-family: 'Arial';
    font-weight: bold;
    font-size: 20px;
}

.FontStyle2 {
    font-family: 'Arial' !important;
    font-size: 15px;
}

.FontStyle3 {
    font-family: 'Arial Narrow';
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2em;
}

.berelative {
    position: relative
}

.bottom-column {
    position: absolute;
    bottom: 1em;
    right: 1em;
}

.embedSize {
    max-width: 160px;
    max-height: 90px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width : 320px) {
    .VideoSize {
        width: 160px;
        height: 90px;
    }

}
@media (min-width: 768px) {

    .VideoSize {
        width: 214px;
        height: 120px;
    }
    
}

.row.equal {
    display: flex;
    flex-wrap: nowrap;
}

.nowrap {
    flex-wrap: nowrap;
}
/* add this for full height column content 
.equal > div[class*='col-'] {  
  display: flex;
  flex-direction: column;
}
*/
