  /*
Theme Name: 51²è¹Ý WP Theme
Theme URI:
Description: Responsive WordPress theme built with Bootstrap
Author: VONT Performance Marketing
Author URI: http://www.vontweb.com/
Version: 1.01
*/

@import url('/wp-content/themes/cmcc/bootstrap/css/bootstrap.css');
@import url('/wp-content/themes/cmcc/bootstrap/css/bootstrap-responsive.css');

@import url('https://fonts.googleapis.com/css?family=PT+Sans');

/* Changed from fonts.com to Adobe 3/2024 */
@import url('https://use.typekit.net/ghd8bvp.css');
/*
    futura-pt
    font-weights
    400
    700 (what is this for?)
    italic 700
    futura-pt-bold
    700
    italic 700
*/

/*
    old fonts.com
    Myriad for body
    Myriad Pro
    Futura

    font-family:'Futura BT W01 Heavy';
    font-family:'Futura BT W01 Bold';
    font-family:'Futura BT W01 Medium';
    font-family:'Futura BT W01 Book';
(/


/* 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;
}


.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}



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

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

.container {
    width: 100%;
    min-height: 600px;
    background-color:#fff;
}

.nav > li > a:hover {
    background-color:transparent;
}

body {
	font-size: 14px;
	background-color: #fff;
	color: #1d1e1e;
/* 	font-family:'Futura BT W01 Book',Arial,Verdana,sans-serif; */
	font-family:'futura-pt';
	font-weight:400;
}

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:'Futura BT W01 Bold',Arial,Verdana,sans-serif;
    font-weight:400;
*/
    font-family: 'futura-pt-bold';
    font-weight:700;
}

.break-mobile {
    display:none;
}

a {
    color: #2b78cd;
    text-decoration: none;
}

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

h1,h2,h3,h4,h5 {
    line-height: normal;
    margin: 0px;
    font-weight:normal;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 18px;
}

h3,h3 strong, h3 b {
    font-size: 16px;
/*
    font-family:'Futura BT W01 Bold',Arial,Verdana,sans-serif;
    font-weight:400;
*/
    font-family: 'futura-pt-bold';
    font-weight:700;
}

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;
    float:right;
}

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

    header .top-menu ul.menu {
        margin: 0px;
        display:inline-block;
        float:left;
        padding-top:5px;
    }

        header .top-menu ul.menu li.menu-item {
            float:left;
        }
            header .top-menu ul.menu li a {
                color: #555555;
                font-size:13px;
                text-transform: uppercase;
                border-right:1px solid #adadad;
                padding:0px 10px;
                font-family: 'PT Sans', sans-serif;
                font-weight: bold;
            }

                header .top-menu ul.menu li.red a {
                    color:#e31826;
                }

                header .top-menu ul.menu li:last-child a {
                    border-right:0px;
                }

                header .top-menu ul.menu li a:hover {
                    text-decoration: none;
                    color:#348ff6;
                }

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

ul.social {
    display:inline-block;
    margin:0px;
    padding:0px;
}

    ul.social li {
        list-style: none;
        margin:0px;
        padding:0px 0px;
        float:left;
    }

    ul.social li a {
        padding:0px 0px 0px 5px;
    }
        ul.social li:last-child a {
            padding-right:0px;
        }

    ul.social.header img {
        max-width:24px;
        max-height:auto;
    }

.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 {
    clear:both;
	float: right;
	padding-top: 20px;
}

    .search-top-menu form {
        margin: 0px;
        border: 1px solid #ccc;
        padding-left:0px;
        padding-right:7px;
    }

    .search-top-menu label{
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0;
    }

    #mobile-tools {
        background-color:#1f1f1f;
        display:none;
        height:25px;
    }

    .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;

			margin:0px;
			height: 17px;
			margin-right:6px;
			border-radius: 0;
    	}

    	.search-top-menu .search input::-webkit-input-placeholder{
	    	color:#828282;
    	}
    	.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('/wp-content/themes/cmcc/images/icon-spyglass.png');
            border:0px;

    	}

.navbar {
	float: right;
}

.desktop-menu-wrapper {
    margin-top:30px;
}

#desktop-menu {
    width: 100%;
}

/* Start custom UberMenu styles */

.ubermenu a.button {
   color:#fff;
   padding: 5px 15px;
   margin-top: 20px;
   display:block;
   text-align: center;
   text-transform: uppercase;
   font-size:15px;
   background-color:#348ff6;
}

.ubermenu a.button:hover {
    text-decoration: none;
    color: #000;
    background-color:#fff;
}

.ubermenu ul.ubermenu-widget-area {
    margin-left:0px;
}

.ubermenu > ul > li.ubermenu-current-page-ancestor a {
/*
    background-color:#e31826;
    color:#fff!important;
*/
}

.ubermenu > ul > li > ul > li > ul > li > a {
    font-family:'PT Sans',Arial,sans-serif;
}

.ubermenu .textwidget,
.ubermenu .textwidget p {
    font-size:13px;
    line-height:21px;
    color:#363535;
}

.ubermenu li.regular ul ul li:first-child {
    margin-top:10px;
}

/* End custom UberMenu styles */

.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:#272727;
}

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

ul#menu-getting-started-menu li a {
	padding: 10px 10px 10px 14px;
	color:white;
	display: block;
	font-size: 13px;
	background-color: #e31826;
	text-transform: none;
	text-align: left;
	text-transform: uppercase;
}

ul#menu-getting-started-menu li a:hover {
    background-color: #961a1d;
    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:15px;
        text-transform:uppercase;
        background-color:#348ff6;
        background-color:#0077d8; /* DGB changed 10/15/2018 for accessibility */
        color:#fff;
    }

    ul#menu-getting-started-menu li:first-child a:hover {
/*         cursor:default; */
        color:#348ff6;
        background-color:#fff;
    }

#sidebar-right .quick-links {
    background-color:#272727;
    margin-bottom:30px;
}

#sidebar-right .quick-links .desktop-header {
    font-size: 19px;
    background-color: transparent;
    padding: 25px 0px 0px 20px;
    color: #fff;
    text-transform: uppercase;
}

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

#sidebar-right .quick-links ul#menu-getting-started-menu li {
    border-top:4px solid transparent;
}

#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:#e31826;
    background-color: #961a1d;
}

#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:10px 10px;
    font-size:15px;
    line-height:32px;
    text-transform: uppercase;
}

#sidebar-right .quick-links ul#menu-getting-started-menu li:first-child a:hover {
    color:#348ff6;
    background-color:#fff;
/*     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 {

}

/* 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;
	max-width:1300px;
	margin:0px auto;
}

    .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,
#hp-top-video-wrapper .slide-overlay
 {
    color: #fff;
    left: 85px;
    right:85px;
    position: absolute;
/*     width: 50%; */
    z-index: 101;
    background-color: #181818;
    text-align: center;
    padding:15px 20px;
}

