/* Remove Webform Placeholders */
::-webkit-input-placeholder { /* WebKit browsers */
    color: transparent;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: transparent;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: transparent;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: transparent;
}

textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: transparent;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: transparent;
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: transparent;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
   color: transparent;
}
/* End Remove Webform Placeholders */

/* Popup Modal Homepage */
.modal-content {
    margin: 3% auto;
    padding: 10px;
    width: 50%;
}

.modal {
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #71a2d4ab;
}
/* End Popup Modal Homepage */

/* Custom CSS overrides */
#subfooter a,
#subfooter p {
    color: #fff;
}

#top-content,
#highlighted,
#main-content,
#highlighted-bottom,
#bottom-content {
    padding: 50px 0px;
}

ul.links li a, a.more,
input[type="submit"],
input[type="reset"],
input[type="button"],
.checkout-buttons .checkout-cancel, 
.checkout-buttons .checkout-back,
.view-showcases .more-link a,
button {
    background-color: #14375c;
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    border: none;
    font-size: 17px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out; 
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

ul.links li a:hover,
a.more:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.view-showcases .more-link a:hover, 
.checkout-buttons .checkout-cancel:hover,
.checkout-buttons .checkout-back:hover,
button:hover,
button a:active {
    background-color: #71a2d4;
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    border: none;
    font-size: 17px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out; 
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #14375c !important;
    border-color: #14375c !important;
    color: #fff !important;
}

.views-field-field-type,
.views-field-field-telephone,
.views-field-field-email-address,
.views-field-field-hospital {
    text-align: left;
    background-color: #fff;
    padding: 2px 10px;
}

.views-field-field-type {
    padding-top: 10px;
}

.views-field-field-hospital {
    padding-bottom: 10px;
}

.views-field-field-name {
    background-color: #14375c;
    color: #fff;
    padding: 10px;
    font-weight: 800;
}

ul.views-fluid-grid-items-left li.views-fluid-grid-item {
    text-align: left;
    background-color: #fff !important;
}

li.views-fluid-grid-item {
    padding: 3px;
    overflow: hidden;
    list-style-type: none;
    background-image: none;
    vertical-align: top;
    color: #444;
    background-color: none !important;
    border: 0px solid #fff !important;
}

.page-node-1 #main-content,
.page-node-3 #main-content,
.page-node-6 #main-content {
    display: none
}

.views-field-field-event-file {
    font-size: 16px;
    padding: 5px 0px;
}

.page-node-7 #main-content {
    display: none;
}

#block-block-18 {
    display: none;
}

#footer img {
    border-radius: 5px;
}

tbody {
    border-top: 2px solid #14375c !important;
}

.view-filters {
    margin: auto;
}

#block-block-9 {
    background-color: #efefef;
    padding: 30px 0px 60px 0px;
}

#block-block-9 .col-md-5 button {
    width:80%;
    height: 100px;
}

.views-exposed-widgets {
    margin: 0px 16%;
    text-align: center;
    margin-bottom: 40px;   
}

.views-exposed-form .views-exposed-widget {
    display: inline-block;
}

.page-node-107 #logo,
.page-node-107 .modal-content #header,
.page-node-107 #main-menu {
    display: none;
}

.close {
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}

/* Media Queries */

@media (max-width: 426px) {
      
    .modal-content {
        margin: 0% auto !important;
        padding: 10px;
        width: 100% !important;
    }

} 

@media (max-width: 767px) {
    
    #footer {
        padding: 20px 0px;
    }
    
    #footer h2 {
        text-align: center;
        margin: 60px 0px 25px 0px;
    }
    
    #block-tb-megamenu-main-menu {
        position: relative;
        top: -80px;
    }
    
    #top-content, #highlighted, #main-content, #highlighted-bottom, #bottom-content {
        padding: 0px 0px 20px 0px;
    }

    
}

@media (min-width: 768px) and (max-width: 979px) {
    
    #block-tb-megamenu-main-menu {
        position: relative;
        top: -80px;
    }
    
    #header-inside-left {
        text-align: center;    
    }
    
    #logo {
        float: none;
    }
    
    #top-content, #highlighted, #main-content, #highlighted-bottom, #bottom-content {
        padding: 0px 0px 20px 0px;
    }
    
}

@media (max-width: 992px) {
    
    #block-block-7{
        display: none;
    }
    
    #block-block-18 {
        display: block;
    }
    
}

@media (min-width: 980px) and (max-width: 1199px) {
    
    #logo,
    #header-inside-left {
        float: none;
        margin: auto;
        text-align: center;
    }
    
    #header-inside-right {
        padding: 20px 0 0px 0;
        text-align: center;
        width: 840px;
    }
    
}

@media (max-width: 1024px) and (min-width: 427px) {
    
    .modal-content {
        margin: 3% auto;
        padding: 10px;
        width: 80% !important;
    }

}

@media (min-width: 1200px) {
    
    #header-inside-right { 
        float: right;
    }
    
}