/*
Theme Name: Eastern Maine Community College WP Theme
Theme URI:
Description: Responsive WordPress theme built with Bootstrap
Author: VONT Performance Marketing
Author URI: http://www.vontweb.com/
Version: 1.0
*/

@import url('bootstrap/css/bootstrap.css');
@import url('bootstrap/css/bootstrap-responsive.css');

/* Google Fonts */
@import url('//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700');
@import url('//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');

/*
fonts.com fonts
font-family:'Century Gothic W01';
font-family:'Century Gothic W01 Bold';
*/


/* override the Bootstrap blue glow on focus */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border:0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#skiptocontent {
    height: 1px;
    width: 1px;
    position: absolute;
    overflow: hidden;
    top: -10px;
}

.wrap {
	width:100%;
	max-width:1070px;
	margin:0 auto;
}

.container {
    width: 100%;
    border-bottom:1px solid #dcdcdc;
    padding-bottom:20px;
    min-height: 600px;
    background-color:#f9f9f9;
}

body {
	font-size: 14px;
	background-color: #fff;
	color: #333333;
	font-family:'Open Sans',Arial,Verdana,sans-serif;
}

body.search {
    text-align: left;
}

/* Chrome has trouble bolding some fonts, so explicitly set the bold font for the site */
body strong, body b {
    font-family:'Open Sans',Arial,Verdana,sans-serif;
    font-weight:700;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

h1,h2,h3,h4,h5 {
    line-height: normal;
    margin: 0px;
    font-family:'Century Gothic W01';
    font-weight:normal;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 14px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
    color: #333;
    text-decoration: none;
}

/* Header styles */

header .top-menu {
    margin: 0px auto;
    text-align:right;
}

    header .top-menu .nav {
        margin-bottom: 0px;
    }

    header .top-menu ul {
        margin: 0px;
    }

        header .top-menu li.menu-item {
            padding-right: 10px;
        }
            header .top-menu li a {
                color: #002c76;
                font-size:12px;
                text-transform: uppercase;
                font-family:'Century Gothic W01';
            }

.header-wrapper {
    clear:both;
	background-color:#fff;
	width: 100%;
	padding-top: 18px;
	border-bottom: 7px solid #ffa12d;
}

ul.social {
    display:inline-block;
    margin:0px;
    padding:0px;
    float:left;
    padding-right:7px;
}

    ul.social li {
        float:none;
        list-style: none;
        margin:0px;
        padding:3px 0px;
        float:left;
    }
    
    ul.social li a {
        padding:4px 10px;
    }
    
    ul.social.header li {
        border-right:1px dotted #ccc;
    }
        
    ul.social.footer li {
        border-right:1px dotted #fff;
    }
    
        ul.social li:last-child {
            border-right:0px;
        }

.brand img {
}

.header-wrapper #logo {
    padding-top:10px;
}

    #logo img.mobile {
        display:none;
    }

/* Menus */

.nav ul li{
	list-style-type: none;
	display:inline-block;
}


.search-top-menu {
	float: right;
	padding-top: 20px;
}

    .search-top-menu form {
        margin: 0px;
    }

    #mobile-tools {
        background-color:#264b8a;
        display:none;
        height:45px;
    }

    .search-top-menu .search {
        display:inline-block;
    	text-align: right;
    	position: relative;
    }

        .search-top-menu .search label {
            color:#999393;
            padding-right:5px;
            text-transform: uppercase;
            font-size:12px;
            display:inline-block;
        }

    	.search-top-menu .search input{
	    	font-size: 12px;
	    	width:178px;
	    	color:#0e0f0f;
	    	border:none;
	    	border: 1px solid #b2b2b2;
			margin:0px;
			height: 17px;
			margin-right:6px;
			border-radius: 0;
    	}

    	.search-top-menu .search input::-webkit-input-placeholder{
	    	color:#0e0f0f;
    	}
    	.search-top-menu .search input:-moz-placeholder, .search input::-moz-placeholder, .search input:-ms-input-placeholder{
	    	color:#0e0f0f;
    	}

    	.search-top-menu .search input:focus {
        	border: 1px solid #dfdede;
    	}

    	.search-top-menu #search-spyglass{
	    	width: 13px;
	    	height: 11px;
	    	background:transparent;
	    	background-repeat: no-repeat;
            background-image: url('images/icon-spyglass.png');
            border:0px;
    	}

.navbar {
	float: right;
}

.desktop-menu-wrapper {
    background-color:#264b8a;
    margin-top:30px;
}

#desktop-menu {
    width: 100%;
}

.main-nav ul.nav {
    margin-bottom: 0px;
    margin-right: 0px;
}

/* Getting Started - Desktop version */

ul#menu-getting-started-menu{
	margin:0px;
	padding:17px 10px;
	background-color:#000; /* fallback */
    background: transparent;
    background-color: rgba(0, 0, 0, 0.4);
}

ul#menu-getting-started-menu li{
	list-style-type: none;
	border-top:4px solid transparent;
}

ul#menu-getting-started-menu li a {
	padding: 12px 10px 12px 14px;
	color:white;
	display: block;
	font-size: 14px;
	background-color: #8d817b;
	text-transform: none;
	text-align: left;
	font-family:'Open Sans';
}

ul#menu-getting-started-menu li a:hover {
    background-color: #ffa12d;
    text-decoration: none;
}

ul#menu-getting-started-menu li:first-child {
    border-top:0px;  
}

    ul#menu-getting-started-menu li:first-child a {
        font-size:25px;
        text-transform:uppercase;
        font-family:'Century Gothic W01';
        background-color:transparent;
        padding-top:0px;
    }

    ul#menu-getting-started-menu li:first-child a:hover {
        cursor:default;
    }
    
ul#menu-getting-started-menu li:last-child a {
    background-color:#ffa12d;
    color:#000;
}

#sidebar-right .quick-links {
    border-top:4px solid #ffa12d;
    margin-bottom:30px;
}