#hp-top-video-wrapper .slide-overlay {
    bottom: 65px;
}

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

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

#slideshow-wrapper .bottom {
    bottom: 20px;
}

#slideshow-wrapper .slide-overlay .inner,
#hp-top-video-wrapper .slide-overlay .inner {
    display:table;
    width:100%;
}

#slideshow-wrapper .slide-overlay .line1,
#hp-top-video-wrapper .slide-overlay .line1 {
    color:#fff;
    font-size:19px;
    line-height:26px;
    display: table-cell;
    vertical-align: middle;
}

#slideshow-wrapper .slide-overlay .button,
#hp-top-video-wrapper .slide-overlay .button {
    display:table-cell;
    vertical-align: middle;
    text-align: right;
    width:20%;
    padding-right:4px;
}

#slideshow-wrapper .slide-overlay .button a,
#hp-top-video-wrapper .slide-overlay .button a {
    color:#fff;
    font-size:14px;
    text-transform: uppercase;
    padding:0px;
    border-bottom:2px solid #bababa;
    margin-right:5px;
}

#slideshow-wrapper .slide-overlay .button::after,
#hp-top-video-wrapper .slide-overlay .button::after {
    content: "\00BB";
}

    #slideshow-wrapper .slide-overlay .button a:hover,
    #hp-top-video-wrapper .slide-overlay .button a:hover {
        text-decoration: none;
    }

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

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

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

.cycle-next {
    background: url("/wp-content/themes/cmcc/images/slide-arrow-right.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    position: absolute;
    right: 2%;
    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;
}

#hp-top-video-wrapper .hp-top-video {
    position: relative;
    max-width:1100px;
    margin-right:auto;
    margin-left:auto;
}

#slideshow-wrapper .quick-links {
    position: absolute;
    right: 0;
    top: 0px;
    width: 277px;
    z-index: 102;
    background-color:#272727;
    height:100%;
}

body.home #slideshow-wrapper .quick-links {
    top: 0;
    right:calc(4% + 25px);
    height:auto;
}

#hp-top-video-wrapper .hp-top-video .quick-links {
    position: absolute;
    right: 0;
    top: 0px;
    width: 277px;
    z-index: 1;
    background-color:#272727;
    height:auto;
}

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

#slideshow-wrapper .quick-links .desktop-header,
#hp-top-video-wrapper .hp-top-video .quick-links .desktop-header {
    display:block;
    font-size:21px;
    background-color:transparent;
    padding:25px 0px 0px 20px;
    color:#fff;
    text-transform: uppercase;
}

.table {
    display:table;
}

.table-row {
    display:table-row;
}

.table-cell {
    display:table-cell;
}

/* Home page styles*/

body.home .middle-boxes-wrapper {
    max-width:986px;
    margin:0px auto;
    display:table;
    width:100%;
    margin-top:25px;
}

    body.home .middle-boxes .table-cell.one-third {
        vertical-align: top;
        width:32%;
    }

    body.home .middle-boxes .table-cell.spacer {
        width:2%;
    }

    body.home .middle-boxes .box {
        position: relative;
    }

    body.home .middle-boxes .heading {
        background-color:#e31826;
        color:#fff;
        padding:12px 20px;
        font-size:18px;
        text-transform: uppercase;
/*         font-family:'Futura BT W01 Medium'; */
    }

        body.home .middle-boxes .heading a {
            color:#fff;
            font-size:18px;
            text-decoration: none;
        }

            body.home .middle-boxes .heading a:hover {
                color:#fff;
                text-decoration: none;
            }

    body.home .middle-boxes .bordered {
        border-left:1px solid #a2a2a2;
        border-right:1px solid #a2a2a2;
        border-bottom:1px solid #a2a2a2;
        height:240px;
    }

    body.home .middle-boxes .copy {
        padding:30px;
        font-size:15px;
        color:#0c0d0d;
    }

        body.home .middle-boxes .copy p {
            font-size:15px;
            color:#0c0d0d;
        }

    body.home .middle-boxes .link {
        text-align: center;
        position: absolute;
        bottom:40px;
        left:0;
        right:0;
    }

        body.home .middle-boxes .link a {
            color:#e31826;
            font-size:14px;
            text-transform: uppercase;
/*             font-family:'Futura BT W01 Heavy'; */
            font-family: 'futura-pt';
            font-weight:700;
        }

            body.home .middle-boxes .link a:hover {
                text-decoration: none;
            }

            body.home .middle-boxes .box .link:hover hr {
                width:75%;
            }

        body.home .middle-boxes hr {
            width:50%;
            text-align: center;
            height:3px;
            background-color:#e31826;
            border:0;
            margin:10px auto 0px auto;
        }

        body.home .middle-boxes img {
            width:100%;
            height:auto;
        }

        body.home .middle-boxes .video-wrapper,
        body.home .bottom-boxes .video-wrapper {
            position:relative;
            display:table;
            width:100%;
        }

            body.home .middle-boxes .video-wrapper img,
            body.home .bottom-boxes .video-wrapper img {
                position: relative;
                display:table-cell;
                width:100%;
            }

            body.home .middle-boxes .video-wrapper .play-button,
            body.home .bottom-boxes .video-wrapper .play-button {
                background-image: url("/wp-content/themes/cmcc/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;
            }

body.home .bottom-boxes-wrapper {
    max-width:1070px;
    margin:0px auto;
    display:table;
    width:100%;
    margin-top:25px;
}

    body.home .bottom-boxes .table-cell.one-quarter {
        vertical-align: bottom;
        width:24%;
    }

    body.home .bottom-boxes .table-cell.spacer {
        width:1%;
    }

    body.home .bottom-boxes .box {
        position: relative;
    }

    body.home .bottom-boxes .box.blue,
    #page-blocks .box.blue {
        background-color:#348ff6;
        background-color:#0077d8; /* DGB changed 10/15/2018 for accessibility */
        -moz-box-shadow: inset 0 0 50px 5px #286ebd;
        -webkit-box-shadow: inset 0 0 50px 5px #286ebd;
        box-shadow: inset 0 0 50px 5px #286ebd;
    }

    body.home .bottom-boxes .box.blue:hover,
    #page-blocks .box.blue:hover {
        background-color:#2c7dda;
    }

        body.home .bottom-boxes .box.blue .overlay,
        #page-blocks .box.blue .overlay {
            position:absolute;
            top:0;
            left:0;
            right:0;
            padding:20px;
            color:#fff;
            font-size:25px;
            line-height:27px;
            text-transform:uppercase;
        }

        @media(min-width:1000px){
            body.home .bottom-boxes .box.blue .overlay,
            #page-blocks .box.blue .overlay {
                font-size:30px;
                line-height:38px;
            }
        }

            body.home .bottom-boxes .box.blue .overlay p,
            #page-blocks .box.blue .overlay p {
                margin:0px;
                padding:0px;
            }

            body.home .bottom-boxes-wrapper .box.blue .link,
            #page-blocks .box.blue .link {
                right:0px;
                bottom:0px;
                text-align: right;
            }

            body.home .bottom-boxes .box.blue .link,
            #page-blocks .box.blue .link {
                border-bottom:2px solid #c2dcf9;
                padding:0px 0px 5px 0px;
                margin-bottom:20px;
                background-color:transparent;
                text-align: right;
                width:auto;
                left:auto;
                right:20px;
            }
                body.home .bottom-boxes .box.blue .link a:hover,
                #page-blocks .box.blue .link a:hover {
                    text-decoration: none;
                }

            body.home .bottom-boxes .box.blue .link span:after,
            #page-blocks .box.blue .link span:after {
                padding-left:5px;
                content: "\00BB";
                color:#fff;
            }

    body.home .bottom-boxes .link,
    #page-blocks .link {
        text-align: center;
        position: absolute;
        bottom:0px;
        left:0;
        right:0;
    }

        body.home .bottom-boxes .link,
        #page-blocks .link {
            background-color:#e31826;
            color:#fff;
            font-size:14px;
            text-transform: uppercase;
