  /*
	Theme Name: NNDSB Main...

 
	Tags: black, orange, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 2.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Gravity Forms
		- Genesis Responsive Slider
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Portfolio
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- NNDSB Main Blue
		- NNDSB Main Green
		- NNDSB Main Orange
		- NNDSB Main Red
	- Media Queries
		- max-width: 1180px
		- max-width: 1040px
		- max-width: 800px
		- max-width: 782px
		- max-width: 680px
		- max-width: 480px

*/

/*
Entirely change how the main menu navigation works
----------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 961px) {

    .invisible {
        display: inline-block !important;
    }

    .menu-btn.top {
        top: 0.6em;
        width: 90%;
        left: 5%;
        position: absolute;
    }

    .menu-btn {
        cursor: pointer;
        z-index: 9999;
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        position: absolute;
        border-radius: 4px;
        display: inline-flex;
        left: 90%;
        padding: 7px;
        width: 7rem;
        top: 120px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

        .menu-btn .menu-btn-text {
            width: 100%;
            height: 100%;
        }

    .rotate-90 {
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
        transform: rotate(90deg);
    }

    .dash-icon {
        height: 25px;
        padding: 0;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .menu-btn > .dash-icon::before {
        color: #fff;
        content: "\f333";
        display: inline-flex;
        font: normal 1.5625rem/1 'dashicons';
        text-align: center;
    }

    #menu-main-menu-board {
        position: absolute;
        margin-top: -165px;
        padding-top: 50px;
        padding-bottom: 100%;
        /*font-size: 18px;*/
        font-size: 1.125rem;
        display: none;
        overflow: visible;
    }

        #menu-main-menu-board > .menu-item {
            /*font-size: 20px;*/
            font-size: 1.25rem;
        }



        #menu-main-menu-board .button {
            left: initial;
            opacity: 1;
            display: block;
            width: 50px;
            border-radius: 15px;
        }

        #menu-main-menu-board .current-menu-ancestor > a,
        #menu-main-menu-board .current-menu-parent > a {
            border-radius: 5px 5px 5px 5px;
        }

        #menu-main-menu-board .current-menu-item > a,
        #menu-main-menu-board .menu-item > a:hover {
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

        #menu-main-menu-board .menu-item {
            justify-content: space-between;
            vertical-align: top;
            min-width: 18%;
            width: -moz-max-content;
            width: -webkit-max-content;
            width: -o-max-content;
            width: -ms-max-content;
            width: max-content;
            display: table;
            display: inline-table;
            margin-left: 0;
            margin-right: auto;
            font-family: 'Spinnaker', sans-serif;
        }

            #menu-main-menu-board .menu-item .sub-menu {
                width: 100%;
            }

        #menu-main-menu-board .menu-item-has-children .sub-menu {
            display: block;
            left: auto;
            opacity: 1;
            position: sticky;
            list-style-type: none;
            margin-bottom: 6px;
        }

            #menu-main-menu-board .menu-item-has-children .sub-menu a {
                width: auto;
                /*font-size: 14px;*/
                font-size: 0.875rem;
            }

        #menu-main-menu-board ol, #menu-main-menu-board ul, #menu-main-menu-board a {
            margin: 0;
            padding: 0 0 0 5px;
        }

        #menu-main-menu-board .menu-item-has-children .sub-menu li li {
            margin: 0;
            padding: 0 0 0 20px;
        }

        #menu-main-menu-board .menu-item-has-children .sub-menu .menu-item {
            display: block;
            padding: 0;
        }

        #menu-main-menu-board a:hover,
        #menu-main-menu-board .v .current-menu-item > a:hover,
        #menu-main-menu-board .sub-menu a:hover,
        #menu-main-menu-board li.current-menu-item a:hover,
        #menu-main-menu-board li.current-menu-item a:focus,
        #menu-main-menu-board .current-menu-item > a,
        #menu-main-menu-board .current-menu-ancestor > a,
        #menu-main-menu-board .sub-menu .current-menu-item > a,
        #menu-main-menu-board .sub-menu .current-menu-ancestor > a {
            background-color: inherit;
            color: #ffffff;
        }
}

@media only screen and (max-width: 1180px) and (min-width: 961px) {
    .menu-btn {
        font-size: 0.9rem;
        border-radius: 4px;
        left: 90%;
        padding: 7px;
        width: 6rem;
    }
}

@media only screen and (max-width: 1070px) and (min-width: 961px) {
    .menu-btn {
        font-size: 0.8rem;
        border-radius: 4px;
        left: 90%;
        padding: 7px;
        width: 5rem;
        top: 175px;
    }

    #menu-main-menu-board {
        margin-top: -171px;
    }
}

@media only screen and (max-width: 960px) {
    .menu-btn {
        display: none;
    }
}



/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
    content: " ";
    display: table;
}

.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

