/*
Theme Name: HNNCSB
Description: Mhm
Author: Mangoco
Version: 1.0
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.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%;
}

body {
    font-family: 'Droid Sans', sans-serif;
    font-size: 13px;
    background: url(../images/bg_body.jpg) repeat;
    padding-bottom: 50px;
}

.page {
    
}
.page p {
    color: #525252;
    margin-bottom: 20px;
    line-height: 25px;
}

#content strong {
    font-weight: bold;
}
#content em {
    font-style: italic;
}

#content {
    width: 940px;
    margin: 0 auto;
    padding: 10px;
    
    display:block;
    
    background: #FFFFFF;
    
    box-shadow: 0 0 8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.75);
    
    z-index: 1000;
}

/* Header */

header {
    z-index: 1001;
    width:100%;
    height:200px;
    background: url(../images/bg_header.jpg) repeat-x top center;
    box-shadow: 0 0 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.75);
    position: relative;
}
header #header {
    width: 960px;
    margin: 0 auto;
}
header #header #logo {
    float:left;
    margin-top:25px;
}
header #header .right {
    float:right;
    padding-top: 33px;
}
header #header .right .language {
    text-align:right;
    color:#FFFFFF;
}
header #header .right .language a {
    color:#2e4b5d;
    text-decoration:none;
}
header #header .right .language a.active {
    color:#FFFFFF;
}
header #header .right .search {
    text-align: right;
    display: block;
    margin: 10px 0;
}
header #header .right .search form {
    
}
header #header .right .search form div {
    border: 1px solid rgba(133, 106, 70, 0.4);    
    width:210px;
    float:right;
    position: relative;
}
header #header .right .search form div label {
    display: none;
    position: absolute;
    margin-left: 10px;
    font-weight: normal;
    cursor: text;
    text-align:left;
    color:#9ea6ac;
}
header #header .right .search form div input[type="text"] {
    background: #FFFFFF;
    height:21px;
    width: 180px;
    outline: 0 none;
    border: 0 none;
    padding:0;
}
header #header .right .search form div input[type="submit"] {
    background: #203F54 url("../images/icons/icon_search.png") no-repeat center center;
    border: 0 none;
    outline: 0 none;
    height: 23px;
    width: 30px;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
}
header #header .right .social {
    text-align:right;
}
header #header .right .social span {
    color: #FFFFFF;
    vertical-align: top;
    line-height: 28px;
    margin-right: 20px;
}
header #header .right .social a {
    text-decoration: none;
    vertical-align: top;
}
header #header .right .social a img {
    
}

header nav {
    position: absolute;
    bottom: 0;
    width: 960px;
    left: 50%;
    margin-left: -480px;
    text-align: center;
}
header nav ul {
    vertical-align: bottom;
}
header nav ul li {
    position:relative;
}
header nav ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    border-width: 0 1px 1px 1px;
}
header nav ul li a {
    font-size: 20px;
    color:#FFFFFF;
    display:block;
    width:100%;
    height:100%;
    text-decoration:none;
}
header nav > ul > li {
    float:left;
    background: transparent url("../images/bg_menu_separator.png") no-repeat center right;
    padding: 0 32px 0 30px;
}
header nav > ul > li:last-child {
    background: none;
}
header nav > ul > li > a {
    line-height: 45px;
}
header nav ul li ul {
    opacity: 0;
    
    visibility: hidden;
    
    position: absolute;
    top: 100%;
    left: 0;
    
    background: rgba(240, 240, 240, 0.85);
    
    border-color: rgba(255,255,255,0.5);
    border-style: solid;
    border-width: 0;
    
    min-width: 150%;
    text-align: left;
    padding: 0;
    
    /* transition: opacity 0.25s ease-in-out, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out, height 0.25s ease-in-out, overflow 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out, height 0.25s ease-in-out, overflow 0.25s ease-in-out; */
    
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
header nav ul li ul li {
    border-bottom: 1px solid rgba(0,0,0,0.05);
    border-top: 1px solid rgba(255,255,255,0.5);
}
header nav ul li ul li:first-child {
    border-top: 0 none;
}
header nav ul li ul li:last-child {
    border-bottom: 0 none;
}
header nav ul li ul li:hover > ul {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    border-width: 1px 1px 1px 0;
}
header nav ul li ul li ul {
    top: 0;
    left: 100%;
    border-width: 0;
    margin-top: -1px;
    min-width: 75%;
}
header nav ul li ul li a {
    line-height: 25px;
    font-size: 15px;
    color: #365267;
    text-shadow: 1px 1px 0 #FFFFFF;
    padding: 5px 10px;
}

/* / Header */

/* Footer */

footer {
    margin-top: 50px;
}
footer .top {
    padding: 10px;
    margin: 0 -10px 20px -10px;
    background: #d8cab4;
}
footer .top ul {
    display: block;
}
footer .top ul li {
    
}
footer .top ul li a {
    text-decoration: none;
    display: block;
}
footer .top ul li a:hover {
    text-decoration: underline;
}
footer .top > ul > li {
    float: left;
    border-right: 1px solid #c1b8a9;
    width: 189px;
    height: 100px;
    overflow: hidden;
    margin: 0 13px;
    padding: 0 11px;
}
footer .top > ul > li.page-item-27 {
    margin-right: 0;
    border-right: 0;
    width: 190px;
}
footer .top > ul > li > a {
    color: #856a46;
    font-size: 18px;
    margin-bottom: 15px;
}
footer .top ul li ul {
    
}
footer .top ul li ul li {
    margin-bottom: 10px;
}
footer .top ul li ul li a {
    color: #767068;
}

footer .bottom {
    
}
footer .bottom .applications {
    color:#856a46;
}
footer .bottom span {
    color:#818181;
    float:right;
}

/* / Footer */

/* General */

#page_title {
    background: url(../images/bg_page_title.png) no-repeat;
    height: 44px;
    line-height: 44px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: normal;
    padding: 0 10px;
    margin: 10px 0;
}