/*             font-family:'Futura BT W01 Medium'; */
            font-family: 'futura-pt';
            display:inline-block;
            width:75%;
            margin:0px auto;
            padding:15px 10px;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
        }

            body.home .bottom-boxes .link a,
            #page-blocks .link a {

                text-decoration: none;
            }

        body.home .bottom-boxes-wrapper .table-cell.red .link:hover,
        #page-blocks .link:hover {
            background-color:#981b1e;
        }

        body.home .bottom-boxes img,
        #page-blocks .block.promo img {
            width:100%;
            height:auto;
        }

.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 #e31826;
}
    #videos .featured img {
        position:relative;
        width:100%;
        height:auto;
    }
    #videos .featured .play-button {
        background-image: url("/wp-content/themes/cmcc/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("/wp-content/themes/cmcc/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;
    }

    #videos .heading-2 {
        color:#002c76;
        font-size:22px;
    }

    #videos .text {
        margin-top:8px;
        font-size:15px;
        line-height:24px;
        color:#333;
    }

#hp-alert {
    margin-top: 0px;
    background-color:#e31826;
}

    #hp-alert .hp-warning,
    #hp-alert .hp-emergency {
        padding: 40px;
    }

    #hp-alert span.title {
        display:inline;
        text-transform:uppercase;
        font-size:20px;
        line-height:27px;
        color:#fff;
        padding-right:10px;
    }

    #hp-alert span.copy {
        display: inline;
        font-size:16px;
        line-height:27px;
        color:#fff;
    }

    #hp-alert .hp-emergency span.copy {
        font-size:20px;
        line-height:27px;
    }

        #hp-alert span.copy p {
            margin:0px;
            padding:0px;
            display:inline;
        }

    #hp-alert .hp-emergency {
        padding-top:150px;
        padding-bottom:150px;
    }

    #hp-alert .hp-emergency span.title {
        display:block;
        margin-bottom: 20px;
        font-size:35px;
        line-height:40px;
    }

/* Footer styles */

footer, footer p {

}

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

footer {
    color: #fff;
	width:100%;
	background-color: #1d1d1d;
	border-top: 7px solid #545554;
	padding-bottom: 0px;
	clear:both;
	margin-top:40px;
}

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 .footer-menu .social ul li:first-child{
    padding-left:5px;
}

@media(min-width:1045px){
    footer .footer-menu .social ul li:first-child{
        padding-left:0px;
    }
}

footer .footer-menu .social ul li{
    padding-bottom:10px;
}


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

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

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

footer .copyright p {
    color:#a0a0a0;
    padding: 0px;
    margin:0px;
    font-size:10px;
}

footer .copyright.mobile {
    display:none;
}

footer .footer-address {
    color:#fff;
	float:right;
	background:#555555;
	padding: 15px;
	font-size:13px;
	width:80%;

	padding-top:30px;
	padding-bottom:40px;
	margin-top:-7px;
	border-top:7px solid #1d1d1d;
}

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

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

footer .footer-address .line1 {
    font-size:17px;
}

footer .footer-address .line2 {
    font-size:15px;
    padding-top:10px;
}

footer .footer-address .line3 {
    font-size:15px;
    padding-top:10px;
}

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

footer .social {
    float:right;
}

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

footer .social ul li {
    float:left;
    border:0;
}

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

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

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

/* Now body styles */

.main-wrap {
/*     min-height: 400px; */
}

.main-content,
#sidebar-left {
    padding-top:37px;
}

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

.main-content h1
 {
    font-size:28px;
    line-height:30px;
    text-transform: uppercase;
    margin-bottom:20px;
}

.main-content h2
 {
    font-size:22px;
    line-height:26px;
    text-transform: uppercase;
}

.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;
    margin-bottom:20px;
}

.main-content .top-video .embed-container {
    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:transparent;
    background-color:transparent;
    height:1px;
    border:0;
    border-bottom:1px dashed #686868;
}

.breadcrumb {
    padding: 0px 0px 10px 0px;
    margin: 0px;
    background-color: transparent;
    color:#464344;
    font-size:11px;
    text-transform: uppercase;
}

.breadcrumb a {
    color:#464344;
    text-decoration: none;
    font-size:11px;
    text-transform: uppercase;
}

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

/* change the color of body bullets to red */

.main-content ul {
    margin-left:35px;
}

.main-content li {
    list-style: none;
    margin:0px;
    padding:0px;
    padding-bottom:5px;
}

.main-content li:before {
    content: "â€¢";
    color: #e31826;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 14px;
}

/* Call to Action on interior pages */

.cta {
    border-radius:5px;
    margin-top:20px;
    clear:both;
}

    .cta .overlay p {
        margin:0px;
        padding:0px;
    }

    .cta .link {
        top:14px;
        right:10px;
        text-align: right;
        position: absolute;
        line-height: 22px;
        width:30%;
    }

    .cta .link a {
        border-bottom:2px solid #c2dcf9;
        padding:0px 0px 1px 0px;
        margin-bottom:0px;
        background-color:transparent;
        text-align: right;
        text-transform: uppercase;
        text-decoration: none;
        color:#fff;
        font-size:12px;
    }

    .cta.blue {
        background-color:#348ff6;
        background-color:#0077d8; /* DGB changed 10/15/2018 for accessibility */
        -moz-box-shadow: inset 0 0 50px 5px #286ebd;
        -webkit-box-shadow: inset 0 0 50px 5px #286ebd;
        box-shadow: inset 0 0 50px 5px #286ebd;
    }

    .cta .link span:after {
        padding-left:5px;
        content: "\00BB";
        margin-right:20px;
        color:#fff;
    }

    .cta.top {
        min-height: 0;
        text-align: center;
        vertical-align: middle;
        margin-bottom:20px;
        position:relative;
    }

    .cta.top img {
        padding-right:5px;
    }

    .cta.top .link {
        text-align: center;
        position: relative;
        top:auto;
        right:auto;
        padding:20px;
        line-height:26px; /* match image height */
        width:100%;
    }

