/* Site-specific CSS goes here */

@media screen and (max-width: 767px) {
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > thead > tr > th {
	white-space: normal;
}
}

.box-border{ padding:8px; border:1px solid #D6D6D6; margin: 5px;}

.red-title {
    text-transform: uppercase;
    color: #a6192e;
    font-size: 36px;}


.text-right {text-align: right;}

.btn-black {
    background-color: #000;
    border-color: #000;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    width: auto;
    position: relative;
}
.btn-black:hover,
.btn.btn-black:hover,
.btn-black:focus,
.btn.btn-black:focus {
    color: #eee;
    background-color: #000;
}
.btn-black-o {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    font-size: 0.800em;
    font-weight: 700;
    padding: 10px;
    text-align: center;
    width: auto;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.tan h3,
.tan .h3 {
    color: #2e2e2e;
    font-size: 30px;
}

.tan h4,
.tan .h4 {
    color: #2e2e2e;
    font-size: 20px;
}
/*----------------------------------------------Newsletter-------------------------------------*/

.news-h {font-family: 'Caudex', serif; color:#000000; font-weight: 400;}

.news-body {font-family: 'Nunito', sans-serif; color:#000000;}


.news h1 {font-size:1.4em; margin:0; padding:0; line-height:.5em;}

.news h2 {font-size:1.4em; margin:0; padding:0; line-height:1em;}

.news-font-medium {font-size:1.2em;}
.news-font-large {font-size:2em;line-height:1.2em;}
.news-font-xl{font-size:3em; line-height:1.2em;}
.news-font-xll{font-size:4.2em; line-height:1.2em;}

.indent {margin-left:25px;}
