
/* PAGE LAYOUT ELEMENTS
   --------------------------------------------------------------------------*/

html, body {
    height: 100%;
/* The html and body elements cannot have any padding or margin. */
}

body {
    background: #ececec;
/*padding: 0 0 60px 0;*/
}


.container { background-color:#FFFFFF; }


/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -80px;
}

input.btn, .btn {
    /* background: #A4AEB5; */
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    font-family: sans-serif;
    border-color: #fff !important;
    box-shadow: 0 #fff !important;
}

.btn {
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 0 0 1px #75818d;
    border-color:#323f4b!important;
    text-shadow:none!important;
}


a {
    color:#ff6319;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
    color: #009FDA;
}



/* HEADER NAVIGATION
   --------------------------------------------------------------------------*/

.navbar-header { /*margin-bottom:7px;*/ }

.navbar-header .container {
    background-color:#51626F;
}

.navbar-text.socialicons {
    /*position:relative;
      top:-7px;*/
    width:115px;
    float:left;
}

.navbar-text { line-height:0px; }

.navbar-text.socialicons a {
    position:relative;
    /*top:-7px;*/
    top:7px;
}

/*.loginButtons { padding-right:24px; }*/
/* old background color = #51626f */
.navbar .btn {
    margin-top: 3px;
    background-image:none;
    background-color:#A4AEB5;
    color:#ffffff;
}


/* SEARCH BAR
   --------------------------------------------------------------------------*/

.mainsearch{
    margin: 0px;
    height: 25px;
}
.searchBoxWrap{
    position: relative;
    width: 130px;
    padding-right: 28px;
    padding-top: 4px;
    height: 23px;
}
.searchBoxWrap .searchboxinput{
    padding: 0px 20px 0px 5px;
    height: 18px;
    width: 100%;
    font-size: 11px;
    line-height: 12px;

    background-color: #ffffff;
    border: 1px solid #cccccc;

    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
}

.searchBoxWrap .searchbutton{
    position: absolute;
    right: 4px;
    top: 6px;
}




/* PRIMARY NAVIGATION BAR
   --------------------------------------------------------------------------*/

.mainnav {
    padding-top:18px;
    background-color: #ececec;
}

.mainnav .navbar-inner {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #ececec;
    background-image:none;
    border:none;
    border-radius: 0px;

    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.mainnav .container {
    background-color: #ececec;
}

.mainnav .navbar { margin-bottom:0px; }


.mainnav .navbar ul.nav { padding-top:35px; }
.mainnav .navbar .nav > li {
    border-left: 1px #00a0e3 solid;
    font-family: "museo-slab",serif;
    font-weight:300;
    font-size:13px;
    margin-right:10px;
}


.mainnav .navbar .nav > li a {
    color:#009fda;
}

.mainnav .navbar .nav > li a:hover {
    color: #51626f;
}



.mainnav .navbar .nav > .active > a,
.mainnav .navbar .nav > .active > a:hover,
.mainnav .navbar .nav > .active > a:focus {
    color: #51626f;
    text-decoration: none;
    background-color: #ececec;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.mainnav .navbar .nav > li.active { border-left: 1px #555555 solid; }


/* MOBILE NAVIGATION BAR
   --------------------------------------------------------------------------*/

.mobile-navbar {}
.mobile-navbar .navbar-inner { padding:0px;}
.mobile-navbar .pull-left, .mobile-navbar .pull-right { width:30%; min-width:100px; }

.mobile-navbar .logo-mobile { margin-bottom:12px;  }

.btn-login { float:right; margin-right:1px; }
.btn-search {}


/* SIDEBAR NAVIGATION
   --------------------------------------------------------------------------*/
.accordion {
    margin-top:12px;
    background-color:#f5f5f5;
}

.accordion-group {
    border: none;

    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.accordion-heading, .accordion-heading a {
    border-bottom: 0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
    line-height:12px;
    color:#51626f;
}

.accordion-heading .accordion-toggle {
    display: block;
    padding: 8px 15px;
    background-color:#f9f9f9;
}

.accordion-heading.active-heading .accordion-toggle {
    border-top:#ff6319 1px solid;
}

.accordion-toggle {
    cursor: pointer;
}

.accordion-inner {
    background:url(../img/bg_sidebar_inner_shaddow.png)top center no-repeat;
    padding: 12px 15px;
    border-top: 1px solid #e5e5e5;
}

.accordion-inner ul {
    margin:0px;
    padding:0px;
    list-style:none;
}

.accordion-inner ul li {
    padding-bottom:12px;
    line-height:12px;
}

.accordion-inner ul li a {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:9px;
    color:#51626f;
}

.accordion-inner ul li ul {
    padding-top:8px;
    padding-left:6px;
}

/* PRIMARY CONTENT AREA
   --------------------------------------------------------------------------*/

.primary-content-area {
    background:url(../img/bg_mainnav_shaddow.png) top center no-repeat;
    background-color: #ffffff;
    padding: 7px 0px 20px 0px;
}

.primary-content-area.homepage {
    background:url(../img/accordian_upper_shaddow.png) top left no-repeat;
    background-color: #ffffff;
    padding: 9px 0px 0px 0px;
}

.accordian-lower-shaddow { background:url(../img/accordian_lower_shaddow.png) top center no-repeat; height:10px; }

.content-padding {
    padding: 0px 13px;
}

.hero-area {
    position:relative;
}

.hero-block-wrapper {
    background-color:#ececec;
    height:100%;
}

.hero-block {
    padding-top:12px;
    padding-right:12px;
    height:100%;
    color:#009fda;
    font-size:11px;
    line-height:13px;
}

.slider img { height:100%; }

.breadcrumb {
    font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
    margin-bottom:10px;
}

/* PRE-FOOTER
   --------------------------------------------------------------------------*/

#pre-footer {
    background:url(../img/bg_pre_footer_shaddow.png) top center no-repeat;
    background-color: #ececec;
    padding:20px 0px;
}

#pre-footer .content-margins { padding: 0px 13px; }

#pre-footer img {
/*width:100%;   */
}

#pre-footer .article-event, .article-event {
    margin-bottom: 18px;
}

