﻿/*Layout within CMS page builder*/
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,500,700,700i|Poppins:400,500,700,700i|Rouge+Script);
body {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    line-height: 1.3em;
    color: black;
}
/*$brand-primary: #0066a4; BLUE */
/*$brand-secondary: #b1953a; MUSTARD YELLOW */

#body.editor {
    padding-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.editor div#header {
    background-image: linear-gradient(90deg, #b1953a 30%, #0066a4 30%),url(/Template/northbellmore/Images/district_logo.png),url(/Template/northbellmore/Images/Header/mission_statement_header.png);
    height: 200px;
    width: 100%;
    border-top: 36px solid #b1953a;
    border-bottom: 5px solid #b1953a;
    background-size: contain, 150px, 315px;
    background-position: 0, 10% 5px, 50%;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
}

.editor div#page {
	max-width: 1050px;
	background: #fff;
	/*text-align: left;*/
}

.editor div#local {
	background: #bcc4cf;
}

    .editor div#local a, .editor div#local a:visited, .editor div#local a:hover{
        color:#fff;
        text-decoration:underline;
    }

.editor #layout h1, .editor #layout h2, .editor #layout #featured-video-wrapper #featured-video-container p.caption, .editor #layout h3, .editor #layout h4, .editor #layout h5, .editor #layout h6, .editor #layout p, .editor #layout a {
    color: #0066a4 !important;
}
.editor div#nav {
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #0066a4;
    top: 0;
    margin: 0 auto;
    padding: 3px 5%;
    height: 31px;
    width: 100%;
}
.editor div#footer {
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    background-color: #b1953a;
    padding: 35px 0;
    text-align: center;
}

/*#region LISTS */
ul {
    line-height: 1.5em;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul li, ol li {
        margin: 0;
        padding: 0px 0px .5em 0px;
    }

.content-editor-table .contentDiv ol,
.pnlContent ol {
    margin-left: 15px;
    list-style-type: decimal;
}
#local .content-editor-table {
    color:#fff;
}

.content-editor-table .contentDiv ul,
.pnlContent ul {
    list-style-type: disc;
    margin-left: 2em;
}
/*#endregion*/