#sidebar-right .quick-links ul#menu-getting-started-menu {
    padding:0px;
}

#sidebar-right .quick-links ul#menu-getting-started-menu li {
    border-top:2px solid #fff;
    background-color:#8d817b;
}

#sidebar-right .quick-links ul#menu-getting-started-menu li a {
    color:#fff;
    padding:10px;
    text-align: left;
}

#sidebar-right .quick-links ul#menu-getting-started-menu li a:hover {
    background-color:#f6700f;
}

#sidebar-right .quick-links ul#menu-getting-started-menu li:first-child {
    border-top:0px;
    background-color:#264b8a;
}

#sidebar-right .quick-links ul#menu-getting-started-menu li:first-child a {
    color:#fff;
    padding:18px 10px;
    font-size:25px;
    line-height:32px;
    text-transform: uppercase;
}

#sidebar-right .quick-links ul#menu-getting-started-menu li:first-child a:hover {
    color:#fff;
    background-color:#264b8a;
    cursor:default;
}

#sidebar-right .quick-links ul#menu-getting-started-menu li:last-child {

}

#sidebar-right .quick-links ul#menu-getting-started-menu li:last-child a {
    background-color:#ffa12d;
    color:#000;
}

/* Getting Started - Mobile version */

ul.menu-getting-started-menu-mobile {
	margin:0px;
}

ul.menu-getting-started-menu-mobile li {
	list-style-type: none;
	border-bottom: 1px solid #fff;
}

ul.menu-getting-started-menu-mobile li a {
	padding: 20px 20px;
	color:white;
	display: block;
	font-size: 20px;
	background-color:#a8263d;
}

    ul.menu-getting-started-menu-mobile li:first-child a:hover {
        text-decoration: none;
    }


/* End Menu Styles*/

/* Slideshow Design */

#slideshow-wrapper {
	z-index:0;
	position:relative;
}

    .cycle-slideshow img {
        width:100%;
        height:auto;
    }
    
    #slideshow-wrapper #slides .slide {
        height:510px;
        width:100%;
        background-position: center top;
        background-size:cover;
        background-repeat: no-repeat;
    }
    
    .cycle-slideshow { width: 100% }
    .cycle-slide {width: 100% }
    .cycle-slideshow img { width: 100%; height: auto }

#slideshow-wrapper .slide-overlay {
    color: #000;
    background:#fff;
    left: 12%;
    position: absolute;
    width: 50%;
    z-index: 101;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.28);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.28);
    border-top:3px solid #ffa12d;
    background-color:#000; /* fallback */
    background: transparent;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding:15px 20px;
}

#slideshow-wrapper .top {
    top: 5%;
}

#slideshow-wrapper .middle {
    top: 40%;
}

#slideshow-wrapper .bottom {
    bottom: 10%;
}

#slideshow-wrapper .slide-overlay .line1 {
    color:#fff;
    font-size:22px;
    line-height:26px;
    text-transform: uppercase;
}

#slideshow-wrapper .slide-overlay .line2 {
    color:#fff;
    font-size:17px;
    line-height:20px;
    padding-top:5px;
}

#slideshow-wrapper .slide-image img{
	width: 100%;
}

.cycle-prev, .cycle-next {
    cursor: pointer;
}

.cycle-prev {
    background: url("images/slide-arrow-left.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    position: absolute;
    left: 8%;
    top: 50%;
    width: 25px;
    height: 50px;
    z-index:102;
}

.cycle-next {
    background: url("images/slide-arrow-right.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    position: absolute;
    right: 8%;
    top: 50%;
    width: 25px;
    height: 50px;
    z-index:102;
}

.cycle-pager {
	z-index:102;
	position: absolute;
	bottom:10px;
	left:45%;
	/*display: table;
	margin: 0 auto;
	position: relative;
	text-align: center;*/

}

.cycle-pager span {
	margin-top:20px;
	display: block;
	width: 14px;
	height: 2px;
	padding-top: 12px;
	margin-left:8px;
	background-repeat: repeat-x;
	background-position: 0 0;
	float: left;
	overflow: hidden;
}

.cycle-pager span.cycle-pager-active{
	background-position: 14px 0;
}

#slideshow-wrapper .quick-links {
    position: absolute;
    right: 12%;
    top: 20px;
    width: 277px;
    z-index: 102;
}

#slideshow-wrapper .quick-links .mobile-header {
    display:none;
}

/* Home page styles*/

.lower-content {
    margin-top:40px;
    margin-bottom:40px;
}

.lower-content h2 {
    font-size: 34px;
    line-height: 40px;
    color: #002c76;
    text-transform: none;
    margin-bottom:10px;
}

.lower-content .right-column .content,
.lower-content .right-column .content p {
    color:#333;
    font-size:15px;
    line-height:28px;
}

.lower-content .right-column {
    padding-left:30px;
}

#videos .featured {
    position:relative;
    border-top:4px solid #ffa12d;
}
    #videos .featured img {
        position:relative;
        width:100%;
        height:auto;
    }
    #videos .featured .play-button {
        background-image: url("images/btn-play-button-overlay.png");
        z-index:10;
        position:absolute;
        height:85px;
        width:86px;
        top:50%;
        left:50%;
        margin-left:-43px;
        margin-top:-42px;
    }

    #videos .thumbnails {
        margin-top: 28px;
    }

        #videos .thumbnails .thumb {
            float: left;
            position:relative;
            width: 32%;
            text-align: center;
        }

            #videos .thumbnails .thumb img {
                position:relative;
                width:100%;
                height:auto;
            }
            #videos .thumbnails .thumb .play-button {
                background-image: url("images/btn-play-button-overlay-small.png");
                z-index:10;
                position:absolute;
                height:35px;
                width:36px;
                top:50%;
                left:50%;
                margin-left:-18px;
                margin-top:-17px;
            }

            #videos .thumbnails .thumb {
                padding-right: 1%;
            }

                #videos .thumbnails .last {
                    padding-right: 0px;
                }
          
    #videos .video-text-wrapper {
        border:1px solid #ccc;
        padding:18px;
    } 
         
    #videos .heading-1 {
        color:#000;
        font-size:17px;
        text-transform: uppercase;
        font-family:'Century Gothic W01';
    }
    
    #videos .heading-2 {
        color:#002c76;
        font-size:22px;
        font-family:'Century Gothic W01';
    }
    
    #videos .text {
        margin-top:8px;
        font-size:15px;
        line-height:24px;
        color:#333;
    }