/* FOOTER
   --------------------------------------------------------------------------*/

#footer { padding:20px 13px; }

#footer, #footer .container {
    background-color:#51626F;
}
#footer .container .pull-left { padding-left:13px; }
#footer .container .pull-right { padding-right:13px; }

/* Set the fixed height of the footer here */
#push, #footer {
    height: 80px; /* change the #wrap negative margin to the same pixels */
}

#footer .container p {
    color:#a4aeb5;
    font-size:13px;
    margin:0px;
    padding:0px;
}

#footer .container p.copyright {
    font-size:10px;
}

/* FOOTER NAVIGATION
   --------------------------------------------------------------------------*/
#footer .nav > li {
    float: left;
}

#footer .copyright-block, #footer .copyright-block .nav {
    float: right;
    margin-right: 0;
}



#footer .nav > li > a {
    color:#ffffff;
    font-size:10px;
    padding: 0px 12px 0px 0px;
}

#footer  .nav > li > a:hover,
#footer  .nav > li > a:focus {
    color: #999999;
    text-decoration: none;
    background-color: transparent;
}


/* SPAN CLASSES
   --------------------------------------------------------------------------*/

.blue { background-color:#06F; height:80px; }

.margin-right { margin-right:20px; }
.no-margin { margin:0px !important; }

.no-padding { padding:0px; }
.padding-left { padding-left:20px; }
.padding-right { padding-right:20px; }


/* TYPOGRAPHY
   --------------------------------------------------------------------------*/

h1 {
    font-family: "museo-slab",serif;
    font-size:40px;
    font-weight:300;
    line-height:44px;
    color:#009fda;
    margin:0px 0px 10px 0px;
}

h2 {
    font-family: "museo-slab",serif;
    font-weight:300;
    font-size:30px;
    line-height:32px;
    color:#009fda;
}

h3 {
    font-family: "museo-slab",serif;
    font-weight:300;
    font-size:16px;
    line-height:18px;
    color:#009fda;
}

h3 a:hover {
    text-decoration:none;
}

.intro-text {
    font-family: "museo-slab",serif;
    font-weight:300;
    font-size:18px;
    line-height:24px;
    color:#a4aeb5;
    margin-bottom:18px;
}

p {}
p.intro-text {
    font-size:13px;
    line-height:22px;
    color:#5e6167;
}

p.intro-text a {
    font-size:13px;
    line-height:22px;
    color:#ff6319;
    text-decoration:none;
}

p.intro-text a:hover {
    text-decoration:underline;
}

p.course-listing, ul.course-listing li {
    font-size:11px;
    line-height:14px;
    margin-bottom:4px;
}

p.cutline {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:12px;
    color:#5e6167;
}

.article-event p, .article-event p a {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:14px;
    color:#5e6167;
    margin-bottom:0px;
}

.article-event p a:hover {
    text-decoration:none;
    color:#a2a4a3;
}

.article-event p.detail, .article-event p.detail a {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    line-height:12px;
    color:#a2a4a3;
}


/* LISTS
   --------------------------------------------------------------------------*/

ul.course-listing {
    list-style:none;
    margin:0px 0px 12px 0px;
    padding:0px;
}
ul.course-listing li {
    line-height:13px !important;
}
ul.course-listing li a {
    font-size:11px;
    color:#ff6319;
    margin:0px;
    padding:0px;
}
ul.course-listing li ul {
    list-style:none;
}
ul.course-listing li ul li {
    line-height:13px !important;
}
ul.course-listing li ul li a {
    font-size:11px;
    color:#ff6319;
    margin:0px;
    padding:0px;
}


/* IMAGES
   --------------------------------------------------------------------------*/

.dynamic-size {
    width:100%;
}

/* ACCORDIAN
   --------------------------------------------------------------------------*/

#slideshow {
/*width:100% !important;*/
}

