/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*!
 * FullCalendar v2.7.1 Stylesheet
 * Docs & License:http://fullcalendar.io/
 * (c) 2016 Adam Shaw
 */

.fc    								{direction:ltr;text-align:left;}

.fc-rtl								{text-align:right;}

body .fc							{/* extra precedence to overcome jqui */ font-size:1em;}

/* Colors
 --------------------------------------------------------------------------------------------------*/

.fc-unthemed th,.fc-unthemed td,.fc-unthemed thead,.fc-unthemed tbody,.fc-unthemed .fc-divider,.fc-unthemed .fc-row,.fc-unthemed .fc-content,/* for gutter border */
.fc-unthemed .fc-popover			{border-color:#acb9c3;}
.fc-unthemed .fc-popover			{background-color:#fff;}
.fc-unthemed .fc-divider,.fc-unthemed .fc-popover .fc-header	{  }
.fc-unthemed .fc-popover .fc-header .fc-close	{color:#666;}
.fc-unthemed .fc-today				{  }
.fc-highlight						{/* when user is selecting cells */ background:#bce8f1; opacity:.3; filter:alpha(opacity=30); /* for IE */}
.fc-bgevent							{/* default look for background events */
									  background:rgb(143,223,130);opacity:.3;filter:alpha(opacity=30);/* for IE */}
.fc-nonbusiness						{/* default look for non-business-hours areas */
 									 /* will inherit .fc-bgevent's styles */
 									 background:#d7d7d7;}
/* Icons (inline elements with styled text that mock arrow icons)
 --------------------------------------------------------------------------------------------------*/
.fc-icon{display:inline-block;height:1em;line-height:1em;font-size:1em;text-align:center;overflow:hidden;font-family:"Courier New",Courier,monospace;/* don't allow browser text-selection */
 -webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
/*
 Acceptable font-family overrides for individual icons:"Arial",sans-serif
 "Times New Roman",serif
 NOTE:use percentage font sizes or else old IE chokes
 */
.fc-icon:after						{ position:relative;}
.fc-icon-left-single-arrow:after	{ content:"\02039";font-weight:bold;font-size:200%;top:-7%; }
.fc-icon-right-single-arrow:after	{ content:"\0203A";font-weight:bold;font-size:200%;top:-7%; }
.fc-icon-left-double-arrow:after	{ content:"\000AB";font-size:160%;top:-7%; }
.fc-icon-right-double-arrow:after	{ content:"\000BB";font-size:160%;top:-7%; }
.fc-icon-left-triangle:after		{ content:"\25C4";font-size:125%;top:3%; }
.fc-icon-right-triangle:after		{ content:"\25BA";font-size:125%;top:3%; }
.fc-icon-down-triangle:after		{ content:"\25BC";font-size:125%;top:2%; }
.fc-icon-x:after					{ content:"\000D7";font-size:200%;top:6%; }

/* Buttons (styled <button> tags,normalized to work cross-browser)
 --------------------------------------------------------------------------------------------------*/
.fc button{/* force height to include the border and padding */
 -moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;/* dimensions */
 margin:0;height:2.1em;padding:0 .6em;/* text & cursor */
 font-size:1em;/* normalize */
 white-space:nowrap;cursor:pointer;}
/* Firefox has an annoying inner border */
.fc button::-moz-focus-inner		{margin:0;padding:0;}
.fc-state-default					{/* non-theme */ border:1px solid;}
.fc-state-default.fc-corner-left	{/* non-theme */ border-top-left-radius:4px;border-bottom-left-radius:4px;}
.fc-state-default.fc-corner-right	{/* non-theme */ border-top-right-radius:4px;border-bottom-right-radius:4px;}

/* icons in buttons */
.fc button .fc-icon					{/* non-theme */
									  position:relative;top:-0.05em;/* seems to be a good adjustment across browsers */
									  margin:0 .2em;vertical-align:middle; }

/* button states */
.fc-state-default{background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#ffffff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#ffffff,#e6e6e6);background-image:-o-linear-gradient(top,#ffffff,#e6e6e6);background-image:linear-gradient(to bottom,#ffffff,#e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,0.75);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);}
.fc-state-hover,.fc-state-down,.fc-state-active,.fc-state-disabled{color:#333333;background-color:#e6e6e6;}
.fc-state-hover{color:#333333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;-moz-transition:background-position 0.1s linear;-o-transition:background-position 0.1s linear;transition:background-position 0.1s linear;}
.fc-state-down,.fc-state-active{background-color:#cccccc;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);}
.fc-state-disabled{cursor:default;background-image:none;opacity:0.65;filter:alpha(opacity=65);box-shadow:none;}

/* Buttons Groups
 --------------------------------------------------------------------------------------------------*/
.fc-button-group					{ display: inline-block; }

/* every button that is not first in a button group should scootch over one pixel and cover the previous button's border... */
.fc .fc-button-group > *			{/* extra precedence b/c buttons have margin set to zero */ float: left; margin: 0 0 0 -1px;}
.fc .fc-button-group > :first-child	{/* same */ margin-left:0;}

/* Popover
 --------------------------------------------------------------------------------------------------*/
.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,.15);}
.fc-popover .fc-header{/* TODO:be more consistent with fc-head/fc-body */
 padding:2px 4px;}
.fc-popover .fc-header .fc-title{margin:0 2px;}
.fc-popover .fc-header .fc-close{cursor:pointer;}
.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{float:left;}
.fc-rtl .fc-popover .fc-header .fc-title,.fc-ltr .fc-popover .fc-header .fc-close{float:right;}

/* unthemed */
.fc-unthemed .fc-popover{border-width:1px;border-style:solid;}
.fc-unthemed .fc-popover .fc-header .fc-close{font-size:.9em;margin-top:2px;}

/* jqui themed */
.fc-popover > .ui-widget-header + .ui-widget-content{border-top:0;/* where they meet,let the header have the border */}

/* Misc Reusable Components
 --------------------------------------------------------------------------------------------------*/
.fc-divider{border-style:solid;border-width:1px;}
hr.fc-divider{height:0;margin:0;padding:0 0 2px;/* height is unreliable across browsers,so use padding */
 border-width:1px 0;}
.fc-clear{clear:both;}
.fc-bg,.fc-bgevent-skeleton,.fc-highlight-skeleton,.fc-helper-skeleton{/* these element should always cling to top-left/right corners */
 position:absolute;top:0;left:0;right:0;}
.fc-bg{bottom:0;/* strech bg to bottom edge */}
.fc-bg table{height:100%;/* strech bg to bottom edge */}

/* Tables
 --------------------------------------------------------------------------------------------------*/
.fc table{width:100%;table-layout:fixed;border-collapse:collapse;border-spacing:0;font-size:1em;/* normalize cross-browser */}
.fc th{text-align:center;}
.fc th,.fc td{border-style:solid;border-width:1px; border-color: transparent; padding:0;vertical-align:top;}
.fc td.fc-today{border-style:double;/* overcome neighboring borders */}

/* Fake Table Rows
 --------------------------------------------------------------------------------------------------*/
.fc .fc-row{/* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
 /* no visible border by default. but make available if need be (scrollbar width compensation) */
 border-style:solid;border-width:0;}
.fc-row table{/* don't put left/right border on anything within a fake row.
 the outer tbody will worry about this */
 border-left:0 hidden transparent;border-right:0 hidden transparent;/* no bottom borders on rows */
 border-bottom:0 hidden transparent;}
.fc-row:first-child table{border-top:0 hidden transparent;/* no top border on first row */}

/* Day Row (used within the header and the DayGrid)
 --------------------------------------------------------------------------------------------------*/
.fc-row{position:relative;}
.fc-row .fc-bg{z-index:1;}

/* highlighting cells & background event skeleton */
.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0;/* stretch skeleton to bottom of row */}
.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%;/* stretch skeleton to bottom of row */}
.fc-row .fc-highlight-skeleton td,.fc-row .fc-bgevent-skeleton td{border-color:transparent;}
.fc-row .fc-bgevent-skeleton{z-index:2;}
.fc-row .fc-highlight-skeleton{z-index:3;}

/*
 row content (which contains day/week numbers and events) as well as "helper" (which contains
 temporary rendered events).
 */
.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:0 !important;/* matches the space above the events */}
.fc-row .fc-helper-skeleton{z-index:5;}
.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{/* see-through to the background below */ border-bottom:0;}
.fc-row .fc-content-skeleton tbody td,/* cells with events inside (so NOT the day number cell) */
.fc-row .fc-helper-skeleton tbody td{/* don't put a border between event cells */
 border-top:0;}

/* Scrolling Container
 --------------------------------------------------------------------------------------------------*/
.fc-scroller{-webkit-overflow-scrolling:touch;}

/* TODO:move to agenda/basic */
.fc-scroller > .fc-day-grid,.fc-scroller > .fc-time-grid{position:relative;/* re-scope all positions */
 width:100%;/* hack to force re-sizing this inner element when scrollbars appear/disappear */}

/* Global Event Styles
 --------------------------------------------------------------------------------------------------*/
/* .fc-event                       { position: relative; display: block; padding: 5px 5px 5px 30px; box-sizing: border-box;
                                  font-family: 'Share'; font-weight: 700; font-size: 13px; line-height: 13px; color: #EFF3F5; text-shadow: 0px 1px 3px rgba(0,20,60,0.25);
                                  border-radius: 0px; border: 1px solid #EFF3F5; border-bottom: none;
                                  background-color: #0053ad; }
.fc-event.PoolStudio            { background-color: #0087FF; }
.fc-event.VizTerra              { background-color: #639f00; }
.fc-event.Vip3D                 { background: linear-gradient(to right, #00192D 0%, #0054AE 100%); color: #FFF; }

.fc-event.PoolStudio.Vip3D      { background: linear-gradient(to right, #0087FF 0%, #0054AE 100%); }
.fc-event.VizTerra.Vip3D        { background: linear-gradient(to right, #639f00 0%, #0054AE 100%); }

a.fc-event                      { position: relative; }

a.fc-event:before               { content: ""; display: block; width: 30px; height: 30px;
                                  position: absolute; left: 0px; top: 50%; margin-top: -15px;
                                  background-image: url(https://cdn2.hubspot.net/hubfs/429741/00_images_ss2015/account/event-icon-vip3d.png);
                                  background-position: center center; background-size: 100% 100%; }

a.fc-event.PoolStudio:before    { background-image: url(https://cdn2.hubspot.net/hubfs/429741/00_images_ss2015/account/event-icon-poolstudio.png);  }
a.fc-event.VizTerra:before      { background-image: url(https://cdn2.hubspot.net/hubfs/429741/00_images_ss2015/account/event-icon-vizterra.png);  }
a.fc-event.Vip3D:before         { background-image: url(https://cdn2.hubspot.net/hubfs/429741/00_images_ss2015/account/event-icon-vip3d.png);  }
a.fc-event.PoolStudio.Vip3D:before{ background-image: url(https://cdn2.hubspot.net/hubfs/429741/00_images_ss2015/account/event-icon-poolstudio-vip3d.png);  }
a.fc-event.VizTerra.Vip3D:before{ background-image: url(https://cdn2.hubspot.net/hubfs/429741/00_images_ss2015/account/event-icon-vizterra-vip3d.png);  }



a.fc-event .fc-time,
a.fc-event .fc-time:visited     { color: #EFF3F5; font-family: 'Fira Sans'; font-weight: 300; font-size: 11px; line-height: 11px; padding-top: 3px; }
a.fc-event.PoolStudio .fc-time, a.fc-event.VizTerra .fc-time,
a.fc-event.PoolStudio .fc-time:visited, a.fc-event.VizTerra .fc-time:visited { /*color: #00182c;*/

/* overpower some of bootstrap's and jqui's styles on <a> tags */
.fc-event,.fc-event:hover,.ui-widget .fc-event{color:#fff;/* default TEXT color */
 text-decoration:none;/* if <a> has an href */}
.fc-event[href],.fc-event.fc-draggable{cursor:pointer;/* give events with links and draggable events a hand mouse pointer */}
.fc-not-allowed,/* causes a "warning" cursor. applied on body */
.fc-not-allowed .fc-event{/* to override an event's custom cursor */
 cursor:not-allowed;}
.fc-event .fc-bg{/* the generic .fc-bg already does position */
 z-index:1;background:#fff;opacity:.25;filter:alpha(opacity=25);/* for IE */}
.fc-event .fc-content{position:relative;z-index:2;}

/* resizer (cursor AND touch devices) */
.fc-event .fc-resizer{position:absolute;z-index:4;}

/* resizer (touch devices) */
.fc-touch .fc-event .fc-resizer{display:none;/* only show when selected */}
.fc-touch .fc-event.fc-selected .fc-resizer{display:block;}

/* DayGrid events
 ----------------------------------------------------------------------------------------------------
 We use the full "fc-day-grid-event" class instead of using descendants because the event won't
 be a descendant of the grid when it is being dragged.
 */
.fc-day-grid-event              { margin: 0; padding: 5px 5px 5px 30px; }

.fc-day-grid-event.fc-selected:after{content:"";position:absolute;z-index:1;/* same z-index as fc-bg,behind text */
                                  /* overcome the borders */
                                  top:-1px;right:-1px;bottom:-1px;left:-1px;/* darkening effect */
                                  background:#000; opacity: .25; filter: alpha(opacity=25);/* for IE */ }

.fc-day-grid-event .fc-content  { overflow: hidden;}

.fc-day-grid-event .fc-time{font-weight:bold;}

/* resizer (cursor devices) */

/* left resizer */
.fc-cursor.fc-ltr .fc-day-grid-event .fc-start-resizer,.fc-cursor.fc-rtl .fc-day-grid-event .fc-end-resizer{margin-left:-2px;/* to the day cell's edge */}

/* right resizer */
.fc-cursor.fc-ltr .fc-day-grid-event .fc-end-resizer,.fc-cursor.fc-rtl .fc-day-grid-event .fc-start-resizer{margin-right:-2px;/* to the day cell's edge */}

/* Hit Area (for events and expander)
 --------------------------------------------------------------------------------------------------*/
.fc-expander{/* fc-event is already position:relative */
 position:relative;}
.fc-touch .fc-expander:before,.fc-touch .fc-event .fc-resizer:before{/* 40x40 touch area */
 content:"";position:absolute;z-index:9999;/* user of this util can scope within a lower z-index */
 top:50%;left:50%;width:40px;height:40px;margin-left:-20px;margin-top:-20px;}

/* Event Selection (only for touch devices)
 --------------------------------------------------------------------------------------------------*/
.fc-event.fc-selected{z-index:9999 !important;/* overcomes inline z-index */
 box-shadow:0 2px 5px rgba(0,0,0,0.2);}
.fc-event.fc-selected.fc-dragging{box-shadow:0 2px 7px rgba(0,0,0,0.3);}

/* Horizontal Events
 --------------------------------------------------------------------------------------------------*/

/* bigger touch area when selected */
.fc-h-event.fc-selected:before{content:"";position:absolute;z-index:3;/* below resizers */
 top:-10px;bottom:-10px;left:0;right:0;}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;/* replace the border with padding */
 border-top-left-radius:0;border-bottom-left-radius:0;}
.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;/* replace the border with padding */
 border-top-right-radius:0;border-bottom-right-radius:0;}

/* resizer (cursor AND touch devices) */

/* left resizer */
.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer{cursor:w-resize;left:-1px;/* overcome border */}

/* right resizer */
.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer{cursor:e-resize;right:-1px;/* overcome border */}

/* resizer (cursor devices) */
.fc-cursor .fc-h-event .fc-resizer{width:7px;top:-1px;/* overcome top border */
 bottom:-1px;/* overcome bottom border */}

/* resizer (touch devices) */
.fc-touch .fc-h-event .fc-resizer{/* 8x8 little dot */
 border-radius:4px;border-width:1px;width:6px;height:6px;border-style:solid;border-color:inherit;background:#fff;/* vertically center */
 top:50%;margin-top:-4px;}

/* left resizer */
.fc-touch.fc-ltr .fc-h-event .fc-start-resizer,.fc-touch.fc-rtl .fc-h-event .fc-end-resizer{margin-left:-4px;/* centers the 8x8 dot on the left edge */}

/* right resizer */
.fc-touch.fc-ltr .fc-h-event .fc-end-resizer,.fc-touch.fc-rtl .fc-h-event .fc-start-resizer{margin-right:-4px;/* centers the 8x8 dot on the right edge */}


/* Event Limiting
 --------------------------------------------------------------------------------------------------*/

/* "more" link that represents hidden events */
a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer;text-decoration:none;}
a.fc-more:hover{text-decoration:underline;}
.fc-limited{/* rows and cells that are hidden because of a "more" link */
 display:none;}

/* popover that appears when "more" link is clicked */
.fc-day-grid .fc-row{z-index:1;/* make the "more" popover one higher than this */}
.fc-more-popover{z-index:2;width:220px;}
.fc-more-popover .fc-event-container{padding:10px;}

/* Now Indicator
 --------------------------------------------------------------------------------------------------*/
.fc-now-indicator{position:absolute;border:0 solid red;}

/* Utilities
 --------------------------------------------------------------------------------------------------*/
.fc-unselectable{-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}

/* Toolbar
 --------------------------------------------------------------------------------------------------*/
.fc-toolbar{text-align:center;margin-bottom:1em;}
.fc-toolbar .fc-left{float:left;}
.fc-toolbar .fc-right{float:right;}
.fc-toolbar .fc-center{display:inline-block;}

/* the things within each left/right/center section */
.fc .fc-toolbar > * > *{/* extra precedence to override button border margins */
 float:left;margin-left:.75em;}

/* the first thing within each left/center/right section */
.fc .fc-toolbar > * > :first-child{/* extra precedence to override button border margins */
 margin-left:0;}

/* title text */
.fc-toolbar h2{margin:0;}

/* button layering (for border precedence) */
.fc-toolbar button{position:relative;}
.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover{z-index:2;}
.fc-toolbar .fc-state-down{z-index:3;}
.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{z-index:4;}
.fc-toolbar button:focus{z-index:5;}

/* View Structure
 --------------------------------------------------------------------------------------------------*/

/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
.fc-view-container *,.fc-view-container *:before,.fc-view-container *:after{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;}
.fc-view,/* scope positioning and z-index's for everything within the view */
.fc-view > table{/* so dragged elements can be above the view's main element */
 position:relative;z-index:1;}

/* BasicView
 --------------------------------------------------------------------------------------------------*/

/* day row structure */
.fc-basicWeek-view .fc-content-skeleton,.fc-basicDay-view .fc-content-skeleton{/* we are sure there are no day numbers in these views,so... */
 padding-top:1px;/* add a pixel to make sure there are 2px padding above events */
 padding-bottom:1em;/* ensure a space at bottom of cell for user selecting/clicking */}
.fc-basic-view .fc-body .fc-row{min-height:4em;/* ensure that all rows are at least this tall */}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
.fc-row.fc-rigid{overflow:hidden;}
.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0;}

/* week and day number styling */
#memberData .c td:first-child.fc-week-number, #memberData .c th:first-child.fc-week-number,
#memberData .c td:first-child.fc-day-number, #memberData .c th:first-child.fc-day-number,
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number                       { padding: 0 5px 0 0; height: 25px; line-height: 25px; }

.fc-basic-view td.fc-week-number span,.fc-basic-view td.fc-day-number{  }
.fc-basic-view .fc-week-number{text-align:center;}
.fc-basic-view .fc-week-number span{/* work around the way we do column resizing and ensure a minimum width */
 display:inline-block;min-width:1.25em;}
.fc-ltr .fc-basic-view .fc-day-number{text-align:right;}
.fc-rtl .fc-basic-view .fc-day-number{text-align:left;}
.fc-day-number.fc-other-month{opacity:0.3;filter:alpha(opacity=30);/* for IE */
 /* opacity with small font can sometimes look too faded
 might want to set the 'color' property instead
 making day-numbers bold also fixes the problem */}

/* AgendaView all-day area
 --------------------------------------------------------------------------------------------------*/
.fc-agenda-view .fc-day-grid{position:relative;z-index:2;/* so the "more.." popover will be over the time grid */}
.fc-agenda-view .fc-day-grid .fc-row{min-height:3em;/* all-day section will never get shorter than this */}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-top:1px;/* add a pixel to make sure there are 2px padding above events */
 padding-bottom:1em;/* give space underneath events for clicking/selecting days */}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
 --------------------------------------------------------------------------------------------------*/
.fc .fc-axis{/* .fc to overcome default cell styles */
 vertical-align:middle;padding:0 4px;white-space:nowrap;}
.fc-ltr .fc-axis{text-align:right;}
.fc-rtl .fc-axis{text-align:left;}
.ui-widget td.fc-axis{font-weight:normal;/* overcome jqui theme making it bold */}

/* TimeGrid Structure
 --------------------------------------------------------------------------------------------------*/
.fc-time-grid-container,/* so scroll container's z-index is below all-day */
.fc-time-grid{/* so slats/bg/content/etc positions get scoped within here */
 position:relative;z-index:1;}
.fc-time-grid{min-height:100%;/* so if height setting is 'auto',.fc-bg stretches to fill height */}
.fc-time-grid table{/* don't put outer borders on slats/bg/content/etc */
 border:0 hidden transparent;}
.fc-time-grid > .fc-bg{z-index:1;}
.fc-time-grid .fc-slats,.fc-time-grid > hr{/* the <hr> AgendaView injects when grid is shorter than scroller */
 position:relative;z-index:2;}
.fc-time-grid .fc-content-col{position:relative;/* because now-indicator lives directly inside */}
.fc-time-grid .fc-content-skeleton{position:absolute;z-index:3;top:0;left:0;right:0;}

/* divs within a cell within the fc-content-skeleton */
.fc-time-grid .fc-business-container{position:relative;z-index:1;}
.fc-time-grid .fc-bgevent-container{position:relative;z-index:2;}
.fc-time-grid .fc-highlight-container{position:relative;z-index:3;}
.fc-time-grid .fc-event-container{position:relative;z-index:4;}
.fc-time-grid .fc-now-indicator-line{z-index:5;}
.fc-time-grid .fc-helper-container{/* also is fc-event-container */
 position:relative;z-index:6;}

/* TimeGrid Slats (lines that run horizontally)
 --------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-slats td{height:1.5em;border-bottom:0;/* each cell is responsible for its top border */}
.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted;}
.fc-time-grid .fc-slats .ui-widget-content{/* for jqui theme */
 background:none;/* see through to fc-bg */}

