.page-banner.locations {
    background-image: url(../images/locations-banner.jpg);
}
.loc-links .box {
    background-color: #001f34;
    padding: 0;
    color: #fff;
    box-shadow: 0 0 30px #85a3b7;
    max-width: 442px;
}
.loc-links .box .thumb {
    position: relative;
    display: inline-block;
}
.loc-links .box .thumb .text {
    background-color: rgba(23, 188, 210, 0.80);
    position: absolute;
    top: 50%;
    text-align: center;
    left: 50%;
    padding: 8px 40px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.loc-links .info {
    padding: 30px;
}
.loc-links .info a {
    color: #17bcd2;
    font-weight: 700;
    margin: 8px 0 0 0;
    display: inline-block;
}
.loc-links .info a:hover {
    color: #fff;
}
.loc-content{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
}
.loc-icon{
    align-items: center;
    display: flex;
    float: none;
    height: 32px;
    justify-content: center;
    margin-right: 30px;
    min-width: 32px;
    position: relative;
    text-align: center;
    top: 15px;
    width: 32px;
}
.loc-icon img{
    display: block;
    filter: brightness(100);
    max-height: 24px;
    max-width: 24px;
    position: relative;
    z-index: 10;
}
.loc-icon:before{
    background: #0b72bb;
    border-radius: 4px;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
}
.loc-text{
    font-weight: 300;
    width: 100%;
}
.loc-heading{
    font-weight: 400px;
    line-height: 1.3;
    padding-bottom: 0;
    text-transform: uppercase;
}
.loc-text .btn{

}
.loc-detail p {
    line-height: 30px;
}
.loc-detail a {
    /*color: #000;*/
}
.loc-detail a:hover {
    /*color: #0fc4dc;*/
}
.loc-detail strong {
    padding: 12px 0;
    display: inline-block;
}
.loc-detail .btn{
    display: block;
    float: none;
    font-family: 'Oswald', sans-serif;
    margin-top: 8px;
    max-width: 320px;
    padding: 16px 24px;
    text-align: center;
}
.locmap iframe {
    width: 100%;
}



@media screen and (max-width: 1362px) {
	.loc-links .box .thumb .text {
	    width: 80%;
	}
    .loc-content{
        flex-wrap: wrap;
    }
    .loc-icon{
        margin-bottom: 10px;
        margin-left: 10px;
        top: 0;
    }
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {	
	.loc-links .box {
	    margin: 0 0 25px 0;
	    padding: 0;
	    width: 100%;
	}
}