/************************************************************************/
/**	CSS RESET - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded
/************************************************************************/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: 400;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
/************************************************************************/
/**	HTML5 ELEMENTS FOR DUMB BROWSERS
/************************************************************************/
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/************************************************************************/
/**	LESS Mixins - http://designshack.net/articles/css/10-less-css-examples-you-should-steal-for-your-projects/
/************************************************************************/
/* Uniform Border-Radius Mixin */
/* Implementation */
#example {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
/* Custom Border-Radius Mixin */
/* Implementation */
#example {
  -webkit-border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  border-radius: 20px 20px 0px 0px;
}
/* Box Shadow Mixin */
/* Implementation */
#example {
  -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
}
/************************************************************************/
/**	TYPOGRAPHY
/************************************************************************/
body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #666666;
  background: #0e6f98;
}
h1 {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 2.286em;
  /*32px*/
  text-transform: uppercase;
  padding: 0 0 15px 0px;
  margin: 0;
  color: #0e6f98;
}
h2 {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 1.714em;
  /*24px*/
  text-transform: uppercase;
  padding: 5px 0 10px 0px;
  margin: 0;
  color: #0e6f98;
}
.content_home h2 {
  font-size: 2.286em;
  /*32px*/
}
h3 {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 1.286em;
  /*18px*/
  text-transform: uppercase;
  padding: 0 0 10px 0px;
  margin: 0;
  color: #0e6f98;
  line-height: 1 !important;
}
p {
  line-height: 1.5;
  padding: 0 0 20px 0;
  margin: 0;
}
.highlight {
  background: #eca800;
  color: #ffffff;
}
ul {
  margin: 0 0 5px 0;
  padding: 5px 0 0 0;
  line-height: 1.5;
  list-style-type: none;
  list-style-image: none;
}
.content ul:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  height: 100%;
  width: 2px;
  margin: 0;
  background: #333333;
}
ol {
  list-style: decimal;
  margin: 0 0 5px 20px;
  line-height: 1.5;
  overflow: hidden;
  zoom: 1;
}
ol li ul {
  margin: 5px 0 0 18px;
}
li {
  margin: 0;
  padding: 0 0 5px 30px;
  position: relative;
}
.content ul li {
  background: url(http://www.jacksoncountycares.org/wp-content/themes/jccmhf/_images/list_bg.png) 7px 2px no-repeat;
  margin: -2px 0 0 0;
  padding: 0 0 12px 30px;
  overflow: hidden;
  zoom: 1;
}
.content ul li:last-child {
  background: transparent;
}
.content ul li:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  height: 15px;
  width: 15px;
  margin: 0;
  background: #cccccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.content ul li.accredited:before {
  background: #eca800;
}
hr {
  border-top: 0px;
  border-right: 0px;
  border-bottom: 1px solid #cccccc;
  border-left: 0px;
  height: 1px;
  margin: 0 0 30px 0;
  padding: 10px 0 0 0;
  clear: both;
}
/************************************************************************/
/**	LINKS
/************************************************************************/
a,
a:visited {
  color: #e2a100;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a.button,
a.button:visited {
  display: inline-block;
  background: #eca800;
  padding: 0 25px;
  line-height: 40px;
  height: 40px;
  color: #ffffff;
  text-decoration: none;
  margin: 0 0 5px 0;
  font-family: 'Archivo Narrow', sans-serif;
  text-transform: uppercase;
  font-size: 1.143em;
  /*16px*/
}
a.button.apply,
a.button.apply:visited {
  float: right;
  font-size: 14px;
  padding: 0 15px;
  line-height: 30px;
  height: 30px;
  margin: 5px 0 0 20px;
}
a.button:hover {
  background: #d89900;
}
a.button:active {
  background: #eca800;
}
.wrapper_row {
  background: #ffffff;
  width: 100%;
}
.wrapper {
  margin: 0 auto;
  width: 960px;
  padding: 0 0 40px 0;
}
/************************************************************************/
/**	HEADER
/************************************************************************/
.header {
  width: 100%;
  display: block;
  padding: 25px 0;
}
.logo {
  width: 465px;
  height: 90px;
  background: url(http://www.jacksoncountycares.org/wp-content/themes/jccmhf/_images/logo.png) no-repeat;
  overflow: hidden;
  float: left;
  margin: -5px 0;
  text-indent: -9999px;
}
.header_translate {
  display: none;
  position: absolute;
  right: -1px;
  top: 0;
  z-index: 1;
}
.header_links {
  float: right;
  margin: 10px 0 20px 0;
}
.header_link {
  color: #e2a100;
  line-height: 20px;
  text-transform: uppercase;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 1.143em;
  /*16px*/
}
.header_link_translate {
  display: inline-block;
  height: 20px;
  border-right: 1px solid #333333;
  padding: 0 10px 0 0;
  margin: 0 5px 0 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.header_link_translate:hover {
  text-decoration: underline;
  color: #e2a100;
}
#searchform {
  background: #eeeeee;
  border-bottom: 1px solid #ffffff;
  float: right;
  clear: right;
}
#searchform:focus {
  background: #eeeeee;
  border-bottom: 1px solid #eca800;
}
.searchbox {
  border: 0;
  background: transparent;
  padding: 0 5px !important;
  height: 30px;
  line-height: 30px;
  color: #666666;
  font-size: 14px !important;
  margin: 0 0 0 0 !important;
  -webkit-appearance: none;
}
.button_search {
  border: 0;
  cursor: pointer;
  height: 30px;
  width: 15px;
  background: url(http://www.jacksoncountycares.org/wp-content/themes/jccmhf/_images/button_search.png) no-repeat left 50%;
  text-indent: -9999px;
  margin: 0 10px 0 0;
  -webkit-appearance: none;
}
.button_search:hover {
  background-position: right 50%;
}
/* =font resizing stuff:
 * ================================================== */
.fontresize {
  display: none;
  /* hide from non-Javascript browsers */
  color: #666666;
  cursor: pointer;
  font-family: 'Archivo Narrow', sans-serif;
}
.fontresize:hover {
  color: #333333;
}
.text_size {
  float: right;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0 0 0 0;
  margin: 0 15px 0 0;
  line-height: 30px;
}
#small {
  font-size: 14px;
}
#medium {
  font-size: 16px;
}
#large {
  font-size: 18px;
}
.text_size .current {
  text-decoration: none;
  cursor: default;
}
/************************************************************************/
/**	HEADER NAVIGATION
/************************************************************************/
.header_nav {
  position: relative;
  display: block;
  z-index: 10;
  margin: 0 0 0 0;
  background: #0e6f98;
  width: 100%;
  font-size: 14px;
  text-align: center;
}
.header_nav ul {
  padding: 0;
  margin: 0 0 0 0;
  list-style-image: none;
  list-style-type: none;
}
.header_nav ul li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0 0 0 0;
}
.header_nav ul li a,
.header_nav ul li a:visited {
  color: #ffffff;
  text-decoration: none;
  list-style: none;
  padding: 0 20px;
  height: 55px;
  line-height: 55px;
  margin: 0;
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Archivo Narrow', sans-serif;
}
.header_nav ul li:hover {
  background: #0c5e81;
}
/**	DROPDOWNS **/
.header_nav ul li .sub-menu {
  list-style-image: none;
  display: none;
  position: absolute;
  margin: 0 0 0 0;
  width: 200px;
  padding: 0 0 0 0;
  top: 55px;
  left: 0;
  z-index: 9;
  text-align: left;
}
.header_nav ul li:hover .sub-menu {
  display: block;
}
.header_nav ul li .sub-menu li {
  float: left;
  position: relative;
  margin: 0;
}
.header_nav ul li .sub-menu li a,
.header_nav ul li .sub-menu li a:visited {
  color: #333333;
  text-transform: uppercase;
  width: 170px;
  margin: 0 0 0 0;
  border: 0;
  text-decoration: none;
  background: #eeeeee;
  padding: 0 15px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}
