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

.image > p {
    margin:0;
}
.hide {
    display:none;
}
.features{
    justify-content: center;
}

.logo{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.logo img{
    width: 100px;
    /*background: #FFFFFF;*/
    height: auto;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.2));
    margin-right: 10px;
    transition: filter .2s ease;
}
.logo img:hover{
    filter: drop-shadow(0px 0px 7px rgba(0,0,0,0.4));
}
@media(max-width:500px){
    .logo img{
        width: 80px;
    }
}


#wrapper.internalPG img {
    max-width:100%;
    /*margin-bottom: 20px;*/
}
#wrapper.internalPG section.wrapper.style1{
    min-height: 63vh;
}
#wrapper #banner,
#footer.imgToBG{
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
}

#floaterContactForm {
    max-width: 500px;
}
@media(max-width:600px){
    #floaterContactForm {
        max-width: 360px;
    }
}
#floaterContactForm table tbody tr{
    border: none;
}
#floaterContactForm table tbody tr:nth-child(2n + 1){
    background:none;
}
.cmsi-module-showcase-detail{
    overflow:auto;
}
.cmsi-showcase-thumb a.cmsi-showcase-readmore,
#cmsi-module-showcase-photos > a, 
#cmsi-module-showcase-thumbs a img{
    border: none;
    background: none;
}
.cmsi-showcase-thumb a.cmsi-showcase-readmore:hover,
#cmsi-module-showcase-photos > a:hover, 
#cmsi-module-showcase-thumbs a img:hover{
    background: none;
}
.cmsi-showcase-thumb a.cmsi-showcase-readmore img,
#cmsi-module-showcase-photos a img{
    transition: transform .2s ease;
}
.cmsi-showcase-thumb a.cmsi-showcase-readmore:hover img,
#cmsi-module-showcase-photos a img:hover{
    transform:scale(1.05);
}
.cmsi-showcase-readmore.readMore,
.cmsi-module-showcase-back.readMore{
    line-height: 43px;
    margin: 5px 0px 5px 0px;
}
.cmsi-module-showcase-oddrow,
.cmsi-module-showcase-evenrow{
    margin-bottom: 50px;
}

/***************/
/* FORM FIXES */
/***************/
#floaterContactForm #captchaSolution {
    width: 100% !important;
}
#floaterContactForm textarea[name="message"]{
    width: 100% !important;
}
form input,
form textarea {
    background-color:#f2f9f9 !important;
    /*border:none;*/
}
form table.DRXQuickForm input:focus,
form table.DRXQuickForm textarea:focus {
    border: 1px solid #587473;
    box-shadow:none;
}
form input[name="btnSubmit"] {
    color: #fff !important;
    background-color:#587473 !important;
    box-shadow:none;
}
form input[name="btnSubmit"]:hover {
    background-color:#476160 !important;
    color:#fff !important;
    border:0;
    box-shadow:none;
}


@media(min-width:500px){
    table.DRXQuickForm td:first-child {
        width: 125px;
    }
}


/*************
`MASONRY 
**************/
    /* clear fix */
    #cmsi-module-showcase-thumbs:after {
        content: '';
        display: block;
        clear: both;
    }

    /* ---- .grid-item ---- */

    .grid-sizer,
    .cmsi-module-showcase-image {
        width: 30%;
    }

    .cmsi-module-showcase-image {
        float: left;
        margin: 10px 0 0 10px;
    }

    .cmsi-module-showcase-image img {
        display: block;
        width: 100%;
    }
    
    
    
    
    
    
/*Table design edits*/
    
body table.DRXQuickForm {
    table-layout: fixed;
}    
body table.DRXQuickForm tbody tr:nth-child(2n + 1) {
    background-color:#fff;
}    
    
body table.DRXQuickForm tbody tr {
    border: 0;
} 
    
body table.DRXQuickForm tbody tr input {
    max-width:500px;
} 

    
    
    
/* New Style edits 
*/

div #header.alt::before,
div #header,
div .wrapper.style2,
div#navPanel {
    background: #587473;
}
    
div .button.primary,
div #banner .button.primary {
    background: #587473;
}
    
div .button.primary:hover,
div #banner .button.primary:hover {
    background: #476160;
}
    
div header.major h1:after, 
div header.major h2:after, 
div header.major h3:after, 
div header.major h4:after, 
div header.major h5:after, 
div header.major h6:after {
    background: #476160;
}
    
ul.dropotron a:active, 
ul.dropotron a:hover, 
ul.dropotron a:focus {
    color: #476160;
}
    
section.wrapper a {
    color: #476160;
    font-weight:bold;
}


a.cmsi-showcase-readmore.readMore,
a.cmsi-module-showcase-back.readMore {
    background:none;
    text-shadow:none;
    box-shadow:none;
    line-height: 27px;
    height: 40px;
    color:#476160 !important;
    font-weight:bold;
    border:1px solid #476160;
}

a.cmsi-showcase-readmore.readMore:hover,
a.cmsi-module-showcase-back.readMore:hover {
    background:#f2f9f9;
    text-shadow:none;
    box-shadow:none;
    color:#476160 !important;
 
}

.cmsi-showcase-readmore img,
#cmsi-module-showcase-photos img {
        border-radius: 10px;
    }
    
@media (max-width:500px){
    section.wrapper .cmsi-showcase-list .cmsi-showcase-thumb {
        margin:0;
        float:none;
    }
    
    section.wrapper #cmsi-module-showcase-photos {
        float:none;
    }
    
    .cmsi-showcase-title strong {
        display:block;
    }
    
    section.wrapper form td {
            display: block;
            text-align: left;
            width: 100%;
    } 
}
    
    
    
    
    
.donateButton{

    
}

    
    
    
}