/************** BEGIN UPCOMING ACTIVITIES CSS *******************/

.individualEvents .event-title>h2 {
   margin-top: 0 !important;
    line-height: normal;
}
#upcoming-activities {
    width: 100%;
    max-width: 900px;
    height: auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin: auto;
}
#upcoming-info {
   background: #FFF;
}
.eventListing {
    border-left: 1px solid #ECF0F1;
    border-right: 1px solid #ECF0F1;
}
.eventListing tr td, #upcoming-activities .upcomingEventDetail {
    border-top: 1px solid #ECF0F1;
}
.eventListing tr.even td {
    background: #F6F6F6 !important;
}
.eventList-loading {
   padding-top: 3em;
}
.upcoming-title {
    padding: 0.4em 0 0.6em 0.6em;
    background: #3b3b3b;
    color: white;
    font-size: 1.2em;
}
.upcoming-title a {
    color: white;
}
.upcoming-subtitle {
	background: #333;
  	color: #ffffff;
  	padding: 0.5em;
  	font-size: 0.9em;
}
.upcoming-subtitle .upcoming-subtitle-left {
  	display: inline;
  	padding-left: 2em;
}
.upcoming-subtitle .upcoming-subtitle-right {
  	display: inline;
	float: right;
  	padding-right: 5em;
}
.upcoming-footer {
    float: right;
    width: 100%;
    border-top: 1px solid #e1e1e1;
}
.upcoming-footer a {
    float: right;
    padding: 0.7em 0.2em 0.7em 0.7em;
    color: #333;
    font-size: 0.8em;
    font-weight: 400;
    font-style: italic;
    text-decoration: none; 
}
.upcoming-footer a:hover {
    color:#666; 
}
#upcoming-info .upcomingEventDetail {
    font-weight: 600;
    /* border-bottom: 1px solid #ECF0F1; */
    padding: 1em 0;
    color: black;
    /*
       display: inline-block;
       padding: 2.5em;
       width: 100%;
       clear: both;
    */
}
#upcoming-info .upcomingEventDetail:hover {
    color: #777;
}
#upcoming-info .upcomingEventDetail img{
   width: 100%;
   margin: 0;
}
#upcoming-info .upcomingEventDetail a {
   color: #333;
}
#upcoming-info .upcomingEventThumbnail {
    padding: 0;
}
#upcoming-info .upcomingSingleTitle {
    font-size: 1.3em;
    padding-bottom: 0.5em;
    line-height: 1.2em;
    font-weight: 700;
}
#upcoming-info .upcomingEventFlag {
   color: #ff4e4e;
   font-weight: 700;
   font-size: 14px;
}
#upcoming-info .upcomingKeynoteSpeaker {
   color: #333;
   padding-bottom: 0.5em;
}
#upcoming-info .upcomingSingleInfo>div {
   width: 95% !important;
}
#upcoming-info .upcomingSingleDesc {
    font-weight: 400;
    color: #333;
}
#upcoming-info .upcomingSingleDesc span{
  	font-size: inherit !important;
	font-family: inherit !important;
}

#upcoming-info .upcomingSingleDate {
   padding: 0;
   margin: 0;
   font-size: 0.8em;
   text-align: center;
}
#upcoming-info .upcomingSingleDate * {
   display: block;
}
#upcoming-info .upcomingSingleDate .upcomingDateTime {
    color: #FFF;
    width: 8em;
    float: right;
    padding: 1em 0px;
    line-height: 1.8em;
    margin-top: -1em;
}
#upcoming-info .upcomingSingleDate .upcomingWeekday {
  	font-size: 2em;
   padding: 0 0 0.5em 0;
   text-transform: uppercase;
}
#upcoming-info .upcomingSingleDate .upcomingDay {
    font-size: 3.6em;
    padding-bottom: 0.2em;
    font-weight: 700;
}
#upcoming-info .upcomingSingleDate .upcomingMonthYear {
    font-size: 1.2em;
    text-transform: uppercase;
    display: block;
    padding-top: 0.5em;
}
#upcoming-info .upcomingSingleDate .upcomingTime {
    font-size: 1.35em;
    padding: 0.4em 0px 0px;
    border-top: 1px solid white;
    margin-top: 0.8em;
}
#upcoming-info .upcomingSingleDate {
		padding-left: 0;
  		margin-top: 1em;
}
.paginate_button.disabled {
   display:none !important;
}

