/* 
################## MDFlow Popup Library #############
    Create Date:11/22/2020
    Create By:Lester Barro
    Last Review Date:
    Last Review By:
#######################################################
*/
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
} 
    .modal.fade.in .modal-dialog {
    /* -webkit-transform: translate(0,0); */
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .35s linear;
}


.fade.in {
    opacity: 1;
}

.modal-dialog {
    position: relative;
    /*width: auto;*/
    margin: 30px auto;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .5s ease-out;
}

.modal .modal-dialog {
    width: 90%;
	max-width: 1250px;	
	min-width: 430px;
}

@media only screen and (max-width: 1000px){
	.modal-frame {
    height:690px !important;	
}
}

@media only screen and (max-width: 720px){
	.modal-frame {
    height:750px !important;	
}
}

.modal-open .modal {    
	overflow-x: hidden;
    overflow-y: auto;
}

/*############### Layer ############*/
.modal-backdrop.fade.in {
    opacity: .5;
}


.modal-backdrop.fade {
    opacity: 0;
}


.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #aaa;
}

/*############### END Layer ############*/

.modal .modal-content {
    margin-bottom: 25px;
    background: #fff;
    border-top: 2px solid #f80;
    border-radius: 2px;
}



.modal-body {
    position: relative;
    padding: 15px;
}

/*############# Button ###############*/

.modal .modal-content .close {
    font-size: 38px;
    color: #155a71;
    top: -10px;
    position: relative;
    opacity: .6;
}


button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}


.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

button.close {
    text-transform: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: visible;
    margin: 0;
    text-shadow: 0 1px 0 #fff;
    outline: 0px;
}

/*############# END Button ###############*/
#newsFlashModal .modal-body-content {
    padding-bottom: 38px;
}

.text-center {
    text-align: center;
}

#newsFlashModal h4 {
    color: #155a71;
    letter-spacing: -.5px;
    line-height: 46px;
    text-align: center;
    font-size: 37px;
    max-width: 750px;
    padding-bottom: 25px;
    padding-top: 30px;
    margin: 0 auto;
}

#newsFlashModal p {
    line-height: 24px;
    max-width: 800px;
    margin: 0 auto;
}

p {
    color: #2a2a2a;
}

a, p {
    font-family: Roboto,"Times New Roman",serif;
    font-size: .88889em;
}

.modal-open {
    overflow: hidden;
}

.modal-body:focus{
    outline: 0px;
}