.grid-675 {
    width:675px;
    margin-right: 10px;
    float:left;
}
.grid-675 .main-image {
    float:left;
    margin: 0 20px 20px 0;
}
.grid-675 p {
    color: #525252;
    margin-bottom: 20px;
    line-height: 25px;
}
.grid-255 {
    width: 255px;
    float:left;
}
.grid-255 .nav {
    
}
.grid-255 .nav li {
    margin-bottom: 10px;
}
.grid-255 .nav li a {
    padding-left: 55px;
    height:40px;
    line-height: 40px;
    width:200px;
    
    text-transform:uppercase;
    
    background-repeat:  no-repeat;
    
    color:#FFFFFF;
    font-size: 18px;
    
    display:block;
    text-decoration:none;
    
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
.grid-255 .nav li a:hover {
    padding-left: 75px;
}

.ajax-loader {
    text-align:center;
    display:none;
    height: 24px;
}
.ajax-loader img {
    display:inline;
}

/* / General */

/* Breadcrumbs */

#breadcrumb {
    font-size: 13px;
    color:#8f7650;
}
#breadcrumb a {
    color:#727272;
    text-decoration:none;
}
#breadcrumb a:hover {
    text-decoration:underline;
}
#breadcrumb span {
    color:#727272;
}

/* / Breadcrumbs */

/* 404 Page */

#page_404_wrapper {
    text-align: center;
}
#page_404_wrapper h2 {
    color: #365267;
    font-size: 22px;
    line-height: 35px;
    margin: 30px 0;
    font-weight: bold;
}
#page_404_wrapper h3 {
    margin-bottom: 30px;
    color: #525252;
    line-height: 25px;
}
#page_404_wrapper .search {
    text-align: left;
    display: inline-block;
    margin: 10px 0;
}
#page_404_wrapper .search form {
    
}
#page_404_wrapper .search form div {
    border: 1px solid rgba(133, 106, 70, 0.4);    
    width:210px;
    position: relative;
}
#page_404_wrapper .search form div label {
    display: none;
    position: absolute;
    margin-left: 10px;
    font-weight: normal;
    cursor: text;
    text-align:left;
    color:#9ea6ac;
}
#page_404_wrapper .search form div input[type="text"] {
    background: #FFFFFF;
    height:21px;
    width: 180px;
    outline: 0 none;
    border: 0 none;
}
#page_404_wrapper .search form div input[type="submit"] {
    background: #203F54 url("../images/icons/icon_search.png") no-repeat center center;
    border: 0 none;
    outline: 0 none;
    height: 23px;
    width: 30px;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
}

/* / 404 Page */

/* Search */

#search_wrapper {
    margin-top: 20px;
}
#search_wrapper .search-row {
    border-bottom: 1px dotted #856a46;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#search_wrapper .search-row h2 {
    margin-bottom: 10px;
}
#search_wrapper .search-row h2 a {
    font-size: 15px;
    color: #835d2a;
    text-decoration: none;
}
#search_wrapper .search-row h2 span {
    text-transform: lowercase;
    font-size: 11px;
    vertical-align: top;
    margin-left: 10px;
    color: #525252;
}
#search_wrapper .search-row h2 a:hover {
    text-decoration: underline;
}
#search_wrapper .search-row .entry {
    display: block;
}
#search_wrapper .search-row img {
    float: left;
    margin: 0 15px 15px 0;
}
#search_wrapper .search-row .content {
    color: #525252;
    line-height: 25px;
}
#search_wrapper .search-row .more {
    display: block;
}
#search_wrapper .search-row .more a {
    float: right;
    display: inline-block;
    width: 90px;
    height: 25px;
    background: url(../images/bg_btn_read_more.png) no-repeat center center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    line-height: 25px;
    text-decoration: none;
}
#search_wrapper .search-row .more a:hover {
    text-decoration: underline;
}
#search_wrapper .search-row .pagination {
    
}

/* / Search */

/* Home */

