.main-navigation {
    position: relative;
    display: block;
    width: 100%;
    clear: both;
    font-family: 'Lato', 'Verdana', sans-serif;
    text-transform: uppercase;
    background: #dcd7d3;
    background: hsl(27, 11%, 85%);
}

.main-navigation ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.main-navigation li {
    position: relative;
    float: left;
}

.main-navigation a {
    display: block;
    padding: 1.3em 1em;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    line-height: 1.3em;
	color: #603913;
    color: hsl(30, 67%, 23%);
}


.main-navigation .page_item_has_children .current_page_ancestor a, 
.main-navigation .menu-item-has-children .current_menu_ancestor a, 
.main-navigation .children a, 
.main-navigation .current_page_parent a,
.main-navigation .current-menu-parent a {
	color: #fff;
    color: hsl(0, 0%, 100%);
}


.main-navigation ul ul .page_item_has_children a.sf-with-ul:after,
.main-navigation ul ul .menu-item-has-children a.sf-with-ul:after {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 10px;
    font-family: 'Fontawesome';
    font-size: 20px;
    color: #fff;
    color: hsl(0, 0%, 100%);
    -webkit-font-smoothing: antialiased;
    content: '\f101';
	font-weight: normal;
}

.main-navigation ul ul .sfHover > a.sf-with-ul:hover::after,
.main-navigation ul ul .sfHover > a.sf-with-ul:focus::after {
	color: #603913;
    color: hsl(30, 67%, 23%);
}

.main-navigation ul ul {
    position: absolute;
    left: 0;
    z-index: 99999;
    display: none;
    float: left;
    padding: 0;
    background: #252379;
    background: hsl(241, 55%, 31%);
}

.main-navigation ul ul ul {
    top: 0;
    left: 100%;
}

.main-navigation ul ul a { width: 200px; }

.main-navigation ul ul li { }

.main-navigation li:hover > a,
.main-navigation li > a:focus {
    color: #fff;
    color: hsl(0, 0%, 100%);
    background: #252379;
    background: hsl(241, 55%, 31%);
}

.main-navigation ul ul :hover > a {	 }

.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus {
	color: #603913;
    color: hsl(30, 67%, 23%);
    background: #dcd7d3;
    background: hsl(27, 11%, 85%);
}

.main-navigation ul li:hover > ul { display: block; }

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a:hover,
.main-navigation .current-menu-item > a:hover,
.main-navigation .current_page_item > a:focus,
.main-navigation .current-menu-item > a:focus {
	color: #603913;
    color: hsl(30, 67%, 23%);
    background: white;
}

.main-navigation .current_page_ancestor,
.main-navigation .current-menu-ancestor {
    color: #fff;
    color: hsl(0, 0%, 100%);
	background: #252379;
    background: hsl(241, 55%, 31%);
}

.main-navigation ul ul .current_page_parent,
.main-navigation .current_page_parent .current_page_item > a,
.main-navigation ul ul .current-menu-parent,
.main-navigation .current-menu-parent .current-menu-item > a {
    color: #603913;
    color: hsl(30, 67%, 23%);
    background: #dcd7d3;
    background: hsl(27, 11%, 85%);
}

.main-navigation ul.sub-menu a {
	color: #fff;
	color: hsl(0, 0%, 100%);
}