.entry-meta {
    display: none !important;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
    background-color: #fff !important;
    color: #666;
    /*font-family: 'Georgia', serif;*/
    font-family: Arial, Helvetica, sans-serif;
    /*font-size: 16px;*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.nndsb-main-home .featured-content img,
.button {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

/*::-moz-selection {
    background-color: #333;
    color: #fff;
}

::selection {
    background-color: #333;
    color: #fff;
}*/

a {
    color: #666;
    /*color: #03217c;*/
    /*text-decoration: none;*/
}

    /*a:link,
    a:visited,
    a:active {
        color: #666;
    }*/

    a img {
        margin-bottom: -4px;
    }

    a:hover {
        color: #333;
    }

p {
    margin: 0 0 24px;
    padding: 0;
}

strong {
    font-weight: 700;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

/*blockquote,
blockquote::before {
    color: #999;
}*/

blockquote {
    margin: 40px 40px 24px;
}

    blockquote::before {
        content: "\201C";
        display: block;
        /*font-size: 30px;*/
        font-size: 1.875rem;
        height: 0;
        left: -20px;
        position: relative;
        top: -10px;
    }

.entry-content code {
    background-color: #333;
    color: #ddd;
}

cite {
    font-style: normal;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 2px solid #f5f5f5;
    clear: both;
    margin: 26px 0;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Spinnaker', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 16px;
}

    /*h1 a:after,
    h2 a:after,
    h3 a:after,
    h4 a:after,
    h5 a:after,
    h6 a:after {
        font-family: FontAwesome;
        content: " \f0c1";
        color: #CCC;
        font-size: 14px;
    }*/

    h4 a:after, h5 a:after, h6 a:after {
        /*font-size: 10px;*/
        font-size: 0.625rem;
    }

    h1,
    h1.entry-title,
    h1.sow-headline,
    h1.sow-sub-headline {
        /*font-size: 36px;*/
        /*font-size: 1.4em;*/
        font-size: 1.375rem !important;
        line-height: 1.5rem !important;
    }

    h2,
    h2.sow-headline,
    h2.sow-sub-headline {
        /*font-size: 30px;*/
        /*font-size: 1.25em;*/
        font-size: 1.25rem !important;
        line-height: 1.375rem !important;
    }

    h3,
    h3.sow-headline,
    h3.sow-sub-headline {
        /*font-size: 24px;*/
        /*font-size: 1.15em;*/
        font-size: 1.125rem !important;
        line-height: 1.25rem !important;
    }

    h4,
    h4.sow-headline,
    h4.sow-sub-headline {
        /*font-size: 20px;*/
        /*font-size: 1em;*/
        font-size: 1rem !important;
        line-height: 1.125rem !important;
    }

    h5,
    h5.sow-headline,
    h5.sow-sub-headline {
        /*font-size: 18px;*/
        /*font-size: .85em;*/
        font-size: 0.875rem !important;
        line-height: 1rem !important;
    }

    h6,
    h6.sow-headline,
    h6.sow-sub-headline {
        /*font-size: 16px;*/
        /*font-size: .7em;*/
        font-size: 0.75rem !important;
        line-height: 0.875rem !important;
    }

p.sow-headline,
p.sow-sub-headline {
    font-size: 1rem !important;
    line-height: 1.125rem !important;
    text-transform: initial !important;
}



/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

/* Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
    margin-bottom: 28px;
}

.gallery-caption {
    margin: 0 0 10px;
}

.gallery-item {
    float: left;
    margin: 0;
    padding: 0 4px;
    text-align: center;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

    .gallery-columns-2 .gallery-item:nth-child(2n+1),
    .gallery-columns-3 .gallery-item:nth-child(3n+1),
    .gallery-columns-4 .gallery-item:nth-child(4n+1),
    .gallery-columns-5 .gallery-item:nth-child(5n+1),
    .gallery-columns-6 .gallery-item:nth-child(6n+1),
    .gallery-columns-7 .gallery-item:nth-child(7n+1),
    .gallery-columns-8 .gallery-item:nth-child(8n+1),
    .gallery-columns-9 .gallery-item:nth-child(9n+1) {
        clear: left;
    }

.gallery .gallery-item img {
    border: none;
    height: auto;
    margin-bottom: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #eee inset;
    color: #000;
    /*font-size: 14px;*/
    font-size: 0.875rem;
    padding: 16px;
    width: 100%;
}

    input[type="checkbox"],
    input[type="image"],
    input[type="radio"] {
        width: auto;
    }

    input:focus,
    textarea:focus {
        border: 1px solid #999;
        /*outline: none;*/
    }

    /*::-moz-placeholder {
    color: #999;
}

::-webkit-input-placeholder {
    color: #999;
}*/

    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .button,
    .entry-content .button {
        background-color: #222;
        border-radius: 3px;
        border: none;
        box-shadow: none;
        color: #fff;
        cursor: pointer;
        font-family: 'Spinnaker', sans-serif;
        padding: 16px 24px;
        text-transform: uppercase;
        white-space: normal;
        width: auto;
    }

        button.small,
        input[type="button"].small,
        input[type="reset"].small,
        input[type="submit"].small,
        .button.small {
            padding: 8px 16px;
        }

.button,
.entry-content .button {
    display: inline-block;
}

/*button:hover,
    input:hover[type="button"],
    input:hover[type="reset"],
    input:hover[type="submit"],
    .nndsb-main-home .content .featured-content a.button:hover,
    .button:hover,
    .entry-content .button:hover {
        background-color: #fff8a9;
        color: #666666;
    }*/

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    color: #666666;
    cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
    margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

th,
td {
    text-align: left;
    border-top: 1px solid #ddd;
    padding: 6px 0;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    background-color: #fff;
    border: 0;
    clip: rect(0, 0, 0, 0);
    color: #222;
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

    .genesis-nav-menu .search input[type="submit"]:focus,
    .screen-reader-shortcut:focus,
    .screen-reader-text:focus,
    .widget_search input[type="submit"]:focus {
        clip: auto !important;
        display: block;
        height: auto;
        padding: 20px;
        text-decoration: none;
        width: auto;
        z-index: 100000; /* Above WP toolbar. */
    }


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */
.site-inner {
    padding-top: 71px;
}

.home-top {
    padding-top: 0px;
}

    .home-top .wrap {
        padding: 0px;
    }

.header-full-width .site-container,
.site-container {
    padding-top: 165px;
}

.site-inner {
    margin: 0 auto;
    max-width: 95%;
}



.site-inner {
    clear: both;
}

.nndsb-main-landing .site-container {
    max-width: 800px;
}

/*
.nndsb-main-home .site-inner {
	padding: 0;
}
*/

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 83%;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

/* Content */

.content {
    float: right;
    width: 70%;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 70%;
}

.full-width-content .content {
    width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 28%;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 15%;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
    border-radius: 50%;
    float: left;
}

.alignleft .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.search-form {
    overflow: hidden;
    position: relative;
    max-width: 250px;
    float: none;
}

.widget_search {
    display: block;
    width: 250px;
    padding-top: 3px;
    float: right !important;
}

/*Accessibility toolbar styling*/
.widget_wp_accessibility_toolbar .offscreen {
    display: none;
}

.widget_wp_accessibility_toolbar ul {
    display: inline-flex;
}

.widget_wp_accessibility_toolbar span {
    padding: 5px;
}

.a11y-toolbar ul li button {
    /*font-size: 1em !important;*/
    font-size: 1rem !important;
}

.simple-social-icons {
    display: block;
    width: 100%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .widget_search input[type="submit"]:focus {
        border-left: 1px solid #ddd;
        border-radius: 0;
        box-shadow: none;
        padding: 13px 23px;
        right: 2px;
        top: 2px;
    }

.search-form input[type="search"] {
    background: #fff url(images/icon-search.png) no-repeat right;
    background-size: 36px 16px;
    color: #666;
    /*font-size: 10px;*/
    font-size: 0.75rem;
    margin-bottom: 5px;
    padding: 5px;
    text-transform: uppercase;
}

.error404 .content .search-form {
    margin-bottom: 40px;
}

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

a.alignnone,
.alignnone img {
    margin-bottom: 12px;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
    /*font-size: 14px;*/
    font-size: 0.875rem;
    text-align: center;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
    margin: 0 0 28px;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    color: #fff;
    font-family: 'Spinnaker', sans-serif;
    /*font-size: 14px;*/
    font-size: 0.875rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-top: -42px;
}

    .breadcrumb a {
        color: #fff;
    }

.archive-description,
.author-box {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 40px;
}

.archive-description {
    padding: 40px 40px 24px;
}

.author-box {
    padding: 40px;
}

.author-box-title {
    color: #333;
    /*font-size: 16px;*/
    font-size: 1rem;
    margin-bottom: 4px;
}

.author-box p {
    margin-bottom: 0;
}

.author-box .avatar {
    margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-title {
    color: #333;
    /*font-size: 36px;*/
    line-height: 1;
}

    .entry-title a {
        color: #333;
    }

.widget-title {
    color: #333;
    /*font-size: 16px;*/
    font-size: 1rem;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.archive-title {
    /*font-size: 20px;*/
    font-size: 1.25rem;
    margin-bottom: 24px;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    word-wrap: break-word;
}

    .widget li {
        list-style-type: none;
        margin-bottom: 6px;
    }

        .widget li li {
            margin: 0;
            padding: 0 0 0 20px;
        }

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
    margin-bottom: 20px;
    padding: 0 0 24px;
}

    .featured-content .entry:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

.featured-content .entry-title {
    /*font-size: 22px;*/
    font-size: 1.125rem;
    line-height: 1.1;
}

a.more-link {
    font-family: 'Spinnaker', sans-serif;
    text-transform: uppercase;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */
/*
The Event Calendar - Plugin 
---------------------------------------------------------------------------------------------------- */

.tribe-mini-calendar-event > .list-date {
    min-width: 43px;
    margin: 10px 10px 10px 0;
    display: inline-block;
}

#tribe-bar-form {
    display: inline-block;
}

.tribe-mini-calendar-event .list-info {
    font-size: 0.8125rem !important;
}

    .tribe-mini-calendar-event .list-info h2 {
        font-weight: 400 !important;
        font-size: 1rem !important;
    }


/* Genesis eNews Extended
--------------------------------------------- */

/*.enews-widget {
    color: #999;
}*/

.enews-widget input {
    margin-bottom: 16px;
}

    .enews-widget input:focus {
        border: 1px solid #ddd;
    }

    .enews-widget input[type="submit"] {
        background-color: #222;
        color: #fff;
        margin: 0;
        width: 100%;
    }

    .enews-widget input:hover[type="submit"] {
        background-color: #d7c603;
        color: #333;
    }

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
    margin-bottom: 16px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
    /*font-size: 16px;*/
    font-size: 1rem;
    padding: 16px;
}

div.gform_wrapper .ginput_complex label {
    padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 16px 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
    /*font-size: 14px;*/
    font-size: 0.875rem;
}

/* Jetpack
---------------------------------------------- */

img#wpstats {
    display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    /*background-color: #333;*/
    background-color: #f5f5f5;
    left: 0;
    min-height: 125px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.admin-bar .site-header {
    position: fixed;
    top: 32px;
}

.site-header .wrap {
    max-width: 100%;
}

/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 16px 0;
    width: 50%;
}

.header-image .title-area {
    padding: 0;
}

.site-title {
    font-family: 'Spinnaker', sans-serif;
    /*font-size: 28px;*/
    font-size: 1.75rem;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

    .site-title a {
        color: #000;
    }

        .site-title a:hover {
            /*color: #d7c603;*/
            color: #666;
        }

.site-description {
    color: #999;
    /*font-size: 16px;*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
    width: 100%;
    text-align: center;
}

.header-image .site-description,
.header-image .site-title a {
    display: block;
    text-indent: -9999px;
}

/*.header-full-width.header-image .site-title a {
	background-position: left !important;
	margin: 122px 0 0 0 !important;
}*/


/* Logo, hide text */

.header-image .site-header .wrap {
    padding: 0;
}

.header-image .site-header > .wrap > .wrap {
    padding: 5px 15px 5px 15px;
}


.header-image .site-title a {
    float: left;
    min-height: 100px;
    width: 100%;
    background-size: contain !important;
    background-position: left;
    margin-left: 50px;
}

/* Widget Area
--------------------------------------------- */
.widget-area {
}

.site-header .widget-area {
    float: right;
    text-align: right;
    width: 50%;
}

    .site-header .widget-area li {
        margin: 0;
        padding: 0;
    }
/*

.site-header .search-form {
	float: right;
}
*/

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
    clear: both;
    color: #fff;
    font-family: 'Spinnaker', sans-serif;
    /*font-size: 14px;*/
    font-size: 0.875rem;
    line-height: 1.5;
    width: 100%;
}

    .genesis-nav-menu .menu-item {
        display: inline-block;
        text-align: left;
    }

    .genesis-nav-menu a {
        color: #fff;
        display: block;
        padding: 18px 16px 20px;
        position: relative;
    }

        .genesis-nav-menu a:hover,
        .genesis-nav-menu .current-menu-item > a,
        .genesis-nav-menu .v .current-menu-item > a:hover {
            background-color: #282828;
        }

    .genesis-nav-menu .sub-menu .current-menu-item > a {
        color: #999;
    }

    .genesis-nav-menu .sub-menu {
        left: -9999px;
        opacity: 0;
        position: fixed;
        -webkit-transition: opacity .4s ease-in-out;
        -moz-transition: opacity .4s ease-in-out;
        -ms-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        transition: opacity .4s ease-in-out;
        width: 180px;
        z-index: 99;
    }

        .genesis-nav-menu .sub-menu a {
            background-color: #282828;
            border: none;
            /*font-size: 12px;*/
            font-size: 0.75rem;
            padding: 16px;
            position: relative;
            width: 180px;
        }

            .genesis-nav-menu .sub-menu a:hover {
                background-color: #333;
            }

        .genesis-nav-menu .sub-menu .sub-menu {
            margin: -50px 0 0 179px;
        }

    .genesis-nav-menu .menu-item:hover {
        position: relative;
    }

        .genesis-nav-menu .menu-item:hover > .sub-menu {
            left: auto;
            opacity: 1;
        }

    .genesis-nav-menu > .first > a {
        padding-left: 0;
    }

    .genesis-nav-menu > .last > a {
        padding-right: 0;
    }

    .genesis-nav-menu > .right {
        display: inline-block;
        float: right;
        list-style-type: none;
        padding: 0;
    }

        .genesis-nav-menu > .right > a,
        .genesis-nav-menu > .date {
            display: inline-block;
            padding: 18px 16px 20px;
        }

    .genesis-nav-menu > .search {
        padding: 10px 0 0;
    }

    .genesis-nav-menu .search input {
        /*font-size: 12px;*/
        font-size: 0.75rem;
        padding: 12px;
    }

/* Site Header Navigation
--------------------------------------------- */


@media only screen and (min-width: 961px) {
    .nav-pre-header .menu {
        text-align: left;
        float: left;
        width: 100%;
        padding-right: 10px;
        background-color: #333;
        height: 30px;
        z-index: 1;
    }

        .nav-pre-header .menu .menu-item {
            height: 30px;
        }

        .nav-pre-header .menu a {
            padding: 5px 10px 5px 10px;
            height: 30px;
        }
}

/* Primary Navigation
--------------------------------------------- */

/*.nav-primary {
    background-color: #383838;
    color: #fff;
}*/

.nav-primary a {
    color: #fff;
}

/*.nav-primary a:hover {
        color: #fff;
    }*/

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    margin-bottom: 20px;
}

    .nav-secondary .genesis-nav-menu a {
        background: none;
        border: none;
        padding: 5px 20px;
    }

        .nav-secondary .genesis-nav-menu a:hover {
            color: #333;
        }

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
    cursor: pointer;
    display: none;
}

    .responsive-menu-icon::before {
        color: #fff;
        background: initial;
        content: "\f333";
        display: block;
        font: normal 1.25rem/1 'dashicons';
        margin: 0 auto;
        padding: 10px;
        text-align: center;
    }

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.nndsb-main-home .content .widget {
    background: #fff;
    margin-bottom: 20px;
    padding: 10px;
}

.nndsb-main-home .content .featured-content,
.nndsb-main-home .content .widget_text {
    padding: 0;
}

.nndsb-main-home .content .textwidget {
    padding: 40px;
}

.nndsb-main-home .content .featured-content .widget-title,
.nndsb-main-home .content .widget_text .widget-title {
    text-align: center;
    margin: 20px 0 0;
    padding-bottom: 20px;
    background: #fff;
}

    .nndsb-main-home .content .featured-content .widget-title::after,
    .nndsb-main-home .content .featured-content .widget-title::before,
    .nndsb-main-home .content .widget_text .widget-title:after,
    .nndsb-main-home .content .widget_text .widget-title:before {
        content: " ";
        display: inline-block;
        border-top: 2px solid;
        padding-bottom: 0px;
        width: 15%;
        background: #fff;
    }

    .nndsb-main-home .content .featured-content .widget-title::before,
    .nndsb-main-home .content .widget_text .widget-title:before {
        margin-right: 12px;
    }

    .nndsb-main-home .content .featured-content .widget-title::after,
    .nndsb-main-home .content .widget_text .widget-title:after {
        margin-left: 12px;
    }

.nndsb-main-home .content .featured-content article ~ .widget-title {
    clear: both;
    color: #333333;
    margin: 0;
    padding: 20px 0;
}

    .nndsb-main-home .content .featured-content article ~ .widget-title:before,
    .nndsb-main-home .content .featured-content article ~ .widget-title:after {
        border-color: #333333;
    }

.nndsb-main-home .content .home-middle .featured-content article ~ .widget-title,
.nndsb-main-home .content .home-middle .featured-content article ~ .widget-title:before,
.nndsb-main-home .content .home-middle .featured-content article ~ .widget-title:after {
    border-color: #fff;
    color: #fff;
}

.nndsb-main-home .content .featured-content article ~ ul,
.nndsb-main-home .content .featured-content .more-from-category {
    margin-bottom: 20px;
    padding: 0 10px;
    text-align: center;
}

.nndsb-main-home .content .featured-content .entry {
    border-radius: 0;
    margin: 0;
    padding: 0;
    position: relative;
}

.nndsb-main-home .content .featured-content .entry-image {
    display: block;
    margin-bottom: 0;
}

.nndsb-main-home .content .featured-content .entry-header {
    padding: 20px 20px 0;
}

.nndsb-main-home .content .featured-content .entry-content {
    padding: 0 20px;
}

    .nndsb-main-home .content .featured-content .entry-content p {
        margin-bottom: 20px;
    }




.nndsb-main-home .content .featuredpost img.entry-image {
    margin: 20px 0;
    padding: 10px;
    position: inherit;
}

.home-top .wrap {
    color: #fff;
    font-family: 'Spinnaker', sans-serif;
    padding: 0%;
    text-align: center;
    width: 100%;
}

.home-top .widget-title {
    color: #fff;
    /*font-size: 60px;*/
    font-size: 3.75rem;
    line-height: 1;
}

.home-top .button {
    background-color: #fff;
    border-radius: 50px;
    color: #333;
    text-transform: uppercase;
}

/*.home-top .widget .button:hover {
    background-color: #333;
    color: #fff;
}*/

.home-middle {
    padding: 0% 0 5%;
}

    .home-middle .featuredpost img.entry-image {
        left: 0;
        position: absolute;
    }

    .home-middle .featuredpost a:focus img,
    .home-middle .featuredpost a.hover img,
    .home-middle .featuredpost img:hover,
    .home-middle .featuredpost .entry.focused img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
        filter: alpha(opacity=10);
        -moz-opacity: 0.1;
        -khtml-opacity: 0.1;
        opacity: 0.1;
    }

    .home-middle .featured-content.featuredpost {
        background: #fff;
    }

    .home-middle .featuredpost .entry {
        background-color: #333;
        color: #fff;
    }

    .home-middle .featuredpost .entry {
        width: 100%;
        background-color: #fff;
        color: #333;
    }

    .home-middle .featuredpost .entry-title a {
        color: #666;
    }