.dropdown-menu {
    background-color: #d7d7d7;
    font-size:11px!important;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color:transparent!important;
    color:#a4aeb5;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    color: #222;
    text-decoration: none;
    background-color: #0081C2;
    background-image: -moz-linear-gradient(top, #C2C2C2, #B9B9B9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C2C2C2), to(#B9B9B9));
    background-image: -webkit-linear-gradient(top, #C2C2C2, #B9B9B9);
    background-image: -o-linear-gradient(top, #C2C2C2, #B9B9B9);
    background-image: linear-gradient(to bottom, #C2C2C2, #B9B9B9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C2C2C2', endColorstr='#B9B9B9', GradientType=0);
}

.navbar .nav > li > .dropdown-menu:before {
    border-bottom: 7px solid #ccc;
}

.navbar .nav > li > .dropdown-menu:after {
    border-bottom: 6px solid #d7d7d7;
}

/* Added when sending non-responsive site assets
   --------------------------------------------------------------------------*/
.hidden-desktop {
    display: none;
}

.navbar-header {
    min-width:966px;
}

#footer {
    min-width:940px;
}

.navbar .brand { padding-left:0!important;}

/* Added by Zach on 4/2/2013 for persona page
   --------------------------------------------------------------------------*/

#myCarousel.slide {
    position:relative;
    margin:0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    width:100%;
    cursor:default;
}

#myCarousel.slide .carousel-indicators li {
    cursor:pointer;
    background-color:#009fda;
}

#myCarousel.slide .carousel-indicators li.active {
    background-color:#ff6319;
}

#myCarousel.slide .carousel-indicators {
    top:inherit;
    bottom: 15px;
}

#myCarousel.slide .carousel-inner {
    height:100%;
}

#myCarousel > .carousel-inner .item1 {
    background:url(../img/persona_slider_bg_blue.jpg) bottom left no-repeat;
}

#myCarousel > .carousel-inner .item2 {
    background:url(../img/persona_slider_bg_red.jpg) bottom left no-repeat;
}

#myCarousel > .carousel-inner .item3 {
    background:url(../img/persona_slider_bg_green.jpg) bottom left no-repeat;
}

#myCarousel > .carousel-inner .item4 {
    background:url(../img/persona_slider_bg_orange.jpg) bottom left no-repeat;
}

.hero-area .span2 .hero-block-wrapper {
    min-height:200px;
}

.persona-caption {
    width:128px;
    float:left;
    position:relative;
}

.persona-caption h3 {
    color:#fff;
    margin:0;
}

.persona-caption p {
    color:#fff;
    margin:10px 0 0 0;
    font-size:11px;
}

.persona-caption a {
    color:#fff;
}

.persona-caption {
    color:#fff;
    padding:12px;
    font-size:11px;
    min-height:120px!important;
}

#myCarousel.slide img {
    max-width:none;
}

.hero-block h3 {
    margin-top:0;
}

@media (max-width: 767px) and (min-width: 481px) {

    #myCarousel.slide .span9-minitab {
        text-align:right;
    }
}

.persona-slider {
    background-color:#ececec;
}

.homesliderminitab {
    width:100%;
    height:201px;
}

.homeslider-section {
    width:25%;
    float:left;
    height:100%;
}

.homeslider-section a {
    color:#fff;
}

.homeslider-section p {
    color:#FFF;
    font-family:Arial, Helvetica, sans-serif;
    margin:0px;
    font-size:12px;
    line-height:1.2;
    padding:0 16px 12px 12px;
}
.homeslider-section h1 {
    color:#fff;
    font-size:16px;
    line-height:18px;
    margin:10px 0 5px 0;
    padding:12px;
}

.homeslider-section.slide1 {
    background:url(../img/blue_slide_bg.jpg) no-repeat top left;
}

.homeslider-section.slide2 {
    background:url(../img/red_slide_bg.jpg) no-repeat top left;
    -webkit-box-shadow: -10px 0px 0px 0px rgba(104, 89, 49, 0.45);
       -moz-box-shadow: -10px 0px 0px 0px rgba(104, 89, 49, 0.45);
            box-shadow: -10px 0px 0px 0px rgba(104, 89, 49, 0.45);
}

.homeslider-section.slide3 {
    background:url(../img/green_slide_bg.jpg) no-repeat top left;
    -webkit-box-shadow: -10px 0px 0px 0px rgba(104, 89, 49, 0.45);
       -moz-box-shadow: -10px 0px 0px 0px rgba(104, 89, 49, 0.45);
            box-shadow: -10px 0px 0px 0px rgba(104, 89, 49, 0.45);

}

.homeslider-section.slide4 {
    background:url(../img/orange_slide_bg.jpg) no-repeat top left;
    -webkit-box-shadow: -10px 0px 0px 0px rgba(104, 89, 49, 0.45);
       -moz-box-shadow: -10px 0px 0px 0px rgba(104, 89, 49, 0.45);
            box-shadow: -10px 0px 0px 0px rgba(104, 89, 49, 0.45);
}