/*
    .cta.top .link:before {
        content:url('/wp-content/themes/cmcc/images/icon-book.png');
        padding-right:5px;
    }
*/

    .cta.top .link a {
        border:0px;
        text-align: center;
        font-size:15px;
        padding:0px;
    }


    .cta.bottom {
        display:block;
        width:100%;
    }
    .cta.bottom:after{
        content:" ";
        display: table;
        clear:both;
    }

    .cta.bottom .overlay {
        display:block;
        float:left;
        color:#fff;
        text-transform:uppercase;
        font-size:18px;
        line-height:22px;
        padding:20px;
        width:calc(55% - 40px);
        vertical-align: middle;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        position:initial;
        border:0;
    }

    .cta.bottom .link  {
        display:block;
        padding:20px;
        float: right;
        vertical-align: middle;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        position:static;
        width:calc(45% - 40px);
        border:0;
        padding-right: 10px;
        text-align: left;
    }

    .cta.bottom {
       margin-top:20px;
    }

/* Left nav */

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

#left-hand-nav .left-nav-content-wrapper {

}

    #left-hand-nav .header,
    #left-hand-nav .subheader {

    }

    #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: #e31826;
    color:#fff;
    font-size:17px;
    line-height:22px;
    text-transform: uppercase;
    padding: 10px 15px 10px 15px;
    text-align: left;
}

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

#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;
    padding-bottom:20px;
    border-bottom:3px solid #e31826;
}

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

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

        /* first level */
        ul.page-list > li > a {

            font-size: 16px;
            padding: 5px 15px;
            color: #000;
            font-weight: bold;
            text-transform: uppercase;
        }

        ul.page-list li a:hover {
            text-decoration: none;
            color:#ed1a3a;
        }

            ul.page-list > li > a:hover {
                cursor: default;
                color:#000;
                text-decoration: none;
            }

        ul.page-list > li {
            margin-top:20px;
            padding-top:12px;
            border-top:1px dashed #686868;
        }

            ul.page-list > li:first-child {
                margin-top:0px;
                padding-top:12px;
                border-top:0px;
            }

        /* 2nd level page */

        ul.page-list > li > ul > li > a {
            color:#272727;
        }

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

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

            ul.page-list ul ul {
                margin-left:20px;
            }

            /* 3rd level links */

            ul.page-list ul ul li {
                list-style-type:disc;
            }

            ul.page-list ul li a
             {
                padding: 3px 1px 3px 2px;
                font-size: 14px;
/*                 color:#797979; */
                color:#000;
            }

            /* current 3nd level page */
            ul.page-list li > ul > li.current_page_item {
                color:#ed1a3a;
                color:#ec0734; /* DGB changed 10/15/2018 for accessibility */
            }

            ul.page-list li > ul > li.current_page_item > a {
                text-decoration: none;
                color: #ed1a3a;
                color:#ec0734; /* DGB changed 10/15/2018 for accessibility */
            }

            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;
            }

            ul.page-list > li > ul li.current_page_ancestor > ul {
                display:block;
            }

            /* now, handle the simpler sections that don't have headings */

            ul.page-list.regular {
                padding: 0px;
                margin:0px;
                border-bottom:3px solid #e31826;
                padding-bottom:20px;
                margin-top:10px;
            }

            ul.page-list.regular li {
                border-top:0px;
                padding:0px;
            }

            ul.page-list.regular > li {
                margin-top:0px;
            }

            ul.page-list.regular li a
            {
                text-transform: none;
                padding: 3px 15px;
                font-size: 14px;
                color: #272727;
                font-weight:normal;
            }

            ul.page-list.regular > li > a:hover {
                cursor:pointer;
                text-decoration: none;
            }

            /* 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;
            }

            ul.page-list ul li.current_page_parent ul li.current_page_item {
                display:list-item;
            }

            ul.page-list > ul > li.current_page_ancestor > ul {
                display:block;
            }

            /* current 4th level page */

            ul.page-list ul li.current_page_item > ul {
                display:block
            }


            ul.page-list li > ul ul li {
                color:#797979;
                margin:0px;
                margin-left:1.5em;
                padding:0px;
                list-style-type: disc;
            }

            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;
                padding: 2px 5px;
                margin-left:10px;
                display:none;
            }

            ul.page-list.regular ul li {
                list-style-type:disc;
                margin-left:1.5em;
                padding:0px;
            }

            ul.page-list.regular > li.current_page_item > a {
                color:#ec0734;
            }

            ul.page-list.regular ul li a
            {
                padding: 3px 1px 3px 2px;
                font-size: 13px;
                text-transform: none;
            }

            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-apply a {
    float:left;
    font-size:15px;
    text-decoration: none;
    line-height:25px;
    color:#fff;
    padding-left:15px;
    padding-right:15px;
    background-color:#348ff6;
    background-color:#0077d8; /* DGB changed 10/15/2018 for accessibility */
    text-transform: uppercase;
    height:40px;
    line-height: 40px;
}

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

.hamburger {
    width:16px;
    height:10px;
    border:0px;
    margin:0px;
    padding:0px;
    display:inline-block;
    background-repeat: no-repeat;
    background-image: url('/wp-content/themes/cmcc/images/icon-mobile-menu.png');
    margin-top:8px;
    margin-right:10px;
}

.hamburger:hover {
    cursor:pointer;
}

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

.hamburger-close {
    background-image: url('/wp-content/themes/cmcc/images/icon-mobile-menu-x.png');
    width:16px;
    height:10px;
}

.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:#313131;
            border-bottom:1px solid #838383;
            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 20px;
            }

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

                /* 2nd level */
                #mobile-menu li ul li {
                    background-color:#555555;
                }

                    #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-left:35px;
                        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/cmcc/images/mobile-menu-plus.png');
                background-repeat: no-repeat;
                background-position:95% center;
                padding: 15px 10px 15px 35px;
            }

            #mobile-menu ul.menu > li > a{
                padding: 15px 10px 15px 20px;
            }

            #mobile-menu li.has-dropdown a.ui-state-active {
                background-image: url('/wp-content/themes/cmcc/images/mobile-menu-minus.png');
                background-repeat: no-repeat;
                background-position:95% center;
            }

            #mobile-menu li.half { /* half width menu items */
                width:50%;
                background-color:#455e89;

            }
            #mobile-menu li.half a{
                color:#ffffff;
            }
            #mobile-menu li.border-right {
                border-right:1px solid #6a7ea1;
            }

            #mobile-menu ul.dropdown {
                display:none;
            }

            #mobile-menu .ui-state-active {
                background:transparent;
                border:none;
            }