.dataTables_info {
   padding-left: 1em !important;
}
.dataTables_paginate {
   padding-right: 1em !important;
}
.event-flag-text {
   color: #ff4e4e;
   font-weight: 700;
   font-size: 14px;
}
#eventsCalendar .event-flag-text {
   display: block;
   color: #FFFF41;
}
.noUpcomingEvents {
    color: black;
    padding-left: 1em;
    font-size: 1.5em;
}

/***** Media Queries *****/

@media (max-width: 767px) {
    #upcoming-info .upcomingSingleDate .upcomingDateTime {
        width: 100%;
        margin-top: 0.5em;
    }
    
    #upcoming-info .upcomingSingleDate .upcomingWeekday { 
        font-size: 1.4em;
        display: inline;
    }
    .upcomingWeekday:after {
        content: " - ";
    }
    #upcoming-info .upcomingSingleDate .upcomingDay {
        font-size: 1.4em;
        font-weight: 600;
        display: inline;
    }
        .upcomingDay:after {
        content: " - ";
    }
    
    #upcoming-info .upcomingSingleDate .upcomingMonthYear {
        font-size: 1.4em;
        font-weight: 600;
        display: inline;
    }
    #upcoming-info .upcomingSingleDate .upcomingTime {
    font-size: 1.4em;
    margin-top: 0.3em;
    }
    
  }

/************** END UPCOMING ACTIVITIES CSS *******************/

/********************** BEGIN CALENDAR CSS *************************/
#eventViewSelection {
  	width: 100%;
	margin-top: 2em;
}
.eventSelectionCal {
   padding: 0.5em 1em; 
}
.eventSelectionList {
    padding: 0.5em 2.2em;
    /* margin-left: 0.5em; */
}
.eventSelectTab {
    display: inline-block;
    font-size: 1.5em;
    font-weight: 700;
    color: lightgrey;
    background: #AAA;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-right: 3px solid rgba(10,10,10,0.2);
}
.eventSelectTab:hover{
   cursor: pointer;
   color: #FFF;
}
.activeEventTab , .activeEventTab:hover {
	cursor: default !important;
   color:#34495E; !important;
	background: #F3F3F3 !important;
}
#eventsCalendar {
  	overflow: hidden;
  	position: relative;
  	width: 100%;
   background-color: #F3F3F3;
}
#calendar {
  	padding-bottom: 0.5em;
	width: 100%;
}
.eventArchive #calendar, .eventNetworking #calendar, .eventPrograms #calendar {
	/*width: 68%;*/
	width: 100%;
}
#calendar .fc-day-header {
  	background: #34495E !important;
  	border-radius: 2px; 	
  	font-size: 1.2em;
}
#calendar .fc-center {
  	color: #34495E;
}
#calendar .fc-center h2 {
   font-size: 3em !important;
   margin: 0 !important;
   line-height: 0.9em !important;
}
#calendar .fc-content {
  	padding: 0.3em 0.5em;
}
#calendar .fc-title {
	white-space: normal !important;
}
#calendar .fc-content:hover {
  	cursor: pointer;
}
.ui-dialog {
  	padding: 0px;
  	border-radius: 0px;
  	border-color: #95999C !important;
}
.ui-dialog .ui-dialog-titlebar {
  	background: #34495E;
  	color: #ffffff;
  	border-radius: 0px;
  	border-color: #34495E;
}
.ui-dialog-content {
  	font-size: 0.8em;
  	padding-bottom: 2em;
}
.ui-dialog .ui-dialog-buttonpane button {
  	font-size: 0.8em;
  	background: #34495E;
  	color: #ffffff;
  	border: none;
  	margin-right: 0px;
  	border-radius: 0px;
}
.ui-dialog .ui-dialog-buttonpane button:focus {
  	outline: 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  	margin-right: 5px;
}
#calendarFilter {
   padding: 0 1em 1.5em 1em;
}
#calendarFilter h3 {
   display: inline-block;
  	color: #34495E;
   font-size: 1.5em;
   font-weight: 700;
   padding-right: 1em;
}
.filterSection {
	display: inline-block;
	padding-right: 2em;
}
.filterSection:last-child {
	padding-right: 0em;
}
#eventSearchTerms {
  	display: inline-block;
   border-radius: 0px;
   margin-right: 2em;
}
#eventSearchSubmit {
   display: none;
}
#calendarFilter  .ui-multiselect {
   padding: 0.5em;
}
.ui-multiselect-checkboxes input[type="checkbox"], .ui-multiselect-checkboxes input[type="checkbox"]:hover {
    margin: 0.2em 0.4em !important;
}
.filterSectionTitle {
    display: block;
  	 font-weight: bold;
    color: #34495E;
    margin-bottom: 0.2em;
}
.fc-view-container {
   min-height: 690px;
}
.fc-toolbar {
   padding: 0 0.5em !important;
}
.fc-body .fc-row {
   min-height: 108px !important;
}
.fc-bg {
   background: #FFF !important;
}
.fc-bg .fc-sun, .fc-bg .fc-sat {
    background:lightyellow !important;
}
.fc-bg .fc-today {
   background: #EAF5FF !important;
}
/********************** END CALENDAR CSS *************************/