.home-bottom {
    padding: 5% 0 10%;
}

    .home-bottom .featuredpost .entry {
        min-height: 320px;
    }

    .home-bottom .featuredpost .post:nth-of-type(3n+1),
    .home-middle .featuredpost .post:nth-of-type(3n+1) {
        clear: left;
    }

    .home-bottom .featuredpost .entry:hover {
        background-color: #333;
        color: #fff;
    }

        .home-bottom .featuredpost .entry:hover .entry-title a {
            color: #fff;
        }


.jobPostings h3 {
    border-bottom: 1px solid #CCC;
}

.jobPostings h5 {
    margin: 25px 0 2px;
}

.JobPostingsContainer {
    margin-bottom: 40px;
}

/* Entries
--------------------------------------------- */

.entry {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 40px;
    padding: 40px 40px 24px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
    margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
    margin-left: 40px;
}

    .entry-content ol li {
        list-style-type: decimal;
    }

    .entry-content ul li {
        list-style-type: square;
    }

    .entry-content ol ol,
    .entry-content ul ul,
    .entry-content .wp-caption p {
        margin-bottom: 0;
    }

.entry-content .search-form input {
    margin-bottom: 16px;
}

.entry-meta {
    color: #999;
    /*font-size: 14px;*/
    font-size: 0.875rem;
}

