/*
CSS added by 10up
*/

/*a:focus {
    outline: 2px solid #7bf !important;
}*/

.home .mb-content {
    position: relative;
    padding-bottom: 25px;
    height: 100%;
}

.home .mb-content li {
    margin-left: 20px !important;
}

.home .mb-content .mb-link {
    position: absolute;
    bottom: 5px;
    left: 0px;
}

.socialLinks li {
    display: inline-block;
}

.socialLinks a {
    text-indent: -9999px;
    display: block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat;
}

.socialLinks .facebook {
    background: url(../../images/facebook_icon.gif);
}

.socialLinks .twitter {
    background: url(../../images/twitter_icon.gif);
}

.socialLinks .linkedin {
    background: url(../../images/linkedin_icon.gif);
}

.socialLinks .youtube {
    background: url(../../images/youtube.png);
}

.socialLinks .rss {
    background: url(../../images/rss.gif);
}

.socialLinks .newsletter {
    background: url(../../images/envelope.png);
}

.socialLinks .foursquare {
    background: url(../../images/foursquare.png);
}

.socialLinks .instagram {
    background: url(../../images/instagram.png);
}

table.contacts {
    border-collapse: collapse;
    border-style: none;
    border-width: 0;
    font-family: Tahoma;
    font-size: 10pt;
    width: 100%;
}

table.contacts th {
    padding: 0 5.4pt;
    color: #ffffff;
    text-align: left;
    background-color: #016794;
    height: 30px;
}

table.contacts tr.odd {
    background-color: #F2F3F4;
    color: #666666;
}

table.contacts tr.even {
    background-color: #E7EBF7;
    color: #666666;
}

table.contacts td {
    padding: 7px 8px 18px 8px;
    min-height: 36px;

}

table.contacts td:first-child {
    font-weight: bold;
}

.georgia-image-list {
    margin: 0 -20px 0 0;
    font-size: 0;
    line-height: 0;
}
.georgia-image-list-link,
.georgia-image-list-link:hover {
    display: inline-block;
    margin: 20px 17px 0 0;
    font-size: 12px;
    line-height: 1;
    vertical-align: middle;
    text-decoration: none;
}
.georgia-image-list .georgia-image-list-link img {
    margin: 0;
    width: 204px;
    height: 100px;
}
.georgia-image-list-title {
    display: block;
    width: 202px;
    height: 98px;
    text-align: center;
    line-height: 100px;
    border: 1px solid #bbb;
    color: #666;
    background-color: #eee;
    box-shadow: inset 0 0 100px -10px #999; 
}

/* Contact Widget */
.georgia-contact {
    text-align: center;
}
.georgia-contact .photo {
    display: inline-block;
    border: 0;
}
.georgia-contact .georgia-cw-title {
    margin: 5px 0 -5px;
    padding: 0;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 2;
}
.georgia-contact .georgia-cw-name {
    color: #000;
    font-size: 2.25em;
    text-transform: uppercase;
    font-weight: lighter;
}
.georgia-contact .georgia-cw-phone {
    margin: 0;
    padding: 0;
    font-size: 2.75em;
    line-height: 0.85;
}
.georgia-contact .georgia-cw-email:link,
.georgia-contact .georgia-cw-email:hover {
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.25em;
    display: inline-block;
    margin: 10px 0 0;
    padding: 8px 25px;
    background: #4eaa4a;
    box-shadow: inset 0 10px 20px -10px #fff, inset 0 -2px 5px -3px #333;
    border: 1px solid #4eaa4a;
    border-radius: 3px;
}

/* Un-bold anything in span (edge case) */
table.contacts td:first-child span {
    font-weight: normal;
}

/* Pagination */
ul.page-numbers li {
    display: inline-block;
    border-right: 1px solid #999999;
    font-size: 11px;
    margin: 0;
}

ul.page-numbers li:last-child {
    border-right: medium none;
}

ul.page-numbers li a, ul.page-numbers li span {
    padding: 5px 10px;
}

/* Calendar Events */

.tribe-bar-filters {
    float: none;
    width: auto;
    padding-bottom: 20px;
    position: relative;
    background-color: #F3F3F3;
    border: 1px solid #C6C6C6;
    color: #6E6E6E;
    padding: 10px;
}