#home_slider {
    height:350px;
    visibility: hidden;
}
#home_slider .slider-item {
    position: relative;
}
#home_slider .slider-item img {
    
}
#home_slider .slider-item .meta {
    display:none;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 20px 10px;
    width: 370px;
}
#home_slider .slider-item .meta a {
    width:129px;
    height:33px;
    line-height:33px;
    padding: 0 1px 1px 0;
    background: transparent url(../images/bg_button_read_more.png) no-repeat top left;
    font-size: 16px;
    color: #FFFFFF;
    display:inline-block;
    text-align:center;
    text-decoration:none;
}
#home_slider .slider-item .meta p {
    font-size: 16px;
    line-height: 24px;
    color:#FFFFFF;
    margin-bottom: 10px;
}
.slider-wrapper {
    width:675px;
    margin-right: 10px;
    float:left;
}
.slider-wrapper .pagination {
	text-align: right;
    margin: 10px 0;
}
.slider-wrapper .pagination a {
	background: #6b808f;
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.slider-wrapper .pagination a:last-child {
    margin: 0;
}
.slider-wrapper .pagination a.selected {
	cursor: default;
    background: #dfc39f;
}
.slider-wrapper .pagination a span {
	display: none;
}

#home_right {
    width:255px;
    float:left;
    padding-bottom: 10px;
}
#home_right h3, .heading-blue {
    color:#365267;
    font-size: 16px;
    line-height: 35px;
    border-bottom: 3px solid #365267;
    background: #FFFFFF url(../images/vector_blue.png) no-repeat bottom right;
    margin-bottom: 10px;
}
#home_right ul.quick-links {
    margin: 10px 0;
}
#home_right ul.quick-links li {
    font-size: 18px;
    padding-left: 50px;
    height: 40px;
    background: url(../images/bg_home_side_heading.png) no-repeat top left;
    margin: 10px 0;
    
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}
#home_right ul.quick-links li:hover {
    padding-left: 75px;
}
#home_right ul.quick-links li:first-child {
    margin-top: 0;
}
#home_right ul.quick-links li:last-child {
    margin-bottom: 0;
}
#home_right ul.quick-links li a {
    display:block;
    text-decoration:none;
    color: #FFFFFF;
    line-height: 40px;
}
.announcement-sidebar-listing {
    
}
.announcement-sidebar-listing li {
    margin: 10px 0;
}
.announcement-sidebar-listing li .top {
    line-height: 16px;
    margin-bottom: 5px;
}
.announcement-sidebar-listing li .top a {
    font-size: 14px;
    color: #213949;
    margin-bottom: 10px;
    text-decoration: none;
    line-height: 16px;
}
.announcement-sidebar-listing li .top a:hover {
    text-decoration: underline;
}
.announcement-sidebar-listing li .top .date {
    float: right;
    margin: 0 0 5px 5px;
    font-size: 10px;
    line-height: 16px;
    color: #929292;
}
.announcement-sidebar-listing li .content {
    color: #525252;
    line-height: 16px;
    font-size: 12px;
}
.announcement-sidebar-listing li .content p.more {
    line-height: normal;
    margin-top: 5px;
}
.announcement-sidebar-listing li .content p.more a {
    display: inline-block;
    width: 90px;
    height: 25px;
    background: url(../images/bg_btn_read_more.png) no-repeat center center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    line-height: 25px;
    text-decoration: none;
}
#home_right p.more {
    line-height: normal;
    margin-top: 5px;
}
#home_right p.more a {
    color: #3b5261;
    font-size: 13px;
    text-decoration: underline;
}
#home_right p {
    color:#856a46;
    line-height: 26px;
    font-size: 14px;
}

#home_left {
    float:left;
    width:289px;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #e4ded6;
}
#home_left h3 {
    background: url(../images/bg_home_heading_small.png) no-repeat top left;
    height:47px;
    line-height:47px;
    font-size: 20px;
    color: #FFFFFF;
    padding-left: 10px;
    margin-bottom: 15px;
}
#home_left p {
    color: #525252;
    margin-bottom: 15px;
    line-height: 25px;
}

#featured_program {
    float:left;
    width:610px;
}
#featured_program h3 {
    background: url(../images/bg_home_heading_large.png) no-repeat top left;
    height:47px;
    line-height:47px;
    font-size: 20px;
    color: #FFFFFF;
    padding-left: 10px;
    margin-bottom: 15px;
}
#featured_program .content {
    
}
#featured_program .content img {
    float: left;
    margin-right: 25px;
}
#featured_program .content h4 {
    font-size: 16px;
    color: #213949;
    margin-bottom: 10px;
}
#featured_program .content p {
    color: #525252;
    margin-bottom: 15px;
    line-height: 25px;
}
#featured_program .content a {
    display: inline-block;
    width: 90px;
    height: 25px;
    background: url(../images/bg_btn_read_more.png) no-repeat center center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    line-height: 25px;
    text-decoration: none;
}
#featured_program .content a:hover {
    text-decoration: underline;
}

/* / Home */

/* Physicians Index */

