/*
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.
*/

/***  Balcarras School  ***/

/***** Table styling, borders on bottom rows only. table header block colour *****/


.content__region .table__container table {border:solid 0px #fff;}
.content__region .table__container table tbody {border:1px solid #fff;}

.content__region .table__container table tr th {background-color:#083248; border: 1px solid #fff !important; color:#fff; text-align: left; padding: 0 5px;}
.content__region .table__container table tr th p {margin: 0 5px;}
.content__region .table__container table tr th a {color:#fff; text-decoration: none;}

.content__region .table__container table tr {border-bottom:solid 1px #083248; vertical-align: top;}


.content__region .table__container table tr:nth-child(odd) {
    background: #f7f7f7;
}

.content__region .table__container table tr:nth-child(even) {
    background: #fdfdfd;
}

.content__region .table__container table tr td 
{
    border:solid 0px #f7f7f7 !important;
    padding: 4px 10px;
}

.content__region .table__container table tr td p {margin:0px;}

.content__region .table__container table tr td h4 {margin:0px;}


/*****Table column adjust*****/

.content__region .table__container .col1 {
    min-width: 120px !important;
    width: 48%;
}
.content__region .table__container .col2 {width:33%;}


.content__region .table__container .col3 {width:20%;} 

.content__region .table__container th p {
    color: #ffffff
}

/*****Table 2*****/


/***Table - alternative row color***/
.content__region .table__container2 table td:nth-child(odd) {
    background: #f7f7f7;
}

.content__region .table__container2 table td:nth-child(even) {
    background: #fdfdfd;
}


.content__region .table__container2 table tr td 
{
    padding: 3px;
    border: 1px solid #083248 !important;
}

.content__region .table__container2 table {border:solid 2px #F7F7F7;}

.content__region .table__container2 table tr td p {margin:0px;}

.content__region .table__container2 table tr th {background-color:#083248; border: 1px solid #fff !important; color:#fff;}

/*****Table column adjust*****/

.content__region .table__container2 .col1 {
    min-width: 150px;
    width: 48%;
}
.content__region .table__container2 .col2 {width:30%;}


.content__region .table__container2 .col3 {width:15%; min-width: 120px; color:#fff;} 



/*****End*****/

/****blockquote****/

.content__region blockquote {position: relative; border-left: 5px solid #083248;}

.content__region .cite {
    bottom: -12px;
    color: #666;
    font-size: 60%;
    font-style: normal;
    position: absolute;
    right: 20px;
    text-align: right;
    text-transform: uppercase;
}

/*****End*****/


/***** Horizontal rule styling *****/

.content__region hr {
    border: none;
    height: 1px;
    /* Set the hr color */
    color: #083248; /* old IE */
    background-color: #083248; /* Modern Browsers */
    text-align: center;
}

.content__region hr:after { 
    background: #fff none repeat scroll 0 0;
    color: #083248;
    content: "▿";
    display: inline-block;
    font-size: 1.1em;
    padding: 0 0.25em;
    position: relative;
    top: -0.68em;
 }

/*****End*****/

/***** Attention Block 2 (smaller text no border) *****/

@media screen and (max-width: 760px) {
   .content__region .attention2 h3 {
        display: inline-block;
        text-align: left;
        color: #ff9900;
    }
}

.content__region .attention {
    background: #083248 none repeat scroll 0 0;
    color: #fff;
    display: block;
    border: 0px solid #AE005F;
   
    line-height: 1.5em;
    padding: 20px;
    width: 100%;
}

.content__region .attention2 ul {
    margin: 5px 0px;
}

.content__region .attention2 h3 {
    color: #fff;
    margin: 0px;
    padding-bottom: 8px;
}

/***** Contact_image image styling for a contact image *****/

.content__region .contact_image {width: 160px;}

.content__region .contact_image img {
    border-radius: 50%;
} 

.content__region .contact_image p {
    margin: 0px 5px; text-align: center;
}

.content__region h4 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.content__region h5 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.content__region .ms-cont-btn {
    margin-bottom: 20px;
    width: 100%;
}