.hamburger:focus {outline: none;}

#mobile-search {
    clear: both;
    display: none;
    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 */

a#read-more-link {
    display:none;
}

/* Programs of Study */

#program-tabs {
    margin-top:20px;
    margin-bottom:20px;
}

#tab-areas {

}

#program-tabs.ui-widget.ui-widget-content {
    border:0;
    border-radius:0;
}

#program-tabs.ui-tabs .ui-tabs-nav {
    margin:0px;
    padding:0px;
}

#program-tabs.ui-tabs .ui-tabs-nav li {
    margin:0px;
}

#program-tabs.ui-tabs .ui-tabs-nav li:before {
    margin:0px;
    content:none;
    padding:0px;
}

#program-tabs.ui-tabs .ui-corner-all,
#program-tabs.ui-tabs .ui-corner-top {
    border:0;
    border-radius: 0;
}

#program-tabs .ui-tabs-tab {
    width:50%;
    border:0px;
}

#program-tabs .ui-tabs-anchor {
    text-transform: uppercase;
    color:#fff;
    margin:0px;
    padding:0px;
    padding:15px 25px;
    font-size:18px;
}

@media(max-width:768px){
    #program-tabs .ui-tabs-anchor {
        padding:15px 20px;
        font-size:16px;
    }
}

#program-tabs .ui-tabs-anchor:focus {
    outline: 0;
}

#program-tabs .ui-widget-header {
    background:none;
}

#program-tabs.ui-tabs > ul > li.ui-state-default {
    background-color:#b4b4b4;
    margin:0px;
}

#program-tabs.ui-tabs > ul > li.ui-state-active {
    background-color:#e31826;
    margin:0px;
    padding-bottom:0px;
}

#program-tabs.ui-tabs .ui-tabs-panel {
    padding:0px;
    border:2px solid #e31826;
}

#program-tabs .tab .one {
    padding:0px;
    clear:both;
}

#program-tabs .tab h3 {
    margin:0px;
    padding:0px;
    display:inline-block;
    width:60%;
}

#program-tabs .tab h3 a {
    text-transform: uppercase;
    text-decoration: none;
    color:#272727;
    font-size:13px;
    display:block;
    padding:14px 0px 10px 25px;
}

#program-tabs .one a.link {
    display:inline-block;
    width:35%;
    text-align: right;
    font-size:12px;
    color:#999999;
    font-style: italic;
    text-decoration: none;
    padding:14px 25px 10px 0px;;
}

#program-tabs .one a.link:after {
    content: "\00BB";
    margin-left:5px;
}

#program-tabs .tab li {
    background-color:#fff;
}

#program-tabs .tab .one:nth-child(odd) {
    background-color:#f1f1f1;
}

#program-tabs #tab-areas .area-of-interest h2 {
    margin:0px;
    padding:10px 35px 10px 20px;
    font-size:16px;
    border-bottom: 1px dotted #717171;
    background-image: url('/wp-content/themes/cmcc/images/plus.png');
    background-repeat: no-repeat;
    background-position:95% center;
    background-color:#ddd;
}

#program-tabs div.programs-wrapper {
    display: none;
}

#program-tabs #tab-areas .area-of-interest.ui-state-active {
    border:0;
}

#program-tabs #tab-areas .area-of-interest.ui-state-active h2 {
    background-image: url('/wp-content/themes/cmcc/images/minus.png');
}

#page-banner {
    width: 100%;
    height: 330px;
    position:relative;
}

    .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;
        }


#page-banner .quick-links {
    position: absolute;
    right: 0;
    top: 0px;
    width: 277px;
    background-color:#272727;
    height:100%;
}

#page-banner .quick-links .mobile-header {
    display:none;
}

#page-banner .quick-links .desktop-header {
    display:block;
    font-size:21px;
    background-color:transparent;
    padding:20px 0px 0px 20px;
    color:#fff;
    text-transform: uppercase;
}

/* Start Sidebar Blocks */

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

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

/* Now handle diff. types of blocks */

/* Promo block */

#page-blocks .block {
    clear:both;
}

#page-blocks .block.promo {
    position:relative;
}

#page-blocks .block.promo .box.blue {
    min-height:240px;
}

#page-blocks .block.bc_news .content .title {
    font-size:1.25em;
}

#page-blocks .block.bc_news .content article {
    margin-top:20px;
}

#page-blocks .block.bc_news .content .source {
    font-size:1em;
    color:#333;
}

/* End Sidebar Blocks */

.main-content .gform_wrapper ul.gform_fields li:before,
.chosen-container ul.chosen-results li:before,
.job_listing ul.meta li:before,
.job_filters .job_types li:before{
    content: " ";
    width:0;
}

ul.job_listings li.job_listing .position .company{
/*     display: none; */
}

ul.job_listings li.job_listing a div.position {
    padding-left:0px;
}

.staff .header {
    border-bottom:1px solid #ccc;
    background-color:#307b77;
    color:#fff;
    font-size:16px;
    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:1px solid #ccc;
    margin-bottom: 20px;
}

    .event-calendar article .header {
        border-bottom: 2px solid #ccc;
        text-transform: uppercase;
        color: #938e8e;
        display:table;
        width:100%;
        padding:15px 0px 10px 0px;
    }

        .event-calendar article .header .left {
            width: 49%;
            font-size:30px;
            line-height: 30px;
            display:table-cell;
            vertical-align: bottom;
            padding: 0px 0px 0px 10px;
            white-space:nowrap;
        }
        .event-calendar article .header .right {
            width: 49%;
            font-size:20px;
            line-height:20px;
            display:table-cell;
            vertical-align: bottom;
            padding: 0px 10px 2px 10px;
            text-align:right;
        }

    .event-calendar article .content {
        clear:both;
        padding: 15px;
    }

        .event-calendar article .content h2 {
            text-transform: uppercase;
            font-size:13px;
        }

        .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-details .location {

}

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

.event-calendar-detail .documents .document {

}

li.job_listing:before {
    content:none;
}

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

.page-table .first {

}

.page-table h3.heading {
    display:block;
    background-color:#e31826;
    color:#fff;
    font-size:16px;
    text-transform: uppercase;
    margin:0px;
    padding:10px;
}

.page-table img {
    width:100%;
    height:auto;
    margin-bottom:10px;
}

.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: 20px;
}