.physician-listing-wrapper {
    
}
.physician-box {
    background: #f0f0f0;
    margin: 5px;
    width:284px;
    height: 145px;
    padding: 10px;
    border: 1px solid #a4b9c9;
    float:left;
    overflow: hidden;
    position: relative;
    
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.physician-box:hover {
    background: #f4eadd;
    border-color: #d5bea0;
}
.physician-box:nth-child(3n) {
    margin-right: 0;
}
.physician-box:nth-child(3n+1) {
    margin-left: 0;
}
.physician-box .left {
    width:120px;
    margin-right: 10px;
    float:left;
}
.physician-box .left img {
    
}
.physician-box .right {
    float:left;
    width:154px;
}
.physician-box .right h3 {
    color:#474747;
    font-weight: bold;
}
.physician-box .right .title {
    color: #474747;
    font-weight: bold;
    margin: 5px 0 15px 0;
}
.physician-box .right .certified {
    color:#525252;
}
.physician-box .right .phone {
    color:#525252;
    background: url("../images/icons/icon_phone.png") no-repeat 5px center;
    padding-left: 31px;
    line-height: 14px;
    margin-top: 15px;
}
.physician-box .more-info {
    position: absolute;
    left: 140px;
    bottom: 10px;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 10px;
    font-family: Georgia,sans-serif;
    text-transform: uppercase;
    width: 77px;
    height: 25px;
    line-height: 25px;
    background: url("../images/bg_more_info.png") no-repeat;
    text-align: center;
    font-weight: bold;
}
.physician-box .more-info:hover {
    text-decoration: underline;
}

/* / Physicians Index */

/* Physicians Single */

.single-physician {
    
}
.single-physician .content {
    
}
.single-physician .content .image-wrapper {
    float:left;
    margin: 0 20px 20px 0;
}
.single-physician .content .image-wrapper img {
    
}
.single-physician .content p {
    color: #525252;
    margin-bottom: 20px;
    line-height: 25px;
}
.single-physician .bottom {
    display: block;
}
.single-physician .bottom .left {
    width:675px;
    margin-right: 10px;
    float:left;
}
.single-physician .bottom .left p {
    color: #525252;
    margin-bottom: 20px;
    line-height: 25px;
}
.single-physician .bottom .right {
    width:255px;
    float:left;
}
.single-physician .bottom .right ul {
    
}
.single-physician .bottom .right ul li {
    color:#927953;
    font-size: 14px;
    line-height: 30px;
    padding-left: 35px;
    background-position: left center;
    background-repeat: no-repeat;
}
.single-physician .bottom .right ul li.phone {
    background-image: url(../images/icons/icon_phone.png);
}
.single-physician .bottom .right ul li.email {
    background-image: url(../images/icons/icon_email.png);
}
.single-physician .bottom .right ul li.address {
    background-image: url(../images/icons/icon_address.png);
}
.single-physician .bottom .right ul li a {
    color:#927953;
    text-decoration:none;
}
.single-physician .bottom .right ul li a:hover {
    text-decoration:underline;
}
.single-physician .bottom .right ul li.phone {
    
}
.single-physician .bottom .right ul li.address {
    
}
.single-physician .bottom .right ul li.email {
    
}

/* / Physicians Single */

/* Page Who We Are */

.page-who-we-are {
    
}

.page-who-we-are .nav li a {
    background-image: url("../images/sprite_nav_who_we_are.jpg");
}
.page-who-we-are .nav li.item-our-physicians a {
    background-position: 0 0;
}
.page-who-we-are .nav li.item-the-board a {
    background-position: 0 -40px;
}
.page-who-we-are .nav li.item-video a {
    background-position: 0 -80px;
}

/* / Page Who We Are */

/* Page The Board */

.page-board-top {
    
}
.page-board-top .nav li a {
    background-image: url("../images/sprite_nav_board.jpg");
}
.page-board-top .nav li.item-board-documents a {
    background-position: 0 -40px;
}
.page-board-top .nav li.item-board-members a {
    background-position: 0 0;
}

/* The Board Calendar */

.calendar-top {
    width:100%;
}
.calendar-top .current-date {
    background: url(../images/icons/icon_calendar.png) no-repeat center left;
    line-height: 24px;
    padding-left: 30px;
    font-size: 18px;
    color: #34444c;
    margin: 20px 0;
}
.calendar-top .current-month {
    background: #243845;
    color:#FFFFFF;
    font-weight:bold;
    font-size: 18px;
    padding: 5px 0;
    text-align:center;
    text-transform: capitalize;
    position: relative;
}
.calendar-top .current-month a {
    display: block;
    width:16px;
    height:16px;
    position: absolute;
    top: 50%;
    margin-top: -8px;
}
.calendar-top .current-month .next {
    background: url(../images/icons/icon_next.png) no-repeat center center;
    right: 5px;
}
.calendar-top .current-month .prev {
    background: url(../images/icons/icon_prev.png) no-repeat center center;
    left: 5px;
}
.calendar {
    width:100%;
    border: 1px solid #bfbfbf;
    border-collapse: collapse;
}
.calendar tr {
    
}
.calendar th, .calendar td {
    border: 1px solid #bfbfbf;
    text-align: center;
    width: 14.28%;
    padding: 5px 0;
    color:#000000;
}
.calendar th {
    font-weight:bold;
    background: #ebebeb;
}
.calendar td {
    
}
.calendar .calendar-row {
    
}
.calendar .calendar-day {
    cursor: pointer;    
}
.calendar .calendar-day:hover {
    background: #F1F1F1;
}
.calendar .calendar-day .day-number {
    
}
.calendar .calendar-day.has-events {
    background: #c2dbec;
}



/* / The Board Calendar */

.event-listing {
    
}
.event-listing .ajax-loader {
/*    display:block;
    opacity: 0;
    visibility: hidden;*/
}
.event-listing .no-events {
    line-height: 24px;
}
#event_listing_wrapper {
    overflow: hidden;
}
#event_listing_wrapper ul {
    
}
#event_listing_wrapper ul li {
    padding: 10px;
    margin-bottom: 10px;
}