/******************** BEGIN CALENDAR LIST CSS ******************/
.tableLoaderImg {
	display: inline !important;
	text-align: center;
	padding-right: 1em;
}
#eventsListCalendar {
  	padding-bottom: 1em;
   background-color: #F3F3F3;
   margin-bottom: 2em;
}
.dataTables_length  {
   padding-left: 1em;
}
.dataTables_length label select {
  	display: inline;
}
.enhancedTable thead th {
    font-size: 1.6em;
  	border-right: 1px solid #BBBDBF;
  	background-color: #34495E!important;
  	color: #ffffff;
  	padding: 2px 20px 2px 40px!important;
  	text-align: left;
}
.enhancedTable thead tr:nth-child(2) th {
    font-size: 1em;
  	font-weight: normal;
  	color: #000000;
  	font-family: 'Open Sans', sans-serif;
  	padding: 5px 10px 5px 10px!important;
  	background-color: #BBBDBF!important;
  	border-bottom: none;
}
.enhancedTable tbody tr td {
  	border-right: 1px solid #BBBDBF !important;
  	font-size: 1.15em;
}
.enhancedTable {
  	border-left: 1px solid #BBBDBF;
}
.enhancedTable tbody tr:nth-child(odd) td {
  	background: #ffffff !important;
}
.enhancedTable tbody tr:nth-child(even) td {
  	background: #dcdcdc !important;
}
table.dataTable.no-footer {
  	border-bottom: 1px solid #BBBDBF !important;
}
.dataTables_filter {
  	display: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  	background: #54b948 !important;
  	color: #ffffff !important;
  	border-color: #54b948 !important;
}
.enhancedTable .text_filter {
  	width: 100%;
}
.noShowEventList {
	display: none;
	font-size: 0.9em
}
.getEventListDetail:hover {
	cursor: pointer;
}
#eventsListCalendar .eventsList-filter  {
  	color: #34495E;
   padding: 1em;
}
#eventsListCalendar .eventsList-filter h3 {
   display: inline-block;
   font-size: 1.5em;
   font-weight: 700;
   padding-right: 1em;   
}
#eventsListCalendar .sorting {
   display: none;
}

/******************** END CALENDAR LIST CSS ******************/

/*********************** BEGIN INDIVIDUAL EVENTS CSS *******************/

#t3-content div.individualEvents:first-child {
   margin-top: -15px;
}

#event-summary {
    font-size: 1.3em;
}
.event-title {
    font-size: 1.3em;
    color: black;
    font-weight: 400;
    padding-bottom: 0.8em;
}
.event-start-date {
	display: block;
	font-size: 1.1em;
	font-weight: 600;
}
.event-start-time{
	display: block;
	font-size: 1.1em;
	font-weight: 400;
   margin-top: 0.4em;
   margin-bottom: 0.5em;
}
.event-location {
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.4em;
    margin-top: 0px;
}
.event-summary-heading {
   display: block;
   font-weight: 700;
}
#event-summary .info-section::before {
    content: "";
    display: block;
    height: 1px;
    margin: 10px 2px 10px;
    background: #f1f1f1;
}
#event-summary .info-section {
   font-size: 0.8em;
}

/*********************** END INDIVIDUAL EVENTS CSS *******************/