#hp-alert {
    margin-top: 20px;
}

    .hp-warning {
        border: 1px solid #ef9a28;
    }

    .hp-emergency {
        border: 1px solid red;
    }

    #hp-alert h1 {
        display:block;
        padding: 20px;
        text-transform:uppercase;
    }

    #hp-alert h2 {
        display: block;
        padding: 20px;
    }
    #hp-alert .hp-warning h1 {
        background-color:#ef9a28;
        color:#fff;
    }

    #hp-alert .hp-emergency h1 {
        background-color:red;
        color:#fff;
    }

    #hp-alert .hp-warning h2 {
        color: #000;

    }


/* Footer styles */

/* Footer Styles */

footer, footer p {
    font-family:'Century Gothic W01';
}

footer .footer-menu {
	margin-left:0px;
}

footer {
    color: #fff;
	width:100%;
	background-color: #786e69;
	border-top: 7px solid #bbb3b0;
	padding-bottom: 0px;
}

footer .footer-content {
    padding-bottom:60px;
}

footer .footer-menu ul {
	margin:0;
}

footer .footer-menu ul li {
	border-left:1px solid #bbb3b0;
	padding:0px 5px;
	line-height: 1;
}

footer .footer-menu ul li:first-child{
	border-left:none;
	padding-left:0px;
}

footer a {
    color: #fff;
    font-size: 12px;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

footer .copyright {
    color:#e8e7e6;
    padding: 20px 0px 0px 0px;
    font-size:10px;
}

footer .footer-address {
    color:#000;
	float:right;
	background:#bbb3b0;
	padding: 15px;
	font-size:13px;
	width:80%;
	border-bottom:5px solid #ffa12d;
	padding-top:30px;
	padding-bottom:40px;
}

footer .footer-address p {
    margin:0px;
    padding:0px;
}

footer .footer-address a {
    color:#000;
}

footer .footer-menu {
    padding-top: 30px;
}

footer .social {
    float:right;
    padding-top:20px;
}

footer .social ul {
    text-align: right;
    float:right;
}

footer .social ul li {
    float:left;
}

footer ul.menu{
	margin-left:0px;
}

footer ul.menu li{
	list-style-type: none;
	display: inline-block;
}

footer #google-translator {
    margin-top: 10px;
}

/* Now body styles */

.main-wrap {
    padding-top: 37px;
    min-height: 400px;
}

.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5 {
    margin-bottom: 10px;
    color:#002c76;
}

.main-content h1,
.main-content h2
 {
    font-size:26px;
    line-height:30px;
    text-transform: none;
}

.main-content p {
    line-height:24px;
}

.main-content a {
    color: #002c76;
    text-decoration: underline;
}

.main-content a:hover {
    text-decoration: underline;
}

.main-content h1 a,
.main-content h2 a,
.main-content h3 a,
.main-content h4 a,
.main-content h5 a {
    color: #333;
    text-decoration: none;
}

.main-content a:hover {
    text-decoration: underline;
}

.main-content .top-image img {
    width:100%;
    height:auto;
    border-bottom:4px solid #ffa12d;
    margin-bottom:20px;
}

.main-content .top-video .embed-container {
    border-bottom:4px solid #ffa12d;
    margin-bottom:20px;
}

.main-content .top-documents {
    margin-bottom:20px;
    display:table;
    width:100%;
}

.main-content .top-documents .document {
    text-align: center;
    border-left:1px solid #cccccc;
    padding:10px 0px;
    display:table-cell;
    float:none;
    width:33%;
    vertical-align: bottom;
}

.main-content .top-documents .document a {
    text-decoration: none;
}

.main-content .top-documents .document:first-child {
    border-left:0;
}

.main-content .top-documents .document .link-text {
    font-size:14px;
    color:#002c76;
    text-transform: uppercase;
    text-decoration: none;
    margin-top:4px;
}


.main-content hr {
    color:#ffa12d;
    background-color:#ffa12d;
    height:2px;
    border:0;
}

.breadcrumb {
    padding: 0px 0px 10px 0px;
    margin: 0px;
    background-color: transparent;
    color:#002c76;
    font-size:13px;
}

.breadcrumb a {
    color:#002c76;
    text-decoration: none;
    font-size:13px;
}

.breadcrumb a:hover {
    color: #002c76;
    text-decoration: underline;
}

/* change the color of body bullets to orange */
.main-content li {
    list-style: none;
    margin:0px;
    padding:0px;
    padding-bottom:5px;
}

.main-content li:before {
    content: "•";
    color: #ffa12d;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 20px;
}

/* Left nav */

#left-hand-nav {
    background-color:#f3f2f2;
    padding-bottom:30px;
}

#left-hand-nav .left-nav-content-wrapper {
    font-family:'Century Gothic W01';
}

    #left-hand-nav .header,
    #left-hand-nav .subheader {
        font-family:'Century Gothic W01';
    }

    #left-hand-nav .header {
        background-color:#ccc;
        padding: 11px 10px 8px 15px;
        font-size: 15px;
        color: #fff;
        text-transform: uppercase;
        display:block;
    }
        #left-hand-nav .header,
        #left-hand-nav .header a {
            color: #fff;
        }



    #left-hand-nav .topmargin {
        margin-top: 40px;
    }

    #left-hand-nav .subheader {
          font-size: 15px;
          color: #000;
          text-transform: uppercase;
          border-bottom: 1px dashed #ccc;
          margin-top: 5px;
          padding: 6px 15px;
          font-weight: 600;
    }

    #left-hand-nav .subheader.topdots {
        margin-top:20px;
        padding-top:20px;
    }

