/*==================================*\
        webextras.css
\*==================================*/


/*Homepage Tiles*/
a.tiles {
    color: #2f2f2f;
    display: flex;
    justify-content: center;
}
.tiles:hover {
    color: #2f2f2f;
    text-decoration: none;
}
p.read-more {
    border: 1px solid #006ba6;
    background-color: #def0fd;
    color: #2f2f2f;
    padding: 6px 12px;
    border-radius: 4px;
    width: 35%;
}

/*/Homepage Tiles*/

@media screen and (max-width: 767px) {
a.tiles {
    color: #2f2f2f;
    display: block;
    justify-content: center;
}
}
/*Homepage logo*/
.title_main_content {
    border-right: none;
}
.logo_title_content {
    display: flex;
    align-items: center;
    margin-top:.8em;
}
.main_logo_text {
    padding: 0 2em;
    font-size: 1.3em;
}

/*/Homepage logo*/

@media screen and (max-width: 767px) {
.title_main_content {
    z-index: 5;
    padding: 0em 2em 0em 0em;
    margin: 0;
width:80%;
}
}

@media screen and (max-width: 500px) {
.main_logo_text {
    font-size: 1em;
}
}

.img-banner-responsive {
  display: block;
  width: 100%;
  height: auto; }

.title_main_content > a > img {
  max-height:100px;
}

/*==================================*\
        Footer
\*==================================*/

.no-external-link:hover {
    border-bottom: none !important;
    text-decoration: none !important;
}
.no-external-link:focus {
    border-bottom: none !important;
    text-decoration: none !important;
}

@media screen and (max-width: 767px) {
a.btn, a.btn-lg, a.btn-filled, a.btn-filled:visited {
    display: none;
}
}