/* misc JDH styles */
.accordion-heading .accordion-toggle {
    padding: 4px 7px;
}
fieldset {
    color: #5e5f63;
}
fieldset h5 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 13px;
    color: #5e5f63;
    margin-top: 7px;
    margin-bottom: 2px;
}
fieldset.fieldset_radio label {
    float: left;
    margin-right: 35px;
    font-size: 11px;
}
.member_directory fieldset.fieldset_checkbox h5 {
    margin-bottom: 5px;
}
fieldset.fieldset_radio span {
    float: left;
    margin-left: -20px;
    margin-right: 15px;
    font-size: 11px;
}
fieldset.fieldset_radio input {
    margin-top: 0px;
}
fieldset.fieldset_checkbox label {
    font-size: 11px;
    float: left;
    margin-right: 20px;
}
fieldset.fieldset_checkbox input {
    margin-top: 0px;
}
fieldset.fieldset_select {
    float: left;
}
fieldset.fieldset_select select {
    font-size: 11px;
    height: auto;
    padding: 2px;
    margin-right: 20px;
}
fieldset.fieldset_checkbox {
    clear: both;
}
fieldset.fieldset_button input[type="submit"] {
    background: none;
    border: 2px solid #EEEEEE;
    color: #555555;
    margin-top: 15px;
    padding: 4px 6px;
}
fieldset.fieldset_button input[type="submit"]:hover {
    border: 2px solid #ddd;
    color: #000;
    margin-top: 15px;
    padding: 4px 6px;
}
fieldset.fieldset_header {
    margin-top: 40px;
}
fieldset.fieldset_header h3 {
    font-size: 18px;
}
fieldset.fieldset_text {
    float: left;
}
fieldset.fieldset_text input[type="text"] {
    border-radius: 0 0 0 0;
    font-size: 11px;
    height: auto;
    padding: 2px 4px;
    width: 125px;
    margin-right: 20px;
}
.member_directory fieldset.fieldset_checkbox input {
    float: left;
    margin-bottom: 10px;
    margin-right: 5px;
    margin-top: 1px;
}
.member_directory fieldset.fieldset_checkbox label {
    margin-right: 10px;
    width: 160px;
    line-height: 130%;
    height: 30px;
}
#courses_events_map_div {
    width: 100%;
    margin: 20px 0;
}
.course_events_map_key {
    font-size: 11px;
    color: #5e6167;
/*margin: 10px 0;
  margin-left: -15px;*/
}
.course_events_map_key img {
/*margin-left: 15px;*/
}
.footable td, .footable th {
    font-size: 12px;
    border: none !important;
    border-radius: 0 !important;
}
.footable {
    margin-bottom: 30px;
    border: none;
    border-radius: 0 !important;
}
.footable-first-column {
    min-width: 130px;
}
.footable > thead > tr > th {
    background-color: #009FDA;
    background-image: none;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    padding: 1px 6px;
}
.footable tr td {
    background-color: #f6f7f7 !important;
    color: #ff6319;
    border-radius: 0 !important;
}
.footable tr:nth-child(even) td {
    background-color: #e8ebec !important;
}
.footable_footer_nav ul {
    float: right;
    margin:0px;
    padding:0px;
    list-style:none;
    margin-bottom: 10px;
}
.footable_footer_nav ul li {
    float: left;
    color: #ff6319;
    font-size: 11px;
    margin-left: 6px;
}
.footable_footer_nav ul li a {
    font-size: 11px;
    color: #ff6319;
    text-decoration: underline;
}
.member_directory .footable {
    margin-top: 20px;
    margin-bottom: 6px;
}
.breadcrumb {
    margin-bottom: 0;
    margin-top: 5px;
    padding-bottom: 0;
    padding-left: 0;
}
.navbar .brand {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
}
.breadcrumb a {
    text-decoration: underline;
}
.community_takeaway {
    color: #5e6167;
}
.community_takeaway_text_content {
    color: #5e6167;
    padding: 10px 0 0 0;
    font-size: 13px;
}
.community_takeaway_text p {
    margin: 0 0 7px 0;
    padding: 0;
    font-size: 11px;
    color: #a2a4a3;
    line-height: 130%;
}
.community_takeaway_text h3 {
    margin-top: 0;
}
.community_list h4 {
    margin: 0;
    color: #5e6167;
    font-size: 11px;
    font-weight: bold;
    background-image: url('../img/community_h4_bg.gif');
    background-repeat: repeat-x;
    background-position: 0 0;
    height: 20px;
    padding: 5px 0 0 5px;
    clear: both;
    margin-bottom: 20px;
}
.community_list_item p,
.profile_page_bio p {
    color: #5e6167;
    font-size: 13px;
}
.community_list_item a {
    font-size: 11px;
}
.community_list_item a.comments {
    background-image: url("../img/community_comment_bg.gif");
    background-position: 0 0;
    background-repeat: no-repeat;
    color: #5E6167;
    font-size: 13px;
    font-weight: normal;
    padding-left: 25px;
    padding-top: 3px;
    text-decoration: none;
}
.community_list_item {
    margin-bottom: 20px;
}
#who_uses {
    font-size: 11px;
    color: #5e6167;
    line-height: 140%;
}
#who_uses .item { display: none }
.profile_page_main {
    margin-bottom: 20px;
}
.profile_page_list {
    line-height: 140%;
}
.profile_page_header a,
.profile_page_list a,
.profile_page_bio p a {
    color: #ff6319;
    font-size: 13px;
}
#profile_page_bio p,
.profile_activity p,
.profile_page_list p {
    font-size: 13px;
    color: #5e6167;
}
#profile_page_bio h3 {
    margin-top: 20px;
    margin-bottom: 5px;
}
.profile_page_list h3 {
    margin-bottom: 5px;
}
#profile_page_bio p a {
    font-size: 13px;
}
.profile_page_header a,
.profile_page_list p {
    font-size: 11px;
    line-height: 130%;
}
.profile_page_list a {
    font-size: 11px;
    line-height: 100%;
}
.profile_activity p {
    font-size: 13px;
}
.profile_page_list p {
    color: #5e6167;
}
.profile_page_list hr {
    margin: 10px 0;
}
.profile_page_header h3 {
    margin-top: 0px;
}