/***** MEDIUM PORT VIEW AND SMALLER *****/
@media (max-width: 1200px) {
   #calendarFilter>h3,
   .eventsList-filter>h3   {
      display: block !important;
      padding: 0.5em 0 !important;
   }
}
   
/***** MEDIUM PORT VIEW *****/
@media (min-width: 967px) and (max-width: 1200px) {
	#upcoming-info .upcomingSingleDate {
		padding-left: 1em;
	}
	#eventViewSelection {
		padding-top: 4em;
	}
	.become-member-left-side-bar a {
		padding: 1em 3em;
	}
	.menu-in-subTitle {
		font-size: 0.9em;
	}
	#eventsListCalendar .eventsList-filter select {
		display: inherit;
	}
	#eventsListCalendar .eventsList-filter strong {
		margin-left: 0em;
	}
	.ui-multiselect {
		min-width: 200px;
	}
}

/***** SMALL PORT VIEW *****/
@media (min-width: 768px) and (max-width: 966px) {
	#upcoming-info .upcomingSingleDate {
		padding-left: 0.5em;
	}
	#eventViewSelection {
		display: none;
	}
   #eventsList-filter h3 {
      display: block;
   }
	.event-notification {
		width: 100%;
	}
	#eventsListCalendar .eventsList-filter select {
		display: inherit;
	}
	#eventsListCalendar .eventsList-filter strong {
		margin-left: 0em;
	}
	.ui-multiselect {
		min-width: 200px;
	}
}
   
@media (max-width: 767px) {
	.event-notification {
		width: 100%;
	}
	.upcoming-subtitle .upcoming-subtitle-left {
		width: 100%;
  		float: none;
  		padding-left: 0em;
	}
	.upcoming-subtitle .upcoming-subtitle-right {
		display: none;
	}
	#eventsListCalendar .eventsList-filter select {
		display: inherit;
	}
	#eventsListCalendar .eventsList-filter strong {
		margin-left: 0em;
	}
	#eventViewSelection {
		display: none;
	}
   .filterSection {
      display: block;
      padding-right: 0;
      padding-top: 0.5em;
   }
}

@media (max-width: 560px) {
   .dataTables_wrapper .dataTables_paginate  .previous,
   .dataTables_wrapper .dataTables_paginate  .next {
      display: block;
   }
}
/******************* EVENT STYLES *************************/

.speaker-photo {
    border-bottom: 1px solid #F1F1F1;
    display: inline-block;
    float: left;
    width: 18%;
    margin: 0px 1.4em 1em 0px;
}
.speaker-photo img{
    width: 100%;
    max-width: 135px;
}
.speaker-photo p{
    font-size: 0.7em;
    line-height: 1.3em;
    margin-top: 0.3em;
    margin-bottom: 0.5em;
}
.speaker-about {
    font-weight: 100;
    font-size: 0.85em;
    padding: 1.5em;
    background-color: #F6F6F6;
    margin-top: 2em;
    color: #777;
    line-height: 1.6em;
}

/* Panel Session */

.panel-session {
    display: inline-block;
    float: left;
    margin: 0 0 1em 0;
    width: 100%;
}

.article-content .panel-session h1 {
    font-size: 1.2em;
    font-weight: 100;
    text-transform: uppercase;
    color: #000;
    margin: 2em 0 0.5em 0 !important;
    color: black;
}
.article-content .panel-session h2 {
    font-size: 1.3em;
    margin: 0;
}
.article-content .panel-session p {
    display: block;
    margin: 0.5em 0 0 0;
}
.panel-session img{
    width: 80px;
    display: inline-block;
    margin: 1.5em 0.5em 1em 0;
}
.panel-session .names {
    font-size: 0.8em;
    clear: both;
}
.panel-session .names p{
    margin-bottom: 0px;
    line-height: normal;
}
.panel-keynote {
    display: inline-block;
    margin: 0px 1.4em 1em 0px;
    width: 100%;
}

.article-content .panel-keynote h1{
    font-size: 1.2em;
    font-weight: 100;
    text-transform: uppercase;
    color: #000;
    margin: 2em 0 0.5em 0 !important;
    color: black;
}
.article-content .panel-keynote h2{
    font-size: 1.3em;
    margin: 0 0 1.2em 0;
}
.panel-keynote img{
    width: 90%;
    max-width: 80px;
    float: left;
    margin-right: 1em;
}

