@charset "utf-8";
.media-box.pull-left {
    margin-right: 0;
}
#d1766598 {
    /*background-color: #1a242d;*/
    color: #fff;
    padding: 0 0 3em;;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 20px;
}
#d1766598 h3.hidden-xs {
    width: 90%;
    margin: 0 auto 0.75em;
    line-height: 1.35em;
    color: #c4a348;
    font-size: 3em;
    display: block !important;
}
#d1766598 .media-box img {
    margin-bottom: 30px;
}
#d1766598 .text-box{
	background-color: #1a242d;
	padding: 2em;
}
#d1766598 .text-box p {
    font-size: 1.5em;
	font-weight: bold;
}
#d1766598 .text-box p:last-of-type{
	font-size: 1.25em;
	font-weight: normal;
}

#d1766598 ul.list-unstyled {
    margin: 2em auto 0;
}
#d1766598 ul.list-unstyled li:nth-child(odd) {
    margin-bottom: 30px;
}
#d1766598 ul.list-unstyled li a {
    background-color: #c90526;
    color: #fff;
    font-size: 1.5em;
    padding: 0.5em 1.5em;
    border-radius: 5px;
    display: inline-block;
}
@media screen and (max-width: 767px){
#d1766598 h3.hidden-xs {
    font-size: 2.5em;
}
#d1766598 .media-box img{
	margin-bottom: 0;
}
#d1766598 .text-box p {
    font-size: 1.25em;
}
#d1766598 .text-box p:last-of-type{
	font-size: 1em;
}
#d1766598 ul.list-unstyled li a {
    font-size: 1em;
}
}