.tribe-bar-date-filter {
    float: right;
}

.tribe-bar-date-filter label {

}

.tribe-bar-submit {
    float: right;
    margin-top: 10px;
}

#tribe-bar-collapse-toggle {
    background: rgb(242,242,242); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(221,221,221,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(221,221,221,1) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(242,242,242,1) 0%,rgba(221,221,221,1) 100%); /* W3C */
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    position: relative;
    color: #797D81 !important;
    font-weight: bold;
    padding: 9px 15px;
}

#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow {
    display: inline-block;
    margin: 0 4px;
    position: absolute;
    right: 10px;
}

#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow:after {
    top: 10px;
    right: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: inherit;
    border-width: 8px;
}

#tribe-bar-collapse-toggle.tribe-bar-filters-open span.tribe-bar-toggle-arrow:after {
    top: 0px;
    border-top-color: transparent;
    border-bottom-color: inherit;
}

.tribe-bar-filters-inner input {
    margin: 5px;
}

#tribe-bar-date {
    z-index: 1;
}

.tribe-events-list .vevent.hentry h2 {
    margin: 5px 0;
    text-transform: uppercase;
}

.tribe-events-ical {
    display: block;
}

/* Standard WP image alignments */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.breadcrumbs {
    font-weight: bold;
    font-family: Arial;
    font-size: 15px;
    clear: both;
}

.breadcrumbs a {
    font-weight: normal;
}


.widget {
    margin-bottom: 20px;
}


/* various hacks */

.widget_recent_entries a:link,
.widget_recent_entries a:visited,
.widget_categories a:link,
.widget_categories a:visited,
.widget_archive a:link,
.widget_archive a:visited {
    font-weight: normal;
}

#menu-trending-topics a {
    font-weight: normal;
}

.mainContent .publishedDate {
    color: #9d9b9b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.mainContent img {
    margin: 10px;
}
.mainContent .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.mainContent h4 {
    font-size: 14px !important;
    font-family: Arial;
}

.subnav .current_page_item a {
    font-weight: bold;
}

.headerCont .topImage {
    height: 272px;
    left: 259px;
    position: absolute;
    top: 0;
    width: 735px;
}

#searchsubmit {
    position: absolute;
    top: 0;
    right: 0px;
}

.search-results input.search {
    width: 170px;
}

img.attachment-video-thumbnail {
    border: none;
    margin: 0;
}

.the_content ul {
    padding: 0 0 10px;
}

#menu-main-navigation-1 ul a {
    font-weight: normal;
}

#videoCarouselCell {
	width: 600px;
}

.videoCarouselContainer .VideoFeedItemImage {
    width: 160px;
}

.videoCarouselContainer .VideoFeedItemImage img {
    width: 160px;
}

.videoCarouselContainer .VideoFeedItemThumb {
    width: 160px;
}

.ms-WPBody .imgPrev,
.ms-WPBody .imgNext {
    margin: 0;
}

.contactUsBox a {
    color: #999999;
    font-size: 12px;
    text-decoration: underline;
}


.mainContent {
    float: left;
    width: 646px;
}

.complementary .links {
    margin-top: 0;
}

.genericContentTT .mb-outer .mb {
    padding-bottom: 0;
}

.blog-posts h2 {
    text-transform: uppercase;
}

.VideoDetail {width:640px;float:left;text-align:left;}
.VideoDetailDescription {font-size:12px;margin:0px;padding:0px;}
.VideoDetailCategory {font-size:11px;margin:0px;padding:0px;}

.mainContent .wp-caption-text {
    text-align: center !important;
}

.mainContent .wp-caption img {
    border: 1px solid #000 !important;
    margin-left: 10px;
}

.inner_table_gray {
    float: none;
    width: 80%;
    background: #e1e1e1;
    border-spacing: 0;
    border-collapse: collapse;
}

.inner_table_gray tr:nth-child(1) {
    background: #ccc !important;
    font-weight: bold;
}

.inner_table_gray td {
    padding: 3px;
}

.inner_table_gray tr:nth-child(odd) {
    background: #FFF;
}






#mobile-main-nav {
    display: none;
}

.subnav a.pages-menu-toggle {
    display: none;

}

.aligncenter {
margin-left: auto!important;
margin-right: auto!important;
}