#event_listing_wrapper ul li .content {
    line-height: 25px;
    height:40px;
    overflow: hidden;
}
#event_listing_wrapper ul li .content p {
    margin-bottom: 10px;
}
#event_listing_wrapper ul li.event-event {
    background: #fadebb;
}
#event_listing_wrapper ul li.event-board-meeting {
    background: #c2dbec;
}
#event_listing_wrapper ul li.expandable {
    background-image: url(../images/shadow_5.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
#event_listing_wrapper ul li.expandable .content {
    margin-bottom: -10px;
}
#event_listing_wrapper ul li h3 {
    color: #23323b;
    font-weight: bold;
    font-size: 15px;
    padding: 10px;
    cursor: pointer;
    margin: -10px -10px 0 -10px;
    
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
#event_listing_wrapper ul li h3:hover {
    text-decoration: underline;
}
#event_listing_wrapper ul li.event-event h3 {
    color:#937246;
}

/* / Page The Board */

/* Page The Board Documents */

.document-box {
    border: 1px solid #90a3b2;
    width: 298px;
    padding-bottom: 20px;
    float: left;
    margin-right: 20px;
}
.document-box.last-in-row {
    margin-right: 0;
}
.document-box h2 {
    height:39px;
    padding: 20px 10px;
    border-bottom: 1px solid #a9bdcc;
    background: url(../images/bg_documents_heading.png) no-repeat center center;
    font-size: 20px;
    color:#FFFFFF;
}
.document-box ul {
    padding: 0 10px;
}
.document-box ul li {
    position: relative;
    padding: 15px 30px 15px 0;
    border-bottom: 1px solid #a9bdcc;
}
.document-box ul li.type-pdf {
    
}
.document-box ul li.type-xls, .document-box ul li.type-xlsx {
    
}
.document-box ul li.type-doc, .document-box ul li.type-docx {
    
}
.document-box ul li .type-icon {
    position: absolute;
    top: 15px;
    right: 5px;
}
.document-box ul li h3 {
    font-size: 14px;
    color:#98703d;
    text-decoration:underline;
}
.document-box ul li p {
    margin: 15px 0;
}
.document-box ul li p span {
    font-size: 13px;    
}
.document-box ul li p .label {
    width:45px;
    padding-right: 15px;
    display:inline-block;
    text-align:right;
    color:#777777;
}
.document-box ul li p .value {
    color:#393939;
}

/* Members Index */

.members-listing-wrapper {
    
}
.member-box {
    background: #f0f0f0;
    margin: 5px;
    width:284px;
    height: 205px;
    padding: 10px;
    border: 1px solid #a4b9c9;
    float:left;
    overflow: hidden;
    position: relative;
    
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.member-box:hover {
    background: #f4eadd;
    border-color: #d5bea0;
}
.member-box:nth-child(3n) {
    margin-right: 0;
}
.member-box:nth-child(3n+1) {
    margin-left: 0;
}
.member-box .left {
    width:120px;
    margin-right: 10px;
    float:left;
}
.member-box .left img {
    
}
.member-box .right {
}
.member-box .right h3 {
    color:#474747;
    font-weight: bold;
}
.member-box .right .title {
    color: #474747;
    font-weight: bold;
    margin: 5px 0 15px 0;
}
.member-box .right .certified {
    color:#525252;
}
.member-box .right p.contact-info {
    color:#525252;
    padding-left: 31px;
    line-height: 14px;
    margin-top: 15px;
}
.member-box .right .phone {
    background: url("../images/icons/icon_phone.png") no-repeat 5px center;
}
.member-box .right .address {
    background: url("../images/icons/icon_address.png") no-repeat 5px center;
}
.member-box .right .email {
    background: url("../images/icons/icon_email.png") no-repeat 5px center;
}
.member-box .right .fax {
    background: url("../images/icons/icon_fax.png") no-repeat 5px center;
}
.member-box .right .location {
    background: url("../images/icons/icon_location.png") no-repeat 5px center;
}
.member-box .right .name {
    background: url("../images/icons/icon_contact_name.png") no-repeat 5px center;
}

/* / Members Index */

/* Members Single */

.single-member {
    
}
.single-member .content {
    
}
.single-member .content .image-wrapper {
    float:left;
    margin: 0 20px 20px 0;
}
.single-member .content .image-wrapper img {
    
}
.single-member .content p {
    color: #525252;
    margin-bottom: 20px;
    line-height: 25px;
}
.single-member .bottom {
    display: block;
}
.single-member .bottom .left {
    width:675px;
    margin-right: 10px;
    float:left;
}
.single-member .bottom .left p {
    color: #525252;
    margin-bottom: 20px;
    line-height: 25px;
}
.single-member .bottom .right {
    width:255px;
    float:left;
}
.single-member .bottom .right ul {
    
}
.single-member .bottom .right ul li {
    color:#927953;
    font-size: 14px;
    line-height: 30px;
    padding-left: 35px;
    background-position: left center;
    background-repeat: no-repeat;
}
.single-member .bottom .right ul li.phone {
    background-image: url(../images/icons/icon_phone.png);
}
.single-member .bottom .right ul li.email {
    background-image: url(../images/icons/icon_email.png);
}
.single-member .bottom .right ul li.address {
    background-image: url(../images/icons/icon_address.png);
}
.single-member .bottom .right ul li a {
    color:#927953;
    text-decoration:none;
}
.single-member .bottom .right ul li a:hover {
    text-decoration:underline;
}
.single-member .bottom .right ul li.phone {
    
}
.single-member .bottom .right ul li.address {
    
}
.single-member .bottom .right ul li.email {
    
}

/* / Members Single */

/* Video */

.video-listing-wrapper {
    
}
.video-listing-wrapper .video-wrapper {
    
}
.video-listing-wrapper .video-wrapper h1 {
    background: #c2dbec;
    border: 1px solid #aabecd;
    color: #264053;
    font-size: 20px;
    line-height: 40px;
    padding: 0 10px;
}
.video-listing-wrapper .video-wrapper .video-embed {
    border-bottom: 1px solid #a4b9c9;
    line-height: 0;
    font-size: 0;
    margin-bottom: 10px;
}
.video-listing-wrapper ul {
    
}
.video-listing-wrapper ul li {
    float: left;
    margin: 0 10px 10px 0;
    width: 177px;
}
.video-listing-wrapper ul li .image-wrapper {
    line-height: 0;
    font-size: 0;
    position: relative;    
    border: 1px solid #a4b9c9;
}
.video-listing-wrapper ul li h3 {
    font-size: 13px;
    color: #23323b;
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
    font-weight: bold;
}
.video-listing-wrapper ul li.active {
    
}
.video-listing-wrapper ul li.active .image-wrapper {
    border-color: #ad9c88;
}
.video-listing-wrapper ul li.active .image-wrapper a {
    background-color: transparent;
    background-image: none;
}
.video-listing-wrapper ul li .image-wrapper img {
    
}
.video-listing-wrapper ul li .image-wrapper a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.35) url(../images/icons/icon_video_play.png) no-repeat center center;
    
    transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out; /* Firefox 4 */
    -webkit-transition: background-color .2s ease-in-out; /* Safari and Chrome */
    -o-transition: background-color .2s ease-in-out; /* Opera */
}
.video-listing-wrapper ul li .image-wrapper a:hover {
    background-color: transparent;
}

