/*--Global site info - background color for branding section displays when mobile--*/
#zone-branding {
    background-color: rgba(92, 137, 132, 0) !important;
}

#zone-branding a:hover {
 color: #8a3a6d !important;
}

@media (min-width: 1060px) and (max-width: 3500px){
#zone-branding .site-details .site-info .site-name {
    font-size: 45px;
    font-family: 'Billy Ohio Dua', Arial, sans-serif;
    display: inline;
    text-decoration: none;
    font-style: normal;
    font-weight: 300;
    padding: 7px 0px 0px;
    letter-spacing: 1px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}



#zone-branding a {
    color: #0a625c;
    text-decoration: none;
    line-height: 35px;
    
}

#zone-branding .site-details {
    color: #0a625c;
     font-family: Arial, sans-serif;
     font-style: normal;
     font-size: 20px;
     font-weight: 400;
}

.site-slogan {
	line-height:24px;
 }
}



@media (min-width: 768px) and (max-width: 1060px){
#zone-branding .site-details .site-info .site-name {
    font-size: 4.4vw;
    font-family: 'Billy Ohio Dua', Arial, sans-serif;
    display: inline;
    text-decoration: none;
    font-style: normal;
    font-weight: 300;
    padding: 7px 0px 0px;
    letter-spacing: 1px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}



#zone-branding a {
    color: #0a625c;
    text-decoration: none;
    line-height: 35px;
    
}

#zone-branding .site-details {
    color: #0a625c;
     font-family: Arial, sans-serif;
     font-style: normal;
     font-size: 2.1vw;
     font-weight: 400;
}

.site-slogan {
	line-height:24px;
 }
}

@media (max-width: 768px){
#zone-branding .site-details .site-info .site-name {
    font-size: 5.6vw;
    font-family: 'Billy Ohio Dua', Arial, sans-serif;
    display: inline;
    text-decoration: none;
    font-style: normal;
    font-weight: 300;
    padding: 7px 0px 0px;
    letter-spacing: 1px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

#zone-branding a {
    color: #0a625c;
    text-decoration: none;
    line-height: 25px;
}

#zone-branding .site-details {
    color: #0a625c;
     font-family: Arial, sans-serif;
     font-style: normal;
     font-size: 2.3vw;
     font-weight: 400;
}

.site-slogan {
	line-height:20px;
 }
}

@media (max-width: 450px){
#zone-branding .site-details .site-info .site-name {
    font-size: 5.5vw;
    font-family: 'Billy Ohio Dua', Arial, sans-serif;
    display: inline;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    padding: 7px 0px 0px;
    letter-spacing: .5px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

#zone-branding a {
    color: #0a625c;
    text-decoration: none;
    line-height: 18px;
}

#zone-branding .site-details {
    color: #0a625c;
     font-family: Arial, sans-serif;
     font-style: normal;
     font-size: 3.7vw;
     font-weight: 400;
}

.site-slogan {
	line-height:18px;
 }
}

@media (max-width: 335px){

#zone-branding .site-details .site-info {
   width: 78%;
}
#zone-branding .site-details .site-info .site-name {
    font-size: 4.9vw;
    font-family: 'Billy Ohio Dua', Arial, sans-serif;
    display: inline;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    padding: 7px 0px 0px;
    letter-spacing: .5px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

#zone-branding a {
    color: #0a625c;
    text-decoration: none;
    line-height: 15px;
}

#zone-branding .site-details {
    color: #0a625c;
     font-family: Arial, sans-serif;
     font-style: normal;
     font-size: 3.1vw;
     font-weight: 400;
}

.site-slogan {
	line-height:15px;
 }
}