/* Collapsible Divs - Collapse-o-matic plugin */
.main-content .collapseomatic {
    display: block;
    background-color: #f0f0f0;
    color: #000;
    background-color:#307b77;
    color:#fff;
    background-position: 95% center;
    background-repeat: no-repeat;
    padding: 10px 50px 10px 20px;
    text-transform: uppercase;
    font-size:14px;
    border:1px solid #d4d4d4;
    border-bottom:3px solid #d9d9d9;
    text-transform: uppercase;
}

.main-content .collapseomatic {
    background-image: url("/wp-content/themes/cmcc/images/icon-collapse-heading-right.png");
    background-image: url("/wp-content/themes/cmcc/images/icon-leftnav-mobile-open.png");
}

.main-content .colomat-close {
    background-image: url("/wp-content/themes/cmcc/images/icon-collapse-heading-down.png");
    background-image: url("/wp-content/themes/cmcc/images/icon-leftnav-mobile-close.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: #e31826;
    border: 1px solid #e31826;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0px 30px;
    line-height: 50px;
    text-decoration: none;
}

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

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

    .main-content a.button:hover {
        color: #e31826;
        border:1px solid #e31826;
        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;
}

#maincontent img{
    max-width: 100%;
}

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

/* default table styles */

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

    .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;
        text-transform: uppercase;
    }

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

    @media(max-width:768px){
        .main-content table tr td {
            width:auto !important;
        }
        .main-content table tr td a{
            word-wrap: break-word;
        }
    }


/* data tables */

table.dataTable {
    width:100%;
}

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

table.dataTable thead th,
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable tfoot th {
    background-color: #e31826;
    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;
    }

    @media(max-width:768px){
        .dataTables_wrapper #results_length {
            float: left;
        }
    }

    .dataTables_wrapper #results_filter {
        float: left;
    }

#course-schedule-wrapper {
    border-top:1px solid #cccccc;
    margin-top:30px;
    padding-top:18px;
}

.copy-under-table-wrapper {
    margin-top:20px;
}

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

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

.page-template-page-careers .dataTable {
    width:100%;
}

.page-template-page-careers table.dataTable th {
    text-align: left;
}

table.dataTable a.button {
    display: inline-block;
    border: 1px solid #348ff6;
    text-decoration: none;
    color: #fff;
    padding: 5px 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    background-color: #348ff6;
}

table.dataTable a.button:hover {
    border:1px solid #ccc;
}

/* 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;
    margin-top:0px;
}

/** Carousel **/

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

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

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

.jcarousel li {
    width: 200px;
    float: left;
    border-left: 0px solid transparent;
    border-right:0px 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:95px!important;
    margin:0 auto;
}

/** Carousel Controls **/

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

}

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

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

/* History Page */
.page-id-1303 .jcarousel li {
    margin-left:-40px;
}

.page-id-1303 .jcarousel li img{
    margin: 0 auto;
}

.page-id-1303 .jcarousel-control-next {
    right:-2px;
}

/** 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;
}

/* WP Job Manager */

.single_job_listing .job-section {
    margin-top:20px;
}

.single_job_listing .job-field {
    margin-top:20px;
}

.single_job_listing .job-field .job-field-name {
    font-weight:bold;
}

.single_job_listing .job_application {
    margin-top:20px;
}

#submit-job-form .fieldset-login_required,
#submit-job-form .fieldset-logged_in{
    display: none;
}

/*
PAGE NAVI STYLES
*/

ul.pagination {
    display:block;
    min-height:1.5rem;
    margin-left:-0.3125rem;
    list-style-type:none;
}

ul.pagination a:hover {
    color: black;
}

ul.pagination li {
    float:left;
    display:block;
    height:1.5rem;
    color:#222;
    font-size:0.875rem;
    margin-left:0.3125rem;
}

ul.pagination li:before {
    content:none;
}

ul.pagination li a {
    text-decoration: none;
    color:#222;
    padding:1px 10px;
    border-radius:3px;
}

ul.pagination li.current a,
ul.pagination li.current button {
    background-color:#e31826;
    color:#fff;
}

ul.pagination li:hover a, ul.pagination li a:focus, ul.pagination li:hover button, ul.pagination li button:focus {
    background: #e6e6e6;
    text-decoration: none;
}

.responsive-map {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.responsive-map iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.sticky-header {
	position: fixed;
	z-index: 500;
	top: 0px;
	width: 100%;
	-webkit-transition: position 1s ease-in-out;
	-moz-transition: position 1s ease-in-out;
	-o-transition: position 1s ease-in-out;
	transition: position 1s ease-in-out;
	background-color:#fff;
	border-bottom:7px solid #e31826;
}

.desktop-menu-wrapper.sticky-header {
    margin-top:0px;
}

#maincontent #read-more-content-wrapper .gallery img {
    border:none;
}

#maincontent #read-more-content-wrapper .gallery dt.gallery-icon {
    padding:20px;
}

body.page-template-page-digital-badging table#digital-badges td img.badge-image {
    max-width:75px;
    padding:10px;
}

body.page-template-page-digital-badging table#digital-badges tfoot th {
    background-color:transparent;
}

body.page-template-page-digital-badging table#digital-badges tfoot select {
    display:none;
    max-width: none;
    width:100%;
}

body.page-template-page-digital-badging table#digital-badges tfoot th.select select {
    display: block;
}

body.page-template-page-digital-badging table#digital-badges thead {
    display: table-header-group;
}

body.page-template-page-digital-badging table#digital-badges tfoot {
    display: table-row-group;
}

body .three-columns {
    display:flex;
    flex-wrap:nowrap;
    justify-content: space-between;
}

body .three-columns .column {
    width:32%;
}

body .three-columns .column a.button {
    text-align: center;
}

body.page-template-page-visit #events-table {
    margin-bottom:40px;
}

body.page-template-page-visit #events-table td {
    padding:8px;
}

body.page-template-page-visit #events-table td div.date {
    font-weight:bold;
    white-space: nowrap;
}

body.page-template-page-visit #events-table td h3.title {

}
body.page-template-page-visit #events-table td div.description {

}

body.page-template-page-visit #events-table td div.link {
    text-align: center;
}

body.page-template-page-gallery #gallery-wrapper {
    display:flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;

    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

    body.page-template-page-gallery #gallery-wrapper.desktop-columns-oneup {
        grid-template-columns: 1fr;
    }
    body.page-template-page-gallery #gallery-wrapper.desktop-columns-twoup {
        grid-template-columns: 1fr 1fr;
    }
    body.page-template-page-gallery #gallery-wrapper.desktop-columns-threeup {
        grid-template-columns: 1fr 1fr 1fr;
    }
    body.page-template-page-gallery #gallery-wrapper.desktop-columns-fourup {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    body.page-template-page-gallery #gallery-wrapper.desktop-columns-fiveup {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }

    body.page-template-page-gallery #gallery-wrapper .gallery-item {
        background-color:#f0f0f0;
        text-align: center;