/* / Video */

/* Programs */

.programs-listing-wrapper {
    display: block;
    position: relative;
}

.programs-listing {
    width: 310px;
    float: left;
    position: relative;
    z-index: 20;
}
.programs-listing ul {
    
}
.programs-listing ul li {
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #FFFFFF #FFFFFF #d7be9f #FFFFFF;
    font-size: 13px;
    padding-left: 30px;
    background: url("../images/icons/icon_list_bullet_brown.png") no-repeat 10px center;
    width: 259px;
}
.programs-listing ul li.active {
    background: #f0f0f0 url("../images/icons/icon_list_bullet_blue.png") no-repeat 10px center;
    border-width: 2px 0 2px 2px;
    border-color: #a4b9c9;
    border-style: solid;
    margin: -1px -2px 0 0;
    position: relative;
    padding-right: 21px;
}
.programs-listing ul li.active:first-child {
    margin-top: 0;
}
.programs-listing ul li a {
    color: #866b49;
    font-size: 13px;
    text-decoration: none;
    display: block;
    line-height: 20px;
    padding: 10px 0;
}
.programs-listing ul li.active a {
    color: #2d4a5c;
}

.program-content-wrapper {
    width: 596px;
    padding: 15px;
    background: #f0f0f0;
    border: 2px solid #a4b9c9;
    color: #525252;
    line-height: 22px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 10;
}
.program-content-wrapper p {
    
}
.program-content-wrapper strong {
    font-size: 15px;
    color: #835d2a;
    margin: 10px 0;
}
.program-content-wrapper > ul {
    margin: 10px 0 10px 15px;
    list-style-type: disc;
}
.program-content-wrapper > ul li {
    
}
.program-content-wrapper > ol {
    margin: 10px 0 10px 15px;
    list-style-type: decimal;
}
.program-content-wrapper > ol li {
    
}

.program-content-wrapper .page-links-wrapper {
    float: right;
}
.program-content-wrapper .page-links-wrapper ul {
    
}
.program-content-wrapper .page-links-wrapper ul li {
    margin-bottom: 10px;
}
.program-content-wrapper .page-links-wrapper ul li a {
    background: #2d4a5c;
    text-transform: uppercase;
    color: #f0f0f0;
    border: 1px solid #173141;
    text-decoration: none;
    width: 153px;
    display: block;
    padding: 7px 0;
    font-size: 15px;
    text-align: center;
    
    margin: 0 0 10px 10px;
    
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.program-content-wrapper .page-links-wrapper ul li a:hover {
    background: rgba(45, 74, 92, 0.75);
}

.single-program_link #content iframe {
    width: 100%;
    min-height: 500px;
}

/* / Programs */

/* Services */