/* Small menu */
.menu-toggle {
    display: none;
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .menu-toggle {
        display: inline-block;
        height: 3.9em;
        padding: 0 1em;
        font-weight: normal;
        font-size: 14px;
        font-size: 1.4rem;
        text-decoration: none;
        line-height: 3.75em;
        color: white;
    }
      
    .menu-toggle a:hover,
    .menu-toggle a:focus {
        background: #252379;
        background: hsl(241, 55%, 31%);
	    color: #fff;
	    color: hsl(0, 0%, 100%);
    }

    .main-navigation.toggled .nav-menu {
        display: block;
        border-top: 1px solid;
        border-top-color: #fff;
        border-top-color: hsla(0, 0%, 100%, .5);
    }

    .main-navigation ul {
        display: none;
        padding-left: 0;
    }

    .main-navigation li { float: none; }

    .main-navigation li a { padding: 1.3em 2em; }

    .main-navigation li li a { padding-left: 4em; }

    .main-navigation li li li a { padding-left: 6em; }

    .main-navigation li:hover > a,
    .main-navigation li > a:focus {
        background: #dcd7d3;
	    background: hsl(27, 11%, 85%);
    }

    .main-navigation ul ul,
    .main-navigation ul ul ul {
        position: relative;
        top: inherit;
        left: 0;
        display: block;
        float: none;
        background: #dcd7d3;
	    background: hsl(27, 11%, 85%);
    }

    .main-navigation ul ul a { width: 100%; }

    .main-navigation ul a:hover,
    .main-navigation ul ul a:hover,
    .main-navigation ul a:focus,
    .main-navigation ul ul a:focus{
        background: #252379;
        background: hsl(241, 55%, 31%);
	    color: #fff;
	    color: hsl(0, 0%, 100%);
    }

    .main-navigation .current_page_ancestor { background: inherit; }
	.main-navigation .current_menu_ancestor { background: inherit; }

    .main-navigation ul ul .current_page_parent,
	.main-navigation ul ul .current-menu-parent {
        color: inherit;
        background: inherit;
    }
	
	

    .main-navigation .current_page_item > a,
    .main-navigation .current_page_item > a:hover,
    .main-navigation .current_page_item li:hover,
    .main-navigation .current_page_item > a:focus,
    .main-navigation .current_page_item li:focus,
    .main-navigation .current_page_parent .current_page_item > a,
    .main-navigation .current-menu-item > a,
    .main-navigation .current-menu-item > a:hover,
    .main-navigation .current-menu-item li:hover,
    .main-navigation .current-menu-item > a:focus,
    .main-navigation .current-menu-item li:focus,
    .main-navigation .current-menu-parent .current-menu-item > a  {
        color: #fff;
        color: hsl(0, 0%, 100%);
        background: #252379;
        background: hsl(241, 55%, 31%);    
    }

} /* End responsive menu */


/*--------------------------------------------------------------
X.X Last Item in the Menu
--------------------------------------------------------------*/
#site-navigation .menu-primary-menu-container > ul:first-of-type > li:last-child > a:after,
#site-navigation .menu > ul:first-of-type > li:last-child > a:after {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 10px;
    font-family: 'Fontawesome';
    font-size: 20px;
	color: #603913;
    color: hsl(30, 67%, 23%);
    -webkit-font-smoothing: antialiased;
    content: '\f101';
}

#site-navigation .menu-primary-menu-container > ul:first-of-type > li:last-child > a,
#site-navigation .menu > ul:first-of-type > li:last-child > a {
	padding: 1.3em 1em;
	padding-right: 30px;
    height: 54px;
    line-height: 1.3em;
    text-align: center;
    background: #c6bfb9;
	background: hsl(28, 10%, 75%);
	border-right: 1px solid #786658;
	border-left: 1px solid #786658;
	border-top: 1px solid #786658;
}

#site-navigation .menu-primary-menu-container > ul:first-of-type > li:last-child > a:hover,
#site-navigation .menu > ul:first-of-type > li:last-child > a:hover {
    color: #603913;
    color: hsl(30, 67%, 23%);
}


#site-navigation .menu > ul:first-of-type > li:last-child.current_page_item > a,
#site-navigation .menu > ul:first-of-type > li:last-child.current-menu-item > a,
#site-navigation .menu > ul:first-of-type > li:last-child.current_page_item > a:hover,
#site-navigation .menu > ul:first-of-type > li:last-child.current-menu-item > a:hover {
	color: #603913;
    color: hsl(30, 67%, 23%);
    background: #f4f3f2;
	background: hsl(30, 8%, 95%);
	border-right: 1px solid #c6bfb9;
	border-left: 1px solid #c6bfb9;
	border-top: 1px solid #c6bfb9;
}

#site-navigation ul#menu-primary-menu > li:last-child > ul.sub-menu > li > a,
.main-navigation li:last-child > .children a {
	color: #603913;
    color: hsl(30, 67%, 23%);
    background: #c6bfb9;
	background: hsl(28, 10%, 75%);
}


#site-navigation ul#menu-primary-menu > li:last-child > a,
#site-navigation ul#menu-primary-menu > li:last-child > ul.sub-menu a,
#site-navigation .main-navigation li:last-child > .children a {
	color: #603913;
    color: hsl(30, 67%, 23%);
}