/*

        width:48%;
        margin-bottom:4%;
        max-width:160px;
*/
    }

    body.page-template-page-gallery #gallery-wrapper .gallery-item a {
        text-decoration: none;
    }

    body.page-template-page-gallery #gallery-wrapper .gallery-item img {
        width:calc(100% - 20px);
        margin-left:auto;
        margin-right:auto;
        padding-top:10px;
        padding-bottom: 10px;
    }

    body.page-template-page-gallery #gallery-wrapper .gallery-item .caption {
        font-size:1em;
        padding:0px 10px 10px 10px;
    }

    body.page-template-page-gallery #gallery-wrapper .gallery-item .caption-line-2 {
        margin-top:10px;
        padding-top:10px;
        border-top:1px dotted #333;
        color:#000;
    }

@media (min-width: 767px) {

/*
    .page-template-page-jenzabar-course-schedule-pd .main-wrap >.main-content,
    .page-template-page-jenzabar-course-schedule .main-wrap >.main-content{
        width: 70%;
    }
*/
}

/* START Media Queries */

@media (max-width: 900px) {
    .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) {

    .break-mobile {
        display:block;
        clear:both;
    }

    /* columns stack */

    .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;
    }

    #hp-alert .hp-emergency {
        padding-top:20px;
        padding-bottom:20px;
    }

    #slideshow-wrapper {
        border-top:0px;
        margin-top:1px;
        border-top:2px solid #fff;
        position:static;
    }

    #slideshow-wrapper #slides .slide {
        height:175px;
    }

    #slideshow-wrapper .slide-overlay {
        border-top:0px;
        text-align: left;
        width:100%;
        font-size:18px;
        padding:10px 0px;
        background-color:#2d7dd6;
    }

    #hp-top-video-wrapper .slide-overlay {
        display:none;
    }

    #slideshow-wrapper .slide-overlay.bottom {
        width:50%;
        bottom:0;
        left:25%;
        text-align: center;
    }

        #slideshow-wrapper .slide-overlay .line1 {
            display:none;
        }

        #slideshow-wrapper .slide-overlay .button a {
            border: none;
        }

        #slideshow-wrapper .slide-overlay .button {
            width:100%;
            display:block;
            text-align: center;
        }

    body.home #slideshow-wrapper .quick-links {
        display:block;
        clear:both;
        position:relative;
        width:100%;
        left:0;
        right:0;
        top:0;
        position:absolute;
        height:26px;
    }

    body.home #slideshow-wrapper .quick-links .menu-getting-started-menu-container {
        display:none;
    }

        body.home #slideshow-wrapper .quick-links .desktop-header {
            display:none;
        }

        body.home #slideshow-wrapper .quick-links .mobile-header {
            display:block;
            text-align: center;
            font-size:14px;
            text-transform: uppercase;
            font-weight:normal;
            padding:10px;
            background-color:#555555;
            color:#fff;
            padding:0px;
            height:26px;
            line-height:40px;
            height: 40px;
        }

        body.home #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;
        }

        body.home #slideshow-wrapper .quick-links .mobile-header .left-nav-open {
            background-image: url("/wp-content/themes/cmcc//wp-content/themes/cmcc/images/icon-leftnav-mobile-open.png");
            background-repeat: no-repeat;
        }

        body.home #slideshow-wrapper .quick-links .mobile-header .left-nav-close {
            background-image: url('/wp-content/themes/cmcc//wp-content/themes/cmcc/images/icon-leftnav-mobile-close.png');
            background-repeat: no-repeat;
        }

        body.home #slideshow-wrapper .quick-links ul#menu-getting-started-menu {
            padding:0px;
            background:none;
            z-index:102;
        }

        body.home #slideshow-wrapper .quick-links ul#menu-getting-started-menu li {
            background-color:#edebea;
            border-top:0;
            border-bottom:1px solid #cac8c7;
        }

        body.home #slideshow-wrapper .quick-links ul#menu-getting-started-menu li a {
            color:#000;
            background-color:#edebea;
            padding:8px 40px;
        }

/*
        body.home #slideshow-wrapper .quick-links ul#menu-getting-started-menu li:first-child {
            display:none;
        }
*/



    .cycle-pager {
        display: none;
    }

    .breadcrumb {
        display: none;
    }

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

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

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

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

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

        footer ul#menu-footer-menu li {
            float:none;
        }

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

        footer .copyright.mobile {
            display:block;
            text-align: center;
        }

        footer .copyright.desktop {
            display:none;
        }

        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 {
            margin-top:10px;
        }

        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 {
        height:175px;
    }

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

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

    .sidebar-header {
        display: block;
        margin-bottom:0px;
        text-align: center;
        background-color:#565656;
    }

    #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/cmcc//wp-content/themes/cmcc/images/icon-leftnav-mobile-open.png");
        background-repeat: no-repeat;
    }

    .left-nav-close {
        background-image: url('/wp-content/themes/cmcc//wp-content/themes/cmcc/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;
    }

    body.home .middle-boxes-wrapper,
    body.home .bottom-boxes-wrapper {
        width:90%;
        margin:0px auto;
    }

    body.home .middle-boxes-wrapper .table-row,
    body.home .bottom-boxes-wrapper .table-row {
        display:block;
    }

    body.home .middle-boxes-wrapper .table-cell,
    body.home .bottom-boxes-wrapper .table-cell {
        display:block;
        margin-top:10px;
    }

    body.home .middle-boxes-wrapper,
    body.home .bottom-boxes-wrapper {
        display:block;
    }

    body.home .middle-boxes .table-cell.one-third {
        width:100%;
    }

    body.home .bottom-boxes .table-cell.one-quarter {
        width:100%;
        clear:both;
        display:table;
        vertical-align: middle;
        border-top:0px;
    }

    body.home .bottom-boxes .box-inner {
        margin-top:10px;
        overflow: hidden;
    }

    body.home .bottom-boxes .box-inner a {
        display:table-row;
    }

    body.home .bottom-boxes .box-inner a:hover {
        text-decoration: none;
    }

    body.home .middle-boxes-wrapper .table-cell.spacer,
    body.home .bottom-boxes-wrapper .table-cell.spacer {
        width:0;
        display:none;
    }

    body.home .middle-boxes .bordered {
        height:auto;
        padding-bottom:70px;
    }

    body.home .bottom-boxes-wrapper .table-cell.red img {
        display:table-cell;
    }

    body.home .bottom-boxes-wrapper .table-cell.red .link {
        display:table-cell;
        vertical-align: middle;
        background-color:#e31826;
        width:70%;
        position: relative;
        height:100%;
    }

    body.home .bottom-boxes-wrapper .table-cell.red .link:hover {
        background-color:#981b1e;
    }


    body.home .bottom-boxes-wrapper .table-cell .link {
        border-radius: 0;
    }

    body.home .bottom-boxes-wrapper .table-cell.blue {
        display:block;
        min-height:200px;
    }

        body.home .bottom-boxes-wrapper .table-cell.blue .copy {
            text-align: center;
        }

    body.home .bottom-boxes-wrapper .video-wrapper a.fancybox-media {
        display:table-cell;
        width:30%;
        float:none;
        position: relative;
    }

    body.home .bottom-boxes-wrapper .video-wrapper div.link {
        display:table-cell;
        width:70%;
        float:none;
        vertical-align: middle;
        position: relative;
    }

    /* Mobile Read More */

    a#read-more-link:before {
        content:"";
        height:300px;
        background:linear-gradient(transparent 150px, white);
        width:100%;
        position:absolute;
        left:0;
        top:-300px;
    }

    a#read-more-link {
        display:block;
        height:40px;
        margin-bottom:1.5em;
        line-height:40px;
        text-align: center;
        text-transform: none;
        background-image:url('/wp-content/themes/cmcc/images/bg-read-more.png');
        background-position: 50% 56%;
        background-repeat: no-repeat;
        font-size:15px;
        color:#ea0e40;
        text-decoration: none;
        padding-right:10px;
        position:relative;
    }

    body.page-template-default #read-more-content-wrapper,
    body.page-template-page-program-of-study #read-more-content-wrapper
    {
        max-height:32em;
        overflow:hidden;
    }
    body.page-template-default.page-id-3976 #read-more-content-wrapper{
        max-height: inherit;
    }

    body.page-template-page-gallery #gallery-wrapper.mobile-columns-oneup {
        grid-template-columns: 1fr;
    }
    body.page-template-page-gallery #gallery-wrapper.mobile-columns-twoup {
        grid-template-columns: 1fr 1fr;
    }
    body.page-template-page-gallery #gallery-wrapper.mobile-columns-threeup {
        grid-template-columns: 1fr 1fr 1fr;
    }
    body.page-template-page-gallery #gallery-wrapper.mobile-columns-fourup {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    body.page-template-page-gallery #gallery-wrapper.mobile-columns-fiveup {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }

}