.profile_page_header img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.icon_phone,
.icon_email,
.icon_linkedin,
.icon_twitter,
.icon_csm,
.icon_csp,
.icon_csd,
.icon_cst,
.icon_csc,
.icon_cspo,
.icon_rep,
.icon_moreinfo {
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 11px;
    min-height: 22px;
    margin-bottom: 4px;
    padding-left: 23px;
    padding-top: 0;
    color: #ff6319;
}
.icon_phone a,
.icon_email a,
.icon_linkedin a,
.icon_twitter a,
.icon_csm a,
.icon_csp a,
.icon_csd a,
.icon_cst a,
.icon_csc a,
.icon_cspo a,
.icon_rep a,
.icon_moreinfo a {
    color: #ff6319;
}
.icon_csm,
.icon_csp,
.icon_csd,
.icon_cst,
.icon_csc,
.icon_cspo,
.icon_rep {
    height: 22px;
    margin-bottom: 7px;
    padding-left: 28px;
    padding-top: 0;
    color: #5e6167;
}
.icon_phone { background-image: url("../img/icon_phone.png"); }
.icon_email { background-image: url("../img/icon_email.png"); }
.icon_linkedin { background-image: url("../img/icon_linkedin.png"); }
.icon_twitter { background-image: url("../img/icon_twitter.png"); }
.icon_csm { background-image: url("/scrum/media/ScrumAllianceMedia/PageGraphics/Cert%20Seals/ScrumMaster_Logo_Seal.jpg"); background-size: 22px auto; }
.icon_csp { background-image: url("/scrum/media/ScrumAllianceMedia/PageGraphics/Cert%20Seals/Scrum_Professional_Seal.jpg"); background-size: 22px auto; }
.icon_csd { background-image: url("/scrum/media/ScrumAllianceMedia/PageGraphics/Cert%20Seals/Scrum_Developer_Seal.jpg"); background-size: 22px auto; }
.icon_cst { background-image: url("/scrum/media/ScrumAllianceMedia/PageGraphics/Cert%20Seals/CST_Seal.jpg"); background-size: 22px auto; }
.icon_csc { background-image: url("/scrum/media/ScrumAllianceMedia/PageGraphics/Cert%20Seals/CSC_Seal.jpg"); background-size: 22px auto; }
.icon_cspo { background-image: url("/scrum/media/ScrumAllianceMedia/PageGraphics/Cert%20Seals/Scrum_Product_Owner_Seal.jpg"); background-size: 22px auto; }
.icon_rep { background-image: url("/scrum/media/ScrumAllianceMedia/PageGraphics/Cert%20Seals/REP_logo_circle.JPG"); background-size: 22px auto; }
.icon_moreinfo { background-image: url("../img/icon_moreinfo.png"); }
.btn_register {
    background-image: url("../img/btn_register.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
    height: 27px;
    width: 92px;
    display: block;
    outline: none;
    margin-bottom: 15px;
    margin-top: 15px;
}
.course_list_info {
    margin-bottom: 10px;
}
.course_instructor_row{
    padding: 10px 0 0 0;
}
.course_instructor {
    font-size: 11px;
    color: #5e6167;
    line-height: 130%;
}
.course_instructor img {
    margin-bottom: 10px;
}
.course_header .intro-text {
    margin-bottom: 5px;
}

/* responsive tabs */
#responsiveTabs {
    margin: 0;
    margin-top: 30px;
    width: 100%;
}
ul#responsiveTabs {
    padding: 0;
}
#responsiveTabs > li {
    list-style: none;
}
#responsiveTabs > li > a {
    display: block;
    text-decoration: none;
    color: #5e6167;
    font-size: 11px;
    padding: 4px 6px;
}
#responsiveTabs > li > a.active {
    background-color: #ff6319;
    color: #fff;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
       -moz-border-radius-topleft: 10px;
       -moz-border-radius-topright: 10px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
    border: none;
    outline: none;
    padding: 4px 6px;

    -webkit-box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.25);
            box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.25);

}
.responsiveTabContainer {
    padding: 20px;
}

/*
  #responsiveTabs li a:hover, #responsiveTabs li a.active {
  background: #B3B3B3;
  color: #F2F2F2;
  }
  */