.entry-header .entry-meta {
    margin-bottom: 20px;
}

.entry-footer .entry-meta {
    border-top: 2px solid #f5f5f5;
    margin: 0 -40px;
    padding: 32px 40px 8px;
}

.entry-comments-link::before {
    content: "\2B";
    font-weight: 700;
    margin: 0 4px 0 6px;
}

.entry-categories,
.entry-tags {
    display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 40px;
    padding: 40px;
    text-align: center;
}

    .after-entry .widget {
        margin-bottom: 40px;
    }

        .after-entry .widget:last-child,
        .after-entry p:last-child {
            margin: 0;
        }

    .after-entry li {
        list-style-type: none;
    }

/* Pagination
--------------------------------------------- */

.archive-pagination {
    clear: both;
    font-family: 'Spinnaker', sans-serif;
    /*font-size: 14px;*/
    font-size: 0.875rem;
    margin: 40px 0;
    text-transform: uppercase;
}

    .archive-pagination a {
        color: #fff;
    }

    .archive-pagination li {
        display: inline;
    }

        .archive-pagination li a {
            background-color: #fff;
            border-radius: 3px;
            color: #333;
            cursor: pointer;
            display: inline-block;
            margin-bottom: 4px;
            padding: 8px 12px;
        }

            .archive-pagination li a:hover,
            .archive-pagination li.active a {
                background-color: #d7c603;
                color: #333;
            }