/* TimeGrid Highlighting Slots
 --------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-highlight-container{/* a div within a cell within the fc-highlight-skeleton */
 position:relative;/* scopes the left/right of the fc-highlight to be in the column */}
.fc-time-grid .fc-highlight{position:absolute;left:0;right:0;/* top and bottom will be in by JS */}

/* TimeGrid Event Containment
 --------------------------------------------------------------------------------------------------*/
.fc-ltr .fc-time-grid .fc-event-container{/* space on the sides of events for LTR (default) */
 margin:0 2.5% 0 2px;}
.fc-rtl .fc-time-grid .fc-event-container{/* space on the sides of events for RTL */
 margin:0 2px 0 2.5%;}
.fc-time-grid .fc-event,.fc-time-grid .fc-bgevent{position:absolute;z-index:1;/* scope inner z-index's */}
.fc-time-grid .fc-bgevent{/* background events always span full width */
 left:0;right:0;}

/* Generic Vertical Event
 --------------------------------------------------------------------------------------------------*/

.fc-v-event.fc-not-start{/* events that are continuing from another day */
 /* replace space made by the top border with padding */
 border-top-width:0;padding-top:1px;/* remove top rounded corners */
 border-top-left-radius:0;border-top-right-radius:0;}

.fc-v-event.fc-not-end{/* replace space made by the top border with padding */
 border-bottom-width:0;padding-bottom:1px;/* remove bottom rounded corners */
 border-bottom-left-radius:0;border-bottom-right-radius:0;}

