/*body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: inherit;
    background: #FFF;
    color: #000;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}*/

/*old bootstrap*/
.mb-n1 {
    margin-bottom: -0.25rem !important;
}
/*end of old bootrap*/

.modal p, .modal span, .modal div{
    color: #000000 !important;
}
.blockUI h1{
    color: #000000 !important;
}
.modal-dialog {
    max-width: 800px;
    margin: 10px auto;/*add 10px space from dialog to top of page*/
}
.bs-example{
    margin: 20px;
}


#footerLinks{
    margin: 30px 0 0 0;
    text-align: center;
}
#copyFooter{
    margin: 0;
    text-align: center;
}
.btn-close{
    opacity: 1 !important;
}
.modal-body {
    padding: 5px 5px;
}
.blockMsg{
    left: 5% !important;
    width: 90% !important;
}





#genericModal{
    text-align: left;
}
.formLabel{
    font-size: 18px;
    font-weight: bold;
}
.container {
    /*    margin-bottom: 30px;*/
    display: block;
    padding: 10px;
    background: #f0f0f0;
}

hr {
    height: 1px;
    margin: 3px;
    color: #777;
    background-color: currentColor;
    border: 0;
    opacity: .25;
    /* background-color: #ffffff; */
}

.quotes p{
    font-size: 16px;
    font-weight: 400!important;
    margin-bottom: 0px;
    /*padding-left: 50px;*/
    font-family: 'Roboto', sans-serif;
    text-align: left;
    color: #3a3838;
}

.quotes .fa-quote-left {
    font-size: 26px;
    display: block;
    text-align: left;
    position: absolute;
    margin-top: 00px;
}

.quotes .fa-quote-right {
    font-size: 26px;
    /*    display: block;*/
    /*    text-align: right;
        position: absolute;*/
    margin-top: 0px;
}

.quotes .quote-author {
    display: block;
    text-align: right;
    color: #797777;
    margin-top: 20px;
    font-size: 14px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.videoContainer {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