/* Comments
--------------------------------------------- */

.entry-pings,
.comment-respond,
.entry-comments {
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 40px;
    padding: 40px;
}

.comment-content {
    clear: both;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.comment-list li,
.ping-list li {
    list-style-type: none;
}

.comment-list li {
    margin-top: 40px;
    padding: 0 40px;
}

    .comment-list li li {
        margin-right: -32px;
    }

li.comment {
    border-left: 2px solid #f5f5f5;
}

.comment-header {
    color: #333;
    font-family: 'Spinnaker', sans-serif;
}

.comment .avatar {
    margin: 0 16px 24px 0;
}

.comment-header .comment-meta,
.comment-header .comment-meta a {
    color: #999;
    /*font-size: 12px;*/
    font-size: 0.75rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.comment-reply-link {
    font-family: 'Spinnaker', sans-serif;
    text-transform: uppercase;
}

.entry-pings .reply {
    display: none;
}

.form-allowed-tags {
    background-color: #f5f5f5;
    /*font-size: 14px;*/
    font-size: 0.875rem;
    padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    color: #666;
}

    .sidebar p:last-child {
        margin-bottom: 0;
    }

    .sidebar li {
        list-style-type: none;
        margin-bottom: 6px;
    }

    .sidebar ul > li:last-child {
        margin-bottom: 0;
    }

    .sidebar .widget {
        background-color: #fff;
        border-radius: 3px;
        margin-bottom: 40px;
        padding: 40px;
    }

    .sidebar .enews-widget {
        background-color: #333;
    }

        .sidebar .enews-widget .widget-title {
            color: #fff;
        }


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #fff;
    border-top: 1px solid #ececec;
    color: #999;
    clear: both;
    padding: 60px 0 36px;
}

.footer-widgets-1,
.footer-widgets-3 {
    width: 350px;
}

.footer-widgets-2 {
    width: 360px;
}

.footer-widgets-1 {
    margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2 {
    float: left;
}

.footer-widgets-3 {
    float: right;
}

.footer-widgets .widget {
    margin-bottom: 24px;
}

.footer-widgets li {
    list-style-type: none;
    margin-bottom: 6px;
}

.footer-widgets .search-form input:focus {
    border: 1px solid #ddd;
}



/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #f5f5f5;
    color: #333;
    font-family: 'Spinnaker', sans-serif;
    /*font-size: 10px;*/
    font-size: 0.625rem;
    letter-spacing: 2px;
    padding: 40px 0;
    text-align: center;
    text-transform: uppercase;
}

    .site-footer a {
        color: #333;
    }

        .site-footer a:hover {
            color: #000;
        }

    .site-footer p {
        margin-bottom: 0;
    }

/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* NNDSB Main Blue
--------------------------------------------- */



.nndsb-main-blue .archive-pagination li a:hover,
.nndsb-main-blue .archive-pagination li.active a,
.nndsb-main-blue .breadcrumb a,
.nndsb-main-blue .genesis-nav-menu a,
.nndsb-main-blue .home-top a:hover,
.nndsb-main-blue .site-title a,
.nndsb-main-blue a:hover.button,
.nndsb-main-blue a.button {
    color: #fff;
}

.nndsb-main-blue .genesis-nav-menu .sub-menu .current-menu-item > a,
.nndsb-main-blue .site-footer a {
    color: #fff;
}

    .nndsb-main-blue .archive-pagination a,
    .nndsb-main-blue .entry-title a,
    .nndsb-main-blue .entry-title,
    .nndsb-main-blue .home-top a,
    .nndsb-main-blue .site-footer a:hover,
    .nndsb-main-blue a:hover {
        color: #999;
    }

.nndsb-main-blue .genesis-nav-menu a:hover,
.nndsb-main-blue .genesis-nav-menu .current-menu-item > a,
.nndsb-main-blue .genesis-nav-menu .v .current-menu-item > a:hover {
    border-color: #256aaf;
}

.nndsb-main-blue .archive-pagination li a:hover,
.nndsb-main-blue .archive-pagination li.active a,
.nndsb-main-blue .content .featured-content a.button:hover,
.nndsb-main-blue a:hover.button,
.nndsb-main-blue button:hover,
.nndsb-main-blue input:hover[type="button"],
.nndsb-main-blue input:hover[type="reset"],
.nndsb-main-blue input:hover[type="submit"],
body.nndsb-main-blue {
    background-color: #256aaf;
}

/* NNDSB Main Green
--------------------------------------------- */



.nndsb-main-green .archive-pagination li a:hover,
.nndsb-main-green .archive-pagination li.active a,
.nndsb-main-green .breadcrumb a,
.nndsb-main-green .genesis-nav-menu a,
.nndsb-main-green .home-top a:hover,
.nndsb-main-green .site-title a,
.nndsb-main-green a:hover.button,
.nndsb-main-green a.button {
    color: #fff;
}

.nndsb-main-green .genesis-nav-menu .sub-menu .current-menu-item > a,
.nndsb-main-green .site-footer a {
    color: #999;
}

    .nndsb-main-green .archive-pagination a,
    .nndsb-main-green .entry-title a,
    .nndsb-main-green .entry-title,
    .nndsb-main-green .home-top a,
    .nndsb-main-green .site-footer a:hover,
    .nndsb-main-green a:hover {
        color: #333;
    }

.nndsb-main-green .genesis-nav-menu a:hover,
.nndsb-main-green .genesis-nav-menu .current-menu-item > a,
.nndsb-main-green .genesis-nav-menu .v .current-menu-item > a:hover {
    border-color: #36c38c;
}

.nndsb-main-green .archive-pagination li a:hover,
.nndsb-main-green .archive-pagination li.active a,
.nndsb-main-green .content .featured-content a.button:hover,
.nndsb-main-green a:hover.button,
.nndsb-main-green button:hover,
.nndsb-main-green input:hover[type="button"],
.nndsb-main-green input:hover[type="reset"],
.nndsb-main-green input:hover[type="submit"],
body.nndsb-main-green {
    background-color: #36c38c;
}

/* NNDSB Main Orange
--------------------------------------------- */


.nndsb-main-orange .archive-pagination li a:hover,
.nndsb-main-orange .archive-pagination li.active a,
.nndsb-main-orange .breadcrumb a,
.nndsb-main-orange .genesis-nav-menu a,
.nndsb-main-orange .home-top a:hover,
.nndsb-main-orange .site-title a,
.nndsb-main-orange a:hover.button,
.nndsb-main-orange a.button {
    color: #fff;
}

.nndsb-main-orange .genesis-nav-menu .sub-menu .current-menu-item > a,
.nndsb-main-orange .site-footer a {
    color: #999;
}

    .nndsb-main-orange .archive-pagination a,
    .nndsb-main-orange .entry-title a,
    .nndsb-main-orange .entry-title,
    .nndsb-main-orange .home-top a,
    .nndsb-main-orange .site-footer a:hover,
    .nndsb-main-orange a:hover {
        color: #333;
    }

.nndsb-main-orange .genesis-nav-menu a:hover,
.nndsb-main-orange .genesis-nav-menu .current-menu-item > a,
.nndsb-main-orange .genesis-nav-menu .v .current-menu-item > a:hover {
    border-color: #f07802;
}

.nndsb-main-orange .archive-pagination li a:hover,
.nndsb-main-orange .archive-pagination li.active a,
.nndsb-main-orange .content .featured-content a.button:hover,
.nndsb-main-orange a:hover.button,
.nndsb-main-orange button:hover,
.nndsb-main-orange input:hover[type="button"],
.nndsb-main-orange input:hover[type="reset"],
.nndsb-main-orange input:hover[type="submit"],
body.nndsb-main-orange {
    background-color: #f07802;
}

/* NNDSB Main Red
--------------------------------------------- */



.nndsb-main-red .archive-pagination li a:hover,
.nndsb-main-red .archive-pagination li.active a,
.nndsb-main-red .breadcrumb a,
.nndsb-main-red .genesis-nav-menu a,
.nndsb-main-red .home-top a:hover,
.nndsb-main-red .site-title a,
.nndsb-main-red a:hover.button,
.nndsb-main-red a.button {
    color: #fff;
}

.nndsb-main-red .genesis-nav-menu .sub-menu .current-menu-item > a,
.nndsb-main-red .site-footer a {
    color: #999;
}

    .nndsb-main-red .archive-pagination a,
    .nndsb-main-red .entry-title a,
    .nndsb-main-red .entry-title,
    .nndsb-main-red .home-top a,
    .nndsb-main-red .site-footer a:hover,
    .nndsb-main-red a:hover {
        color: #333;
    }

.nndsb-main-red .genesis-nav-menu a:hover,
.nndsb-main-red .genesis-nav-menu .current-menu-item > a,
.nndsb-main-red .genesis-nav-menu .v .current-menu-item > a:hover {
    border-color: #de3233;
}

.nndsb-main-red .archive-pagination li a:hover,
.nndsb-main-red .archive-pagination li.active a,
.nndsb-main-red .content .featured-content a.button:hover,
.nndsb-main-red a:hover.button,
.nndsb-main-red button:hover,
.nndsb-main-red input:hover[type="button"],
.nndsb-main-red input:hover[type="reset"],
.nndsb-main-red input:hover[type="submit"],
body.nndsb-main-red {
    background-color: #de3233;
}


/* FROM THE NNDBS WIDGET */
#FromNNDSB_SidebarContainer .widget {
    padding: 0px !important;
}