.sidebar-header,
#left-hand-nav .header,
#left-hand-nav .header a
 {
    background-color: #d1cdca;
    color:#000;
    font-size:17px;
    line-height:22px;
    text-transform: uppercase;
    padding: 10px 15px 10px 15px;
    text-align: left;
    border-top:4px solid #ffa12d;
    font-family:'Century Gothic W01';
}

#left-hand-nav .header a {
    border:0px;
    padding:0px;
    background-color:transparent;
    color:#000;
}

#left-hand-nav .header a:hover{
	text-decoration: none;
}

.sidebar-header {
    display:none;
}

#left-hand-nav .header {
    display:block;
}

ul.page-list {
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
}

    ul.page-list li {
        position:relative;
    }
    
        ul.page-list a {
            display: block;
        }

        /* first level */
        ul.page-list > li > a {
            
            font-size: 14px;
            padding: 8px 15px;
            color: #000;
            font-family:'Century Gothic W01 Bold';
            font-weight: normal;
            text-transform: uppercase;
            padding-top:15px;
        }
        
        ul.page-list li a:hover {
            text-decoration: underline;
            color:#929191;
        }
        
            ul.page-list > li > a:hover {
                cursor: default;
                color:#000;
                text-decoration: none;
            }

        /* current 2nd level page */        
        ul.page-list > li.current_page_item > a {
            text-decoration: none;
            color:#929191;
        }

        ul.page-list ul {
            list-style: none outside none;
            margin: 0px;
            padding: 0px;
            list-style-type:disc;
            list-style-position: outside;
            margin-left:37px;
        }
            
            ul.page-list ul ul {
                margin-left:30px;
            }

            /* 3rd level links */
            ul.page-list ul li a
             {
                padding: 3px 1px 3px 2px;
                font-size: 13px;
            }

            /* current 3nd level page */
            ul.page-list li > ul > li.current_page_item {
                color:#929191;
            }
            
            ul.page-list li > ul > li.current_page_item > a {
                text-decoration: none;
                color: #999;
            }

            ul.page-list ul li.current_page_parent ul,
            ul.page-list ul li.current_page_item ul,
            ul.page-list ul li.current_page_ancestor ul {
                margin-left: 10px;
            }
            
            /* now, handle the simpler sections that don't have headings */
            
            ul.page-list.regular {
                list-style: none outside none;
                margin: 0px;
                padding: 0px;
                list-style-type:disc;
                list-style-position: outside;
                padding: 8px 15px;
                margin-left:20px;
            }
        
            ul.page-list.regular li a
            {
                
                padding: 3px 1px 3px 2px;
                font-size: 13px;
                font-family:'Century Gothic W01';
                text-transform: none;
                
            }
            
            ul.page-list.regular > li > a:hover {
                cursor:pointer;
                text-decoration: underline;
                color:#929191;
            }

            /* 4th (and beyond) level items */
            ul.page-list ul ul, ul.page-list ul ul ul, ul.page-list ul ul ul ul {
                display:none;
            }
            
            /* current 4th level page */
            
            ul.page-list li > ul ul {
                
            }
            
            ul.page-list li > ul ul li {
                color:#333;
                margin:0px;
                padding:0px;
                list-style-type: none;
            }
            
            ul.page-list li > ul ul li:before {
                content: "-";
                display:inline-block;
                width:1em;
                margin-left:-1em;
                position: absolute;
                top:0;
            }
            
            ul.page-list li > ul ul li a {
                display:inline-block;
            }
            
            ul.page-list li > ul ul li.current_page_item {
                color:#929191;
            }

            ul.page-list ul ul li a {
                padding: 2px 10px 2px 2px;
                font-size: 12px;
            }

            ul.page-list ul ul ul li a {
                padding: 2px 10px 2px 2px;
                font-size: 12px;
            }
            
            /* now, handle the simpler sections that don't have headings */
            
            ul.page-list.regular ul {
                list-style: none outside none;
                margin: 0px;
                padding: 0px;
                list-style-type:disc;
                list-style-position: outside;
                padding: 2px 5px;
                margin-left:3px;
                display:none;
            }
        
            ul.page-list.regular ul li a
            {
                
                padding: 3px 1px 3px 2px;
                font-size: 13px;
                font-family:'Century Gothic W01';
                text-transform: none;
            }
            
            ul.page-list ul li.current_page_item ul,
            ul.page-list ul li.current_page_parent ul {
                display:block;
            }
            
            ul.page-list.regular li.current_page_item ul,
            ul.page-list.regular li.current_page_parent ul {
                display:block;
            }

.none {
    background-color: transparent;
}

.row-fluid .nomargin {
    margin:0px;
}

.padtop20 {
    padding-top: 20px;
}

.padleft20 {
    padding-left: 20px;
}

.padright20 {
    padding-right: 20px;
}

.padbottom20 {
    padding-bottom: 20px;
}

.pad10 {
    padding: 10px;
}

.pad20 {
    padding: 20px;
}

.pad30 {
    padding: 30px;
}

.nav-wrapper {
    position: relative;
}

#mobile-tools {
    display:none;
}

#mobile-tools .mobile-myemcc a {
    float:left;
    width:40%;
    font-size:15px;
    font-family:'Century Gothic W01';
    text-decoration: none;
    line-height:45px;
    color:#fff;
    padding-left:18px;
}

#mobile-tools .mobile-menu {
    text-align: right;
    width:40%;
    float: right;
}

.hamburger {
    width:23px;
    height:15px;
    border:0px;
    margin:0px;
    padding:0px;
    display:inline-block;
    background-repeat: no-repeat;
    background-image: url('images/icon-mobile-menu.png');
    margin-top:15px;
    margin-right:18px;
}