.services-wrapper {
    display: block;
}
.services-wrapper .column {
    float: left;
    width: 460px;
}
.services-wrapper .column .column-services {
    border: 1px solid #a4b9c9;
    padding: 10px;
}
.services-wrapper .column .column-services > h2 {
    font-size: 18px;
    color: #FFF;
    line-height: 40px;
    background: url("../images/bg_services_heading_sprite.png") no-repeat 0 0;
    padding-left: 50px;
    margin: -10px -10px 15px -10px;
}
.services-wrapper .column .column-services .service-row {
    margin-bottom: 10px;
}
.services-wrapper .column .column-services .service-row.expandable {
    background-image: url(../images/shadow_5_small.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.services-wrapper .column .column-services .service-row h3 {
    font-size: 15px;
    color: #835d2a;
    margin-bottom: 10px;
    cursor: pointer;
}
.services-wrapper .column .column-services .service-row h3:hover {
    text-decoration: underline;
}
.services-wrapper .column .column-services .service-row .content {
    height: 65px;
    overflow: hidden;
}
.services-wrapper .column .column-services .service-row .content p {
    color: #525252;
    margin-bottom: 10px;
    line-height: 25px;
}
.services-wrapper .column .column-services .view-all {
    text-align: right;
}
.services-wrapper .column .column-services .view-all a {
    color: #3b5261;
    font-size: 13px;
    text-decoration: underline;
}
.services-wrapper .column1 {
    margin-right: 20px;
}
.services-wrapper .column2 {
}
.services-wrapper  .column.column2 .column-services h2 {
    background-position: 0 -40px;
}
.services-wrapper .column2 .services-content h2 {
    color: #365267;
    font-size: 16px;
    line-height: 35px;
    border-bottom: 3px solid #365267;
    background: #FFFFFF url(../images/vector_blue.png) no-repeat bottom right;
    margin-bottom: 15px;
}
.services-wrapper .column2 .services-content p {
    color: #525252;
    margin-bottom: 10px;
    line-height: 25px;
}

/* / Services */

/* Resources */

.page-resources {
    
}
.page-resources .grid-675 {
    
}
.page-resources .grid-675 h1 {
    font-size: 16px;
    color: #2f4c63;
    padding-left: 60px;
    background: url(../images/bg_heading_resources.png) no-repeat left center;
    line-height: 50px;
    border-bottom: 1px dotted #856a46;
    margin-bottom: 15px;
}
.page-resources .grid-675 h3 {
    font-size: 15px;
    color: #856a46;
    margin-bottom: 15px;
}
.page-resources .grid-675 p {
    
}
.page-resources .grid-255 {
    
}
.page-resources .grid-255 .nav li {
    
}
.page-resources .grid-255 .nav li a {
    
}
.page-resources .grid-255 .nav li.item-employment {
    
}
.page-resources .grid-255 .nav li.item-request-for-proposals {
    
}
.page-resources .sidebar-content {
    
}
.page-resources .sidebar-content p {
    color: #525252;
    margin-bottom: 10px;
    line-height: 25px;
}
.page-resources .sidebar-content h3 {
    color: #2b3d47;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
}
.page-resources .sidebar-content ul {
    margin-bottom: 15px;
    color: #7e5622;
    margin-left: 15px;
    list-style-type: disc;
}
.page-resources .sidebar-content ul li {
    margin-bottom: 5px;
}
.page-resources .sidebar-content ul li a {
    color: #7e5622;
    text-decoration: none;
    line-height: 25px;
}
.page-resources .sidebar-content ul li a:hover {
    text-decoration: underline;
}

.page-resources .nav li a {
    background-image: url("../images/sprite_nav_resources.jpg");
}
.page-resources .nav li.item-employment a {
    background-position: 0 0;
}
.page-resources .nav li.item-request-for-proposals a {
    background-position: 0 -40px;
    font-size: 15px;
}

/* / Resources */

/* Employment */

#page_employment {
    
}
#page_employment table {
    width: 100%;
    border: 1px solid #99a7b1;
    margin: 25px 0;
}
#page_employment table thead tr {
    
}
#page_employment table tbody tr {
    
}
#page_employment table tbody tr:nth-child(2n+1) {
    
}
#page_employment table th {
    background: #5c7383;
    color: #FFFFFF;
    font-size: 15px;
    border-right: 1px solid #FFF;
}
#page_employment table th:last-child {
    border-right: 0 none;
}
#page_employment table td, #page_employment table th {
    line-height: 40px;
    text-align: left;
    padding: 0 10px;
}
#page_employment table td {
    color: #525252;
    border-right: 1px solid #99a7b1;
    background: #d9e6ee;
    vertical-align: middle;
}
#page_employment table td.type-cell {
    padding-top: 5px;
    padding-bottom: 5px;
}
#page_employment table td:last-child {
    border-right: 0 none;
}
#page_employment table td a {
    text-decoration: underline;
    color: #2b475c;
    vertical-align: middle;
}
#page_employment table td img {
    vertical-align: middle;
}
#page_employment table tbody tr:nth-child(2n+1) td {
    background: #f3f3f3;
}
#page_employment ul {
    color: #7e5622;
    margin-left: 15px;
    list-style-type: disc;
}
#page_employment ul li {
    margin: 5px 0;
}
#page_employment ul li a {
    color: #7e5622;
    text-decoration: none;
    margin-right: 10px;
    font-size: 14px;
    vertical-align: middle;
}
#page_employment ul li a:hover {
    text-decoration: underline;
}
#page_employment ul li img {
    vertical-align: middle;
}

/* / Employment */

/* RFPs */

