/*
Stylesheet for any additional styles that are required by the content team after the build.
All selectors should be prefixed with .content__region to avoid conflicts.
This file should not be compiled from sass.
*/

/***  Warwick School ***/

/***** Table styling, borders on bottom rows only. table header block colour *****/




/* 

REMOVED AS PER CLIENT REQUEST


.content__region .template--table__container table tr th {background-color:#18427B; color:#fff; text-align: left; padding: 0 5px;}
.content__region .template--table__container table tr th p {margin: 0 5px;}
.content__region .template--table__container table tr th a {color:#fff; text-decoration: none;}

.content__region .template--table__container table tbody tr:nth-child(odd) {
    background: #f7f7f7;
}

.content__region .template--table__container table tbody tr:nth-child(even) {
    background: #fdfdfd;
} */

/*****Table column adjust*****/

.content__region .template--table__container .col1 {
    min-width: 120px !important;
    width: 48%;
}
.content__region .template--table__container .col2 {width:33%;}


.content__region .template--table__container .col3 {width:20%;} 


/*****End*****/

/****blockquote****/

.content__region blockquote {position: relative;}

.content__region .cite {
    bottom: -12px;
    color: #666;
    font-size: 60%;
    font-style: normal;
    position: absolute;
    right: 20px;
    text-align: right;
    text-transform: uppercase;
}

/*****End*****/

/**** Accordion add on (margin bottom) ****/

.content__region .accordion__title {
	margin-bottom: 0.2em;
}


/***** highlight-box *******/

.content__region .highlight-box {
    background: #F7F7F7 none repeat scroll 0 0;
    color: #143E79;
    display: block;
    font-size: 1.1em;
    margin-bottom: 10px;
    padding: 20px;
    width: 100%;
}

.content__region .highlight-box h2,
.content__region .highlight-box h3,
.content__region .highlight-box h4  {
    color: #143E79;
    margin-top: 18px;
}

.content__region .highlight-box p {
    
}

.content__region .highlight-box .template__columns__span--6 {
    width: 60%;
}