#FromNNDSB_SidebarContainer #FromTheNNDSB .sow-accordion-panel-border {
    padding: 10px !important;
}

#FromTheNNDSB .so-panel {
    margin-bottom: 0 !important;
}

#FromTheNNDSB .sow-accordion-title img {
    height: 25px;
    width: auto;
    padding-right: 5px;
}

#FromTheNNDSB .sow-accordion-panel-header {
    background-color: #032c5c !important;
    color: #ffffff !important;
    /*font-size: 18px !important;*/
    font-size: 1.125rem !important;
    border-style: solid !important;
    border-color: #032c5c !important;
    border-width: 2px 2px 0px 2px !important;
    padding: 10px 20px 5px 20px !important;
    font-weight: 400 !important;
    font-family: Arial, Arial, Helvetica, sans-serif !important;
}

#FromTheNNDSB .sow-accordion-panel-border {
    background-color: #ffffff !important;
    border-style: solid !important;
    border-color: #032c5c !important;
    border-width: 0px 2px 2px 2px !important;
    padding: 15px !important;
}

#FromTheNNDSB .featured-content .entry {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

#FromTheNNDSB h4.entry-title,
#FromTheNNDSB h3.entry-title,
#FromTheNNDSB h2.entry-title {
    display: block !important;
    /*font-size: 1em !important;*/
    font-size: 1rem !important;
    font-weight: normal !important;
    text-transform: none !important;
}

    #FromTheNNDSB h4.entry-title a,
    #FromTheNNDSB h3.entry-title a,
    #FromTheNNDSB h2.entry-title a {
        color: #032c5c !important;
    }