/* End Panel Session */

.event-content {
    max-width: 767px;  
}
.event-blurb {
    display: inline-block;
    width: 77%;
}
.event-blurb ul{
    margin-bottom: 1em;
}
.event-blurb li{
    margin-bottom: 0.3em;
    list-style: disc;
}
.event-blurb-full {
    display: inline-block;
    width: 100%;
}
.event-blurb-full img{
    margin-bottom: 1em;
}
.event-blurb-full ul{
    margin-bottom: 1em;
}
.event-blurb-full li{
    margin-bottom: 0.3em;
}
.event-sponsor {
    display: inline-block;
    margin-top: 5em;
    width: 100%;
}
.event-sponsorLevel {
    width: 100%;
    text-align: left;
    border-top: 1px solid #E1E1E1;
    margin: 2.5em 0;
    display: inline-block;
    font-size: xx-small;
    height: 3em;
    padding-top: 0.3em;
}
.event-sponsorLogo {
    width: 100%;
    margin-bottom: 2.5em;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    float: left;
}
.event-sponsorLogo-2 {
    width: 48%;
    margin-bottom: 2.5em;
    vertical-align: middle;
    display: inline-block;
}
.event-sponsorLogo-3 {
    width: 31.5%;
    margin-bottom: 2.5em;
    vertical-align: middle;
    display: inline-block;
}
.event-sponsorLogo-4 {
    width: 24%;
    margin-bottom: 2.5em;
    vertical-align: middle;
    display: inline-block;
}
.event-sponsorLogo img{
    margin-left: auto;
    margin-right: auto;
}
.event-sponsorLogo-2 img{
    margin: auto;
}
.event-sponsorLogo-3 img{
    margin: auto;
}
.event-sponsorLogo-4 img{
    margin: auto;
}


@media (max-width: 560px) {
    
   .event-sponsorLogo-2 {
    width: 100%;
    margin-bottom: 2.5em;
    vertical-align: middle;
    display: block;
    float: left;
} 
   .event-sponsorLogo-3 {
    width: 100%;
    margin-bottom: 2.5em;
    vertical-align: middle;
    display: block;
    float: left;
}    
    
}

/******************* GOLF *************************/

.golf-activities {
    font-weight: 600;
    color: black;
    font-size: 1.15em;
    line-height: 1.2em;
    border: 2px solid #FFF;
    padding: 0.7em 0px;
    background: #f0f0f0 none repeat scroll 0% 0%;
    border-radius: 3px;
}

/******************* /GOLF *************************/

.text-button {
    font-size: 1em;
    font-weight: 600;
    padding: 0.4em 0.7em;
    border: 1px solid #999;
    border-radius: 3px;
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 1em;
    width: auto;
    background: #f1f1f1;
}
.text-button a{
    text-decoration: none;
    color: #4e84c4;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.text-button a:hover {
    text-decoration: none;
    color: #888;
    border-color: #888;
}

.event-register {
    font-size: 1em;
    font-weight: 600;
    padding: 0.4em 0.7em;
    display: inline-block;
    margin-top: 1em;
    margin-bottom: 1em;
    width: auto;
    background: #00a4e4;
    color: #fff;
    border: 1px solid #00a4e4;
}
.event-register:hover {
    background: #fff;
    color: #00a4e4;
    border: 1px solid #00a4e4;
    transition: all ease-in-out 200ms;
}

.event-sold-out {
    background: #C80000 !important;
    color: white;
    border: none;
}
.event-sold-out:hover {
    background: #C80000 !important;
    color: white;
    border: none;
}

#event-summary .event-register:first-child {
   margin-top: 0;
}
.event-register a{
    text-decoration: none;
    color: white;
}

.marquee-month {
    font-size: 1.3em;
    color: rgb(51, 51, 51);
    margin-bottom: -1em;
    font-variant: all-small-caps;
    display: block;
    background-color: #f1f1f1;
    padding: 0.5em;
}
.marquee-photo {
    display: inline-block;
    width: 49%;
}

@media (max-width: 560px) {
    
    .marquee-photo {
        display: block;
        width: 100%;
        margin-bottom: 1em;
    }
    .ghost {
        display: none; 
    }
    
}

.sidebar-share-buttons {
   min-height: 48px;
   padding-top: 0.5em;
}