/*
Theme Name:     Help Theme
Description:    Official theme for the Help.unc.edu site. Child theme of the UNC Base Theme. 
Author:         ITS Web Services
Author URI:     http://webservices.unc.edu
Template:       unc-sites-base-theme
Version:        1.1.2
*/

@import url("../unc-sites-base-theme/style.css");
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700);
/* Layout */



html {
	background:none;
	font-size:90%;
}
body, h1 {
	font-family: 'Open Sans', verdana, geneva, Arial, Helvetica, sans-serif;
	text-align:left;
}

#page {
	width:100%;
	padding:0;
	background-color:#f1f1f1;
}


#content {
	margin-top: 35px;
	padding-right: 15px;
}



.secondary.left-sidebar aside.widget {
	margin-left: 15px;
	margin-right: 15px;


}

div#system-status-banner {
	margin-right: 20px !important;
}

.secondary.left-sidebar div#navcontainer h2  {
	margin: 10px 0 5px 0;
	background: none;
	color: #333333;
	text-shadow: none;
	font-size: 16px;
	border: none;
	text-align:left;

}

.secondary.left-sidebar div#navcontainer  {
	margin: 0px 14px 0 14px;

}

.secondary.left-sidebar div#navcontainer ul li {
	border: none;
}

.secondary.left-sidebar div#navcontainer ul li a{
	border: none;
	background: none;
	color: #56A0d3;
	padding-left: 0;
	font-size: 135%;

}

.secondary.left-sidebar div#navcontainer ul li a:hover {
	color: #336699;
}

.home .secondary aside.widget ul {
	margin: 0;

}

.onyenprotect::after {
	content: " (Onyen Restricted)";
	color: #cc0000;
	font-size: 0.83333em;
}

/* General Text Styles */

h1 {
	font-size: 160%;
	font-weight: normal !Important;
	color: #56a0d3;
	margin: 6px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #666;
	line-height: 120%;
}
h2 {
	background: no-repeat scroll 5px 5px transparent;
	border: 1px solid #FFFFFF;
	color: #333333;
	display: block;
	font-size: 110%;
	font-weight: bold;
	margin: 0px 0 4px 2px;
	padding: 0 0 2px 19px;
	text-transform: none;
	text-shadow: none;
}

#content div.entry-content h2 {
	background: no-repeat scroll 0px 5px  transparent;
	border: 1px solid #FFFFFF;
	color: #333333;
	display: block;
	font-size: 120%;
	font-weight: bold;
	margin: 22px 0 4px 0;
	padding: 0 0 2px 0;
	text-transform: none;
	text-shadow: none;
}

h2 a, h2 a:visited {
	color: #2376A1;
}

h2 a:hover {
	color:#2376A1;
}


h3 {
	font-size: 120%;
	font-weight:300;
	font-style: italic;
	margin: 20px 0 4px 0;
	padding: 0;
	color: #333;
}
h4 {
	font-size: 110%;
	margin: 18px 0 0px 0;
	padding: 0;
	color: #666;
}
pre, .quote {
	font-family: "Courier New", Courier, mono;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #FFC;
	padding: 2px 6px;
	font-size: 115%;
	margin:5px 0;
	line-height:1.2em;
}
p {
	color:#333;
	font-size: 90%;
	padding: 4px 0px;
	line-height: 145%;
	letter-spacing: .03em;
	margin-bottom:6px;
}

.note {
	background-color:#F7F7F1;
	border:1px solid #999999;
	color:inherit;
	margin: 10px 50px;
	padding: 5px 10px;
	line-height: 145%;
}

.note h3 {
	margin: 6px 0 2px 0;
	padding: 0;
}

.warning {
	background: #ffffcc;
	color: #cc0000;
	border: 1px solid #cc0000;
	padding: 0 10px;
	margin: 20px 5px;
}

.warning p {
	color: #C00 !important;
}

/* itsAlertify Banners Styles */
.its-alert-notice {
   margin-bottom: 15px;
   color: #000;
   }

.its-alert-notice.info {
	background-color: #d9edf7;
	border: 1px solid #bce8f1;
	color: #31708f;

}

