/*
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.
*/

/*** Belmore Primary Academy ***/

/***** 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: #164672;
    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 #164672;
    vertical-align: top;
}


.content__region .table__container table tr:nth-child(odd) {
    background: #226cb0 !important;
}

.content__region .table__container table tr:nth-child(even) {
    background: #fff !important;
}

.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%;
}

/*****Table 2*****/


/***Table - alternative row color***/
.content__region .table__container2 table td:nth-child(odd) {
    background: lighten(#164672,20%) ;
}

.content__region .table__container2 table td:nth-child(even) {
    background: #fff;
}


.content__region .table__container2 table tr td {
    padding: 3px;
    border: 1px solid #164672 !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: #164672;
    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 #164672;
}

.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;
 
    color: #164672;
 
    background-color: #164672;

    text-align: center;
}

.content__region hr:after {
    background: #fff none repeat scroll 0 0;
    color: #164672;
    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: #164672 none repeat scroll 0 0;
    color: #fff;
    display: block;
    border: 0px solid #164672;
    font-size: 0.9em;
    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;
}

.content__region .button__link {
    width: 100%;
    margin-bottom: 15px;
}

/***** 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;
}

