@charset "utf-8";
h1 {
margin: .5em auto!important;
}
.tryptych {
font-size: .85rem;
font-weight: bolder;
color: #3B3C8B;
background-color: #fff;
border: .5em solid #efefef;
border-radius: 1em;
padding: 1em 2em;
margin: .2em auto;
min-height: 8em;
}
#injuryPrevention {
background-image: url(../images/index/bg_injury_prevention.png);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
}
#bridging {
background-image: url(../images/index/bridging.png);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
}
#presentations {
background-image: url(../images/index/presentations.png);
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
}
#clientListTitle {
font-size: 1rem;
font-weight: bolder;
color: #B08C62;
margin: .2em auto 1em;
border-bottom: .1em solid #B08C62;
}
#clientList {
font-size: .7rem;
text-align: left!important;
color: #555;
}
.clientBullet {
color: #B08C62;
}
@media (min-width: 350px) {

}
@media (min-width: 400px) {

}
@media (min-width: 450px) {

}
@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1700px) {
.tryptych {
font-size: 1rem;
border: .5em solid #efefef;
border-radius: 1em;
padding: 0em 2em;
margin: 1em auto;
min-height: 17em;
}
.clientListTitle {
font-size: .9rem;
}
#clientList {
font-size: .9rem;
}
}
@media (min-width: 2500px) {

}