.its-alert-notice.warning {
	background: #fcf8e3;
	border: 1px solid #faebcc;
	color: #8a6d3b;
	padding: 0;
	margin: 0 0 15px 0;

}

.its-alert-notice h4 {
	font-weight:bold;
	margin: 10px 10px 0 10px;
}

.its-alert-notice.warning h4{
	color: #8a6d3b;
	margin-left: 30px;
}

.gutter #its-alertify .its-alert-notice.warning p {
	color: #8a6d3b !important;
}

.its-alert-notice.warning h4:before {
	content: ' ';
	margin-left: -22px;
	margin-bottom: -20px;
	background: url("images/its-alert-warning.png") no-repeat;
	background-size: 20px;
	display: block;
	height:20px;
	width: 20px;
	/*color: #8a6d3b;*/
	/*font-size: 16px;*/
	/*content: "\f153";*/
	/*-webkit-font-smoothing: antialiased;*/
	/*font: normal 20px/1 'dashicons';*/

}

.its-alert-notice.info h4,
.its-alert-notice.info p {
	color: #31708f;
}

.its-alert-notice.info h4:before {

	color: #31708f;
	font-size: 16px;
	content: "\f348  ";
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	vertical-align: middle;
}

.its-alert-notice p {
	margin: 0;
	padding: 10px !important;
	font-size: 100%;
}
/* end itsAlertify styles */

.command {
	font-family: "Courier New", Courier, mono;
	font-size: 125%;
}

code {
	background-color: #F7F7F1;
	border: 1px solid #999;
	color: inherit;
	margin: 10px 50px;
	padding: 5px 10px;
	line-height: 145%;
}

#primary.right-content h1.entry-title, #primary.left-content h1.entry-title {
	width:100%;
}
#content ul {
	margin: 0 0 12px 8px;
	padding:0 0 0 8px;
	font-size:90%;
	line-height: 1.2em;
	list-style-type: none;
}


#content ul ul {
	font-size:100%;
}
#content ul li {
	padding-left: 1.0em;
	margin: 8px 0 0 0;
	background: url(images/ss_img_its_list-bullet-blue.png) no-repeat 0 .7em;
	line-height:1.2em;
}
#content ol {
	list-style-type:decimal;
}
#content ol ol, #content ol ol ol ol {
	list-style-type:lower-alpha;
}
#content ol ol ol {
	list-style-type: lower-roman;
}
/* HEADER */
#masthead{
	background:#56A0d3 repeat-x left top;
	height: 60px;
	margin: 0;
	padding: 0;
}

#masthead #logo {
	background: url("images/help-icon-retina.png") center center no-repeat;
	height: 6em;
	width: 84px;
	margin-top: 12px;
	margin-left: 15px;
	background-size: 94%;
	background-attachment: fixed \9;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/wp-content/themes/help/images/help-icon-retina.png', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/help/images/help-icon-retina.png', sizingMethod='scale')";
}

#masthead h1#sitename {
	position: absolute;
	padding:0;
	display: inline-block;
	font-family: 'Open Sans', Verdana, Arial, sans-serif;
	font-size: 150%;
	color: #FFFFFF;
	margin: 15px 0 0 98px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#masthead h1#sitename {
	margin-left: 0 \9;
	margin-left: 0\0/;
}

#masthead h3#siteunc {
	position: absolute;
	display: inline-block;
	white-space: nowrap;
	font-family: Georgia, Times New Roman, serif;;
	font-weight: 100;
	font-size: 85%;
	font-style: normal;
	color: #FFFFFF;
	margin: 35px 0 0 98px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#masthead h3#siteunc {
	margin-left: 0 \9;
	margin-left: 0\0/;
}

@-moz-document url-prefix() {
	#masthead h1#sitename {
		margin-left: 0;
	}
	#masthead h3#siteunc {
		margin-left: 0;
	}
}

#masthead #logo a.logolink img {
	display: none;
	background: none;
}

#masthead #logo a.logolink {
background: none;
}