.hamburger:hover {
    cursor:pointer;
}

.hamburger-open {
    background-image: url('images/icon-mobile-menu.png');
}

.hamburger-close {
    background-image: url('images/icon-mobile-menu-x.png');
    width:23px;
    height:15px;
}

.menu-mobile-menu-container {
    padding-left:10px;
    padding-right: 10px;
}

#mobile-menu {
    clear:both;
    display:none;
    width:100%;
    background-color:#455e89;
}
    #mobile-menu ul {
        margin: 0px;
        padding: 0px;
        margin:0px auto;
        width:100%;
        display:block;
    }
    
        /* 1st level */
        #mobile-menu li {
            background-color:#264b8a;
            border-bottom:1px solid #6a7ea1;
            float:left;
            position:relative;
            width:100%;
            box-sizing: border-box;
            list-style-type: none;
        }
        
            #mobile-menu > li:last-child {
                border-bottom:0px;
            }
            
            #mobile-menu li a {
                display:block;
                text-align: left;
                font-size:14px;
                text-transform: uppercase;
                color:#fff;
                padding:10px 10px 10px 35px;
            }

            #mobile-menu li a:hover {
                text-decoration:none;
            }

                /* 2nd level */
                #mobile-menu li ul li {
                    background-color:#6d87b3;
                }
                
                    #mobile-menu li ul li a {
                        text-transform: none;
                    }
                    
                    /* 3rd level */
                    #mobile-menu li ul li ul li {
                        background-color:#cbd4e3;
                        list-style-type:circle;
                    }
                    
                    #mobile-menu li ul li ul li a {
                        padding-top:5px;
                        padding-bottom:5px;
                    }
                    
                    #mobile-menu li ul li ul li a:before {
                        content: "•"; 
                        color: #000;
                        display: inline-block;
                        width: 1em;
                        margin-left: -0.2em;
                        font-size: 14px;
                    }
                    
                        #mobile-menu li ul ul li a {
                            text-transform: none;
                            color:#000;
                        }
                        
            #mobile-menu li.has-dropdown > a { /* plus/minus for pages with children/submenus */
                background-image: url('/wp-content/themes/emcc/images/mobile-menu-plus.png');
                background-repeat: no-repeat;
                background-position:95% center;
                padding: 15px 10px 15px 20px;
            }
            
            #mobile-menu li.has-dropdown a.ui-state-active {
                background-image: url('/wp-content/themes/emcc/images/mobile-menu-minus.png');
            }
            
            #mobile-menu li.half { /* half width menu items */
                width:50%;
                background-color:#455e89;
                a {
                    color:#fff;
                }
            }
            #mobile-menu li.border-right {
                border-right:1px solid #6a7ea1;
            }
            
            #mobile-menu ul.dropdown {
                display:none;
            }

.hamburger:focus {outline: none;}

#mobile-search {
    clear: both;
    padding: 4px;
    margin-top: 5px;
}

    #mobile-search form {
        margin:0px;
        padding:0px;
        width:auto;
        text-align:center;
    }

    #mobile-search input[type="text"] {
        margin:0px;
        width:70%;
    }


.mobile-button,
.lower-content h2.mobile-button
 {
    text-align: center;
    font-size: 20px;
    padding: 8px 0px;
}

h2.mobile-button {
    padding: 0px;
}

.mobile-button:hover {
    cursor:pointer;
}

.mobile-button .green:hover {
    opacity:.8;
}

.mobile-button a,
.lower-content .mobile-button a {
    display: block;
    width: 100%;
    color: #fff;
}

.mobile-button:hover {
    opacity: .8;
}

/* Interior Pages */

#page-banner {
    width: 100%;
    height: 148px;
    border-top: 4px solid #000;
    margin-top: 10px;
}

    .page-banner-title {
        width: 273px;
        height: 100%;
        float:left;
        display:table;
    }

        .page-banner-title .content {
            line-height: normal;
            font-size: 30px;
            color: #fff;
            padding-left: 20px;
            display:table-cell;
            vertical-align: middle;
        }

/* Start Sidebar Blocks */

#page-blocks .block {
    margin-top: 30px;
}

#page-blocks .block:last-child {
    /*margin-bottom: 0px;*/
}

/* Now handle diff. types of blocks */

/* Testimonial Block */

#page-blocks .block.testimonial {
    
}

#page-blocks .block.testimonial .content {
    color: #000;
    font-size: 15px;
    border:1px solid #ccc;
    padding:15px 15px 20px 15px;
}

#page-blocks .block.testimonial .content .title {
    padding-top:5px;
    font-size:17px;
    text-transform: uppercase;
    font-family:'Century Gothic W01';
    font-weight:normal;
    color:#000;
}

#page-blocks .block.testimonial .content .title-line-2 {
    font-size:26px;
    line-height:30px;
    color:#002c76;
    font-family:'Century Gothic W01';
}

#page-blocks .block.testimonial img {
    margin: 0px auto;
    display:block;
    text-align: center;
    border-top:4px solid #ffa12d;
    width:100%;
    height:auto;
}

#page-blocks .block.testimonial .content .text {
    padding-top:10px;
    color:#333;
}

#page-blocks .block.testimonial .content .text p {
    color:#333;
}

/* Promo block */

#page-blocks .block.promo {
    
}

#page-blocks .block.promo .content {
    color: #000;
    background-color:#e8e6e5;
    font-size: 15px;
    padding:25px;
}

#page-blocks .block.promo .content .title {
    font-size:17px;
    text-transform: uppercase;
    font-family:'Century Gothic W01';
    font-weight:normal;
    color:#002c76;
    padding-bottom:10px;
    border-bottom:1px dotted #939291;
    margin-bottom:10px;
}

    #page-blocks .block.promo .content .title a {
        color:#002c76;
        text-decoration: none;
    }

#page-blocks .block.promo img {
    margin: 0px auto;
    width: auto;
    display:block;
    text-align: center;
}