@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;
        height: 40px;
    }
    .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;
    }

    #program-tabs .one a.link,
    #program-tabs .tab h3{
        display: inline-block;
        width:auto;
    }
    #program-tabs .tab a.link{
        margin-left:25px;
        padding-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 (max-width: 840px) {
    header .top-menu {
        display:none!important;
    }
}

.open-house-grid {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.open-house-grid a {
    width:48%;
    margin-bottom:4%;
}
.open-house-grid a img {
    width:100%;
    margin:0;
    padding:0;
    float:none;
}

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

    #vimeography-gallery-1 .vimeography-gallery {
        width:100%!important;
        margin-left:auto;
        margin-right:auto;
    }
    .open-house-grid {
        display:flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .open-house-grid a {
        width:32%;
        margin-bottom:2%;
    }
    .open-house-grid a img {
        width:100%;
        margin:0;
        padding:0;
        float:none;
    }

}

@media (max-width: 500px) {

    .hamburger {
        display:inline-block;
    }

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

    body.home .middle-boxes .table-cell.one-quarter {
        width:100%;
    }
    .ui-tabs .ui-tabs-nav li{
        white-space: normal;
    }

}

@media (max-width: 445px){
    .ui-tabs .ui-tabs-nav li{
        height: 70px;
    }
}

@media (max-width: 350px) {
    .cta {
        padding:10px;
    }
    .cta .overlay {
        position:relative;
        left:auto;
        top:auto;
        text-align:left;
        width:100%;
    }

    .cta .link {
        position:relative;
        left:auto;
        top:auto;
        text-align:center;
        width:100%;
    }

    .cta.bottom {
        max-width:92%;
    }
    .cta.bottom .overlay,
    .cta.bottom .link {
        width:85%;
        text-align: left;
        float: left;
    }
        .cta .link span:after {
            margin-right:0px;
        }
}

/*make schedule a visit stand out a bit*/

#gform_confirmation_wrapper_14{
    margin:20px 0px;
}
#gform_confirmation_message_14{
    font-weight: bold;
    font-size: 18px;
/*     font-family : "Futura BT W01 Book"; */
    font-family:'futura-pt';
}

/*Newsletter page, add min height to thumbnails to force grid*/

.page-id-6520 .wp-caption{
    min-height: 290px;
    width:40%!important;
}

.page-id-6520 #maincontent .wp-caption img {
    max-width:98.5%;
}

.gform_wrapper .gform_footer{
    margin-top: 5px;
}

.gform_wrapper .gform_footer .gform_button{
    background-color: #348ff6;
    border:none;
    color:white;
    padding:5px 30px;
}

@media(min-width:768px) and (max-width:1100px){
    .page-template-page-jenzabar-directory #maincontent{
        padding:0px 15px;
    }
}

/* for media kit page */

.media-kit-button-wrapper {
    clear:both;
    margin-top:20px;
}

a.media-kit-download {
    font-size: 14px;
    padding: 12px 20px;
    border-radius: 3px;
    display: inline-block;
    border: solid #000 2px;
    color: #000000;
    margin: 1px 0px;
    background-color: transparent;
    margin-right:2px;
    text-decoration: none;
}

a.media-kit-download:hover {
    text-decoration: none;
    background-color:#f5002f;
    color:#fff;
    border-color:#f5002f;
}

a.media-kit-download i {
    margin-right:10px;
}

a.media-kit-download:last-child {
    margin-right:0px;
}

/* June 2023 Articulation/Transfer Agreements Template */

form#aaform {
    background-color: #eff3f7;
    margin-top: 20px;
    padding:20px;
}

form#aaform #aaform-right, form#aaform #aaform-left {
    width:100%;
}

form#aaform #aaform-right, form#aaform #aaform-left {
    width:100%;
}

form#aaform select {
    width:100%;
}

@media(min-width:768px) {

    form#aaform {
        display:flex;
    }
    form#aaform #aaform-right, form#aaform #aaform-left {
        width: 50%;
    }

    form#aaform #aaform-left {
        padding-right:20px;
    }
}

.artag {
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #a6a5a5;
}

.artag .artag-left {
    float: left;
    width: 65%;
}

.artag a.ar-button {
    float: right;
    padding: 5px 10px;
    text-transform: uppercase;
    background-color: #e31826;
    color: white !important;
    margin-top: 50px;
    text-decoration: none;
}

.artag h3 {
    color: #0077d8;
/*     font-family: "Futura BT W01 Book"; */
    font-family:'futura-pt';
    margin-top: 0px;
}

.artag p {
    margin-bottom: 5px;
}

.artag p strong {
/*     font-family:'Futura BT W01 Heavy'; */
    font-family:'futura-pt';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

.artag:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.gform_body select{
    height: auto;
}