#masthead #logo a.homelink img {
	display: none;
}

#masthead #logo a.homelink {
	background:none;
}

#masthead #logo div.quicklinks {
	display: none;
}

#masthead h3 span {
	display: inline-block;
	font-style: italic;
}

#masthead .search {
	float:right;
	height:60px;
	margin-right: 30px
}

#masthead .search .searchButton {
	background: transparent;
	border: 1px transparent;
	color: #333333;
	font-size: 120%;
	font-weight: bold;
	margin: 13px 25px 0 -39px;
	padding: 5px;
	outline: none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	box-shadow:none;
	filter: none;

}

#masthead .search .searchButton .dashicons {
	vertical-align: middle;
}

#masthead .search .searchButton-its2 {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	vertical-align: middle;
	transition: all 0.3s;
	background: #5596c9;
	color: #fff;
	box-shadow: 0 0 #545454;
	border: 1px solid #5778ae;
	/*border: 1px solid #336699;*/
	border-radius: 5px;
	padding: 8px 12px;

}

#masthead .search .searchButton-its2:hover {
	background-color: #336699;
}

#masthead .search .searchField {
	border: 1px transparent;
	color: #333333;
	font-size: 120%;
	width: 250px;
	height: 25px;
	letter-spacing: 0.03em;
	margin: 13px 0 0 25px;
	padding: 3px 40px 3px 4px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

.visuallyhidden {
	display: none;
}

/* Search Results Styling */
#results-controls, #results-pages {
	background-color:#FFFFFF;
	border-bottom:1px dotted #DDDDDD;
	color:#333333;
	font-size:85%;
	font-weight:normal;
	height:20px;
	margin:0pt;
	padding:4px 0pt;
	text-transform:uppercase;
	width:100%;
}
#results-controls div.pages, #results-pages div.pages {
	display: block;
	float:right;
	margin:4px 0 20px 0;
}
#results-controls span, #results-pages span {
	color:#666666;
	font-weight:bold;
	padding:0pt 2px;
}
#results-controls span.page-active, #results-pages span.page-active {
	background-color:#6699CC;
	color:#FFFFFF;
	font-weight:bold;
}
#results-controls span a:link, #results-controls span a:hover, #results-controls span a:visited, #results-pages span a:link, #results-pages span a:hover, #results-pages span a:visited {
	border-bottom:medium none;
	color:#56a0d3;
	padding:2px;
	text-decoration:none;
}
#results-controls span a:hover, #results-pages span a:hover {
	background-color:#6699CC;
	border-bottom:medium none;
	color:#FFFFFF;
	padding:2px;
}
#results {
	margin: 0;

}
#results p.searchResult {
	color:#56a0d3;
	font-size:120%;
	font-weight:bold;
	line-height:120%;
	margin:20px 0pt 0pt;
	padding:0;
	zoom: 1.0;
}
#results p.searchResult a:link, #results p.searchResult a:hover, #results p.searchResult a:visited {
	border-bottom:1px solid #EEEEEE;
	color:#333333;
	margin:0pt;
	padding:0pt;
	text-decoration:none;
}
#results p.searchResult a:hover {
	border-bottom:1px solid #333333;
	text-decoration:none;
}
#results span.doctype {
	color:#666666;
	font-size:70%;
	font-weight:normal;
	margin:0;
	padding:0;
	line-height: 1em;
}

/* Other Styles */
.entry-title {
	font-weight: bold;
}
.restricted {
	color: #cc0000;
	font-size: 0.83333em;
}
.pagination {
	border-top:1px dotted #ccc;
	padding-top:6px;
	text-align:right;
	margin-top: 20px;
}
.pagination ul.page-numbers {
	margin:0 !important;
	padding:0 !important;
}
.pagination .page-numbers li {
	font-size:80%;
	font-weight:bold;
	padding: 0px 8px 0px 4px !important;
	border-right: 1px solid #666;
	display:inline-block;
	background:none !important;
	margin:0 !important;
	line-height:1.3em;
}
.pagination .page-numbers li:last-child {
	border:none;
}
.pagination .page-numbers.current {
	background-color: #69C;
	color: white;
	padding:0 2px;
}
/* Footer */
footer#colophon > div {
	padding-left:20px;
}
#colophon .quicklinks {
	background: transparent url(images/ss_img_help_bg_help-links.gif) repeat-x scroll left bottom;
	font-size:80%;
	padding-bottom:6px;
}
#colophon .quicklinks ul {
	margin:0 !important;
	padding:0 !important;
}
#colophon .quicklinks ul li {
	display:inline-block;
	background:none !important;
	margin-right:15px;
}
#colophon #footer-nav {
	background-color: #85AED7;
	color:#fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
