@media (max-width:750px) {
	#header .menu-icon-logo-wrapper .pacer-logo {
        height: 52px;
        width: 476px;
        max-width: calc(100% - 50px);
        background: #fff url(../../css/images/mobile/cmh/cmh-logo.jpg) no-repeat center;
        background-size: contain;
    }
}
html, body {
padding-top: 0px;
}
#mainLogo {
	max-width: 40%;
}
#header-top-right {
	width: 415px;
}
.wrapper{
	max-width: 1200px;
	margin: 0 auto;
}
#pacer {
 font: 1em/1.5 Calibri,Arial,sans-serif;
 background-color:#046281;
 font-size:.8em;
 width:6em;
 padding:2px 5px 5px 5px;
 margin-top:5px;
 text-align:center;
 border-top-left-radius:8px;
 border-top-right-radius:8px;
}
#pacer a {
 color:#DFDFDF;
 text-decoration:none;
}
#pacer a:hover {
 color:#FC0;
}
#menu {
	height: 56px;
}
#nav li {
	width: 13.5%;
}
#nav li.first-level-nav > a{
	font-weight: bold;
}
#nav li a{
	padding: 5px 10px 0px 10px;
	height: 48px;
}
#nav li.wide {
	width: 16%;
}
/* ---------------------------
Adjust Nav for smallish screens but not mobile sizes
-----------------------------------*/

@media screen and (max-width: 965px) {
	#nav li a {
		font-size: 12px;
	}		
}


@media screen and (max-width: 897px) {
	#menu {
		height: 68px;
	}	
	#nav li a {
		height: 60px;
	}
}
@media screen and (max-width: 815px) {
	#nav li a {
	width: 90%;
}
}



#pagecontent {
	min-height: 500px;
	line-height:1.3;
}
#pagecontent h2 {
	margin-top: 25px;
	margin-bottom: 25px;
}
#pagecontent h3 {
	text-transform: none;
}
#searchform {
	margin-left: 10px;
	margin-top: 30px;
}
#topButtons a {
	float: right;
	text-indent: 9999px;
	overflow: hidden;
}
#topButtons a#donatebutton {
	width: 100px;
	height: 35px;
	background: #09c url(/cmh/images/button-pacer-donate.png) no-repeat left 0px center;
}
#topButtons a#donatebutton:hover {
	background: #09c url(/cmh/images/button-pacer-donate.png) no-repeat right 1px center;
}

#topButtons a#helpbutton {
	width: 154px;
	height: 35px;
	background: #09c url(/cmh/images/button-pacer-need-help.png) no-repeat left 0px center;
}
#topButtons a#helpbutton:hover {
	background: #09c url(/cmh/images/button-pacer-need-help.png) no-repeat right 9px center;
}

#topButtons a#newsletterbutton {
	width: 100px;
	height: 35px;
	background: #09c url(/cmh/images/button-pacer-newsletter.png) no-repeat left 0px center;
}
#topButtons a#newsletterbutton:hover {
	background: #09c url(/cmh/images/button-pacer-newsletter.png) no-repeat right 1px center;
}

.externallink, .external-link {
	padding-right: 15px;
	background: #fff url(/images/link-new-window-sml.png) no-repeat right 2px;
}
#pagecontent .btn-cta::before {
  line-height: 38px;
}
#pagecontent a .fa-external-link {
	color:#EA8729;
	font-size:.9em;
}



#bottomHeaderBar {
    text-align: right;
	padding: 0px 16px 8px 5px;
    background: #0099CC;
    font-weight: bold;
    font-size: 17px;
}


/***********************************
*****                          *****
***    LEFT NAVIGATION STYLE     ***
*****                          *****
***********************************/