#site-navigation ul#menu-primary-menu > li:last-child > a:hover,
#site-navigation ul#menu-primary-menu > li:last-child > ul.sub-menu a:hover,
#site-navigation .main-navigation li:last-child > .children a:hover,
#site-navigation ul#menu-primary-menu > li:last-child > a:hover::after,
#site-navigation ul#menu-primary-menu > li:last-child > ul.sub-menu a:hover::after,
#site-navigation .main-navigation li:last-child > .children a:hover::after  {
    color: #fff;
    color: hsl(0, 0%, 100%);
	
}

#site-navigation .menu-primary-menu-container > ul:first-of-type > li:last-child > ul {
    background: #c6bfb9;
	background: hsl(28, 10%, 75%);
}



/*--------------------------------------------------------------
X.X Cummings Design - Breadcrumbs
--------------------------------------------------------------*/
div.breadcrumbs{
    height: 40px;
    line-height: 40px;
    background: #dcd7d3;
    width: 100%;
    margin-top:5px;
    color: #252379;
    font-size: 11px;
	font-size: 1.1rem;
	font-family: 'Lato', 'Verdana', sans-serif;
}

div.breadcrumbs-region{
    height: 40px;
    /*margin:0 auto;*/
	margin-left: 15px;
    position:relative;
}

div.breadcrumbs-region a {
    color: #252379;
}

/*--------------------------------------------------------------
X.X Cummings Design - Footer
--------------------------------------------------------------*/
div.content-box{
    width:100%;
    bottom:10px;
    left:0px;
    color:#444444;
	font-size: 12px;
	font-size: 1.2rem;
}

div.content-box-left{
    width:75%;
    float:left;
}

div.content-box-right{
    width:25%;
    float:right;
}

/*--------------------------------------------------------------
X.X Cummings Design - Sidebars w/images
--------------------------------------------------------------*/

.widget_custom_post_widget {
    color: #000;
    height: auto;
    width: auto;
    float: left;
    text-align: left;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 5px;
}

#secondary2 .widget_custom_post_widget2 {
	background: #b3a49d;
	border-top: 10px solid #8f837e;
	border-bottom: 10px solid #8f837e;
	border-left: 3px solid #8f837e;
	border-right: 3px solid #8f837e;
	padding: 5px;
}


#secondary .widget_custom_post_widget {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.47, #B3A49D),
		color-stop(0.84, #8F837E)
	);
	background-image: -o-linear-gradient(bottom, #B3A49D 47%, #8F837E 84%);
	background-image: -moz-linear-gradient(bottom, #B3A49D 47%, #8F837E 84%);
	background-image: -webkit-linear-gradient(bottom, #B3A49D 47%, #8F837E 84%);
	background-image: -ms-linear-gradient(bottom, #B3A49D 47%, #8F837E 84%);
	background-image: linear-gradient(to bottom, #B3A49D 47%, #8F837E 84%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#secondary .widget_custom_post_widget img,
#left_sidebars .widget_custom_post_widget img {
	width: 100px;
}

#secondary .widget_custom_post_widget a,
#left_sidebars .widget_custom_post_widget a {
	color: #000;
	text-decoration: underline;
}

#secondary .widget_custom_post_widget a:hover,
#left_sidebars .widget_custom_post_widget a:hover {
	color: #fff;
}

.school-landing-bottom-callout .widget_custom_post_widget h2.widgettitle {
    margin-bottom: 1em;    
    font-size: 20px;
    font-size: 2.0rem;  
}

.school-landing-bottom-callout .widget_custom_post_widget a {
	color: #000;
	text-decoration: underline;
}

.school-landing-bottom-callout .widget_custom_post_widget a:hover {
	color: #fff;
}


#secondary .fl-module-content,
#left_sidebars .fl-module-content {
	margin: 0 20px;
}


.widget_custom_post_widget a {
	color: #fff;
}


#left_sidebars {
	float: left;
}

#left_sidebars_boxy .widget_custom_post_widget_boxy {
    background: #e5cf9b;
	border-top: 10px solid #b7a67c;
	border-bottom: 10px solid #b7a67c;
	border-left: 3px solid #b7a67c;
	border-right: 3px solid #b7a67c;
    color: #512d1e;
	padding: 5px;
	
}