#colophon #footer-nav a {
	color:#fff;
}
#colophon #footer-nav ul {
	float:left;
	margin:0;
	padding:3px 0;
}
#colophon #footer-nav ul li {
	border-color:#fff;
}
#colophon #footer-nav ul li:first-child a {
	padding-left:0;
}
#colophon #footer-nav .morehelp {
	float:right;
	color:#fff;
	margin-top:3px;
	margin-right:8px;
	font-weight:bold;
}
#boiler {
	background: white url(images/ss_img_help_bg_boiler.gif) repeat-x scroll left top;
	height:68px;
	text-align:center;
	padding-right:20px;
	padding-top:20px;
}
/* #boiler a {
	margin:0 auto;
	display:block;
	width:225px;
	height:68px;
	background: url(images/ss_img_help_unc-ch.gif) no-repeat;
}*/

/* Homepage */
#alerts {
	background: #FEF9DC;
	border: 1px solid #E1CF85;
	margin: 0pt 10px 20px 0;
	padding: 4px 10px;
	font-size:85%;
	color: #000;
}
#alerts h4 {
	font-weight:bold;
	margin: 0 0 0px 0;
	color: #000;
}
#alerts p {
	margin: 0;
	padding: 10px !important;
	font-size: 100%;
}

.front-footer-left {
	width: 100%;
	float: left;
}


.front-footer-left li, .front-footer-right li {
	margin: 8px 0 0 -10px !important;
	line-height: 2em !important;
}

#content .gutter {
	padding: 6px 10px 6px 6px;
}

#help-overview {
	margin: 0pt 10px 0pt 0pt;
	padding: 0pt;
	float: left;
	width: 100%;
}

#help-overview h2 {
	margin-top: 0;
	color: #F0853A;
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	background: none;
	padding: 6px 10px 6px 6px;
}

#help-page-content {
	margin-left: 10px;
}

#help-services-search  {
	margin-bottom: 35px;
	white-space: nowrap;
}

#help-services-search input#help-search {
	min-width: 545px;
	margin-left: 10px;
	height: 27px;
	font-size: 27px;
	vertical-align: middle;
}

#help-services-search #help-search-btn {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	vertical-align: middle;
	transition: all 0.3s;
	background: #56A0d3;
	color: #fff;
	box-shadow: 0 0 #545454;
	border-color: transparent;
	border-radius: 5px;
	padding: 10px 12px;
	filter: none;

}

#help-services-search #help-search-btn:after {
	position: absolute;
	z-index: -1;

}

#help-services-search #help-search-btn:hover {
	background-color: #336699;

}

#help-services {
	display: inline-block;
	position: relative;
	min-height: 200px;
	margin-bottom: 15px;

}

#help-services ul {
	white-space: nowrap;
	margin: 0 auto;
}

#help-services #help-services-wrapper {
	display: inline-block;

}

#help-services ul li.help-service-link {
	position: relative;
	display: inline-block;
	background: none;
	margin: 15px 20px 15px 20px;
	text-align: center;
	opacity: .9;

}

#help-services ul li.help-service-link.first {
	margin: 15px 20px 15px 0;

}

#help-services ul li.help-service-link:hover {
	opacity: 1;

}

#help-services ul li.help-service-link h3 {
	font-style: normal;

}

#help-services ul li.help-service-link img {
	height: 84px;
}