#leftbar {
	float: left;
	padding: 0;
	margin: 4px 0 0 0;
	width: 200px;
	background-color: #eee;
}
#leftbar ul {
	list-style-type: none;
	margin: 0 0 0 .5em;
	padding: 0;
}
#leftbar ul li a {
	display: block;
	background-color: #09c;
	color: #fff;
	padding: .5em;
	padding-right: 10px;
	margin: 0 0 .2em 0;
	text-decoration: none;
	font-size: 90%;
}
#leftbar ul ul li a {
	background-color: #006A8C;
}
#leftbar ul li a:hover, #leftbar ul ul.sub-menu li a:hover {
	background-color: #ccc;
	color: #000;
}
#leftbar ul li.current_page_item a {
	/*colorize current page*/
	background-color: #f93;
	color: #000;
}
#leftbar ul li.current_page_item ul a {
	/*do not colorize current page sub items*/
	background-color: #006A8C;
	color: #FFF;
}
ul.sub-menu li {
	font-size: 95%;
	margin-left: 10px;
}
#leftbar ul ul {
	margin-left: 0px;
}
#leftbar .current-page-parent a, #leftbar .current-page-parent a:hover {
	background-color: #376878;
	color: #fff;
	cursor: default;
	font-size: 1.1em;
	text-align: center;
	text-decoration:none;
	font-weight:bold;
}
/*
###################################################################################################
--Floating SubNav Code --
For IE7 you have to give the parent element a higher z-index than the absolutley positioned child 
(in this case the UL that contains the subnav to get it to correctly stack the items.
###################################################################################################
*/
#leftbar ul li.menu-item-has-children {
	position: relative;
	z-index: 50;
}
#leftbar ul li.menu-item-has-children ul {
	/*Hide sub items from showing up inline by default*/
	display: none;
}
#leftbar ul li.current-menu-parent ul.sub-menu, #leftbar ul li.current-menu-item ul.sub-menu {
	/*Bring back sub items that are in the current pages children*/
	display: block;
}
#leftbar ul li.menu-item-has-children:hover ul.sub-menu, #leftbar ul li.menu-item-has-children:active ul.sub-menu {
	/*Display as a pop up sub items while on hover or while clicking*/
	display: block;
	position: absolute;
	background-color: #666;
	padding: 10px 10px 10px 0px;
	left: 190px;
	top: 0px;
	width: 250px;
	z-index: 10;
}
#leftbar ul li.current-menu-parent:hover ul.sub-menu, #leftbar ul li.current-menu-parent:active ul.sub-menu, #leftbar ul li.current-menu-item:hover ul.sub-menu, #leftbar ul li.current-menu-item:active ul.sub-menu {
	/*Do not hover when the sub pages are in the current active childs list or when the parent item is the current item*/
	position: relative;
	left: 0px;
	margin-left: 0px;
	width: auto;
	background-color: #eee;
	padding: 0px;
	z-index: 10;
}
#leftbar ul li.menu-item-has-children a {
	background-image: url(/images/greaterthan-white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#leftbar ul li.current-menu-parent a {
	background-image: url(/images/greaterthan-white-down.gif);
}
#leftbar ul li.menu-item-has-children ul li.current_page_item a {
	background-image: none;
}
#leftbar ul li.menu-item-has-children li a {
	background-image: none;
}
/* ####################################################### 
END Floating SubNav Code
##########################################################*/

/* Assistive text */
.assistive-text, .site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}
.main-navigation ul.nav-menu.toggled-on, .menu-toggle {
	display: inline-block;
}
.menu-toggle {
	display: none;
}
/***********************************
*****                          *****
***        CMH MAIN SITE         ***
*****                          *****
***********************************/
#maincontent #pagecontent .shorten {
	max-width: 65em;
	margin: 1em auto;
}
.collapseomatic {
	background-image: url(/wp-content/themes/cmhpacerhybrid/images/expand-icon-sml.png) !important;
}
.colomat-close {
	background-image: url(/wp-content/themes/cmhpacerhybrid/images/collapse-icon-sml.png) !important;
}
#pagecontent h2.collapseomatic, #pagecontent h3.collapseomatic {
	padding: 0px 0px 10px 16px
}
/* ----------------------  EXPANDING BOX STYLE ADJUSTMENTS -------------------------- */

#expandcontentwrapper {
	max-width: 60em;
	margin: 0px auto;
}
.NonExpandItem {
	padding-left: 20px;
}
.ExpandItem {
	padding-left: 50px;
}
.sub5 {
	font-style: italic;
	font-weight: bold;
}
.resources {
	background: none repeat scroll 0 0 #eee;
	border: 1px solid #007299;
	border-radius: 8px;
	margin: 10px auto;
	padding: 5px;
	width: 90%;
}
.quote-box, .quote-box-short {
	background: url(/images/quote-box-top.png), url(/images/quote-box-bottom.png);
	background-color: #EEE;
	background-repeat: no-repeat;
	background-position: 2% 4%, 98% 96%;
	padding: 40px 40px 10px 40px;
	width: 50%;
	font-style: italic;
}
.examples {
	font-size: .9em;
	font-style: italic;
	padding: 0px 10px;
	border: 1px solid #ccc;
	border-radius: 8px;
}

.videoTable td {
    vertical-align: top;
}
.videoTable td:first-child {
    color: #898989;
    text-align: center;
}
.videoTable img {
    width: 190px;
}
.fa-file-pdf-o {
  color: #ff0000;
}
/* ----------------- DYNAMIC VIDEO -------------------------- */

.dynamic-video-container video {
	max-width: 100%;
	height: auto;
}
.dynamic-video-container {
	background: #000;
	position: relative;
	padding-bottom: 56.25%;
	padding-bottom: 76%;
	height: 0px;
	overflow: hidden;
}
.dynamic-video-container iframe, .dynamic-video-container object, .dynamic-video-container embed, .dynamic-video-container video {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}