#responsiveTabs section {
    display: none; /* I NEED TO FIX THIS */
    float: left;
    background: #fff;
    overflow: hidden;
    width: 100%;
    border: 1px solid #a2a4a3;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
    margin-top: -1px;
    font-size: 13px;
    line-height: 150%;
    margin-bottom: 20px;
}
.no-js #responsiveTabs section {
    display: block; /* I NEED TO FIX THIS */
}
#responsiveTabs section ul li {
    font-size: 11px;
    margin-bottom: 2px;
    color: #a4aeb5;
}
#responsiveTabs section ul {
    margin-bottom: 20px;
    margin-left: 10px;
    padding-left: 0;
}
#responsiveTabs section li {
    list-style-image: url("../img/orange_bulltet.png");
}
#responsiveTabs section em {
    font-size: 11px;
}

.small-btn {
    margin-top: 3px;
    background-image: none;
    background-color: #51626F;
    color: #FFF;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 0 0 1px #75818D;
    border-color: #323F4B!important;
    text-shadow: none!important;
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    width:auto!important;
}

.small-btn:hover {
    background-color:#43535F;
}


.graybar {
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-8 */

    border-bottom:1px solid #d0d0d0;
    font-size:11px;
    padding:5px;
}

.certification { float:none; clear:both; }

.certification p { width:85%; float:left; }

.certification-badge {
    float:left;
    width:10%;
    padding-left:5%;
    padding-top:4px;
}


/* responsive tabs */

@media (min-width: 479px) {
    /*
      #responsiveTabs { width: 80%; position: relative; border: none; }
      #responsiveTabs section { padding: 1%; position: absolute; top: 42px; left: 0;  }
      */
    #responsiveTabs > li { display: inline; }
    #responsiveTabs > li > a {display: inline-block; }
}

@media (min-width: 980px) {
    #responsiveTabs > li > a,
    #responsiveTabs > li > a.active {
        padding: 4px 12px;
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    #responsiveTabs > li > a,
    #responsiveTabs > li > a.active {
        padding: 4px 12px;
    }
}

@media (max-width: 767px) and (min-width: 479px) {
    .certification-badge {
        width:8%;
        padding-right:2%;
    }
}

@media (max-width: 480px) {
    #responsiveTabs > li {
        clear: both;
    }
    #responsiveTabs > li > a {
        display: block;
        color: #5e6167;
        font-size: 11px;
        background-image: url("../img/phone_accordian_open.png"), url("../img/tab_phone_bg.png");
        background-position: center right, 0 0;
        background-repeat: no-repeat, repeat-x;
        font-size: 12px;
        font-weight: bold;
        padding: 6px 10px;
        min-height: 20px;
    }
    #responsiveTabs > li > a.active {
        background-image: url("../img/phone_accordian_close.png"), url("../img/tab_phone_bg.png");
        background-color: transparent;
        color: #5e6167;
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
           -moz-border-radius-topleft: 0;
           -moz-border-radius-topright: 0;
                border-top-left-radius: 0;
                border-top-right-radius: 0;
        border: none;
        outline: none;
        padding: 6px 10px;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;

    }
    #responsiveTabs section {
        margin-top: 0px;
        border: none;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
    }

    .certification-badge {
        width:8%;
        padding-right:2%;
    }
}

#accordianTabs {
    margin: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
}
ul#accordianTabs {
    padding: 0;
}
#accordianTabs > li {
    list-style: none;
}
#accordianTabs > li > a {
    display: block;
    text-decoration: none;
    color: #5e6167;
    font-size: 11px;
    padding: 4px 6px;
}
#accordianTabs > li > a.active {
    background-color: #ff6319;
    color: #fff;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
       -moz-border-radius-topleft: 10px;
       -moz-border-radius-topright: 10px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
    border: none;
    outline: none;
    padding: 4px 6px;

    -webkit-box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.25);
            box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.25);

}
.responsiveTabContainer {
    padding: 20px;
}

/*
  #accordianTabs li a:hover, #accordianTabs li a.active {
  background: #B3B3B3;
  color: #F2F2F2;
  }
  */
#accordianTabs section {
    display: none; /* I NEED TO FIX THIS */
    float: left;
    background: #fff;
    overflow: hidden;
    width: 100%;
    border: 1px solid #a2a4a3;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
    margin-top: -1px;
    font-size: 13px;
    line-height: 150%;
    margin-bottom: 20px;
}
.no-js #accordianTabs section {
    display: block; /* I NEED TO FIX THIS */
}
#accordianTabs section ul li {
    font-size: 11px;
    margin-bottom: 2px;
    color: #a4aeb5;
}
#accordianTabs section ul {
    margin-bottom: 20px;
    margin-left: 10px;
    padding-left: 0;
}
#accordianTabs section li {
    list-style-image: url("../img/orange_bulltet.png");
}
#accordianTabs section em {
    font-size: 11px;
}

#accordianTabs > li {
    clear: both;
}
#accordianTabs > li > a {
    display: block;
    color: #5e6167;
    font-size: 11px;
    background-image: url("../img/phone_accordian_open.png"), url("../img/tab_phone_bg.png");
    background-position: center right, 0 0;
    background-repeat: no-repeat, repeat-x;
    font-size: 11px;
    font-weight: bold;
    padding: 6px 10px;
    min-height: 20px;
}
#accordianTabs > li > a.active {
    background-image: url("../img/phone_accordian_close.png"), url("../img/tab_phone_bg.png");
    background-color: transparent;
    color: #5e6167;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
       -moz-border-radius-topleft: 0;
       -moz-border-radius-topright: 0;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
    border: none;
    outline: none;
    padding: 6px 10px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;

}
#accordianTabs section {
    margin-top: 0px;
    border: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    min-height: 200px;
}
#accordianTabs section .responsiveSlide {
    padding: 10px;
}