.front-footer-left h2#featured-docs-header {
	background: none;
	border: none;
	font-size: 150%;
	font-weight: normal;
	color: #F0853A;
	padding-left: 15px;
	margin: 0 auto;
}

#help-featured-docs.front-footer-left ul {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
}

#help-featured-docs.front-footer-left ul li,
#help-featured-docs.front-footer-left ul li a {
	list-style-type: none;
	background: none;
	color: #56A0d3;

}

#help-featured-docs.front-footer-left ul li a:hover {
	color: #336699;
}

#results .page-header h2{
	color: #56a0d3;
	font-size: 16px;
	line-height: 140%;
	margin-top: 10px;
	font-style: normal;
	display: block;
	margin-left: 0;
	padding-left:0;
}

.page-header h2 {
	color: black;
	font-size: 100%;
	line-height: 140%;
	margin: 0pt;
	font-style: normal;
	display: block;
}

/* Nav Styling */
#navcontainer ul {
	list-style-type:none;
	margin:0pt 0pt 20px 10px;
	padding:0pt;
	text-align:left;
}
#navcontainer ul li {
	border-bottom:1px solid #EAEACC;
	font-size:85%;
	padding:2px 0 10px 0;
	text-transform:uppercase;
}
#navcontainer ul li a {
	background:transparent url(images/ss_img_help_bullet-arrow.gif) no-repeat scroll 0% 50%;
	border:medium none;
	color:#333333;
	display:block;
	font-family:'Open Sans',verdana,geneva,Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size: 11.5px;
	padding-left:12px;
	text-align:left;
	text-decoration:none;
}
#navcontainer ul li span {
	display:block;
	margin-left:14px;
}
#navcontainer ul li a:hover {
	color:#56a0d3;
	display:block;
	text-decoration:none;
}
#navcontainer ul li a.active {
	background:transparent url(images/ss_img_help_bullet-arrow-on.gif) no-repeat scroll 0% 50%;
	color:#56a0d3;
	display:block;
	text-decoration:none;
}
#navcontainer ul li.active {
	background:transparent none repeat scroll 0%;
}
#navcontainer ul li ul {
	background:transparent none repeat scroll 0%;
	list-style-type:none;
	margin:0pt 0pt 10px 10px;
	padding:0pt;
}
#navcontainer ul li ul li {
	background:transparent url(images/ss_img_help_icon-doc.gif) no-repeat scroll 0% 50%;
	border:medium none;
	font-size:100%;
	font-weight:normal;
	line-height:16px;
	margin:2px 0pt 0pt;
	padding:2px 0px 0px 16px;
	text-transform:none;
}
#navcontainer ul li ul li.active {
	background:transparent url(images/ss_img_help_icon-doc.gif) no-repeat scroll 0% 50%;
}
#navcontainer ul li ul li a {
	background:transparent none repeat scroll 0%;
	border:medium none;
	color:#333333;
	display:inline;
	font-weight:normal;
	margin:0pt;
	padding:0pt;
	text-decoration:none;
}
#navcontainer ul li ul li a.active {
	background:transparent none repeat scroll 0%;
	color:#56a0d3;
	display:inline;
	font-weight:bold;
}
#navcontainer ul li ul li a:link, #navcontainer ul li ul li a:visited {
	border-bottom:1px dotted #DFE6EE;
	color:#56a0d3;
}
#navcontainer ul li ul li a:hover {
	border-bottom:1px solid #56a0d3;
	color:#56a0d3;
	display:inline;
}
#navcontainer ul li ul.children {
	display:none;
}
#navcontainer ul li.current-cat ul.children, #navcontainer ul li.current-cat-parent ul.children {
	display:block;
}

/* Begin Footer */


#document-footer {
	background-color:#F7F7F1;
	border-top:2px solid #EFEFE7;
	font-size:90%;
	margin:20px 0pt 0pt;
	padding:10px 20px;
}
#document-footer p {
	font-size:90%;
	font-weight:bold;
	margin:0pt 0pt 4px;
	padding:0pt;
}
div#footerCopyright {
	display:none;
}
.footer-feedback {
	float:right;
	margin:0pt;
	padding:0pt;
}
.footer-feedback ul {
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}
.footer-feedback ul li {
	list-style-type:none;
	margin:0pt;
	padding-left:14px;
}