#rfps_wrapper {
    border: 1px solid #a4b9c9;
}
#rfps_wrapper ul {
    
}
#rfps_wrapper ul li {
    
}
#rfps_wrapper ul li h3 {
    background: #324857;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
}
#rfps_wrapper ul li .content {
    padding-top: 15px;
}
#rfps_wrapper ul li .column {
    float: left;
}
#rfps_wrapper ul li .column1 {
    width: 300px;
}
#rfps_wrapper ul li .column1 p {
    margin: 15px 0;
}
#rfps_wrapper ul li .column1 p:first-child {
    margin-top: 0;
}
#rfps_wrapper ul li .column1 p span {
    font-size: 13px;    
}
#rfps_wrapper ul li .column1 p .label {
    width:45px;
    padding-right: 15px;
    display:inline-block;
    text-align:right;
    color:#777777;
}
#rfps_wrapper ul li .column1 p .value {
    color:#393939;
}
#rfps_wrapper ul li .column2 {
    width: 110px;
}
#rfps_wrapper ul li .column2 a {
    
}
#rfps_wrapper ul li .column2 a img {
    
}
#rfps_wrapper ul li .column3 {
    width: 528px;
}
#rfps_wrapper ul li .column3 h4 {
    color: #856a46;
    margin-bottom: 10px;
}
#rfps_wrapper ul li .column3 p {
    color: #525252;
    margin-bottom: 10px;
    line-height: 25px;
}

/* / RFPs */

/* Applications */

#page_applications {
    
}
#page_applications > p {
    color: #525252;
    margin: 25px 0;
}
#page_applications ul {
    
}
#page_applications ul li {
    float: left;
    width: 230px;
    margin-right: 6px;
    margin-bottom: 20px;
}
#page_applications ul li:nth-child(4n) {
    margin-right: 0;
}
#page_applications ul li h3 {
    color: #304e62;
    margin-bottom: 10px;
}
#page_applications ul li a {
    display: block;
    height: 110px;
    text-align: center;
    border: 1px solid #dedddd;
}
#page_applications ul li a img {
    display: inline-block;
    vertical-align: middle;
}

/* / Applications */

/* Contact */

#contact_wrapper {
}
#contact_wrapper div {
    
}
#contact_wrapper div .hq-listing {
    float: left;
    margin-top: 10px;
}
#contact_wrapper div .hq-listing li {
    float: none;
}
#contact_wrapper div .hq-listing li:nth-child(3n) {
    margin-right: 20px;
}
#contact_wrapper div .map {
    display: block;
    float: left;
    width: 620px;
    margin-bottom: 20px;
}
#contact_wrapper div .map p {
    color: #856a46;
    line-height: 36px;
}
#contact_wrapper div .map a {
    border: 1px solid #bebebe;
    width: 618px;
    display: block;
}
#contact_wrapper div .map a img {
    
}
#contact_wrapper .hq-listing {
    font-size: 15px;
    display: block;
}
#contact_wrapper .hq-listing-isotope {
    width: 960px;
}
#contact_wrapper .hq-listing li {
    border-bottom: 1px dotted #856a46;
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 300px;
    margin-right: 20px;
    float: left;
}
#contact_wrapper .hq-listing li:nth-child(3n), #contact_wrapper .hq-listing li.last-in-row {
    margin-right: 0;
}
#contact_wrapper .hq-listing li h3 {
    color: #28465a;
    font-weight: bold;
    margin-bottom: 10px;
}
#contact_wrapper .hq-listing li p {
    line-height: 25px;
    color: #525252;
    font-size: 13px;
}
#contact_wrapper .hq-listing li p span {
    color: #856a46;
    font-size: 15px;
}
#contact_wrapper .hq-listing li p a {
    color: #28465a;
}
#contact_wrapper .hq-listing li .address {
    
}
#contact_wrapper .hq-listing li .phone {
    
}
#contact_wrapper .hq-listing li .email {
    
}
#contact_wrapper .hq-listing li .email a {
    
}

/* / Contact */

/* Announcements */

.announcement-listing {
    
}
.announcement-listing li {
    margin: 20px 0;
}
.announcement-listing li .top {
    line-height: 16px;
    margin-bottom: 5px;
}
.announcement-listing li .top a {
    font-size: 14px;
    color: #213949;
    margin-bottom: 10px;
    text-decoration: none;
    line-height: 16px;
}
.announcement-listing li .top a:hover {
    text-decoration: underline;
}
.announcement-listing li .top .date {
    float: right;
    margin: 0 0 5px 5px;
    font-size: 10px;
    line-height: 16px;
    color: #929292;
}
.announcement-listing li .content {
    color: #525252;
    line-height: 16px;
    font-size: 12px;
}
.announcement-listing li .content p.more {
    line-height: normal;
    margin-top: 5px;
}
.announcement-listing li .content p.more a {
    display: inline-block;
    width: 90px;
    height: 25px;
    background: url(../images/bg_btn_read_more.png) no-repeat center center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    line-height: 25px;
    text-decoration: none;
}

/* / Announcements */

/* Announcement single */

.announcement-single {
    margin: 20px 0;
}
.announcement-single .top {
    line-height: 16px;
    margin-bottom: 5px;
    display: block;
}
.announcement-single .top h1 {
    font-size: 22px;
    color: #213949;
    margin-bottom: 10px;
    text-decoration: none;
    line-height: 16px;
}
.announcement-single .top a:hover {
    text-decoration: underline;
}
.announcement-single .top .date {
    float: right;
    margin: 0 0 5px 5px;
    font-size: 10px;
    line-height: 16px;
    color: #929292;
}
.announcement-single .content p {
    color: #525252;
    margin-bottom: 20px;
    line-height: 25px;
}
.more-announcements {
    
}
.more-announcements a {
    color: #3b5261;
    font-size: 13px;
    text-decoration: underline;
}

/* / Announcement single */