.responsiveSlide .nav a {
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    height: 40px;
    text-indent: -9999px;
    width: 30px;
    outline: none;
}
.responsiveSlide .nav a.left {
    background-image: url("../img/slide_arrow_left.png");
    float: left;
}
.responsiveSlide .nav a.right {
    background-image: url("../img/slide_arrow_right.png");
    float: right;
}

.row-fluid .responsiveSlide .item_group {
    display: none;
    margin: 0;
    padding: 10px;
}

.responsiveSlide .items {
    margin: 0 30px 0 30px;
    position: relative;
    top: -30px;
}
.responsiveSlide .nav {
    position: relative;
    top: 130px;
}
.row-fluid .responsiveSlide .item a {
    font-size: 13px;
}
#accordianTabs section {
    padding-top: 10px;
    color: #5e6167;
}
#accordianTabs section p {
    color: #5e6167;
}

/*sponsor flip*/

.sponsorListHolder{
    margin-bottom:30px;
}

.sponsor{
    width:180px;
    height:180px;
    float:left;
    margin:4px;

    /* Giving the sponsor div a relative positioning: */
    position:relative;
    cursor:pointer;
}
/* old sponsor flip background color = #f9f9f9;*/
.sponsorFlip{
    /*  The sponsor div will be positioned absolutely with respect
        to its parent .sponsor div and fill it in entirely */
    overflow:hidden;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    border:1px solid #ddd;
    background:url("../img/background.jpg") no-repeat center center #ECECEC;
}

.sponsorFlip:hover{
    border:1px solid #999;

    /* CSS3 inset shadow: */
    -webkit-box-shadow:0 0 30px #999 inset;
       -moz-box-shadow:0 0 30px #999 inset;
            box-shadow:0 0 30px #999 inset;
}

.sponsorFlip img{
    /* Centering the logo image in the middle of the sponsorFlip div */
    max-width: 140px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-70px 0 0 -70px;
}

.sponsorData{
    /* Hiding the .sponsorData div */
    display:none;
}

.sponsorDescription{
    font-size:11px;
    padding:20px 10px 20px 20px;
    font-style:italic;
}

.sponsorURL{
    font-size:10px;
    font-weight:bold;
    padding-left:20px;
}

/* jdh styles */
.scrum_comment {
    background-color: #f1f1f1;

    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
       -moz-border-radius-topleft: 2px;
       -moz-border-radius-topright: 2px;
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;

    padding: 4px;
    min-height: 52px;
    margin-bottom: 10px;

}
.scrum_comment_photo img {
    float: left;
    border: 2px solid #fff;
    border-radius: 2px;
    margin-right: 20px;
}

#modal_content {
    display: none;
    position: relative;
    z-index: 1000;
}
.agendaHeader {
    background-color: #FF6319;
    color: #FFFFFF;
    font-weight: bold;
    margin: -10px;
    padding: 3px 6px;
}
.agendaItem {
    background-color: #ccecf7;
    padding: 10px 7px;
    color: #5e6167;
    margin-bottom: 1px;
}
.agendaContent {
    display: none;
    background-color: #FFFFFF;
    margin-top: 20px;
    position: absolute;
    z-index: 1000;

    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);

    padding: 10px;

}
.overlay_agenda {
    background-color: #F0F0F0;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.65;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
}
.close_agenda {
    color: #FFFFFF;
    float: right;
    font-size: 11px;
    margin-right: 5px;
}
.close_agenda:hover {
    color: #FFFFFF;
}
#agendaAjaxContainer {
    padding: 10px;
}
.agendaContent #agendaAjaxContainer {
    padding: 0px;
}
#agendaAjaxContainer span.left {
    display: block;
    float: left;
    width: 130px;
}
#agendaAjaxContainer span.right {
    margin-left: 135px;
    display: block;
}
#agendaAjaxContainer .agendaHeader,
#agendaAjaxContainer #accordianTabs li  {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
}
#agendaAjaxContainer #accordianTabs li a {
    font-size: 13px;
    font-weight: normal;
    height: 20px;
    overflow: hidden;
}
#agendaAjaxContainer #accordianTabs li a {
    background-position: 7px center;
    padding-left: 25px;
}

/* rating star styles */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 13px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background: url("../img/ratingstars.gif") 0 0 no-repeat;
}
.filledRatingStar, .savedRatingStar {
    background-position: 0 -14px;
}

/*Added By Mike D */
img[src*="gstatic.com/"], img[src*="googleapis.com/"]  {
    max-width: 99999px;
}

#infoWindow {
    width: 150px;
    height: 100px;
}
img.staticmap  {
    max-width: 100%;
}
/*End Added By Mike D */