#FromTheNNDSB article {
    clear: both !important;
}

#FromTheNNDSB a.alignleft,
#FromTheNNDSB a.alignnone,
#FromTheNNDSB a.alignright {
    width: 40% !important;
    float: left !important;
    padding-right: 10px !important;
}

#AllNNDSBNews {
    text-align: center;
    /*font-size: .8em !important;*/
    font-size: 0.75rem !important;
    margin-top: 15px !important;
    font-weight: 400;
    font-family: Arial, Arial, Helvetica, sans-serif !important;
}

    #AllNNDSBNews a {
        color: #032c5c !important;
    }

    #AllNNDSBNews p {
        margin: 0 !important;
    }

/* End of From NNDSB Widget */

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1180px) {

    .site-inner {
        max-width: 95%;
    }



    /*.site-header .widget-area {
		width: 50%;
	}*/

    .widget-area {
        /*width: 50%;*/
        width: 100%;
    }

    .content {
        width: 100%;
    }

    /*.nndsb-main-home .home-middle .featuredpost .entry {
        min-height: 320px;
    }*/

    .nndsb-main-home .home-bottom .featuredpost .entry {
        min-height: 360px;
    }
}

@media only screen and (max-width: 1070px) {

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 100%;
    }

    .header-full-width .site-container, .site-container {
        padding-top: 171px;
    }


    .header-image .site-title a {
        background-position: left;
        margin-left: 25px;
    }


    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }

        /*.site-header .search-form {
		margin: 16px auto ;
	}*/

        .genesis-nav-menu li.right {
            display: none;
        }

    .sidebar .widget.enews-widget {
        padding: 40px;
    }

    .site-footer {
        padding: 24px 0;
    }

    .footer-widgets {
        padding: 40px 5% 16px;
    }

    .footer-widgets-1 {
        margin: 0;
    }

    .home-bottom .featured-content .post:nth-of-type(3n+1),
    .home-middle .featured-content .post:nth-of-type(3n+1) {
        clear: none;
    }

    .home-bottom .featured-content .post:nth-of-type(2n+1),
    .home-middle .featured-content .post:nth-of-type(2n+1) {
        clear: left;
    }

    /*.nndsb-main-home .content .featuredpost .entry {
        min-height: 380px;
        width: 50%;
    }*/

    .genesis-nav-menu a {
        padding: 10px 12px 12px;
    }

    .genesis-nav-menu .sub-menu .sub-menu {
        margin-top: -42px;
    }

    .genesis-nav-menu .sub-menu a {
        padding: 12px;
    }
}