#left_sidebars aside,
#secondary aside {
	padding-bottom: 15px;
}

#left_sidebars .widget_custom_post_widget {
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.47, #E5CF9B),
		color-stop(0.84, #B7A67C)
	);
	background-image: -o-linear-gradient(bottom, #E5CF9B 47%, #B7A67C 84%);
	background-image: -moz-linear-gradient(bottom, #E5CF9B 47%, #B7A67C 84%);
	background-image: -webkit-linear-gradient(bottom, #E5CF9B 47%, #B7A67C 84%);
	background-image: -ms-linear-gradient(bottom, #E5CF9B 47%, #B7A67C 84%);
	background-image: linear-gradient(to bottom, #E5CF9B 47%, #B7A67C 84%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.widget_custom_post_widget img {
    display: inline;
	float: left;
    padding: 10px;
}
.widget_custom_post_widget h2,
.widget_custom_post_widget .widget-title {
	border: none;
	margin: 0;
    font-size: 14px;
	font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 0 5px 5px;
}
/*
.widget_custom_post_widget p {
    padding: 5px;
}
*/

#left_sidebars .widget_custom_post_widget ul,
#right_sidebars .widget_custom_post_widget ul,
#secondary .widget_custom_post_widget ul { 
   list-style-type: disc; 
   list-style-position: inside; 
	margin-left: 0; 
	padding-left: 1em;
}
#left_sidebars .widget_custom_post_widget ol,
#right_sidebars .widget_custom_post_widget ol,
#secondary .widget_custom_post_widget ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
	margin-left: 0; 
	padding-left: 1em;
}
#left_sidebars .widget_custom_post_widget ul ul, 
#left_sidebars .widget_custom_post_widget ol ul,
#right_sidebars .widget_custom_post_widget ul ul, 
#right_sidebars .widget_custom_post_widget ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px; 
}
#left_sidebars .widget_custom_post_widget ol ol, 
#left_sidebars .widget_custom_post_widget ul ol,
#right_sidebars .widget_custom_post_widget ol ol, 
#right_sidebars .widget_custom_post_widget ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}


#left_sidebars .SWBOC_Widget ul,
#secondary .SWBOC_Widget ul,
#secondary .widget_custom_post_widget ul { 
	list-style-type: disc; 
	list-style-position: outside; 
	margin-top: 10px;
	margin-left: 10px;
}
#left_sidebars .SWBOC_Widget ol,
#secondary .SWBOC_Widget ol,
#secondary .widget_custom_post_widget ol { 
	list-style-type: decimal; 
	list-style-position: outside; 
	margin-top: 10px;
	margin-left: 10px;
}
#left_sidebars .SWBOC_Widget ul ul, 
#left_sidebars .SWBOC_Widget ol ul,
#secondary .SWBOC_Widget ul ul, 
#secondary .SWBOC_Widget ol ul,
#secondary .widget_custom_post_widget ul ul,
#secondary .widget_custom_post_widget ol ul { 
	list-style-type: circle; 
	list-style-position: outside; 
	margin-left: 15px; 
}
#left_sidebars .SWBOC_Widget ol ol, 
#left_sidebars .SWBOC_Widget ul ol,
#secondary .SWBOC_Widget ol ol, 
#secondary .SWBOC_Widget ul ol,
#secondary .widget_custom_post_widget ol ol,
#secondary .widget_custom_post_widget ul ol { 
	list-style-type: lower-latin; 
	list-style-position: outside; 
	margin-left: 15px; 
}

#left_sidebars .SWBOC_Widget li,
#left_sidebars .widget_custom_post_widget li,
#secondary .SWBOC_Widget li,
#secondary .widget_custom_post_widget li {
    margin-left: 1em;
}
#left_sidebars .SWBOC_Widget p,
#left_sidebars .widget_custom_post_widget p,
#secondary .SWBOC_Widget p,
#secondary .widget_custom_post_widget p {
	padding: 5px 0 5px 5px;
	margin-bottom: 0;
}

#left_sidebars .SWBOC_Widget a,
#secondary .SWBOC_Widget a {
	text-decoration: underline;
}

.span_3_of_4 #main article {
	float: left;
}



.span_3_of_4 #main #comments {
	clear: both;
}