#page-blocks .block.promo img.image-top {
    border-top:4px solid #ffa12d;
}

#page-blocks .block.promo img.image-bottom {
    border-bottom:4px solid #ffa12d;
}

#page-blocks .block.promo .content .text {
    padding-bottom:10px;
    color:#333;
}

#page-blocks .block.promo .content .text p {
    color:#333;
}

#page-blocks .block.promo .link a {
    color:#002c76;
    text-decoration: underline;
    font-size:15px;
    display:inline-block;
    padding-bottom:10px;
}

    #page-blocks .block.promo .link::after {
        content: "\00BB";
        display:inline-block;
        padding-left:5px;
    }


/* End Sidebar Blocks */

.staff .header {
    border-bottom:1px solid #ccc;
    background-color:#307b77;
    color:#fff;
    font-size:16px;
    font-family:'Century Gothic W01';
    padding: 4px 8px;
    line-height: 30px;
    text-transform: uppercase;
}

.staff .person {
    line-height:20px;
    border-bottom:1px solid #ccc;
    padding: 4px 8px;
}
.staff .name {
    font-size: 14px;
    font-weight: bold;
}

.staff .photo img {
    float: right;
    margin: 0px 0px 10px 10px;
    border: 2px solid #183d6d;
}

.staff .job-title {
    font-size: 14px;
}

.staff .biography {
    padding-top: 10px;
}

.staff .main-content h2 {
    margin-top: 10px;
}

.board-of-trustees article {
    padding-bottom: 20px;
}

.event-calendar article {
    border-top:1px solid #ccc;
    margin-top: 10px;
    padding-top:10px;
}

.event-calendar article#event-1 {
    margin-top:0px;
    border-top:0;
}
        
        .event-calendar article h2,
        .event-calendar article h2 a {
            text-transform: uppercase;
            font-size:18px;
            margin:0px;
            color:#002c76;
        }

        .event-calendar article .location {
            font-size:12px;
            padding-top: 5px;
        }
        .event-calendar article .content .image {
            float: right;
            margin-left: 10px;
        }



.event-calendar .archive {
    margin-top: 20px;
}

.event-calendar-detail .date {

}

.event-calendar-detail .location {
    margin-top:10px;
}

.event-calendar-detail .details {
    margin-top: 20px;
}

.event-calendar-detail .documents .document {

}

.page-table {
    margin-top: 50px;
}

.page-table .first {
    padding-right: 20px;
}

.press-releases article,
.in-the-media article {
    border-top: 1px dashed #a6a5a5;
    padding:20px 0px 20px 0px;
}

.press-releases article.first,
.in-the-media article.first {
    padding-top:0px;
    border-top:0px;
}

.press-releases article h2,
.in-the-media article h2 {
    margin-bottom: 0px;
    text-transform: uppercase;
}

.press-releases article .date,
.in-the-media article .date {
    margin-bottom: 10px;
    text-transform: uppercase;
}

.in-the-media article .source {
    font-style: italic;
}

.press-releases-single article .content,
.in-the-media-single article .content {
    margin-top: 10px;
}

/* Collapsible Divs - Collapse-o-matic plugin */
.main-content .collapseomatic {
    display: block;
    background-color: #f0f0f0;
    color: #000;

    background-position: 7px center;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 20px;
    text-transform: uppercase;
    font-size:14px;
    border:1px solid #d4d4d4;
    border-bottom:3px solid #d9d9d9;
    font-family:'Century Gothic W01';
    text-transform: uppercase;
}

.main-content .collapse-heading .collapseomatic {
    background-image: url("images/icon-collapse-heading-right.png");
}

.main-content .collapse-heading .colomat-close {
    background-image: url("images/icon-collapse-heading-down.png");
}

.main-content .collapseomatic_content {
    margin: 0px;
    padding: 20px;
    border:1px solid #d4d4d4;
}

.main-content .colomat-hover {
    text-decoration: none;
}

.main-content .backto-button a {
    margin-top: 40px;
    display: inline-block;
    background-color: #ffa12d;
    border: 1px solid #ffa12d;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0px 30px;
    line-height: 50px;
    text-decoration: none;
}

    .main-content .backto-button a:hover {
        color: #ffa12d;
        border:1px solid #ffa12d;
        background-color: #fff;
        text-decoration: none;
    }
    
.main-content a.button {
    margin-top: 10px;
    margin-bottom:10px;
    display: inline-block;
    background-color: #ffa12d;
    border: 1px solid #ffa12d;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 15px;
    text-decoration: none;
}

    .main-content a.button:hover {
        color: #ffa12d;
        border:1px solid #ffa12d;
        background-color: #fff;
        text-decoration: none;
    }

ul.search-results {
    margin:0px;
    margin-top:20px;
}

    ul.search-results li {

    }
    
        ul.search-results li::before {
            margin:0px;
            content:none;
            padding:0px;
            display:none;
        }

/* image alignment, captions, etc */
.alignnone {
    margin: 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.left-column .mobile,
.right-column .mobile {
    display:none;
}

/* default table styles */

.main-content table {
    border-collapse: collapse;
    width: auto;
}

    .main-content table tr {
        vertical-align: top;
    }

    .main-content table thead td, .main-content table th {
        font-weight: normal;
        border: 1px solid #ccc;
        text-align: center;
        background-color: #307b77;
        padding: 10px 8px;
        color: #fff;
        font-size: 16px;
        font-family:'Century Gothic W01';
        text-transform: uppercase;
    }

    .main-content table td {
        padding: 2px 4px;
        text-align: left;
        border: 1px solid #cccccc;
        text-align: right;
    }


/* data tables */

table.dataTable td {
    text-align: left;
}

table.dataTable thead {
    background-color: #004b96;
    color:#fff;
}

table.dataTable thead th {
    font-weight:normal;
    vertical-align: middle;
}

    .dataTables_wrapper input[type="search"]:focus {
        background-color: #ffffff;
        border: 1px solid #cccccc;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
        transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    }

    .dataTables_wrapper #results_length {
        float: right;
    }

    .dataTables_wrapper #results_filter {
        float: left;
    }
    