/* End Footer */

/* Table Styling */

#Main table, #Main td {
	border: 1px solid #999;
	border-collapse: collapse;
}
#Main td p {
	padding: 4px;
}

table tr:nth-child(2n+1) td {
	background-color: white;
}

table {
	width: 70%;
}

table th, td {
	border: 1px solid #BBB;
}

a:link, a:visited {
	color: #56a0d3;
	margin: 0pt;
	padding: 0pt;
	text-decoration: none;
}

a:hover {
color: #336699;

}

/*Gravity Forms Style Overrides */
#content .gform_wrapper .gfield_description {
	font-size: 100%;
	color: #cc0000;
	margin-bottom: 10px;

}

/* Incorporating Custom CSS additions */

.emergency {
	color:#ff0000;
}

.collapseomatic {
	background-image: url(/wp-content/themes/help/images/button-expand.png);
	background-position: 0% 50%;
	padding: 0 0 0 20px;
}

.colomat-close {
	background-image: url(/wp-content/themes/help/images/button-collapse.png);
	background-position: 0% 50%;
	padding: 0 0 0 20px;
}

/*#content div.entry-content h2 {*/
	/*background: url(/wp-content/themes/help/images/help-heading-square.png) no-repeat scroll 0 5px transparent;}*/

#carousel .slider-wrapper {
	padding: 20px !important;
	margin: 0 auto;
}

#content .entry-content .container-rounded {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #ffffff;
	border:1px solid #CCCCCC;
	margin: 10px;
	padding: 20px;
	width: 200px;
	height: 280px;
	-webkit-box-shadow: #B3B3B3 2px 2px 2px;
	-moz-box-shadow: #B3B3B3 2px 2px 2px;
	box-shadow: #B3B3B3 2px 2px 2px;
}

#nav li.menu-item .my-sites, #nav li.menu-item .sign-in {display: none;}

p.byline {display: none;}

h2.single-title, h1.archive-title {color: #333;}

#navcontainer ul li {
	text-transform: none;
	padding: 6px 0 6px 10px;
}
#navcontainer ul li span {display: none;}

#navcontainer ul  {margin-left: 0;}
#navcontainer ul li {text-transform: none;}
#navcontainer ul li span {display: none;}
#navcontainer ul li {border-bottom: none;}
#navcontainer ul li a {background: none; padding-left: 0;}
.page-header h2 {color: #333; background-image: none; padding: 2px;}
#results p.searchResult {background: none; padding-left: 0;}
.secondary.left-sidebar div#navcontainer h2 {
	text-transform: none;
	font-size: 120%;
	font-weight: normal;
}

#colophon .quicklinks {background: none;}
#colophon #footer-nav {background-color: #56a0d3;}
#boiler a {display: none;}


#category-button{
	display:none;
}




p {
font-size: 100%;
letter-spacing: normal;}


h1,h2,h3,h4 {
 font-family: 'Open Sans', sans-serif; 
 font-weight: 400;
}


#content h1.entry-title {
color: #333;}

#content div.entry-content h2 {
font-size: 150%;
font-weight: 300;
color: #F0853A;
}


#results .page-header h2 {
font-size: 220%;
margin-top: 0;
font-weight:400;
color: #333;
}

#primary.right-content h1.entry-title, #primary.left-content h1.entry-title{
 font-weight:400 !important; 
}


#content div.entry-content h3 {
font-size: 120%;
color: #333;
font-style: normal;
font-weight: 300;
text-transform: uppercase;}

.secondary.left-sidebar div#navcontainer h2{
 font-weight:300;
  font-size:150%;
}



#navcontainer ul li a, #masthead h1#sitename{
 font-family: 'Open Sans', sans-serif;
 font-weight:400;
}

h1 { 
margin: 0 0 20px 0;
border-bottom: none;
font-size: 220%;}

#content ul { list-style: square outside none;}

#content ul li {
line-height: 165%;
text-align: left;}