/* Paging */
div.PagerNumberArea li { list-style-type:none; margin:2px; float:left;}
/* End Paging */

/* FooTable CSS */
.footable > thead > tr > th,.footable > thead > tr > td {
    position: relative;
}

.footable {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    border: solid #ccc 1px;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    font-family: 'trebuchet MS' , 'Lucida sans' , Arial;
    font-size: 14px;
    color: #444;
}

.footable.breakpoint > tbody > tr > td.expand {
    background: url('../img/phone_accordian_open.png') no-repeat 5px center;
    padding-left: 40px;
}

.footable.breakpoint > tbody > tr.footable-detail-show > td.expand {
    background: url('../img/phone_accordian_close.png') no-repeat 5px center;
}

.footable.breakpoint > tbody > tr.footable-row-detail {
    background: #eee;
}

.footable > tbody > tr:hover {
    background: #fbf8e9;
}

.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
    cursor: pointer;
}

.footable > tbody > tr > td, .footable > thead > tr > th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.footable > thead > tr > th, .footable > thead > tr > td {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image: linear-gradient(to bottom, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
       -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
            box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.footable > thead > tr:first-child > th.footable-first-column, .footable > thead > tr:first-child > td.footable-first-column {
    -webkit-border-radius: 6px 0 0 0;
       -moz-border-radius: 6px 0 0 0;
            border-radius: 6px 0 0 0;
}

.footable > thead > tr:first-child > th.footable-last-column, .footable > thead > tr:first-child > td.footable-last-column {
    -webkit-border-radius: 0 6px 0 0;
       -moz-border-radius: 0 6px 0 0;
            border-radius: 0 6px 0 0;
}

.footable > thead > tr:first-child > th.footable-first-column.footable-last-column, .footable > thead > tr:first-child > td.footable-first-column.footable-last-column {
    -webkit-border-radius: 6px 6px 0 0;
       -moz-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
}

.footable > tbody > tr:last-child > td.footable-first-column {
    -webkit-border-radius: 0 0 0 6px;
       -moz-border-radius: 0 0 0 6px;
            border-radius: 0 0 0 6px;
}

.footable > tbody > tr:last-child > td.footable-last-column {
    -webkit-border-radius: 0 0 6px 0;
       -moz-border-radius: 0 0 6px 0;
            border-radius: 0 0 6px 0;
}

.footable > tbody > tr:last-child > td.footable-first-column.footable-last-column {
    -webkit-border-radius: 0 0 6px 6px;
       -moz-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px;
}

.footable > thead > tr > th.footable-first-column, .footable > thead > tr > td.footable-first-column,
.footable > tbody > tr > td.footable-first-column {
    border-left: none;
}

.footable > tbody img {
    vertical-align:middle;
}
/* END FooTable CSS */

/* jTweets Twitter Feed */
#tweets .jta-tweet-list { height: 185px;overflow:auto;padding:0;margin:0; }
#tweets .jta-tweet-link, #tweets .jta-tweet-hashtag { color:#ff6319; font-size:11px; }
#tweets .jta-tweet-text { font-size:11px; }
/* END jTweets Twitter Feed */

/* Attendees */
div#whosAttending li { list-style-type:none;width:30px;float:left;margin-right:3px;list-style-image:none; }
div#whosAttending ul { margin:0px; }
div.attending-tab h3 { display:none; }
div.attending-tab input { margin-bottom:10px; }
div#whosAttending input { margin-top:10px; }
/* End of Attendees */

/ * Resource Download */
.download-box { float:right; }
.clear { clear:both }

/* Presentations */
div.presentation { margin: 0 0 30px }

/* IE kentico editor fix */
body.IE.EditMode #CKToolbar span.cke_skin_kentico{
    margin-top: -18px;
}

}

.CalendarPopUp
{
    z-index: 3000;
}
.MapInfoWindow
{
    /*width: 250px;
      height: 165px;
      font-size: 11px;
      border-top-width: 0px;
      border-right-width: 0px;
      border-bottom-width: 0px;
      border-left-width: 0px;
      border-top-style: none;
      border-right-style: none;
      border-bottom-style: none;
      border-left-style: none;
      letter-spacing: normal;
      word-spacing: normal;
      /*background: url('http://gmaps-samples.googlecode.com/svn/trunk/images/blueinfowindow.gif');*/
    padding-left: 25px;*/
    border:2px solid black;
    margin-top: 8px;
    background:#333;
    color:#FFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    padding: .5em 1em;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    text-shadow:0 -1px #000000;
    -webkit-box-shadow: 0 0  8px #000;
            box-shadow: 0 0 8px #000;
}

.infobox-wrapper {
    display:none;
}
.infobox {
    border:2px solid black;
    margin-top: 8px;
    background:#333;
    color:#FFF;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    padding: .5em 1em;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    text-shadow:0 -1px #000000;
    -webkit-box-shadow: 0 0  8px #000;
            box-shadow: 0 0 8px #000;
}

.infobox_link a {
    text-decoration: none;
    color: #ff6319;
}

.infobox_link a:hover {
    text-decoration: underline;
}

/* gatherings */
.gatherings_header{
    padding: 10px 0 0 0;
}