#course-schedule-wrapper {
    border-top:1px solid #cccccc;
    margin-top:30px;
    padding-top:18px;
}

#course-schedule-wrapper .dataTables_wrapper #results_length {
    margin-left:60px;
}

#course-schedule-wrapper .dataTables_wrapper #results_filter {
    margin-right:60px;
}

/* Create reponsive embeds/YouTube */

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}

/* Carousel for top of interior pages */

.jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
}

/** Carousel **/

.jcarousel li:before {
    content:none;
    margin:0px;
    width:0px;   
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
    height:88px;
}

.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.jcarousel li {
    width: 200px;
    float: left;
    border-left: 8px solid transparent;
    border-right:8px solid transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important;
    height:88px!important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
    position: absolute;
    top: 0;;
    width: 25px;
    height: 88px;
    
}

.jcarousel-control-prev {
    left: 0px;
    background-image:url('/wp-content/themes/emcc/images/carousel-arrow-left.png');
    background-repeat: no-repeat;
}

.jcarousel-control-next {
    right: 0px;
    background-image:url('/wp-content/themes/emcc/images/carousel-arrow-right.png');
    background-repeat: no-repeat;
}

/** Carousel Pagination **/

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    text-decoration: none;
    display: inline-block;

    font-size: 11px;
    height: 10px;
    width: 10px;
    line-height: 10px;

    background: #fff;
    color: #4E443C;
    border-radius: 10px;
    text-indent: -9999px;

    margin-right: 7px;


    -webkit-box-shadow: 0 0 2px #4E443C;
    -moz-box-shadow: 0 0 2px #4E443C;
    box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
    background: #4E443C;
    color: #fff;
    opacity: 1;

    -webkit-box-shadow: 0 0 2px #F0EFE7;
    -moz-box-shadow: 0 0 2px #F0EFE7;
    box-shadow: 0 0 2px #F0EFE7;
}

/* START Media Queries */

@media (max-width: 1210px) {
    .cycle-prev,
    .cycle-next {
        display:none;
    }
    
    #slideshow-wrapper .quick-links {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 277px;
        z-index: 102;
    }
    
    #slideshow-wrapper .slide-overlay {
        left:20px;
    }
}