/* TimeGrid Event Styling
 ----------------------------------------------------------------------------------------------------
 We use the full "fc-time-grid-event" class instead of using descendants because the event won't
 be a descendant of the grid when it is being dragged.
 */
.fc-time-grid-event{overflow:hidden;/* don't let the bg flow over rounded corners */}
.fc-time-grid-event.fc-selected{/* need to allow touch resizers to extend outside event's bounding box */
 /* common fc-selected styles hide the fc-bg,so don't need this anyway */
 overflow:visible;}
.fc-time-grid-event.fc-selected .fc-bg{display:none;/* hide semi-white background,to appear darker */}
.fc-time-grid-event .fc-content{overflow:hidden;/* for when .fc-selected */}
.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px;}
.fc-time-grid-event .fc-time{font-size:.85em;white-space:nowrap;}

/* short mode,where time and title are on the same line */
.fc-time-grid-event.fc-short .fc-content{/* don't wrap to second line (now that contents will be inline) */
 white-space:nowrap;}
.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{/* put the time and title on the same line */
 display:inline-block;vertical-align:top;}
.fc-time-grid-event.fc-short .fc-time span{display:none;/* don't display the full time text... */}
.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start);/* ...instead,display only the start time */}
.fc-time-grid-event.fc-short .fc-time:after{content:"\000A0-\000A0";/* seperate with a dash,wrapped in nbsp's */}
.fc-time-grid-event.fc-short .fc-title{font-size:.85em;/* make the title text the same size as the time */
 padding:0;/* undo padding from above */}