#results p.searchResult a:link, #results p.searchResult a:hover, #results p.searchResult a:visited {
 border-bottom: none;
font-weight: normal;
color: #56a0d3;}

#results p.searchResult a:hover{
  color:#336699;
}
#results p.searchResult {margin-bottom:30px}

#navcontainer ul li ul li {
 background:none; 
}


 #main{
  padding:0;
  margin:0;
  min-width:100%;
  width:100%;
  margin-top:35px;
 
}

body {
 width:100%; 
 background:#f1f1f1;

}

 #page{
  min-width:100%;
  width:100%;
  
}

#primary.right-content {
float: none;
min-width: 0;
width: auto;
box-shadow: none;
margin: 0;
background: transparent;
}


#content{
padding: 0;
box-shadow: 0 0 3px #ccc;
margin: 5px 20px 10px;
background: white;
}
.secondary.left-sidebar{
	width:250px;

}
.secondary.left-sidebar div#navcontainer {
margin: 30px 14px 0 14px;
padding-top: 0px;
}

#boiler{
 background:transparent; 
}

div#utility_bar{
 width:100% !important; 
 padding-left: 10px;
 padding-right:10px;
}

#colophon #footer-nav a:hover{
  color: #d1d1d1;
}

 #help-services-search input#help-search{
    min-width:0px;
    width:60%;
  }
.footer-links{
	width:100%;
	background:#56A0d3;
}


.footer-links a{
	font-size: 13px;
	font-weight: 300;
	color:white;
}

 .footer-links a img{
 	padding-left:0px;
 	border: 0;
    height: 50px;
    padding:5px 10px;
    vertical-align: middle;
 }

 .footer-links li {
 	border-left:0;
	opacity:.9;

 }

 .footer-links li:hover{

 	opacity:1;
 }

 #footer-nav ul{
 	padding:0;
 	margin:0;

 }

 #primary.right-content{
 	float:none;
 	min-width:0;
 	width:auto;

 }

 #secondary.left-sidebar{
 	padding-top: 35px;
 }

#footer-nav ul li{
	border-left: none;
	text-align: left;
	width: 25%;
	border: 0;
	display: inline-block;
	margin: 0;
	padding: 0;
	background: none;
}

#footer-nav ul {

	list-style-type: none;
}
#footer-nav{
	margin-top:0;
	border-top:0;
}

.doc-footer {
	margin-top:100px;

}

.ac-footer {
	margin:0 20px;
}

ul.right-footer{
	float:right;
	height:50px;
}
ul.right-footer img {
	vertical-align:middle;
}
ul.right-footer img:hover{
	opacity:.7;
}
ul.left-footer{
	float:left;
	line-height:50px;
}

ul.left-footer a{

	color:#555;
}
ul.left-footer a:hover{
	color:#56A0d3;
}

ul.hor-nav {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.hor-nav li{
	display:inline;
	padding-right:10px;
	height:50px;

}

ul.hor-nav.right-footer li{
	padding-right:0px;

}
.content-wrap {
	padding:20px;

}
#primary #content article, #primary #content #results {
}



div#utility_logo{
	padding-left:20px;
}

@media only screen and (max-width:1100px){
.footer-links a{
	font-size:10px;
}

#footer-nav ul li a{
	display:block;
}
}

@media only screen and (max-width:992px){
  div.gray {
    display:none;
  }
  
  #help-services ul li.help-service-link, #help-services ul li.help-service-link.first{
   margin:0; 
  }

  .footer-links a img{
	display: block;
	text-align: center;
	padding: 0px;
	margin: auto;
  }

  #footer-nav ul li{
  	text-align:center;
  }

}