@media (max-width: 767px) {
    
    /* columns stack */

    header .top-menu {
        display:none!important;
    }

    .top-menu ul.menu {
        text-align: center;
        margin-top:20px;
        display:none;
    }

    .top-menu li.social {

    }

    .header-wrapper {
        padding:0px;
        border-bottom:0px;
    }

    .header-wrapper .nav-wrapper .last {
        min-height:0px;
    }

    .header-wrapper #logo{
	    /*width:65%;
	    float: left;*/
	    width:auto;
	    text-align: center;
	    padding:20px;
    }

    #logo img.mobile {
        display:inline-block;
    }
    #logo img.desktop {
        display:none;
    }

    #mobile-tools {
        margin-top:0px;
    }
    
    .header-top, .quick-links {
        display:none;
    }

    #slideshow-wrapper {
        border-top:0px;
        margin-top:1px;
        border-top:2px solid #fff;
    }
    
    #slideshow-wrapper #slides .slide {
        height:175px;
    }

    #slideshow-wrapper .slide-overlay {
        border-top:0px;
        text-align: left;
        width:100%;
        font-size:18px;
        padding:15px 0px;
    }
    
    #slideshow-wrapper .slide-overlay.bottom {
        width:100%;
        bottom:0;
        left:0;
    }
    
        #slideshow-wrapper .slide-overlay .line1 {
            padding:0px 20px;
        }
        
        #slideshow-wrapper .slide-overlay .line2 {
            display:none;
        }
        
    #slideshow-wrapper .quick-links {
        display:block;
        clear:both;
        position:relative;
        width:100%;
        left:0;
        right:0;
        top:0;
    }
    
    #slideshow-wrapper .quick-links .menu-getting-started-menu-container {
        display:none;
    }
    
        #slideshow-wrapper .quick-links .mobile-header {
            display:block;
            text-align: center;
            font-size:18px;
            text-transform: uppercase;
            font-family:'Century Gothic W01';
            font-weight:normal;
            padding:10px;
            background-color:#d1cdca;
            border-bottom:1px solid #fff;
        }
        
        #slideshow-wrapper .quick-links .mobile-header .arrow {
            display: inline-block;
            background-position:center center;
            background-repeat: no-repeat;
            height:14px;
            width: 18px;
            margin-left:9px;
            border:0px;
        }
        
        #slideshow-wrapper .quick-links .mobile-header .left-nav-open {
            background-image: url("/wp-content/themes/emcc/images/icon-leftnav-mobile-open.png");
            background-repeat: no-repeat;
        }
        
        #slideshow-wrapper .quick-links .mobile-header .left-nav-close {
            background-image: url('/wp-content/themes/emcc/images/icon-leftnav-mobile-close.png');
            background-repeat: no-repeat;
        }
    
        #slideshow-wrapper .quick-links ul#menu-getting-started-menu {
            padding:0px;
            background:none;
        }
        
        #slideshow-wrapper .quick-links ul#menu-getting-started-menu li {
            background-color:#edebea;
            border-top:0;
            border-bottom:1px solid #cac8c7;
        }
        
        #slideshow-wrapper .quick-links ul#menu-getting-started-menu li a {
            color:#000;
            background-color:#edebea;
            padding:8px 40px;
        }
        
        #slideshow-wrapper .quick-links ul#menu-getting-started-menu li:first-child {
            display:none;
        }
        
        
        
    .cycle-pager {
        display: none;
    }

    .breadcrumb {
        display: none;
    }

    footer {
	    margin-top: 10px;
    }

    body {
        margin:0px;
        padding:0px;
    }


    .wrap {

    }

    .top-content {
        margin-bottom: 0px;
    }

    #slideshow-wrapper {
        padding-bottom: 0px;
    }

    .lower-content {
        margin-top:20px;
    }

    footer {
    	text-align: center;
    	margin-top:0px;
    	padding-bottom:20px;
    }

        footer .footer-content {
            background-position:center top;
        }

        footer .footer-address {
            width:100%;
            background:transparent;
            border-top:0px;
            margin-top:0px;
            padding:10px 0px 0px 0px;
            float:none;
            border:0px;
            color:000;

        }

        footer .social {
            
        }
        
        footer .social ul {
            text-align: center;
            float:none;
        }

        footer .social ul.menu {
            float:none;
            text-align: center;
        }
        
        footer .social ul li {
            float:none;
        }
        
        footer .copyright {
            color:#fff;
        }

    .left-column .mobile,
    .right-column .mobile
     {
        display:block;
    }

    .lower-content .left-column {
        border:0px;
    }
    
    .lower-content .right-column {
        padding:0px;
    }
    
    .lower-content .right-column .content {
        padding-left:18px;
        padding-right:18px;
    }

    .hp-column section h2 {
        text-align: left;
        font-size: 20px;
    }

    .page-banner-title {
        display:none;
    }

    .main-wrap {
        padding-top: 0px;
    }

    .sidebar-header {
        display: block;
        margin-bottom:0px;
        text-align: center;
    }
    
    #left-hand-nav .header {
        display:none;
    }
    
    .sidebar-header .arrow {
        display: inline-block;
        background-position:center center;
        background-repeat: no-repeat;
        height:14px;
        width: 18px;
        margin-left:9px;
        border:0px;
    }
    
    .left-nav-open {
        background-image: url("/wp-content/themes/emcc/images/icon-leftnav-mobile-open.png");
        background-repeat: no-repeat;
    }
    
    .left-nav-close {
        background-image: url('/wp-content/themes/emcc/images/icon-leftnav-mobile-close.png');
        background-repeat: no-repeat;
    }

    #left-hand-nav {
        padding-bottom:10px;
        background-color:#f3f2f2;
    }

        #left-hand-nav .header {
            display: none;
        }

        #left-hand-nav .left-nav-content-wrapper {
            background-color:#fff;
            padding-bottom:15px;
        }
        
        #left-hand-nav ul.page-list ul {
            margin-left:65px;
        }
        
        #left-hand-nav ul.page-list > li > a {
            padding-left:40px;
            padding-right:40px;
        }
        
        #left-hand-nav ul.page-list > li > ul > li {
            border-bottom:1px solid #f3f2f2;
        }
        
            #left-hand-nav ul.page-list > li > ul > li > a {
                padding-left:0px;
                padding-right:20px;
            }
            
                #left-hand-nav ul.page-list ul ul {
                    display:none;
                }
            
                #left-hand-nav ul.page-list > li > ul > li > ul > li > a {
                    padding-left:65px;
                    padding-right:65px;
                }
                
        /* now, handle the simpler sections that don't have headings */
        #left-hand-nav ul.page-list.regular {
            margin-left:65px;
        }
        
        #left-hand-nav ul.page-list.regular > li > a {
            padding-left:0px;
            padding-right:0px;
        }
        
        #left-hand-nav ul.page-list.regular ul {
            margin-left:20px;
        }

    .page-blocks-left {
        display: none;
    }

    #mobile-tools {
        margin-top:0px;
    }
    
    .main-content {
        padding:20px 15px;
    }
    
    #page-blocks.page-blocks-right .block  {
        margin:20px auto 0px auto;
        max-width:70%;
    }
    
    #page-blocks.page-blocks-right .block img {
        width:100%!important;
        max-width: none;
        height:auto;
    }

}


@media (min-width: 768px) and (max-width: 1107px) {

    header #logo {
	    padding-top:10px;
	    padding-left:10px;
    }

    header .top-menu {
        padding-right: 10px;
    }

    .lower-content {
        width:95%;
    }

    footer .footer-menu {
        padding-left:10px;
    }

    footer .footer-address {
        padding-right: 10px;
    }

    #sidebar-left {
        padding-left: 10px;
    }

    #sidebar-right {
        padding-right: 10px;
    }
    
}

@media (max-width: 960px) {
    
    .desktop-menu-wrapper {
        display:none;
    }
    
    #mobile-tools {
        display:block;
        margin-top:10px;
    }
    .search-top-menu {
        display:none;
    }

    .lower-content {
        display:block;
    }

    .lower-content .left-column,
    .lower-content .middle-column,
    .lower-content .right-column {
        float:left;
        display:block;
        clear:both;
        width:100%;
    }
    
    .lower-content .right-column {
        padding-left:0px;
        margin-left:0px;
    }

}

@media (max-width: 979px) {

    .header-wrapper {
        border-bottom:0px;
    }

    #slideshow-wrapper {
        margin-top:0px;
    }

    #left-hand-nav {
        display: none;
    }
    #page-banner {
        border-top:37px solid #183d6d;
    }
    #left-hand-nav .topmargin {
        margin-top: 0px;
    }

    .lower-content .hp-column {
        margin-top:20px;
    }

    .lower-content .left-column {
        margin-top:0px;
    }

}

@media (min-width: 768px) {
    
    /* columns un-stack */

    .page-banner-title {
        display:table;
    }

    #left-hand-nav {
        display:block!important;
    }
    .page-blocks-left,
    .page-blocks-right {
        display: block!important;
    }

}


@media (min-width: 979px) {
    .desktop-menu-wrapper {
        display:block;
    }
    #mobile-menu {
        display:none!important;
    }
    #mobile-search {
        display:none!important;
    }

}

@media (max-width: 500px) {

    .hamburger {
        display:inline-block;
    }

    .mobile-search-spyglass {
        display:inline-block;
    }

}