/* resizer (cursor device) */
.fc-cursor .fc-time-grid-event .fc-resizer{left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize;}
.fc-cursor .fc-time-grid-event .fc-resizer:after{content:"=";}

/* resizer (touch device) */
.fc-touch .fc-time-grid-event .fc-resizer{/* 10x10 dot */
 border-radius:5px;border-width:1px;width:8px;height:8px;border-style:solid;border-color:inherit;background:#fff;/* horizontally center */
 left:50%;margin-left:-5px;/* center on the bottom edge */
 bottom:-5px;}

/* Now Indicator
 --------------------------------------------------------------------------------------------------*/
.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0;}

/* arrow on axis */
.fc-time-grid .fc-now-indicator-arrow{margin-top:-5px;/* vertically center on top coordinate */}
.fc-ltr .fc-time-grid .fc-now-indicator-arrow{left:0;/* triangle pointing right... */
 border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent;}
.fc-rtl .fc-time-grid .fc-now-indicator-arrow{right:0;/* triangle pointing left... */
 border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent;}


.c                                      {  }

.well.calendar                          { padding: 0px 0 0 0; }

#calendar                               { background: #ACB9C3; }


/* -- .fc-toolbar ----------------------------------------------------------------------------------------------------------------- */
.c .fc-toolbar                          { display: block; width: 100%; height: 50px; margin: 0; padding: 0 20px; box-sizing: border-box;
                                          background: #172e40 none repeat scroll 0 0;
    									  border-radius: 5px 5px 0 0; color: #EFF3F5; }
.c h2                                   { font-size: 40px; color: #EFF3F5; height: 50px; line-height: 50px; padding: 0; text-shadow: 0 2px 5px rgba(0, 25, 45, 0.25); }
.c .fc button                           { background: none; border: none; box-shadow: none; margin: 0; padding: 0; height: 50px; line-height: 50px;
                                          color: #EFF3F5; text-shadow: 0 2px 5px rgba(0, 25, 45, 0.25); }
.c .fc button.disabled                  { color: #cdd6dc; }


/* -- Over-writing style rules for #memberData table elements - added the .c class ------------------------------------------------- */
#memberData .c table, .c table          { margin: 0; padding: 0; }

#memberData .c td:first-child, #memberData .c th:first-child { padding: 0; }
#memberData .c th                       { background: #30526d; color: #dfe6eb; text-align: center; height: 20px; line-height: 20px; border: none; font-family: 'Share'; }

#memberData .c tr:nth-child(2n+1)       { background: none; }

td.fc-day                               { background: #EFF3F5; border: solid 1px #ACB9C3; }
td.fc-day.fc-state-highlight            { background: #FFF; position: relative; }
    td.fc-day.fc-state-highlight:after  { content: ""; display: block; width: 100%; height: calc(100% - 1px); padding: 0;
                                          position: absolute; top: -1px; left: -1px;
                                          border: solid 1px #0087FF; }
td.fc-day.fc-sun,
td.fc-day.fc-sat                        { background: #cdd6dc; }

td.fc-other-month                       { background: #dde4e8; }

td.fc-day-number                        { background: none; }

.c td, .c th                            { box-sizing: border-box; }

.c th, .c td                            { width: 18%; }
.c td:first-child, .c td:last-child,
.c th:first-child, .c th:last-child     { width: 5%; }

.fc-body > tr > td.fc-widget-content    { width: 100%; }



/* -- Tooltip Styles ----------------------------------------------------------------------------------------------------------------- */
body .tooltipster-default               { color: #073460;
                                          border: solid 1px #EFF3F5; border-radius: 0px; box-shadow: 0px 2px 15px rgba(25,54,78,0.3);
                                          background: #dfe6eb; }
body .tooltipster-default .tooltipster-content { padding: 0; }

body .tooltipster-arrow-border span     { border-top-color: #EFF3F5 !important;  }

.SSToolTip                              { padding: 10px; }

.SSToolTip:before                       { content: ""; display: block; width: 100%; height: 28px; padding: 0 10px;
                                          position: relative; top: -10px; left: -10px; z-index: 10;
                                          background: #EFF3F5 url(https://cdn2.hubspot.net/hubfs/429741/00_images_ss2015/poolstudio_logo.png) no-repeat 5px 0px;
                                          background-size: auto 100%; }
.SSToolTip.VizTerra:before              { background-image: url(https://cdn2.hubspot.net/hubfs/429741/00_images_ss2015/vizterra_logo.png); }
.SSToolTip.Vip3D:before                 { background-image: url(https://cdn2.hubspot.net/hubfs/429741/00_images_ss2015/vip_logo.png); }

.SSToolTip.PoolStudio.Vip3D:before      { background-image: url(https://cdn2.hubspot.net/hubfs/429741/00_images_ss2015/account/logo-poostudio-vip3d.png); }
.SSToolTip.VizTerra.Vip3D:before        { background-image: url(https://cdn2.hubspot.net/hubfs/429741/00_images_ss2015/account/logo-vizterra-vip3d.png); }

.SSToolTip:after                        { content: "APSP ACCREDITED EDUCATION PROGRAM"; display: block; width: 100%; height: 28px; padding: 0 10px;
                                          position: relative; top: 10px; left: -10px;
                                          font-family: 'Share'; font-size: 12px; line-height: 28px; font-weight: 700;
                                          background: #EFF3F5; }

.SSToolTip h1                           { padding: 0; margin: 0;
                                          font-family: 'Share'; font-size: 24px; line-height: 26px; text-align: left;
                                          border: none; }
.SSToolTip p                            { font-size: 14px; line-height: 20px; margin: 5px 0 0 0; }
.SSToolTip b                            {  }

.SSToolTip ul                           { font-size: 14px; line-height: 20px; padding: 0 0 0 12px; margin: 5px 0 0 0; }
.SSToolTip ul li                        {  }

.SSToolTipCredit                        { display: block; width: 40px; height: 28px; padding: 4px 0 0 0; box-sizing: border-box;
                                          position: absolute; bottom: 0px; right: 0; z-index: 20;
                                          color: #EFF3F5; font-family: 'Share'; font-size: 18px; font-weight: 700; line-height: 12px; text-align: center;
                                          background: #00182c; }
.SSToolTipCredit:after                  { content: "CREDITS"; display: block; font-size: 8px; font-family: "Fira Sans"; font-weight: 300; }


.classLogo
    { display: block; width: 100px; }

.when
    { display: inline-block; min-height: 24px; padding: 13px 20px 13px 60px;
      color: #EFF3F5; 
      background: #08F url('https://cdn2.hubspot.net/hubfs/429741/00_images_ss2015/account/event%20calendar/date-time.png') no-repeat 13px 6px / 40px 40px;
      border-radius: 25px; }
.when p
    { font-size: 20px; line-height: 24px; text-align: center; margin: 0; }
.when span[data-bind*="Time"] {
    font-weight: 700;
}

.well .description h1
    { background: none; position: relative; top: 0; left: 0; height: auto; min-height: 80px; padding: 20px 240px 20px 0; margin: 20px 0; box-sizing: border-box;
      color: #0054ae; font-family: 'fira sans'; font-size: 36px; font-weight: 300; line-height: 40px; text-shadow: none;
      border-top: solid 1px #b7c3cc; border-bottom: solid 1px #b7c3cc; }
.well .description h1 img
    { width: auto; height: 40px;
      position: absolute; bottom: 20px; right: 0; }
.well .description h1 span.version
    { font-size: 14px; height: 14px; line-height: 14px; color: #31536e;
      position: absolute; bottom: 2px; right: 0; }

p.dateTop
    { position: absolute; top: 30px; height: 30px; padding: 0 15px 0 40px;
      color: #EFF3F5; line-height: 30px;
      background: #08F url('https://cdn2.hubspot.net/hubfs/429741/00_images_ss2015/account/event%20calendar/date-time.png') no-repeat 7px 3px / 25px 25px;
      border-radius: 15px; }



.text
    { display: block; float: left; width: 60%; padding-right: 20px; box-sizing: border-box; }
.images
    { display: block; float: left; width: 40%; }
.images img
    { width: 100%; height: auto; border: solid 1px #EFF3F5; box-shadow: 0 2px 15px rgba(25, 54, 78, 0.3); margin-bottom: 10px; }

/* -- Expired Events -------------------------------------------------------------------------------------------------------------------- */
.fc-day-grid-event.IsExpired            { opacity: 0.5; }


@media (max-width: 1080px) {


    #memberData .c table                { display: table; }
    #memberData .c thead                { position: relative; top: 0px; left: 0px; display: table-header-group; }
    #memberData .c tbody                { width: 100%; display: table-row-group; }
    #memberData .c tr                   { width: 100%; display: table-row; }
    #memberData .c td                   { border: inherit; position: relative; display: table-cell; padding: 0 2px; float: none; white-space: nowrap;  }
    
    #memberData .c td::before           { display: none; margin: 0; padding: 0; }
   
    #memberData .c td.fc-day            { border: solid 1px #acb9c3; }
    
    .fc-content-skeleton td             {  }
    
    .fc-day-grid-event                  { padding: 2px; }
    
    .fc-ltr .fc-basic-view .fc-day-number { font-size: 10px; line-height: 10px; padding: 2px 2px 0 0; }
    
    .fc-scroller                        { overflow-y: auto !important; height: auto !important; }
    
}




.fc td.fc-today {
  background: linear-gradient(to top, rgba(255, 255, 100, 0.3), rgba(255, 235, 45, 0.6));
}

.fc td.fc-today .fc-day-number {
  color: #2f4050;
}

.fc-event {
  font-size: 1em;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
/*   overflow: hidden; */
  color: #000 !important;
  background-color: #fff !important;
  position: relative;
  display: block;
  padding: 5px 10px !important;
  cursor: pointer;
}

.fc-event h4 {
  margin: 0;
}

a.fc-event:hover {
  background-color: #b1e9ff !important;
  box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}

.fc-event p {
  padding: 0;
  margin: 0;
}

.fc-list-item {
  background: #fff;
  position: relative;
  cursor: pointer;
}

.fc-list-item:hover {
  background: #3788db;
}

.fc-list-item .event-top {
  box-sizing: border-box;
  padding: 0 10px;
}

.fc-list-item .event-product-border {
  position: unset;
}

.tabbed-box.training-home {
  margin-top: 20px;
}

.tabbed-box.training-home .training-tabs li {
  padding: 20px !important;
}

.event-top {
  padding-top: 10px;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

.event-product-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  display: flex;
}

.event-product-section {
  height: 5px;
  width: 100%;
}

.event-software-icon {
/*   border: 2px solid white; */
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-left: 3px;
  vertical-align: top;
/*   background-color: #000; */
}

.event-title {
  flex: 0 1 auto;
  width: 60%;
}

.event-title,
.event-icons {
  vertical-align: top;
}

.event-icons {
  text-align: right;
}

.event-date,
.event-attendees {
  display: inline-block;
}

.event-date {
  width: 100%;
  font-size: 14px;
}

.fc-event .register-button {
	display: none;
}

.training-week {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: all .5s ease-in-out;
}

.training-week.week-view {
  max-height: 300px;  
}

.training-week.month-view {
  max-height: 3000px;
}

.training-week-see-more {
  max-width: 150px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  background-color: #fff !important;
  padding: 20px;
  grid-area: 1 / 6 / 1;
  position: relative;
  height: 228px;
}

.month-view .training-week-see-more { grid-area: 1/6/5; position: sticky !important; top: 120px; }

.training-week-see-more a {
    vertical-align: middle;
    display: block;
    position: absolute;
    bottom: 20px;
/*     position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 20px; */
}

.training-week-see-more img {
  width: 20px;
}

.training-week-see-more span {
  line-height: 20px;
}

.training-week .training-week-day {
  width: 100%;
  background: #EFF3F5;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border: 1px solid #fff;
  box-sizing: border-box;
}

.training-week .training-week-day:not(:last-child) {
  margin-right: 10px;
}

.training-week .training-week-day:nth-child(odd) {
  background: #f9f9f9;
}

.training-week .training-week-day .training-week-header {
  display: flex;
  box-sizing: border-box;
  padding: 0 10px;
}

.training-week .training-week-day .training-week-header > span {
  font-size: 15px;
  width: 100%;
  display: block;
}

.training-week .training-week-day .training-week-header .training-week-day-dow {
  opacity: .8;
}

.training-week .training-week-day .training-week-header .training-week-day-date {
  text-align: right;
}

.training-week .training-week-day .disabled {
  cursor: not-allowed !important;
}

.training-video-player {
  background: #000;
  border: 1px solid #fff;
  display: flex;
  height: 477px;
  margin-bottom: 20px;
  margin-top: 40px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.training-video-player .video-list {
  width: 33.333%;
  border-right: 1px solid #fff;
  overflow-y: auto;
  overflow-x: hidden;
  min-width: 270px;
  height: calc(100% + 1px);
  background: #eff3f5;
  position: relative;
  top: -1px;
}

.training-video-player .video-list .accordian {
  position: relative;
}

.training-video-player .video-list .accordionButton {
  position: sticky;
  top: 0;
  box-sizing: border-box;
  padding: 0 10px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  background-color: #f0f3f5;
  overflow: hidden;
  z-index: 100;
}

.training-video-player .video-list .accordionButton::before {
  right: 15px;
  padding: 0;
}

.training-video-player .video-list .accordionContent {
  padding: 0;
}

.training-video-player .video-list .video-item {
  background: #dfe6eb;
  display: block;
  padding: 10px 45px 10px 10px;
  position: relative;
  cursor: pointer;
}

.training-video-player .video-list .video-item::after {
     content: "p ";
    font-size: 25px;
    font-family: 'ss-icons';
    display: block;
    padding: 0 0px 0 0;
    margin-right: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #0088ff;
}

.training-video-player .video-list .video-item a {
  width: 100% !important;
  display: block;
  font-weight: 400;
  line-height: 26px;
}

.training-video-player .video-list .video-item > span {
  display: block;
  line-height: 18px;
}

.training-video-player .video-list .video-item a::before {
  content: '';
  display: none;
}

.training-video-player .video-list .video-item:nth-child(even) {
  background-color: #eff3f5;
}

.training-video-player .video-list .video-item.video-item-active {
  background: #fff;
}
 
.training-video-player .video-container {
/*   width: 66.666%; */
  width: 906px;
  box-sizing: border-box;
}

.training-video-player .video-container iframe {
  width: 100%;
  height: 100%;
  z-index: 50;
}

a.calendarToggle { 
  position: relative;
  padding-bottom: 30px;
}

a.calendarToggle::before {
    content: ">";
    display: inline-block;
    font-family: 'ss-icons';
    color: #08F;
    font-size: 14px;
    padding: 0 10px;
    transition: all 0.1s ease-in-out;
    transform: rotate(90deg);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

a.calendarToggle.active::before {
 transform: rotate(270deg); 
}

.support-training-cta-container {
  position: absolute;
  top: -220px;
  height: 100%;
  right: -350px;
  z-index: 999;
}

.support-training-cta {
  position: sticky;
  top: 120px;
  width: 300px;
  background: #08F;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
  color: #fff;
/*   cursor: pointer; */
}

.support-training-cta::after {
  content: "";
  display: block;
  width: 40px;
  height: 15px;
  position: absolute;
  bottom: -15px;
  left: 5%;
  background: rgba(0, 0, 0, 0) url(https://cdn2.hubspot.net/hubfs/429741/00_images_ss2015/roi-calculator/bubble-tail-blue.png) no-repeat scroll center center;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.support-training-cta p {
  font-size: 14px; 
  line-height: 22px;
  margin-top: 0;
}

.support-training-cta p strong {
  font-size: 18px;
}

.support-training-cta span {
  font-size: 16px;
}

.support-training-cta span::after {
    content: ">>";
    font-family: 'ss-icons';
    font-size: 8px;
    padding: 0 0 0 5px;
}


@media (max-width: 1920px) {
  
  .support-training-cta-container { right: -50px; z-index: 0; height: auto; }
  .support-training-cta-container .support-training-cta { position: relative; top: 0; }
  
}

@media (max-width: 1080px) {
  .support-training-cta-container { display: none; }
  .training-week { display: block; }
  .training-week.week-view { max-height: 1200px; }
  .training-week.month-view { max-height: 4500px; }
  .training-week-day { margin-bottom: 10px; }
  .training-week-see-more { max-width: 100%; width: 100%; height: 130px; }
  .training-week-see-more a { width: calc(100% - 40px); }
}

@media (max-width: 800px) {
  .tabbed-box.training-home .training-tabs li { font-size: 14px; line-height: 18px; margin-right: 5px; }
  .training-video-player { display: block; height: auto; }
  .training-video-player .video-list,
  .training-video-player .video-container { width: 100%; }
}














