blockquote {
    border-left: 15px solid #6083a9;
    padding-left: 15px;
    margin-left: 0px;
    font-size: 13px;
    color: #747578;
}

.quoteWithImage tr>td {
    border: none !important;
    padding: 0 !important;
}

.quoteWithImage tr:first-child>td {
    border: none;
}

.quoteWithImage tr:last-child>td {
    background: url('/images/design/quote.png') 20px 15px no-repeat,
                url('/images/design/quote_gradient.png') repeat-y;
}

.quoteWithImage tr>td>div {
    padding: 20px;
    display: block;
}

.quoteWithImage tr>td h1,
.quoteWithImage tr>td p {
    color: #555555;
    font-style: italic;
}

.quoteWithImage tr>td h1 {
    font-size: 21px;
    font-weight: bold;
    font-family: 'PtSansBold';
    margin-top: 0;
    margin-bottom: 16px;
}

.quoteWithImage tr>td p {
    font-size: 15px;
    font-family: 'PtSans';
}

.tableRedTitle {
    position: relative;
}

.tableRedTitle tr>th {
    background-color: #2e3243;
    font-size: 11px;
    color: #fff;
    padding-top: 20px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.tableRedTitle tr:nth-child(odd) {
    background-image: none !important;
    background-color: #e5e5e5;
}

.tableRedTitle tr:nth-child(even) {
    background-image: none !important;
    background-color: #f0f0f0;
}

.tableRedTitle tr>td {
    height: 43px;
    text-align: center;
    font-weight: bold;
}

.tableRedTitle tr>td,
.tableRedTitle tr>th {
    border-bottom: 1px solid #fff !important;
    border-top: none !important;
}

.tableRedTitle tr>td:first-child {
    color: #3c4650 !important;
    font-size: 14px;
    padding-left: 16px;
    text-align: left;
    font-family: 'PtSansBold'
}

.tableRedTitle tr>td {
    font-size: 13px;
    color: #c92a31 !important;
}

.tableRedTitle>div {
    position: absolute;
    top: -14px;
    left: -4px;
    z-index: 2;
}

.tableBlueTitleTransparentHead {
    position: relative;
}

.tableBlueTitleTransparentHead tr:first-child {
    background: none !important;
}

.tableBlueTitleTransparentHead tr:nth-child(even) {
    background-image: none !important;
    background-color: #e5e5e5;
}

.tableBlueTitleTransparentHead tr:nth-child(odd) {
    background-image: none !important;
    background-color: #f0f0f0;
}

.tableBlueTitleTransparentHead tr>th {
    background: none !important;
    font-size: 11px;
    text-transform: uppercase;
    color: #858585;
    padding-top: 20px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.tableBlueTitleTransparentHead tr>td {
    height: 43px;
    text-align: center;
    font-weight: bold;
}

.tableBlueTitleTransparentHead tr>td,
.tableBlueTitleTransparentHead tr>th {
    border-bottom: 1px solid #cccccc !important;
    border-top: none !important;
}

.tableBlueTitleTransparentHead tr>td:first-child {
    color: #3c4650 !important;
    font-size: 14px;
    padding-left: 16px;
    text-align: left;
    font-family: 'PtSansBold'
}

.tableBlueTitleTransparentHead tr>td {
    font-size: 13px;
    color: #c92a31 !important;
}

.tableBlueTitleTransparentHead>div {
    position: absolute;
    top: 8px;
    left: -4px;
    z-index: 2;
}

.tableRedTitleGrey {
    position: relative;
}

.tableRedTitleGrey tr>th {
    background-color: #555555;
    font-size: 11px;
    color: #fff;
    padding-top: 20px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.tableRedTitleGrey tr:nth-child(odd) {
    background-image: none !important;
    background-color: #e5e5e5;
}

.tableRedTitleGrey tr:nth-child(even) {
    background-image: none !important;
    background-color: #f0f0f0;
}

.tableRedTitleGrey tr>td {
    height: 43px;
    text-align: center;
    font-weight: bold;
}

.tableRedTitleGrey tr>td,
.tableRedTitleGrey tr>th {
    border-bottom: 1px solid #fff !important;
    border-top: none !important;
}

.tableRedTitleGrey tr>td:first-child {
    color: #555555 !important;
    font-size: 14px;
    padding-left: 16px;
    text-align: left;
    font-family: 'PtSansBold'
}

.tableRedTitleGrey tr>td {
    font-size: 13px;
    color: #c92a31 !important;
}

.tableRedTitleGrey>div {
    position: absolute;
    top: -14px;
    left: -4px;
    z-index: 2;
}

.sponsorContainer {
    position: relative;
    padding-top: 40px;
    margin-top: 50px;
    text-align: center;
    background: #ebebeb;
    background: -moz-linear-gradient(top, #ebebeb 0px, #ffffff 250px);
    background: -webkit-linear-gradient(top, #ebebeb 0px,#ffffff 250px);
    background: linear-gradient(to bottom, #ebebeb 0px,#ffffff 250px);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 );
}

.sponsorContainer .title {
    position: absolute;
    left: -5px;
    top: -20px;
    background: #6083a9;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    display: inline-block;
    font-family: PtSansBold;
    font-size: 11px;
    line-height: 24px;
    color: #FFFFFF;
    text-transform: uppercase;
    border: 2px solid #FFFFFF;
    border-left: 0;
}

.sponsorContainer:nth-child(1) .title {
    background-color: #B3B653;
}
.sponsorContainer:nth-child(2) .title {
    background-color: #c4272e;
}
.sponsorContainer:nth-child(3) .title {
    background-color: #6083a9;
}
.sponsorContainer:nth-child(4) .title {
    background-color: #2a405a;
}

.sponsorContainer a {
    display: inline-block;
    vertical-align: top;
    width: 215px;
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 20px;
    text-align: center;
    background-color: #FFF;
}

.sponsorContainer a .image {
    display: block;
    font-size: 0;
}

.sponsorContainer a .image>img {
    display: inline-block;
    vertical-align: middle;
}

.sponsorContainer a .image:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 165px;
    font-size: 0;
}

.sponsorContainer a .name {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #cccccc;
    background: url('/images/design/strip_background.png') repeat;
    font-family: PtSansBold;
    color: #6083a9;
    line-height: 1.2;
}

.sponsorContainer a:hover .name {
    background: url('/images/design/strip_background_light.png') repeat;
    border-top: 1px solid #bbbbbb;
    transition: color 500ms, background 500ms, border 500ms;
    -webkit-transition: color 500ms, background 500ms, border 500ms;
}

.mobile .sponsorContainer a {
    width: auto;
    margin-left: 1em;
    margin-right: 1em;
}

.mobile .sponsorContainer a .image {
    padding-left: 20px;
    padding-right: 20px;
}

.mobile .sponsorContainer a .name {
    font-size: 1em;
    padding-left: 1em;
    padding-right: 1em;
}