.header_nav ul li .sub-menu li:hover a {
  background: #dddddd;
}
/************************************************************************************************************************************************/
/**	BREADCRUMBS
/************************************************************************************************************************************************/
.breadcrumbs {
  list-style: none;
  padding: 10px 0;
  margin: 0 0 20px 0;
  font-size: .857em;
  border-bottom: 1px solid #cccccc;
  font-family: 'Archivo Narrow', sans-serif;
  text-transform: uppercase;
}
.breadcrumbs li {
  float: left;
  margin: 0 0 0 0;
  padding: 0;
  font-weight: normal;
  color: #333333;
}
.breadcrumbs li span {
  font-weight: normal;
  color: #cccccc;
  margin: 0 5px 0 5px;
}
.breadcrumbs li a,
.breadcrumbs li a:visited {
  font-weight: normal;
  text-decoration: none;
  color: #cccccc;
}
.breadcrumbs li a:hover {
  color: #333333;
  text-decoration: none;
}
/************************************************************************/
/**	CONTENT
/************************************************************************/
.page {
  width: 100%;
  background: url(http://www.jacksoncountycares.org/wp-content/themes/jccmhf/_images/page_bg.png) repeat-y;
  margin: 0 0 0 0;
}
.content {
  width: 700px;
  float: right;
}
.page.full {
  background: transparent;
}
.content.full,
.content_home {
  width: 100%;
  display: block;
}
.billboard {
  margin: 0 0 40px 0;
}
.wildcards {
  width: 100%;
  overflow: hidden;
  margin: 0 -4px 0 0;
  display: block;
  padding: 40px 0 0 0;
}
.wildcard {
  width: 270px;
  float: left;
  padding: 15px 20px 5px 20px;
  position: relative;
  background: #eeeeee;
  margin: 0 15px 0 0;
}
.wildcard:last-child {
  margin: 0;
}
.wildcard h2 {
  margin: 0 0 15px 0;
  font-size: 2.286em;
  /*32px*/
}
.wildcard a {
  font-family: 'Archivo Narrow', sans-serif;
  text-transform: uppercase;
  font-size: 1.071em;
  /*15px*/
}
a.wildcard_link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(http://www.jacksoncountycares.org/wp-content/themes/jccmhf/_images/transparent.png) repeat;
  z-index: 1;
}
.sidebar {
  float: left;
  width: 220px;
}
.sidebar img {
  vertical-align: bottom;
}
/**	MENU **/
.sidebar_menu {
  float: left;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  list-style-image: none;
  list-style-type: none;
  font-family: 'Archivo Narrow', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}
.sidebar_image {
  vertical-align: bottom;
}
.sidebar_menu li {
  position: relative;
  padding: 0;
  margin: 0;
}
.sidebar_menu li a,
.sidebar_menu li a:visited {
  text-decoration: none;
  list-style: none;
  padding: 0 15px;
  line-height: 40px;
  width: 190px;
  display: block;
  height: 40px;
  overflow: hidden;
  color: #333333;
}
.sidebar_menu li:hover a {
  background: #dddddd;
}
.sidebar_menu li.current_page_item {
  border: 0px;
}
.sidebar_menu li.current_page_item a,
.sidebar_menu li.current_page_item a:visited {
  background: #0e6f98;
  color: #ffffff;
}
.sidebar_menu li.current_page_item a:after {
  content: '';
  position: absolute;
  top: 0;
  right: -15px;
  border-left: 15px solid #0e6f98;
  display: block;
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  margin: 0;
}
.acf-map {
  width: 100%;
  height: 500px;
  margin: 0 0 20px 0;
}
.acf-map h3 {
  padding: 0 0 5px 0px;
}
.acf-map p {
  line-height: 1.5;
  padding: 0 0 10px 0;
  margin: 0;
  font-family: Arial, sans-serif;
  color: #333333;
}
.meta {
  color: #999999;
}
.acf-map a.button,
.acf-map a.button:visited {
  padding: 0 15px;
  line-height: 30px;
  height: 30px;
  margin: 5px 0 2px 0;
}
.events {
  background: url(http://www.jacksoncountycares.org/wp-content/themes/jccmhf/_images/events_bg.png) repeat-y top right;
  border-top: 1px solid #cccccc;
}
.events_list {
  width: 460px;
  float: left;
  margin: 0 0 0 0;
}
.content .events_menu {
  width: 200px;
  float: right;
  list-style-image: none;
  list-style-type: none;
  font-family: 'Archivo Narrow', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
.content .events_menu li {
  position: relative;
  padding: 0;
  margin: 0;
  background: transparent;
}
.content .events_menu li a,
.events_menu li a:visited {
  text-decoration: none;
  list-style: none;
  padding: 0 15px;
  line-height: 40px;
  width: 170px;
  display: block;
  height: 40px;
  overflow: hidden;
  color: #333333;
}
.content .events_menu li:hover a {
  background: #dddddd;
}
.content .events_menu li:before {
  display: none;
}
/**	WP PAGE NAVI **/
.wp-pagenavi {
  padding: 0;
  margin: 0;
  display: block;
  text-transform: uppercase;
  color: #333333;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: .857em;
}
.wp-pagenavi a,
.wp-pagenavi a:visited {
  color: #333333;
}
.wp-pagenavi .pages {
  padding: 0 20px 0 0;
}
.wp-pagenavi .page {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  display: inline-block;
  background: transparent;
}
.wp-pagenavi .current {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  background: #dddddd;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
  display: inline-block;
  margin: 0 .5em;
}
/************************************************************************/
/**	FORMS
/************************************************************************/
.gform_wrapper ul li.gfield {
  margin: 0 !important;
  padding: 0 0 0 0 !important;
  background-image: none;
}
.gform_wrapper {
  max-width: 100% !important;
  margin: 0 0 15px 0 !important;
}
.gform_wrapper .gform_heading {
  display: none !important;
}
.gform_wrapper .gform_footer {
  margin: 0 !important;
  padding: 10px 0 0 0 !important;
}
.gfield_select,
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=file],
.gform_wrapper textarea {
  border: 0;
  background: #eeeeee;
  padding: 10px !important;
  color: #666666;
  font-size: 16px !important;
  margin: 0 0 15px 0 !important;
  border-bottom: 1px solid #ffffff;
}
.ginput_container input:focus,
.gfield_select:focus,
textarea:focus {
  border-bottom: 1px solid #eca800;
}
.gform_wrapper .gfield_label {
  font-weight: normal !important;
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
}
.gform_button {
  border: 0;
  display: block !important;
  background: #eca800;
  padding: 10px 20px !important;
  color: #ffffff;
  text-decoration: none;
  margin: 0 0 0 0 !important;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Archivo Narrow', sans-serif;
}
.gform_button:hover {
  background: #e2a100;
}
.gform_wrapper.gf_browser_ie .gform_footer input.button {
  padding: 10px 20px !important;
}
.gform_wrapper .gfield_required {
  color: #eca800 !important;
}
/************************************************************************/
/**	FOOTER
/************************************************************************/
.footer_row {
  width: 100%;
}
.footer {
  margin: 0 auto;
  padding: 40px 0 50px 0;
  width: 960px;
  color: #ffffff;
  font-family: 'Archivo Narrow', sans-serif;
}
.footer a,
.footer a:visited {
  color: #ffffff;
}
.footer_meta {
  padding: 0;
  margin: 0;
  float: left;
}
.footer ul {
  padding: 0;
  margin: 0;
  list-style-image: none;
  float: left;
  line-height: 1;
  text-transform: uppercase;
}
.footer ul li {
  margin: 0;
  padding: 0;
  display: inline;
}
.footer ul li a,
.footer ul li a:visited {
  color: #ffffff;
  float: left;
  list-style: none;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
  display: inline;
  border-left: 1px solid #ffffff;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer ul li.last-menu-item a,
.sub_footer ul li.last-menu-item a:hover {
  border-right: 0px;
}
.footer_youtube {
  float: right;
  display: block;
  width: 45px;
  height: 18px;
  background: url(http://www.jacksoncountycares.org/wp-content/themes/jccmhf/_images/icon_youtube.png) no-repeat;
  text-indent: -9999px;
}
#sc_events_calendar:after {
  display: block;
  float: none;
  clear: both;
  height: 0;
  content: ".";
  text-indent: -9999px;
}
#sc_calendar table {
  width: 100%;
  border-collapse: collapse;
  float: none !important;
}
#sc_calendar th {
  width: 13.25%;
  background: #fdfdfd;
  border: 1px solid #cccccc;
  text-align: center;
  font-size: .857em;
  font-family: 'Archivo Narrow', sans-serif;
  text-transform: uppercase;
  padding: 10px 0!important;
}
#sc_calendar td {
  width: 13.25%;
  border: 1px solid #cccccc;
  font-size: .857em;
  padding: 0 !important;
}
#sc_calendar td.calendar-day {
  background: #fbfbfb;
  height: 40px;
}
#sc_calendar td.calendar-day-np {
  background: #f0f0f0;
}
#sc_calendar td div.sc_day_div {
  padding: 8px 8px 0 8px;
}
#sc_events_calendar_head {
  padding: 8px;
  height: 26px;
  background: #f0f0f0;
  border: 1px solid #cccccc;
  border-bottom: none;
}
#sc_event_select,
#sc_event_nav_wrap,
#sc_events_calendar_head h2 {
  width: 33%;
  float: left;
  margin: 0;
  clear: none;
}
#sc_event_nav_wrap {
  text-align: right;
}
#sc_event_nav_wrap form {
  display: inline;
  text-align: right;
}
#sc_events_calendar_head h2 {
  text-align: center;
  line-height: 26px;
}
#sc_events_calendar select,
#sc_events_calendar input {
  margin: 0 5px 0 0;
}
.sc_small #sc_event_nav_wrap {
  margin: 8px 0 0 0;
}
.sc_small #sc_event_nav_wrap,
.sc_small #sc_event_select {
  float: none;
  width: 100%;
}
.sc_small #sc_calendar td div {
  padding: 1px;
}
.sc_small #sc_event_nav_prev,
.sc_small #sc_event_nav_next {
  display: block;
  width: 50%;
  float: left;
}
.sc_small #sc_event_nav_prev {
  text-align: left;
}
#sc_calendar td div.day-number {
  float: right;
  margin: -6px -4px 0 0;
}
.sc_small #sc_calendar td div.day-number {
  float: none;
  text-align: right;
  padding: 0;
  margin: -3px 1px 0 0;
}
.sc_event_details {
  margin: 0 0 15px;
}
h2#sc_calendar_title {
  padding: 0;
}
.sc_event_datetime {
  font-size: 1.286em;
}
#sc_calendar_wrap {
  margin: 0 0 40px 0;
}
.day-number {
  font-family: 'Archivo Narrow', sans-serif;
  padding: 2px;
}
#sc_calendar td div.sc_day_div a {
  display: block;
}
/************************************************************************/
/**	FORCE VERTICAL SCROLLBAR: http://ryanfait.com/ (Stops horizontal 
	"site-jump" that Larry always complains about.)
/************************************************************************/
html,
body {
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
}
/************************************************************************/
/** Default WordPress CSS classes that are applied inline. Applying these 
	styles makes images behave properly when inserted through the cms.
/************************************************************************/
img.centered,
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft {
  display: inline;
  margin: 0 1em .5em 0;
  padding: 0;
}
img.alignright {
  display: inline;
  margin: 0 0 .5em 1em;
  padding: 0;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
/************************************************************************/
/**	CLEARFIX - http://www.webtoolkit.info/css-clearfix.html
/************************************************************************/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/************************************************************************/
/**	GLOBAL CLASSES
/************************************************************************/
i,
em {
  font-style: italic;
}
b,
strong {
  font-weight: bold;
}
small {
  font-size: 1.2em;
  /*12px*/
}
.hid {
  display: none;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