@media only screen and (max-width:745px){


  #primary.right-content {
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
  }
  .logolink{
   height:65px; 
   
  }
  #masthead .search{
	float: none;
	margin-left:0px;
	margin-right:0;
	padding-top: 62px;
	text-align: left;
  }

  div#navcontainer h2#category-button {
  	float:none;
  	width:100%;
  	margin-top:0;
	cursor: pointer;
	display: block;
	outline: none;
	color: #333;
	box-shadow: 0 0 1px #aaa;
	border-color: transparent;
	padding:0;
	margin:0;
	padding:10px 0;
	background:#ccc;


  }

  #category-header{
  	display:none;
  }
  div#navcontainer h2#category-button:hover{
  	background: #56a0d3;
  	color:white;
  }

  .secondary.left-sidebar div#navcontainer{

  	margin: 0 20px;
  }
  #main{
    padding-top:35px;
  }
  
  #masthead .search .searchField{
   width: 40%;
   margin: 0;
  }
  
  #help-services-search input#help-search{
    min-width:0px;
  }
  
  #help-services ul li.help-service-link{
   display: block; 
   margin:0;
   width:40%;
   float: left;

  }
  
  #help-services #help-services-wrapper{
   width:100%; 
  }
  
  #help-services{
   width:100%; 
  }
  
  #help-services ul li.help-service-link.first{
   margin:0; 
  }


  div#navcontainer ul{
  	display:none;
  }



.secondary.left-sidebar{
	width:100%;
	background:transparent;
	padding-bottom:10px;
}

  #content {
  	margin-top:5px;
  }

 .secondary.left-sidebar div#navcontainer{
 	padding-top:0;
 	background:white;
 	box-shadow:0 0 2px #aaa;
 }

 .secondary.left-sidebar div#navcontainer ul.show-categories{
 	display:block;
 }
 .secondary.left-sidebar div#navcontainer ul li{
 	padding:0;
 }

.secondary.left-sidebar div#navcontainer ul li a{
	text-align: left;
	padding:10px 20px;
	}

.secondary.left-sidebar div#navcontainer ul li a:hover{
	background:#56A0d3;
	color:white;
}

.secondary.left-sidebar div#navcontainer h2{

	text-align:center;
}

  .secondary.left-sidebar div#navcontainer ul li ul{
	padding:0px;
  	
  }
  .secondary.left-sidebar div#navcontainer ul li ul li a {
  	display:block;
  }
}



input[type=email], input[type=text], input[type=tel] {
	padding: 4px 7px;
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}


/* Bomgar stuff */

.page-template-bomgar-form .danger {
	clear: both;
	color: red;
	font-weight: bold;
}

.page-template-bomgar-form #primary.full-width-content {
	width: auto;
	max-width: 600px;
	margin-bottom: 30px;
}
.page-template-bomgar-form #content {
	padding: 15px 20px;
}
#bomgar {
	padding: 20px 0;
}
#bgchat {
	border: 1px solid #4F8FBB;
    background: #56a0d3 url(/wp-content/themes/help/images/footer-icons-chat.png) 6px center no-repeat;
    width: 200px;
    height: 60px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(150,150,150,.6);
    font-size: 1.8em;
    padding-left: 60px;
    border-radius: 3px;
    box-shadow: none;
}
#bgchat:hover {
	box-shadow: 0 1px 1px rgba(100,100,100,.5);
	border: 1px solid #3C6E8C;
}
#bomgar .submit {
	margin-top: 10px;
	clear: both;
	text-align: center;
}
.bgrow {
	clear: both;
	padding-bottom: 10px;
}
.bgrow label,
.bgrow input {
	width: 50%;
	font-size: 1.2em;
	line-height: 25px;
	margin-bottom: 10px;
}
.bgrow label {
	float: left;
}
.bgrow input {
	float: right;
}
#bomgar p.danger {
    border: 1px solid red;
    border-radius: 3px;
    padding: 5px 10px;
    background-color: #FFD8D8;
    margin: 5px 0;
}
.bgaffrow {
	padding: 10px 0;
	clear: both;
}
.bgaffrow input {
	float: left;
	width: 5%;
	font-size: 2em;
}
.bgaffrow label {
	floar: left;
	width: 95%;
}

@media only screen and (max-width:428px){
	.footer-links a span{
		display:none;
	}
}
@media only screen and (max-width: 500px) {
	.bgrow label,
	.bgrow input {
		float: none;
		width: 100%;
	}
}