@media only screen and (max-width: 960px) {
    .admin-bar .site-header {
        position: static;
    }

    .site-inner,
    .home-top {
        padding-top: initial;
    }

    .header-full-width .site-container,
    .site-container {
        padding: 0;
    }

    .site-header .genesis-nav-menu {
        min-height: 60px;
    }

    .site-header,
    .nav-primary,
    .menu-primary {
        position: static;
    }

    /*.nndsb-main-home .content .featured-content .entry-header {
        clear: both;
    }*/

    .home-top .widget-title {
        /*font-size: 48px;*/
        font-size: 3rem;
    }

    .nav-secondary .genesis-nav-menu a {
        /*font-size: 12px;*/
        font-size: 0.75rem;
    }

    .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
    .genesis-nav-menu.responsive-menu {
        display: none;
    }

        .genesis-nav-menu.responsive-menu .menu-item,
        .responsive-menu-icon {
            display: block;
        }

            .genesis-nav-menu.responsive-menu .menu-item:hover {
                position: static;
            }

        .genesis-nav-menu.responsive-menu li a,
        .genesis-nav-menu.responsive-menu li a:hover {
            border: none;
            display: block;
            line-height: 1;
            padding: 18px 20px;
            text-transform: none;
        }

        .genesis-nav-menu.responsive-menu .menu-item-has-children {
            cursor: pointer;
        }

            .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
                margin-right: 60px;
            }

        .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
            content: "\f347";
            float: right;
            font: normal 20px/1 'dashicons';
            height: 20px;
            padding: 15px 20px 0 0;
            right: 0;
            text-align: right;
            z-index: 99;
        }

        .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
            content: "\f343";
        }

        .genesis-nav-menu.responsive-menu .sub-menu {
            border: none;
            left: auto;
            opacity: 1;
            padding-left: 25px;
            position: relative;
            -moz-transition: opacity .4s ease-in-out;
            -ms-transition: opacity .4s ease-in-out;
            -o-transition: opacity .4s ease-in-out;
            -webkit-transition: opacity .4s ease-in-out;
            transition: opacity .4s ease-in-out;
            width: 100%;
            z-index: 99;
        }

            .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
                margin: 0;
            }

            .genesis-nav-menu.responsive-menu .sub-menu li a,
            .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
                padding: 12px 20px;
                position: relative;
                text-transform: none;
                width: 100%;
            }

            .genesis-nav-menu.responsive-menu .current-menu-item > a,
            .genesis-nav-menu.responsive-menu .sub-menu a,
            .genesis-nav-menu.responsive-menu .sub-menu a:hover,
            .genesis-nav-menu.responsive-menu a:hover,
            .genesis-nav-menu.responsive-menu li:hover {
                background: none;
                color: #fff;
            }

    .breadcrumb {
        margin-top: initial;
    }
}

@media only screen and (max-width: 800px) {

    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }



    .nndsb-main-home .home-middle .featuredpost .entry {
        min-height: 320px;
    }

    .entry-title {
        /*font-size: 30px;*/
    }

    .site-inner {
        padding: 5% 0;
    }

    .content .entry {
        padding-top: 0 !important;
    }

    .home .site-inner {
        margin-top: 0 !important;
    }
}

@media only screen and (max-width:782px) {

    .admin-bar .site-header {
        top: 46px;
        z-index: 499;
    }

    .header-image .site-title a {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 680px) {
    .nndsb-main-home .content .featuredpost .entry {
        min-height: 380px;
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    .content .entry {
        /*padding-top: 10px !important;*/
    }

    .home .site-inner {
        /*margin-top: 60px !important;*/
    }

    .site-header .widget-area {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 520px) {
    .site-header .widget-area,
    .title-area {
        width: 40%;
        float: left;
        text-align: center;
        display: block;
    }

        .site-header .widget-area .widget_search {
            float: initial !important;
            width: 100%;
        }

    .search-form {
        max-width: 100%;
    }


    .header-image .site-title a {
        background-position: center !important;
        margin: 0 0 6px;
    }

    .header-image .site-title a {
        min-height: 65px;
    }

    .site-header .widget-area {
        margin-top: 0;
        width: 60%;
    }

    /*#pl-w5cb4cb550371e .so-panel {
        margin-top: 20px !important;
    }*/

    #top-right-menu-container .panel-first-child {
        margin-bottom: 25px !important;
        margin-top: 10px !important;
    }

    .social-media-button-container {
        text-align: right !important;
    }

    /*.so-widget-sow-social-media-buttons-atom-4c5a72b96e84 .sow-social-media-button {
        padding: 0.5em 0.5em;
    }*/

    #top-social .sow-social-media-button {
        padding: 0.3em 0.3em !important;
        /*font-size: .8em !important;*/
        font-size: 0.75rem !important;
    }

    .search-form {
        text-align: right !important;
    }

        .search-form input[type="search"] {
            width: 90%;
            /*font-size: .8rem;*/
            font-size: 0.75rem !important;
        }

    /*.so-panel .widget .widget_search{
        padding: 0 25px !important;
    }*/


}

@media only screen and (max-width: 480px) {
    .widget_search,
    .simple-social-icons {
        display: block;
        width: 100%;
        text-align: center;
    }

    .home-middle .featuredpost img.entry-image {
        position: relative;
    }

    .home-middle .featuredpost .entry a:focus img,
    .home-middle .featuredpost .entry a.hover img,
    .home-middle .featuredpost .entry img:hover,
    .home-middle .featuredpost .entry.focused img {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        filter: alpha(opacity=90);
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9;
    }

    .header-image .site-title a {
        background-size: contain !important;
    }

    .metaslider .caption-wrap,
    .metaslider .caption-wrap {
        max-height: 100%;
    }
}

body.no-page-heading h1.entry-title {
    display: none;
}

.tribe-button {
    background-color: #0B7EA8 !important;
    color: #fff !important;
}

/*#FromTheNNDSB, #FromNNDSB_SidebarContainer{
  display: none;
}*/
